@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


.owl-dots {
	display: inline-block !important;
}

/* Global rules */

body {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
}

*,
a {
	text-decoration: none;
	outline: none !important;
}

::marker {
	font-size: 12px;
}

ul,
li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
	margin: 0;
}

p, li {
	font-size: 16px;
	line-height: normal;
	font-weight: 400;
	color: #454545;
}

	p b {
		font-weight: 700;
	}


.flex-container {
	display: flex;
	gap: 40px;
}

.flex-dr-col {
	flex-direction: column;
}

section {
	margin-top: 60px;
}

.caret-down-arrow {
	font-size: 12px;
}

.m-0 {
	margin: 0 !important;
}

.NewBrandPgHdng,
.hdngwith-underline,
.hdngwithoutLine {
	font-size: 38px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	position: relative;
	margin: 0 0 40px;
	color: #256D83;
}

	.NewBrandPgHdng:before {
		position: absolute;
		left: -80px;
		width: 80px;
		height: 4px;
		background: #71C347;
		top: 18px;
		content: "";
	}

.hdngwith-underline {
	display: inline-block;
	margin: 0 auto;
	padding-bottom: 26px;
	padding-left: 30px;
	padding-right: 30px;
}

.cifi .hdngwith-underline {
	padding-left: 0;
}

/* end */



/* header styles*/

header {
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 999;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}

.Brand-Hdr-logo {
	max-width: 150px;
}

.Brand-HdrdBtn {
	background: linear-gradient(90deg, #67BE55 40%, #1492CB);
	color: #fff;
	float: right;
	margin-left:15px !important;
}

.mobile {
	display: none !important;
}



#mainNavbar.Brand-mainNav {
	align-items: center;
	padding: 0;
}

.nav li,
.Brand-HdrdBtn {
	font-size: 16px;
	font-weight: 500;
	font-family: "Open Sans", sans-serif;
}

#brand-pg .nav > li > a:focus,
#brand-pg .nav > li > a:hover {
	text-decoration: none;
	background-color: unset;
}

#brand-pg li:hover a {
	color: #256D83;
}

#brand-pg .dropdown-menu > li > a {
	font-weight: 500;
}

#brand-pg li:hover .caret-down-arrow {
	color: #256D83;
}

.Brand-mainNav {
	float: right;
}

.Brand-HdrdBtn {
	display: inline-block;
	padding: 8px 16px;
	border-radius: 20px;
	margin: 5px 0;
}

.nav > li > a {
	color: #000;
}

/* hero section */

.heroSec {
	background-image: url(https://cdn.clicflyer.com/corporate/brandsnew/images/bannerBg.png);
	background-position: center;
	background-repeat: no-repeat;
	padding: 40px 0;
	margin-top: 0;
	height: 400px;
	background-size: cover;
}

	.heroSec .container {
		height: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.heroSec h1 {
		color: #fff;
		font-size: 48px;
		font-family: "Roboto", sans-serif;
		font-weight: 700;
		margin: 12px 0 0;
		padding: 0 2%;
	}

	.heroSec p {
		color: #fff;
		font-size: 34px;
		font-weight: 400;
		font-family: 'Roboto';
	}

#brand-pg.navbar {
	margin: 0;
	border: 0;
	padding: 10px 0;
}

/* Price excellence styles */

/* .priceExcellence{
	margin-top: 100px;
} */

.priceExcellence p {
	padding: 0 10px 0 0;
}

.BrandPg-categories li {
	background-color: #F5F5F5;
	border-radius: 28px;
	font-weight: 400;
	padding: 10px 16px;
	font-size: 16px;
	font-family: 'Roboto';
}

.BrandPg-categories ul {
	display: flex;
	gap: 10px;
	align-items: center;
	padding: 0;
	flex-wrap: wrap;
	text-align: center;
	justify-content: center;
}

.BrandPg-categories h3 {
	color: #4C5262;
	font-size: 20px;
	text-align: center;
	margin: 0 0 28px;
	font-weight: 700;
}


/* portfolio styles */

.porfolio .container, .video .container {
	background: #EDEDED;
	border-radius: 20px;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 32px;
	padding-bottom:32px;
}

.video iframe {
	border-radius: 20px;
}
.porfolio .NewBrandPgHdng:before, .video .NewBrandPgHdng:before {
	left: -50px;
	width: 50px;
}

.tab-content-box {
	padding: 0 16px;
}

.accordion-content ul {
	padding-left: 20px;
	margin: 10px 0 0;
}

	.accordion-content ul li {
		list-style: disc;
		padding: 2px 0;
	}

.tabs-scroll-wrap {
	position: relative;
	margin-bottom: 20px;
	padding: 0;
}

.pricing-tabs {
	display: flex;
	gap: 28px;
	overflow-x: auto;
	padding:12px;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}

.porfolio.tabs-4 .pricing-tabs {
	justify-content: space-between;
}

.pricing-tabs::-webkit-scrollbar {
	display: none;
}

.pricing-tab {
	padding: 10px 20px;
	border-radius: 30px;
	border: 2px solid #26a39a;
	/* border-image:linear-gradient(90deg, #67BE55 40%, #1492CB); */
	background: #fff;
	color: #000208;
	cursor: pointer;
	font-weight: 600;
	box-shadow: 0 0px 6px rgba(0, 0, 0, .35) ;
	flex: 0 0 auto;
	font-size: 20px;
	font-family: 'Open Sans';
}

	.pricing-tab.active {
		background: linear-gradient(90deg, #67BE55 40%, #1492CB);
		color: #fff;
		border: none;
	}

.tab-arrow {
	display: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border: none;
	background: transparent;
	cursor: pointer;
	z-index: 20;
}

	.tab-arrow.left {
		left: 0;
	}

	.tab-arrow.right {
		right: 0;
	}

	.tab-arrow svg {
		width: 18px;
		height: 18px;
		fill: #333;
	}

/* Overlay container */
.stack-overlays {
	position: absolute;
	inset: 0;
	z-index: 10;
	pointer-events: none;
}

/* Popup / overlay box */
.stack-popup {
	position: absolute;
	background-color: #fff;
	color: #4C5262;
	padding: 7px 20px;
	border-radius: 40px;
	font-size: 16px;
	max-width: 220px;
	pointer-events: auto;
	box-shadow: 0 0px 6px rgba(0, 0, 0, .35);
	border: 2px solid #26a39a;
	font-family: 'Roboto';
	text-align: center;
	font-weight: 400;
	line-height: 18px;
	z-index: 4;
}
/*	.stack-popup:before {
		content: "";
		position: absolute;
		inset: 0;
		padding: 2px;
		background: linear-gradient(90deg, #67BE55 40%, #1492CB);
		border-radius: inherit;
		--m: conic-gradient(#000 0 0);
		mask: var(--m) content-box exclude, var(--m);
		pointer-events: none;
	}*/

/* ----------------------------------------
   ACCORDION
-----------------------------------------*/
.accordion-section {
	padding: 14px 0;
	border-bottom: 1px solid #565656;
	font-weight: 600;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 20px;
	font-family: 'Roboto';
}

.learn_more {
	color: #256D83;
	display: inline-block;
	margin: 0 0 9px;
	font-size: 16px;
}

	.learn_more:hover {
		text-decoration: underline;
	}

.accorIcon {
	transition: all 0.2s;
	font-size: 16px;
	color: #256D83;
}

.opened .accorIcon {
	transform: rotate(180deg);
}

.accordion-section .chev {
	font-size: 14px;
	transition: transform .25s ease;
}

.accordion-section.opened .chev {
	transform: rotate(90deg);
}

.accordion-content {
	display: none;
	padding: 12px 20px 8px 0;
	font-size: 16px;
	color: #333;
	position: relative;
	border-bottom: 1px solid #565656;
}

.accordion-section.opened {
	border-color: transparent;
}

.left-line {
	position: relative;
	margin-bottom: 16px;
	padding-left: 12px;
}

	.left-line:before {
		content: "";
		background: #67BE55;
		background: linear-gradient(0deg, rgba(103, 190, 85, 1) 0%, rgba(20, 146, 203, 1) 100%);
		width: 2px;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
	}

/* MOBILE INNER IMAGES */
.inner-accordion-image {
	width: 100%;
	margin-top: 12px;
	border-radius: 8px;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
	display: none;
}

.porfolio-inner {
	display: flex;
}

/* ----------------------------------------
   RIGHT IMAGE PANEL (DESKTOP)
-----------------------------------------*/
@media (min-width:768px) {
	/* .right-image-panel {
		display: flex;
		align-items: center;
		justify-content: center;
	} */
}

@media (max-width:767px) {
	.right-image-panel {
		display: none;
	}

	.porfolio-inner {
		display: flex;
		flex-direction: column;
	}

	.inner-accordion-image {
		display: block;
		box-shadow: none;
	}
	
}

/* ----------------------------------------
   PERFECT STACK IMAGE ANIMATION (no blink)
-----------------------------------------*/
.stack-wrapper {
	width: 100%;
	height: 100%;
	height: 580px;
	margin: 0 auto;
	position: relative;
	padding-top: 66.666%;
	overflow: hidden;
	/* background: #f5f5f5; */
	border-radius: 16px;
	/* display: flex;
	align-items: flex-end; */
}

.d-flex {
	display: flex;
}

.stack-img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transition: transform .40s cubic-bezier(.22, .9, .3, 1), opacity 2s ease;
	will-change: transform, opacity;
	transform: translateZ(0);
	opacity: 1;
	/* border-radius: 16px; */
	/* keep next visible to avoid blink */
}

	/* NEW image, off-screen right, but fully visible */
	.stack-img.enter {
		transform: translateX(100%);
		opacity: 1;
		z-index: 5;
	}

		/* NEW sliding to center */
		.stack-img.enter.slide-in {
			transform: translateX(0);
			opacity: 1;
			z-index: 4;
		}

	/* PREVIOUS fading out */
	/* .stack-img.fade-out {
	opacity: 0;
	transform: translateX(0%);
	z-index: 2;
} */

	/* reset position off-screen right (visible) */
	.stack-img.reset {
		transform: translateX(101%);
		opacity: 1;
		z-index: -1;
		/* background-color: green; */
	}

/* ============================= */
/* Main dashed box */
.box {
	border-top: 3px dashed #231F20;
	border-right: 3px dashed #231F20;
	border-left: 3px dashed #231F20;
	border-bottom: none;
	border-radius: 10px 10px 0 0;
	padding: 28px 24px 0 24px;
	background: transparent;
	display: flex;
	flex-direction: column;
	gap: 20px;
	flex: 1;
	position: relative;
	max-width: 80%;
}



.title-row {
	display: inline-flex;
	justify-content: center;
	position: relative;
	margin-top: -47px;
}

.title {
	background: #EDEDED;
	padding: 6px 16px;
	font-weight: 600;
	font-size: 20px;
	color: #256D83;
	display: inline-flex;
	align-items: center;
	gap: 12px;
}


/* Left label */
.left-label,
.right-label,
.impact {
	color: #256D83;
	font-size: 18px;
	/* min-width: 160px; */
	white-space: nowrap;
}
.right-label {
	font-weight: 600;
}

/* Center line + arrow */
.line-area {
	flex: 1;
	display: flex;
	align-items: center;
}

.line {
	flex: 1;
	height: 3px;
	background: linear-gradient(0deg, rgba(103, 190, 85, 1) 0%, rgba(20, 146, 203, 1) 100%);
	border-radius: 4px;
}

/* CSS triangle arrow without absolute */
.arrow {
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 16px solid #1F93C4;
	margin-right: 10px;
}


.wrapper {
	/*margin: 40px auto;*/
	margin: 40px auto 20px;
	display: flex;
	gap: 20px;
	align-items: flex-end;
	max-width: 96%;
	justify-content: space-between;
	padding-right: 8px;
}

:root {
	--dash: #1f2427;
}

/* ================================
   MOBILE GROUP TABS (Portfolio)
================================ */
.pricing-mobile-groups {
	display: none;
}

@media (max-width: 767px) {
	.pricing-mobile-groups {
		display: flex;
		gap: 10px;
		margin-bottom: 10px;
	}

		.pricing-mobile-groups .group-tab {
			padding: 6px 12px;
			border-radius: 18px;
			border: 2px solid #26a39a;
			background: #fff;
			font-size: 14px;
			font-weight: 600;
			color: #000208;
		}

			.pricing-mobile-groups .group-tab.active {
				background: linear-gradient(90deg, #67BE55 40%, #1492CB);
				color: #fff;
				border-color: transparent;
			}
}

/* cifi css */

.cifi {
	margin-top: 60px;
}

.cifi_inner {
	background-image: url(images/cifiImg.svg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 596px;
	border-radius: 20px;
}

.learnMore-Btn {
	display: inline-block;
	padding: 9px 20px;
	background: #67BE55;
	background: linear-gradient(90deg, #67BE55 40%, #1492CB);
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	border-radius: 38px;
	text-transform: capitalize;
	transition: all .6s ease;
	/* margin: 40px 0 0; */
}

	.learnMore-Btn:hover,
	.Brand-HdrdBtn:hover {
		background: linear-gradient(90deg, #1492CB 40%, #67BE55);
		color: #fff;
	}

.Brand-HdrdBtn:focus {
	color: #fff;
}

.cifi .learnMore-Btn {
	margin-top: 80px;
}

.learnMore-Btn:hover {
	color: #fff;
}

.cifi_inner p {
	margin: 26px 0 0;
}

/*.videoInner {
	margin-top: 50px;
}*/

.mx-auto {
	margin-left: auto;
	margin-right: auto;
}

.PE-icon img {
	height: 67px;
}

.hdngwith-underline:before {
	content: "";
	background: #67BE55;
	background: linear-gradient(90deg, rgba(103, 190, 85, 1) 0%, rgba(20, 146, 203, 1) 100%);
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.text-white {
	color: #fff;
}

.flex-end {
	justify-content: flex-end;
	align-items: center;
	height: 100%;
}

.cifi .NewBrandPgHdng.text-white:before {
	display: none;
}

/* Testimonial css */


.testimonial-wrap {
	position: relative;
	width: 85%;
	margin: 40px auto 0;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: linear-gradient(90deg, rgb(103, 190, 85) 40%, rgb(20, 146, 203));
}



/* Owl carousel stage - center align */
.testimonial-wrap .owl-stage-outer {
	padding: 40px 0;
	/* vertical breathing room */
}

/* Card */
.testimonial-card {
	background: #fff;
	border-radius: 8px;
	min-height: 200px;
	padding: 24px 24px;
	box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.2);
	border: 1px solid rgba(0, 0, 0, 0.06);
	-webkit-backface-visibility: hidden;
	/* smoother transform */
	backface-visibility: hidden;
	transition: transform 320ms cubic-bezier(.2, .9, .3, 1), box-shadow 320ms;
	/* transform-origin: 50% 30%; */
}

/* Make center item larger / emphasized */
.owl-item .testimonial-card {
	transform: scale(1);
	/*	transition: all 0.4s ease-in-out;*/
	padding: 30px 21px;
	z-index: -1;
	height: 250px;
	border: 1px solid #ccc;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

/* Default (prev & next): ellipsis */
.testimonial-body {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	/* truncated text */
	-webkit-box-orient: vertical;
}

/* Center slide: show full text */
.owl-item.active.center .testimonial-body {
	-webkit-line-clamp: unset;
	overflow: visible;
}

.owl-item.active.center {
	z-index: 1;
}

	.owl-item.active.center .testimonial-card {
		transform: scale(1.22);
		/*		box-shadow: rgba(0, 0, 0, 0.8) 0px 21px 16px -26px;*/
		box-shadow: rgba(0, 0, 0, 0.19) 0px 0 2px, rgba(0, 0, 0, 0.23) 0px 6px 6px ;
		margin-left: -50px;
		margin-right: -50px;
	}


		.owl-item.active.center .testimonial-card img {
			max-width: 100%;
			transition: all 0.4s ease-in-out;
		}



/* Content inside */
.testimonial-title {
	text-align: center;
	font-weight: 700;
	color: #0092B5;
	margin-bottom: 14px;
	font-size: 18px;
}

.testimonial-sub-title {
	font-weight: 400;
	font-size: 14px;
}

.testimonial-body {
	text-align: center;
	color: #4a6572;
	line-height: 1.6;
	font-size: 13.8px;
}

/* Dots */
.owl-dots {
	text-align: center;
	margin-top: 28px;
}

.owl-dot {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 10px;
	border-radius: 50%;
	background: #d6d6d6;
	opacity: 1;
	transition: background 200ms, transform 200ms;
}

	.owl-dot.active {
		background: #1fb08f;
		transform: scale(1.12);
		box-shadow: 0 1px 6px rgba(31, 176, 143, 0.25);
	}



/* ================= */

.salesInner {
	background-image: url(images/talk-to-sales.png);
	background-repeat: no-repeat;
	background-size: cover;
	/* height: 596px; */
	border-radius: 20px;
	padding-top: 60px;
	padding-bottom: 60px;
	padding-left: 60px;
}

.CFsolution {
	background: #FFFFFF;
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(251, 252, 253, 1) 30%, rgba(202, 220, 226, 1) 90%, rgba(188, 211, 219, 1) 100%);
}

	.CFsolution .item img {
		width: 118px;
	}

	.CFsolution .clients-carousel {
		margin-top: 65px;
		justify-content: space-between;
	}

	.CFsolution .item p {
		font-size: 18px;
		font-weight: 700;
		font-family: 'Roboto';
		margin: 10px 0 0;
	}

.mapSec {
	margin-top: 80px;
}

/* -------------marketing web page */

.topBtn-sec .BtnSec {
	/*	box-shadow: 0px 8px 10px rgba(0,0,0,0.15);*/
	/* max-width: 400px; */
	box-shadow: 0 0px 6px rgba(0, 0, 0, .35);
	margin: 0 auto;
	padding: 12px 18px;
	border: 1px solid #ededed;
	border-radius: 67px;
	display: inline-flex;
	justify-content: center;
	gap: 10px;
}

.BtnSec a {
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	border: 2px solid #26a39a;
	padding: 10px 19px;
	font-size: 16px;
	font-weight: 500;
	font-family: 'Roboto';
	color: #2B2B2B;
/*	box-shadow: 0 0px 6px rgba(0, 0, 0, .35);*/
	border-radius: 38px;
	line-height: normal;
}

	.BtnSec a:hover, .BtnSec a:focus {
		text-decoration: none;
		
	}

	.BtnSec a.active {
		background: linear-gradient(90deg, #67BE55 40%, #1492CB);
		color: #fff;
		border: transparent;
	}
/* .mx-auto{
	margin: 0 auto;
} */
.borderedBox {
	border: 3px solid #EDEDED;
	border-radius: 16px;
	margin-top: 70px;
	padding: 34px 32px;
}

	.borderedBox li {
		list-style: disc;
		list-style-position: inside;
		margin: 0 0 10px;
	}

	.borderedBox ul {
		padding: 0;
	}

	.borderedBox .sub-heading {
		font-size: 20px;
		font-weight: 500;
		color: #4C5262;
		font-family: 'Roboto';
		padding-bottom: 20px;
		border-bottom: 1px solid #4C5262;
		margin-bottom: 20px;
		margin-top: 20px;
	}

	.borderedBox img {
		height: 67px;
	}

.shopperDiscoveryAppSec p:last-child {
	max-width: 80%;
	margin: 70px auto 0;
}

.blue-bg {
	background-color: #EDEDED;
}

.section-style {
	padding: 40px 65px;
	border-radius: 44px;
	min-height: 720px;
}

.NewBrandPgHdng span {
	font-size: 10px;
	font-family: 'Open Sans';
	display: inline-block;
	width: 100%;
}

.section-style .NewBrandPgHdng:before {
	top: 55px;
	width: 55px;
	left: -61px;
}

/*.smallTxt {
	font-size: 12px;
	color: #4C5262;
	font-weight: 400;
	margin-top: 20px;
	display: flex;
	align-items: flex-start;
	gap: 10px;
}*/
.smallTxt {
	font-size: 12px;
	color: #4C5262;
	font-weight: 400;
	margin-top: 20px;
}

.point {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-bottom: 6px;
}

.simple-tabs {
	display: flex;
	gap: 12px;
	margin-bottom: 20px;
}

	.simple-tabs button {
		padding: 8px 16px;
		font-size: 16px;
		font-weight: 500;
		font-family: "Open Sans", sans-serif;
		border-radius: 20px;
		border: 2px solid #26a39a;
		background: #fff;
		box-shadow: 0 0px 6px rgba(0, 0, 0, .35);
	}

		.simple-tabs button.active {
			background: linear-gradient(90deg, #67BE55 40%, #1492CB);
			color: #fff;
			border: none;
		}

.section-style .NewBrandPgHdng {
	margin-bottom: 24px;
}

#banners,
#in-app-popups,
#sponsored-search,
#instore-flyer-placement, #push-notifications, #online-coupons,
#retailer-tile, #buy-online, #inapp{
	scroll-margin-top: 100px; /* adjust to your header height */
}
html {
	scroll-behavior: smooth;
}

.white-Blk {
	background: #fff;
	padding: 10px 12px;
	display: flex;
	align-items: center;
	gap: 20px;
	border-radius:4px;
	box-shadow: 2px 2px 6px rgba(0,0,0,0.25);
	margin-bottom: 18px;
	/* max-width: 90%; */
}
/* .section-style .Sec-text-block {
    float: right;
} */
.padding-right {
	padding-right: 65px;
}

.padding-left {
	padding-left: 65px;
}

.banner-rightSec {
	position: relative;
	margin-top: -55px;
}

h4 {
	font-size: 20px;
	font-weight: 500;
	font-family: roboto;
	margin: 6px 0 24px;
}

.banners-tab-panel {
	display: none;
}

	.banners-tab-panel.active {
		display: block;
		margin-top: 40px;
	}

.white-Blk > span {
	background: #EDEDED;
	padding: 5px;
	width: 42px;
	height: 42px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.white-Blk p b {
	display: block;
	font-weight: 600;
}

.video-wrap {
	position: relative;
	max-width: 720px;
	border-radius: 10px;
	/* background: #fff; */
	text-align: center;
}

	.video-wrap:before {
		content: "";
		background: #EDEDED;
		/* width: 468px; */
		position: absolute;
		z-index: 1;
		left: 20px;
		top: 70px;
		bottom: 70px;
		border-radius: 20px;
		right: 20px;
	}

.blue-bg .video-wrap:before {
	background: #fff;
}

.video-wrap video {
	width: 300px;
	height: 620px;
	object-fit: cover;
	z-index: 2;
	position: relative;
}

.phone-mockup {
	position: relative;
	width: 300px;
	max-width: 90vw;
	margin: auto;
}

	.phone-mockup video {
		width: 94%;
		aspect-ratio: 15/31;
		position: absolute;
		top: 8px;
		height:97%;
		/*height: auto;*/
		left: 7px;
		object-fit: cover;
		border-radius: 32px;
	}

.frame-img {
	width: 100%;
	position: relative;
	z-index: 2;
}

.tab1-pop1 {
	top: 23%;
	left: -38px;
}

.tab1-pop2 {
	top: 29%;
	left: unset;
	right: -25px;
}

.tab1-pop3 {
	top: 67%;
	left: -9%;
}

.tab1-pop4 {
	top: 78%;
	right: -26px;
}

.InApp-popup-1 {
	top: 18%;
	left: -60px;
}

.InApp-popup-2 {
	top: 25%;
	right: -46px;
}

.InApp-popup-3 {
	top: 64%;
	left: -4%;
}

.InApp-popup-4 {
	top: 72%;
	right: -6%;
}

.Sponsrd-popup-1 {
	top: 20%;
	left: 0;
}

.Sponsrd-popup-2 {
	top: 70%;
	right: -44px;
}

.Instore-popup1 {
	top: 25%;
	left: 0;
}

.Instore-popup2 {
	top: 70%;
	right: -36px;
}

.push-popup1 {
	top: 20%;
	left: -52px;
}

.push-popup2 {
	top: 42%;
	right: -27px;
}

.push-popup3 {
	top: 72%;
	left: -38px;
}

.coupon-popup1 {
	top: 30%;
	left: -64px;
}

.section-style .row {
	display: flex;
}
/* ====footer styles=============== */


.footer-design-cmn {
	background: #2E2E2E;
	padding: 80px 0 0px 0;
	color: #B0B0B0;
}

.cmn-footer {
}

.cmn-about-us-heading-text {
	margin-bottom: 15px;
}

	.cmn-about-us-heading-text h3 {
		font-weight: bold;
		font-size: 16px;
		line-height: 18px;
		color: #B0B0B0;
		margin-bottom: 15px;
	}

	.cmn-about-us-heading-text p {
		font-weight: 300;
		font-size: 14px;
		line-height: 22px;
		/* or 157% */
		letter-spacing: 0.02em;
		color: #B0B0B0;
		height: 70px;
		overflow: hidden;
	}

.serving-in-text {
	margin-top: 25px;
}

	.serving-in-text a {
		font-style: normal;
		font-weight: normal;
		font-size: 14px;
		line-height: 19px;
		color: #B0B0B0;
		padding: 0;
		padding-right: 22px;
		padding-bottom: 10px;
		display: inline-block;
	}

.cmn-footer-page-link ul li a:hover {
	color: #fff;
}

.get-social-url {
	margin-top: 10px !important;
	padding-left: 0;
}

	.get-social-url li {
		display: inline-block;
		margin-right: 10px;
		width: 30px;
		height: 30px;
		border-radius: 50%;
		text-align: center;
		line-height: 26px;
	}

		.get-social-url li a {
			font-size: 16px;
		}

.social-icon-footer h3 {
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	color: #B0B0B0;
	margin-bottom: 15px;
}

.social-icon-footer {
	margin-top: 0px;
	margin-left: 30px;
}

.email-link-footer {
	margin-top: 30px;
}

	.email-link-footer a {
		color: #B0B0B0;
		font-style: normal;
		font-weight: 500;
		font-size: 14px;
		line-height: 19px;
		color: #B0B0B0;
		padding: 6px 0;
		display: block;
	}

.serving-in-text a:hover {
	color: #B0B0B0;
}

.serving-in-text h3 {
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	color: #B0B0B0;
	margin-bottom: 15px;
}

.cmn-footer-page-link {
	padding-left: 60px;
	box-sizing: border-box;
}

.copyright-footer {
	margin-top: 40px;
}

.layer-border {
	background: -webkit-linear-gradient(115.24deg, #009BCE 16.02%, #70B942 83.98%);
	background: -moz-linear-gradient(115.24deg, #009BCE 16.02%, #70B942 83.98%);
	background: -ms-linear-gradient(115.24deg, #009BCE 16.02%, #70B942 83.98%);
	background: -o-linear-gradient(115.24deg, #009BCE 16.02%, #70B942 83.98%);
	border: none;
	width: 100%;
	height: 2px;
}

.cmn-footer-page-link ul {
	padding-left: 0;
}

.footer-logo a img {
	width: 150px;
}

.copyright-text {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	color: #B0B0B0;
}

.app-store-icon {
	text-align: right;
}

	.app-store-icon ul li a {
	}

	.app-store-icon ul li {
		display: inline-block;
	}

		.app-store-icon ul li a img {
		}

.cmn-footer-page-link h3 {
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	color: #B0B0B0;
	margin-bottom: 15px;
}

.cmn-footer-page-link ul {
}

	.cmn-footer-page-link ul li {
	}

		.cmn-footer-page-link ul li a {
			color: #B0B0B0;
			font-style: normal;
			font-weight: 500;
			font-size: 14px;
			line-height: 19px;
			/* identical to box height */
			color: #B0B0B0;
			padding: 6px 0;
			display: block;
		}

.cmn-footer {
	margin-bottom: 20px;
}

@media only screen and (max-width:767px) {

	.footer-design-cmn {
		background: #2E2E2E;
		padding: 30px 0 0px 0;
		color: #B0B0B0;
	}

	.cmn-about-us-heading-text h3 {
		font-size: 13px;
		line-height: 18px;
		margin-bottom: 10px;
	}

	.serving-in-text h3 {
		font-weight: bold;
		font-size: 13px;
		line-height: 18px;
		margin-bottom: 10px;
	}

	.serving-in-text a {
		font-size: 12px;
		line-height: 17px;
		padding-right: 35px;
	}

	.cmn-footer-page-link h3 {
		font-size: 13px;
		line-height: 18px;
		margin-bottom: 10px;
	}

	.cmn-footer-page-link {
		padding-left: 0;
		box-sizing: border-box;
		margin-top: 20px;
	}

		.cmn-footer-page-link ul li a {
			font-size: 12px;
			line-height: 19px;
			color: #B0B0B0;
			padding: 6px 0;
			display: block;
		}

	.mobile-width {
		width: 50%;
	}

	.social-icon-footer {
		margin-top: 10px;
		margin-left: 0;
	}

	.copyright-footer {
		margin-top: 20px;
	}

	.footer-logo a {
		display: block;
		text-align: center;
	}

	span.copyright-text {
		margin-left: 0;
		text-align: center;
		display: block;
		margin-bottom: 20px;
	}

	.social-icon-footer h3 {
		font-size: 13px;
		line-height: 18px;
		margin-bottom: 10px;
		margin-top: 20px;
	}

	.copyright-footer .col-sm-6 {
		width: 100%;
	}

	.footer-logo a img {
		width: 120px;
	}

	.app-store-icon {
		text-align: center;
	}

	.footer-design-cmn .row {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -15px;
		margin-left: -15px;
	}

	.cmn-about-us-heading-text h3 {
		margin-top: 20px;
	}

	.get-social-url {
		padding-left: 0;
		margin: 20px 0 10px;
	}

	.app-store-icon ul {
		padding-left: 0;
		margin-bottom: 20px;
	}
}


/* ============footer css ends */

.stack-caption, .mobile-caption {
	margin-top: 12px;
	font-size: 12px;
	color: #454545;
	text-align: left;
}
#backto_BrandPg {
	background: url(./images/left-long-arrowBlack.png);
	background-repeat: no-repeat;
	background-position: 6px center;
	display: inline-flex;
	font-size: 18px;
	padding: 10px 11px 10px 50px;
	background-size: 38px;
	background-color: #fff;
	border-radius: 40px;
	box-shadow: 0 0px 6px rgba(0, 0, 0, .35);
	border: 2px solid #26a39a;
	font-family: 'Open Sans';
	font-weight: 400;
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
	color: #000;
}
	#backto_BrandPg:hover {
		text-decoration: none;
		/* border-color: #000; */
		background-color: #EDEDED;
	}
	a:hover, a:focus{
		text-decoration:none;
	}

	/* responsive styles  */
	@media (min-width: 992px) {
		.navbar .dropdown:hover > .dropdown-menu {
		display: block;
	}

	.dropdown-submenu,
	li.dropdown-submenu .dropdown-menu li {
		position: relative;
	}

	#brand-pg .nav li li {
		font-size: 14px;
		border-bottom: 1px solid #C6EEFB;
		position:relative;
		/* border-left: 2px solid transparent; */
	}

		#brand-pg .nav li li:last-child {
			border-bottom: none;
		}

		#brand-pg li li.dropdown-submenu:hover:before, .dropdown-menu li:hover::before {
			content: "";
			position: absolute;
			left: 4px;
			width: 2px;
			height: 100%;
			top: 0;
			background-color: #084354;
			/* border-left-color: #084354; */
		}
		li:hover a:not([href]) {
			pointer-events: none;
		}

	#brand-pg .dropdown-menu > li > a {
		padding: 8px 25px 8px 15px;
	}

	#brand-pg .dropdown-menu {
		min-width: 175px;
		box-shadow: 0 8px 10px rgba(0, 0, 0, 0.10);
		border-radius: 8px;
		border: none;
	}

	#brand-pg .dropdown-submenu > a:after {
		content: "\f054";
		font-size: 12px;
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		position: absolute;
		right: 7px;
		top: 10px;
		color: #0FA1D1;
	}

	.dropdown-submenu > .dropdown-menu {
		top: 0;
		left: 100%;
		margin-top: -1px;
		border-radius: 0;
	}

	.dropdown-submenu:hover > .dropdown-menu {
		display: block;
	}
}


@media (max-width: 991px) {

	.navbar-toggle .icon-bar {
		background: linear-gradient(90deg, #67BE55 40%, #1492CB);
	}

	.dropdown-submenu {
		position: static;
	}

		.dropdown-submenu > .dropdown-menu {
			position: static;
			left: 0;
			top: 0;
			float: none;
			border: none;
			box-shadow: none;
			padding-left: 20px;
			margin: 0;
			display: none;
		}


		.dropdown-submenu.open > .dropdown-menu {
			display: block;
		}
}

@media only screen and (min-width:1201px) and (max-width:1365px) {
	.heroSec h1 {
		font-size: 42px;
	}

	.NewBrandPgHdng,
	.hdngwith-underline,
	.hdngwithoutLine {
		font-size: 34px;
	}

	p,
	.accordion-content,
	.stack-popup {
		font-size: 15px;
	}

	.PE-icon img {
		height: 60px;
	}

	.BrandPg-categories li {
		font-size: 14px;
	}

	.pricing-tab {
		padding: 10px 30px;
		font-size: 18px;
	}

	.accordion-section {
		font-size: 18px;
		;
	}

	.stack-wrapper {
		height: 524px;
	}

	.learnMore-Btn {
		font-size: 18px;
	}

	.owl-item.active.center .testimonial-card {
		transform: scale(1.12);
		margin-left: -50px;
		margin-right: -50px;
	}

	.CFsolution .item p {
		font-size: 16px;
	}

	.CFsolution .item img {
		width: 112px;
	}
}

@media (max-width: 767px) {
	.white-Blk > span {
		width: 36px;
		height: 36px;
	}
	.white-Blk p {
		flex: 1;
	}
	.InApp-popup-1 {
		left: -35px;
	}
	section#banners.video-tabs, .singleVideo {
		padding: 0 16px;
	}
	.video-wrap {
		max-width: 92%;
		margin-left: auto;
		margin-right: auto;
	}
	.testimonial-card {
		padding: 28px 18px;
		min-height: 180px;
	}

	.testimonial-body {
		font-size: 14px;
	}

	.owl-stage-outer {
		padding: 20px 0;
	}

	.heroSec h1 {
		font-size: 26px;
		padding: 0 2%;
	}

	.heroSec p {
		font-size: 20px;
	}

	.Brand-mainNav {
		float: none;
		position: absolute;
		background: #fff;
		width: 100%;
		left: 0;
		right: 0;
		border: none;
		margin: 0 !important;
		padding: 0 16px !important;
	}

	.mobile {
		display: block !important;
	}

	.desktop {
		display: none !important;
	}

	.navbar-header {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.Brand-Hdr-logo {
		max-width: 116px;
	}

	.nav li,
	.Brand-HdrdBtn {
		font-size: 14px;
	}

	#brand-pg .dropdown-submenu > a:after {
		content: "\f054";
		font-size: 12px;
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		position: absolute;
		right: 7px;
		top: 10px;
		color: #0FA1D1;
	}

	#brand-pg .dropdown-submenu.open > a:after {
		transform: rotate(90deg);
	}

	.dropdown-submenu {
		position: relative;
	}

	.CFsolution ul {
		flex-wrap: wrap;
		margin-top: 10px;
		justify-content: center !important;
		gap: 16px;
	}

	.CFsolution li img {
		width: 100px;
	}

	.mapSec img {
		width: 100%;
	}

	.NewBrandPgHdng,
	.hdngwith-underline,
	.hdngwithoutLine {
		font-size: 20px;
		margin: 0 0 28px;
	}

	.navbar-toggle {
		margin-right: 0;
	}

	.navbar-brand {
		padding-left: 0;
	}

	section {
		margin-top: 30px;
	}

	.priceExcellence .flex-container {
		gap: 20px;
		margin-bottom: 28px;
	}
	.video .container {
		padding-bottom: 15px !important;
	}

	.porfolio .container, .video .container {
		padding-left: 16px;
		padding-right: 16px;
		padding-top: 24px;
		padding-bottom: 24px;
	}

	.pricing-tab {
		font-size: 14px;
		padding: 9px 12px;
	}

	.PE-icon img {
		height: 50px;
	}

	.pricing-tabs {
		gap: 12px;
	}

	.videoInner {
		margin-top: 10px;
		width: 100%;
	}

	iframe {
		width: 100%;
		height: auto;
	}

	.owl-item.active.center .testimonial-card {
		transform: none;
		margin-left: 0;
		margin-right: 0;
		padding: 18px 16px;
		box-shadow: 0 5px 8px rgba(0, 0, 0, 0.16);
	}

	.testimonial-wrap {
		position: relative;
		width: 100%;
		margin: 0 auto;
	}

		.testimonial-wrap .owl-stage-outer {
			padding: 16px 0 20px;
		}

	.owl-theme .owl-nav.disabled + .owl-dots {
		margin-top: 0;
	}

	.porfolio,
	.cifi,
	.Brand-talk-to-sales, .video {
		padding: 0 12px;
	}

	.tab-content-box {
		padding: 0;
	}

	.tabs-scroll-wrap {
		padding: 0 46px;
		margin-top: 20px;
	}

	.CFsolution .item img {
		width: 108px;
	}

	.CFsolution .item p {
		font-size: 14px;
	}

	.CFsolution .clients-carousel {
		margin-top: 0;
	}

	.mapSec {
		margin-top: 8px;
	}

	.wrapper .title-row,
	.right-label {
		display: none;
	}

	.box {
		padding: 0;
		border: none;
		max-width: 100%;
	}

	.left-label,
	.right-label,
	.impact {
		font-size: 14px;
	}

	.wrapper .title-row + .flex-container {
		gap: 8px;
		align-items: center;
	}

	.wrapper {
		max-width: 100%;
		margin: 16px auto 0;
	}

	.porfolio .NewBrandPgHdng:before, .video .NewBrandPgHdng:before {
		left: -15px;
		width: 16px;
		top: 10px;
	}

	.wrapper.product-page {
		display: none;
	}

	.NewBrandPgHdng:before {
		top: 9px;
	}

	.BrandPg-categories li {
		padding: 10px 8px;
		font-size: 14px;
	}

	.BrandPg-categories ul {
		gap: 3px;
	}

	.arrow {
		border-top: 11px solid transparent;
		border-bottom: 11px solid transparent;
		border-left: 12px solid #1F93C4;
	}

	.cifi_inner {
		background-image: url(images/cifi-Mobile.jpg);
		padding: 30px 16px;
		height: 674px;
		background-position: center;
	}

		.cifi_inner .row {
			flex-direction: column;
			text-align: center;
			align-items: center;
			justify-content: flex-start;
		}

		.cifi_inner h2 {
			text-align: center;
			padding-right: 0;
			padding-left: 0;
		}

		.cifi_inner p {
			margin: 0;
		}

	.cifi .learnMore-Btn {
		margin-top: 28px;
		width: 100%;
	}

	.salesInner {
		padding-left: 30px;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.learnMore-Btn {
		font-size: 14px;
	}

	p,
	li {
		font-size: 14px;
	}

	.NewBrandPgHdng br,
	.hdngwith-underline br,
	.hdngwithoutLine br {
		display: none;
	}

	.stack-popup {
		padding: 4px 10px;
		font-size: 12px;
		line-height: 14px;
		max-width: 146px;
	}

	.tabs-4 .stack-popup.tab2-popup.acc-img1-popup.acc-img1-popup2 {
		top: 26% !important;
		left: 64% !important;
	}

	.tabs-4 .stack-popup.tab2-popup.acc-img1-popup.acc-img1-popup1 {
		top: 12% !important;
	}
	.stack-caption, .mobile-caption {
		font-size: 10px;
	}
	.accordion-content {
		padding: 12px 0 8px 0;
	}
	/*=======*/

	.stack-popup.tab1-popup.acc-img1-popup.acc-img1-popup1 {
		top: 17% !important;
	}

	.stack-popup.tab1-popup.acc-img1-popup.acc-img1-popup2 {
		top: 36% !important;
		left: 60% !important;
	}

	.stack-popup.tab1-popup.acc-img1-popup.acc-img1-popup3 {
		top: 71% !important;
	}

	.stack-popup.tab1-popup.acc-img1-popup.acc-img1-popup4 {
		top: 80% !important;
		left: 47% !important;
	}

	/*=====*/

	.stack-popup.tab1-popup.acc-img2-popup.acc-img2-popup1 {
		top: 15% !important;
	}

	.stack-popup.tab1-popup.acc-img2-popup.acc-img2-popup2 {
		top: 32% !important;
		left: 58% !important;
	}

	.stack-popup.tab1-popup.acc-img2-popup.acc-img2-popup3 {
		top: 70% !important;
		left: 2% !important;
	}

	.stack-popup.tab1-popup.acc-img2-popup.acc-img2-popup4 {
		top: 80% !important;
	}

	/*=====*/

	.stack-popup.tab1-popup.acc-img3-popup.acc-img3-popup1 {
		top: 12% !important;
	}

	.stack-popup.tab1-popup.acc-img3-popup.acc-img3-popup2 {
		top: 22% !important;
		left: 63% !important;
	}

	/*=====*/

	.stack-popup.tab1-popup.acc-img4-popup.acc-img4-popup1 {
		top: 21% !important;
		left: 14px !important;
	}

	.stack-popup.tab1-popup.acc-img4-popup.acc-img4-popup2 {
		left: 58% !important;
	}
	.stack-popup.tab1-popup.acc-img5-popup.acc-img5-popup1 {
		left: 10% !important;
	}

	.stack-popup.tab2-popup.acc-img2-popup.acc-img2-popup1 {
		top: 14% !important;
	}

	.stack-popup.tab2-popup.acc-img2-popup.acc-img2-popup2 {
		left: 58% !important;
		top: 42% !important;
	}

	/*=====*/

	.stack-popup.tab2-popup.acc-img3-popup.acc-img3-popup1 {
		left: 50% !important;
		top: 40% !important;
	}

	.stack-popup.tab1-popup.acc-img5-popup.acc-img5-popup2 {
		left: 60% !important;
	}

	.owl-item .testimonial-card {
		transform: scaleY(0.78);
		padding: 18px 16px;
		min-height: 190px;
	}

	.Brand-testimonial > .container {
		padding: 0;
	}

	.accordion-section {
		font-size: 16px;
	}

	.Brand-talk-to-sales {
		padding: 0;
	}

	.salesInner {
		background-image: url(images/talkto-sales-Mobile.png);
		border-radius: 0px;
		background-position: right;
	}

		.salesInner h2 {
			max-width: 60%;
		}

	.heroSec {
		height: unset;
	}

	.BtnSec a {
		padding: 10px 12px;
		font-size: 14px;
	}

	.borderedBox .sub-heading {
		font-size: 18px;
	}

	.borderedBox {
		padding: 34px 24px;
		margin-top: 0;
		margin-bottom: 20px;
	}

	.shopperDiscoveryAppSec p:last-child {
		max-width: 90%;
		margin: 16px auto 0;
	}

	.section-style {
		padding: 16px 16px;
		min-height: unset;
	}

	.padding-right {
		padding-right: 15px;
	}

	.padding-left {
		padding-left: 15px;
	}

	.white-Blk img {
		height: 21px;
		width: auto;
	}

	.banner-rightSec {
		margin-top: 20px;
	}

	/*.video-wrap video {
		width: auto;
		height: 300px;
		object-fit: contain;
	}*/
	.phone-mockup {
		max-width: 50vw;
	}

		.phone-mockup video{
			width: 95%;
			top: 4px;
			left: 4px;
		}
	

	.smallTxt {
		font-size: 10px;
	}

	.section-style .NewBrandPgHdng:before {
		top: 36px;
	}

	.mobile-row-reverse {
		flex-direction: column-reverse !important;
	}

	.section-style .row {
		display: flex;
		flex-direction: column;
	}

	.video-wrap:before {
		top: 32px;
		bottom: 32px;
		left: 0;
		right: 0;
	}
	.push-popup1 {
		top: 20%;
		left: -23px;
	}
	.coupon-popup1 {
		top: 30%;
		left: -22px;
	}
	.Sponsrd-popup-2 {
		top: 70%;
		right: -26px;
	}
	.InApp-popup-2 {
		top: 25%;
		right: -25px;
	}
	#backto_BrandPg {
		font-size: 16px;
		bottom: 24px;
		background-size: 34px;
		min-width: 245px;
	}
	.phone-mockup video {
		border-radius: 23px;
	}
	.owl-item .testimonial-card {
		min-height: unset;
		height: auto;
	}

	.owl-stage-outer.owl-height {
		height: auto !important;
	}
}

@media only screen and (min-width:320px) and (max-width:360px){
	.Brand-Hdr-logo {
		max-width: 110px;
	}
	.nav li, .Brand-HdrdBtn {
		font-size: 12px;
		padding: 6px 6px;
	}
	.heroSec h1 {
		font-size: 22px;
	}
	.topBtn-sec .BtnSec {
		padding: 8px 9px;
	}
	.BtnSec a {
		padding: 10px 8px;
		font-size: 12px;
	}
	.NewBrandPgHdng, .hdngwith-underline, .hdngwithoutLine {
		font-size: 18px;
	}
	.simple-tabs button {
		padding: 8px 12px;
		font-size: 14px;
	}
	#backto_BrandPg {
		font-size: 14px;
		min-width: 225px;
	}
	.phone-mockup video {
		border-radius: 16px;
	}
	.pricing-mobile-groups .group-tab {
		padding: 6px 6px;
		font-size: 12px;
	}
	p, li {
		font-size: 12px;
	}
/*	.owl-item .testimonial-card {
		min-height: 410px;
		height:auto;
	}*/
	.owl-item .testimonial-card {
		min-height: unset;
		height: auto;
	}
	.owl-stage-outer.owl-height {
		height: auto !important;
	}
	.stack-popup.tab1-popup.acc-img2-popup.acc-img2-popup2 {
		top: 32% !important;
		left: 55% !important;
	}
	.salesInner h2 {
		max-width: 60%;
	}

}
