a {
	text-decoration: none
}
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0
}
li {
	list-style: none
}
h2 {
	font-family: Poppins !important;
	font-size: 30px !important;
	font-weight: 500 !important
}
.container {
	margin-left: auto;
	margin-right: auto;
	max-width: 1140px;
	width: 100%
}
ul#breadcrumb {
	padding: 3px 0
}
picture {
	display: block;
	margin-top: -4px
}
.rowFlex {
	align-items: center;
	display: flex;
	justify-content: space-between
}
.colItemFlex {
	width: 48%
}
.heroSection {
	background: #fff;
	padding: 18px 0 35px
}
.heroSection .colItemFlex {
	width: 52%
}
.heroSection .productTitle {
	width: 45%
}
.productTitle h2 {
	color: #442c8c;
	font-family: Poppins;
	font-size: 30px !important;
	font-weight: 500 !important;
	line-height: 40px;
	margin-bottom: 5px
}
.image-display {
	margin-bottom: 8px;
	text-align: center;
	width: 100%
}
.image-display img {
	border-radius: 5px;
	height: auto;
	max-width: 100%
}
.heroslider-container {
	align-items: center;
	position: relative
}
.heroslider, .heroslider-container {
	display: flex;
	justify-content: start
}
.heroslider {
	overflow: hidden;
	padding: 0;
	width: 100%
}
.heroslider .heroslider-item {
	border-radius: 5px;
	cursor: pointer;
	margin: 0 5px;
	opacity: .5;
	transition: transform .3s
}
.heroslider-item.active {
	opacity: 1 !important
}
.heroslider-btn {
	background-color: transparent;
	border: none;
	cursor: pointer;
	font-size: 24px;
	position: absolute;
	user-select: none;
	z-index: 9
}
.heroslider-btn:hover {
	color: #333
}
button#prevBtn {
	left: 0
}
button#prevBtn img {
	transform: rotate(180deg)
}
button#nextBtn {
	right: 0
}
.productTitle .rowFlex {
	align-items: center;
	justify-content: start
}
.colItemFlexPrd .inStock {
	background-color: #48a513;
	border-radius: 5px;
	color: #fff;
	margin-right: 12px;
	padding: 3.6px 8.3px 3.6px 13.7px
}
.colItemFlexPrd .inStock, .happyCstomers {
	font-family: Poppins;
	line-height: normal;
	margin-bottom: 0 !important
}
.happyCstomers {
	color: #828282;
	font-size: 16px;
	font-weight: 500
}
.happyCstomers img {
	margin-left: 7px;
	margin-right: 7px;
	vertical-align: middle
}
.vertical-line {
	padding-left: 10px;
	position: relative
}
.vertical-line:after {
	background-color: #979797;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 1px
}
.mPrice {
	color: #828282;
	font-size: 18px;
	letter-spacing: normal;
	line-height: normal;
	margin: 15px 0 3px !important;
	text-decoration: line-through
}
.mPrice, p.pStarts {
	font-family: Poppins
}
p.pStarts {
	align-items: center;
	color: #494949;
	display: inline-flex;
	font-size: 28px;
	font-weight: 500;
	line-height: 30px;
	margin: 2px 0 5px;
	vertical-align: middle
}
.tooltip-title {
	color: #442c8c;
	font-size: 15px
}
.plan-info-tooltip {
	margin-left: 6px;
	position: relative;
	vertical-align: middle
}
.plan-info-tooltip, .plan-info-tooltip .info-icon {
	align-items: center;
	cursor: pointer;
	display: inline-flex;
	flex-shrink: 0
}
.plan-info-tooltip .info-icon {
	font-family: Poppins, sans-serif;
	height: 20px;
	justify-content: center;
	line-height: normal;
	width: 20px
}
.productSection .plan-info-tooltip .info-icon {
	width: 14px
}
.plan-info-tooltip .tooltip-box {
	background: #fff;
	border-radius: 8px;
	bottom: calc(100% + 12px);
	box-shadow: 0 4px 20px rgba(0, 0, 0, .15);
	color: #333;
	display: block;
	font-family: Poppins, sans-serif;
	font-size: 12px;
	font-weight: 400;
	left: auto;
	line-height: 1.6;
	max-width: calc(100vw - 30px);
	opacity: 0;
	padding: 14px 16px;
	pointer-events: none;
	position: absolute;
	right: -10px;
	text-align: left;
	transform: translateY(6px);
	transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
	visibility: hidden;
	width: 280px;
	z-index: 9999
}
.plan-info-tooltip.active .tooltip-box, .plan-info-tooltip:focus .tooltip-box, .plan-info-tooltip:hover .tooltip-box {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
	visibility: visible
}
.slideLike .plan-info-tooltip.active .tooltip-box, .slideLike .plan-info-tooltip:focus .tooltip-box, .slideLike .plan-info-tooltip:hover .tooltip-box {
	transform: translateX(-50%) translateY(0)
}
.plan-info-tooltip .tooltip-box:before {
	bottom: -16px;
	content: "";
	height: 16px;
	left: 0;
	position: absolute;
	width: 100%
}
.plan-info-tooltip.is-closing .tooltip-box {
	opacity: 0 !important;
	pointer-events: none !important;
	transform: translateY(6px) !important;
	visibility: hidden !important
}
.slideLike .plan-info-tooltip.is-closing .tooltip-box {
	transform: translateX(-50%) translateY(6px) !important
}
.plan-info-tooltip .tooltip-box:after {
	border-bottom: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 10px solid #fff;
	content: "";
	left: auto;
	position: absolute;
	right: 14px;
	top: 100%
}
.plan-info-tooltip .tooltip-box .tooltip-title {
	color: #442c8c;
	display: block;
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 10px;
	padding-right: 20px;
	text-align: left
}
.plan-info-tooltip .tooltip-box .tooltip-close {
	color: #000;
	cursor: pointer;
	font-family: sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	padding: 4px;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 10
}
.plan-info-tooltip .tooltip-box ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left
}
.plan-info-tooltip .tooltip-box ul li {
	color: #333;
	display: block;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 0;
	padding-bottom: 8px;
	text-align: left
}
.plan-info-tooltip .tooltip-box ul li:last-child {
	padding-bottom: 0
}
.plan-info-tooltip .tooltip-box .tooltip-item {
	color: #333;
	display: block;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 0;
	padding-bottom: 8px;
	text-align: left
}
.plan-info-tooltip .tooltip-box .tooltip-item:last-child {
	padding-bottom: 0
}
.slideLike .plan-info-tooltip .tooltip-box {
	left: 50%;
	right: auto;
	transform: translateX(-50%) translateY(6px)
}
.slideLike .plan-info-tooltip.active .tooltip-box {
	transform: translateX(-50%) translateY(0)
}
.slideLike .plan-info-tooltip .tooltip-box:after {
	left: 50%;
	right: auto;
	transform: translateX(-50%)
}
@media (max-width:576px) {
	.plan-info-tooltip .tooltip-box {
		left: auto;
		max-width: calc(100vw - 24px);
		right: -10px;
		transform: translateY(6px);
		width: 275px
	}
	.plan-info-tooltip.active .tooltip-box {
		transform: translateY(0)
	}
	.plan-info-tooltip .tooltip-box:after {
		left: auto;
		right: 14px;
		transform: none
	}
	.slideLike .plan-info-tooltip .tooltip-box {
		left: 50%;
		right: auto;
		transform: translateX(-50%) translateY(6px);
		width: 250px
	}
	.slideLike .plan-info-tooltip.active .tooltip-box {
		transform: translateX(-50%) translateY(0)
	}
	.slideLike .plan-info-tooltip .tooltip-box:after {
		left: 50%;
		right: auto;
		transform: translateX(-50%)
	}
}
p.inclusiveTaxes {
	color: #828282;
	font-size: 16px;
	margin-bottom: 15px
}
.subBtn, p.inclusiveTaxes {
	font-family: Poppins;
	line-height: normal
}
.subBtn {
	align-items: center;
	background: #f58220;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-size: 18px;
	font-weight: 500;
	justify-content: start;
	margin: 0 5px 2px 0;
	padding: 7px 8px 8px 12px;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 190px
}
.subBtn:hover {
	background: #452f8a;
	color: #fff !important;
	text-decoration: none
}
.subBtn img {
	position: absolute;
	right: 8px
}
.prodBenefits {
	background-color: #f6f6f6;
	border-radius: 10px;
	margin: 15px 0 0;
	padding: 19px 12px 20px
}
.prodBenefits h3 {
	color: #442c8c;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
	text-align: left
}
.prodBenefits h3, .prodBenefits p {
	font-family: Poppins;
	letter-spacing: normal
}
.prodBenefits p {
	color: #494949;
	font-size: 14px;
	line-height: 24px;
	margin: 8px 0 0
}
.productSpecific {
	background: #fff;
	padding: 28px 0 30px
}
.productSpecific table {
	border-collapse: collapse;
	margin: auto auto 0;
	width: 100%
}
.productSpecific h2 {
	color: #442c8c;
	margin-bottom: 22px;
	text-align: left
}
.brochureSection h2 {
	font-weight: 600;
	margin-bottom: 0 !important
}
.productSpecific table td, .productSpecific table th {
	border: 1px solid #e0e0e0;
	color: #828282;
	font-family: Poppins;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	padding: 10px 8px 10px 10px;
	text-align: left;
	width: 50%
}
.productSpecific table tr td:first-child, .productSpecific table tr th:first-child {
	font-weight: 600
}
.productSpecific .colFlexItem {
	text-align: center;
	width: 50%
}
.contentFlex {
	align-items: center;
	background: #fff;
	border: 1px solid #f58220;
	border-radius: 5px;
	display: flex;
	font-family: Poppins;
	justify-content: left;
	padding: 10px 18px;
	position: relative;
	width: 270px
}
.contentFlex p {
	color: #f58220;
	font-family: Poppins;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 0 !important;
	margin-left: 12px
}
.brochureSection, .brochureSection.container {
	padding-top: 25px !important
}
.brochureSection {
	border-top: 1px solid #e0e0e0;
	margin-top: 35px !important
}
.productSpecificImgItem {
	text-align: end !important
}
.productSection {
	background: #fff;
	padding: 42px 0 30px
}
.productSection h2 {
	color: #442c8c;
	margin-bottom: 44px;
	text-align: center
}
.productSection .rowFlex {
	justify-content: center
}
.productSection .colFlexItem {
	position: relative;
	text-align: left
}
.productSection .greenBadge {
	color: #fff;
	font-family: Poppins;
	font-size: 12px;
	font-weight: 500;
	position: absolute;
	text-align: center;
	top: 14px;
	width: 100px;
	--f: 0px;
	--r: 0.8em;
	background: #48a513;
	border-bottom: var(--f) solid #0005;
	border-right: var(--r) solid #0000;
	clip-path: polygon(0 0, 0 calc(100% - var(--f)), var(--f) 100%, var(--f) calc(100% - var(--f)), 100% calc(100% - var(--f)), calc(100% - var(--r)) calc(50% - var(--f)/2), 100% 0);
	line-height: 1.8;
	padding-inline: .25em
}
#knwClickToggle img {
	transform: rotate(90deg)
}
.newCol {
	background-color: #f6f8fa;
	border-radius: 9px;
	height: 240px;
	margin-bottom: 20px;
	margin-right: 15px;
	padding: 31px 41px 12px;
	text-align: center;
	width: 240px
}
.prodTitle {
	color: #1e1e1e;
	line-height: normal;
	margin: 0 30px 6px 0
}
.prodTitle, p.prodPrice {
	font-family: Poppins;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 6px !important
}
p.prodPrice {
	color: #442c8c;
	margin-bottom: 0 !important
}
.prodLtrs {
	color: #1e1e1e;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 6px
}
.prodBtn, .prodLtrs {
	font-family: Poppins;
	line-height: normal
}
.prodBtn {
	background-color: #f58220;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 16px;
	font-weight: 500;
	margin: 18px 0;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	width: 161px
}
a.prodBtn:hover {
	background: #452f8a;
	box-shadow: none;
	color: #fff !important;
	text-decoration: none
}
.arrorTechSpec, .productSection .slider-nav, .productSpecific #arrowTechSpec .techSpecification, .shwTableClick {
	display: none
}
.shwTableClick.active {
	display: table
}
p#knwClickToggle {
	cursor: pointer;
	margin: 22px auto auto;
	padding: 7px 8px 8px 28px !important
}
.shwTableClick tr:first-child td {
	border-top: 0
}
.contentFlex a img {
	position: absolute;
	right: 18px;
	top: 21px
}
.simiText {
	color: #828282;
	font-size: 14px;
	margin: 15px 0
}
.specficationList li {
	color: #828282;
	font-size: 14px;
	line-height: 24px
}
.top-sliderLike {
	padding: 0 20px;
	position: relative
}
.like-next, .like-prev {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 50%;
	box-shadow: none;
	color: #442c8c;
	cursor: pointer;
	display: none;
	font-size: 18px;
	height: 40px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	z-index: 10
}
.like-prev {
	left: -20px
}
.like-next {
	right: -20px
}
.lotierBg {
	background: #edf6fd
}
.reverBg {
	background-color: #fdebdb
}
.glider-next, .glider-prev {
	color: #442c8c
}
.yellowBadge {
	color: #202020;
	font-family: Poppins;
	font-weight: 500;
	text-align: center;
	--f: 0px;
	--r: 0.8em;
	background: gold;
	border-bottom: var(--f) solid #0005;
	border-right: var(--r) solid #0000;
	clip-path: polygon(0 0, 0 calc(100% - var(--f)), var(--f) 100%, var(--f) calc(100% - var(--f)), 100% calc(100% - var(--f)), calc(100% - var(--r)) calc(50% - var(--f)/2), 100% 0);
	font-size: 12px;
	line-height: 1.8;
	padding-inline: .25em;
	position: absolute;
	top: 14px;
	width: 100px
}
.slider-nav {
	display: flex;
	gap: 8px;
	justify-content: center;
	margin-top: 20px
}
.glider-next, .glider-prev {
	color: #442c8c !important;
	position: absolute;
	top: 47%
}
.bgLight {
	background-color: #f6e6d8 !important
}
.newCol img {
	width: 80%
}
.prodApplicable {
	color: #1e1e1e;
	font-size: 11px;
	font-weight: 400;
	line-height: normal
}
.prodSpanPrice {
	font-size: 11px
}
.inclusiveTaxes span {
	color: #2c2c2e;
	font-size: 13px;
	font-weight: 400;
	line-height: normal
}
@media (min-width:1024px) {
	#header .logo {
		padding: 4px 10px 2px 15px;
		width: 170px !important
	}
	.like-next, .like-prev {
		align-items: center;
		display: flex;
		justify-content: center
	}
}
@media (max-width:1023px) {
	.productSection .like-next, .productSection .like-prev {
		display: none
	}
}
@media (max-width:768px) {
	h2 {
		font-size: 20px !important
	}
	.top-sliderLike {
		padding: 0
	}
	p#knwClickToggle {
		display: none
	}
	.shwTableClick {
		display: table;
		margin-bottom: 22px !important
	}
	.heroSection {
		padding: 12px 0 0
	}
	.rowFlex {
		display: block
	}
	.productSpecific .mobrowFlex {
		display: flex;
		flex-direction: column-reverse
	}
	div#arrowTechSpec {
		margin-top: 22px;
		padding: 0 16px
	}
	.colItemFlex {
		width: 100%
	}
	.image-display {
		margin-bottom: 10px
	}
	.prodBenefits {
		border-radius: 0;
		margin: 29px 0 0
	}
	.productTitle .rowFlex {
		display: flex;
		justify-content: center
	}
	.productTitle .mobPadding, .productTitle h2 {
		text-align: center
	}
	.productTitle h2 {
		font-size: 20px !important;
		line-height: 30px;
		margin-bottom: 8px;
		margin-top: 15px
	}
	.colItemFlexPrd .inStock {
		font-size: 11px
	}
	.productSpecific table td, .productSpecific table th {
		font-size: 12px
	}
	.arrorTechSpec {
		display: block;
		filter: invert(55%) sepia(50%) saturate(1001%) hue-rotate(345deg) brightness(98%) contrast(96%);
		position: absolute;
		right: 14px;
		top: 12px
	}
	.happyCstomers {
		font-size: 14px
	}
	.happyCstomers img {
		margin-left: 5px;
		margin-right: 5px;
		vertical-align: middle;
		width: 22px
	}
	p.pStarts {
		display: inline-flex;
		font-size: 22px;
		justify-content: center;
		text-align: center;
		vertical-align: middle
	}
	.mPrice {
		margin: 10px 0 3px !important
	}
	.mPrice, p.inclusiveTaxes {
		font-size: 16px;
		text-align: center
	}
	.productSpecific h2 {
		text-align: center
	}
	.productSpecific #arrowTechSpec .techSpecification {
		background: #fff;
		border: 1px solid #f58220;
		border-radius: 5px;
		color: #f58220;
		display: block;
		font-size: 16px !important;
		font-weight: 500;
		margin: 0;
		padding: 15px 13px;
		position: relative;
		text-align: start
	}
	.contentFlex p {
		font-size: 16px
	}
	.stepContent {
		margin: 0
	}
	.subBtn {
		display: block;
		margin: auto auto 20px;
		width: 220px
	}
	.brochureSection.container {
		margin-top: 25px !important;
		padding: 25px 16px 0 !important
	}
	.heroslider .heroslider-item {
		height: 78px;
		width: 78px
	}
	.heroslider {
		justify-content: space-between
	}
	.productSpecific {
		padding: 14px 0 26px
	}
	.productSection h2 {
		margin-bottom: 20px
	}
	.prodBtn {
		margin: 15px 0 0
	}
	.prodBenefits p {
		font-size: 14px;
		line-height: 24px;
		text-align: center
	}
	.productSpecific .colFlexItem {
		position: relative;
		width: 100%
	}
	.productSpecificImgItem img {
		height: auto;
		width: 100%
	}
	.heroslider-btn {
		z-index: unset !important
	}
	.contentFlex {
		width: 100%
	}
	.usermanual-download-first {
		margin-bottom: 15px
	}
	.heroSection .colItemFlex, .heroSection .productTitle {
		width: 100%
	}
	.productSection .slider-nav {
		background: #fff;
		display: flex;
		gap: 0;
		justify-content: center;
		margin: 18px 0 0
	}
	.productSection .slider-dotLike {
		background-color: #9a9a9a;
		border-radius: 50%;
		cursor: pointer;
		height: 10px;
		margin-top: 20px;
		transition: background-color .3s ease;
		width: 10px
	}
	.brochureSection h2 {
		margin-bottom: 22px !important
	}
	.productSection .slider-dotLike.active {
		background-color: #454545;
		border-radius: 7.5px;
		height: 10px;
		width: 21px
	}
	.newCol {
		height: auto;
		width: auto
	}
	.productSection {
		padding: 25px 13px
	}
	.prodTitle {
		font-size: 14px;
		font-weight: 700
	}
	.mobPadding {
		padding: 0 10px
	}
	.top-sliderLike .glider::-webkit-scrollbar, .top-sliderLike .glider::-webkit-scrollbar-thumb {
		display: none !important
	}
	.glider-dot {
		background-color: #9a9a9a;
		border-radius: 50%;
		cursor: pointer;
		height: 7px !important;
		margin-top: 20px;
		transition: background-color .3s ease;
		width: 7px !important
	}
	.glider-dot.active {
		background-color: #454545 !important;
		border-radius: 7.5px;
		height: 10px;
		width: 21px !important
	}
	.prodBenefits h3 {
		text-align: center
	}
	.showOnClick {
		display: none
	}
	.showOnClick.active {
		display: block;
		margin-top: 15px
	}
	.simiText {
		line-height: 20px;
		text-align: center
	}
	.subBtn img {
		bottom: 4px
	}
	.heroSection .rowFlex.container {
		display: block
	}
	.brochureSection, .brochureSection .rowFlex {
		display: block !important
	}
}
@media(max-width:415px) {
	.subBtn img {
		bottom: 12px
	}
	p.pStarts {
		font-size: 20px
	}
	.prodTitle, p.prodPrice {
		font-size: 14px
	}
}
@media(max-width:375px) {
	p.pStarts {
		font-size: 18px
	}
}
@media (max-width:345px) {
	.prodTitle, p.prodPrice {
		font-size: 12px
	}
}
