.e-commerce-tips-content img {
	height: auto;
}

.e-commerce-tips-sub-content h5 a {
	color: #1d1f48;
	text-decoration: none;
	border-bottom: none;
}

.e-commerce-tips-sub-content a {
	border-bottom: 0.0625rem solid #0081ff;
	text-decoration: none;
}

section.header-ribbon {
	background: #d72344
}

.header-ribbon-main-parent {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	cursor: default;
}

.header-ribbon-main-parent p {
	color: white;
	margin: 5px;
	font-family: 'Infra';
}

.header-ribbon-main-parent p a {
	color: white;
}

.header-logo {}

.header-logo img {
	width: 254px;
	height: 64px;
}

#padding {
	padding: 50px 0;
	cursor: pointer;
}

.menuIcon a:after {
	content: '';
	border: solid #7483a6;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 4px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: relative;
	top: -3px;
	margin-left: 10px;
	margin-right: 10px;
}

.header-main-parent {
	display: flex;
	padding: 20px 0;
	align-items: center;
}


.header-menu-content {
	display: flex;
	padding-left: 0;
	justify-content: flex-end;
}

.header-menu-content li {
	display: block;
	padding: 0px 15px;
	position: relative;
	cursor: pointer;
}

.header-menu-content li a:hover {
	text-decoration: underline;
}

.sticky .header-button button a {
	color: white;
}

.header-button button a {
	color: #1d1f48;
}

.sub-menu-solutions {
	position: absolute;
	top: 65px;
	padding-left: 0;
	display: flex;
	left: 0;
	line-height: 1.75rem;
	width: 800px;
	padding: 20px;
	border-radius: 10px;
	background: white;
	box-shadow: 0 0.25rem 0.25rem rgb(29 31 72 / 10%);
}

.sub-menu-product {
	position: absolute;
	top: 65px;
	padding-left: 0;
	display: flex;
	flex-wrap: wrap;
	left: 0;
	line-height: 1.75rem;
	width: 800px;
	background: white;
	z-index: 99;
	box-shadow: 0 0.25rem 0.25rem rgb(29 31 72 / 10%);
}

.overlay {
	position: fixed;
	inset: 0;
	background: #0a0a0a;
	opacity: 0;
	z-index: 1;
	visibility: hidden;
	transition: all .3s ease-in-out;
}

.active-overlay {
	opacity: .5 !important;
	visibility: visible !important;
}


.sticky {
	top: 0;
	position: fixed !important;
	width: 100%;
	background: #ffff;
	z-index: 1111;
	box-shadow: 0 0 10px 5px rgb(0 0 0 / 10%);
}

.header-button button a {
	text-decoration: none;
}

.header-button button a:active {
	color: #1d1f48;
}

.sticky .header-button button {
	background: #1d1f48;
	color: #fff;
}

.sticky .header-button button:hover {
	background: #33367f;
}

.sticky .sub-menu-product-content-last-child a:hover {
	background: #33367f;
}

.sticky .sub-menu-product-content-last-child a {
	background: #1d1f48;
	color: #fff;
}

.whiterightarrow {
	display: none;
}

.sticky .whiterightarrow {
	display: block;
}

.sticky .righticon {
	display: none;
}

.header-section {
	position: sticky;
	z-index: 99999999999999;
	background-color: white;
	top: 0;
}

.header-ribbon {
	position: relative;
	z-index: 99999999999999;
}

#sub-menu-solutions-hover {
	display: none;
}

.solutions:hover #sub-menu-solutions-hover {
	display: flex !important;
}

.sub-menu-product-content {
	padding: 20px;
	width: 33.3%;
}

.sub-menu-solutions-content {
	padding: 20px;
	width: 33.3%;
}

.sub-menu-product ul {
	padding-left: 0;
}

.sub-menu-solutions ul {
	padding-left: 0;
}

.sub-menu-product a::after {
	display: none;
}

.sub-menu-solutions a:after {
	display: none;
}

.sub-menu-product h6 {
	font-family: Infra;
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.5rem;
	margin: 10px 0;
	color: #1d1f48;
}

.sub-menu-solutions h6 {
	font-family: Infra;
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.5rem;
	margin: 10px 0;
	color: #1d1f48;
}

.sub-menu-product .highlighted {
	display: inline-block;
	font-size: 1rem;
	margin-top: 1rem;
	text-decoration: underline;
}

.sub-menu-solutions .highlighted {
	display: inline-block;
	font-size: 1rem;
	margin-top: 1rem;
	text-decoration: underline;
}

.highlighted:hover {
	color: #0081ff;
}

.sub-menu-product li a {
	font-weight: 400 !important;
}

.sub-menu-solutions li a {
	font-weight: 400 !important;
}

.sub-menu-partners {
	position: absolute;
	background: white;
	border-radius: 10px;
	top: 65px;
	padding-left: 0;
	left: 0;
	line-height: 1.75rem;
	width: 200px;
	padding: 25px 20px;
	box-shadow: 0 0.25rem 0.25rem rgb(29 31 72 / 10%);
}

#sub-menu-en {
	display: none;
}

.en:hover #sub-menu-en {
	display: block;
}

.sub-menu-en {
	background: white;
	border-radius: 10px;
	position: absolute;
	top: 75px;
	padding-left: 0;
	left: 0;
	line-height: 1.75rem;
	width: 50px;
	padding: 25px 20px;
	text-align: center;
	padding: 10px 0;
	box-shadow: 0 0.25rem 0.25rem rgb(29 31 72 / 10%);
}

.sub-menu-resources {
	box-shadow: 0 0.25rem 0.25rem rgb(29 31 72 / 10%);
	background: white;
	border-radius: 10px;
	position: absolute;
	top: 65px;
	padding-left: 0;
	left: 0;
	line-height: 1.75rem;
	width: 200px;
	padding: 25px 20px;
}

#sub-menu-partners-hover {
	display: none;
}

.sub-menu-resources li {
	padding: 0;
}

.sub-menu-partners li {
	padding: 0;
}

.partners:hover #sub-menu-partners-hover {
	display: block;
}

.sub-menu-resources li a {
	font-weight: 400 !important;
}

.sub-menu-partners li a {
	font-weight: 400 !important;
}

.sub-menu-resources li a::after {
	display: none;
}

.sub-menu-partners li a::after {
	display: none;
}

.sub-menu-partners::before {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	background-color: #fff;
	transform: rotate(135deg);
	top: -10px;
	left: 50px;
}

.sub-menu-resources::before {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	background-color: #fff;
	transform: rotate(135deg);
	top: -10px;
	left: 50px;
}

.sub-menu-en::before {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	background-color: #fff;
	transform: rotate(135deg);
	top: -10px;
	left: 15px;
}

#sub-menu-resources-hover {
	display: none;
}

.resources:hover #sub-menu-resources-hover {
	display: block;
}

.sub-menu-product::before {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	background-color: #fff;
	transform: rotate(135deg);
	top: -10px;
	left: 50px;
}

.sub-menu-solutions::before {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	background-color: #fff;
	transform: rotate(135deg);
	top: -10px;
	left: 50px;
}

.header-button {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-button button {
	background-color: #ffda00;
	color: #1d1f48;
	border: none;
	font-family: Infra;
	font-weight: 500;
	border: 0.0625rem solid transparent;
	border-radius: 3rem;
	color: #1d1f48;
	cursor: pointer;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 16px;
	line-height: 1;
	padding: 12px 1rem;
	position: relative;
}


.header-menu {
	width: 75%;
}

.header-button {
	width: 16%;
}

.header-menu li a {
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
	color: #1d1f48;
}

.header-button ul {
	padding-left: 0;
}

.header-button ul li {
	display: block;
	position: relative;
	cursor: pointer;
	line-height: 1.5;
}

.header-button ul li:hover {
	text-decoration: underline;
}

.header-button ul li a {
	font-weight: 700;
	color: #1d1f48;
	text-decoration: underline;
}

.sub-menu-solutions-sub-content li {
	padding: 0;
}

.sub-menu-product-content {
	width: 27%;
	padding: 25px !important;
}

.sub-menu-product-content-last-child {
	background-color: #ececec;
	width: 100%;
	padding: 20px !important;
}

.sub-menu-product-content ul li {
	padding: 0;
}

.sub-menu-product-content-last-child p:nth-child(1) {
	margin: 5px 0;
	font-weight: 500;
}

.sub-menu-product-content-last-child p {
	font-weight: 400;
}

.sub-menu-product-content-last-child a {
	margin-top: 15px;
	background-color: #ffda00;
	color: #1d1f48;
	border: none;
	font-family: Infra;
	border: 0.0625rem solid transparent;
	border-radius: 3rem;
	color: #1d1f48;
	cursor: pointer;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 16px;
	line-height: 1;
	padding: 0.4875rem 1rem;
	position: relative;
}

#demo {
	font-weight: 500 !important;
	align-items: center;
}

#demo:hover {
	background: #e6c400;
	text-decoration: none;
}

#demo img {
	margin-left: 10px;
}

#sub-menu-product-hover {
	display: none;
}

.product:hover #sub-menu-product-hover {
	display: flex;
}

.hamburger span {
	font-weight: 600;
	font-size: 11px;
}

.hamburger div {
	width: 20px;
	height: 2px;
	background: #1d1f48;
	margin: 5px;
	transition: all .3s ease;
}

.toggle .bars1 {
	transform: rotate(-45deg) translate(-5px, 4px);
	background: #1d1f48;
}

.toggle .bars2 {
	transition: all 0s ease;
	width: 0;
}

.toggle .bars3 {
	transform: rotate(45deg) translate(-5px, -5px);
	background: #1d1f48;
}

.hamburger {
	display: none;
}

.stickymeassage-icon {
	display: flex;
	position: fixed;
	z-index: 2147483003;
	padding: 0 !important;
	margin: 0 !important;
	border: none;
	bottom: 20px;
	right: 20px;
	max-width: 60px;
	width: 60px;
	max-height: 60px;
	height: 60px;
	border-radius: 50%;
	/* background: #ffda00; */
	background-color: #25d366;
	cursor: pointer;
	box-shadow: 0 1px 6px 0 rgb(0 0 0 / 6%), 0 2px 32px 0 rgb(0 0 0 / 16%);
	transition: transform 167ms cubic-bezier(0.33, 0.00, 0.00, 1.00);
	box-sizing: content-box;
	align-items: center;
	justify-content: center;
}

.stickymeassage-main-parent a {
	text-decoration: none;
}

.stickymeassage-main-parent a i {
	font-size: 38px;
	color: #FFF;
}


.sticky-image {
	opacity: .5;
}

.header-button button:hover {
	background: #e6c400;
}

.header-ribbon-main-parent p {
	color: white;
	margin: 5px;
}

.header-ribbon-main-parent p a {
	color: white;
}

.header-ribbon-main-parent {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	cursor: default;
}

/* Whatsapp Icon Style Start */
@media only screen and (max-width:600px) {
	.stickymeassage-icon {
		width: 40px;
		height: 40px;
	}

	.stickymeassage-main-parent a i {
		font-size: 24px;
	}
}

/* Whatsapp Icon Style End*/


/* Header Section */
@media only screen and (min-width:1441px) {
	.header-main-parent {
		padding: 18px 0;
	}

	/* .header-logo a img{
                max-width: 86%;
            } */
}

@media only screen and (min-width:1199px) {
	.header-menu-content {
		width: 95%;
	}
}

/* Mobile View for header menu */
@media only screen and (max-width:1199px) {
	.en-mob {
		display: block;
		position: fixed;
		bottom: 0;
		right: 0;
		left: 0;
		padding: 7px 20px;
		background: #edeeee;
	}

	#en {
		text-decoration: underline;
		font-weight: 700;
	}

	.en-mob-main-parent {
		display: flex;
		justify-content: flex-end;
	}

	.en-mob-main-parent p {
		margin: 0 7px;
	}

	.sub-menu-en::before {
		display: none;
	}

	#sub-menu-en {
		display: inline;
	}

	#padding {
		padding: 0;
	}

	.header-section {
		position: sticky;
	}

	.header-menu {
		display: none;
	}

	.header-menu-content {
		margin-bottom: 0;
	}

	.menuIcon.resources.fade {
		border: none !important;
	}


	.change {
		display: block;
		position: absolute;
		top: 70px;
		width: 100%;
		background: white;
		left: 0;
		padding-left: 15px;
		z-index: 99999999;
		padding-bottom: 100%;
	}

	.header-main-parent {
		justify-content: space-between;
	}

	.container {
		width: auto;
		padding: 0 15px;
	}

	.header-button ul {
		display: none;
	}

	.header-button {
		width: 21%;
	}

	.header-menu-content {
		display: block;
	}

	.sub-menu-solutions li {
		font-size: 16px !important;
	}

	.header-menu-content li {
		border-bottom: 0.0625rem solid #cfcfcf;
		padding: 2rem 0;
		font-size: 1.25rem;
	}

	.sub-menu-solutions {
		position: relative;
		width: auto;
		top: 30px;
		padding: 15px 0;
	}

	.sub-menu-partners {
		position: relative;
		width: auto;
		top: 30px;
		padding: 15px 0;
	}

	.solutions:hover #sub-menu-solutions-hover {
		display: block !important;
	}

	.sub-menu-resources {
		position: relative;
		width: auto;
		top: 30px;
		padding: 15px 0;
	}

	.solutions:hover.product.menuIcon a:after {
		transform: rotate(225deg) !important;
	}

	.product:hover.product.menuIcon a:after {
		transform: rotate(225deg) !important;
	}

	.partners:hover.partners.menuIcon a:after {
		transform: rotate(225deg) !important;
	}

	.resources:hover.resources.menuIcon a:after {
		transform: rotate(225deg) !important;
	}

	.sub-menu-partners::before {
		display: none;
	}

	.sub-menu-resources::before {
		display: none;
	}

	.sub-menu-resources li {
		padding: 0 15px;
		border: none;
	}

	.sub-menu-partners li {
		padding: 0 15px;
		border: none;
	}

	.sub-menu-solutions::before {
		display: none;
	}

	.sub-menu-solutions li {
		border: none;
		padding: 0;
	}

	.sub-menu-product {
		position: relative;
		top: 35px;
		display: block;
		width: auto;
		padding-bottom: 30px;
	}

	.product:hover #sub-menu-product-hover {
		display: block !important;
	}

	.sub-menu-product::before {
		display: none;
	}

	.sub-menu-product-content {
		width: auto;
	}

	.header-menu-content li {
		width: auto;
	}

	.sub-menu-product-content ul li {
		padding: 0 !important;
	}

	.sub-menu-product li {
		border: none;
		padding: 10px 0 !important;
	}

	#sub-menu-product-content-last-child {
		padding: 25px !important;
		margin-top: 20px;
	}

	.hamburger {
		display: block;
	}

	.hamburger.toggle span#menu {
		display: none;
	}

	.hamburger.toggle span#close {
		display: block;
	}

	.hamburger span#close {
		display: none;
	}
}

/* Mobile View for Header menu */

@media only screen and (min-width:1441px) and (max-width:1919px) {

	.container {
		width: 80%;
	}

}

@media only screen and (max-width:320px) {
	.header-button {
		width: 53%;
	}

	.header-button button {
		padding: 10px;
		font-size: 11px;
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.header-button {
		width: 27% !important;
	}
}

@media only screen and (max-width:767px) {
	.header-logo img {
		width: 150px;
		height: 38px;
	}

	.header-button button {
		font-size: 12px !important
	}

	.header-button {
		width: 60% !important;
		justify-content: space-around !important;
	}

	.header-logo {
		margin: 0;
		width: auto !important;
	}
}