*{margin:0;padding:0;outline:0}::-webkit-scrollbar-track{box-shadow:inset 0 0 6px rgba(0,0,0,.3);-moz-box-shadow:inset 0 0 6px rgba(0,0,0,.3);-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.2);background-color:#f7f7f7;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px}::-webkit-scrollbar{width:4px;height:8px;background-color:#f7f7f7}::-webkit-scrollbar-thumb{background-color:#aaa;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px}body.Xsep ::-webkit-scrollbar{width:2px}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"}body{background:#fff;font:400 18px/28px 'Source Sans Pro', sans-serif;color:#2b2b2b}p{font-family:'Source Sans Pro', sans-serif}ol,ul{list-style:none}a:focus,a:hover{text-decoration:none}h1,h2,h3,h4,h5{font-family:'Source Sans Pro', sans-serif !important}h1{font-size:26px;font-weight:700;margin-bottom:15px}h2{font-size:24px;font-weight:600}h3{font-size:24px;font-weight:600}h4{font-size:16px;font-weight:400}article,aside,figure,footer,header,nav,section{display:block}img{max-width:100%;border:0;height:auto !important}a{transition:all ease .3s}a.underline{text-decoration:underline}a.underline:hover{text-decoration:none}p{color:#333333;margin:0 0 15px}[class*=spacer],.clear{clear:both}.spacer10px{height:10px}.spacer15px{height:15px}.spacer20px{height:20px}.spacer25px{height:25px}.spacer30px{height:30px}.spacer40px{height:40px}.mt-0{margin-top:0!important}.mt-10{margin-top:10px!important}.mt-15{margin-top:15px!important}.mt-20{margin-top:20px!important}.mt-30{margin-top:30px!important}.mt-50{margin-top:50px!important}.mb-0{margin-bottom:0!important}.mb-5{margin-bottom:5px!important}.mb-10{margin-bottom:10px!important}.mb-20{margin-bottom:20px!important}.mb-80{margin-bottom:80px !important}.mb-150{margin-bottom:150px !important}.ml-10{margin-left:10px!important}.ml-20{margin-left:20px!important}.p-0{padding:0 !important}.pt-0{padding-top:0px!important}.pt-10{padding-top:10px!important}.pt-15{padding-top:15px!important}.pt-20{padding-top:20px!important}.pt-50{padding-top:50px!important}.lwcase{text-transform:lowercase!important}
.block{display:block}
.font20,.subttl{font-size:20px;line-height:30px}
.subttl{margin:15px 0 20px 0}
.greyFont{color:#333333}
.red{color:#fd4e5b}.orange{color:#ff9c00}.purple{color:#c600ff}.green{color:#7ad929}
a{color:#333333}
a:hover{color:#000}
.text_ups{text-transform:uppercase !important}

/*#6a51e0**#b73aff*/
.btn-default.btn-register{padding:0;overflow:hidden;position:relative;text-align:left;border-radius:30px;display:block;width:200px;margin:0 auto 10px;-webkit-transition:.5s;transition:.5s;font-size:20px;border:0;color:#fff!important;background:#6a51e0;box-shadow:5px 5px 10px 0 rgba(106,81,224,.14)}.btn-default.btn-register:hover{background:#6a51e0;color:#fff!important}
.btn-default.btn-register span{position:relative;z-index:1;display:block;padding:10px 0 10px 20px;background:url(assets/images/arrow-white.svg) no-repeat 94% center;color:#fff}
.btn-default.btn-register.bdrBtn{border:2px solid #fff;background:transparent;color:#fff!important}
.btn-default.btn-register.bdrBtn:before{display:none!important}
.btn-default.btn-register.bdrBtn span{background:transparent !important; padding: 10px 20px;text-align: center;}
.btn-default.btn-register.bdrBtn:hover{background:#fff;}
.btn-default.btn-register.bdrBtn:hover span{color:#6a51e0!important}
.btn-default.btn-register.whiteBtn{border:1px solid #fff;background:#fff;color:#6a51e0!important}
.btn-default.btn-register.whiteBtn span{background:url(assets/images/arrow-blue.svg) no-repeat 94% center;color:#6a51e0}
.btn-default.btn-register.whiteBtn:before{background:#6a51e0}
.btn-default.btn-register.whiteBtn:hover span{background:url(assets/images/arrow-white.svg) no-repeat 94% center;color:#fff}
.btn-default.btn-register.pinkBtn{border:1px solid #e15479;background:#fff;color:#e15479!important}
.btn-default.btn-register.pinkBtn span{background:url(assets/images/arrow-pink.svg) no-repeat 94% center;color:#e15479}
.btn-default.btn-register.pinkBtn:before{background:#e15479}
.btn-default.btn-register.pinkBtn:hover span{background:url(assets/images/arrow-white.svg) no-repeat 94% center;color:#fff}
.btn-default.btn-register:before{content:''; display:block; position:absolute;left:0;top:0;height:100%;width:1px;opacity:0; background:rgba(0,0,0,0.5);transition:all ease 0.3s}
.btn-default.btn-register:hover:before,.btn-default.btn-register:focus:before{width:100%;opacity:1} 
.radius0px{border-radius:0!important}
.noShodow{box-shadow:none!important;-webkit-box-shadow:none!important;-moz-box-shadow:none!important}
header{padding:20px 0px;position:relative;transition:all .3s ease;width:100%;top:0;z-index:100;box-shadow: 0 1px 1px 1px #f2f2f2;background: #fff}
header.sticky{position:fixed;box-shadow:0 1px 1px 1px #f2f2f2;background:#fff}

@keyframes slowfade{from{width:100%;opacity:0;top:-80px}to{opacity:1;width:100%;top:0px}}@-webkit-keyframes slowfade{from{width:100%;opacity:0;top:-80px}to{opacity:1;width:100%;top:0px}}header.sticky{-webkit-animation:slowfade .3s forwards;animation:slowfade .3s forwards;-moz-animation:slowfade 1s forwards}

.logo{float:left;width:160px;transition:all ease 0.3s}
.logo img{max-width:165px;transition:all ease 0.3s;opacity:1;visibility:visible}
 
.saleoff{line-height:32px;text-align:center;padding:3px 30px;background:#ea0000;margin-top:-20px;margin-bottom:15px}
.saleoff.blkfridy{background:#000;}
.saleoff .container-fluid div{margin:0 5px;display:inline-block;vertical-align:middle;color:#fff;font-size:18px}
.saleoff .container-fluid div span{display:inline-block;vertical-align:middle;font-size:13px;margin-left:10px}
.saleoff img.tree{display:inline-block}
header.sticky .saleoff{margin-top:-20px;margin-bottom:15px}
.saleoff span.close{color:#000;opacity:1;font-weight:lighter;position:absolute;right:15px;top:8px;background:#fff;height:25px;width:25px;line-height:25px;border-radius:50%;font-size:14px;text-shadow:none;display:inline-block;box-shadow:0px 0px 0 1px rgb(255 255 255 / 34%)}
.relative{position:relative}
.navbar-nav.main_menu{float:right;} 
.navbar-nav.main_menu>li>a{color:#5d6167;padding-top:10px;padding-bottom:10px;font-weight: 600;border-radius: 20px;}

.navbar-nav.main_menu.widlogo{float:left;padding-right:0;margin-left:30px}
.navbar-nav.main_menu>li>a .caret{transition:0.3s;width:13px;height:10px; background:url(assets/images/caret-thin.png) no-repeat center center;border:0 !important; position:relative;right:-5px;}
.navbar-nav.main_menu>li:hover a .caret{transform: rotateZ(-180deg)}
.mob_menu{margin:0 60px 0 0}
.mob_menu>li{display:inline-block;vertical-align:middle}
.mob_menu>li>a{color:#2b2b2b;padding:5px 8px}
.navbar-nav.main_menu a.loginBtn,.mob_menu a.loginBtn{background:#fff;border-color: #6a51e0;color:#6a51e0;margin: 0 30px;font-size: 18px;padding-right: 20px;padding-left: 20px;}
.navbar-nav.main_menu a.registerBtn,.mob_menu a.registerBtn{background:#6a51e0;color:#fff;font-size: 18px;border-color: #6a51e0;padding-right: 30px;padding-left: 30px;}
.navbar-nav.main_menu a.registerBtn:hover,.navbar-nav.main_menu a.registerBtn:focus,.mob_menu a.registerBtn:hover{border-color: #b73aff;background:#b73aff;color:#fff !important;}
.navbar-nav.main_menu a.registerBtn:hover{border-color: #b73aff;}
.navbar-nav.main_menu a.loginBtn:hover,.mob_menu a.loginBtn:hover{background: #6a51e0;color: #fff !important;}
.navbar-nav.main_menu>li>a:focus,.navbar-nav.main_menu>li>a:hover{background:transparent;color:#6a51e0}
.navbar-nav.main_menu .open>a,.navbar-nav.main_menu .open>a:focus,.navbar-nav.main_menu .open>a:hover{background:transparent}
a.bars{padding:3px 10px;font-size:18px;box-shadow:0 0px 1px 1px #efefef;vertical-align:middle;height:31px;width:36px;color:#6a51e0;display:block;position:absolute;right:10px;top:10px}
a.bars .fa{height:15px;width:15px;display:inline-block;}
a.bars .fa.fa-bars{background:url(assets/images/bar.svg) no-repeat 0px 0px;background-size:contain}
a.bars .fa.fa-times{background:url(assets/images/close-bar.svg) no-repeat 0px 0px;background-size:contain}
a.bars.hidebars{display:none}
.open>.dropdown-menu,.navbar-nav.main_menu .dropdown-menu{padding: 10px;border: 0;-webkit-box-shadow: 0 12px 12px rgb(0 0 0 / 8%); box-shadow: 0 12px 12px rgb(0 0 0 / 8%);}
.navbar-nav.main_menu .dropdown-menu{width:250px;}
.navbar-nav.main_menu .dropdown-menu.mega-menu{width:420px;}
.navbar-nav.main_menu .dropdown-menu.mega-menu>li{width:198px;display:inline-block;}
.nav.navbar-nav.main_menu li a{font-weight:600;position:relative}
.nav.navbar-nav.main_menu>li:hover>a{color:#6a51e0;}
.dropdown-menu>li>a{display:block;padding:15px 20px 15px 55px;}
.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#6a51e0;background-color: #f3fbff;}

.nav .dropdown-menu>li>a>em{position:absolute;width:30px;height:30px;border-radius:50%;left:10px;top: 50%;margin-top: -15px;background-image:url(assets/images/dropd-icos.png);background-repeat:no-repeat;}
em.swalico{background-position:0 0;}
em.evenico{background-position:0 -33px;}
em.hashico{background-position:0 -65px;}
em.twitico{background-position:0 -97px;}
em.instico{background-position:-32px 0;}
em.weddico{background-position:-32px -33px;}
em.websico{background-position:-32px -65px}
em.faceico{background-position:-64px 0;}
em.linkico{background-position:-64px -33px;}
em.youtico{background-position:-64px -65px;}
em.blogico{background-position:-96px 0;}
em.faqsico{background-position:-96px -33px;}
em.suppico{background-position:-96px -65px;}
em.contico{background-position:-96px -97px;}
em.agrtrico{background-position:-64px -97px}
em.flikrico{background-position:-32px -97px}
em.vimeoico{background-position: 0 -129px}
em.tumblrico{background-position: -64px -129px}
em.rssico{background-position: -96px -129px}

section{padding-top:120px;position:relative}
.abut_sm_aggrtr{padding-top:80px}
.bg_gray{background-color:#fbfbfb;background-image:none}
.hmCntntcl-bg{position:absolute;top:0;left:-2px;bottom:0;right:44%;border:1px solid transparent;background:url(assets/images/hmcntntcl-bg.svg) no-repeat right bottom;background-size:cover}
 
/*wordAnimation*/
.animateWrdWrp {position:relative;}
.animateWrdWrp .animateWrd span{display:inline;position:relative;}
.animateWrdWrp .animateWrd em {color:#fbd286 !important;}
  
.animateWrd em{
font-style:normal;
	position: absolute;
	opacity: 0;
	overflow: hidden; 
	-webkit-animation: rotateWord 21s linear infinite 0s;
	-ms-animation: rotateWord 21s linear infinite 0s;
	animation: rotateWord 21s linear infinite 0s;
	text-indent:10px;
	color:#b73aff !important;
	left: 50% !important;
    transform: translateX(-50%) !important;
}
.animateWrd em:nth-child(2) { 
    -webkit-animation-delay: 3s; 
	-ms-animation-delay: 3s; 
	animation-delay: 3s;  
}
.animateWrd em:nth-child(3) { 
    -webkit-animation-delay: 6s; 
	-ms-animation-delay: 6s; 
	animation-delay: 6s;  
}
.animateWrd em:nth-child(4) { 
    -webkit-animation-delay: 9s; 
	-ms-animation-delay: 9s; 
	animation-delay: 9s;  
}
.animateWrd em:nth-child(5) { 
    -webkit-animation-delay: 12s; 
	-ms-animation-delay: 12s; 
	animation-delay: 12s;  
}
.animateWrd em:nth-child(6) { 
    -webkit-animation-delay: 15s; 
	-ms-animation-delay: 15s; 
	animation-delay: 15s;  
}  
.animateWrd em:nth-child(7) { 
    -webkit-animation-delay: 18s; 
	-ms-animation-delay: 18s; 
	animation-delay: 18s;  
} 
@-webkit-keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -webkit-transform: translateX(0px) translateY(-45px); }
	5% { opacity: 1; -webkit-transform: translateX(0px) translateY(0px);}
    17% { opacity: 1; -webkit-transform: translateX(0px) translateY(0px); }
	20% { opacity: 0; -webkit-transform: translateX(0px) translateY(45px); }
	80% { opacity: 0; }
    100% { opacity: 0; }
}
@-ms-keyframes rotateWord {
    0% { opacity: 0; }
	2% { opacity: 0; -webkit-transform: translateX(0px) translateY(-45px); }
	5% { opacity: 1; -webkit-transform: translateX(0px) translateY(0px);}
    17% { opacity: 1; -webkit-transform: translateX(0px) translateY(0px); }
	20% { opacity: 0; -webkit-transform: translateX(0px) translateY(45px); }
	80% { opacity: 0; }
    100% { opacity: 0; }
}
@keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -webkit-transform: translateX(0px) translateY(-45px); transform: translateX(0px) translateY(-45px); }
	5% { opacity: 1; -webkit-transform: translateX(0px) translateY(0px); transform: translateX(0px) translateY(0px);}
    17% { opacity: 1; -webkit-transform: translateX(0px) translateY(0px); transform: translateX(0px) translateY(0px); }
	20% { opacity: 0; -webkit-transform: translateX(0px) translateY(45px); transform: translateX(0px) translateY(45px); }
	80% { opacity: 0; }
    100% { opacity: 0; }
}
 
/*wordAnimation End*/

.slide_section[class*=widget_]{margin-bottom:0;margin-top:0;padding-top:80px;padding-bottom:50px;background:#fff}
.slide_section{padding:5px;padding-top:100px;margin-bottom:10px;background-image:none}

.slide_section[class*=widget_] .set_clr{color:#ed436f !important}
.slide_section[class*=widget_] .btn-default.btn-register.whiteBtn:before{background:#ed436f}

.slide_section *{color:#06204a}
.slide_content h1{    display: block;
    width: 660px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 80px;}
.slide_section[class*=widget_] .slide_content h1{text-align:left;}
.slide_section[class*=widget_] .slide_content *{margin-left:0}
.slide_content.aggrgator_api h1{width: 800px;}
.slide_content .animateWrd{
	display: block;
}
.slide_content h1 span.orangeTxt{color:#fbd286 !important}
.slide_content p,.slide_content h2.heading_h2_slide{display:block;font-size:18px;line-height:28px;font-weight:400;font-family:'Source Sans Pro', sans-serif !important;
width: 90%;
    margin-left: auto;
    margin-right: auto;
	}
.cmnslidcl{overflow:hidden;margin-bottom:0}
.cmnslidcl .container{position:relative;z-index:10} 
.cmnslidcl .container .row{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:center;align-content:stretch}
.thumbcl{margin-top:30px}
.cmnslidcl .row + .row{margin-top:60px}
.commantopSlide .thumbcl{margin-top:0;}
.cmnslidcl .fontxs span{display:inline-block;white-space:nowrap;vertical-align:middle}
.commantopSlide .slide_content.no_animate_word h1{margin-bottom:30px;width:100% !important}
.slide_section [class*=fa-check]{content:'';margin-left:0;margin-right:5px;display:inline-block;background:url(assets/images/check-circle-black.svg) no-repeat 0px 0px;height:20px;width:20px;background-size:contain!important;vertical-align:middle}  
.title_global{font-size:34px;line-height:44px;margin:0 0 40px 0;font-weight:700;color:#06204a;font-family:'Source Sans Pro', sans-serif !important}
 
.noreqcard{position:relative;font-size: 15px;width: 145px;margin:0 auto;}
.noreqcard:after{content:'';position: absolute;border-bottom: 1px solid #666; height: 1px;left: 0;right: 0;bottom:0px;z-index: -1;}
 
.power_social_media .row{justify-content:space-between;display:flex}
.power_social_media .col-sm-4{width:30%}
.power_social_media .col-sm-3{width:23%} 
.bg_gray.skew.blue{background:rgb(146 128 232);margin-top:120px;height:180px;margin-bottom:50px}
.showcase_sets_4 .bg_gray.skew.blue{height:270px}
.bg_gray.skew.blue.bluebig,.showcase_sets_4 .bg_gray.skew.blue.bluebig{height:500px}
.bg_gray.skew.blue.bluebig.withcta{height:560px}
.bg_gray.skew.blue.bluebig.withcta .noreqcard{color:#fff;}
.bg_gray.skew.blue:before,.bg_gray.skew.blue:after{background:rgb(146 128 232);height:130px}
.bg_gray.skew.blue:before{top:-70px}
.power_social_media.showcase_sets_4 .bg_gray.skew.blue.bluebig .col-sm-3{padding-right:10px;padding-left:10px}
.power_social_media .bg_gray.skew .container{transform:translateY(-180px);padding-top:70px}
.power_social_media .heading_power_media{font-size:20px;font-weight:600} 
.power_social_media p{margin:18px 0px 0px 0px} 
.wedding_shade .bg_gray.skew.blue{background:#ff8791}
.wedding_shade .bg_gray.skew.blue:before,.wedding_shade .bg_gray.skew.blue:after{background:#ff8791}
.bg_gray.skew{margin:150px 0 50px;position:relative}
 
footer.bg_gray.skew{margin-top:30px; margin-bottom:0}
footer.bg_gray.skew:before{height:200px;clip-path:polygon(92% 0, 100% 30%, 100% 100%, 0 100%, 0 30%);top:-150px}
footer.bg_gray.skew:after{display:none}
.onehalf{width:46%}
.oneThird{width:30%}
.oneFourth{width:23%}
.whiteRadiusBx{transition:all 0.3s ease 0s;box-shadow:rgba(50, 50, 50, 0.08) 0px 0px 25px;border-radius:10px;float:left;background:#fff;padding:30px 20px}
.whiteRadiusBx:hover{box-shadow:rgba(50, 50, 50, 0.3) 0px 0px 25px}
.powerful_features{text-align:center}
.powerful_features.bg_gray{padding-top:100px;margin-top:100px}
.powerful_features.bg_gray .whiteRadiusBx{background:transparent}

.why_use_us{padding-bottom:50px;}
.circle_wave{background:url(assets/images/circle-wave.svg) no-repeat center center;background-size:contain}
.why_use_us .whiteRadiusBx{margin-left:3.5%;margin-bottom:25px} 
.why_use_us .title_global span.brandName{background:linear-gradient(0deg,#b73aff 0,#6a51e0 90%); -webkit-background-clip:text;-webkit-text-fill-color:transparent; -moz-background-clip:text; -moz-text-fill-color:transparent; font-weight:700}
ul.whylist li{position:relative; padding-left:60px;width:43%; float:right; min-height:102px;border-radius:20px;margin-left:30px;margin-top:25px;padding-top:20px;font-weight: 600;}
ul.whylist li span{position:absolute;left:-40px;top:0}
ul.whylist li:first-child{background:#ffc4c6;}
ul.whylist li:nth-child(2){background:#b4abdc;}
ul.whylist li:nth-child(3){background:#fee66d;}
ul.whylist li:nth-child(4){background:#a9efee;}
ul.whylist li:nth-child(odd){float:left;}
.why_use_us .whiteRadiusBx.onehalf:nth-child(4){clear:left !important}
.powerful_features .small_block{ margin-bottom:80px}
.powerful_features .whiteRadiusBx{padding:10px 20px;margin:0 0 50px;box-shadow:none !Important;border-radius:0 !important;float:none}
.powerful_features .row + .row{margin-top:20px}
.why_use_us .title_global{margin-bottom:15px}

.whiteRadiusBx .subttl, .heading_power_media{font-family:'Source Sans Pro', sans-serif;font-weight:600}
.small_block p,.small_block .font20{margin-left:210px;margin-right:210px;color:#545454;margin-bottom:15px;font-family:'Source Sans Pro', sans-serif !Important;font-weight:400 !important}

 
.power_social_media .col-sm-4,.power_social_media .col-sm-3{transition:all 0.3s ease 0s;box-shadow:rgba(50, 50, 50, 0.08) 0px 0px 25px;padding:35px 20px;border-radius:10px;background:#fff}
.nmbrwrk{font-size:54px;font-weight:700;line-height:54px;background:url(assets/images/arrow-blue.svg) no-repeat right 15px} 
.power_social_media .wrkbxshdw img{/* max-width:90% */margin:20px auto;}
.power_social_media .col-sm-4:hover,.power_social_media .col-sm-3:hover{box-shadow:rgba(50, 50, 50, 0.3) 0px 0px 25px}
.power_social_media.cutWrpCl + section{padding-top:35px}
section .row + .row{margin-top:60px}
.flexBox{display:flex;align-items:center;justify-content:center;flex-direction:column}
.flexBox .row{width:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;margin:0}
.flexBox .row .my_col_img{text-align:center}
.flexBox .row .can_explain_us{margin:0 50px;padding-bottom:10px}
.can_explain_us{position:relative;text-align:left}
.can_explain_us h2,.can_explain_us h3,.can_explain_us h4{font-size:26px;line-height:32px;padding:0;font-weight:600;margin:20px 0 15px}
.can_explain_us h2>a,.can_explain_us h3>a,.can_explain_us h4>a{color:inherit}
.flexBox .row .can_explain_us.leftCol{margin-left:auto}
.flexBox .row .can_explain_us.rightCol{margin-right:auto} 
.can_explain_us .spacer40px{height:10px}
a.learnmore{display:inline-block;color:#6a51e0;overflow:hidden; text-decoration:none;position:relative;text-transform:capitalize}
a.learnmore span{display:block;padding:0px 40px 0px 0px;background:url(assets/images/arrow-blue.svg) no-repeat 90% center;background-size:20px auto !important;font-weight:600; transition:all ease 0.3s}
a.learnmore:hover span{background-position:96% center !important}

.redLink a.learnmore span, .redLink .category{color:#fd4e5b}
.purpleLink a.learnmore span, .purpleLink .category{color:#c600ff}
.orangeLink a.learnmore span, .orangeLink .category{color:#ff9c00}
.greenLink a.learnmore span, .greenLink .category{color:#7ad929}
.can_explain_us .category{font-weight:600;position:relative;top:15px;text-transform:uppercase;font-size:16px}

.redLink a.learnmore span{background:url(assets/images/arrow-red.svg) no-repeat 90% center}
.purpleLink a.learnmore span{background:url(assets/images/arrow-purple.svg) no-repeat 90% center}
.orangeLink a.learnmore span{background:url(assets/images/arrow-orange.svg) no-repeat 90% center}
.greenLink a.learnmore span{background:url(assets/images/arrow-green.svg) no-repeat 90% center}

.small_block .title_global{margin-bottom:10px}
.small_block{margin-bottom:40px}
.small_block h2.small_ttl{font:400 16px/25px 'Source Sans Pro', sans-serif;color:#2b2b2b;margin:0 0 10px}
.use_anywhere{margin-bottom:10px} 
.use_anywhere .small_block{ margin-bottom:80px}
.use_anywhere .row{justify-content:space-between; display:flex}
.use_anywhere .row + .row{margin-top:0}
.use_anywhere .whiteRadiusBx{margin-bottom:30px}

.use_anywhere .col-sm-4,.use_anywhere .col-sm-3{margin-bottom:20px}
.use_anywhere .col-sm-4,.use_anywhere .col-sm-3 img{border-radius:5px}
.use_anywhere.temp_website .col-sm-4:nth-child(4){clear:left}
.use_anywhere .col-sm-4 h3,.use_anywhere .col-sm-3 h3{font-size:20px}
.use_anywhere span.fa{color:#6a51e0;border-radius:50%;background:#fff;transition:all ease 0.3s;border:1px solid #eee;height:64px;width:64px;line-height:55px;text-align:center;display:block}
.use_anywhere span.fa img{width:35px}
.use_anywhere .col-sm-4:hover span.fa,.use_anywhere .col-sm-3:hover span.fa{background:transparent;color:#fff;border-color:#6a51e0;box-shadow:0 0 0px 2px #6a51e0} 

.use_anywhere.no_box_view .whiteRadiusBx{padding:10px 20px;margin:0 0 50px;box-shadow:none !Important;border-radius:0 !important;float:none}

.five_steps{padding:50px 0}
.five_steps ul{padding-top:20px;padding-bottom:25px}
.five_steps ul li{display:block;margin-bottom:25px}
.five_steps ul li span{position:relative;display:inline-block;font-size:17px;font-weight:600;box-shadow:rgba(50, 50, 50, 0.08) 0px 0px 25px;border-radius:7px;background:#fff;padding:13px 20px 13px 35px}
 
.five_steps ul li em{font-style:normal;display:block;position:absolute;width:34px;height:34px;line-height:34px;color:#fff;background:linear-gradient(0deg,#b73aff 0,#6a51e0 90%);text-align:center;border-radius:50%;top:10px;left:-15px}
.wedding_wall{padding:50px 0; margin-top:120px;}
.wedding_shade.five_steps ul li em{background:#ff8791}

.left_right_cols .row{display:flex;align-items:center}
.left_right_cols .row + .row{margin-top:40px}

.individual_options .small_block{margin-bottom:80px}
.individual_options .individual_col h3,.individual_options .individual_col h4{font-size:24px;margin:20px 0 0}
.individual_options .individual_col h3>a,.individual_options .individual_col h4>a{color:inherit}
.individual_options .individual_col p{margin:20px 30px 40px 30px;color:#2b2b2b}
 
.platforms{width: 800px; margin: 0 auto;position:relative; min-height:400px; transform: translateX(-30px);}
.platform_support ul{overflow:hidden; text-align:center;}

.platform_support ul li{display:block;position: absolute;margin:0 1.75% 20px 1.75%;box-shadow:0 0px 15px 0px rgb(195 195 195 / 38%);width:23%;padding-bottom:15px;border-radius:5px;overflow:hidden}
.platform_support ul li em{display:block;font-style:normal;font-size:15px;text-transform:uppercase;color:#fff;}
.platform_support ul li.instagram{background:#7c22b9;background:-moz-linear-gradient(top,  #7c22b9 0%, #c5226e 50%, #d9853c 100%);background:-webkit-linear-gradient(top,  #7c22b9 0%,#c5226e 50%,#d9853c 100%);background:linear-gradient(to bottom,  #7c22b9 0%,#c5226e 50%,#d9853c 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c22b9', endColorstr='#d9853c',GradientType=0 );color:#fff;width: 140px;
    height:140px; left:0px;top:70px;
    }
.platform_support span.fa{display:inline-block;position:relative;transition:all ease 0.3s;line-height:60px;border-radius:5px;margin-top: 25px;}
.platform_support span.fa img{ width:39px}

.platform_support ul li.tumblr{background:#302d4d;width: 100px; height:100px;left:48px;top:225px;}
.platform_support ul li.tumblr span{margin-top:5px}
.platform_support ul li.youtube{background:#ff0e0e;width: 140px; height:140px;left:390px;top:0px;}
.platform_support ul li.youtube img{width:45px;}
.platform_support ul li.rss{background:#ff9800;width: 140px; height:140px;left:550px;top:0px;}
.platform_support ul li.facebook{background:#38529a;width: 215px; height:215px;left:160px;top:0px;}
.platform_support ul li.facebook span{margin-top:55px}
.platform_support ul li.vimeo{background:#19b2e5;width: 140px; height:140px;left:320px;top:230px;}
.platform_support ul li.giphy{background:#ee4e4e;width: 140px; height:140px;left:165px;top:245px;}
.platform_support ul li.twitter{background:#000000;width: 215px; height:215px;left:480px;top:160px;}
.platform_support ul li.twitter span{margin-top:55px}
.platform_support ul li.linkedin{background:#0077b5;width: 140px; height:140px;left:715px;top:160px;}
.platform_support ul li.flickr{background:#ec407a;width: 100px; height:100px;left:710px;top:45px;}
.platform_support ul li.flickr span{margin-top:5px} 

.platform_support_full ul{margin-top:50px;}
.platform_support_full ul li{margin: 0 0.75% 20px 0.75%;box-shadow: 0 0 1px 1px #f3f3f3;width: 31%;background: #f6f6f6!important;display: block;float: left;text-align: left;}
.platform_support_full ul li:hover{background:#f6f6f6 !important;}
.platform_support_full ul li em{
    text-transform: none;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-top: 15px;
    display: block;
    font-style: normal;
	margin-left: 85px;
}
.platform_support_full span.fa{
    line-height: 56px;
    height: 56px;
    width: 56px;
    background: #fff;
    border-radius: 50%;
    margin: 15px;
    border:1px solid #f3f3f3;
    display:block;
    float: left;
    text-align: center; 
}
.platform_support_full ul li:hover span.fa{background:#fff}
.platform_support_full span.fa img{width:28px;}
.platform_support_full ul li p{ font-size:16px;line-height:20px;margin-left: 85px;margin-right:10px;}

.hdr_sec_price.slide_section{background:#6a51e0;padding: 40px 5px 50px 5px;margin-bottom: 0;}
.hdr_sec_price *{color:#fff !important;}
.hdr_sec_price .title_global{font-size:40px;text-transform:uppercase}
.pricing .small_block h4{font-size:24px}
.pricing .slides_pric{margin-bottom:30px}
.pricing .slides_pric .col-md-10.col-md-offset-1{width:100%!important;margin-left:auto!important}
.pricing .slides_pric .sec_price{border:1px solid #e1e1e1;text-align:center;margin:5px 0px 20px 0px;border-radius:4px;background:#fff;overflow:hidden;transition:all ease 0.3s}
.pricing .slides_pric .sec_price.poplr_col,.pricing .slides_pric .sec_price.recmend_col{border:1px solid #eb337c;-webkit-box-shadow:0px 0px 10px 1px rgb(178 178 178 / 50%);box-shadow:0px 0px 10px 1px rgb(178 178 178 / 50%)} 

.pricing .btn-default{padding:12px 0px;border-radius:5px;display:block;width:90%;margin:0 auto;max-width:200px;-webkit-transition:0.5s;transition:0.5s;background:#6a51e0;border:0;color:#ffffff!important;font-size:18px}
.pricing .btn-default:hover,.pricing .btn-default:active,.pricing .btn-default:focus{-webkit-transition:0.5s;transition:0.5s;background:#b73aff;color:#fff!important}
.pricing .btn-default.btn-register, .profit_none .btn-default.btn-register{padding:0}
.pricing .border_set{background:#f1f1f1;margin:20px 70px 55px 70px}
.pricing .sec_price ul.features_price{margin-bottom:30px;display:block;text-align:left;padding-left:50px}
.pricing .sec_price ul.features_price li{color:#464545;margin-bottom:5px;display:block;background:url(assets/images/check-circle-blue.svg) no-repeat 0px center;padding-left:25px;background-size: 15px auto !important;}
.pricing .sec_price ul.features_price li.no_access{background:url(assets/images/check-circle-no.svg) no-repeat 0px center;}
.pricing .sec_price ul.features_price li:last-child{margin-bottom:0}
.pricing .sec_price ul.features_price:last-child{margin-bottom:0}
.pricing .sec_price ul.features_price li div img{max-height:16px; margin-left:3px;}
.pricing .sec_price .cstm_slutn{margin:50px auto 30px auto; display:block;}
.pricing .sec_price p{max-width:90%;margin:0 auto 88px auto}
.pricing .sec_price .icon_feature{width:auto!important;color:#6a51e0;display:inline-block;margin-bottom:10px}
.pricing .sec_price .icon_feature:before{font-size:55px}     
.pricing .sec_price .feature_sec_price{padding:30px 0 35px 0;display:block}
.pricing .sec_price .feature_sec_price .text_feature{padding:0 30px}
.pricing .sec_price .feature_sec_price .text_feature h3{font-weight:700;font-size:22px;margin:10px 0 30px;display:block;color:#2b2b2b;text-transform: uppercase;}
.pricing .sec_price .feature_sec_price .value_price{margin-bottom:20px;padding:0 0 15px 0;background:#fff;color:#868686}
.pricing .sec_price .feature_sec_price .value_price div{color:#333}
.pricing .sec_price .feature_sec_price .value_price .price{font-size:18px;margin:0;font-weight:600; display:inline-block;color:#2b2b2b}
.pricing .sec_price .feature_sec_price .value_price .price em{display:inline-block;font-size:26px;font-weight:700;font-style:normal;position:relative;top:-15px;left:-5px}
.pricing .sec_price .feature_sec_price .value_price .price .large{font-size:64px;font-weight:700;display:inline-block}
.pricing .sec_price ul.features_price li .fa-check-circle-o{color:green}
.pricing .sec_price ul.features_price li .fa-times-circle{color:red}
.pricing .sec_price ul.features_price li strong{background:#f3fbff;padding:0 7px;border-radius:10px;font-size:14px;font-weight:600;}
.pricing .sec_price .feature_sec_price .underline{color:#545454}
.pricing .sec_price .feature_sec_price .underline:hover{color:#6a51e0}
.text_ups_plans h3{text-transform:uppercase !important}
.noupdats{font-size: 13px;line-height: 15px;font-style: italic;position: absolute;bottom: 10px;left: 20px;width:100%;text-align:left}
.noupdats img{width: 14px;position: relative;top:0px;margin-left: 5px;}

/*on sale 
.data-responsive.stickysale{position:relative}
.data-responsive.stickysale:before {content: '';height: 40px;background: #fff;width: 100%;display: block;position: sticky;top: 84px;z-index: 1;}
 on sale end*/
.pric_featrs_monitr .table>thead>tr>th{position:sticky;top:78px;background:#fff;z-index:10;}
/*on sale 
.pric_featrs_monitr .table>thead>tr>th{top:118px;}
 on sale end*/
.pric_featrs_monitr .table>tbody>tr:first-child td{position:sticky;top:168px;background:#fff;z-index:10;padding:20px 0;}
/*on sale 
.pric_featrs_monitr .table>tbody>tr:first-child td{top:208px;}
 on sale end*/
.pric_featrs_monitr.featrs_evntplan .table>tbody>tr:first-child td{top:168px;}
/*on sale
.pric_featrs_monitr.featrs_evntplan .table>tbody>tr:first-child td{top:208px;}
on sale end*/
.pric_featrs_monitr.featrs_display .table>tbody>tr:first-child td{top:135px;}
.pric_featrs_monitr.featrs_combo .table>tbody>tr:first-child td{top:135px;}
.pric_featrs_monitr .table>tbody>tr:last-child td{display:none;}


.fq_prc_col,.mntly_qrtrly_col,.day_mntly_col{width:300px;margin:0 auto 20px auto;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;z-index:10}
.fq_prc_col{margin-top:50px}
.fq_prc_col li a,.mntly_qrtrly_col a,.day_mntly_col a{margin:0;color:#545454!important;display:inline-block;border:0;border-radius:45px;width:auto;text-align:center;-webkit-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear;position:relative;z-index:1;cursor:pointer;font-size: 16px;}
.fq_prc_col li.active a,.mntly_qrtrly_col a.active,.day_mntly_col a.active{border:0!important;border-radius:45px;background:0 0!important;color:#6a51e0!important;}
.mntly_qrtrly_col a.active,.day_mntly_col a.active,.mntly_qrtrly_col a.active:hover,.day_mntly_col a.active:hover{background:rgb(106 81 224 / 20%)!important;color: #000 !important;}
.mntly_qrtrly_col a:hover,.day_mntly_col a:hover{background:#f7f7f9!important;color: #000 !important;}
.mntly_qrtrly_col a.tb_mntly,.day_mntly_col a.evnt_tb_day{float:left;position:relative;width:118px;}
.mntly_qrtrly_col a.tb_qrtrly,.day_mntly_col a.evnt_tb_mntly{float:right;position:relative;width:127px;}
.mntly_qrtrly_col a.tb_mntly:before,.mntly_qrtrly_col a.tb_qrtrly:before,.day_mntly_col a.evnt_tb_day:before,.day_mntly_col a.evnt_tb_mntly:before{content: "";display: block;top:auto;bottom:0;left:auto;right:-50px;height:24px;position:absolute;width:100%;}
 .data-responsive .day_mntly_col a.evnt_tb_day:before{right:-48px;}
.mntly_qrtrly_col a.tb_qrtrly:before,.day_mntly_col a.evnt_tb_mntly:before{right:auto;left:-50px}
.mntly_qrtrly_col a.tb_mntly.active:before,.day_mntly_col a.evnt_tb_day.active:before{right:auto;left:auto}
.mntly_qrtrly_col a.tb_qrtrly.active:before,.day_mntly_col a.evnt_tb_mntly.active:before{right:auto;left:auto}
.fq_prc_col span.crcltog,.mntly_qrtrly_col span.crcltog,.day_mntly_col span.crcltog{position:absolute;top:8px;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);left:128px;height:14px;width:14px;border-radius:45px;z-index:0;-webkit-transition:all .2s linear;-o-transition:all .2s linear;transition:all .2s linear;background:#6a51e0}
.mntly_qrtrly_col span.crcltog{left:148px;}
.mntly_qrtrly_col a .upto10,.day_mntly_col a .upto10{display:block;position: absolute;top: -30px;left:0px;width: 110px;height: 24px;line-height: 24px;background: #e93070;color: #fff !important;font-size: 14px;border-radius: 5px;text-transform: none;z-index:5;}
.mntly_qrtrly_col a .upto10:after,.day_mntly_col a .upto10:after {content: "";display: block;width: 0;margin-left:15px;height: 0;border-style: solid;border-width: 5px 5px 0;border-color: #e93070 transparent transparent transparent;bottom: -5px;position: absolute;}
.bdr_bx_crcl{position:absolute;top:4px;left:125px;height:22px;width:40px;border-radius:45px;z-index:0;border:1px solid #ddd}
.data-responsive .mntly_qrtrly_col,.data-responsive .day_mntly_col{margin:0;width: 200px;height: 50px;}
.data-responsive .day_mntly_col{width: 155px;}
.data-responsive .mntly_qrtrly_col span.crcltog,.data-responsive .day_mntly_col span.crcltog{left:80px;top:5px}
.data-responsive .mntly_qrtrly_col span.crcltog{left:100px}
.data-responsive .day_mntly_col span.crcltog{left:62px}
.data-responsive .mntly_qrtrly_col .bdr_bx_crcl,.data-responsive .day_mntly_col .bdr_bx_crcl{left:78px;top:2px;height:20px}
.data-responsive .day_mntly_col .bdr_bx_crcl{left: 60px;}
.data-responsive .mntly_qrtrly_col a.tb_mntly:before,.data-responsive .day_mntly_col a.evnt_tb_day:before{right:-60px}
.mntly_qrtrly_col a.tb_mntly,.mntly_qrtrly_col a.tb_qrtrly,.day_mntly_col a.evnt_tb_day,.day_mntly_col a.evnt_tb_mntly{font-weight:400}
.data-responsive .mntly_qrtrly_col a.tb_mntly,.data-responsive .mntly_qrtrly_col a.tb_qrtrly,.data-responsive .day_mntly_col a.evnt_tb_day,.data-responsive .day_mntly_col a.evnt_tb_mntly{width:auto;padding: 0px 7px;}
.billing_type{margin-top:5px;font-size:16px;color:#2b2b2b !important}
.data-responsive .billing_type{width:115px;margin:5px auto 0 auto}
.billing_cycle{color:#2b2b2b !important}
  
.pricing .enter_plan_hr{padding:30px 15px 20px 50px;border-radius:5px;background:#f3fbff;margin-bottom:60px;} 
.pricing .enter_plan_hr h3{margin-top:0;text-transform:uppercase}
.pricing .enter_plan_hr .btn-default{max-width:150px;background:#6a51e0 }
.pricing .enter_plan_hr .btn-default:hover{background:#b73aff}
.flexnormal{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;flex-wrap:wrap;width:100%}
.flexnormal [class*='col-']{display:flex;flex-direction:column}
.flexnormal .col-sm-4{justify-content:center;align-self:center}
.slidePricing{padding-top:0px}
table.offpricetbl{border-right:1px solid #ddd;margin-top:15px}
table.offpricetbl>thead>tr>th{border-bottom:0 !Important;background:;color:#fff;text-indent:10px}
table.offpricetbl tbody tr td .eventDetail{font-weight:400;font-size:14px}
table.offpricetbl tbody tr td{border-left:1px solid #ddd;border-bottom:1px solid #ddd;color:#6a51e0;background:#f3f3f3;text-align:left!important;text-indent:10px;font-weight:400}
table.offpricetbl tbody tr td.text-right{text-align:right!important}
table.offpricetbl tbody tr td:first-child{background:#f3f3f3}
table.offpricetbl tbody tr td:nth-child(4),table.offpricetbl tbody tr td:nth-child(6){border-color:#ddd !Important}
table.offpricetbl tbody tr:last-child td:last-child{font-size:20px}
button.eventBackBtn{float:left;border:1px solid #ddd;border-radius:4px;padding:5px 20px;font-size:16px;transition:all ease 0.3s;color:#6a51e0;background-color:#fff;margin-top:20px}
button.eventBackBtn:hover{border-color:#b73aff;background-color:#b73aff;color:#fff}
.myModal{display:none;position:fixed;width:98%;max-width:650px;background-clip:padding-box;top:50%;left:50%;transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);z-index:999!important}
.modalOverlay{opacity:0;position:fixed;top:0;left:0;z-index:900;width:100%;height:100%;background:#000;display:none;opacity:0.5}
.col-left-price{width:52%;float:left;padding-right:2%}
.col-right-price{width:42%;float:right}
.myModal h4{font-size:22px;display:block;margin:10px 0 30px 0}
.myModal .close{text-align:center;position:absolute;right:-10px;top:-10px;height:25px;width:25px;line-height:25px;color:#000;font-weight:400;background:#fff;border-radius:50%;font-size:16px;opacity:1;box-shadow:2px 2px 5px #000;z-index:10}
.myModal .priceModalBody{padding:30px;border-radius:10px;position:relative;background:#fff}
.myModal.mySubsModal,.myModal.myFrvrModal{width:98%;max-width:400px;text-align:center}
.myModal.myFrvrModal h4{line-height:1.3}
.myModal a.btn.btn-default.btn-white{background:#fff;color:#6a51e0!important}
.mySubsModal.myModal .priceModalBody::after{display:none}
.catPlanCl{display:block;font-weight:500;color: #ff5722;font-size:14px;}
.primaryTxt{color:#6a51e0}
.textupps{text-transform:uppercase}
.font12px{font-size:12px}.font14px{font-size:14px}.font16px{font-size:16px}.font18px{font-size:18px}.font20px{font-size:20px}.planDetail{font-size:13px;text-transform:none}.mnthwise{color:#2b2b2b;font-size:12px}.formSecEvent{position:relative;z-index:5}
.myModal .priceModalBody p{font-size:14px}
.myModal .control-label{font-weight:400;text-align:left;width:100%}
.myModal .form-control,.myModal .input-group{background:#fff;box-shadow:0 0px 4px #c1c1c1;-webkit-box-shadow:0 0px 4px #c1c1c1;border:0;border-radius:4px}
.myModal .input-group .form-control,.myModal .input-group .form-control{box-shadow:none;-webkit-box-shadow:none;border:0}
.myModal .btn.active.focus,.myModal .btn.active:focus,.myModal .btn.focus,.myModal .btn:active.focus,.myModal .btn:active:focus,.myModal .btn:focus{outline:none}
.planslcted{margin-bottom:10px}
.actlprice,.numdys{color:#6a51e0;font-size:22px}
.actlprice span{font-size:14px;color:#2b2b2b}
.promoAply{border:1px dashed #6a51e0;padding:5px;border-radius:5px;width:210px;text-align:center;margin:10px auto}
.myModal.myevmoal .promoAply{width:100%}
.promoAply .form-control{width:100%;margin-bottom:5px} 
.promoAply span.okpromo{background:url(assets/images/check-circle-green.png) no-repeat left center;padding-left:30px;color:#13da09;}
.promoAply .errpromo,.promoAply .rempromo{font-size:16px;color:red;} 
/* #price{font-size:28px;vertical-align:middle} */
#purchase i{position:relative;top:2px}
.totalprice{font-size:18px;color:#000;margin:30px 0 15px}
.totalprice span{margin-left:20px}
.lineThru{text-decoration:line-through;color:#656565}
.myevmoal .eventDetail{font-weight:normal;font-size:16px;line-height:20px;display:inline-block}
.myModal p.text-left{font-size:14px}
.myModal .btn-default{background:#6a51e0;color:#fff !important;line-height:2;border:0;padding:5px 20px;font-size:16px}
.myModal .btn-default:hover{background:#b73aff;color:#fff!important}
.applycoupBtn .btn-default{line-height: 1.7}
.btn.continueBtn{padding:10px 20px;border:0;margin-top:20px;float:right}
.mySubsModal.myModal .btn.continueBtn{float:none}
/****/
.subscribe{background:url(assets/images/cta-bg.svg) no-repeat center center;background-size:cover;color:#fff;padding:30px 0;border-radius:15px}
.subscribe img{height:70px;display:block;margin:0 auto;margin-bottom:10px}
.subscribe h3{margin-bottom:0;font-size:36px;font-weight:600} 
.subscribe h4,.subscribe p,.subscribe h3.font20{color:#fff;font-size:20px;margin:15px 0 30px;font-weight:400} 
.subscribe h6{text-transform:capitalize;margin-top:5px}
.subscribe .btn-default.btn-register{width:180px;font-size:17px; font-weight:400; border:1px solid #fff;margin:0;border-radius: 10px;} 
.pinkCta .subscribe{background:url(assets/images/cta-bg-home.svg) no-repeat center center;background-size:cover;}
.ctaBtm .subscribe .btn-default.btn-register{margin:0 auto}

.footer_main{padding-top:100px;}
footer{margin-top:30px}
footer .title_widget{font-size:18px;font-weight:600;margin-bottom:10px;color:#2b2b2b !important}
footer .footer_widgets ul{margin-bottom:30px}
footer .footer_widgets ul li a{font-size:16px;line-height:30px}
 
.footer_credintial{padding:15px 0 10px;border-top:1px solid #e1e1e1}
.footer_credintial img{max-width:140px}
.footer_credintial .text-center{font-size:16px}
footer *,footer a{color:#545454!important}
footer a:hover, footer a:hover i{color:#6a51e0!important}
footer .ntwksec{text-align:right}
footer .ntwksec a+a{margin-left:10px}
footer .ntwksec a i{transition:all ease 0.3s;overflow:hidden;border-radius:50%;height:24px;width:24px;line-height:24px;text-align:center;display:inline-block;vertical-align:middle;border:1px solid #f7f7f7}
footer .ntwksec a i.twitter{border-color:#000;background:url(assets/images/twitter-x.svg) no-repeat 0px 0px;background-size:14px auto;background-position:center center}
footer .ntwksec a i.facebook{border-color:#38529a;background:url(assets/images/facebook-blue.svg) no-repeat 0px 0px;background-size:14px auto;background-position:center center}
footer .ntwksec a i.twitter:hover{border-color:#000}
footer .ntwksec a i.facebook:hover{border-color:#38529a}
ul.strnglink li a{font-weight:600}

.cookie-wrp{bottom:0;background:#000;position:fixed;min-width:100%;height:auto;z-index:100000;font-size:14px;letter-spacing:0;line-height:20px;left:0;text-align:center;font-weight:400}.cookie-container{padding:15px 30px;text-align:center;width:100%;z-index:2;color:#fff}.cookie-buttons,.cookie-text{display:inline-block}.cookie-buttons a, .cookie-buttons button{color:#fff;background:#00a99d;margin:0 0 0 10px;text-decoration:none;padding:8.5px 10px;line-height:1;border:0;border-radius:3px}

.gredient_bg{background:linear-gradient(0deg, #b73aff 0%, #6a51e0 90%)}
.explore_more .explore_col{margin:0 0 20px 0}
.explore_more .explore_col h2{margin:0 0 5px}
.explore_more .explore_col h3{font-size:26px}
.explore_more .explore_col h3>a{color:inherit}
.explore_more .explore_col p{margin-bottom:15px}
.explore_more .explore_col ul, ul.checklist,ul.free_foreverlist{margin-bottom:30px;color:#545454}
.font20 + ul.checklist{padding-top:10px}
.explore_more .explore_col ul li,ul.checklist li, ul.free_foreverlist li{position:relative;margin:0 0 10px 0;margin-left:40px}
ul.free_foreverlist li{width:25%;display:inline-block;margin-bottom:15px;vertical-align: top;font-size: 16px;}
ul.free_foreverlist li span.imgwrpcrcl{width: 24px;height: 24px;background: #fff;border-radius: 20px;text-align: center;display: inline-block;line-height: 22px;vertical-align: middle;}
ul.free_foreverlist li span.imgwrpcrcl img{height:14px !Important}
.explore_more .explore_col ul li:before, ul.checklist li:before,ul.free_foreverlist li:before{content:'';position:absolute;top:2px;left:-30px;display:block;width:12px;height:18px;border:1px solid #00d82d;border-left:0;border-top:0;transform:rotate(45deg);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg)}
ul.free_foreverlist li:before{width: 10px; height: 16px; border: 2px solid #00d82d; border-left:0;border-top:0;}
.explore_more img{max-height:500px;margin:0 auto;display:block}

ol.decimal_list{margin-left:30px;list-style:decimal}
ol.decimal_list li{margin-bottom:5px}

.formcontactsec{border-bottom:1px solid #f2f2f2}
.formcontactsec h4{display:block;margin:15px 0;font-size:28px}
.formcontactsec input.form-control{height:46px;font-size:16px}
.formcontactsec textarea.form-control{height:100px;font-size:16px}
.secprice h3{font-size:16px;font-weight:600;margin:0 0 2px 0;color:#2b2b2b}
.secprice .table{border:0}
.secprice .table *{text-align:center}
.secprice .table>tbody>tr>td{padding:32px 0;vertical-align:middle}
.secprice .table>thead>tr:first-child>th{border-top:1px solid #ddd}
.secprice .table-bordered>thead>tr>th,.secprice .table>tbody>tr>td{border:0!important}
.secprice .table-bordered>tbody>tr:nth-of-type(even) td{background-color:#f3fbff!important} 
.secprice .table-bordered>thead>tr>th span,.secprice .table-bordered>thead>tr>th .billing_type{font-size:14px;font-weight:400;color:#868686}
.secprice .table .caret{float:left;margin:0;position:absolute;left:5px;top:50%}
.secprice .table-hover>tbody>tr:hover{background-color:transparent!important}
.secprice .bfntprc, .dlr_eql{font-size:26px !important}
.dlr_eql{color:#222 !important; font-weight:600 !important}
.secprice .table>tbody>tr>td .togopn{text-align:left;margin-left:15px}
.secprice .table>tbody>tr>td .togopn a{text-align:left;color:#2b2b2b;font-size:18px;font-weight:600;position:relative;padding-left:20px;}
.secprice .table>tbody>tr>td .togopn .cnts{font-size:14px;text-align:left;overflow:hidden;max-height:0;transition:max-height .3s cubic-bezier(0,1,0,1) 0s;transform:translateY(5px);position:static;background:none;border:0;box-shadow:none;padding:0;display:block}
.secprice .table>tbody>tr.highlight>td .togopn .cnts{transition:max-height .3s cubic-bezier(1,0,1,0) 0s;transform:translateY(5px);height:auto;max-height:9999px}
.selectprice a.btn{border-color:#6a51e0;background:#6a51e0;color:#fff;font-size:16px}
.selectprice a.btn:hover{background:#b73aff;color:#fff!important;border-color:#b73aff}
.secprice .table>tbody>tr>td strong.ico{width:20px;height:20px;display:block;margin:0 auto}
.secprice .table>tbody>tr>td strong.ico.yes{background:url(assets/images/check-circle-blue.svg) no-repeat center center;background-size:cover!important}
.secprice .table>tbody>tr>td strong.ico.no{background:url(assets/images/cross-ico.svg) no-repeat center center;background-size:cover!important;filter:grayscale(100%)}
section.all_terms, section.cntctfrmblck,.bg_img_none{background-image:none}
.nobg{background:none !important}
section.all_terms{padding-top:50px}
.all_terms h3{font-size:18px}
.cntctfrmblck, .cntntblock_404{padding-top:0px}
.cntctfrmblck .frmcntct .form-group{margin-bottom:20px} 
.cntctfrmblck .frmcntct, .img_404{padding:80px 0 0 80px;position:relative;top:0px;width:60%;min-height:100vh;float:left;background: #f7f7f7;}
.frmcntct_in, .imgcntct_404{width:70%;}
.cntctfrmblck .clmcntct,.content_404{background:#fff; width:40%;min-height:100vh;float:left;}
.cntctfrmblck .frmcntct input[type=text],.cntctfrmblck .frmcntct textarea{box-shadow:none;border-color:#c0c0c0; border-radius:10px}
.cntctfrmblck .frmcntct input.form-control{height:46px;width:70%;}
.cntctfrmblck .frmcntct textarea{min-height:80px}
.cntctfrmblck .btncntct{width:150px;padding:6px 15px;background:#666;font-size:16px;border:0;color:#fff;transition:all ease 0.3s;border-radius:10px}
.cntctfrmblck .btncntct:hover{background:#000;color:#fff}
.supcntnt,.supcntnt_in{padding: 100px 100px 0 0;width: 75%;float: right;}
.supcntnt h5{font-size:20px;margin-top:20px;}
.cntctfrmblck h4, .supcntnt_in h4{margin-top:0;font-size:26px}
.cntctfrmblck .frmcntct h4{margin-bottom:20px}
.supcntnt p{margin-bottom:20px}
.intro_text_404{margin:20px 0 50px 0}
.supcntnt_in .btn{float:left}
.pric_featrs_main{margin-top: -30px;}
.nav-tabs.btn_prictb{background-color:#fff;position: relative;padding: 0;-webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 23%);box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 23%);text-align:center;border-radius: 10px;width: 100%; max-width:550px;margin: 0 auto 60px auto;background: #f1f1f1;border: 0;}
.nav-tabs.btn_prictb a{font: 600 22px 'Source Sans Pro', sans-serif;color: #06204a;z-index:1;cursor:pointer;position:relative;text-transform: uppercase} 
.nav-tabs.btn_prictb>li{width: 50%;margin: 0 !important;}
.nav-tabs.btn_prictb>li>a{box-shadow: none;border: 0 !important;display: block;padding: 18px 0 !important;margin: 0;border-radius: 10px 10px 0 0;}
.nav-tabs.btn_prictb>li>a:hover,.nav-tabs.btn_prictb>li.active>a, .nav-tabs.btn_prictb>li.active>a:focus, .nav-tabs.btn_prictb>li.active>a:hover{background-color: #fff;color: #6a51e0;}
.nav-tabs.btn_prictb>li>a:hover{background-color: rgb(255 255 255 / 60%);}
.nav-tabs.btn_prictb>li.active>a:before,.nav-tabs.btn_prictb>li.active>a:hover:before{content:'';display:block;position:absolute;height:10px;left:0;right:0;bottom:-10px;background:#fff;}
.cols_evnts_pass{display:none}
.tb_evnt_evntps{width:300px;margin:0 auto 60px auto;background-color:#fff;position: relative; padding:8px;    -webkit-box-shadow: 0px 3px 13px 0px rgb(0 11 40 / 8%);box-shadow: 0px 3px 13px 0px rgb(0 11 40 / 8%);text-align:center;border-radius: 50px;height:65px;overflow:hidden}
.tb_evnt_evntps a{font: 600 20px 'Source Sans Pro', sans-serif;color: #06204a;padding:12px 20px;display:inline-block;float:left;z-index:1;cursor:pointer;position:relative} 
.tb_evnt_evntps a.active {color: #fff;z-index:2;cursor:default;}  
.tb_evnt_evntps a.pric_evnt_nrml {padding: 12px 40px;} 
.tb_evnt_evntps span.bg_slct_tb{position: absolute;top:8px;bottom:8px;left:8px;right:auto;-webkit-transform: translateX(-0%);transform: translateX(-0%);-webkit-transition: 0.3s;-o-transition:  0.3s;transition: 0.3s;background:#6a51e0;width:46%;cursor:pointer;border-radius:50px;z-index:0;}
.tb_evnt_evntps a.pric_evnt_ps{float:right;}
.ttlPlns{font-size:26px;font-family:'Source Sans Pro', sans-serif; font-weight:600; margin-bottom:40px}
.secprice .table thead tr:first-child th{padding-top:15px}
.pricing .slides_pric .sec_price{position:relative}
.pricing .slides_pric .sec_price:before{content:'';display:block;position:absolute;height:0px;left:0;top:0;right:0;background:#fff;} 
.pricing .slides_pric .displayplan .col-sm-4 .sec_price:before{background:#e93171;}
.pricing .slides_pric .plans_evnt .col-sm-4 .sec_price:before{background:#097ab6;}
.pricing .slides_pric .plans_combo .col-sm-4 .sec_price:before{background:#ff9800;} 
.pricing .cntrcls{text-align:center}
.pricing .col_entrp .feature_sec_price{margin-top:50px;padding-bottom:0px}      
.popular{position:absolute;left:0;right:0;top:0;height:32px;line-height:32px;background-color:#eb337c;color:#fff;text-align:center;text-transform:uppercase;font-weight:600}
.popular span{background:url(assets/images/star-white.png) no-repeat 0px 0px;width:20px;height:20px;display:inline-block;position:relative;top:3px}
.popular span{background:url(assets/images/star-white.png) no-repeat 0px 0px;width:20px;height:20px;display:inline-block;position:relative;top:3px}
.features_free_forever{text-align:left;margin:0 15px;padding-top:40px;overflow:hidden}
.forlinkdinfd{display:block;font-size: 12px;color: #858585; margin-top: 5px;}
.bestfor{margin: -20px 0 15px; color: #868686; font-size: 16px;}
.pricing .sec_price.freeforever{padding-bottom:30px;background:#2b2b2b;width: 840px; max-width: 100%;margin: 0 auto 50px;border-radius: 10px;}
.pricing .sec_price.freeforever *{color:#fff !Important;}
.pricing .sec_price.freeforever .feature_sec_price{padding-bottom:0;/* background:url(assets/images/exclusive-plan.png) no-repeat right top */}
.sec_price.freeforever .text_feature,.sec_price.freeforever .value_price{width:auto;float:left;background:none !important;}
.sec_price.freeforever .value_price{margin-left:30px; margin-bottom:0px !important;padding-bottom:0!Important;float:right} 
.pricing .sec_price.freeforever .feature_sec_price .row{background: #fff;margin: 0px 15px;border-radius: 10px;}
.pricing .sec_price.freeforever .feature_sec_price .row *{color:#2b2b2b !important;}
.pricing .sec_price.freeforever .feature_sec_price .text_feature{padding: 0px 15px;}
.pricing .sec_price.freeforever .btn.btn-default{ padding: 10px;text-align: center; margin-top: 120px; max-width: 140px;  margin-left: 0;}
.pricing .sec_price.freeforever .btn.btn-default:hover{background:#fff !important;color:#6a51e0 !important;}
.pricing .sec_price.freeforever .feature_sec_price .text_feature h3{margin-bottom:15px !important;}
.pricing .sec_price.freeforever .feature_sec_price .text_feature h3 span{text-transform:none;font-weight: 500;font-size: 16px;display: block;margin-top: 10px;}
.pricing .row + .row{margin-top:50px}
.faqs_pric.have_qns_more{margin-bottom:150px;} 
.faqs_pric .panel, .faqs_coman .panel{border:0;box-shadow:none;margin:0 auto;overflow:hidden;padding:10px 20px;position:relative;}
.faqs_pric .panel h3,.faqs_coman .panel h3{font-size:24px;color:#000;line-height:24px;margin:10px 0px;position:relative;background:#fff;display:block}  
.faqs_pric .panel .ansblk,.faqs_coman .panel .ansblk{overflow: hidden; position:relative;} 
.faqs_pric .panel p,.faqs_coman .panel p{ display:block; line-height: 24px;}   
.faqs_pric .col-sm-6:nth-child(odd),.faqs_coman .col-sm-6:nth-child(odd){clear:left}
.faqs_pric a,.faqs_coman a{color:#6a51e0;}

.faqs{margin-bottom:30px}
.qNa{padding:12px;background:#fff;border-bottom:1px dotted #ccc}
.lnkQ{display:inline-block;color:#2b2b2b;transition:all ease 0.3s;cursor:pointer}
.lnkQ:hover{color:#6a51e0}
.lnkQ span.caret{transform:rotate(-90deg);position:relative;left:-5px;top:-2px;transition:all ease 0.3s}
.highlight .lnkQ{color:#6a51e0}
.highlight .lnkQ span.caret{transform:rotate(0deg)}
.ans{text-align:left;overflow:hidden;max-height:0;transition:max-height .3s cubic-bezier(0,1,0,1) 0s;transform:translateY(5px)}
.highlight .ans{transition:max-height .3s cubic-bezier(1,0,1,0) 0s;transform:translateY(5px);height:auto;max-height:9999px}
.no_shadow{box-shadow:none!important;-webkit-box-shadow:none!important;-moz-box-shadow:none!important}
.profit_none .btn-default.btn-register{float:left;max-width:170px} 
.subscribe.gredientsubs{background:linear-gradient(0deg,#b73aff 0,#6a51e0 90%)}
.small_block.mb80px{margin-bottom:80px}
/*sameblogpages*/  
.slide_section.onblogply{margin-bottom:0;margin-top:0px;padding-top:10px;padding-bottom:30px;position:relative}
.slide_section.onblogply .slide_content{display:flex;flex-direction:column;width:100%}
.slide_section.onblogply .container{z-index:5}
.slide_section.onblogply .row{display:flex;align-items:center;justify-content:center}
.slide_section.onblogply .btn-default.btn-register{margin:0 0 10px 0} 
.slide_section.onblogply h1{margin-top:0;width:100%;margin-bottom:40px;}
.slide_section.onblogply .slide_content{display:flex;flex-direction:column;width:100%;position:relative;z-index:2}
.slide_section.onblogply .container{z-index:5}
.slide_section.onblogply .row{display:flex;align-items:center;justify-content:center;min-height: 65vh;max-height:inherit} 
.slide_section.onblogply .btn-default.btn-register{margin:0 auto 10px;border:2px solid #fff !Important}
 
.slide_section.onblogply .slide_content p,.slide_section.onblogply .slide_content h2.heading_h2_slide{width:80%;max-width:100%;margin:20px auto}
.subscribe.cta_midpage{padding:50px 0 0 0;background:url(assets/images/purple-bg-cta.png) no-repeat right center #ac6ad1;position:relative;margin-top:50px}
.cta_content{width: 600px;
    margin-left: 50px;}
.subscribe.cta_midpage .relative{z-index:2} 
.cta_wall{background:url(assets/images/cta-bnr-wall.png) no-repeat right bottom;padding-bottom:40px;}

.wdt8pr{width:90%;margin:0 auto}
.power_social_media.countscols .row{justify-content:space-between;display:flex}
.power_social_media.countscols .row + .row{margin-top:30px}
.power_social_media.countscols .row .col-sm-6{padding:20px 30px;margin-bottom:0;box-shadow:0 0px 20px 0px #e1e1e1;border-radius:10px;width:46%;background:#fff} 
.steps_number{padding-bottom:30px}
.steps_number .row{justify-content:space-between;display:flex}
.steps_number .row + .row{margin-top:30px}
.steps_number .col-sm-4,.steps_number .col-sm-6{background:#fff;width:30%;padding:20px 30px;margin-bottom:0;box-shadow:0 0px 20px 0px #e1e1e1;border-radius:10px;transition:all ease 0.3s}
.steps_number .col-sm-6{width:46%;}
.steps_number .col-sm-4:hover,.steps_number .col-sm-6:hover{box-shadow:rgba(50, 50, 50, 0.3) 0px 0px 25px}
.steps_number .col-sm-4 .steps_numCl span.numbr,.steps_number .col-sm-6 .steps_numCl span.numbr{position:relative;margin:15px auto 15px;height:50px;width:50px;color:#fff;display:block;border-radius:50%;line-height:50px;text-align:center;background:#ff8791;font-weight:600;font-size:22px}
.steps_numCl .steps_numHead{font-size:20px;font-weight:600;margin-top:15px}
.steps_number .steps_numCl p{margin:15px 20px 0px 20px}
.steps_number.all_comn_clr .col-sm-4 .steps_numCl span.numbr,.steps_number.all_comn_clr.blue_Crcls .col-sm-6 .steps_numCl span.numbr{background:#6a51e0 !important}
.weddingCta .subscribe{position:relative}
.weddingCta .subscribe:before{background:#ff5252b8;content:'';top:0;left:0;right:0;bottom:0;display:block;width:100%;border-radius:10px;height:100%;position:absolute}
.weddingCta .subscribe .media-body{position:relative;z-index:2}

.community_story .flexBox .row{overflow:visible}
.community_story .title_global{margin-bottom:10px}
.community_story p{font-size:20px;}
.community_story p.font20{margin-bottom:20px}
.community_wrap{margin-right:100px;}
.community_box{width:48%;float:left; 
    box-shadow: rgba(50, 50, 50, 0.08) 0px 0px 25px;
    border-radius: 10px; 
    background: #fff;
    padding: 30px 20px; margin-bottom:20px;
}
.community_box:nth-child(even){float:right;}
.community_box img{float:left;}
.community_box p{margin: 5px 0 0 70px; line-height: 22px;}
.community_box span{  display: block; margin:0 0 0 70px;
    font-size: 34px;
    font-weight: 600;margin-bottom:5px}
  
.testslids .row{flex-flow:row nowrap;place-content:stretch flex-start;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;min-height:400px;position:relative}
	
.col-item{width:100%;background:#fff;padding:30px;z-index:1;transition-duration:500ms; -webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d; -ms-transform-style:preserve-3d;transform-style:preserve-3d;position:absolute;width:500px;min-height:350px;height:auto;left:0px;border-radius:5px;opacity:0;}	
.col-item.cont_1{transform:translate3d(10%, 0px, -50px) rotateX(0deg) rotateY(0deg); z-index:1}  
.col-item.cont_2{ z-index:2}
.col-item.cont_2,.col-item.cont_4{transform:translate3d(0%, 0px, 0px) rotateX(0deg) rotateY(0deg); width:500px;min-height:350px;height:auto;opacity:1}	 
.col-item.cont_3{transform:translate3d(10%, 0px, -50px) rotateX(0deg) rotateY(-0); z-index:3}
.col-item.cont_4{width:500px;min-height:350px;height:auto; z-index:4}
.col-item .author{font-size:24px;font-weight:bold;line-height:1.2;margin-bottom:10px;position:relative}
.col-item .author span{color:#898989;font-size:20px;font-weight:400;font-style:italic;display:block}
.col-item img{display:block;position:absolute;border-radius:50%; z-index:2;left: -125px;top:-30px;border:3px solid #fff}
.star-rating span{background:url(assets/images/star-rating.png) no-repeat center center;height:25px;width:24px; display:inline-block;margin:0 2px}
.success_story{background:#fbfbfb;position:relative}
.stories{padding-left:120px;padding-top:40px}
.success_story:before{width:70px;content:'';display:block;width:70px;height:100%;position:absolute;left:0;top:0;background:#a040d7}
.success_story ul{position: absolute;
    left: 50px;
    top: 50%;
    width: 40px;
}
.success_story ul li{cursor:pointer;display:inline-block;width:40px;background:url(assets/images/arrow-chevron.svg) no-repeat center center #fff;height:40px;border-radius:25px;box-shadow:0 0 10px rgb(51 51 51 / 34%)}
.success_story ul li:first-child{transform:rotateY(-180deg);}

.success_story + .individual_options{padding-top:80px}

.embed_platforms{padding-bottom:50px}
.embed_platforms ul{list-style:none}
.embed_platforms ul li{display:inline-block;width:18%;margin:0px 0px 40px 0px} 
.embed_platforms ul li span{display:block;color:#545454} 
.explore_widget .whiteRadiusBx{border-radius:5px; box-shadow:0px 0px 0px 1px #ecebeb}
.explore_widget .whiteRadiusBx a{position:relative;color:#6a51e0}
.explore_widget .whiteRadiusBx h3 a{color:#2b2b2b;}
.explore_widget .whiteRadiusBx h3 a:hover{color:#2b2b2b;text-decoration:none !important}
.explore_widget .whiteRadiusBx h3 a:after{display:none !important;}
.explore_widget .whiteRadiusBx a:after{position:relative;content:'>';display:inline-block;margin-left:5px;vertical-align:middle;line-height:1;font-size:15px}  
.explore_widget .whiteRadiusBx a:hover{text-decoration:underline}
.explore_widget .whiteRadiusBx:hover{box-shadow:0px 0px 20px 1px #d8d6d6}
.explore_widget .whiteRadiusBx:hover h3 a{border-bottom: 1px solid #000;}
.pltfrm_accs img{display:inline-block;vertical-align:middle;height:18px !important;margin:0px 2px 3px 2px;}
 
.explore_widget.remove_margin {text-align:center;display:block}
.explore_widget.remove_margin .whiteRadiusBx{display:inline-block;float:none;margin:0px 8px 30px 8px}
.api_posting{background:#03172a;}
.api_posting .tab_links{text-align:center; padding: 10px 0 0 0; border: 0;}
.api_posting .tab_links a{display:inline-block;background:#fff;color:#000 !important;border-radius: 30px;padding:10px 0px;width:150px;margin:0 5px;border:0;position: relative;}
.api_posting .tab_links a.active{background:#7ddbff;color:#fff !important;z-index: 2;} 
  

.api_posting .cont_json,.api_posting .cont_xml{font-size:15px;} 
.api_posting .table-striped>tbody>tr>td{padding:10px;border:0;}
.api_posting .drkgreen { color: #ebffc6 !important;}
.api_posting .drkblue {color: #cc7ac6 !important;}
.api_posting pre {background-color: #000000;border: 1px solid #000000;}
.api_posting pre::-webkit-scrollbar{height:5px;} 
.api_posting.bg_gray.skew:before, .api_posting.bg_gray.skew:after{background:#03172a;}
.api_posting.bg_gray.skew:after{display:none;}
.api_posting *{color:#fff !important;}
.table-striped>tbody>tr td,.table-striped>tbody>tr{background:transparent !important;} 
.table-striped>tbody>tr td{border:0;border-top:1px solid #15293c !important;color:#7ddbff !important;}

.youtabA{background:#fff;border-radius:10px;padding:10px 20px 0 20px;display:block;margin-bottom:20px;}
.youtabA.tbActive{background:#fff0f0}
.youtabA .title_youtab,.cmnTabA .title_cmnTab{display:block;font-size:22px;font-weight:600;margin-bottom:5px}
.youtabA .title_youtab, .youtabA p, .cmnTabA .title_cmnTab, .cmnTab p{margin-left:85px}
.youtabA p, .cmnTabA p{font-size:16px;line-height:1.4;}  
.youtabA .imgcrcl{background:#fff;display:block;float:left;height:68px;width:68px;line-height:68px;border-radius:50%;box-shadow:0 0 10px 0 #e5e5e5;text-align:center}
/* .hoverTabSec{margin-top:-120px;padding-top:180px;padding-bottom:50px;background:#f6f4ff} */
.hoverTabs .clickme{margin-bottom:10px;padding:0;border-radius:0px;}
.hoverTabs .clickme a{display:block;padding: 10px 20px;border-radius: 10px;}
.cmnTabA .title_cmnTab,.cmnTabA p, .cmnTabA.tbActive p{color:#000;}
.power_social_media .cmnTabA.tbActive, .hoverTabs .clickme a:hover{background:#fff;}
.cmnTabA .title_cmnTab, .cmnTabA p{margin-left:0px}
.cmnTabA.tbActive .title_cmnTab,.hoverTabs .clickme a:hover .title_cmnTab{color:#6a51e0;}
.cmnTabA .title_cmnTab{padding-left:35px;position:relative;}
.cmnTabA .title_cmnTab em{background: url(assets/images/arrow-blu-blak.png) no-repeat 0 -28px; position:absolute;display:block;height:24px;width:24px;top:0;left:0;}
.cmnTabA.tbActive .title_cmnTab em{background-position:0 0 !important}

.cmnTabA p{display:none;padding-left:35px;}
.cmnTabA.tbActive p{display:block} 
.hoverTabs .hvrCmnTabCnt img{display:block;margin:0 auto;}

.aggrPinkBg{background: url(assets/images/cta-bg-home.svg) no-repeat center center; background-size: cover;padding-bottom:20px}
.aggrPinkBg .title_global{color:#fff;}
.use_anywhere.aggrPinkBg .small_block{margin-bottom:40px}
.numbrs{display:block;font-size:54px;color:#eee;margin-bottom:15px}

.table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th{padding:0px 5px;}
 
 
/*Responsive*/
@media (min-width:767px){.small_block{margin:0 auto 20px auto}}
@media (min-width:768px){.container{width:90%}.navbar-nav.main_menu .dropdown:hover .dropdown-menu{display:block}.navbar-nav>li{float:left;margin-left:0;font-size:16px}}
@media (min-width:992px){.container{width:970px}.small_block{margin:0 auto 40px auto;width:90%}.navbar-nav>li{margin-left:0}
 
.cntntcl .slide_content.wordsshift{margin-right:120px}
.slide_section.cmnslidcl .cntntcl .slide_content [class*=fa-check]{background:url(assets/images/check-circle-white.svg) no-repeat 0px 0px} 
.pricing .cntrcls .col-sm-3{float:none;display:inline-block;vertical-align:top;}
}
@media (min-width:1200px){.container{width:1170px}.in_lft_plc{left:-20px}.in_rght_plc{right:-30px}}
@media (min-width:1366px){header#navbar .container{width:1280px}.navbar-nav>li,.dropdown-menu>li>a{font-size:18px}}
@media (min-width:1600px){.container,header#navbar .container{width:1280px}.slide_content h1{font:700 48px/58px 'Source Sans Pro', sans-serif}.commantopSlide .slide_content h1, .slide_section.top_title_lg .slide_content h1{font:700 54px/64px 'Source Sans Pro', sans-serif}}
@media (min-width:1920px){.container,header#navbar .container{width:1520px}.commantopSlide .slide_content h1{margin-bottom:70px}.animateWrd em{display:block}.commantopSlide .slide_content.no_animate_word h1{margin-bottom:30px;width:100% !important}}
@media (min-width:2100px){.clippybg .row{min-height:300px}}
@media (max-width:1599px){.slide_content h1{font:700 36px/48px 'Source Sans Pro', sans-serif}.commantopSlide .slide_content h1,.slide_section.top_title_lg .slide_content h1{font:700 54px/64px 'Source Sans Pro', sans-serif}.cta_wall{background-size: 60%;}.community_story p{font-size:16px}.community_box{padding:30px 15px;}
ul.whylist li{    padding-left: 40px;
    width: 40%;}
ul.whylist li span { 
    left: -40px;
    top: 10px;
    width: 80px;}
}
@media (max-width:1440px){.stories{padding-left:80px;}.col-item{width:450px}.col-item img{left:-85px;top:-10px;}}
@media (max-width:1280px){.slide_content h1{font:700 30px/40px 'Source Sans Pro', sans-serif}.commantopSlide .slide_content h1,.slide_section.top_title_lg .slide_content h1{font:700 44px/54px 'Source Sans Pro', sans-serif}.title_global,.hdr_sec_price .title_global{font-size:32px;line-height:40px}
.animateWrd{display:block;margin-bottom:60px}.animateWrd em{text-indent:0px}}

@media (max-width:1199px){.navbar-nav.main_menu>li>a{padding:10px 10px}.hmCntntcl-bg{right:50%}.platform_support ul li{width:28%}.small_block p{margin-right:80px;margin-left:80px}.allwidgetplans .col-sm-3{padding:0 10px}.pricing .sec_price ul.features_price{padding-left:25px}.subscribe.cta_midpage{background:#6a51e0}.cta_wall{background:none}.cta_content{width:auto;margin:0 40px;}
	.community_story .flexBox,.community_story .flexBox .row{display:block}
	.col-sm-6.join_community,.col-sm-6.success_story{width:100%;}
	.col-sm-6.join_community{text-align:center;margin-bottom: 30px;}
	.community_wrap{display:flex;margin-right:0;column-gap: 10px;}
	.community_box{width:24%; float:none !important;}
	.community_box img,.community_box span,.community_box p{margin:0 auto 10px auto;float:none;}
	.community_box br{display:none} 
	.community_story .title_global,.community_story p.font20{text-align:center;}
	 .stories { padding-left: 0;  } 
	.col-item *{position:static !important}
	.success_story ul {position: static; width: 100px;display:flex;column-gap: 10px;}
	.success_story:before{display:none}
	.col-item { width: 1000px !important; max-width: 90% !important;    }
	ul.whylist li{float:left;width: calc(100% - 40px);}
	ul.whylist li:nth-child(odd){float:left}
	
}
@media (max-width:1024px){ 
 
}
@media (max-width:991px){ 
body{font-size:18px}
.logo{width:140px}
.logo img{max-width:140px;visibility:hidden;opacity:0} 
header .logo{background:url(assets/images/logo.png) no-repeat 0px 0px;background-size:contain}
.navbar-nav.main_menu>li>a{padding:5px 5px}
.navbar-nav.main_menu a.loginBtn,.mob_menu a.loginBtn,.navbar-nav.main_menu a.registerBtn,.mob_menu a.registerBtn{font-size:15px;padding-right:10px;padding-left:10px;margin: 0 0 0 8px;} 
.navbar-nav.main_menu>li>a .caret{right:0;}
.navbar-nav.main_menu .dropdown-menu{width:210px;}
.navbar-nav>li,.dropdown-menu>li>a{font-size:15px}
.dropdown-menu>li>a{padding-top:10px;padding-bottom:10px}
section{padding-top:80px} 
.slide_section.cmnslidcl .cntntcl .slide_content [class*=fa-check]{background:url(assets/images/check-circle.svg) no-repeat 0px 0px}
.small_block{width:100%}
.small_block p, .small_block .font20{margin-left:0;margin-right:0}
.thumbcl{text-align:center}
.thumbcl img{max-width:100%}
.slide_section.cmnslidcl .btn-default.btn-register{background:#6a51e0}
.slide_section.cmnslidcl .btn-default.btn-register span{ background:url(assets/images/arrow-white.svg) no-repeat 94% center;color:#fff} 
.btn-default.btn-register.bdrBtn{background:transparent !important}
.btn-default.btn-register.bdrBtn:hover span{background:#fff !important}

.slide_section[class*=widget_] *{color:#fff}
 .slide_section.cmnslidcl[class*=widget_] .cntntcl .slide_content [class*=fa-check]{background:url(assets/images/check-circle-white.svg) no-repeat 0px 0px}   
.slide_section[class*=widget_] .btn-default.btn-register.whiteBtn:before{background:#ff1661}
.bg_gray.skew:after{bottom:-70px}
.five_steps ul{padding-bottom:0}
.hdr_right a.bars{line-height:26px}
.title_global,.hdr_sec_price .title_global{font-size:28px;margin-bottom:10px;line-height:34px}
.slide_content h1{font:700 30px/38px 'Source Sans Pro', sans-serif} 

.hmCntntcl-bg{display:none}
.slide_section.cmnslidcl .cntntcl .spacer40px{height:20px}  
.bg_gray.skew.blue{height:220px}
 section .row + .row{margin-top:60px}
.why_use_us .col-sm-10 .row{display:block}
.flexBox .col-sm-6,.flexBox.col-8-4 .col-sm-4,.flexBox.col-8-4 .col-sm-8,.left_right_cols .col-sm-6{width:100%}
.flexBox .row .can_explain_us{margin:0}
.can_explain_us h2,.can_explain_us h3,.can_explain_us h4,.explore_more .explore_col h3,.cntctfrmblck h4{font-size:22px;line-height:28px}
.individual_options .individual_col h3, .individual_options .individual_col h4{font-size:22px;line-height:28px}
.why_use_us .col-sm-6{width:95%;padding-bottom:25px;margin:0 auto 30px}
.why_use_us .whiteRadiusBx{padding:15px 10px}
.why_use_us .whiteRadiusBx.onehalf{width:90%}
 
.platforms{min-height:auto;transform:none;width:100%}
.platform_support span.fa{height:auto;width:auto;margin:15px 0 0 0 !important}
.platform_support span.fa img{width:30px}
.platform_support ul li{height:120px !important;width:20% !important;position:static;display:inline-block;margin:0 10px 20px 10px;} 
.platform_support ul li em{font-size:14px}
.platform_support_full ul li{min-height:100px; width:48%}
.subscribe img{height:50px}
.subscribe h3{font-size:28px}
.subscribe h4,.subscribe p{font-size:18px;margin:10px 0 20px}
.subscribe .btn{line-height:28px} 
.btn-default.btn-register{width:190px;font-size:18px}
.cntctfrmblck{background:linear-gradient(0deg, #b73aff 0%, #6a51e0 90%);padding-bottom:20px}
.cntctfrmblck .frmcntct.gredient_bg{background:transparent}
.cntctfrmblck .frmcntct,.cntctfrmblck .clmcntct,.supcntnt,.imgcntct_404, .content_404,.supcntnt_in,.img_404{padding: 20px;
        width: 100%;
        float: none;
        clear: both; min-height:auto;height:auto} 
.cntctfrmblck .col-sm-5{margin-left:0}
.cntctfrmblck .frmcntct h4{color:#2b2b2b}
 
.supcntnt{margin:20px auto; padding:0}
.myModal{width:100%;max-width:100%;top:0;left:0;transform:none;-moz-transform:none;-webkit-transform:none;overflow-y:auto;height:100vh}
.myModal.mySubsModal,.myModal.myFrvrModal{overflow-y:auto;width:98%;max-width:400px;top:50%;left:50%;transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);max-height:100vh;height:auto}
.myModal .close{right:5px;top:5px;box-shadow:none;font-size:22px}
.myModal h4{font-size:20px;padding-top:15px}
.myModal.mySubsModal h4{font-size:20px;padding-top:5px;margin-bottom:15px}
.abut_sm_aggrtr{padding-top:50px} 
.use_anywhere.setof4cls .row{justify-content:unset;display:block}
.use_anywhere.setof4cls .oneFourth{margin-left:1.5%}
.explore_widget.remove_margin .whiteRadiusBx{margin-right:0;margin-left:1.5%}
.oneFourth{width:48%} 
.col-item{width:550px}  
.pricing .col_entrp .feature_sec_price{margin-top:20px}
.pricing .sec_price .feature_sec_price .text_feature{padding:0 15px;} 
.pricing .col_entrp .sec_price{height:auto !important; padding-bottom:30px}
.data-responsive {overflow-x: auto;width: 100%;}
.data-responsive .table-bordered {width:990px;max-width:990px;}
.mntly_qrtrly_col,.day_mntly_col{margin-top:40px}
.faqs_pric .panel h3,.faqs_coman .panel h3{font-size:20px;}
.allwidgetplans .col-sm-3{width:50%}
ul.free_foreverlist li{width:24%;}
.pricing .sec_price ul.features_price{padding-left:15px}
}
@media (max-width:850px){ul.free_foreverlist li{width:40%;}.pricing .sec_price.freeforever .btn.btn-default{margin-left:-15px;}}
@media (max-width:767px){
header{padding:10px 0}
.saleoff{margin-top:-10px;line-height:18px}
header.sticky .saleoff{margin-top:-15px;}
/* .saleoff .container-fluid div{font-size:14px} */
.saleoff img.tree{max-height:20px;display:none}
.saleoff span.close{top:0;font-size:18px}
a.bars.hidebars{display:inline-block;position:absolute;top:0px;right:10px;background-color:#fff}
.mob_menu{margin-right:40px}
.mob_menu a.loginBtn, .mob_menu a.registerBtn{border-radius:25px;}
.logo{width:160px}
.logo img{max-width:165px}
header.sticky .logo{max-width:140px}
header.sticky .logo img{max-width:140px} 
.navbar-nav.main_menu{height:100vh;overflow-y:auto;background: #fff;margin:0;padding:0;margin-top:42px;position:fixed;right:-250px;transform:translateX(0px);-webkit-transform:translateX(0px);-moz-transform:translateX(0px);width:250px;transition:all ease 0.3s;padding-right:0;box-shadow: 0px 10px 10px #ccc;}
.navbar-nav.main_menu li{display:block;list-style-type:none;margin:0!important;float:none;text-align:center}	
.navbar-nav.main_menu li>a{text-decoration:none;padding:15px 0px;display:block;color: #333;border-radius: 0px !important;}
.navbar-nav.main_menu li>a:hover{background: #f3fbff;color:#222;}
.navbar-nav.main_menu .open>a,.navbar-nav.main_menu .open>a:focus,.navbar-nav.main_menu .open>a:hover{background: #f3fbff;}
.navbar-nav.main_menu .dropdown-menu>li>a{color: #333;background:transparent;font-size:14px;}
.navbar-nav.main_menu .open .dropdown-menu .dropdown-header,.navbar-nav.main_menu .open .dropdown-menu>li>a{padding:10px 15px}
.navbar-nav.main_menu.menu_open_close{transform:translateX(-250px);-webkit-transform:translateX(-250px);-moz-transform:translateX(-250px)}
.navbar-nav.main_menu .dropdown-menu.mega-menu{width:100%;}
.navbar-nav.main_menu .dropdown-menu.mega-menu>li{width:100%;display:block;}
.minhit600{min-height:auto}
.navbar-nav.main_menu .dropdown-menu{position:relative;border-radius:0;float:none;min-width:100%;font-size:14px;background-color: #f3fbff;padding:0;}
.navbar-nav.main_menu li.dropdown:hover>a,.navbar-nav.main_menu li.dropdown.open>a{color:#222}
.navbar-nav.main_menu .dropdown-menu li a:hover{color: #333;background-color: #e0f4fe;}
.nav .dropdown-menu>li>a>em{display:none}
.navbar-nav.main_menu.nav>li>a:focus{color:#222} 
.navbar-nav.main_menu>li>a .caret{background-color:#fff;border-radius: 10px;padding:10px;right:-10px}
.slide_section.commantopSlide{ padding-bottom: 0px !important; margin-bottom: 15px;} 
 
.animateWrd{margin-bottom:40px; overflow:hidden}
.slide_section.onblogply{min-height:220px;margin-bottom:30px}
.slide_section.onblogply .container{display:block;text-align:center}
.slide_section.onblogply .row{display:flex;flex-direction:column}
.slide_section.onblogply .row .col-sm-6:first-child{order:2}
.slide_section.onblogply .row .col-sm-6:nth-child(2){order:1}
.slide_section.onblogply img{width:50%;max-width:96%;margin-bottom:10px}
.slide_section.onblogply p,.slide_section.onblogply h2.heading_h2_slide{margin-top:0;width:90%}
.slide_section.onblogply .slide_content p,.slide_section.onblogply .slide_content h2.heading_h2_slide{margin-top:0;width:90%}
.slide_content p,.slide_content h2.heading_h2_slide{margin-top:0}
.slide_section .spacer20px{height:10px}
.slide_section.onblogply .btn-default.btn-register{margin:0 auto 10px auto}
.slide_section{padding-top:80px}
.slidePricing{padding-top:0px}
.cmnslidcl{padding-bottom:20px}
.cmnslidcl .container .row .btn-default.btn-register{margin:0 auto 10px auto}
.noreqcard{margin:0 auto}
.cmnslidcl .container .row{display:block;text-align:center}
.cmnslidcl .col-sm-6.thumbcl{margin-bottom:15px}
.cmnslidcl .col-sm-6.cntntcl{width:100%;clear:both}
.cmnslidcl .thumbcl img{margin:auto} 
.commantopSlide .thumbcl img{margin-top:20px;}

section{padding-top:50px}
section.all_terms{padding-top:10px} 
.bg_gray.skew{margin:100px 0 50px}
.can_explain_us{margin:20px 0px 0px 0}
.flexBox .row{-webkit-flex-flow:row wrap;flex-flow:row wrap;padding:0 0 20px 0}
.flexBox .row .col-sm-6,.flexBox.col-8-4 .row .col-sm-8,.left_right_cols .row .col-sm-6{order:2}
.flexBox .row .col-sm-6.my_col_img,.flexBox.col-8-4 .row .col-sm-4.my_col_img,.left_right_cols .row .col-sm-6.img_position{order:1;margin-bottom:20px;text-align:center}
.flexBox .row .col-sm-6.my_col_img.yTabWrp,.flexBox.col-8-4 .row .col-sm-4.my_col_img.yTabWrp{order:3}
.flexBox .row .col-sm-6.my_col_img img,.flexBox.col-8-4 .row .col-sm-4.my_col_img img,.left_right_cols .row .col-sm-6.img_position img{max-width:80%;margin:0 auto}
.flexBox .row .col-sm-6.my_col_img img,.flexBox.col-8-4 .row .col-sm-4.my_col_img img{margin:0px auto}
.flexBox .row .can_explain_us{margin:0 15px}
.power_social_media p{margin-bottom:20px}
.power_social_media .col-sm-3:last-child p,.power_social_media .col-sm-4:last-child p{margin-bottom:0}
.slide_section .spacer40px{height:20px}
.left_right_cols .row{-webkit-flex-flow:row wrap;flex-flow:row wrap}
.left_right_cols .col-sm-6 img{width:90%;margin:0 auto 20px}
.whatSMA .flexBox .col-sm-6{order:1}
.whatSMA .flexBox .col-sm-5{order:2}
.platform_support{background-position:0px 0px;background-size:70px auto;text-align:center}
.platform_support ul li{width:23% !important;margin:0 0.5% 5px 0.5%}
.platform_support span.fa{margin-bottom:0;height:60px;width:60px;line-height:60px}
.platform_support_full ul li em{display:block}
.powerful_features .small_block,.use_anywhere .small_block,.use_anywhere.aggrPinkBg .small_block,.individual_options .small_block{margin-bottom:50px}
.subttl{margin-bottom:10px} 
.use_anywhere .row{justify-content:unset;display:block}
.oneThird,.oneFourth,.use_anywhere.setof4cls .oneFourth{width:96%; margin-right:auto;margin-left:auto; float:none;text-align:left}
.use_anywhere.setof4cls.onbesttool .oneFourth{width:48%; margin-left:1.5%;float:left;text-align:center}
.individual_options .col-sm-6 + .col-sm-6{margin-top:50px}

.pricing .sec_price .feature_sec_price{padding:20px 0 40px 0}
.pricing .slides_pric .sec_price{margin-bottom:20px}
.sec_price.freeforever .text_feature,.sec_price.freeforever .value_price{width:100%;float:none;text-align:center;margin-left:auto}
.pricing .col_entrp .sec_price{height:auto !important;} 
.pricing .col_entrp h3{margin-bottom:20px !Important;}
.pricing .col_entrp .feature_sec_price p{margin-bottom:30px;}
header#navbar .col-sm-3{width:auto;float:left}
.five_steps .spacer20px{height:0}
.five_steps .spacer40px{height:10px}
.five_steps .flexBox .row{margin-bottom:0} 
.supcntnt,.supcntnt_in{margin:0;padding:20px 10px}
.cntctfrmblck{margin-bottom:30px}
.frmcntct_in,.imgcntct_404{width:100%}
 
.error404 .slide_section.bg_img_none + .bg_img_none{padding-top:0}
.error404 .bg_img_none img{max-width:180px} 
.explore_more .explore_col ul, ul.checklist{margin-bottom:20px} 
.secprice .table>tbody>tr>td{padding:15px 0;line-height:18px;font-size:14px}
.secprice .table>tbody>tr>td .togopn a{font-size:14px;word-break:break-word;display:block}
.secprice h3{font-size:16px;margin:0 0 10px 0}
.secprice .bfntprc, .dlr_eql{font-size:18px !important}
.secprice .caret{position:absolute;left:0;top:8px}
.secprice .table>tbody>tr>td:first-child{width:120px!important}
.pric_featrs_monitr .table>thead>tr>th,.pric_featrs_monitr .table>tbody>tr:first-child td{position:static;top:auto}
/*on sale 
.data-responsive.stickysale:before{display:none}
 on sale end*/
.secprice .table-bordered>thead>tr>th{vertical-align:middle}
.slidePricing + .secprice.bg_img_none{padding-top:30px} 
 
.pricing.slidePricing .slides_pric{margin-bottom:0}
.pricing.slidePricing .sec_price .feature_sec_price .text_feature h3{margin:10px 0 20px}
.pricing.slidePricing .sec_price .feature_sec_price{padding:20px 0 36px 0}
.pricing.slidePricing .sec_price .feature_sec_price .value_price{margin-bottom:15px;padding:0}
.profit_none .col-sm-6{text-align:center}
.profit_none .btn-default.btn-register{float:none}  
.in_lft_plc,.in_rght_plc{position:static;max-width:40%}
.power_social_media .row{display:block}
.why_use_us .col-sm-6 p{margin:15px auto 50px auto;width:96%}
.why_use_us .whiteRadiusBx{margin-top:0 !important}
.why_use_us .whiteRadiusBx:nth-child(3){clear:left}
.why_use_us .whiteRadiusBx:nth-child(4),.why_use_us .whiteRadiusBx:nth-child(3){margin-top:20px !important}
.why_use_us .whiteRadiusBx.onehalf{width:100%;margin:0 0 15px 0 !important}
ul.whylist li{ padding-left: 40px;  width: 40%;}
ul.whylist li:nth-child(odd){float:right}

.flexnormal{display:block;flex-wrap:unset}
.flexnormal .col-sm-4{display:block;width:100%}
.pricing .enter_plan_hr .btn-default{margin-left:0}
.pricing .enter_plan_hr .btn-default{max-width:150px;} 
.power_social_media [class*=col-]{width:95%;padding:25px 20px;margin:0 auto 30px}
.nmbrwrk{background:none}
.power_social_media .bg_gray.skew .container{ transform:translateY(0px); padding-top:20px}
.bg_gray.skew.blue,.bg_gray.skew.blue.bluebig,.showcase_sets_4 .bg_gray.skew.blue,.showcase_sets_4 .bg_gray.skew.blue.bluebig, .bg_gray.skew.blue.bluebig.withcta{height:auto; margin-top:50px}
section .row + .row{margin-top:30px}
.power_social_media.countscols .wdt8pr .col-sm-6{width:96%;margin-bottom:20px;margin-left:auto;margin-right:auto}
.power_social_media.countscols .row{display:block}
.power_social_media.countscols .row +.row{margin-top:0}
.power_social_media.countscols .col-sm-6{width:96%;margin-bottom:20px;margin-left:auto;margin-right:auto}
.subscribe h4, .subscribe p{line-height:26px}
.power_social_media.countscols .col-sm-6 p{margin:15px auto 50px auto;width:96%}

.footer_widgets .col-sm-3.col-xs-6:nth-child(3){clear:left}
.footer_credintial .text-center{margin:5px 0}
.footer_credintial .text-center,footer .ntwksec{text-align:left}
.steps_number .row{display:block}
.steps_number .row + .row{margin-top:0px}
.steps_number .col-sm-4,.steps_number .col-sm-6{width:96%;margin-bottom:20px;padding-bottom:30px;margin-left:auto;margin-right:auto}
  
.embed_platforms ul li{width:32%}
.hdr_sec_price.slide_section {padding-bottom:0}
.pric_featrs_main{margin-top:20px;}
.nav-tabs.btn_prictb{margin-bottom:30px;}
.nav-tabs.btn_prictb>li{width:50%;}
.nav-tabs.btn_prictb>li>a{font-size:16px;padding:15px 0 !important;border-radius:5px}
.nav-tabs.btn_prictb>li.active>a:before, .nav-tabs.btn_prictb>li.active>a:hover:before{display:none} 
.allwidgetplans .col-sm-3{width:100%}
.commantopSlide .slide_content h1,.slide_section.top_title_lg .slide_content h1 {font: 700 35px/45px 'Source Sans Pro', sans-serif;}
.animateWrd{width:100%;display:block}
.animateWrd em{ white-space: nowrap;}
	@-webkit-keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -webkit-transform: translateX(-50%) translateY(-30px); }
	5% { opacity: 1; -webkit-transform: translateX(-50%) translateY(0px);}
    17% { opacity: 1; -webkit-transform: translateX(-50%) translateY(0px); }
	20% { opacity: 0; -webkit-transform: translateX(-50%) translateY(30px); }
	80% { opacity: 0; }
    100% { opacity: 0; }
}
@-ms-keyframes rotateWord {
    0% { opacity: 0; }
	2% { opacity: 0; -webkit-transform: translateX(-50%) translateY(-30px); }
	5% { opacity: 1; -webkit-transform: translateX(-50%) translateY(0px);}
    17% { opacity: 1; -webkit-transform: translateX(-50%) translateY(0px); }
	20% { opacity: 0; -webkit-transform: translateX(-50%) translateY(30px); }
	80% { opacity: 0; }
    100% { opacity: 0; }
}
@keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -webkit-transform: translateX(-50%) translateY(-30px); transform: translateX(-50%) translateY(-30px); }
	5% { opacity: 1; -webkit-transform: translateX(-50%) translateY(0px); transform: translateX(-50%) translateY(0px);}
    17% { opacity: 1; -webkit-transform: translateX(-50%) translateY(0px); transform: translateX(-50%) translateY(0px); }
	20% { opacity: 0; -webkit-transform: translateX(-50%) translateY(30px); transform: translateX(-50%) translateY(30px); }
	80% { opacity: 0; }
    100% { opacity: 0; }
}
.sec_price.freeforever .col-xs-9,.sec_price.freeforever .col-xs-3{width:100%;float:none;clear:both}
.pricing .sec_price.freeforever .btn.btn-default{margin:0px auto 30px;}
.pricing .sec_price.freeforever{ -webkit-flex-flow: row wrap; flex-flow: row wrap;width: 100%; display: flex; align-items: center; justify-content: center; overflow: hidden; margin:0}
.sec_price.freeforever .row{order: 2;}
.pricing .sec_price.freeforever .feature_sec_price{order: 1;margin-top: 20px;width: 100%;}

.hoverTabs .hvrCmnTabCnt#one{position:static;}
.hoverTabs .hvrCmnTabCnt#two{position:static;}
.hoverTabs .hvrCmnTabCnt#three{position:static;}
.success_story ul{ margin-left: 20px;}	.slide_content h1{max-width:90%}
}
@media (max-width:667px){ 
.logo{max-width:100px;margin-top:5px}
.logo img{max-width:100%!important}
header.sticky .logo{max-width:100px;margin-top:5px}
header.sticky .logo img{max-width:100%!important}
.slide_section.onblogply img{width:auto;margin-bottom:25px} 
.slide_content h1{font:700 26px/34px 'Source Sans Pro', sans-serif} 
.power_social_media.countscols .col-sm-6 p{margin-bottom:20px;width:100%}
.power_social_media .heading_power_media,.steps_numCl .steps_numHead{font-size:18px}
.small_block{margin-bottom:20px}
.title_global,.hdr_sec_price .title_global{font-size:24px;line-height:30px}
.font20,.steps_numCl .steps_numHead{font-size:18px;line-height:26px}
.abut_sm_aggrtr{padding-top:20px} 
.five_steps ul li{margin-bottom:16px} 
.subscribe{padding:20px 10px 15px 10px;background-position:left center}
 
.col-left-price,.col-right-price{width:100%;float:none;padding:0}
.myModal .priceModalBody::after{display:none}
.totalprice{background:#fff;padding:10px;text-align:center}
.secprice .table-bordered>thead>tr>th{padding:0}
.secprice .table>thead>tr:first-child>th{padding:5px}
.footer_credintial img{max-width:100px} 
.data-responsive .table-bordered{width:730px;} 
.pric_featrs_monitr .table>tbody>tr:last-child td{display:table-cell;}
.data-responsive .mntly_qrtrly_col,.data-responsive .day_mntly_col{margin-top:30px;padding-top:30px}
.data-responsive .mntly_qrtrly_col a .upto10,.data-responsive .day_mntly_col a .upto10{height:30px;width:60px;line-height:14px;}
.data-responsive .mntly_qrtrly_col span.crcltog,.data-responsive .day_mntly_col span.crcltog{top:35px;}
.data-responsive .mntly_qrtrly_col .bdr_bx_crcl,.data-responsive .day_mntly_col .bdr_bx_crcl{top:32px;}
.pltfrm_accs img{height:14px !important;}
.data-responsive .billing_type {width: auto;line-height: 14px}

}
@media (max-width:550px){
.saleoff{padding:3px 30px 6px 10px;margin-bottom:5px}
.saleoff .container-fluid{padding:0px 5px}
.saleoff .container-fluid div{display:inline}
.saleoff span.close{right:3px;top:5px}
.testslids .row{min-height:450px;}
.col-item{width:300px}
.testslids{overflow:hidden; padding-bottom:20px} 
.col-item.cont_1{transform:translate3d(-90%, 0px, -100px) rotateX(0deg) rotateY(50deg)}  	 
.col-item.cont_3{transform:translate3d(-10%, 0px, -100px) rotateX(0deg) rotateY(-50deg)} 
.slide_section.commantopSlide{padding-top:30px;}
.platform_support_full ul li{width:100%; margin: 0 0 10px 0;} 
.community_wrap{display:block}
.community_box{width:44%;margin:0 2% 15px;display:inline-block}
ul.whylist li{float:left;width: calc(100% - 40px);}
ul.whylist li:nth-child(odd){float:left}
}
@media (max-width:480px){
.slide_content h1{font:700 24px/30px 'Source Sans Pro', sans-serif}  
.bg_gray.skew{margin:70px 0 30px} 
.bg_gray.skew:before{top:-80px}
.bg_gray.skew:after{bottom:-50px}  
.flexBox .row .can_explain_us{margin:0}
.flexBox .row .col-sm-6.my_col_img img,.flexBox.col-8-4 .row .col-sm-4.my_col_img img, .left_right_cols .row .col-sm-6.img_position img{width:100%}
.platform_support ul li{width:28% !important;margin:0 1% 5px 1%}
.platform_support span.fa{height:40px;width:40px;line-height:40px}
.platform_support span.fa img{width:20px}
.platform_support_full ul li { width: 94%;padding: 0 0 10px 0;margin: 0 auto 15px auto;min-height: auto;}
.mob_menu{margin-right:38px}
.mob_menu a.loginBtn, .mob_menu a.registerBtn{margin:0px 1px}
.mob_menu>li>a{padding:4px 6px}
.why_use_us .whiteRadiusBx.onehalf{width:100%; margin-left:0;float:none;clear:both;margin-top:20px !important}
.why_use_us .whiteRadiusBx.onehalf:first-child{margin-top:0 !important}
.cntctfrmblck{padding-top:0}
.selectprice a.btn{font-size:14px;padding:3px 5px} 
.secprice .table>tbody>tr>td .togopn a{font-size:14px}
.secprice .table>tbody>tr>td .togopn .cnts{font-size:14px;line-height:16px} 
.secprice .table-bordered>thead>tr>th span{font-size:12px}
.secprice h3{font-size:16px;margin:0 0 5px 0}
.secprice .bfntprc, .dlr_eql{font-size:14px}
.in_lft_plc,.in_rght_plc{max-width:45%}
footer .col-sm-3.col-xs-6,footer .col-sm-6.col-xs-6{width:100%;clear:both}
.footer_widgets .title_widget.nill_ttl{ height:0;opacity:0;margin:0}
footer .footer_widgets ul{margin-bottom:15px} 
.oneThird,.oneFourth,.oneHalf{ width:90% !important}
.use_anywhere.setof4cls.onbesttool .oneFourth{margin-left:auto;margin-right:auto;float:none}
.powerful_features .whiteRadiusBx{margin:0 7px 50px}
.five_steps ul li span{font-weight:400; padding:8px 10px 8px 25px}
.col-item.cont_1{transform:translate3d(-70%, 0px, -100px) rotateX(0deg) rotateY(50deg)}  	 
.col-item.cont_3{transform:translate3d(-30%, 0px, -100px) rotateX(0deg) rotateY(-50deg)}
.ctaBtm.pt-50{padding-top:20px !important}
.pricing .sec_price.linkdinexclusv .feature_sec_price{background-size: 110px auto;}

}
@media (max-width:450px){ 
.embed_platforms ul li{width:49%} 
ul.free_foreverlist li{width:100%; display:block; font-size: 16px;}
} @media (max-width:380px){ .platform_support ul li  {    height: 100px !important;}}
/**/
