<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css");

/*Header*/
.page-template-page-home header{padding-top: 0px}
header{padding-top: 0px; /*position: relative;*/ overflow: hidden; z-index: 99;}
.logo img {max-width: 200px;}
/* --- Navigation --- */

/*Button Animation*/

.btn-loading {
    width: 100%;
    background-color: #ffd401;
    position: absolute;
    height: 100%;
    align-items: center;
    border-radius: 3px;
    justify-content: center;
    display: none;
    z-index: 9;
    text-align: center;
}
.btn-loading.showloader{display: flex;}
.btn-loading i.far.fa-circle-notch {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transform: rotate(180deg);
    animation-name: spin;
    animation-duration: 500ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    padding: 0;
    color: #333;
    font-size: 24px;
}
.signup-social-block a{position: relative;}
.signup-social-block a .btn-loading {
    background: #fff;
}

@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

/*menu scroll*/
.menu-wrapper {  position: fixed;  top: 0px;  left: 0;right: 0;  z-index: 9;  /*display: flex;  justify-content: center;  padding: 40px 20px;  z-index: 2;  background: purple;  */transition: transform 0.4s;}
.scroll-down header {transform: translate3d(0, -100%, 0);}
.scroll-up .menu-wrapper {  transform: none;}
.scroll-up:not(.menu-open) .menu-wrapper {background: rgba(255,255,255,0.9);box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);}
/*end menu scroll*/

.menu-block {display: flex;align-items: center;justify-content: space-between;/*max-width: 1600px;*/margin: 0 auto; padding: 0px 54px;}
.main-navigation { width: calc(100% - 410px);}
.main-navigation ul {display: none;list-style: none;margin: 0;padding-left: 0;}
 
.main-navigation ul.sub-menu &gt; li, .main-navigation ul.sub-menu &gt; li &gt; a {width: 100%;position: relative;padding-left: 30px;
padding-right: 30px;padding-top: 5px;z-index: 2;padding-bottom: 5px;}

.main-navigation ul.sub-menu &gt; li:first-child a {font-size: 26px;border-bottom: #ccc solid 1px;padding-bottom: 15px;margin-bottom: 15px;}
.main-navigation ul.sub-menu &gt; li:first-child a:before {background: #fdd000;content: "";position: absolute;left: -30px;
top: 0;width: 6px;height: 100%;}
.main-navigation ul.sub-menu &gt; li:first-child a {font-size: 26px;border-bottom: #ccc solid 1px;padding-bottom: 15px;margin-bottom: 15px;}
.main-navigation .market-menu ul.sub-menu &gt; li:first-child a {border: 0;padding: 0;margin: 0;}
.main-navigation .market-menu ul.sub-menu &gt; li:first-child .menu-item-description{padding-bottom: 0;}
.main-navigation i {font-size: 20px;padding-left: 10px;}
.main-navigation ul.sub-menu &gt; li &gt; a {padding: 0;}
.menu-item-description {width: 100%;display: block;font-size: 14px;font-weight: 300;padding: 15px 0 15px;margin-bottom: 0;}

.main-navigation ul ul ul {left: -999em;top: 0;}
.main-navigation ul ul li:hover &gt; ul,
.main-navigation ul ul li.focus &gt; ul {display: block;left: auto;}
.main-navigation ul ul a {width: 200px;}
.main-navigation ul li.focus &gt; ul {left: -85px;top: calc(100% + 0px);}
.main-navigation li {position: relative; padding: 27px 16px; display: inline-block;}
.trial-menu a::after {content: "";border-bottom: #ffe25f solid 2px;width: calc(100% - 32px);height: 2px;position: absolute;left: 0;bottom: 22px;right: 0;margin: 0 auto;}
.main-navigation a {display: block;text-decoration: none;color: #000;font-weight: 500;padding: 5px 0; letter-spacing: 0.05em}
.main-navigation .pricing-menu {margin-left: auto;}

.home .main-navigation .nav-menu &gt; li &gt; a { color: #fff; }
.home .logo img { filter: invert(100%); }

.home.scroll-up .nav-menu &gt; li &gt; a { color: #000; }
.home.scroll-up .logo img { filter: none }

.main-navigation ul.sub-menu &gt; li {max-width: 50%;}
.grow-menu ul.sub-menu &gt; li:first-child {max-width: 100%;}
.build-menu ul.sub-menu &gt; li {max-width: 100%;}
.market-menu ul.sub-menu &gt; li {max-width: 100%;}
.resources-menu ul.sub-menu &gt; li, .explore-price-package ul.sub-menu &gt; li {max-width: 100%;}
.join-us-menu ul.sub-menu &gt; li {max-width: 100%;}

.grow-menu ul.sub-menu &gt; li.google-menu {order: 2;}
.grow-menu ul.sub-menu &gt; li.website-menu {order: 3;}
.grow-menu ul.sub-menu &gt; li.facebook-menu {order: 4;}
.grow-menu ul.sub-menu &gt; li.mobile-app-menu {order: 5;}
.grow-menu ul.sub-menu &gt; li.amazon-menu {order: 6;}
.grow-menu ul.sub-menu &gt; li.live-stream-menu {order: 7;}
.grow-menu ul.sub-menu &gt; li.flipkart-menu {order: 8;}
.grow-menu ul.sub-menu &gt; li.reseller-menu {order: 9;}
.grow-menu ul.sub-menu &gt; li.influencer-menu {order: 10;padding-left: calc(50% + 30px);max-width: 100%;}

/* Small menu. */
.menu-toggle, .main-navigation.toggled ul {display: block;}
.get-started-btn {transition: transform 0.3s ease-in-out; font-size: 16px;background: #000;border: 0;color: #fff;padding: 11px 25px;line-height: 1.5;border-radius: 5px; font-weight: 500; letter-spacing: 0.05em}
.get-started-btn:hover, .get-started-btn:focus {transform: translateY(-4px); color: #fff;}

/* --- End Header --- */

/*Home Page*/
 
.banner {position: relative;width: 100%;height: 960px;overflow: hidden;}
.bannerbg-1 {position: absolute;width: 100%;height: 100%;top: auto;right: 0;max-width: 1705px;bottom: 0;background: url("../images/banner-bg.png") no-repeat right bottom;
background-size: 100% auto;}
.banner-block {display: flex;position: relative;z-index: 2;justify-content: space-between;align-items: flex-start;padding-top: 80px;
min-height: 100vh;max-width: 1600px;}
.banner-block .banner-des {max-width: 50%;flex: 0 0 50%;padding-top: 7.5%;}
.banner-block .banner-des &gt; div {max-width: 480px;}
.banner-title h1 {font-size: 58px;color: #000;font-weight: 700;line-height: 1.2; margin: 0;}
.banner-title span {display: block;font-size: 16px;font-weight: 300;padding: 0 0 15px; letter-spacing: 1.5px;}
.banner-img {position: relative;max-width: 50%;flex: 0 0 50%;/*margin-right: -60px;*/}
.iphone-img {margin: 25px -22px 0;}
.iphone-img img{max-width: 224px;}
.laptop-img {margin-right: 0;position: absolute;right: -375px;top: 0;}
.mouse-img {position: absolute;bottom: 8%;margin: 0 auto;display: inline-block;right: 0;left: 0;background: #37d2b2;padding: 10px;
display: block;height: 60px;width: 60px;border-radius: 100%;display: flex;align-items: center;box-shadow: 0px 0px 0px 10px rgba(55,210,178,0.25);}
.icon-scroll {width: 20px;height: 35px;box-shadow: inset 0 0 0 2px #000;border-radius: 25px;position: relative;cursor: pointer;margin: 0 auto;}
.mouse-img img{cursor: pointer;}
.banner-title-img{text-align: right;}
.banner-title-img svg { width: 236px; height: 15px; fill: #30d2b2;}
.banner-block .banner-des p {padding: 30px 0 50px;display: block;}

/*home Animation*/
.sore-frame{position: relative;}
.animateElements {position: absolute;width: 73%;height: 77%;top: 7%;left: 16%;overflow: hidden;}
.slideImage{max-width: 100%}
.macbookAnimation{margin-right: 0;position: absolute;right: -353px;top: 0;width: 133%;z-index: 2}
.spacer.s0 {min-height: 1px;font-size: 13px;}
.wrapAnimation{overflow: hidden;}
.banner-block{width: 100%;}
.home-online-store{z-index: 1;position: relative;}
.macHeader, .macSidebar{position: absolute;left: 0;top: 0;}
.store-text {position: absolute;width: 35%;top: 37%;left: 4%;transition: all 0.5s ease;}
.macHeader{z-index: 1; }
.macSidebar{height: 100%; }
 
.video-homepage {width: 745px;padding: 24px 50px;}
.addBars .macSidebar, .addBars .macHeader{opacity: 1;visibility: visible;}
.addBars .macSidebar{left: 0;}
.addBars .macHeader{top: 0;}
.addBars .store-text{left: 8%;}
.canvas-coverd {position: absolute;width: 100%;height: 100%;}
.overflow-hidden{overflow: hidden;}
.animate-box{	padding:0;position: relative;margin: 4rem 0;}
.bottom-images {position: absolute;display: flex;width: 100%;left: 0;bottom: 0; justify-content: space-around; flex-basis: auto; align-items: center;}
.animate-product{max-width: 25%;}
 
.custom-row{display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;margin-right: -15px;margin-left: -15px;}
.custom-row &gt;[class^=custom-col-] {position: relative;width: 100%;padding-right: 15px;padding-left: 15px;}
.custom-col-6{flex: 0 0 50%;max-width: 50%;}
.promote-block{position: relative;}
.shoes-insta{margin-top: -4rem;text-align: right;}
.live-selling{position: relative;}
.laptop-animation-elements {position: absolute;width: 73.5%;height: 77%;top: 7%;left: 14.5%;}
.live-stream-status{position: absolute;left: 0%;top: 13%;z-index: 2;width: 39%;}
.growth-chart{position: relative;}
.arm-chair {position: absolute;z-index: 1;width: 35.5%;top: 7%;}
.order-chart{position: absolute;bottom: 0;right: 0;}
.d-layer1 {position: absolute;right: 0;top: 0;width: 60%;z-index: 1;text-align: right;}
.desktop-animate-wrapper {position: relative;}
.d-layer2 {position: absolute;left: 0;top: 17%;z-index: 1;width: 60%;}
.d-layer3 {position: absolute;bottom: 24%;z-index: 1;width: 53%;right: 0;text-align: right;}
.icon-scroll:before {position: absolute;left: 50%;}
.icon-scroll {width: 20px;height: 35px;box-shadow: inset 0 0 0 2px #000;border-radius: 25px;position: relative;cursor: pointer;}
.icon-scroll:before {content: '';width: 2px;height: 6px;background: #000;margin-left: -1px;top: 6px;-webkit-animation-duration: 1.5s;
animation-duration: 1.5s;-webkit-animation-iteration-count: infinite;animation-iteration-count: infinite;-webkit-animation-name: scroll;

animation-name: scroll;}
@-webkit-keyframes scroll {
	0% {
		opacity: 1;
	}
100% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
}
@keyframes scroll {
0% {
	opacity: 1;
}
100% {
	opacity: 0;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
}
}

/*End*/

.home-online-store {background: #ffe25f; height: 900px; align-items: center; display: flex;}
.home-online-store::after {width: 30%;content: '';position: absolute;right: 0;top: 0;height: 100%;background: #fff;}
.home-online-store .container{display: flex; align-items: center;}
.home-online-store img {position: absolute;right: 0;z-index: 2;}
.laptop-img img {max-width: 1094px;}
.home-online-des, .home-online-img {max-width: 55%;flex: 0 0 55%;padding: 0;}
.home-online-des h2{font-size: 64px;}
.home-online-des p {padding: 0 0 30px;max-width: 90%;}
.home-online-img {text-align: center;background: #fff;max-width: 40%;flex: 0 0 40%;}
.odd-section, .even-section {display: flex;padding: 30px 72px;height: 90vh;align-items: center;}
.even-section-block{margin: 0 -30px; display: flex; align-items: center; width: 100%;}
.even-section .odd-even-img{order: 2}
.odd-even-img, .odd-even-des{max-width: 50%; flex: 0 0 50%; padding: 30px;}
 
.odd-even-des p{padding: 0 0 30px;}
.learn-more, .learn-more:hover {color: #000; font-weight: 500;}
.learn-more i {padding-left: 7px;}

/*home-start-dream-block*/

.home-start-dream-block .flex-row {background: #ebf9fe;margin: 0; border-radius: 5px;}
.home-start-dream-block .col4 {flex: 0 0 50%;max-width: 50%;}
.dream-block-box {padding: 0 40px 40px 0;}
.home-start-dream-block h3 {margin: 0 0 15px;font-size: 23px;}
.home-start-dream-block .flex-row &gt; div {display: flex;flex-wrap: wrap;flex: 0 0 50%;padding: 40px;}
.home-start-dream-block .flex-row &gt; div.home-start-dream-block {padding: 0;}
.home-start-dream-block .home-start-dream-block img {width: 100%;object-fit: cover;}
.home-start-dream-block .appfeaturebox h3 {font-size: 22px;}
.home-start-dream-block p {font-size: 16px; line-height: 28px;}
.home-start-dream-block .learn-more {display: flex;justify-content: flex-end;align-items: center; color: #2783d5;}

/*End Home Page*/

/*price page*/


.fa.fa-tag.fa-stack-1x.fa-inverse {color: #74f125;font-size: 32px;padding: 0 0 0 20px;}
.launch-offer{color: #74f125; /* font-size: 16px;*/}
.blink_me {
  animation: blinker 0.8s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.price-hide-text{text-indent: -99999px;}
.featuretopsection.pricing li a {position: relative;display: block;color: #464646; background: #fff; font-size: 18px;}
.featuretopsection.pricing .container{position: relative; max-width: 1474px;}
em.month-labelprice {font-size: 14px;font-style: normal;display: inline-block;float: none;width: auto;margin: 0;}
.mobile-package-link{display: none;}
.p-0.main-col-price, .p-1.main-col-price, .p-2.main-col-price, .p-3.main-col-price {display: table-cell;min-width: 200px;
padding-left: 10px;padding-right: 10px;}
.p-3.main-col-price {width: 232px;}
.pricing-banner {height: 240px;margin-bottom: 60px;background: #f6f7f9;}
.pricing-banner-des {display: flex;align-content: center;align-items: center;width: 100%;height: 100%;text-align: center;}
.pricing-banner-des h1, .pricing-banner-des p{color: #fff;}
.pricing-banner-des h1 {max-width: 660px;margin: 0 auto;padding-top:20px;color: #000;font-size: 28px;line-height: 32px;word-wrap: break-word;}
.pricing-banner-des &gt; div {width: 100%;position: relative;z-index: 9;}
.pricing-banner-des .free-trial a {border-color: #000;color: #000;margin-top: 25px;}

.pricetable{position: relative; box-shadow: rgba(0,0,0,0.16) 0 0 16px; border-radius: 5px; background: #fff;  }
.pricetable table{width: 100%;}
.main-col-price {width: 25%;}
.pricetable:before {position: absolute;right: -50px;top: -50px;content: "";background: url(../images/price-dot-design.png) repeat 0 0;
display: inline-block;width: 255px;height: 255px;z-index: -1;}
.pricetable:after {left: -50px;bottom: -50px;right: auto;top: auto;}
.pricetable td, .pricetable th {padding: 14px 35px; /*border-right: #f3f3f3 solid 1px;*/ font-size: 18px;color: #333;}
.price-small-text {font-size: 14px;}
.pricetable td.border-none {border: 0;}

/*promotion-social-block*/
.promotion-social-block {background: #ffe44f;font-size: 20px;color: #000;max-width: 1082px;margin: 20px auto 40px;line-height: 56px;font-weight: 500;
position: relative;text-align: left;padding-right: 160px;display: flex;border-radius: 5px;}
.promotion-social-block &gt; span {font-size: 26px;text-transform: uppercase;padding: 0 20px;position: relative;background: #000;color: #fff;margin-right: 20px;border-radius: 5px 0 0 5px;}
.featuretopsection.pricing .promotion-social-block p {color: #000;margin: 0;font-size: 20px;letter-spacing: 0;line-height: 56px;padding: 0;}

/*End promotion-social-block*/

.popular-img {
    position: absolute;
    top: -19px;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
}
.popular-img span {position: absolute;top: 18px;left: -4px;font-size: 18px;display: flex;flex-direction: column;width: 100%;
font-weight: 200;line-height: 22px;color: #fff;}
.popular-img span strong {font-weight: 600;letter-spacing: 1px;}
.price-large-gray-height{height: 100px;}
.product-price {font-size: 48px;color: #fff; /*text-transform: uppercase;*/ font-weight: 500;}
.month-year label.css-label span { color: #fff; font-size: 18px; font-weight: 500; line-height: 1.5; position: absolute; left: 80px; white-space: nowrap; text-align: left; }
/*.p-2.main-col-price.most-popular-price {
    border: #37ba32 solid 2px;
}*/

.p-2 &gt; table { position: relative; }
/*.p-2 &gt; table &gt; tbody:before, .p-2 &gt; table &gt; tbody:after,
.p-2 &gt; table:before, .p-2 &gt; table:after { content: ''; position: absolute; width: 2px; height: 100%; top: 0; bottom: 0; right: 0; background: #37ba32; z-index: 1 }
.p-2 &gt; table:before { left: 0; right: auto; }
.p-2 &gt; table &gt; tbody:before, .p-2 &gt; table &gt; tbody:after { width: 100%; height: 2px; left: 0; right: 0; top: 0 }
.p-2 &gt; table &gt; tbody:after { top: auto; bottom: 0 }*/

.fas.fa-check, .fas.fa-times {color: #3090ff;font-size: 20px;}
.fas.fa-times {color: #f3413b;}
.price-box {background: #fff;text-align: left;color: #aaa;font-size: 18px;}
.plan-box {background: #000;color: #fff;text-align: left;position:relative;}
.plan-box::after {content: "";background: #2b2b2b;width: 1px;height: 100%;position: absolute;top: 0;right: 1px;}
.p-3.main-col-price .plan-box::after{content: none;}
.main-col-price {width: 20% !important;min-width: 300px;}
.plan-cnt {position: relative;height: 292px;padding: 10px 35px 0 !important;}
.plan-box .package-name {color: #fff;font-size: 28px;font-weight: 300;padding: 30px 45px 15px;}
.plan-box .month-plan, .plan-box .year-plan, .plan-box p, .plan-box .billed-btn-block {padding: 0 10px;}
.plan-box p {font-size: 16px;color: #aaa;margin:0 0 20px;text-align: left;line-height: 22px;}
.billed-btn-block {position: absolute;bottom: 35px; width: calc(100% - 70px);}
.billed-btn-block p {padding: 0;}
.billed-btn-block a {background: linear-gradient(90deg, rgba(14,91,218,1) 0%, rgba(16,128,250,1) 100%) !important;color: #fff;
padding: 16px 15px;border-radius: 5px;border: 0;transition: transform 0.3s ease-in-out;width: 100%; max-width: 234px;}
.pricetable .btn-primary:hover {color: #fff;background: linear-gradient(90deg, rgb(14, 91, 218) 0%, rgb(16, 128, 250) 100%); border-color: inherit;transform: translateY(-4px);}

.month-label-price {font-style: normal;font-size: 14px;color: #aaa;padding-left: 5px; text-transform: none;}
.free-native-price-td span.ipad-text {float: left;width: 100%;font-size: 12px;line-height: 14px;}
.free-native-price-td {height: 85px;}
.border-none{border: 0;}
.pricetable .padd-none {padding: 0px;}
.price-box {background: #fff;text-align: left;color: #aaa;font-size: 18px;}
.price-box.plan-cnt {height: 285px;}
.fa.fa-times {color: #f44336;font-size: 18px;font-weight: normal;}
.visibility-hidden{visibility: hidden;}
.package-label{font-size: 14px; letter-spacing: 1.8px; background: #3090ff; color: #fff; line-height: 38px; width: 100%; float:left;}
.package-label {display: none;}
.package-label.white {background: #fff;}
.package-name {padding: 30px 30px 15px;float: left;width: 100%;font-size: 20px;color: #000;}
.price-box .package-name {font-size: 32px;font-weight: 700;}
.price-table-icon {text-align: center;padding: 20px 0;}

.month-year {padding-bottom: 0;display: inline-block;position: static;padding: 5px 20px 20px;height: auto; margin-bottom: 55px;} 


.featuretopsection .month-year p {font-size: 14px;line-height: 22px;color: #666;}
.save-10-img {position: absolute;right: -150px;top: -60px;}

.title-price-table, .online-sale-price-td{font-size: 16px;}
.pricetable td.features-td{background: #ebf9fe; color:#000; font-weight: 500; font-size: 20px; line-height: 20px; height: 55px;}
.price-lightblue-bg{background: #ebf9fe;}
.pricetable td.features-td.gray-td {background: #f5f5f5;border-top: #fff solid 4px;border-bottom: #fff solid 4px; height: 70px;}
.pricetable td.product-td {background: #ffe672; font-size: 18px; color: #000; font-weight: 500;}
.pricetable td.features-td span {font-size: 14px;font-weight: 400;}
.price-large-gray-height{height: 120px;}
.text-indent-hide-text{text-indent: -999999px;}
.selected-package{background: #f4f7ff;}
.plan-label-price sup {top: -18px;color: #fff;font-size: 24px;left: 0px;}
.product-price {font-size: 48px;color: #fff; text-transform: uppercase; font-weight: 500;}
.free-native-price-td .product-price, .free-native-price-td span {font-size: 16px;}
.free-native-price-td .month-plan, .free-native-price-td .year-plan {line-height: inherit;transform:none;height: auto;}
.dash-sign::before {content: "-";color: #3090ff;}
.pricetable .fa.fa-check:before{background: url(../images/price-arrow-sign.png) no-repeat 0 0; font-size: 0; content:""; display: inline-block; width: 21px; height: 16px;}

.price-try-block {text-align: center;max-width: 1200px;margin: 30px auto 60px;padding: 20px 20px;box-shadow: rgba(0,0,0,0.16) 0 0 16px;
margin: 50px auto;}
.consultant-box {display: flex;padding: 0px 0 20px;text-align: left;}
.consultant-box &gt; div {align-items: center;display: flex;}
.consultant-box &gt; div:last-child {flex-basis: calc(100% - 150px);padding-left: 30px;flex-direction: column;align-items: flex-start;}
.price-try-block p {line-height: 24px;max-width: 100%;margin: 0;padding: 0 0 30px;font-size: 16px;}
.phone-block span:first-child {padding-right: 20px;}
.phone-block i {padding: 0 12px 0;color: #3090ff;font-size: 18px;/* transform: rotate(265deg); */}
.phone-block span em {font-weight: 500;font-style: normal;}
.price-try-block p a{text-decoration: underline;color: #3090ff;}
.price-try-block h2 {font-size: 36px;margin: 0;padding: 15px 0;}
.price-try-block h2 span{float: left; width: 100%; font-size: 18px;padding: 15px 0;}
.most-popular-price {width: 214px;}
.pricetable .small-size{font-size: 12px;}
.price-cal-col{float: left; width: 100%; line-height: 19px; }
a.live-chat-link{text-decoration: none; color: #3090ff;}
.create-store-btn{padding-bottom: 50px !important;}
.create-store-btn a.btn-primary {background: #37ba32;color: #fff;transition: all ease-in 0.3s;border: 0;width: 100%;padding: 0px 15px; line-height: 56px; max-width: 234px;}
.create-store-btn a.btn-primary:hover, .create-store-btn a.btn-primary:focus {transform: translateY(-4px);color: #fff;background: #37ba32;}

/*price faq*/

.faq-block {max-width: 100%;padding: 60px 15px 60px;margin: 0 auto; background: #fafafa;}
.faq-block .row {max-width: 1200px;margin: 0 auto;}
.faq-block h2{text-align: center;}
.faq-block h3{font-weight: bold;}


/* Pricing table */ 
.featuretopsection.pricing {padding: 100px 0 0;text-align: center;position: relative;z-index: 0;}
.featuretopsection.pricing h1, .featuretopsection.pricing p {max-width: 1650px;margin-left: auto;margin-right: auto;margin-bottom: 20px;
font-size: 56px; color: #fff;}
.featuretopsection.pricing p {font-size: 22px;font-weight: 400;line-height: 30px; }
.featuretopsection.pricing .plan-box p {color: #aaa; letter-spacing: 0; font-size: 18px;}
.price-bg {background: linear-gradient(90deg, rgba(14,91,218,1) 0%, rgba(16,128,250,1) 100%);height: 700px;
width: 100%;position: absolute;left: 0;top: 0;z-index: -2;}
.featuretopsection.pricing::before, .featuretopsection.pricing::after {background: url(../images/price-bg-img1.png) no-repeat 0 0;
	content: "";position: absolute;left: 0;top: 0;height: 598px;width: 525px;z-index: -1; opacity: 0.07;}
.featuretopsection.pricing::after{background: url(../images/price-bg-img2.png) no-repeat 0 0; right: 0; left: auto;}
.month-year { display: inline-block; margin-bottom: 20px; }
.month-year label.css-label { width: 60px; height: 30px; position: relative; cursor: pointer; }
.month-year input[type=checkbox].css-checkbox { position: absolute; opacity: 0; visibility: hidden; }
.month-year label.css-label:after,
.month-year label.css-label:before { content: ''; width: 100%; height: 100%; background:#fff; border-radius: 15px; position: absolute; left: 0; top: 0; }
.month-year label.css-label:after { width: 20px; height: 20px; background: #37ba32; border-radius: 100%; top: 5px; left: 5px;}
.month-year input[type=checkbox].css-checkbox:checked + label.css-label:after { right:5px; left: auto; }
.month-year label.css-label span { color: #fff; font-size: 18px; font-weight: 400; line-height: 1.5; position: absolute; left: 80px; white-space: nowrap; text-align: left; }
.month-year label.css-label span em { font-size: 20px; color: #fed20a; font-style: normal; display: block; }
.month-year label.css-label span.mnth { left: -120px; }
.year-plan {-webkit-transform: rotateX(90deg);transform: rotateX(90deg);height: 0;-webkit-transition: all ease .4s;
transition: all ease .4s;display: block;float: left;width: 100%;line-height: 56px;}
.year-subscription .year-plan {-webkit-transform: rotateX(0);transform: rotateX(0);height: 56px;}
.month-plan {-webkit-transform: rotateX(0);transform: rotateX(0);height: 56px;-webkit-transition: all ease .4s;
transition: all ease .4s;display: block;line-height: 56px;}
.year-subscription .month-plan {-webkit-transform: rotateX(90deg);transform: rotateX(90deg);height: 0;}



/*.month-year { display: inline-block; margin-bottom: 90px; }
.month-year label.css-label { width: 60px; height: 30px; position: relative; cursor: pointer; }
.month-year input[type=checkbox].css-checkbox { position: absolute; opacity: 0; visibility: hidden; }
.month-year label.css-label:after,
.month-year label.css-label:before { content: ''; width: 100%; height: 100%; background:#fff; border-radius: 15px; position: absolute; left: 0; top: 0; }
.month-year label.css-label:after { width: 20px; height: 20px; background: #37ba32; border-radius: 100%; top: 5px; left: 5px;}
.month-year input[type=checkbox].css-checkbox:checked + label.css-label:after { right:5px; left: auto; }
.month-year label.css-label span { color: #fff; font-size: 18px; font-weight: 600; line-height: 1.5; position: absolute; left: 80px; white-space: nowrap; text-align: left; }
.month-year label.css-label span em { font-size: 20px; color: #fed20a; font-style: normal; display: block; }
.month-year label.css-label span.mnth { left: -120px; }*/
/*end price page*/

/*Footer*/

/*footer-reg-block*/
.footer-reg-block {text-align: center;}
.footer-reg-title {font-size: 48px;font-weight: 700; letter-spacing:0.05em; line-height: 1.22; color: #000;padding: 0 0 15px;}
.footer-reg-text { font-weight: 600; font-size: 16px; line-height: 30px; text-align: center; letter-spacing: 0.05em; color: #343434; margin-bottom: 30px }
/*.footer-reg-block button.primary-btn, .footer-reg-block a.primary-btn {background: #ffd401;color: #000;}*/
footer {background: #000;padding: 80px 0 0; position: relative; overflow: hidden; margin-top: 30px;}
footer .container-small {max-width: 1380px;}
.footer-menu section {padding: 0;}
/*footer::before, footer::after {position: absolute;content: "";background: #ffd401;width: 180px;height: 180px;top: -50px;left: -100px;
border-radius: 5px;transform: rotate(-30deg);}
footer::before{content: none;}
footer::after{top: -50px;right: -100px;transform: rotate(30deg);left: auto;}*/
.footer-menu {display: flex;flex-wrap: wrap;}
.footer-menu &gt; div {width: 20%;}
.footer-menu h2 { color: #fff; font-size: 18px; padding: 0 0 25px; margin: 0; font-weight: 700; line-height: 1.5; }
.footer-menu .footer-menu1 img {max-width: 180px;height: auto;padding: 0 0 30px;}
.footer-menu ul {margin: 0;padding: 0;}
.footer-menu li {list-style: none;padding: 2px 0;margin: 0;}
.footer-menu li a {color: #fff; text-decoration: none;}
.copyright-footer {padding: 20px 0;border-top: #262626 solid 1px;margin-top: 50px;}
.copyright-footer section {padding: 0;}
.copyright-footer span {font-size: 16px;color: #fff;}
.copyright-footer .textwidget.custom-html-widget {display: flex;justify-content: space-between;}
.footer-rgt ul {display: flex;}
.footer-rgt ul li {list-style: none;padding: 0 10px;}
.footer-rgt ul li a {color: #fff;font-size: 14px;}

/* Menu animation */

.menu-slider {box-shadow: 1px 0px 10px rgba(147,147,147,0.6);background: #fff;border-radius: 5px;z-index: 98;visibility: hidden;
	position: absolute;top: 72px;left: 0;box-sizing: border-box;opacity: 0;width: 480px;transform: rotateX(-45deg);transform-origin: top center;
transition: visibility .2s ease-in-out,opacity .2s ease-in-out,transform .2s ease-in-out,left .25s ease-in-out,height .25s ease-in-out;}
.menu-slider::before {content: '';width: 14px;height: 14px;background: #fff;position: absolute;left: 32%;top: -6px;margin-left: -7px; transform: rotate(45deg);box-shadow: 1px 0px 10px rgba(147,147,147,0.6);z-index: 0;}
.menu-slider::after { content: ''; position: absolute; left: 0; top: 0; right: 0; margin:0 auto; width: 80%; height: 80%; background: #fff}

#msi {display: block; margin: 0; padding: 0; list-style: none; height: 0; overflow: hidden; transition: height .25s ease-in-out;}
.menu-slider:hover #msi {height: auto !important;}
#msi &gt; li {display: none; z-index: 99;}

.main-navigation {position: relative;}

.main-navigation #msi &gt; li {padding: 30px 0;}
.main-navigation #msi &gt; li &gt; a {display: none;}
.main-navigation #msi &gt; li &gt; ul.sub-menu {position: static;}
li.hovered {opacity: 0.7 !important;}
.main-navigation #primary-menu &gt; li:hover {opacity: 0.7;}

.laptopParallaxEffect{ overflow: hidden;}
.laptopParallaxEffect .animateContainer {display: flex;flex-wrap: wrap;flex-direction: row;position: relative;z-index: 20;box-sizing: border-box;}
.animationElementBlock{display: flex;flex-wrap: wrap;width: 100%;}
.wrap-pics{max-width: 65%;margin:0 auto 40px;width: 100%;}

.overflow-visible{ overflow: visible; }
.fixed-section{ position: sticky; top: 0; height: 100vh; align-items: center; display: flex; overflow: hidden;}
.fixed-section .imgbox{ width: 100%;}

/*Builderfly Social*/
.builderfly-socialbanner {background: #EBF1FE;padding: 140px 0 50px;position: relative;}
.builderfly-socialbanner .container {max-width: 870px;padding: 0 15px;}
.builderfly-socialbanner h1 {margin: 0 0 20px;font-size: 58px;}
.builderfly-socialbanner p{font-size: 16px;}
.page-template-page-builderfly-blogs .site,
.page-template-page-social .site{padding-top: 0;}


.builderfly-social-list .desc {padding: 20px 0;}
.builderfly-social-list {padding: 60px 0;}
.builderfly-social-list .box img {max-width: 100%;border: 1px solid #E4E4E4;height: 380px;object-fit: cover;border-radius: 10px;}
.builderfly-social-details {padding: 120px 0;}
.mejs-container {
    height: 220px !important;
    margin: 20px 0;
}
.mejs-overlay.mejs-layer.mejs-overlay-play {
    height: 220px !important;
}
.wp-video-shortcode video, video.wp-video-shortcode {
    max-width: 100%;
    display: inline-block;
    height: 220px !important;
}
.other-social-posts .row{display: flex; flex-wrap: wrap;}
.builderfly-social-list .desc {padding: 20px 0;height: 83px;overflow: hidden;margin: 0 0 60px;}
.builderfly-social-list .desc a {color: #000;font-size: 22px;line-height: 30px;font-weight: 600;}
.other-social-posts img {border: 1px solid #E4E4E4;border-radius: 10px;margin: 0 0 20px;}
.other-social-posts .owl-carousel .owl-item img {display: block;width: 100%;height: 277px;object-fit: cover;}
.other-social-posts .owl-carousel .owl-item video {width: 100%;height: 277px;border-radius: 10px;margin-bottom: 20px;object-fit: cover;
border: 1px solid #E4E4E4;display: flex;}
.builderfly-social-template-default .freestorebox .desc h3{font-size: 36px;}
.other-social-posts .desc h3 {font-size: 16px;font-weight: 500;letter-spacing: 0;line-height: 24px;letter-spacing: 3%;}
.builderfly-social-details h1 {font-size: 48px;margin: 0 0 30px;}
.builderfly-social-details p {color: #666;font-size: 22px;/*padding: 0px;*/}
.builderfly-social-details .tag-list {
    padding: 30px 0 0;
}
.builderfly-social-details p:empty {display: none;}
.builderfly-social-details img {border-radius: 10px;}
.tag-list ul {display: flex;flex-wrap: wrap;margin: 0;padding: 0;}
.tag-list ul li {background: #EFEFEF;padding: 7px 16px;font-size: 14px;border-radius: 20px;font-weight: 500;
text-transform: capitalize;list-style: none;margin: 6px 16px 6px 0;}
.innerpagecover ul li a{color: #343434;}
.like-view-block {padding: 20px 0;}
.like-view-block img {padding: 0 15px 0 0;}
.container-small.video-section-social {
    padding: 60px 0 0;
    display: flex;
    flex-wrap: wrap;
}
.video-section-social iframe {
    width: 100%;
    height: 212px;
}
.video-section-social h3 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin: 15px 0 50px;
}
.video-section-social img {
    border: 1px solid #ccc;
}
.social-video-url img {
    border: 0;
}

.video-section-social .col-md-4 {position: relative;}
.video-section-social .col-md-4 span {position: absolute;left: 50%;margin: 0 0 0 -24px;top: 60px;}
.video-section-social h2 {text-align: center;}
.social-video-popup .close {
    font-size: 32px;
    color: #000;
    filter: alpha(opacity=20);
    opacity: 1;
    margin: -15px -10px 0 0;
}
.video-section-social #myModal .modal-dialog {
    -webkit-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    top: 50%;
    margin: 0 auto;
}

/* ----------- Free Consultation ------------ */
/*.sent{min-height: 300px;}*/
.free-consultation-success{ text-align: center;}
.free-consultation-success h3{color: #37BA32;}
/*.sent .free-consultation-success{display: block;}
.sent .free-consultation-form{display: none; }*/


.flex-row &gt; div.col6.free-consultation-banner {max-width: 620px;}
.flex-row &gt; div.col6.free-consultation-banner h2 {font-size: 58px;line-height: 1.3;}
.flex-row &gt; div.col6.free-consultation-banner p {color: #000;}
.blue-free-consultation-text {position: relative;color: #355CEC;padding-bottom: 20px;display: inline-block;}
.blue-free-consultation-text img {position: absolute;left: 0;bottom: 0;margin-bottom: 0;}
.get-free-consultation-form-wrap {display: flex;width: 785px;align-items: flex-start;}
.get-free-consultation-box-bg {background: #355CEC;width: 50%;border-radius: 20px 0 0 20px;/*height: 543px;*/ height: 623px;position: absolute;right: 0;z-index: -1;}
.get-free-consultation-form {margin: 30px 5px 30px 15px;width: 372px;background: #fff;border-radius: 20px;padding: 30px;}
.get-free-consultation-img {width: 372px;display: flex; align-self:flex-end; }
.get-free-consultation-img img {width: 568px;max-width: none;margin-top: -52px; margin-left:-20px; }

/* --------- whatsapp icon ---------*/
.whatsapp-consultation {display: flex;align-items: flex-start;}
.whatsapp-number a {display: flex;align-items: center;margin: 14px 15px 0 0;}
.whatsapp-icon {width: 60px;height: 60px;background: #37BA32;display: flex;align-items: center;justify-content: center;border-radius: 100%;font-size: 20px;color: #fff;
border: #fff solid 3px;box-shadow: 0px 0px 60px rgba(221, 226, 238, 0.7);}
.whatsapp-number .number {background: #000;border-radius: 40px;padding: 0 20px 0 45px;height: 48px;width: 205px;align-items: center;display: flex;color: #fff;font-size: 16px;
margin-left: -30px;position: relative;z-index: -1; transition: all ease-in 0.5s;}
.whatsapp-number .number:hover {
    background: #355CEC;
}
.free-consultation-banner-cnt {margin: 0px 0 40px;}

/* --------- consultaion form ---------*/
.get-free-consultation-form h3 {font-size: 26px;letter-spacing: 0;margin: 0 0 5px;}
.get-free-consultation-form p {color: #000;letter-spacing: 0;font-size: 14px;}
.get-free-consultation-form .form-group {margin-bottom: 10px;}
.get-free-consultation-form .form-control {padding: 9px 20px;}
.get-free-consultation-form p {color: #000;letter-spacing: 0 !important;font-size: 14px;margin-bottom: 20px !important;}
.get-free-consultation-form .form-group.consultation-btn {text-align: right;margin-bottom: 0;position: relative;}
.get-free-consultation-form .form-group.consultation-btn .ajax-loader {position: absolute;left: 0;top: 15px;}
.get-free-consultation-form .wpcf7-validation-errors, .get-free-consultation-form .wpcf7-acceptance-missing {border: 1px solid #ff0000;font-size: 12px;}
.get-free-consultation-form .wpcf7-mail-sent-ok {border: 1px solid #398f14;font-size: 12px; display:none !important; } 
.get-free-consultation-form .form-group.consultation-btn btn{padding: 14px 36px;}
/* --------- consultaion form End ---------*/

#freeConsultation {cursor: pointer;}
.free-consultation-banner-cnt p {font-size: 32px;text-align: center;color: #000;line-height: 1.5;}
.free-consultation-include h3 {margin: 0;font-size: 36px;padding: 0 0 20px;}
.free-consultation-include li {list-style: none;padding: 10px 20px;min-height: 60px;display: flex;align-items: center;font-size: 18px;box-shadow: 0px 0px 60px rgba(221, 226, 238, 0.7);
border-radius: 10px;margin: 0 0 20px;}
.free-consultation-include li i {padding: 0 15px 0 0;color: #355CEC !important;} 

/* ----------- End Free Consultation ------------ */

@media(max-width: 767px) {
.builderfly-social-details {
    padding: 30px 0;
}
.builderfly-social-details h1 {
    font-size: 32px;
    margin: 20px 0;
}

/* --------- consultaion Page ---------*/
.get-free-consultation-box-bg {
    display: none;
 }
.get-free-consultation-form-wrap {
    display: flex;
    width: 100%;
    align-items: flex-start;
    background: #355CEC;
    padding: 30px;
    border-radius: 20px;
}
 .get-free-consultation-img {
    display: none;
}
.get-free-consultation-form {
    width: 100%;
    margin: 0;
    border-radius: 20px;
    padding: 20px;
}
.get-free-consultation-form h3{font-size: 20px;}

.free-consultation-banner-cnt p {font-size: 16px;}
.flex-row &gt; div.col6.free-consultation-banner {
    max-width: 100%;
}
.flex-row &gt; div.col6.free-consultation-banner h2 {
    font-size: 28px;
    margin: 40px 0 20px;
}}

/*End Builderfly Social*/

@media(max-width: 1023px) {
	.wrap-pics{	max-width: 100%;}
}

.laptopParallaxEffect .descriptionElement {order: 2;}
.laptopElement {display: block;position: relative;right: 0;text-align: center;}
.laptopElement img {width: 100%;height: auto!important;position: relative;}
.phoneElement {display: block;position: relative;top: -86%;left: 0;text-align: left;}
.phoneElement img {position: absolute;width: 22%;height: auto!important;}


/* New Home Page */
.topbar { display: none; }
.homebanner { position: relative; overflow: hidden; padding-bottom: 60px; min-height: 100vh }
.homebannerbg { background: #355CEC; position: absolute; left: 20px; top: 20px; height: 800px; right: 20px; z-index: -2; border-radius: 20px; overflow: hidden; }
.homebannerbg::before, .homebannerbg::after { background: url(../images/price-bg-img1.png) no-repeat 0 0; content: ""; position: absolute; left: 0; top: 0; height: 598px; width: 525px; z-index: -1; opacity: 0.07 ; }
.homebannerbg::after { background: url(../images/price-bg-img2.png) no-repeat 0 0; right: 0; left: auto; }
.home .menu-wrapper { top: 20px; }
.scroll-up .menu-wrapper { top: 0px; }


.homebanner .desc { text-align: center; color: #fff; padding: 150px 15px 0; max-width: 740px; margin:0 auto  }
.homebanner .banner-title span.titletoptext { font-weight: 500; font-size: 18px; line-height: 1.5; letter-spacing: 0.3em; text-transform: uppercase; padding: 0; margin-bottom: 14px; }
.homebanner .banner-title span { display: inline-block;  }
.homebanner .banner-title h1 { color: #fff; margin-bottom: 20px; letter-spacing: 0.03em; }
.homebanner .banner-title h1 span { color: #FFE44F; margin-bottom: 20px; letter-spacing: 0.03em; font-size: 60px; font-weight: 700; margin: 0; padding: 0 }
.homebanner .banner-title h1 strong { color: #FFE44F; position: relative; }
.homebanner .banner-title h1 strong svg { stroke: #FFE44F; stroke-width: 5px; stroke-dasharray: 800; stroke-dashoffset: 800; -webkit-animation: line 2s linear forwards; animation: line 5s linear forwards;
    animation-delay: 2s; fill: none; width: auto; position: absolute; left: 0; bottom: -10px; }
@keyframes line {
to {
stroke-dashoffset: 0;
}
}
.homebanner .desc p {letter-spacing: 0.05em; margin-bottom: 50px; padding: 0}
.homebanner .action { position: relative; z-index: 9 }
.homebanner .action a { background: #FFE44F; border-radius: 100px; color: #000; position: relative; display: inline-block; font-weight: 500; letter-spacing: 0.05em; padding: 16px 25px 16px 70px;
    min-width: 222px; transition: all 0.3s ease-in-out; text-align: left; }
.homebanner .action a span { width: 46px; height: 46px; background: #fff; border-radius: 100%; position: absolute; left: 5px; top: 6px; transition: all 0.3s ease-in-out; padding: 5px; }
.homebanner .action a span svg { max-width: 100%; max-height: 100%; }
.homebanner .action a:hover { padding-left: 25px  }
.homebanner .action a:hover span { left: calc(100% - 55px)}
.homebanner .imgbox { max-width: 1060px; margin:-40px auto 0; position: relative; }
.homebanner .imgbox &gt; div { position: absolute; }
.homebanner .imgbox .img1 { left: 140px; top: 220px; }
.homebanner .imgbox .img2 { left: -80px; bottom: 0px; }
.homebanner .imgbox .img3 { right: -80px; top: 140px; }
.homebanner .imgbox .img4 { right: 0; bottom: 40px; }
#typed-strings { display: none; }
.homebanner .banner-title h1 span.typed-cursor { font-weight: normal; }

.newsection { padding: 80px 0; overflow: hidden; }
.newsection p { margin-bottom: 30px; line-height: 1.7; opacity: 0.8; letter-spacing: 0.05em; padding: 0 }
.newsection p.font16 { font-size: 16px; line-height: 30px; }
.newsection p strong { font-weight: 600 }
.newsection p span { color: #355CEC; font-weight: 600 }
.payment-partner { display: flex; justify-content: space-between; list-style: none; align-items: center; }
.payment-partner li { list-style: none; transition: all  .3s ease-in-out; padding: 0 15px}
.payment-partner li img { filter: grayscale(100); cursor: pointer; }
.payment-partner li:hover img { filter: grayscale(0); }

.container-small { max-width: 1226px; padding: 0 15px; margin: 0 auto  }
.bgupdown { position: relative; }
.bgupdown:before  { content: ''; position: absolute; top: -20px; right: -30px; width: 200px; height: 200px; background: #FFE44F; border-radius: 10px; animation-name: updown; animation-timing-function: linear;
animation-duration: 5s; animation-iteration-count: infinite; z-index: -1; }
@keyframes updown {
0% {transform: translateY(0);}
50% {transform: translateY(-20px);}
100% {transform: translateY(0);}
}
.numicon { font-family: 'Roboto', sans-serif; font-weight: 900; font-size: 100px; line-height: 117px; color: #223054; opacity: 0.2; }
.m20 { margin-bottom: 20px }
.m12 { margin-bottom: 12px }
.m60 { margin-bottom: 60px; }
.mt0 { margin-top: 0 }

.animateimgbox { position: relative; display: inline-block; }
.animateimgbox &gt; div { position: absolute; }
.sellsec .img1 {
    left: -20px;
    top: 80px;
}
.sellsec .img2 {
    left: 30px;
    top: 280px;
}
.sellsec .img3 {
    right: 30px;
    top: 180px;
}
.promotesec .img1 {
    right: -60px;
    top: -10px;
}
.promotesec .img2 {
    left: -60px;
    bottom: 40px;
}

.techsavy { position: relative; padding: 0; margin: 60px 0; overflow: hidden; }
.techsavy::before { content: ''; background: #FFE44F; position: absolute; left: 0; top: 40px; width: 100%; bottom: 0; }
.techsavy .desc {
    position: relative;
    padding-top: 110px;
    padding-bottom: 111px;
    max-width: 480px;
}
.techsavy .desc p { font-size: 16px; color: #000; line-height: 1.9; margin-bottom: 40px;  }
.techsavy .imgbox {
    position: relative;
    height: 100%;
}
.techsavy .imglogo svg { max-width: 250px; fill: #fff; }
.techsavy .imglogo svg .st0,
#blogo .st0 { fill: none; }
.techsavy .imglogo { position: absolute; left: -170px; bottom: -50px; width: 350px; height: 350px; background: linear-gradient(179.09deg, #355CEC 0.76%, #283D88 87.6%); border-radius: 100%;
    display: flex; justify-content: center; z-index: 1; }
/*.techsavy .imgbox img { position: relative; z-index: 2; margin-left: 27%; }*/
.techsavy .imgbox img {
    position: absolute;
    z-index: 2;
    max-width: inherit;
    bottom: 0;
}
.offerbadge:before,
.businessbox .box .badge:before,
.techsavy .imglogo:before { content: ''; border: 3px dashed #FFE44F; border-radius: 50%; position: absolute; left: 30px; right: 30px; top: 30px; bottom: 30px; animation: rotationF 70s infinite linear;
-webkit-animation: rotationF 70s infinite linear; }
@keyframes rotationF {
from {-webkit-transform: rotate(0deg);}
to {-webkit-transform: rotate(359deg);}
}

.flex-row &gt; div.col6.fivesecimg { flex: 0 0 45%; max-width: 45% }
.flex-row &gt; div.col6.fivesecdesc { flex: 0 0 55%; max-width: 55%; }

.businessbox { background: #ECF2FF; margin: 80px 0; }
.businessbox .box {background: #FFFFFF; box-shadow: 0px 0px 60px rgba(221, 226, 238, 0.7); border-radius: 20px; padding: 30px; position: relative;}
.businessbox .box h3 { margin-bottom: 10px;}
.businessbox .box p { font-size: 16px; line-height: 1.9; letter-spacing: 0.05em; color: #666666; opacity: 1; margin-bottom: 30px; }
.businessbox .box p strong {color: #355CEC; font-weight: 600}
.businessbox .box a { color: #223054; text-align: right; display: block; font-weight: 600 }
.businessbox .box + .box { margin-top: 60px; }
.businessbox .box .badge { width: 72px; height: 72px; background:#FFE44F;border-radius: 100%; font-size: 28px; font-weight: 600; color: #000; display: flex; justify-content: center; position: absolute; right: -36px; top: 20px; align-items: center; z-index: 2 }
.businessbox .box .badge:before { left: 5px; right: 5px; top: 5px; bottom: 5px; border:1px dashed  #000;  }
.businessbox .box .badge.two { right: auto; left: -50px; top: 110px; }
.businessbox .box .badge.three { top: auto; bottom: 50px; }
.businessbox .box .badge.four { right: auto; left: -50px;  top: 170px; }
.businessbox .imgbox { position: relative; z-index: 3; margin-left: 60px; }
.businessbox .box .line { position: absolute; right: -120px; top: 50px; z-index: 1; }

.businessbox .aos-animate .box .line svg{ stroke-width: 2px; stroke: #c6c6c6; stroke-width: 5px; stroke-dasharray: 800; stroke-dashoffset: 800; -webkit-animation: line 2s linear forwards; animation: line 2s linear forwards;
    animation-delay: 1s; fill: none;}
.businessbox .box .line.line3 { transform: scaleX(-1) rotate(180deg); top: -20px; }
.businessbox .box .line.line2 { top: 140px; right: auto; left: -220px; }
.businessbox .box .line.line4 { transform: scaleX(-1) rotate(180deg); top: 50px; right: auto; left: -220px; }

.service-section-block.owl-carousel { display: flex; width: 100% }
.titlebox h2 { margin-bottom: 20px }
.titlebox p,
.case-studies h2 + p { font-size: 16px; font-weight: 500; line-height: 1.9; color: #343434; margin-bottom: 40px; opacity: 1 }
.case-studies.newsection{overflow: hidden;}
.case-study { margin-top: 60px; }
.case-study &gt; .container-small { position: relative; }
.case-study &gt; .container-small::before { content: ''; background: #EBF1FE; position: absolute; left: -30px; top: -30px; width: 200%; height: 440px;
border-radius: 20px; z-index: -1; }
.case-study-slider.owl-carousel .owl-stage-outer {overflow: unset;}
.case-study-slider .owl-stage{padding-left: 0 !important;}
.case-study-box {
    flex-wrap: wrap;
    padding: 50px 50px 30px;
    align-content: flex-start;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.case-study-box &gt; div {
    flex: 1;
}
.case-study-box &gt; div.case-study-img {
    padding-left: 50px;
    width: 500px;
    flex: 0 0 500px;
}
.case-study-slider .owl-dots {
    margin: 20px 0 0;
}
.case-study-box p { font-size: 16px; opacity: 1; line-height: 1.9; }
.casestudy-des h3 { font-size: 26px; margin-bottom: 20px; line-height: 1.4; }
.casestudy-des h3 a { color: #222222 }
.casestudy-des p { margin-bottom: 0; }
.case-study-box .action { display: flex; flex-wrap: wrap; flex: 0 0 100%; max-width: 100% }
.case-study-box .action &gt; div { flex: 1 }
.case-study-box .action div + div { text-align: right; }

.skip-case-study { text-align: center; padding: 20px 0; text-transform: uppercase; position: static; margin: 0 auto; }   
.skip-case-study a{color: #222;}
.skip-case-study span, .skip-case-study span a{color: #ED1C24}
.skip-case-study i {padding-right: 10px;font-size: 18px;}

.El { width: 100%; max-width: 100%; } 
.El__wrapper { display: flex; }
.El__slide { display: flex; /*width: 100vw;*/ padding: 0 15 px 0 0; }
.El__content { width: 100%; display: flex; background: #FFFFFF; box-shadow: 0px 0px 60px rgba(221, 226, 238, 0.7); border-radius: 20px; flex-wrap: wrap; }
.El__title, .El__subtitle { position: relative; }
.El__content .action { padding: 0 50px 40px; color: #000; display: flex; justify-content: space-between; flex: 1 }
.El__content .action a { color: #343434; font-size: 14px; line-height: 1.7; letter-spacing: 0.05em }
.El__content .action a i { margin-right: 10px }
.El__content .action &gt; div + div a { font-size: 16px; font-weight: 600; color: #223054; line-height: 1.5 }
.El__content .action &gt; div + div a i { margin-right: 0 }
.case-study-slider .owl-nav {margin-top: 10px;position: absolute;right: 0;top: -150px;}
.case-study-slider .owl-nav .owl-prev, .case-study-slider .owl-nav .owl-next {font-size: 0;width: 40px;
height: 40px; line-height: 40px;padding: 0;background: #355CEC;opacity: 1;}
.case-study-slider .owl-nav [class*="owl-"]:hover {background: #355CEC;color: #FFF;text-decoration: none;}
.case-study-slider .owl-prev::before, .owl-next::before {content: "\f053";color: #fff;font-family: 'Font Awesome 5 Free';font-weight: 700;
font-size: 18px;}
.case-study-slider .owl-next::before{content: "\f054"}

.middletitle { max-width: 780px; margin: 0 auto; text-align: center; margin-bottom: 40px; }
.middletitle h2 { margin-bottom: 20px; }
.middletitle p { font-size: 22px; font-weight: 600; color: #343434; line-height: 1.65; }
.homepricecover .box { background: #FFFFFF; box-shadow: 0px 0px 60px rgba(221, 226, 238, 0.7); border-radius: 20px; padding:20px; }
.homepricecover .box .planname { font-family: 'Roboto', sans-serif; font-size: 22px; line-height: 1.6; font-weight: 700; color: #222; letter-spacing: 0.05em; margin-bottom: 5px; }
.homepricecover .box .price { font-size: 32px; font-weight: 700; line-height: 1.2; letter-spacing: 0; color: #222222; margin-bottom: 5px; }
.homepricecover .box .price span {font-weight: 500;font-size: 10px;line-height: 24px;letter-spacing: 0;color: #666666;}
.homepricecover .box .price sup { top: -14px; font-size: 16px; left: -2px; font-weight: normal; }
.homepricecover .box p { font-size: 14px; line-height: 1.5; font-weight: 600; color: #666666; padding: 0; margin-bottom: 30px; letter-spacing: 0.5px;}
.homepricecover .box ul { list-style: none; margin: 20px 0; }
.homepricecover .box ul li { line-height: 1.8; color: #000; letter-spacing: 0.05em; font-weight: normal; padding: 0 0 15px 30px; position: relative; }
.homepricecover .box ul li.dis { opacity: 0.4 }
.homepricecover .box .action { text-align: center; }
.homepricecover .box .action .primary-btn {
  padding: 13px 25px;
  font-size: 15px;
}
/*.homepricecover .box .action .primary-btn {padding: 13px 20px;font-size: 15px;}*/
.homepricecover .box ul li:before  { content: "\f00c"; font-family: "Font Awesome 5 Free"; font-weight: 900; color: #355CEC; position: absolute; left: 0; top: 0 }
.homepricecover .box.midbox { background:#355CEC url("../images/bluebg.png") no-repeat center bottom; background-position: center 550px; color: #fff; position: relative;  }
.homepricecover .box.midbox .planname,
.homepricecover .box.midbox .price,
.homepricecover .box.midbox .price span,
.homepricecover .box.midbox ul li { color: #ffffff; }
.homepricecover .box.midbox ul li:before,
.homepricecover .box.midbox p { color: #FFE44F; margin-bottom: 0 }
.homepricecover .box.midbox .transbg { padding: 15px; position: relative; margin-bottom: 20px }
.homepricecover .box.midbox .transbg:before { content: ''; position: absolute; left: 0; right: 0; bottom: 0; top: 0; background: linear-gradient(102.82deg, #FFFFFF 2.43%, rgba(255, 255, 255, 0) 98.28%);
opacity: 0.3; backdrop-filter: blur(100px); border-radius: 20px; }
.homepricecover .box.midbox ul { margin-left: 20px; }
.number-products i.fa-check {
    padding: 0 12px 0 0;
    color: #37ba32;
}
.form-signup-popup-sellon {
    position: absolute;
    z-index: 99;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.number-products {
    padding: 20px 0 0; font-size: 12px;
}
.homepricecover .box.midbox i {
    color: #ffe44f;
}
.see-features-link {
    padding: 20px 0;
    text-align: center;
}
.see-features-link a {
    color: #355CEC;
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: 500;
}
.see-features-link {color: #3090ff;font-size: 18px;letter-spacing: 1px;padding: 40px 0 10px;}
.offerbadge { position: absolute; right: -30px; top: -30px; width: 100px; height: 100px; background: #FFE44F; border-radius: 100%; font-size: 16px; font-weight: 600; color: #000; text-align: center; display: flex; align-items: center; padding: 10px; z-index: 1 }
.offerbadge:before { left: 5px; right: 5px; top: 5px; bottom: 5px; border: 1px dashed #999999; }
.quesbox { flex: 0 0 50%; max-width: 50%; margin-bottom: 10px; }
.quesbox h3 { margin-bottom: 12px; line-height: 1.6; font-family: 'Roboto', sans-serif; font-weight: 700; color: #000 }
.quesbox p { font-size: 16px; font-weight: 400; line-height: 1.9; color: #000; letter-spacing: 0.05em; }
.speakbox { background: #355CEC url("../images/speakbg.png") no-repeat right bottom; padding: 40px; color: #fff; display: flex; align-items: center; border-radius: 10px; box-shadow: 0px 0px 60px rgba(221, 226, 238, 0.7); }
.speakbox .desc { flex: 1; padding-right: 50px; }
.speakbox .desc h3 { font-size: 36px; font-weight: 700; color: #ffffff; margin-bottom: 15px; letter-spacing: 0.03em; }
.speakbox .desc p { font-size: 16px; font-weight: 400; line-height: 1.5 }
.speakbox .desc a { color: #fff; font-weight: 400; margin-right: 30px; }
.speakbox .desc a svg { width: 24px; height: 24px; vertical-align: middle; margin-top: -5px; margin-right: 16px; }
.speakbox .bookdemo { flex: 0 0 160px; max-width: 160px; text-align: center; }
.speakbox .bookdemo span { font-family: 'Roboto', sans-serif; font-weight: 500; letter-spacing: 0.05em; color: #FFFFFF; }
.speakbox .bookdemo .imgbox { width: 80px; height: 80px; overflow: hidden; border-radius: 100%; border:3px solid #fff; margin: 0 auto 10px }
.speakbox .bookdemo .imgbox img { width: 100%; height: 100%; object-fit: cover; }
.speakbox .bookdemo a { margin-top: 10px; }

.freestorebox { background: #355CEC url("../images/speakbg.png") no-repeat right bottom; color: #fff; display: flex; border-radius: 10px; box-shadow: 0px 0px 60px rgba(221, 226, 238, 0.7); }
.freestorebox .desc { flex: 1; padding: 40px; }
.freestorebox .desc h3 { font-size: 42px; font-weight: 700; color: #ffffff; margin-bottom: 15px; letter-spacing: 0.05em; line-height: 1.4 }
.freestorebox .desc h4 { font-size: 22px; font-weight: 600; color: #ffffff; margin-bottom: 15px; letter-spacing: 0.03em; }
.freestorebox .desc p { font-size: 16px; font-weight: 400; line-height: 1.5 }
.freestorebox .imgbox { flex: 0 0 400px; max-width: 400px; align-self: flex-end; }
.freestorebox .imgbox img{ margin-top: -50px }


#toTop { padding: 0px; color: #000; position: fixed; bottom: 110px; right: 30px; display: none; line-height: 32px; text-align: center; width: 40px; height: 40px; z-index: 99; cursor: pointer; }

.footertopblock { padding: 30px 0; }
.fbox { display: flex; margin-bottom: 15px; }
.fbox .icon { flex: 0 0 30px; max-width: 30px; color: #fff; }
.fbox .desc { flex: 1; }
.fbox .desc a { color: #fff; font-weight: 400; display: block; line-height: 1.6; letter-spacing: 0.02em; margin-bottom: 8px; }
.social-block { display: flex; }
.social-block a { color: #fff; width: 30px; height: 30px; text-align: center; line-height: 30px; margin-right: 10px; }
.copyright-footer .textwidget.custom-html-widget {
    display: block; text-align: center;
}
.copyright-footer .textwidget.custom-html-widget .imgbox { margin-bottom: 15px }
.copyright-footer .textwidget.custom-html-widget img {
    max-width: 200px;
}
/* popup maker modal */
#bookModal .modal-dialog { width: 96%; max-width: 802px; margin-top: 100px; }
#bookModal .modal-content { box-shadow: none; border-radius: 10px; border:0; }
#bookModal .modal-body, .bookbox { padding: 0; display: flex; flex-wrap: wrap; border-radius: 10px; outline: 0 !important; }
#bookModal .desc {flex: 1;padding: 25px 28px 15px;}
#bookModal .desc h2 {font-size: 24px;line-height: 1.5;margin-bottom: 0;letter-spacing: 0.02em;}
#bookModal .desc p {font-size: 14px;letter-spacing: 0.02em;line-height: 1.9;padding-bottom: 10px;color: #343434;}
.signup-plans {display: flex;}
#bookModal p:empty {display: none;}
.demo-store-box {background: #f6f6f6;border-radius: 10px;padding: 15px 10px;margin-right: 20px;display: flex;flex-direction: column;text-align: center;}
#bookModal .demo-store-box p {font-size: 13px;line-height: 22px;}   
.whatapp-signup-img{padding: 0; margin: 0; text-align: center;}
#bookModal .desc p strong { font-weight: 600; display: block; color: #343434; }
#bookModal .action {margin-top: 20px;float: right;margin-top: auto;}
#bookModal .action a + a { margin-left: 20px; }
#bookModal .action .note {font-size: 12px;font-weight: 400;color: #343434;opacity: 1;display: block;margin-top: 5px;}
#bookModal .action .primary-btn {padding: 0;font-size: 12px;font-weight: normal;height: 25px;display: flex;align-items: center;justify-content: center;margin-top: 5px;}
#bookModal .demo-store-box .action .primary-btn {
    padding: 0;
    font-size: 12px;
    font-weight: normal;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 135px;
    margin: 5px auto 0;
}
#bookModal .imgbox { flex: 0 0 325px; max-width: 325px; position: relative; background: url("../images/bookdemobg.png") no-repeat left bottom; }
#bookModal .imgbox img {margin-top: -67px;max-width: initial;position: relative;z-index: 2;}
#bookModal .imgbox img.arrowimg {position: absolute;right: -110px;bottom: 40px;margin: 0;}
.live-store-box {background: #ffe25f;padding: 15px 25px;border-radius: 10px;}
.live-store-box h3 {font-size: 16px;margin: 0;letter-spacing: 0;text-align: center;}
#bookModal .live-store-box p {font-size: 13px;letter-spacing: 0;text-align: center;line-height: 22px;}
#bookModal .demo-store-box p strong {display: inline-block;}
#bookModal .imgbox span { position: absolute; left: -35px; right: 0; top: 0; bottom: 0; overflow: hidden; z-index: 1; border-radius: 10px }
#bookModal .imgbox span:before { content: ''; position: absolute; left: 20px; top: -20px; width: 300px; height: 300px; background: #355CEC; border-radius: 30px; transform: rotate(10.04deg); }
.pum-content.popmake-content,
.pum-theme-lightbox .pum-container { outline: none !important;  }
.pum-content + .pum-close {
    color: #000000 !important;
    top: 12px !important;
    right: 15px !important;
}
.bookdemotop {
    position: fixed;
    right: 70px;
    top: -100%;
    z-index: 2;
    transition: top 2s ease-in;
    transform: rotate(5deg);
  animation-name: rotate-container;
  animation-delay: 2.33s;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  transform-origin: 50% 0%;
  animation-timing-function: ease-in-out;
}
.bookdemotop img { transform: rotate(-5deg);
  animation-name: rotate;
  animation-delay: 3s;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  transform-origin: 50% 0%;
  animation-timing-function: ease-in-out; }
.bookdemotop.aos-animate { top: 0; }
@keyframes rotate {
  0% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(5deg);
  }
}
@keyframes rotate-container {
  0% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(-5deg);
  }
}
/* popup  modal end */

.topbar { background: #FEEE94; text-align: center; font-size: 14px; color: #000; letter-spacing: 0.05em; padding: 4px 15px; }
.topbar .primary-btn { font-size: 14px; line-height: 1.2; padding: 5px 17px; margin-left: 15px; }
.topbar .primary-btn:hover, .topbar .primary-btn:focus { transform: translateY(0px) }
.sellonline { padding-bottom: 30px }
.slick-list.draggable { padding-top: 50px !important; padding-bottom: 50px !important; }
.slick-track { display: flex;}
.sellcover .item { padding: 0; margin-right: 30px; width: auto !important; }
.sellcover .box { box-shadow: 0px 0px 60px rgba(221, 226, 238, 0.7); background: #ffffff; border-radius: 5px; padding: 21px; }
.sellcover .box span {
    border-radius: 5px;
    margin-bottom: 14px;
    width: 423px;
    display: block;
    background: #ccc;
    text-align: center;
}
.sellcover .box span img {
    max-height: 312px;
    margin-top: -45px;
    display: inline-block;
}
.sellcover .box, .sellcover .box a { font-weight: 500; font-size: 22px; line-height: 30px; color: #343434; }
.sellcover .box strong, .sellcover .box a strong { font-weight: 400; display: block; }

.innerbannernew h4 { font-weight: 500; font-size: 18px; line-height: 1.5; letter-spacing: 0.3em; text-transform: uppercase; color: #000000; margin-bottom: 12px }
.innerbannernew h1 { font-size: 58px; line-height: 1.21; font-weight: 700; margin-bottom: 20px;  }
.innerbannernew p { letter-spacing: 0.05em; color: #000000; }
.graybg { background:#EBF1FE; }

.sellcontentcover { margin-bottom: 80px }
.sellcontentcover .flex-row + .flex-row { margin-top: 60px; }
.sellcontentcover .box .iconbox { margin-bottom: 26px; height: 60px; display: flex; align-items: flex-end; }
.sellcontentcover .box h3 { color: #343434; margin-bottom: 7px; }
.sellcontentcover .box p { margin-bottom: 0; color: #343434; font-size: 16px; line-height: 1.9 }

.sellcontent2 h3 { margin-bottom: 12px; }
.sellcontent2 h3 strong { display: block; }
.sellcontent2 p { font-size: 16px; color: #343434; line-height: 1.9 }
.sellcontent2 p:last-child { margin-bottom: 0 }

.newsection.temelist { clear: both; padding: 0 }
.temelist .container-fluid { padding: 0 60px; }
.temelist .col-sm-4 { padding: 0 30px; }
.temelist .box { margin-bottom: 30px; }
.temelist .box .imgbox { background-size: 100% auto; background-position: 100% 0; transition: all 0s ease-in-out; box-shadow: 0 3px 10px rgba(0,0,0,.1)}
.temelist .box .imgbox:hover { background-position: 100% 100%; transition: all 7s ease-in-out;}
.temelist .box .imgbox a { display: block; padding-bottom: 120% }
.temelist .box .desc a { display: block; padding:20px 0; font-size: 20px; font-weight: 500; color: #000; text-align: center; }
.temelist .note-msg { text-align: center; font-size: 16px; font-weight: 500; }

.single-store-themes .site,
.page-template-page-theme-detail .site { padding-top: 0 }
.theme-detailone.newsection { background: #EBF1FE; padding: 140px 0 0; }
.theme-detailone .desc,
.theme-detailone .imgbox { flex: 0 0 50%; max-width: 50%; }
.theme-detailone .desc { align-self: center; }
.theme-detailone h1 { font-size: 58px; margin-bottom: 20px; }
.theme-detailone .desc p { font-size: 16px; color: #000; font-weight: 300; }
.theme-featuresec.newsection { padding: 140px 0 0px; }
.theme-featuresec .col-md-4 { margin-bottom: 90px; }
.theme-featuresec .box { box-shadow: 0px 0px 60px rgba(221, 226, 238, 0.7); border-radius: 20px; padding: 30px; height: 100% }
.theme-featuresec .box .iconbox { background: #FFE44F; width: 100px; height: 100px; border-radius: 100%; display: flex; justify-content: center; align-items: center; margin-top: -72px; margin-bottom: 26px; }
.theme-featuresec .box h3 { font-size: 20px; margin-bottom: 10px; letter-spacing: 0.03em; line-height: 1.8; }
.theme-featuresec .box p { font-size: 16px; line-height: 1.9; margin-bottom: 0; }
.theme-detail h2 { font-size: 36px; font-weight: 600; letter-spacing: 0.03em; line-height: 1.5; margin-bottom: 20px; }
.theme-detail ul { margin: 0 0 40px; padding: 0; }
.theme-detail ul:last-child { margin-bottom: 0 }
.theme-detail ul li { margin: 0; padding: 16px 0 16px 40px; list-style-type: none; position: relative; }
.theme-detail li:before { content: ''; width: 16px; height: 16px; position: absolute; left: 0; top: 22px; background: url(../images/tick.png) no-repeat left top; }



/* New Blog Pages */
.newblogpage img{height: auto;}
.newblogpage p:empty, .newblogpage h3:empty{display: none;}
.newblogsec h3 { line-height: 1.4; margin-bottom: 17px; font-family: 'Roboto', sans-serif; }
.newblogsec, .newblogsec div, .newblogsec p { font-size: 16px; line-height: 1.9; letter-spacing: 0.05em; }
.newblogsec p { padding: 0; margin-bottom: 30px; }
.newblogsec p:last-child { margin-bottom: 0 }
.newblogbanner h4 { font-weight: 500; text-transform: uppercase; letter-spacing: 0.3em; color: #000; line-height: 1.5; font-size: 18px; }

.post-template-single-newblogdesign .footertopblock .container,
.single-builderfly-blog .footertopblock .container { max-width: 1226px; padding: 0 15px; }

.post-template-single-newblogdesign .footertopblock .footer-reg-title + a { margin-top: 15px; }

.builderfly-new-blog-list { padding: 60px 0 0 }
.builderfly-new-blog-list .box { margin-bottom: 50px }
.builderfly-new-blog-list .imgbox { margin-bottom: 12px; }
.builderfly-new-blog-list .imgbox a { display: block; }
.builderfly-new-blog-list .desc a { font-size: 22px; font-weight: 600; color: #000; letter-spacing: 0.03em; line-height: 1.4; }

.newblogbanner { padding: 60px 0; }
.newblogbanner .flex-row { flex-direction: row-reverse; align-items: center; }
.newblogbanner h1 { font-size: 58px; margin-bottom: 20px; letter-spacing: 0.03em; }
.newblogbanner p { line-height: 1.67; padding-bottom: 25px; }
.newblogbanner p:last-child { padding-bottom: 0 }
.newblogbanner h3 { font-weight: 500; text-transform: uppercase; letter-spacing: 0.3em; color: #000; }

.newblogsec { padding: 60px 0; position: relative; }
.newblogsec.bloggraybg { margin: 60px 0; background: #EBF1FE; position: relative; overflow: hidden; }
.newblogsec.bloggraybg::before, .newblogsec.bloggraybg::after { content: ''; width: 36%; padding-bottom: 36%; border-radius: 100%; background: #D9E4FD; position: absolute; left: 0%; top: 50%; transform: translate(-40%, -50%); z-index: 0; }
.newblogsec.bloggraybg::after { left: auto; right: 0; transform: translate(60%, -60%); width: 62%; padding-bottom: 62%; }
.newblogsec.bloggraybg .col6 { margin-bottom: 30px; }
.newblog-whitebox  {background: #FFFFFF; border: 1px solid #DDDDDD; border-radius: 10px; padding:38px; color: #000; height: 100%; position: relative; z-index: 1 }
.newblogsec.bloggraybg .container-small { position: relative; z-index: 1 }
.newblogsec.bloggraybg h2 + p { margin-bottom: 40px !important; }

.descitem-cover { counter-reset: item; } 
.descitem { padding-left: 80px; position: relative; margin-bottom: 30px; }
.descitem:last-child { margin-bottom: 0 }
.descitem::before { counter-increment: item; content: counter(item); font-size: 48px; font-weight: 700; letter-spacing: 0.05em; color: #000; opacity: 0.2; position: absolute; left: 0; top: 0; line-height: 1; }
.descitem:nth-child(-n+9):before {
    content: '0'counter(item);
}
.descitem h3 { margin-bottom: 10px; }
.blogsecleftimg { position: absolute; left: 0; bottom: -60px; z-index: -1 }
.blogcolorbg { background: #FFE9E2; margin: 60px 0 }
.newblogsec.bloggraybg + .blogcolorbg { margin-top: -60px; }


.newblogfaqsec h2 { position: relative; }
.newblogfaqsec h2::before { content: 'FAQs'; color: #121212; opacity: 0.06; position: absolute; right: -150px; top: 200px; font-size: 160px; transform: rotate(-90deg); }
.newblogfaqsec .descitem { border-bottom: 1px solid rgba(0,0,0,0.4); padding-bottom: 30px; }
.newblogfaqsec .descitem:last-child { border-bottom: 0px; padding-bottom: 0px; }
.newblogfaqsec .descitem::before { font-size: 40px; font-weight: 600; letter-spacing: 0; opacity: 0.34; top: 5px; }
.newblogfaqsec .descitem h3 { margin-bottom: 10px; font-size: 36px; line-height: 1.2; background: url("../images/faqarrow.svg") no-repeat right 10px; padding-right: 70px; }
.newblogfaqsec.newblogsec .descitem div { opacity: 0.5; }
.newblogfaqsec.newblogsec .descitem p { margin-bottom: 15px }
.newblogsec ul{padding: 0 0 30px;}
.newblogsec ol {
    padding: 0 0 30px 20px;
}
.newblogsec ol li {
    padding: 0 0 10px;
}
.newblogsec ul li { list-style-type: none; position: relative; padding: 0 0 10px 36px; display: flex; }
.newblogsec ul li:last-child { padding-bottom: 0 }
.newblogsec ul li::before { content: "\f00c"; font-family: "Font Awesome 5 Free"; font-weight: 900; position: absolute; width: 24px; left: 0; top: 0; color: #37BA32; font-size: 18px; }
.newblogfaqsec .descitem ul { margin-bottom: 15px; } 
.newblogfaqsec .descitem ul li { padding-left: 25px; line-height: 1.5; }
.newblogfaqsec .descitem ul li::before { content: ''; width: 12px; height: 12px; background: rgba(0,0,0,0.7); border-radius: 100%; top: 5px; }

.blogroundedimg { border: 2px dashed #807571; max-width: 414px; margin: 0 auto; position: relative; border-radius: 100%; }
.blogroundedimg::before { content: ''; display: block; padding-bottom: 100%; }
.blogroundedimg::after { content: ''; background: radial-gradient(#355CEC 50%, transparent 60%), radial-gradient(#37BA32 50%, transparent 60%), radial-gradient(#FFE44F 50%, transparent 60%);
background-size: 30px 30px, 18px 18px, 18px 18px; background-position: 7px 25%, 76px 93%, 98.5% 50%; position: absolute; width: 104%; height: 100%; top: 0; background-repeat: no-repeat; z-index: 1; }
.blogroundedimg span { position: absolute; left: 30px; top: 30px; right: 30px; bottom: 30px; border-radius: 100%; overflow: hidden; z-index: 2 }
.blogroundedimg span::before { content: ''; position: absolute; left: 0px; right: 0px; top: 0px; bottom: 0px; background: url("../images/roundimgborder.svg") no-repeat center center }
.blogroundedimg span img { width: 100%; height: 100%; object-fit: cover; }

/*/ price page 4-1-22 /*/
.popular-img { top: -17px; }
.plan-box::after { content: none;}
.create-store-btn a.btn-primary,
.create-store-btn a.btn-primary:hover, .create-store-btn a.btn-primary:focus,
.billed-btn-block a { background: #355CEC }
.create-store-btn a.btn-success,  
.billed-btn-block a.btn-success { background: #37BA32 !important} 
.phone-block a { color: #343434; }
/*/ price page 4-1-22 end /*/

/*New price page Design*/

.price-top-section {padding: 90px 0 32px;text-align: center;position: relative;z-index: 0;}
.price-top-section h1, .price-top-section p {max-width: 1650px;margin-left: auto;margin-right: auto;margin-bottom: 20px;font-size: 56px;color: #000;}
.price-top-section h1{letter-spacing: 2px;}
.price-top-section p {font-size: 22px;font-weight: 400;line-height: 30px;padding-bottom: 35px;}

.plan-price-feature {display: none;padding-right: 30px;}
.plan-name {display: flex;justify-content: space-between;box-shadow: 0px 0px 60px rgba(221, 226, 238, 0.7);border-radius: 10px;padding: 18px 36px 19px 45px;cursor: pointer;
margin: 0 0 20px;position: relative;}
.plan-list .plan-name{padding: 10px 15px 10px 60px}
.plan-name h3 {margin: 0;font-size: 22px;font-weight: 400;line-height: 30px;}
.popular-img {position: absolute;top: -14px;right: 10px;text-align: center;text-transform: capitalize;z-index: 1;}
.popular-img img {height: 64px;}
.popular-img span {position: absolute;top: 14px;left: -3px;font-size: 12px;display: flex;flex-direction: column;width: 100%;font-weight: 400;line-height: 16px;color: #fff;}
.popular-img span strong {font-weight: 500;letter-spacing: 1px;}
.plan-left input {width: 100%;height: 100%;position: absolute;top: 0;left: 0;opacity: 0; z-index: 9;}
.text-capitalize{text-transform: capitalize;}
.plan-name.price-blue-box{background: #355CEC;}
.plan-name.price-blue-box h3, .plan-name.price-blue-box p span{color: #fff;}
.plan-name.price-blue-box .plan-price sup, .plan-name.price-blue-box .plan-price .product-price, .plan-name.price-blue-box .plan-price .month-label-price{color: #fff;}

.plan-left {padding-top: 0px;}
.plan-left input + label {font-size: 0;position: relative;background: #fff;width: 20px;height: 20px;border: 1px solid #D9D9D9;padding: 5px;position: absolute;left: 12px;top: 25px;
border-radius: 100%;display: flex;align-items: center;justify-content: center;}
.plan-list .plan-left input + label{left: 22px; top: 25px;}
.plan-left input:checked + label::before {content: "";width: 8px;height: 8px;border-radius: 100%;background: #355CEC;display: flex;}
.plan-name h3 {margin: 0;font-size: 20px;font-weight: 400;line-height: 30px;}
.plan-left p {padding: 0;}
.plan-name p span {font-size: 16px;color: #355CEC;}
.plan-right {text-align: right; padding-top: 10px;}
.plan-head-btn{text-align: right; padding-top: 10px;}
.plan-head-btn .buy-nw {
    background: #37BA32;
    padding: 11px 32px;
}
.reverse-column-block {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}
.plan-price sup {top: -10px;font-size: 18px;color: #666;}
.plan-price .product-price {font-size: 28px;color: #000;font-weight: 500;}
.plan-price .plan-label-price sup {top: -18px;color: #000;font-size: 24px;left: 0px;}
.plan-price .month-label-price {font-weight: 300;font-size: 10px;color: #666;padding-left: 0;text-transform: capitalize;font-style: normal;}
.plan-right .special-price {font-size: 28px;color: #b9b9b9;padding: 0;position: relative;font-weight: 500;margin-right: 5px;padding: 0 2px;}
.plan-right .special-price::before {content: "";height: 2px;background: #355CEC;width: 100%;border-radius: 10px;position: absolute;left: 0;top: 6px;}
.plan-right p {font-size: 12px !important;font-style: normal;letter-spacing: 0;line-height: 18px;display: flex; color: #666 !important; justify-content: flex-end;align-items: center; padding: 0;}

.popular-img.limited-offer-img {top: -10px; right: -15px;}
.popular-img.limited-offer-img img {height: auto; max-width: 50px;}
.price-img {padding: 10px 0 0;max-width: 320px;margin-top: -60px;}
/*.digital-marketing-package .price-img{margin-top: 0;}*/
.digital-marketing-package .plan-features ul li {
    padding: 7px 0;
    font-size: 18px;
    text-transform: capitalize;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.digital-marketing-package .plan-features ul li span {
    color: #37BA32;
    font-size: 16px;
    padding: 0 0 0 5px;
    margin-left: auto;
    display: flex;
    align-self: flex-start;
}
.digital-marketing-package .plan-features ul li em {
    font-size: 13px;
    display: flex;
    padding-left: 40px;
    font-style: normal;
     width: 100% !important; 
}
.digital-marketing-package .plan-features ul li span {
    color: #37BA32;
    font-size: 16px;
    padding: 0 0 0 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.digital-marketing-package .plan-features ul li span em {
    width: 100%;
    font-size: 11px;
    justify-content: flex-end;
}
.digital-marketing-package .plan-price .month-label-price{font-size: 14px;}
.digital-marketing-package .plan-left {
    padding-top: 5px;
}
.speak-consult-price {background: #fff;box-shadow: 0px 0px 60px rgba(221, 226, 238, 0.7);border-radius: 5px;padding: 30px;font-size: 14px;}
.speak-img-box {display: flex;justify-content: space-between;padding: 0 0 20px;}
.consult-no {display: flex;flex-direction: column;}
.consult-no span {padding: 4px 0 1px 0;}
.consult-no span i {transform: rotate(90deg);padding: 4px;}
.speak-consult-price h3 {margin: 0;font-size: 26px;padding: 0 0 3px;}
.speak-consult-price p {font-size: 14px;}
.blue-btn{background: #355CEC; font-size: 18px; color: #fff;}

.plan-features {box-shadow: 0px 0px 20px rgba(221, 226, 238, 0.5);border-radius: 10px; }
.plan-head {padding: 13px 30px;border-bottom: #f2f2f2 solid 2px;margin: 0 0 20px;display: flex;align-items: center;justify-content: space-between;}
.plan-head h3 {margin: 0;font-size: 26px;}
.plan-head button {padding: 11px 32px;font-weight: 400;}
.plan-features h4, .plan-features ul {padding: 0 30px 14px;margin: 0;list-style: none;font-size: 20px;text-transform: uppercase;}
.plan-features ul{padding: 0 35px 20px;}
.plan-features ul li {padding: 7px 0;font-size: 18px;text-transform: capitalize;}
.plan-features ul li i {padding: 0 22px 0 0;}
.plan-features ul li span {color: #37BA32;font-size: 16px;padding: 0 0 0 5px;}

@media screen and (max-width:1023px){
    .price-img{display: none;}
    .speak-consult-price{display: none;}
    .plan-price-feature{padding-right: 0; }
    .reverse-column-block{display: block;}
    .plan-head-btn {text-align: right;padding-top: 0;padding-bottom: 30px;}
    .price-top-section p {padding-bottom: 0;}
}
@media screen and (max-width:767px){
    .price-top-section {padding: 40px 0 20px;}
    .price-top-section h1 {font-size: 32px;}
    .price-top-section p {font-size: 14px;line-height: 24px;padding-bottom: 0;}
    .popular-img {max-width: inherit;right: 0;top: -8px;left: auto;}
    .popular-img span {top: 14px;}
    .plan-name{flex-direction: column;}
    .plan-right {text-align: left;}
    .plan-head{flex-direction: column;}
    .plan-head button {margin: 15px 0 0;}
    .digital-marketing-package .plan-features ul li span{font-size: 12px;}
    .digital-marketing-package .plan-features ul li {font-size: 16px;align-items: flex-start;padding-left: 30px;position: relative;}
    .digital-marketing-package .plan-features ul li i {padding: 7px 22px 0 0;font-size: 12px;  position: absolute;  left: 0;}
    .digital-marketing-package .plan-features ul li em{padding-left: 0;}

}

/*End New price page Design*/
.partner-plan .price-top-section { margin-bottom: 52px; }
.partner-plan .price-top-section p { margin-bottom: 0;}
.partner-plan .plan-left { padding-top: 0px; }
.partner-plan .plan-left input + label { top: 34px;}
.partner-plan .plan-left input:checked + label::before { position: absolute;}
.partner-plan .plan-name { padding: 32px 16px 32px 64px;}
.partner-plan .plan-name.active { border: 1px solid #355CEC; }

.partneraction { padding: 34px 0 40px; border-bottom: 1px solid rgba(0,0,0,0.1); margin-bottom: 40px; }
.partner-plan h3 { font-size: 26px; line-height: 1.5; margin-bottom: 10px; }
.partner-plan .plan-name h3 { margin: 0; font-weight: 400; line-height: 30px; }
.partner-plan p { font-size: 14px; line-height: 1.8; padding-bottom: 20px; opacity: 0.8; }
.partner-plan .price-top-section p {
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    padding-bottom: 35px;
}
.partner-plan h4 { font-size: 22px; margin-bottom: 12px; }
.partner-plan ul { padding: 0; list-style: none; margin-top: 20px; }
.partner-plan ul li { font-size: 14px; display: flex; align-items: center; }
.partner-plan ul li i { color: #3090ff; font-size: 20px; padding: 0 22px 0 0; }

@media screen and (max-width:767px){
.partner-plan .plan-name h3 { font-size: 18px; }
.partner-plan h4 {line-height: 1.5; }
.partner-plan .form-inline { display: flex; }
.partner-plan .form-inline button { white-space: nowrap; margin-left: 10px; }
}

/* free consultation popup css  */
.freeformbox { border-radius: 10px; padding: 10px; }
.freeformbox .title { background: #FFE44F; border-radius: 10px 10px 0 0; text-align: center; padding: 30px 10px; }
.freeformbox .title h1 { font-size: 42px; line-height: 1.2; margin-bottom: 12px; font-weight: 700; }
.freeformbox .title p { font-size: 20px; padding: 0; margin: 0; line-height: 1; }
.freeformbox .boxdesc { background: #355CEC; border-radius: 0 0 10px 10px; display: flex; align-items: flex-end; }
.freeformbox .boxdesc &gt; div { flex:1 }
.freeformbox .imgbox { margin-top: -40px; }
.freeformbox .boxdesc .desc { flex: 0 0 372px; max-width: 372px; padding: 30px 30px; }
.freeformbox .desc h2 { font-size: 24px; font-weight: 600; line-height: 1; color: #fff; margin-bottom: 14px; letter-spacing: 0; }
.freeformbox .desc p { font-size: 14px; line-height: 1.5; color: #fff; letter-spacing: 0; margin-bottom: 20px; padding: 0; }
.freeformbox .free-consultation-form .form-group { margin-bottom:12px }
.freeformbox .free-consultation-form .consultation-btn { margin-bottom:0 }
.freeformbox input::-webkit-outer-spin-button,
.freeformbox input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.freeformbox input[type=number] { -moz-appearance: textfield;  }
.freeformbox div.wpcf7 .ajax-loader { display:none; }
.freeformbox .form-control { font-size:16px; font-weight:400; border-radius:5px; height: 46px }
#popmake-13748 .pum-content + .pum-close { font-family: 'Poppins', sans-serif; font-weight: 400; right: 22px !important; top: 14px !important; }
.freeformbox .wpcf7-response-output {  display: none !important;}
.freeformbox .wpcf7-form-control-wrap { display: block;}
.freeformbox .intl-tel-input + span.wpcf7-not-valid-tip, .freeformbox .wpcf7-not-valid-tip,
.freeformbox .form-control + span { position: absolute; background: red; right: 0; bottom: -16px; color: #fff; padding: 3px 10px; font-size: 13px; border-radius: 5px; }
.page-template-page-free-consultation #pum-13748 { display: none !important; }
.grecaptcha-badge { display: none; }

@media screen and (max-width:767px){
.freeformbox .title h1 { font-size: 24px;}
.freeformbox .title p { font-size: 16px;}
.freeformbox .boxdesc { flex-wrap: wrap; }
.freeformbox .boxdesc &gt; div { flex: 0 0 100%; }
.freeformbox .boxdesc .desc { flex: 0 0 100%; max-width: 100%; padding: 30px 20px; }
.freeformbox .imgbox { display:none; }
}


/* ------- price block and menu changes hide -------*/
.hide-price-menu-overseas .pricing-menu{display: none;}
.hide-price-menu-overseas .resources-menu{margin-left: auto;}
.sell-section.homepricecover {display: none;}


   
</pre></body></html>