/* commun css */
.container{width:100%; max-width:1170px; margin:0px auto;}

h1{font-size:48px; font-weight:600; line-height:60px;}
h2{font-size:36px; font-weight:600; line-height:52px;}
h3{font-size:22px; line-height:32px; font-weight:600;}
h4{font-size:20px; font-weight:500; line-height:28px;}
p{font-size:15px; line-height:24px; font-weight:500; color: #212121;}

.imageBox{display:flex;}
.lightBlue{background-color:#EFF8FF;}
.dot-btn{
	width:172px; height:44px;
	border-radius:24px;
	color:#ffffff;
	font-size:16px; line-height:24px; font-weight:600;
	display:flex; justify-content:center; align-items:center;
	column-gap:6px;
	margin-top:40px;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	transition:all 0.5s;
}
.dot-btn:hover{transform:scale3d(1.1, 1.05, 1.03);transition:all 0.5s;}
.grid2{display:grid; grid-template-columns:49% 49%; gap:2%;}
.grid3{display:grid; grid-template-columns:32% 32% 32%; gap:3%;}
.grid4{display:grid; grid-template-columns:24% 24% 24% 24%; gap:0.5%;}
.lineLi{display:flex; align-items:center; justify-content:center;}
.lineLi span.lineSpan{width:1px; height:20px; background-color: #6b7280;}
.black{color:#212121;}
/* header */
.headerMain{
	background: #fff;
	width:100%;
	z-index:100;
	position:fixed; top:0; left:0;
	background:linear-gradient(172deg, #FFFAE6 31.71%, #A6D8FF 87.32%);
	border-bottom:1px solid #166DB7;
	box-shadow:0px 4px 4px rgba(29, 140, 242, 0.26);
}		
.headerMain .headerTop{
	display:flex;
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between; align-items:center;
	padding:15px 0;
	height:72px;	
}
.logoHome a{display:flex;}
.navbarHome{width:88%;}
.navbarHome .menuHome{display:flex; align-items:center; justify-content:space-between;}
.navbarHome .menuHome ul{
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.navbarHome .menuHome ul li a{
	color: #212121;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	padding: 0px 26px;
	transition: all 0.5s;
}
.headerMain .headerTop .navbarHome .menuHome ul li a:hover{color:#1068B2;}
.navbarHome .menuHome .menuBtnhome{
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 18px;
	padding: 12px 0px 12px 0px;
}

.navbarHome .menuHome .menuBtnhome li a{
	font-size:15px; line-height:24px; font-weight:600;
	border-radius:40px;
	padding:8px 16px;
	height:42px;
	box-shadow:0px 4px 4px rgba(0, 0, 0, 0.25);
	transition:all 0.5s;
}
.headerMain .headerTop .navbarHome .menuHome ul li.btn a:hover{transform:scale3d(1.1, 1.05, 1.03);transition:all 0.5s;}
.headerMain .headerTop .navbarHome .menuHome ul li.btn.signUpBtn a{
	background:linear-gradient(172.81deg, #FFFFFF -7.48%, #FFDF64 82.4%, #FFCB05 117.6%);
	border:1px solid #FFCB05;
	color:#212121;
}
.headerMain .headerTop .navbarHome .menuHome ul li.btn.loginBtn a{background:#012748; border:1px solid #1068B2; color:#ffffff;}

/* responsive menu icon*/
.navbar-btn{display:none;}

/* hero banner section  */
.heroBannerMain{padding:48px 0px;}


/* ============
wogom home page css 
===============*/
.heroBannerMain.grediant{
	width:100%;
	background:linear-gradient(180deg, #B6DEFF 60%, #FFFAE6 100%);
	text-align:center;
	position:relative;
}
.heroBannerMain.grediant h1{font-weight:400;}
.heroBannerMain.grediant h1 span{font-weight:700; text-decoration:underline;}
.heroBannerMain.grediant .authorized p {
	font-size: 20px;
	line-height: 32px;
	color: #212121;
	font-weight: 300;
}

.authorized {
	padding-top: 59px;
}

.authorized ul{
	display:flex; justify-content:center; align-items:center;
	padding:64px 0px;
}
.authorized ul li{
	display:flex; justify-content:center; align-items:center;
	flex-wrap:wrap;
	width:14%;
}
.authorized ul li img{width:60px;}
.authorized ul li span{
	font-size:14px;
	line-height:24px;
	color:#212121;
	font-weight:300;
	display:block;
}

.heroBannerMain.grediant:before{
	content: "";
	position:absolute; left:75px; top:16%;
	width:349px; height:349px;
	background-image:url(../images/retailer.png);
	background-repeat:no-repeat;
	display:none;
}
.heroBannerMain.grediant:after{
	content: "";
	position:absolute; right:40px; top:20%;
	width:346px; height:330px;
	background-image: url(../images/seller.png);
	background-repeat: no-repeat;display:none;
}
.hyperLocalSection{
	background:linear-gradient(180deg, #FFFAE6 0%, #E8F1EE 23%, #D1E8F6 69%, #1068B2 100%);
}
.hyperLocal{
	display:grid;
	grid-template-columns:78% 22%;
	padding:14px 0px 170px 0px;
}
.hyperloaclText h2{font-size:46px;line-height:70px;color:#212121;font-weight:300;}
.hyperloaclText h2 .source{color:#1068B2;font-weight:700;width:70%;}
.hyperloaclText ul{display:flex;justify-content:flex-start; align-items:center;flex-wrap:wrap;row-gap:48px;
column-gap:36px;width:100%;padding:24px 0px 0px 24px;}
.hyperloaclText ul li{display:flex;justify-content:flex-start; column-gap:16px;width:30%;}
span.line{width:4px;height:80px;background:linear-gradient(180deg,#1068B2 0%,#FFCB05 100%);}
.hyperloaclText ul li span label{font-size:36px; line-height:42px; font-weight:500;}
.hyperloaclText ul li span p{font-size:18px;line-height:28px;font-weight:400;padding-top:4px;}
.hyperloaclText ul .growing{width: 100%;}.hyperlocalBtn{display:flex; justify-content:flex-start; align-items:center; column-gap:24px;}
.hyperlocalBtn a{width:auto;color:#1068B2;background-color:#ffffff;border:2px solid #1068B2;transition:all 0.5s;padding:0px 16px;margin-top:24px;}
.hyperlocalBtn .localBtn{color:#ffffff; background-color:#1068B2;}
.hyperloaclImage span{width:299px; height:554px;}.takeCharge{background-color:#1068B2; padding:0px 0px 48px 0px;}
.takeCharge ul{display:flex;justify-content:center;align-items:flex-start;column-gap:25px;position:relative;top:-152px;}
.takeCharge ul li {display:flex;justify-content:center;align-items:center;flex-wrap:wrap;width:25%;
border:1px solid #00000012;height:310px;transition:all 0.5s;}.takeCharge ul li:hover{box-shadow:0px 0px 15px #e8eaee;transform:translateY(-5px);}
.takeCharge ul .mobile-list{padding:16px 0px 0px 0px;}.takeCharge ul .mobile-list .mobile{display:flex;justify-content:center;align-items:flex-end;padding:43px 0px 0px 24px;}
.takeCharge ul li label{font-size:18px;line-height:28px;color:#212121;font-weight:400;text-align:center;}
.powerToday {
	text-align: center;
	margin-top: -128px;
}

.powerToday h2{
	line-height: 64px;
	color: #ffffff;
	font-weight: 300;
	max-width: 72%;
	margin: 0px auto;
}
.powertodayBtn{
	display:flex;
	justify-content:center;
	align-items:center;
	column-gap:30px;
	padding:23px 0px 0px 0px;
}
.powertodayBtn a{
	width:auto;
	color:#1068B2;
	background-color:#ffffff;
	padding:0px 16px;
}
.powertodayBtn .todayBtn{color:#212121; background-color:#FFCB05; border:none;}
.infiniteBox{padding:32px 86px 387px 87px;}
.infiniteBox h2{font-weight:300; max-width:74%; text-align:center; margin:0px auto;}
.infiniteBox h2 span{font-weight:700;}
.unleashingBox {
	width: 100%;
	display: grid;
	grid-template-columns: 47% 53%;
	padding-top: 50px;
}

.unleashingBox ul {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	row-gap: 50px;
}
.unleashingBox ul li{
	display:flex; justify-content:flex-start; align-items:center;
	column-gap:16px;
	width:100%;
}
.unleashingBox ul li span label{font-size:36px; line-height:42px; font-weight:500;}
.unleashingBox ul li span p{font-size:18px; line-height:28px; font-weight:400;padding-top:4px;}
.reliableBox{background-color:#212121; padding:0px 86px 57px 87px;}
.reliableBox ul{
	align-items:center;
	width:100%;
	position:relative; top: -330px;
}
.reliableBox ul li{width:100%; height:432px;transition:all 0.5s;}
.reliableBox ul li:hover{box-shadow:0px 0px 10px #FFCB05;transform:translateY(-5px);}
.reliableBox ul li label{
	font-size:18px; line-height:32px; font-weight:400;
	color:#1B1B1B;	
	width:100%;
	text-align:center;
	padding:6px 0px;
}
.reliableBox ul li p{font-weight:300; padding:14px;}
.mobile-list .mobile{margin-top:-22px;}
.mobile-list p{margin-top:-20px;}
.marketplace{text-align:center; margin-top:-300px;}
.marketplace h3{
	font-size:28px; line-height:42px; font-weight:400;
	font-style:italic;
	color:#ffffff;
	max-width:66%;
	margin:16px auto;
}
.marketplaceBtn{display:flex; justify-content:center; align-items:center; column-gap:48px;}
.marketplaceBtn a{
	width:206px; height:48px;
	color: #212121;
	background-color:#FFCB05;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	box-shadow: 0px 4px 4px #00000044;
	border-radius: 24px;
	transition: all 0.5s;
	display: flex;
	align-items: center;
	justify-content: center;
}
.marketplaceBtn .placeBtn{color:#ffffff; background-color:#1068B2;}

/* facts state */
.facts{padding:0px 0px 45px 0px;}
.facts h2{
	font-size:46px; line-height:52px; font-weight:600;
	text-align:center;display:flex;justify-content:center;align-items:center;column-gap:6px;
	color:#1068B2;
}
.facts h2 .fact{font-weight:700;color:#212121;}
.facts ul{
	display:flex; justify-content:center; align-items:center;
	width:100%;
	flex-wrap:wrap; gap:85px;
	padding-top:46px;
}

.facts ul li{width:28%; text-align:center;}
.facts ul li span:hover img{transform:scale3d(1.1, 1.05, 1.03);transition:all 0.5s;}
.facts ul li .loader{display:flex;justify-content:center;align-items:center;column-gap:3px;}
.facts ul li .loader .count{font-size:40px;line-height:52px;font-weight:600;display:block;}
.facts ul li .loader .factCount{font-size:40px;line-height:52px;font-weight:600;display:block;}
.facts ul li p{font-size:26px;line-height:32px;font-weight:400;}
.transformBusinessSection{background-color:#FFFAE8; padding:45px 0px;}
.transformBusiness{display:grid; grid-template-columns:45% 54%; column-gap:40px;}
.buinessIcon h4{font-size:30px; line-height:40px; padding-bottom:40px;}
.buinessIcon ul{
	display:flex;
	justify-content:space-around;
	align-items:center;
	column-gap: 110px;
	row-gap: 95px;
	flex-wrap: wrap;
}
.buinessIcon ul li{width:40%;text-align:center;transition:all 0.5s;}.buinessIcon ul li:hover{transform:translateY(-5px);}
.buinessIcon ul li label {
	font-size: 20px;
	line-height: 28px;
	color: #212121;
	font-weight: 400;
	padding-top: 18px;
	display: block;
}
.buinessBtn {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap:80px;
	padding:80px 0px 0px 0px;
}

.buinessBtn a{width:220px; color:#212121; background-color:#FFCB05;}
.buinessBtn .termBtn {
	color: #ffffff;
	background-color: #1068B2;
}


/* top footer */
.footertopHome{
	width:100%;
	background-color:#212121;
	display:grid; grid-template-columns:33% 15% 8% auto;
	padding:40px 86px;
	column-gap:5%;
}

.retailer p{font-size:15px;	color:#ffffff; font-weight:400;}
.retailer label{
	font-size:21px; font-weight:600;
	color:#ffffff;
	border-bottom:1px solid #fff;
	margin-bottom:16px;
}
.retailer ul li a {
	font-size: 15px;
	line-height: 24px;
	color: #ffffff;
	font-weight: 400;
	padding-bottom: 8px;
}

.venus {
	font-weight: 700;
}

.retailer .links li a {
	display: flex;
	align-items: flex-start;
	column-gap: 12px;
}

.retailer .links .location a {
	max-width: 80%;
}

/*copyright footer */
.footerHome .footer-bottom .copyRight{padding:2px 0px;}
.footerHome .footer-bottom .copyRight a{display:flex;}
.footerHome .footer-bottom .copyRight a.logo{margin-top:8px;}
.footerHome .footer-bottom .copyRight span{display:flex; align-items:center; gap:12px;}
/*===========
retailer login page
=========== */
.loginPage{
    display:grid; grid-template-columns:58% 41%; grid-gap:1%;
	align-items:center;
    position:relative;
    background-color: rgb(239 248 255); margin:0px; padding:0px;
    height:100vh;
}
.loginPage:before{
	content:"";
	position:absolute; top:0px; left:0px;
	width:591px; height:99px;
	display:inline-block;
	background: url('../images/Untitled.png');
	background-repeat:no-repeat;
	background-position:top left;
	background-size:contain;
}
.loginPage:after{
	content:"";
	position:absolute; bottom:0px; left:0px;
	width:65%; height:65%;
	display:inline-block;
	background: url('../images/sucessfull-businessmen.png');
	background-repeat:no-repeat;
	background-position:bottom left;
	background-size:contain;
	z-index:5000;
}
.imagePart{
	display:grid; grid-template-rows:32% 32% 32%;
	grid-gap:2%;
	padding:36px;
	height:100vh;
}
.imagePart .comunity{
	margin:0px;
	list-style:none;
	display:flex; align-items:center; justify-content:center; gap:48px;
	position:relative;
	z-index:1111;
}
.imagePart .comunity li{
    box-shadow:0 25px 50px -12px rgba(0,0,0,.25);
    background-color: #ffffff;border-radius:24px;
    display:flex; align-items:center; flex-direction:column; justify-content:center;
    padding:12px 32px;
}
.imagePart .comunity li p{
	font-size:16px; line-height:24px; font-weight:500;
	color:#212121;	
	text-align:center;
	padding-top:10px;
}
.imagePart .comunity .getMOney{
	width:96px; height:96px;
	border-radius:50%;
	padding:0px 10px;
}
.imagePart .comunity .getMOney span{display:flex;}
.imagePart .comunity .exclude{padding:24px 36px;}
.imagePart .comunity .ExcludeGreen{padding:5px 10px; width:208px; height:128px;}
.imagePart .comunity .ExcludeGreen p{max-width:100%;}
.imagePart .expend{margin-top:0px;}
.imagePart .expend .ExcludeGreen{padding:24px 0px; width:366px; margin-left:120px;}
.imagePart .expend .ExcludeGreen span{
	font-size:16px; line-height:24px;
	color:#212121;
	font-weight:400;
	max-width:80%;
	text-align:center;
}
.imagePart .expend .ExcludeGreen p{padding-top: 15px;}
.businessGrowth .helpExpend{
	position:absolute; bottom:-24px; left:23%;
}
.formBox{
    width:100%;
	text-align: center;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 8%);
	padding:72px 42px;
	border-radius:25px 0px 0px 25px;
    background:#ffffff;
    border:1px solid #DFE3EB;
    position:relative;
    z-index:1111;
}

.formBox h1{
    font-size:28px; line-height:42px; font-weight:400;
    color: #212121;
    padding:16px 0px; margin:0px;
}
.formBox ul li .emailIcon{
	background:url('../images/user.svg');
	background-repeat:no-repeat;
	background-size:22px;
	background-position:12px;
	padding:10px 10px 10px 44px;
	color:#212121;
}
.formBox ul li .passwordIcon{
	background:url('../images/password.svg');
	background-repeat:no-repeat;
	background-size:22px;
	background-position:12px;
	padding:10px 10px 10px 44px;
	color:#212121;
}
.formBox ul li .mobileIcon{
	background:url('../images/phone.svg');
	background-repeat:no-repeat;
	background-size:22px;
	background-position:12px;
	padding:10px 10px 10px 44px;
	color:#212121;
}
.passwordField a{
	position:absolute; top:0px; right:0px;
	width:auto; height:100%;
	padding:0px 10px;
}
.passwordField a span{top:calc(50% - 12px); left:0px;}
.passwordField a img{vertical-align:middle; width:20px; height:20px;}


.form li .emailIcon .eyeIcon{
	position: absolute;
	right: 19px;
	top: 50%;
	background-color: transparent;
}
.loginButtonPanel{
	width: 100%;
	display: inline-block;
}
.loginButtonPanel .buttonLeft{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 16px;
    width: 100%;
}
.loginButtonPanel .buttonLeft .rememberMe{
	display:flex; align-items:center;
	column-gap:5px; color:#848484;
}
.loginButtonPanel .buttonLeft .rememberMe .member{
	border-color: rgb(209 213 219);
	width:18px; height:18px;
}
.loginButtonPanel .buttonLeft a{color: rgb(16 104 178);}
.loginButtonPanel .submitBtn{
	margin:40px 0px 24px 0px;
	display:flex; gap:36px; align-items:center;
	justify-content:space-between;
}
.loginButtonPanel .submitBtn .via{
	border-color:#FFCB05;
	color:#212121;
	background-color:#FFCB05;
	box-shadow:2px 4px 6px #C39807;
}
/* forgot page css */
.forgotPass{margin-top:24px;}
.loginButtonPanel .panel{width:50%; margin: 40px auto 24px auto;}
.forgot{margin-top:24px;display:flex; justify-content:flex-end; align-items:center;column-gap:5px;}

/* signup page css */
.signupBox{padding:36px 42px 0px 42px;}
.loginButtonPanel .accpet .policy{font-size:14px;font-weight:400;align-items:center;}
.loginButtonPanel .accpet a{font-weight:500;}
.formSignup li .emailIcon .passwordIcon{margin-top:5px;}
.formSignup .loginButtonPanel .buttonLeft{padding-top:5px;}
.formSignup .loginButtonPanel .submitBtn{margin-top:5px;}
.formSignup .loginButtonPanel .submitBtn .btn{margin-bottom:5px;}
.formSignup .formMail .emailIcon{background:none;padding:0px;}
.formSignup .formMail{padding-bottom:16px;}
.signupBox .formSignup .formMail .gst{background:url('../images/gstnumber.svg');background-repeat:no-repeat;background-size:22px;
background-position:12px;padding:10px 10px 10px 44px;color:#212121;}
.signupBox .formSignup .formMail .trade{background:url('../images/user.svg');background-repeat:no-repeat;background-size:22px;
background-position:12px;padding:10px 10px 10px 44px;color:#212121;}
.signupBox .formSignup .formMail .number{background:url('../images/phone.svg');background-repeat:no-repeat;background-size:22px;
background-position:12px;padding:10px 10px 10px 44px;color:#212121;}
.signupBox .formSignup .formMail .address{background:url('../images/Email.svg');background-repeat:no-repeat;background-size:22px;
background-position:12px;padding:10px 10px 10px 44px;color:#212121;}
.formBox ul li .number{background:url('../images/phone.svg');background-repeat:no-repeat;background-size:22px;background-position:12px;
padding:10px 10px 10px 44px;color:#212121;}

/* =========
 retailer landing page css
============= */
.banner{text-align:center; margin:0px auto;}.banner h1{color:#212121;}
.banner p{font-size:16px;padding:16px 0px 40px 0px;margin:0px auto;max-width:45%;text-align:center;}
.banner .freeOn{font-size:20px;line-height:28px; font-weight:300;color:#212121;padding-bottom:24px;}
.banner .effective{width:180px; height:46px;font-size:18px; font-weight:400; line-height:24px;
background: linear-gradient( #FFCB06 100%, #E8B906 100%,#B89B2C 100%);color:#212121;padding:9px 20px;margin:0px auto;
display:flex;justify-content:center; text-align:center; column-gap:4px;border-radius:24px;}.banner .effective img{width:16px; height:16px; margin:auto;}
.transaction{display:flex;justify-content:center;align-items:center;column-gap:24px;padding-top:8px;}.transaction .fees{display:flex; align-items:center; column-gap:6px;}
.transaction .fees .ellipse{width:12px;height:12px;background-color:#DFDFDF;border-radius:50%;}.transaction .fees .action{font-size:14px;}
.banner-box ul{display:grid;grid-template-columns:30% 30% 30%; gap:5%;padding-top:44px;}
.banner-box ul li{display:grid; grid-template-columns:22% auto; width:100%; gap:8px;}.banner-box ul li .imageBox img{width:90%;}
.banner-box ul li .textBox p{font-size:13px; line-height:20px; font-weight:300; color:#212121;}
/* Step in to the world of digital transformation section*/
.transforMain{background-color:#EFF8FF; padding:45px 0px;}.transforMain h2{text-align:center; padding:0px 86px 64px 86px;}
.transforMain h2 .digit{color:#FFCB05; font-weight:700}.transforMain h2 .suit{color:#1068B2; font-weight:700;}
.transformBox{display:block;}.transformBox .box{width:100%;display:flex;justify-content:space-between;align-items:flex-start;}
.transformBox .box.get{background-color:#ffffff;box-shadow:0px 8px 24px #00000017;border-radius:12px;gap:72px;
padding:32px 0px 32px 32px;margin-bottom:24px;}
.transformBox .box .transform-work{width:45%; display:flex; gap:16px; flex-wrap:wrap;}.transformBox .box .transform-image{width:55%; box-shadow:0px 0px 20px 0px #D7E6F2AD;}
.transformBox .box .transform-work .transform{display:flex;align-items:center;column-gap:8px;}
.transformBox .box .transform-work .transform h3{color:#1068B2;}.transformBox .transform-work .transform span p{font-size:13px;line-height:20px;font-weight:300;}
.transformBox .transform-work h4{font-size:25px; line-height:32px; font-weight:500;padding-bottom:16px;border-bottom:1px solid #DFDFDF;}
.transformBox .transform-work label{font-size:18px;font-weight:300;padding-bottom:8px;}
.transformBox .features li{display:flex; justify-content:flex-start; align-items:center;column-gap:6px;box-shadow:none;
background-color:transparent;justify-content:flex-start;padding:2px 0px;}
.transformBox .features li img{width:15px;}.transformBox .dot-btn{background-color:#1068B2;}
/* 2nd and 3rd box */
.transformBox .box{gap:24px;}
.transformBox .management{background-color:#ffffff;box-shadow:0px 8px 24px #00000017;border-radius:12px;gap:72px;padding:32px 0px 32px 32px;width:49%;} 
.transformBox .management .transform-work .transform h3{color:#F6C303;}.transformBox .management h4{margin-right:24px;}
.transformBox .management .transform-work{width:100%;}.transformBox .management .transform-image{width:100%;}
.transformBox .management .transform-work .cycles{display:flex;flex-wrap:wrap;column-gap:40px;}
.transformBox .management .transform-work .cycles li{width:40%;}
.transformBox .management.launch .transform-work .cycles li:nth-child(1){width:36%;}
.transformBox .management.launch .transform-work .cycles li:nth-child(2){width:auto;}
.transformBox .management.launch .transform-work .cycles li:nth-child(3){width:36%;}
.transformBox .management.launch .transform-work .cycles li:nth-child(4){width:auto;}
.transformBox .management .transform-work .dubleBtn{background-color:#F6C303;color:#212121;margin-bottom:40px;}
.transformBox .management.launch .startBtn{background-color:#006278;color:#ffffff;margin-bottom:40px;}
/*
.features .startBtn .dot-icon img{
	width: 24px;
	height: 16px;
}
.transformBox .launch .transform-work h3{max-width:90%;}
.transformBox .management .transform-work h3{max-width:90%;}
.transformBox .management.launch .transform-work h3{color:#006278;}


.transforMain .workFlow{display: none;}*/
.categorySection{padding:45px 0px;}
.categoryRange{display:flex;justify-content:space-between;align-items:center;padding-bottom:64px;}.categoryRange h4{font-size:28px;font-weight:300;}
.categoryRange .rangeBtn{width:200px;background:linear-gradient(45deg,#05599F 30%,#1068B2 40%,#077EE3 100%);color:#ffffff;margin-top:0px;}
/* category boxes */
.rangeBox{text-align:center;}
.rangeBox label {font-size:20px;line-height:32px;color:#212121;font-weight:300;padding-top:7px;display:flex;flex-wrap:wrap;
width:100%;justify-content:center;}
.rangeBox{text-align:center;display:flex;justify-content:center;flex-wrap:wrap;width:100%;margin:0px 32px;}
.durable{text-align:center;display:flex;justify-content:center;flex-wrap:wrap;width:100%;}.air img{height:352px;}.mixer{padding-top:14px;}
/* wogom registration in 4 steps section */
.digitalWogom{background:linear-gradient(180deg,#FFF7D8 0%,#FFE37A 36.67%,#FFCB05 74.17%,#FFF1C0 100%);padding:45px 0px;}
.process{padding:45px; text-align:center;}.process h2{font-size:48px; line-height:56px; font-weight:400;}
.process h2 .digit{text-decoration:underline;color:#FFCB05;font-size:48px;line-height:56px;font-weight:400;}
.process span{font-size:22px; line-height:24px; font-weight:300; padding-top:24px;}
.process ul{align-items:center;	padding-top:45px;}.process ul li span{width:50%; margin:auto;}  
.process ul li p{font-size:16px; line-height:28px; padding-top:16px;}.opt{color:#9C9C9C;}
.process .readyBtn{width:215px;background:linear-gradient(45deg,#FDDF6C 100%,#FCD233 100%,#FDC800 30%);
border-radius:8px;color:#212121;column-gap:8px;margin:40px auto;}
.process .readyBtn span{display:flex; padding-top:0px;}.hassle{font-size:17px; line-height:28px; width:75%; margin:auto; font-weight:400;}
/* mobile app option section */
.mobileAppSection{background-color:#EFF8FF; padding:45px 0px;}
.mobileAppSection .mobileApp{display:grid; grid-template-columns:30% 30% auto; align-items:center; gap:0.5%;}
.boarding{align-self:flex-end;}.mobileApp ul{display:flex; flex-direction:column; width:75%; row-gap:24px;}
.mobileApp ul li{width:170px; height:132px;background-color:#ffffff;border-radius:5px;border-top:5px solid #FFCB05;
padding:20px;position:relative;display:flex;align-items:center;}
.mobileApp ul li:after{content:"";position:absolute; top:40%; left:-10px;width:15px;height:15px;
background-image:url(../images/react.png);background-repeat:no-repeat;background-color:#ffffff;transform:rotate(45deg);}
.mobileApp ul li p{font-size:20px; line-height:32px; font-weight:500;}.snap{text-align:right;}
.snap .app{font-size:14px;line-height:24px;font-weight:400;background-color:#FFCB05;padding:2px 6px;border-radius:4px;}
.snap h3{font-size:32px; line-height:46px; font-weight:500; padding:8px 0px 16px 0px;}
.snap .box-mobile{display:none;}.snap p{font-size:16px; font-weight:400; max-width:100%;}
.snap .appIcon{display:flex;justify-content:flex-end;align-items:center;column-gap:30px;padding:45px 0px 0px 0px;}
/* brands logo marque */
.brands{padding:45px 0px; text-align:center;}.brands p{max-width:73%; margin:16px auto 40px auto;}
.brandSlider{width:100%; display:inline-block;}.brandSlider img{width:100px; height:auto;}

/* testimonial section*/
.finalcial{background-color:#1068B2; padding:45px 0px; border-bottom:2px solid #063B68;}
.finalcial ul{display:grid;align-items:center;grid-template-columns:36% 30% 30%;column-gap:2%;}
.finalcial ul li{padding:24px; height:100%;}.finalcial ul li.feedback{display:flex; flex-wrap:wrap; gap:24px;}
.finalcial ul li.feedback img.feedbackIcon{height:123px;}.finalcial ul li.feedback h5{font-size:34px; line-height:52px; font-weight:700;}
.finalcialBtn{width:194px;background:linear-gradient(45deg,#05599F 30%,#1068B2 40%,#077EE3 100%);}
.finalcialBtn span{display:flex;}
/* testimonial */
.finalcial ul .goals{padding:24px 0px 0px 0px; height:100%;}.finalcial ul li p{font-size:14px;font-weight:300;padding-left:24px;}
.finalcial ul li .simplify{font-size:44px;line-height:60px;color:#1068B2;font-weight:700;display:flex;align-items:center;padding:4px 0px 0px 24px;}
.finalcial ul .goals a{font-size:14px;font-weight:300;display:flex;align-items:center;column-gap:8px;
border-bottom:1px solid #212121;margin:12px 0px 0px 24px;width:111px;}
.finalcial ul .goals a span{display:flex;}.employee{padding-top:64px;display:flex;position:relative;}
.employee .play{position:absolute;top:57%;left:34%;border-bottom:none !important;}
/* footer main*/
.footerTop{
	background:linear-gradient(0.94deg, #FFCB05 0.8%, #FFDB4F 0.81%, #FFF3BF 30.32%, #E8FDFF 72.14%, #6CA8D3 91.33%, #1068B2 99.2%);
	padding:45px 0px 24px 0px;
}
.footer-text{display:grid; grid-template-columns:30% 17% 14% auto;}.footer-text .markBox{position:relative;}
.footer-text .markBox .markText{display:flex;padding:24px 0px 06px 0px;align-items:flex-start;column-gap:12px;}
.footer-text .markBox:nth-child(2){border-left:1px solid #ffffff;margin-top:22px;padding:0px 15px 0px 20px;height:220px;}
.footer-text .markBox:nth-child(3){border-left:1px solid #ffffff;margin-top:22px;padding:0px 15px 0px 20px;height:220px;}
.footer-text .markBox .markText p{font-size:15px;font-weight:400;max-width:80%;}.world{font-weight:700;}
.footer-text .markBox .add{font-size:15px;font-weight:400;display:flex;align-items:center;column-gap:8px;padding-top:16px;}
.footer-text .markBox .add span{display:flex;}.socialIcons{display:flex;justify-content:flex-start;column-gap:20px;padding-top:24px;}
.socialIcons li a{display:flex;}.socialIcons li a img{border-radius:6px;}
.footer-text .markBox h3{font-size:21px;line-height:28px;color:#212121;font-weight:600;padding-bottom:8px;}
.footer-text .markBox .listing li a{font-size:15px;line-height:24px;color:#212121;font-weight:400;padding-bottom:8px;}
.footer-text .markBox .marketplace{width:100%;height:357px;background-image:url(../images/Sethji.png);background-repeat:no-repeat;
	background-size:contain;display:flex; justify-content:center; align-items:center;position:absolute;right:0px;bottom:-21%;
}
/*copyright footer */
.footer-bottom{background-color:#FFCB05;}
.copyRight{display:flex; justify-content:space-between; align-items:center;padding:12px 0px;}.footer-bottom .copyRight p{font-size:12px;}
.footer-bottom .copyRight ul{display:flex;justify-content:space-between;align-items:center;column-gap:12px;}
.footer-bottom .copyRight ul li a{font-size:15px;line-height:24px;font-weight:400;color:#212121;}
.wogom-transform{width:10%; cursor:pointer;}.work-chevron{display:none;}
/* ==============
seller landing page 
=============*/
.headBg{background:linear-gradient(180deg, #FFF7D5 10.71%, #FFFFFF 95.32%);box-shadow:none;border:none;}
.headBg .headerTop .navbarHome .menuHome ul li.btn.sellersignUpBtn a{
	background:linear-gradient(172.81deg, #FFFFFF -7.48%, #FFDF64 82.4%, #FFCB05 117.6%);border:1px solid #FFCB05;
	color:#212121;box-shadow:0px 4px 4px #FFCB05;padding:12px 33px 12px 32px;display:flex;align-items:center;
	justify-content:center;font-weight:700;
}
.headBg .headerTop .navbarHome .menuHome ul li.btn.sellerloginBtn a{
	background:linear-gradient(172.81deg, #FFFFFF -7.48%, #3390DF 82.4%, #1068B2 117.6%);
	border:1px solid #1068B2;color:#212121;padding:12px 33px 12px 32px;box-shadow:0px 4px 40px #6CA5D4;
	display: flex;align-items: center;justify-content: center; font-weight: 700;}
.sellerBanner{background:linear-gradient(180deg,#FFFFFF 80%,#FFFAE6 100%);padding:22px 0px 155px 0px;text-align:center;}
.sellerBanner::before{display:none;}.sellerBanner::after{display:none;}.sellerBanner h1 span{font-weight:700;}
.sellerBanner p{font-size:28px;line-height:40px;color:#212121;font-weight:300;padding-top:13px;}
.growthPlatform{display:grid;grid-template-columns:43% 57%;padding:40px 86px 0px 87px;text-align:left;column-gap:70px;}
.growthPlatform .growthText h3{font-size:38px;color:#212121;font-weight:400;padding-top:56px;}
.growthPlatform .growthText p{font-size:28px;line-height:32px;color:#212121;font-weight:300;padding-top:6px;}
.growthPlatform .growthText ul {width:100%;display:flex;justify-content:center;box-shadow:0px 0px 30px #1068B24F;
background-color:#ffffff;border-top:8px solid #FFCB05;border-radius:5px;padding:16px 16px 16px 16px;text-align:center;
column-gap:16px;margin-top:98px;}.growthPlatform .growthText ul li{width:33%;}
.growthPlatform .growthText ul li label{font-size:33px;font-weight:500;color:#212121;display:block;}
.growthPlatform .growthText ul li span{font-size:16px;font-weight:400;color:#212121;line-height:24px;padding-top:8px;}
.sellMain{background:linear-gradient(180deg,#FFFAE6 60%,#E8F1EE 70%,#D1E8F6 80%,#1068B2 100%);padding:24px 86px 100px 87px;}
.sellMain h2{font-size:38px;line-height:56px;color:#212121;font-weight:600;padding:8px 0px 16px 0px;}
.sellMain p{font-size:15px;line-height:24px;color:#212121;font-weight:400;max-width:78%;}
.filtersBox{display:grid;grid-template-columns:60% 33%;column-gap:81px;padding-top:40px;}
.filtersBox .data {box-shadow:0px 0px 30px #1068B22E;background-color:#ffffff;border-radius:5px;border-top:8px solid #FFCB05;
padding:40px 0px 0px 32px;position:relative;}
.filtersBox .data h4{font-size:26px;line-height:34px;color:#212121;font-weight:500;}.filtersBox .data p{font-weight:300;max-width:92%;}
.filtersBox .data .trends{box-shadow:0px 0px 30px #1068B23D;padding:21px 0px 0px 38px;position:absolute;
top:50%;left:27%;z-index:1111111;width:558px;height:282px;background-color:#ffffff;border-radius:5px;}
.filtersBox .data .trends label{font-size:21px;line-height:24px;color:#212121;font-weight:500;}
.filtersBox .stockBox ul{display:flex;flex-wrap:wrap;row-gap:30px;}
.filtersBox .stockBox ul li{width:100%;box-shadow:0px 0px 30px #1068B22E;background-color:#fff;border-radius:5px;
border-top:8px solid #FFCB05;padding:21px 30px 21px 30px;}.filtersBox .stockBox ul li h4{font-size:26px;line-height:34px;
color:#212121;font-weight:500;}.filtersBox .stockBox ul li p{font-weight:300;max-width:100%;}
.sellerDigital{padding: 64px 0px 84px 0px;}.sellerDigital .process .instant{padding:56px 0px 13px 0px;}
.sellerDigital .process .readyBtn{margin:0px auto;}.sellerDigital .hassle{padding-top: 51px;}
.sellerDigital .process h2 .digit {font-weight:700;font-style:italic;}.platformWorks{text-align:center;padding:22px 45px 64px 45px;}
.platformWorks h2{font-size:44px;line-height:56px;color:#212121;padding:14px 0px 0px 0px;}
.platformWorks p{font-size:15px;line-height:24px;color:#212121;font-weight:400;max-width:58%;margin:0px auto;}
.platformWorks ul {display:flex;flex-wrap:wrap;column-gap:80px;row-gap:73px;justify-content:center;padding-top:56px;}
.platformWorks ul li {width:45%;position:relative;background-color:#ffffff;box-shadow:0px 0px 30px #1068B275;
padding:32px 16px 32px 56px;text-align:left;border-radius:5px;}
.platformWorks ul li .number{position:absolute;top:34%;left:-7%;width:80px;height:80px;background-color:#FFCB05;
border-radius:5px;font-size:54px;line-height:72px;padding:4px 27px 4px 28px;font-weight:600;color:#1068B2;}
.platformWorks ul li h5{font-size:21px;color:#212121;font-weight:600;padding-bottom:16px;}
.platformWorks ul li p{max-width:100%;font-size:14px;}.platformWorks .marketplace{margin-top:79px;}
.platformWorks .marketplace h3{color:#212121;max-width:66%;padding-top:8px;}
.trusted{font-size:14px; line-height:24px; font-weight:400;background-color:#FFCB05;padding:2px 6px;border-radius:4px;}
/* about us page */
.about-wogom .unites p{font-size:14px;line-height:26px;color:#666666;font-weight:400;padding-top:49px;}.about-wogom .imagePart{padding:0px;}
.about-wogom .imagePart img{width:100%;height:480px;object-fit:contain;}
.wogomEnvironment{text-align:center;padding:32px 0px 80px 0px;}
.wogomEnvironment .environment p{font-size:14px;line-height:26px;color:#666666;font-weight:400;padding-top:16px;}
.wogomEnvironment .environment .various{padding:16px 0px 0px 0px;}
.value{padding:0px 0px 80px 0px;}.value .valueBox{align-items:center;}
.value .valueBox .valueText p{font-size:14px;line-height:26px;color:#666666;font-weight:400;padding:16px 0px;}
.organizationsText ul li h4{padding-bottom:12px;position:relative;}
.organizationsText ul li h4::after{content:"";position:absolute;border:1px solid #e5e5e5;width:55px;height:0px;left:0px;bottom:0px;
transition: all 0.5s ease;}.organizationsText ul li:hover h4::after{border:1px dashed #fec513;}
.organizationsText ul li:hover .shareBox .iconEasier{transform:rotateY(360deg);transition:all 0.5s ease;}
.organizationsText ul li{padding-bottom:36px;}
.organizationsText ul li:last-child{padding-bottom:0px;}
.organizationsText ul li .shareBox{display:flex;column-gap:16px;padding-top:24px;}
.organizationsText ul li .shareBox span{width:60px;height:60px;}
.organizationsText ul li .shareBox p{font-size:14px;line-height:26px;color:#666666;font-weight:400;}
.organizationsImage{display:flex;justify-content:center;}
.organizationsImage span{display:flex;justify-content:center;}
.organizationsImage span img{width:60%;}
.facedBusiness{padding:40px 0px 70px 0px;text-align:center;}
.facedBusiness{padding:40px 0px 70px 0px;text-align:center;}
.facedBusiness p{font-size:16px;line-height:24px;font-weight:600;color:#1b5d97;text-transform:uppercase;padding:16px 0px 16px 0px;}
.facedBusiness .boxFlow li{padding:46px 20px 54px 20px;border-radius:5px;text-align:center;overflow:hidden;transition:all 0.5s ease;color:#2169B3;}
.facedBusiness .boxFlow li h4{color:#212121;padding-bottom:33px;}.facedBusiness .boxmarketing{padding-top:40px;}
.facedBusiness .boxFlow li:hover{background-color:#fdc514;box-shadow: 0px 20px 30px rgb(251 81 85 / 23%);}
.facedBusiness .boxFlow li:hover h4{color:#ffffff;}.facedBusiness .boxFlow li:hover p{color:#ffffff;}
.facedBusiness .boxFlow li p{font-size:15px;line-height:24px;font-weight:400;color:#666666;padding:33px 0px 0px 0px;text-transform:lowercase;}
.tradeModal{text-align:center;padding:40px 0px 70px 0px;}.tradeModal .trademodalBox{padding:16px 0px 0px 0px;}
.solutionMain{width:100%;padding:80px 0px 70px 0px;background-color:#106cb6;
background-image:url(../images/Background_Shape.png);background-repeat:no-repeat;background-size:cover;}