.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -0.75rem;
	margin-left: -0.75rem;
	padding-top: 0;
	padding-bottom: 0;
}

.row>* {
	padding-left: 12px;
	padding-right: 12px;
	max-width: 100%;
}

.row.g-0 {
	margin-right: 0;
	margin-left: 0;
}

.row.g-0>* {
	padding-left: 0;
	padding-right: 0;
}

.col-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
}

.col {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0%;
	flex: 1 0 0%;
}

.col-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 8.33333333%;
}

.col-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 16.66666667%;
}

.col-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 25%;
}

.col-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 33.33333333%;
}

.col-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 41.66666667%;
}

.col-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 50%;
}

.col-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 58.33333333%;
}

.col-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 66.66666667%;
}

.col-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 75%;
}

.col-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 83.33333333%;
}

.col-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 91.66666667%;
}

.col-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 100%;
}

@media only screen and (min-width: 576px) {
	.col-sm-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 8.33333333%;
	}

	.col-sm-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.66666667%;
	}

	.col-sm-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}

	.col-sm-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.33333333%;
	}

	.col-sm-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 41.66666667%;
	}

	.col-sm-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}

	.col-sm-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 58.33333333%;
	}

	.col-sm-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 66.66666667%;
	}

	.col-sm-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 75%;
	}

	.col-sm-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 83.33333333%;
	}

	.col-sm-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 91.66666667%;
	}

	.col-sm-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}
}

@media only screen and (min-width: 768px) {
	.col-md-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 8.33333333%;
	}

	.col-md-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.66666667%;
	}

	.col-md-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}

	.col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.33333333%;
	}

	.col-md-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 41.66666667%;
	}

	.col-md-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}

	.col-md-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 58.33333333%;
	}

	.col-md-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 66.66666667%;
	}

	.col-md-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 75%;
	}

	.col-md-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 83.33333333%;
	}

	.col-md-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 91.66666667%;
	}

	.col-md-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}
}

@media only screen and (min-width: 992px) {
	.col-lg-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 8.33333333%;
	}

	.col-lg-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.66666667%;
	}

	.col-lg-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}

	.col-lg-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.33333333%;
	}

	.col-lg-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 41.66666667%;
	}

	.col-lg-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}

	.col-lg-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 58.33333333%;
	}

	.col-lg-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 66.66666667%;
	}

	.col-lg-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 75%;
	}

	.col-lg-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 83.33333333%;
	}

	.col-lg-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 91.66666667%;
	}

	.col-lg-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}
}

@media only screen and (min-width: 1200px) {
	.col-xl-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 8.33333333%;
	}

	.col-xl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.66666667%;
	}

	.col-xl-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}

	.col-xl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.33333333%;
	}

	.col-xl-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 41.66666667%;
	}

	.col-xl-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}

	.col-xl-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 58.33333333%;
	}

	.col-xl-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 66.66666667%;
	}

	.col-xl-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 75%;
	}

	.col-xl-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 83.33333333%;
	}

	.col-xl-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 91.66666667%;
	}

	.col-xl-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}
}

:root {
	--color-primary: #3b73f2;
	--color-black: #000000;
	--color-white: #ffffff;
	--color-blue: #f5faff;
	--text-color: #1b1d1f;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

ul[role="list"],
ol[role="list"] {
	list-style: none;
}

html:focus-within {
	scroll-behavior: smooth;
}

img,
picture {
	max-width: 100%;
	display: block;
}

input,
button,
textarea,
select {
	font: inherit;
}

@media (prefers-reduced-motion: reduce) {
	html:focus-within {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		-webkit-animation-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		-webkit-animation-iteration-count: 1 !important;
		animation-iteration-count: 1 !important;
		-webkit-transition-duration: 0.01ms !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}

body {
	color: var(--text-color);
	font-weight: 300;
	min-height: 100vh;
	line-height: 1.5;
	margin: 0 auto;
	font-family: "ZohoPuvi", system-ui, -apple-system, BlinkMacSystemFont,
		"Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
		sans-serif;
}

.w-100 {
	width: 100%;
}

ul {
	padding: 0;
}

ul li {
	list-style-type: none;
}

.ncm-btn:hover {
	color: #e80e19;
	border-color: #e80e19;
}

.ncm-btn>.ncm-btn-icon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.ncm-btn>.ncm-btn-icon+span {
	margin-left: 8px;
}

.ncm-btn.ncm-btn-primary {
	border: 1px solid #e80e19 !important;
	background-color: #e80e19 !important;
	color: #ffffff;
}

.ncm-btn.ncm-btn-primary:hover {
	background-color: #db0b15;
	border-color: #db0b15;
}

.ncm-btn.ncm-btn-primary:focus {
	background-color: #d00610;
	border-color: #d00610;
}

.ncm-btn.ncm-btn-secondary {
	border: 1px solid #303030 !important;
	background-color: #303030 !important;
	color: #ffffff;
}

.ncm-btn.ncm-btn-secondary:hover {
	background-color: #303030;
	border-color: #303030;
}

.ncm-btn.ncm-btn-secondary:focus {
	background-color: #303030;
	border-color: #303030;
}

.ncm-btn>span:last-child.ncm-btn-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 8px;
}

a.ncm-btn {
	text-decoration: none;
}

.ncm-btn {
	border: 0;
	border-radius: 4px;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5;
	cursor: pointer;
	text-align: center;
	padding: 12px 28px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px;
	-webkit-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
	font-family: inherit;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

a.ncm-btn.btn-primary {
	color: #ffffff !important;
	text-decoration: none;
}

.ncm-btn.btn-primary {
	background-color: #e80e19;
	color: #ffffff;
}

.ncm-btn>span:last-child.ncm-btn-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 8px;
}

a.ncm-btn.btn-primary {
	color: #ffffff !important;
	text-decoration: none;
}

.flex-grow-1 {
	-webkit-box-flex: 1 !important;
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important;
}

.d-block {
	display: block !important;
}

.outline-primary {
	color: #ef0000;
	border: 1px solid #ef0000;
	color: #ef0000 !important;
	font-weight: 400;
}

.ncm-sem-main-wrapper h1 {
	font-size: calc(1.375rem + 2.2vw);
	line-height: 1.2;
	letter-spacing: -1px;
	font-weight: 700;
	margin: 0 0 16px;
}

.ncm-sem-main-wrapper h2 {
	font-size: calc(1.325rem + 1.75vw);
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: -0.65px;
	margin: 0 0 16px;
}

.ncm-sem-main-wrapper h3,
.ncm-sem-main-wrapper .h3 {
	font-size: calc(1.3rem + 1vw);
	font-weight: 600;
	line-height: 1.35;
	letter-spacing: -0.5px;
	margin: 0 0 12px;
}

.ncm-sem-main-wrapper h4 {
	font-size: calc(1.275rem + 0.75vw);
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: -0.5px;
	margin: 0 0 12px;
}

.ncm-sem-main-wrapper h5,
.ncm-sem-main-wrapper .h5 {
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: -0.25px;
	margin: 0 0 12px;
}

.ncm-sem-main-wrapper h6 {
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: -0.25px;
	margin: 0 0 12px;
}

.ncm-sem-main-wrapper p,
.ncm-sem-main-wrapper .p {
	font-size: 18px;
	font-weight: 300;
	line-height: 30px;
	margin: 0 0 16px;
}

.ncm-sem-main-wrapper .queries-list {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.ncm-sem-main-wrapper .queries-list li {
	margin-bottom: 0px;
}

.ncm-sem-main-wrapper ul li {
	font-size: 18px;
	font-weight: 300;
	line-height: 30px;
	margin: 0 0 12px;
}

@media only screen and (min-width: 1200px) {
	.ncm-sem-main-wrapper h1 {
		font-size: 2.75rem;
	}

	.ncm-sem-main-wrapper h2 {
		font-size: 2.25rem;
	}

	.ncm-sem-main-wrapper h3,
	.ncm-sem-main-wrapper .h3 {
		font-size: 2rem;
	}

	.ncm-sem-main-wrapper h4 {
		font-size: 1.75rem;
	}
}

@media only screen and (max-width: 1024px) {
	.ncm-sem-main-wrapper h1 {
		font-size: 2rem;
	}

	.ncm-sem-main-wrapper h2 {
		font-size: 1.75rem;
	}
}

#scroll,
.heading-menu {
	display: none;
}

/*------ End css -------------*/

.ncm-sem-main-wrapper *,
.ncm-sem-main-wrapper *::after,
.ncm-sem-main-wrapper *::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.ncm-sem-main-wrapper a:not(.itom-btn-primary).anchor-text {
	font-size: 16px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
}

.ncm-sem-main-wrapper .anchor-text {
	font-size: 16px;
	font-weight: 400;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
}

.ncm-sem-main-wrapper .anchor-text a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.ncm-sem-main-wrapper .ncm-banner-wrapper {
	padding: 80px 0px;
	background: linear-gradient(180deg, #fff3cb 15%, #fff3cb 10%, #fff9e6 100%) 0% 0% no-repeat;
	position: relative;
	z-index: 1;
}

.banner-img-holder {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 100%;
}

.banner-img-holder img {
	max-width: 520px;
	width: 100%;
}

.banner {
	background: #e8efff;
}

.ncm-sem-main-wrapper .ncm-banner-wrapper .banner-section {
	padding: 0px 0 0px;
	position: relative;
}

.ncm-sem-main-wrapper .ncm-banner-wrapper .banner-section .row {
	align-items: center;
}

.ncm-sem-main-wrapper .ncm-banner-wrapper .banner-section h1 {
	margin-bottom: 16px;
}

.ncm-sem-main-wrapper .ncm-banner-wrapper .banner-section h5 {
	margin-bottom: 24px;
	display: flex;
	align-items: center;
	gap: 4px;
	font-weight: 300;
	font-size: 18px;
}

.ncm-sem-main-wrapper .ncm-banner-wrapper .banner-section .fw {
	font-weight: 600;
}

.rating-card h5 {
	background-image: url(../images/ncm-award-pattern.svg);
	background-repeat: no-repeat;
	width: 140px;
	height: 130px;
}

.ncm-sem-main-wrapper .ncm-banner-wrapper .banner-section .ncm-btn {
	font-size: 20px;
}

.ncm-sem-main-wrapper .ncm-banner-wrapper .banner-section .ncm-btn .ncm-btn-icon {
	margin-right: 12px;
	line-height: 1.2;
}

.ncm-sem-main-wrapper .ncm-banner-wrapper .banner-section .banner-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
}

.ncm-sem-main-wrapper .ncm-banner-wrapper .banner-section .banner-row>* {
	padding: 0 12px;
}

.ncm-sem-main-wrapper .ncm-banner-wrapper .banner-section .banner-row .banner-wrapper {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	position: relative;
}

.ncm-sem-main-wrapper .ncm-banner-wrapper .banner-section .banner-row .banner-wrapper .img-holder {
	overflow: hidden;
	height: 468px;
	position: relative;
	width: 100%;
	background: #ddd;
	border-radius: 100px;
	border: 3px solid #b0c8ff;
	background: linear-gradient(65deg, #adc5ff 25%, #c6eaff 60%, #caefff 100%) 0% 0% no-repeat;
	transform: rotate(45deg);
}

.ncm-sem-main-wrapper .ncm-banner-wrapper .banner-section .banner-row .banner-content {
	max-width: 585px;
}

@media screen and (min-width: 1200px) {
	.ncm-sem-main-wrapper .ncm-banner-wrapper .banner-section .banner-row .banner-content {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}
}

@media screen and (max-width: 1199.98px) {
	.ncm-sem-main-wrapper .ncm-banner-wrapper .banner-section .banner-row>* {
		width: 50%;
	}
}

@media screen and (max-width: 992.98px) {
	.ncm-sem-main-wrapper .ncm-banner-wrapper .banner-section .banner-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 40px 0;
	}

	.ncm-sem-main-wrapper .ncm-banner-wrapper .banner-section .banner-row>* {
		width: 100%;
	}

	.banner-img-holder img {
		position: inherit;
	}

	.banner-img-holder {
		justify-content: center;
		align-items: center;
		display: flex;
		height: 100%;
		margin-top: 40px;
	}
}

.ncm-sem-main-wrapper .ncm-container {
	max-width: 1280px;
	width: 100%;
	margin: auto;
	padding-left: 12px;
	padding-right: 12px;
}

.ncm-sem-main-wrapper .sec-padding-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.ncm-sem-main-wrapper .sec-padding-80 {
	padding-top: 80px;
	padding-bottom: 80px;
}

.ncm-sem-main-wrapper .sec-padding-40 {
	padding-top: 40px;
	padding-bottom: 40px;
}

.pt-0 {
	padding-top: 0 !important;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.sec-bg {
	background: var(--color-blue);
}

@media screen and (min-width: 992px) {
	.ncm-sem-main-wrapper .title-break {
		display: block;
	}
}

@media screen and (max-width: 640px) {
	.banner-img-holder img {
		max-width: 100%;
	}
}

/*--------- feature seciton-------*/

.feature-section-intro-content {
	text-align: center;
	padding: 0px 0px 0px;
}

.feature-section-intro-content h5 {
	margin-bottom: 30px;
}

.integrated-card-wrapper {
	text-align: center;
}

/*========== Tab section start css  ============== */

.tab-section h2 {
	text-align: center;
}

.network-monitor-tab {
	margin-top: 64px;
}

.network-monitor-tab .network-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0 20px;
}

.network-monitor-tab .network-row {
	width: 100%;
}

.tab-list-wrapper {
	float: left;
	width: 40%;
}

.tab-content-wrapper {
	width: 60%;
	float: left;
}

@media screen and (max-width: 767.98px) {
	.network-monitor-tab .network-row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.network-monitor-tab .tab-list {
	width: calc(100% -300px);
}

.network-monitor-tab .tab-list .tab-list-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px 32px;
	cursor: pointer;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: #f2f6ff;
	margin-bottom: 8px;
	border-radius: 6px;
	border-left: 3px solid transparent;
}

.network-monitor-tab .tab-list .tab-list-item:last-child {
	margin-bottom: 0px;
}

.network-monitor-tab .tab-list .tab-list-item::before {
	content: "";
	position: absolute;
	right: -13px;
	bottom: 50%;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	border-left: 12px solid #ddd;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	display: none;
}

.network-monitor-tab .tab-list .tab-list-item.tab-active {
	background-color: #fff5d2;
	border-left: 3px solid #e1c669;
}

.network-monitor-tab .tab-list .tab-list-item p {
	font-weight: 400;
	line-height: 1.35;
	margin: 0;
	font-size: 18px;
	text-align: left;
	width: 100%;
	display: flex;
	align-items: center;
}

.network-monitor-tab .tab-list .tab-list-item p svg {
	position: absolute;
	right: 24px;
	display: none;
}

.network-monitor-tab .tab-list .tab-list-item.tab-active p svg {
	display: block;
}

.network-monitor-tab .tab-list .tab-list-item .tab-list-icon {
	min-width: 48px;
	height: 48px;
	margin-right: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media screen and (max-width: 767.98px) {
	.network-monitor-tab .tab-list .tab-list-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
		min-width: 240px;
	}

	.network-monitor-tab .tab-list .tab-list-item::before {
		display: none;
	}

	.network-monitor-tab .tab-list .tab-list-item .tab-list-icon {
		margin: 0 auto 10px;
	}

	.network-monitor-tab .tab-list .tab-list-item.tab-active {
		background-color: #fff5d2;
	}

	.network-monitor-tab .tab-list .tab-list-item.tab-active::before {
		display: none;
	}
}

.network-monitor-tab .tab-content-list {
	padding: 0 20px;
	text-align: left;
	padding-left: 45px;
}

.network-monitor-tab .tab-content-list .tab-content-item {
	display: none;
	position: relative;
}

.network-monitor-tab .tab-content-list .tab-content-item.tab-content-active {
	display: block;
}

.network-monitor-tab .tab-content-list .tab-content-item .tab-content-title h2,
.network-monitor-tab .tab-content-list .tab-content-item .tab-content-title h3 {
	display: inline;
}

.network-monitor-tab .tab-content-list .tab-content-item h3 {
	margin-bottom: 8px;
}

.network-monitor-tab .tab-content-list .tab-content-item a {
	color: inherit;
	text-decoration: none;
}

.network-monitor-tab .tab-content-list .tab-content-item ul {
	list-style-type: disc;
	margin: 24px 0px 0px;
}

.network-monitor-tab .tab-content-list .tab-content-item ul li {
	margin-bottom: 12px;
}

.network-monitor-tab .tab-content-list .tab-content-item .tab-content-mock {
	margin: 20px auto 50px;
}

.network-monitor-solution-section {
	background-color: #fffdf9;
}

@media screen and (max-width: 767.98px) {
	.resource-other-wrapper {
		padding: 24px !important;
	}

	.resource-wrapper {
		border-right: 0 !important;
	}

	.tab-list-wrapper {
		margin-bottom: 32px;
		overflow-x: scroll;
	}

	.tab-list-wrapper .tab-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		overflow-x: scroll;
		width: 100%;
	}

	.network-monitor-tab {
		margin-top: 32px;
	}

	.tab-content-wrapper,
	.tab-list-wrapper {
		width: 100%;
		float: inherit;
	}

	.network-monitor-tab .tab-content-list {
		padding-left: 0px;
	}
}

@media screen and (min-width: 992px) {
	.d-lg-block {
		display: block !important;
	}
}

.content-list li {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0_2388_1997)'%3e%3cpath d='M10 20C8.61667 20 7.31667 19.7375 6.1 19.2125C4.88333 18.6875 3.825 17.975 2.925 17.075C2.025 16.175 1.3125 15.1167 0.7875 13.9C0.2625 12.6833 0 11.3833 0 10C0 8.61667 0.2625 7.31667 0.7875 6.1C1.3125 4.88333 2.025 3.825 2.925 2.925C3.825 2.025 4.88333 1.3125 6.1 0.7875C7.31667 0.2625 8.61667 0 10 0C11.0833 0 12.1083 0.158333 13.075 0.475C14.0417 0.791667 14.9333 1.23333 15.75 1.8L14.3 3.275C13.6667 2.875 12.9917 2.5625 12.275 2.3375C11.5583 2.1125 10.8 2 10 2C7.78333 2 5.89583 2.77917 4.3375 4.3375C2.77917 5.89583 2 7.78333 2 10C2 12.2167 2.77917 14.1042 4.3375 15.6625C5.89583 17.2208 7.78333 18 10 18C12.2167 18 14.1042 17.2208 15.6625 15.6625C17.2208 14.1042 18 12.2167 18 10C18 9.7 17.9833 9.4 17.95 9.1C17.9167 8.8 17.8667 8.50833 17.8 8.225L19.425 6.6C19.6083 7.13333 19.75 7.68333 19.85 8.25C19.95 8.81667 20 9.4 20 10C20 11.3833 19.7375 12.6833 19.2125 13.9C18.6875 15.1167 17.975 16.175 17.075 17.075C16.175 17.975 15.1167 18.6875 13.9 19.2125C12.6833 19.7375 11.3833 20 10 20ZM8.6 14.6L4.35 10.35L5.75 8.95L8.6 11.8L18.6 1.775L20 3.175L8.6 14.6Z' fill='%233DB372'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_2388_1997'%3e%3crect width='20' height='20' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e ");
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left: 32px;
	margin-bottom: 16px;
}

.content-list li a {
	text-decoration: underline !important;
	color: #2180ee !important;
}

/*========== Tab section end css  ==============*/

/*--------- single line form section ----------*/

.ncm-form-btn.ncm-form-btn-primary {
	border: 1px solid #e80e19 !important;
	background-color: #e80e19 !important;
	color: #fff;
}

.form-group-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 12px;
}

@media only screen and (max-width: 525.98px) {
	.form-group-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		border: 0;
		width: 100%;
	}

	.form-group-row .form-group-item {
		width: 100%;
	}
}

.form-group-row .form-mail-icon {
	width: 19.36px;
	height: 14px;
	position: absolute;
	left: 10px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background-size: 20px;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNyAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzE4Ml84MSkiPgo8cGF0aCBkPSJNMS40MDg5MiAxMS45NTc1QzAuNjU1MzU5IDExLjk1NzUgMC4wNDI0ODA1IDExLjM0NDYgMC4wNDI0ODA1IDEwLjU5MTFWMS40MDg5NUMwLjA0MjQ4MDUgMC42NTUzODkgMC42NTUzNTkgMC4wNDI1MTEgMS40MDg5MiAwLjA0MjUxMUgxNC45NTQ3QzE1LjcwODMgMC4wNDI1MTEgMTYuMzIxMiAwLjY1NTM4OSAxNi4zMjEyIDEuNDA4OTVWMTAuNTkxMUMxNi4zMjEyIDExLjM0NDYgMTUuNzA4MyAxMS45NTc1IDE0Ljk1NDcgMTEuOTU3NUgxLjQwODkyWk0xLjQwODkyIDAuNzI1MDkyQzEuMDMxOTMgMC43MjUwOTIgMC43MjUwNjIgMS4wMzE5NiAwLjcyNTA2MiAxLjQwODk1VjEwLjU5MTFDMC43MjUwNjIgMTAuOTY4MSAxLjAzMTkzIDExLjI3NDkgMS40MDg5MiAxMS4yNzQ5SDE0Ljk1NDdDMTUuMzMxNyAxMS4yNzQ5IDE1LjYzODYgMTAuOTY4MSAxNS42Mzg2IDEwLjU5MTFWMS40MDg5NUMxNS42Mzg2IDEuMDMxOTYgMTUuMzMxNyAwLjcyNTA5MiAxNC45NTQ3IDAuNzI1MDkySDEuNDA4OTJaIiBmaWxsPSIjQTNBNUE4Ii8+CjxwYXRoIGQ9Ik0xNC45NTQ3IDEySDEuNDA4OTRDMC42MzIwMDQgMTIgMCAxMS4zNjggMCAxMC41OTExVjEuNDA4OTRDMCAwLjYzMjAwNCAwLjYzMjAwNCAwIDEuNDA4OTQgMEgxNC45NTQ3QzE1LjczMTcgMCAxNi4zNjM3IDAuNjMyMDA0IDE2LjM2MzcgMS40MDg5NFYxMC41OTExQzE2LjM2MzcgMTEuMzY4IDE1LjczMTcgMTIgMTQuOTU0NyAxMlpNMS40MDg5NCAwLjA4NTAwMzlDMC42Nzg3NTYgMC4wODUwMDM5IDAuMDg1MDAzOSAwLjY3ODc1NiAwLjA4NTAwMzkgMS40MDg5NFYxMC41OTExQzAuMDg1MDAzOSAxMS4zMjEyIDAuNjc4NzU2IDExLjkxNSAxLjQwODk0IDExLjkxNUgxNC45NTQ3QzE1LjY4NDkgMTEuOTE1IDE2LjI3ODcgMTEuMzIxMiAxNi4yNzg3IDEwLjU5MTFWMS40MDg5NEMxNi4yNzg3IDAuNjc4NzU2IDE1LjY4NDkgMC4wODUwMDM5IDE0Ljk1NDcgMC4wODUwMDM5SDEuNDA4OTRaTTE0Ljk1NDcgMTEuMzE3NEgxLjQwODk0QzEuMDA4NTcgMTEuMzE3NCAwLjY4MjU4MSAxMC45OTE0IDAuNjgyNTgxIDEwLjU5MTFWMS40MDg5NEMwLjY4MjU4MSAxLjAwODU3IDEuMDA4NTcgMC42ODI1ODEgMS40MDg5NCAwLjY4MjU4MUgxNC45NTQ3QzE1LjM1NTEgMC42ODI1ODEgMTUuNjgxMSAxLjAwODU3IDE1LjY4MTEgMS40MDg5NFYxMC41OTExQzE1LjY4MTEgMTAuOTkxNCAxNS4zNTUxIDExLjMxNzQgMTQuOTU0NyAxMS4zMTc0Wk0xLjQwODk0IDAuNzY3NTg1QzEuMDU1MzIgMC43Njc1ODUgMC43Njc1ODUgMS4wNTUzMiAwLjc2NzU4NSAxLjQwODk0VjEwLjU5MTFDMC43Njc1ODUgMTAuOTQ0NyAxLjA1NTMyIDExLjIzMjQgMS40MDg5NCAxMS4yMzI0SDE0Ljk1NDdDMTUuMzA4NCAxMS4yMzI0IDE1LjU5NjEgMTAuOTQ0NyAxNS41OTYxIDEwLjU5MTFWMS40MDg5NEMxNS41OTYxIDEuMDU1MzIgMTUuMzA4NCAwLjc2NzU4NSAxNC45NTQ3IDAuNzY3NTg1SDEuNDA4OTRaIiBmaWxsPSIjQTNBNUE4Ii8+CjxwYXRoIGQ9Ik0xNC45NTQ3IDExLjg3MjVIMS40MDg4OEMwLjcwMjA2OCAxMS44NzI1IDAuMTI3NDQxIDExLjI5NzkgMC4xMjc0NDEgMTAuNTkxMVYxLjQwODk0QzAuMTI3NDQxIDAuNzAyMTI5IDAuNzAyMDY4IDAuMTI3NTAyIDEuNDA4ODggMC4xMjc1MDJIMTQuOTU0N0MxNS42NjE1IDAuMTI3NTAyIDE2LjIzNjEgMC43MDIxMjkgMTYuMjM2MSAxLjQwODk0VjEwLjU5MTFDMTYuMjM2MSAxMS4yOTc5IDE1LjY2MTUgMTEuODcyNSAxNC45NTQ3IDExLjg3MjVaTTEuNDA4ODggMC42NDAwNzZDMC45ODQ3MDYgMC42NDAwNzYgMC42NDAwMTUgMC45ODQ3NjcgMC42NDAwMTUgMS40MDg5NFYxMC41OTExQzAuNjQwMDE1IDExLjAxNTIgMC45ODQ3MDYgMTEuMzU5OSAxLjQwODg4IDExLjM1OTlIMTQuOTU0N0MxNS4zNzg4IDExLjM1OTkgMTUuNzIzNSAxMS4wMTUyIDE1LjcyMzUgMTAuNTkxMVYxLjQwODk0QzE1LjcyMzUgMC45ODQ3NjcgMTUuMzc4OCAwLjY0MDA3NiAxNC45NTQ3IDAuNjQwMDc2SDEuNDA4ODhaIiBmaWxsPSIjQTNBNUE4Ii8+CjxwYXRoIGQ9Ik0xNC45NTQ3IDExLjkxNUgxLjQwODlDMC42Nzg3MTMgMTEuOTE1IDAuMDg0OTYwOSAxMS4zMjEyIDAuMDg0OTYwOSAxMC41OTFWMS40MDg5M0MwLjA4NDk2MDkgMC42Nzg3NDQgMC42Nzg3MTMgMC4wODQ5OTE1IDEuNDA4OSAwLjA4NDk5MTVIMTQuOTU0N0MxNS42ODQ5IDAuMDg0OTkxNSAxNi4yNzg2IDAuNjc4NzQ0IDE2LjI3ODYgMS40MDg5M1YxMC41OTFDMTYuMjc4NiAxMS4zMjEyIDE1LjY4NDkgMTEuOTE1IDE0Ljk1NDcgMTEuOTE1Wk0xLjQwODkgMC4xNjk5OTVDMC43MjU4OSAwLjE2OTk5NSAwLjE2OTk2NSAwLjcyNTkyMSAwLjE2OTk2NSAxLjQwODkzVjEwLjU5MUMwLjE2OTk2NSAxMS4yNzQxIDAuNzI1ODkgMTEuODMgMS40MDg5IDExLjgzSDE0Ljk1NDdDMTUuNjM3NyAxMS44MyAxNi4xOTM2IDExLjI3NDEgMTYuMTkzNiAxMC41OTFWMS40MDg5M0MxNi4xOTM2IDAuNzI1OTIxIDE1LjYzNzcgMC4xNjk5OTUgMTQuOTU0NyAwLjE2OTk5NUgxLjQwODlaTTE0Ljk1NDcgMTEuNDAyNEgxLjQwODlDMC45NjEzNTEgMTEuNDAyNCAwLjU5NzUzNCAxMS4wMzg2IDAuNTk3NTM0IDEwLjU5MVYxLjQwODkzQzAuNTk3NTM0IDAuOTYxMzgyIDAuOTYxMzUxIDAuNTk3NTY1IDEuNDA4OSAwLjU5NzU2NUgxNC45NTQ3QzE1LjQwMjIgMC41OTc1NjUgMTUuNzY2MSAwLjk2MTM4MiAxNS43NjYxIDEuNDA4OTNWMTAuNTkxQzE1Ljc2NjEgMTEuMDM4NiAxNS40MDIyIDExLjQwMjQgMTQuOTU0NyAxMS40MDI0Wk0xLjQwODkgMC42ODI1NjlDMS4wMDg1MyAwLjY4MjU2OSAwLjY4MjUzOCAxLjAwODU2IDAuNjgyNTM4IDEuNDA4OTNWMTAuNTkxQzAuNjgyNTM4IDEwLjk5MTQgMS4wMDg1MyAxMS4zMTc0IDEuNDA4OSAxMS4zMTc0SDE0Ljk1NDdDMTUuMzU1MSAxMS4zMTc0IDE1LjY4MTEgMTAuOTkxNCAxNS42ODExIDEwLjU5MVYxLjQwODkzQzE1LjY4MTEgMS4wMDg1NiAxNS4zNTUxIDAuNjgyNTY5IDE0Ljk1NDcgMC42ODI1NjlIMS40MDg5WiIgZmlsbD0iI0EzQTVBOCIvPgo8cGF0aCBkPSJNOC4xNjcyOCA3LjUwNjY5QzcuNzA2OTggNy41MDY2OSA3LjI1MTc4IDcuMjk4MDEgNi43NzU3NiA2Ljg2ODMxQzUuOTI3NDIgNi4xMDI0MyAwLjU0Mjg1MSAxLjEwODAyIDAuNDg5NzI0IDEuMDU4NzJMMC40MjcyNDYgMS4wMDA5MkwwLjg5MTM2NyAwLjUwMDY3MUwwLjk4ODY5NyAwLjU5MDc3NkMxLjg5NzM5IDEuNDMzMTYgNi40Njc2MiA1LjY3MDYxIDcuMjMyNjYgNi4zNjEyN0M3LjU4MDc1IDYuNjc1NzggNy44Nzc4NCA2LjgyMjQxIDguMTY2NDMgNi44MjI0MUM4LjQ1NTAxIDYuODIyNDEgOC43NDkxMyA2LjY3NzQ4IDkuMDk1NTIgNi4zNjY3OUM5Ljc5MjU1IDUuNzQxNTkgMTUuMTc2NyAwLjY1MzI1MyAxNS4yMjk4IDAuNjAyNjc2TDE1LjI5MTUgMC41NDQwMjNMMTUuNzYwMiAxLjA0MDAyTDE1LjY5ODYgMS4wOTgyNUMxNS42NDQyIDEuMTQ5NjggMTAuMjU5NiA2LjIzODQzIDkuNTUxMTQgNi44NzQyNkM5LjA3NzY3IDcuMjk5MjggOC42MjQ2IDcuNTA1ODQgOC4xNjYgNy41MDU4NEw4LjE2NzI4IDcuNTA2NjlaIiBmaWxsPSIjQTNBNUE4Ii8+CjxwYXRoIGQ9Ik04LjE2NzE1IDcuNTQ5MThDNy42OTU4IDcuNTQ5MTggNy4yMzEyNSA3LjMzNjY3IDYuNzQ3MTYgNi44OTk3NUM1LjkwMDA5IDYuMTM0NzIgMC41MTI1NDQgMS4xMzgxOSAwLjQ2MDY5MiAxLjA4OTc0TDAuMzY3MTg4IDEuMDAzMDNMMC44ODkxMTEgMC40NDAzMDhMMS4wMTc0NyAwLjU1OTMxM0MxLjkyNjU4IDEuNDAyNTUgNi41MDE0OSA1LjY0MzQgNy4yNjEgNi4zMjkzOEM3LjYwMTAyIDYuNjM2MjQgNy44ODg3NiA2Ljc3OTQ3IDguMTY2MyA2Ljc3OTQ3QzguNDQzODMgNi43Nzk0NyA4LjcyOTAyIDYuNjM3OTQgOS4wNjY5MSA2LjMzNDQ4QzkuNzU5MjcgNS43MTMxIDE1LjE0NjggMC42MjE3OTEgMTUuMjAwOCAwLjU3MTIxNEwxNS4yOTM0IDAuNDgzNjZMMTUuODIwOSAxLjA0MTcxTDE1LjcyMzEgMS4xMzM5NEMxNS4xNjU5IDEuNjYwNTQgMTAuMjU5OSA2LjI5NTggOS41Nzk5MSA2LjkwNTdDOS4wOTc5NCA3LjMzNzk1IDguNjM1OTQgNy41NDgzMyA4LjE2NjMgNy41NDgzM0w4LjE2NzE1IDcuNTQ5MThaTTAuNDg3NDY4IDAuOTk4NzgzTDAuNTE4NDk0IDEuMDI3NjhDMC41NzAzNDcgMS4wNzU3MSA1Ljk1NzA0IDYuMDcyMjQgNi44MDQxMSA2LjgzNjg1QzcuMjcxNjMgNy4yNTg5IDcuNzE3NDcgNy40NjQxOCA4LjE2NzE1IDcuNDY0MThDOC42MTY4MiA3LjQ2NDE4IDkuMDU4NDEgNy4yNjEwMiA5LjUyMzgxIDYuODQzMjNDMTAuMjAzIDYuMjM0MTcgMTUuMTA4MSAxLjU5OTM0IDE1LjY2NTMgMS4wNzI3NEwxNS43MDE1IDEuMDM4NzRMMTUuMjkwOSAwLjYwNDM2NUwxNS4yNTk5IDAuNjMzNjkxQzE1LjIwNjMgMC42ODQyNjkgOS44MTc1IDUuNzc2ODUgOS4xMjQ3MSA2LjM5ODY2QzguNzY5ODIgNi43MTcgOC40NjU1MSA2Ljg2NTMzIDguMTY3MTUgNi44NjUzM0M3Ljg2ODc4IDYuODY1MzMgNy41NjEwNyA2LjcxNTI5IDcuMjA0OSA2LjM5MzU2QzYuNDQ0NTQgNS43MDY3MiAxLjg2OTYzIDEuNDY1NDUgMC45NjAwOSAwLjYyMjIxNkwwLjg5Mzc4NyAwLjU2MDU4OEwwLjQ4NzQ2OCAwLjk5ODc4M1oiIGZpbGw9IiNBM0E1QTgiLz4KPHBhdGggZD0iTTguMTY3MTEgNy40MjE2OEM3LjcyNzIyIDcuNDIxNjggNy4yODc3NSA3LjIxNjM5IDYuODMyNTUgNi44MDU0QzUuOTkwMTYgNi4wNDQ2MSAwLjYwMTc2NiAxLjA0NjgxIDAuNTQ3MzYzIDAuOTk2NjU4TDAuODk1ODc5IDAuNjIwOTQxQzAuOTUwMjgyIDAuNjcxMDkzIDYuMzM2MTMgNS42NjYzNSA3LjE3NTk3IDYuNDI1MDFDNy44ODcwMiA3LjA2NzIxIDguNDQxNjggNy4wNjg5MSA5LjE1MjczIDYuNDMwNTNDOS44NDU1MSA1LjgwODczIDE1LjIzNDMgMC43MTYxNDYgMTUuMjg4NyAwLjY2NTE0M0wxNS42NDA3IDEuMDM3ODlDMTUuNDE4NCAxLjI0Nzg0IDEwLjE5MjMgNi4xODYxNSA5LjQ5NDg3IDYuODEyMkM5LjA0MTggNy4yMTg5NCA4LjYwNDAzIDcuNDIyMSA4LjE2NjY5IDcuNDIyMUw4LjE2NzExIDcuNDIxNjhaIiBmaWxsPSIjQTNBNUE4Ii8+CjxwYXRoIGQ9Ik04LjE2NzIzIDcuNDY0MkM3LjcxNzU2IDcuNDY0MiA3LjI3MTcxIDcuMjU4OTEgNi44MDQxOSA2LjgzNjg3QzUuOTU5MjUgNi4wNzM5NiAwLjU3MTcwMyAxLjA3NzAxIDAuNTE4NTc1IDEuMDI3N0wwLjQ4NzU0OSAwLjk5ODgwM0wwLjg5Mzg2NyAwLjU2MDYwOEwwLjk1OTMyIDAuNjIxMzg2QzEuODY4MDEgMS40NjM3NyA2LjQzODY3IDUuNzAxNjQgNy4yMDQ1NiA2LjM5MzE1QzcuODk1MjEgNy4wMTcwOCA4LjQzMzcxIDcuMDE4MzUgOS4xMjQzNyA2LjM5ODI1QzkuODExNjMgNS43ODE5NyAxNS4yMDYgMC42ODM4NjQgMTUuMjU5NSAwLjYzMzI4NkwxNS4yOTA2IDAuNjAzOTZMMTUuNzAxMSAxLjAzODMzTDE1LjY3MDEgMS4wNjc2NkMxNS42MTYxIDEuMTE5MDggMTAuMjMxNSA2LjIwNzQyIDkuNTIzNDYgNi44NDI4MkM5LjA1ODA3IDcuMjYwNjEgOC42MTQzNSA3LjQ2Mzc3IDguMTY2OCA3LjQ2Mzc3TDguMTY3MjMgNy40NjQyWk0wLjYwNzgyOSAwLjk5NDEyOEMxLjA1MTk3IDEuNDA1OTcgNi4wNTA2MyA2LjA0MTIzIDYuODYxMTQgNi43NzM1NEM3LjMxMjUxIDcuMTgwNzEgNy43Mzk2NiA3LjM3ODc3IDguMTY3MjMgNy4zNzg3N0M4LjU5NDggNy4zNzg3NyA5LjAxNzY5IDcuMTgyODQgOS40NjY5NCA2Ljc3OTQ5QzEwLjE0NjUgNi4xNzAwMSAxNS4xMzg4IDEuNDUzMTUgMTUuNTgxMyAxLjAzNDkzTDE1LjI4NzYgMC43MjQyNEMxNC44NDQ3IDEuMTQyNDYgOS44NDIyMyA1Ljg2ODY4IDkuMTgxMzIgNi40NjExNUM4LjQ0OTQ0IDcuMTE3ODEgNy44NzkwNiA3LjExNjUzIDcuMTQ3NiA2LjQ1NTYzQzYuMzgxNzIgNS43NjQ1NSAxLjgxMDIxIDEuNTI2NjggMC45MDE5NDMgMC42ODM4NjRMMC44OTg1NDMgMC42ODA4ODhMMC42MDc4MjkgMC45OTQ1NTNWMC45OTQxMjhaIiBmaWxsPSIjQTNBNUE4Ii8+CjxwYXRoIGQ9Ik02LjE1OTM2IDUuOTA0MzRMMC40MzE2NDEgMTAuOTkzMkwwLjg4NTAwMiAxMS41MDM1TDYuNjEyNzMgNi40MTQ2MUw2LjE1OTM2IDUuOTA0MzRaIiBmaWxsPSIjQTNBNUE4Ii8+CjxwYXRoIGQ9Ik0wLjg4MTQyNSAxMS41NjMxTDAuMzcxODI2IDEwLjk4OTNMMC40MDM3MDMgMTAuOTYxM0w2LjE2MzE0IDUuODQ0MDJMNi42NzI3NCA2LjQxNzhMMC44ODE0MjUgMTEuNTYzMVpNMC40OTE2ODIgMTAuOTk2MUwwLjg4ODY1IDExLjQ0MjhMNi41NTI4OCA2LjQxMDE1TDYuMTU1OTIgNS45NjM0NkwwLjQ5MTY4MiAxMC45OTYxWiIgZmlsbD0iI0EzQTVBOCIvPgo8cGF0aCBkPSJNNi4xNTI3NyA2LjAyNDU4TDAuNTUxMjcgMTAuOTk5NkwwLjg5MTY0NyAxMS4zODI4TDYuNDkzMTUgNi40MDc4Mkw2LjE1Mjc3IDYuMDI0NThaIiBmaWxsPSIjQTNBNUE4Ii8+CjxwYXRoIGQ9Ik0wLjg4ODE3OSAxMS40NDMyTDAuNDkxMjExIDEwLjk5NjVMNi4xNTU0NSA1Ljk2Mzg3TDYuNTUyNDEgNi40MTA1Nkw2LjUyMDU0IDYuNDM5MDRMMC44ODgxNzkgMTEuNDQzMlpNMC42MTE0OTEgMTEuMDAzM0wwLjg5NTQwNCAxMS4zMjI5TDYuNDMyNTYgNi40MDMzNEw2LjE0ODY1IDYuMDgzNzJMMC42MTE0OTEgMTEuMDAzM1oiIGZpbGw9IiNBM0E1QTgiLz4KPHBhdGggZD0iTTEwLjE3NjggNS45MDg3OUw5LjcwODk4IDYuNDA1ODhMMTUuMjkzNCAxMS42NjFMMTUuNzYxMSAxMS4xNjM5TDEwLjE3NjggNS45MDg3OVoiIGZpbGw9IiNBM0E1QTgiLz4KPHBhdGggZD0iTTE1LjI5NTIgMTEuNzE5OUwxNS4yNjQyIDExLjY5MUw5LjY0ODQ0IDYuNDA3NTlMMTAuMTc0NiA1Ljg0ODY5TDEwLjIwNTYgNS44Nzc1OUwxNS44MjE0IDExLjE2MUwxNS4yOTUyIDExLjcxOTlaTTkuNzY4NzIgNi40MDM3N0wxNS4yOTE0IDExLjYwMDFMMTUuNzAwNyAxMS4xNjQ4TDEwLjE3OCA1Ljk2ODU1TDkuNzY4NzIgNi40MDM3N1oiIGZpbGw9IiNBM0E1QTgiLz4KPHBhdGggZD0iTTEwLjE3OTMgNi4wMjc2M0w5LjgyODEyIDYuNDAwOTdMMTUuMjg5NiAxMS41Mzg2TDE1LjY0MDggMTEuMTY1M0wxMC4xNzkzIDYuMDI3NjNaIiBmaWxsPSIjQTNBNUE4Ii8+CjxwYXRoIGQ9Ik0xNS4yOTE0IDExLjZMMTUuMjYwNCAxMS41NzExTDkuNzY4MzEgNi40MDQxOEwxMC4xNzc2IDUuOTY4OTZMMTAuMjA4NiA1Ljk5Nzg2TDE1LjcwMDcgMTEuMTY0OEwxNS4yOTEgMTEuNkgxNS4yOTE0Wk05Ljg4ODU5IDYuNDAwMzZMMTUuMjg3NiAxMS40ODAyTDE1LjU4MDUgMTEuMTY4N0wxMC4xODE0IDYuMDg4ODJMOS44ODg1OSA2LjQwMDM2WiIgZmlsbD0iI0EzQTVBOCIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzE4Ml84MSI+CjxyZWN0IHdpZHRoPSIxNi4zNjM3IiBoZWlnaHQ9IjEyIiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=");
}

.form-group-row>div {
	position: relative;
	border: 1px solid #e1e2e5;
}

.form-group-row>div input,
.form-group-row>div select {
	width: 100%;
	height: 48px;
	border: 0;
	font-size: 15px;
	color: #1b1d1f;
	font-family: inherit;
	background: rgba(0, 0, 0, 0);
}

.form-group-row>div select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	--form-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23adb5bd' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
	background-image: var(--form-bg-img), var(--form-bg-icon, none);
	background-repeat: no-repeat;
	background-position: right -0.18rem center;
	background-size: 16px 12px;
}

.form-group-row>div:nth-child(1) {
	border-right-width: 0;
	background: #fff;
	border-radius: 4px 0 0 4px;
	padding-left: 48px;
	padding-right: 8px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex: 0 0 37%;
	flex: 0 0 37%;
}

@media only screen and (max-width: 525.98px) {
	.form-group-row>div:nth-child(1) {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		border-width: 1px;
		border-radius: 4px;
		-ms-flex: 0 0 200px;
	}
}

.form-group-row>div:nth-child(1)::before {
	position: absolute;
	content: "";
	background-color: #e1e2e5;
	width: 1px;
	height: 28px;
	left: 40px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.form-group-row>div:nth-child(1)::after {
	position: absolute;
	content: "";
	background-color: #e1e2e5;
	width: 1px;
	height: 28px;
	right: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media only screen and (max-width: 525.98px) {
	.form-group-row>div:nth-child(1)::after {
		display: none;
	}
}

.form-group-row>div:nth-child(2) {
	border-left-width: 0;
	background: #fff;
	padding: 0 0 0 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	border-radius: 0 4px 4px 0;
}

@media only screen and (max-width: 525.98px) {
	.form-group-row>div:nth-child(2) {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		background: rgba(0, 0, 0, 0);
		border: 0;
		padding-left: 0;
	}

	.form-group-row>div:nth-child(2) .ncm-form-btn {
		width: 100%;
		border-radius: 4px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-left: 0;
	}
}

.form-group-row>div:nth-child(2) .select-country {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 48px;
	position: relative;
}

@media only screen and (max-width: 525.98px) {
	.form-group-row>div:nth-child(2) .select-country {
		width: 100%;
		background: #fff;
		border: 1px solid #ddd;
		border-radius: 4px;
		margin: 8px 0;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.form-group-row>div:nth-child(2) .select-country #MECountryListing {
	opacity: 0;
	position: absolute;
	min-width: 38px;
	max-width: 100%;
}

.form-group-row>div:nth-child(2) .select-country select {
	padding-left: 12px;
	max-width: 90px;
	background-image: none;
	text-overflow: ellipsis;
	position: relative;
}

@media only screen and (max-width: 525.98px) {
	.form-group-row>div:nth-child(2) .select-country select {
		max-width: 50%;
		border-left: 1px solid #ddd;
	}
}

.form-group-row>div:nth-child(2) .select-country::after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	right: 0;
	border-left: 5px solid rgba(0, 0, 0, 0);
	border-right: 5px solid rgba(0, 0, 0, 0);
	border-top: 5px solid #1b1d1f;
	z-index: 0;
	margin: auto;
}

@media only screen and (max-width: 525.98px) {
	.form-group-row>div:nth-child(2) .select-country::after {
		right: 12px;
	}
}

.form-group-row>div:nth-child(2) .selectedCountry {
	font-size: 15px;
	margin-right: 12px;
}

@media only screen and (max-width: 525.98px) {
	.form-group-row>div:nth-child(2) .selectedCountry {
		margin-left: 12px;
	}
}

.form-group-row>div:nth-child(2) .caretDown {
	width: 0;
	height: 0;
	border-left: 5px solid rgba(0, 0, 0, 0);
	border-right: 5px solid rgba(0, 0, 0, 0);
	border-top: 5px solid #1b1d1f;
	z-index: 0;
	margin: auto;
}

@media only screen and (max-width: 525.98px) {
	.form-group-row>div:nth-child(2) .caretDown {
		display: none;
	}
}

.form-group-row>div:nth-child(3) {
	border-left-width: 0;
	border-radius: 0 4px 4px 0;
	border-color: #e80e19;
}

.form-group-row>div:nth-child(3) input[type="submit"] {
	background-color: #e80e19;
	color: #fff;
	padding: 14px 38px 14px 16px;
	cursor: pointer;
	font-weight: 600;
	font-size: 1rem;
}

.form-group-row>div:nth-child(3) svg {
	position: absolute;
	right: calc(50% - 68px);
	top: 16px;
}

.form-group-row .ncm-form-btn {
	padding: 0 24px;
	height: 48px;
	font-family: inherit;
	margin-left: 12px;
	font-size: 16px;
	border-radius: 0 4px 4px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
}

.form-group-row .ncm-form-btn .ncm-btn-icon {
	display: inline-flex;
}

.select-os {
	position: relative;
	padding-left: 8px;
	padding-right: 8px;
	margin-left: 8px;
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 48px;
	z-index: 1;
}

@media only screen and (max-width: 525.98px) {
	.select-os {
		width: 100%;
		background: #fff;
		border: 1px solid #ddd;
		border-radius: 4px;
		margin: 0 0 12px;
		height: 48px;
	}

	.select-os .selectedOS {
		line-height: 48px;
	}
}

.select-os::before {
	position: absolute;
	content: "";
	background-color: #e1e2e5;
	width: 1px;
	height: 28px;
	left: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media only screen and (max-width: 525px) {
	.select-os::before {
		display: none;
	}
}

.select-os::after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-left: 5px solid rgba(0, 0, 0, 0);
	border-right: 5px solid rgba(0, 0, 0, 0);
	border-top: 5px solid #1b1d1f;
	z-index: -1;
	margin: auto;
}

@media only screen and (max-width: 525.98px) {
	.select-os::after {
		right: 12px;
	}
}

.select-os .selectedOS {
	font-size: 15px;
	margin-right: 8px;
}

.select-os select {
	background-image: none !important;
	position: absolute;
	min-width: 38px;
	max-width: 100%;
	left: 0;
	top: 0;
	opacity: 0;
}

.edi-btn .error-field,
.edi-btn .error-field1 {
	display: none;
	right: 0;
}

.edi-btn .form-group-item.error .error-field,
.edi-btn .form-group-item.error1 .error-field1 {
	display: block;
	position: absolute;
	background-color: rgba(0, 0, 0, 0);
	padding: 0;
	line-height: normal;
	top: -20px;
	left: 0;
	font-size: 13px;
	font-weight: normal;
	color: red;
	z-index: 1;
}

.edi-btn .form-group-item.error input,
.edi-btn .form-group-item.error1 input,
.edi-btn .form-group-item.error textarea,
.edi-btn .form-group-item.error1 textarea {
	border-color: red !important;
}

#meGDPRMessage {
	margin-bottom: 12px;
	font-size: 13px;
	width: 100% !important;
}

#meGDPRMessage label {
	line-height: 1.5;
	color: initial;
	display: inline-block;
	max-width: 480px;
}

.checkmarkgdpr {
	margin: 0 !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	width: 20px !important;
	height: 20px !important;
	border: 1px solid #ddd !important;
	border-radius: 4px !important;
	margin-right: 8px !important;
	background: #fff !important;
}

.checkmarkgdpr::before {
	content: "";
	display: inline-block !important;
	top: -1px !important;
	left: 6px !important;
	position: relative !important;
	width: 6px !important;
	height: 11px !important;
	border-style: solid !important;
	border-width: 0 2px 2px 0 !important;
	-webkit-transform: rotate(45deg) scale(1) !important;
	transform: rotate(45deg) scale(1) !important;
	-webkit-transition: 120ms -webkit-transform ease-out !important;
	transition: 120ms -webkit-transform ease-out !important;
	transition: 120ms transform ease-out !important;
	transition: 120ms transform ease-out, 120ms -webkit-transform ease-out !important;
	transition: 120ms transform ease-out, 120ms -webkit-transform ease-out !important;
	opacity: 0;
}

.checkmarkgdpr.enableCheckgdpr::before {
	opacity: 1;
}

.terms-content {
	font-size: 13px;
	margin-top: 12px;
}

.terms-content strong {
	font-weight: 500;
}

.terms-content a {
	color: inherit;
	text-decoration: underline;
}

/*---- new css ----*/

ul {
	padding-left: 0 !important;
}

.content-list li {
	background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M16.3452 8.88547C16.7057 9.24595 16.7057 9.83036 16.3452 10.1908L11.4221 15.114C11.0616 15.4744 10.4771 15.4744 10.1166 15.114L7.65513 12.6524C7.29465 12.2919 7.29465 11.7075 7.65513 11.347C8.01561 10.9866 8.60006 10.9866 8.96056 11.347L10.7694 13.1558L15.0397 8.88547C15.4002 8.52499 15.9846 8.52499 16.3452 8.88547Z" fill="%235C5C5A"/><path fill-rule="evenodd" clip-rule="evenodd" d="M12 1.84615C6.39218 1.84615 1.84615 6.39218 1.84615 12C1.84615 17.6078 6.39218 22.1538 12 22.1538C17.6078 22.1538 22.1538 17.6078 22.1538 12C22.1538 6.39218 17.6078 1.84615 12 1.84615ZM0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12Z" fill="%235C5C5A"/></svg>');
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left: 38px;
	margin-bottom: 16px;
}

.content-list li a {
	text-decoration: underline !important;
	color: #2180ee !important;
}

.content-list h5 {
	margin-bottom: 12px;
}

/*----- security section ------*/

.security-section {
	background: #fffdef;
}

.streamline-section .align-center {
	align-items: center;
}

.security-section h2 {
	margin-bottom: 20px !important;
}

.security-section h5 {
	font-size: 24px;
	margin-bottom: 32px;
}

.security-section p {
	margin-bottom: 40px;
}

.security-section .content-list.list-box,
.streamline-section .content-list.list-box {
	background: #2d2d2d;
	padding: 30px;
	border-radius: 8px;
}

.security-section .content-list.list-box li,
.streamline-section .content-list.list-box {
	color: #f2f2f2;
}

.security-section .content-list li,
.streamline-section .content-list li {
	background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M16.3452 8.88559C16.7057 9.24607 16.7057 9.83049 16.3452 10.191L11.4221 15.1141C11.0616 15.4746 10.4771 15.4746 10.1166 15.1141L7.65513 12.6525C7.29465 12.292 7.29465 11.7076 7.65513 11.3472C8.01561 10.9867 8.60006 10.9867 8.96056 11.3472L10.7694 13.1559L15.0397 8.88559C15.4002 8.52511 15.9846 8.52511 16.3452 8.88559Z" fill="%23C28F2C"/><path fill-rule="evenodd" clip-rule="evenodd" d="M12 1.84615C6.39218 1.84615 1.84615 6.39218 1.84615 12C1.84615 17.6078 6.39218 22.1538 12 22.1538C17.6078 22.1538 22.1538 17.6078 22.1538 12C22.1538 6.39218 17.6078 1.84615 12 1.84615ZM0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12Z" fill="%23C28F2C"/></svg>');
}

.security-section h2 {
	margin-bottom: 60px;
}

.security-section .img-holder {
	padding-left: 80px;
}

@media screen and (max-width: 767.98px) {
	.security-section .img-holder {
		padding-left: 0;
	}

	.security-section .img-holder img {
		margin: 40px auto 0px;
	}
}

/*------- accordian css -------*/
.text-center {
	text-align: center;
}

.faq-content-section .ncm-container {
	padding: 0px 175px;
}

.ncm-sem-main-wrapper .faq-content-section .accordion-container {
	max-width: 980px;
	margin: 0 auto;
	padding: 0px 16px;
}

.ncm-sem-main-wrapper .faq-content-section h2 {
	margin-bottom: 40px;
}

.ncm-sem-main-wrapper .faq-content-section h3 {
	font-weight: 500;
}

.accordion-container {
	width: 100%;
}

.accordion-container .accordion-item {
	border-bottom: 1px solid #ebeae7;
	cursor: pointer;
}

.accordion-container .accordion-item h4,
.accordion-container .accordion-item h3 {
	margin: 0;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: -0.35px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-right: 16px;
}

.accordion-container .accordion-item .accordion-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.accordion-container .accordion-item .accordion-head h3 {
	padding: 20px 0;
}

.accordion-container .accordion-item .accordion-head.active .plusminus::before {
	content: "−";
}

.accordion-container .accordion-item .accordion-head.active h3 {
	color: #006deb;
}

.accordion-container .accordion-item .accordion-body {
	padding-top: 16px;
	max-width: 90%;
}

.accordion-container .accordion-item .accordion-body p a {
	color: #000;
	text-decoration: underline;
}

.accordion-container .accordion-item .plusminus {
	font-size: 24px;
	font-weight: 200;
	border: 1px solid #444444;
	width: 24px;
	height: 24px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 100px;
	color: #444444;
	position: relative;
	top: 0;
}

.accordion-container .accordion-item .plusminus::before {
	position: absolute;
	content: "+";
	top: -8px;
}

.accordion-container .accordion-body {
	display: none;
}

.feature-sec-content .content-list.list-box {
	padding: 0 0 0 0px !important;
	border-radius: 8px;
	margin-top: 24px;
}

.feature-sec-content .content-list.list-box li {
	background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 20C8.61667 20 7.31667 19.7375 6.1 19.2125C4.88333 18.6875 3.825 17.975 2.925 17.075C2.025 16.175 1.3125 15.1167 0.7875 13.9C0.2625 12.6833 0 11.3833 0 10C0 8.61667 0.2625 7.31667 0.7875 6.1C1.3125 4.88333 2.025 3.825 2.925 2.925C3.825 2.025 4.88333 1.3125 6.1 0.7875C7.31667 0.2625 8.61667 0 10 0C11.0833 0 12.1083 0.158333 13.075 0.475C14.0417 0.791667 14.9333 1.23333 15.75 1.8L14.3 3.275C13.6667 2.875 12.9917 2.5625 12.275 2.3375C11.5583 2.1125 10.8 2 10 2C7.78333 2 5.89583 2.77917 4.3375 4.3375C2.77917 5.89583 2 7.78333 2 10C2 12.2167 2.77917 14.1042 4.3375 15.6625C5.89583 17.2208 7.78333 18 10 18C12.2167 18 14.1042 17.2208 15.6625 15.6625C17.2208 14.1042 18 12.2167 18 10C18 9.7 17.9833 9.4 17.95 9.1C17.9167 8.8 17.8667 8.50833 17.8 8.225L19.425 6.6C19.6083 7.13333 19.75 7.68333 19.85 8.25C19.95 8.81667 20 9.4 20 10C20 11.3833 19.7375 12.6833 19.2125 13.9C18.6875 15.1167 17.975 16.175 17.075 17.075C16.175 17.975 15.1167 18.6875 13.9 19.2125C12.6833 19.7375 11.3833 20 10 20ZM8.6 14.6L4.35 10.35L5.75 8.95L8.6 11.8L18.6 1.775L20 3.175L8.6 14.6Z" fill="black"/></svg>');
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left: 32px !important;
	margin-bottom: 8px;
	font-size: 18px;
	font-weight: 300;
	line-height: 30px;
	margin: 0 0 16px;
}

@media screen and (max-width: 980px) {
	.faq-content-section .ncm-container {
		padding: 0px 16px;
	}
}

.accordian-list {
	padding-left: 15px;
}

.accordian-list li {
	list-style-type: auto;
	margin-bottom: 8px;
}

.accordian-list li a {
	color: #000;
	text-decoration: underline;
	font-size: 16px;
}

/*----- download section ------*/

.ncm-sem-main-wrapper .download-cta-section {
	background: #ffd43d;
	position: relative;
}

.ncm-sem-main-wrapper .download-cta-section h2 {
	line-height: 48px;
	margin-bottom: 0px;
}

.ncm-sem-main-wrapper .download-cta-section .container {
	position: relative;
	z-index: 1;
}

.ncm-sem-main-wrapper .download-cta-section::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: url(../images/ncm-sem-cta-pattern.svg);
	background-size: contain;
	z-index: 1;
	opacity: 0.5;
	background-repeat: no-repeat;
	background-position: center center;
}

.download-cta-div {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.download-cta-section .download-cta-div .ncm-btn {
	font-size: 18px;
	padding: 20px 32px;
	display: flex;
	justify-content: center;
	border-radius: 8px;
	gap: 10px;
	font-weight: 500;
}

.download-cta-div .btn-icon {
	margin-right: 16px;
}

.ncm-sem-main-wrapper .download-cta-section .ncm-container {
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 990px) {
	.ncm-sem-main-wrapper .download-cta-section h2 {
		margin-bottom: 28px;
		text-align: center;
	}
}

/*--------- stream line seciton ----------*/

.streamline-section h5 {
	font-size: 24px;
	margin-bottom: 0px;
}

.streamline-section .feature-section-intro-content {
	text-align: left;
}

.streamline-section .ncm-btn {
	margin-top: 32px;
}

@media screen and (max-width: 767.98px) {
	.streamline-section .feature-section-intro-content {
		text-align: center;
		margin-bottom: 36px;
	}
}

/*----------- supported-section css ------------*/

.yellow-bg {
	background: #fffdef;
}

.supported-section h2 {
	margin-bottom: 52px;
}

.supported-section a.ncm-btn {
	font-weight: 300;
	gap: 8px;
	padding: 12px 24px;
	font-size: 18px;
}

.supported-section .download-cta-div {
	margin: 40px auto 0;
}

.supported-section .download-cta-div .btn-icon {
	margin-right: 0px;
	transform: rotate(270deg);
}

.supoorted-list li {
	font-weight: 500 !important;
	background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_5208_37)"><rect width="24" height="24" fill="%23FFFDEF"/><path fill-rule="evenodd" clip-rule="evenodd" d="M16.3452 8.88559C16.7057 9.24607 16.7057 9.83048 16.3452 10.1909L11.4221 15.1141C11.0616 15.4745 10.4771 15.4745 10.1166 15.1141L7.65513 12.6525C7.29465 12.292 7.29465 11.7076 7.65513 11.3471C8.01561 10.9867 8.60006 10.9867 8.96056 11.3471L10.7694 13.1559L15.0397 8.88559C15.4002 8.52511 15.9846 8.52511 16.3452 8.88559Z" fill="%23EBC323"/><path fill-rule="evenodd" clip-rule="evenodd" d="M12 1.84615C6.39218 1.84615 1.84615 6.39218 1.84615 12C1.84615 17.6078 6.39218 22.1538 12 22.1538C17.6078 22.1538 22.1538 17.6078 22.1538 12C22.1538 6.39218 17.6078 1.84615 12 1.84615ZM0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12Z" fill="%23EBC323"/></g><defs><clipPath id="clip0_5208_37"><rect width="24" height="24" fill="white"/></clipPath></defs></svg>');
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left: 36px;
	margin-bottom: 16px !important;
}

/*----------- black-banner-section css ------------*/

.black-banner-section .banner-wrapper {
	background: #2d2d2d;
	padding: 60px 40px;
	display: flex;
	align-items: center;
	gap: 160px;
	max-width: 940px;
	margin: 0 auto;
	border-radius: 8px;
}

.black-banner-section .banner-wrapper .banner-query-content {
	color: #fff;
	width: 100%;
}

.black-banner-section .banner-wrapper .banner-query-content h3 {
	border-bottom: 1px solid #656565;
	padding-bottom: 20px;
	color: #fff;
}

.black-banner-section .banner-wrapper .queries-list li a {
	color: #fff;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 24px;
}

.black-banner-section .banner-wrapper .queries-list li a span {
	display: flex;
	align-items: center;
}

.black-banner-section .banner-wrapper .banner-query-image img {
	max-width: 340px;
}

.app-banner-main-wrapper {
	align-items: center;
	border: 1px solid #d1d1d1;
	border-radius: 8px;
	padding: 30px 35px;
	gap: 75px;
	max-width: 940px;
	margin: 0 auto;
}

.app-banner-section .banner-wrapper {
	display: flex;
	align-items: center;
	border-radius: 8px;
	gap: 75px;
	max-width: 940px;
	margin: 0 auto;
}

.app-banner-main-wrapper .app-banner-content {
	display: flex;
	flex-direction: column;
}

.app-banner-section .banner-wrapper h2 {
	font-size: 24px;
}

.app-banner-section .banner-wrapper p {
	margin-bottom: 0px;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 24px;
}

.app-banner-section .banner-wrapper .app-banner-image {
	max-width: 240px;
}

@media screen and (max-width: 1024px) {
	.black-banner-section .banner-wrapper {
		gap: 60px;
	}
}

@media screen and (max-width: 767.98px) {
	.black-banner-section .banner-wrapper {
		flex-direction: column;
		text-align: center;
		gap: 50;
	}

	.black-banner-section .banner-wrapper .banner-query-content {
		width: inherit;
	}
}

@media screen and (max-width: 640px) {
	.app-banner-section .banner-wrapper {
		gap: 30px;
		flex-direction: column;
		text-align: center;
	}

	.ncm-mobile-apps-btn {
		justify-content: center;
		margin: 36px 0px 0px;
	}
}

.ncm-mobile-apps-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 6px 12px;
}

.ncm-mobile-apps-btn .ncm-app-btn {
	width: 140px;
	cursor: pointer;
}

.list-style-number {
	list-style-type: number;
	padding-left: 16px;
}

/*---- footer section ---------*/

.ncm-sem-main-wrapper .trusted-business-logo-wrapper {
	margin-top: 32px;
	overflow-x: hidden;
}

.ncm-sem-main-wrapper .trusted-business-logo-wrapper .logo-item {
	border-radius: 8px;
	background: #fff;
	-webkit-box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.04);
	box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.04);
	min-width: 180px;
	height: 80px;
	position: relative;
}

.ncm-sem-main-wrapper .trusted-business-logo-wrapper .logo-item .apm-footer-sprite {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 176px;
	width: 100%;
	height: 80px;
	background-image: url("../images/ncm-footer-sprite.svg");
	background-repeat: no-repeat;
	background-size: 2000px;
}

.ncm-sem-main-wrapper .trusted-business-logo-wrapper .logo-item .apm-footer-sprite.loreal {
	background-position: 20px 0px;
	-webkit-transform: scale(10.8);
	transform: scale(0.8);
}

.ncm-sem-main-wrapper .trusted-business-logo-wrapper .logo-item .apm-footer-sprite.saint {
	background-position: -345px -40px;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}

.ncm-sem-main-wrapper .trusted-business-logo-wrapper .logo-item .apm-footer-sprite.loreal {
	background-position: -106px -40px;
	/* -webkit-transform: scale(0.95); */
	/* transform: scale(0.8); */
}

.ncm-sem-main-wrapper .trusted-business-logo-wrapper .logo-item .apm-footer-sprite.siemens {
	background-position: -592px -40px;
	-webkit-transform: scale(0.75);
	transform: scale(0.75);
}

.ncm-sem-main-wrapper .trusted-business-logo-wrapper .logo-item .apm-footer-sprite.time-warner {
	background-position: -842px -40px;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}

.ncm-sem-main-wrapper .trusted-business-logo-wrapper .logo-item .apm-footer-sprite.alcatel {
	background-position: -818px -20px;
	background-size: 1500px;
}

.ncm-sem-main-wrapper .trusted-business-logo-wrapper .logo-item .apm-footer-sprite.nasa {
	background-position: -1373px -40px;
	-webkit-transform: scale(0.95);
	transform: scale(0.95);
}

.ncm-sem-main-wrapper .trusted-business-logo-wrapper .logo-item .apm-footer-sprite.ibm {
	background-position: -1573px -40px;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}

.ncm-sem-main-wrapper .trusted-business-logo-wrapper .logo-item .apm-footer-sprite.wipro {
	background-position: -1771px -40px;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}

.ncm-sem-main-wrapper .us-house-logo {
	width: 56px;
	height: 56px;
}

.ncm-sem-main-wrapper .logo-marquee {
	-webkit-animation: 40s linear 1s infinite normal none running logoMarquee;
	animation: 40s linear 1s infinite normal none running logoMarquee;
	gap: 0 20px;
	flex-wrap: inherit;
}

@-webkit-keyframes logoMarquee {
	0% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}

	100% {
		-webkit-transform: translateX(-1200px);
		transform: translateX(-1200px);
	}
}

@keyframes logoMarquee {
	0% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}

	100% {
		-webkit-transform: translateX(-1200px);
		transform: translateX(-1200px);
	}
}

@media screen and (max-width: 1199.98px) {
	.apm-testimonial-section .badge-recognition-item {
		margin-bottom: 24px;
	}
}

@media screen and (max-width: 991.98px) {
	.customer-review-wrapper .row {
		gap: 24px 0;
	}
}

/*--------- supported css ----------*/

.supoorted-list li {
	font-weight: 500 !important;
}

/*------ rating section -------*/

.banner-rating-div-wrapper .banner-rating-div {
	display: flex;
	align-items: center;
	gap: 56px;
	margin: 32px 0px 52px;
}

.banner-rating-div-wrapper .rating-card {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.banner-rating-div-wrapper h5 {
	font-size: 40px;
	font-weight: 600;
}

.banner-rating-div-wrapper .rating-card h5 {
	font-size: 38px;
	font-weight: 800;
	line-height: normal;
	display: flex;
	align-items: center;
	justify-content: center;
}

.banner-rating-div-wrapper .rating-card p {
	margin: 0px;
	font-size: 18px;
	font-weight: 400;
}

@media screen and (max-width: 640px) {
	.banner-rating-div-wrapper .rating-card {
		gap: 20px;
	}

	.banner-rating-div-wrapper .banner-rating-div {
		display: ruby-text;
	}
}

#customer-logo {
	display: none;
}

.nw-config-mgmt-wrapper .container {
	max-width: 1280px;
}

.about-section {
	padding: 20px 0 0;
}

.nw-config-mgmt-wrapper .about-section .about-title-list {
	margin: 40px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
}

.nw-config-mgmt-wrapper .about-section .about-title-list .title-list-item {
	border-radius: 50px;
	border: 1px solid rgba(221, 221, 221, 0.87);
	padding: 12px 24px;
	cursor: pointer;
	font-weight: 400;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
}

.nw-config-mgmt-wrapper .about-section .about-title-list .title-list-item.active {
	background: #000000;
	color: #ffffff;
	border-color: #000000;
}

.nw-config-mgmt-wrapper .about-section .content-list {
	max-width: 620px;
}

@media screen and (max-width: 991.98px) {
	.nw-config-mgmt-wrapper .about-section .content-list {
		max-width: 720px;
		margin: 0 auto 60px;
	}
}

.nw-config-mgmt-wrapper .about-section .content-list .content-list-item {
	border: 1px solid #E9E9E9;
	border-radius: 8px;
	padding: 24px;
	margin-bottom: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0 20px;
}

.nw-config-mgmt-wrapper .about-section .content-list .content-list-item:last-child {
	margin-bottom: 0;
}

.nw-config-mgmt-wrapper .about-section .content-list .content-list-item.active .icon-chevron-down {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.nw-config-mgmt-wrapper .about-section .content-list .content-list-item.active .content-list-desc {
	display: block !important;
}

.nw-config-mgmt-wrapper .about-section .content-list .content-list-item .content-list-icon {
	width: 36px;
	height: 36px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.nw-config-mgmt-wrapper .about-section .content-list .content-list-item .content-list-body {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.nw-config-mgmt-wrapper .about-section .content-list .content-list-item .content-list-body .content-list-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	cursor: pointer;
	width: 100%;
}

.nw-config-mgmt-wrapper .about-section .content-list .content-list-item .content-list-body .content-list-title h5 {
	margin-bottom: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.nw-config-mgmt-wrapper .about-section .content-list .content-list-item .content-list-body .content-list-desc {
	padding-top: 8px;
	display: none;
}

.nw-config-mgmt-wrapper .about-section .content-list .content-list-item .content-list-body .content-list-desc p {
	margin: 0;
}

.nw-config-mgmt-wrapper .about-section .content-list .content-list-item .icon-chevron-down {
	min-width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=");
}

.nw-config-mgmt-wrapper .about-section .about-content-item {
	display: none;
}

.nw-config-mgmt-wrapper .about-section .about-content-item.active {
	display: block;
}

.nw-config-mgmt-wrapper .about-section .content-list-image {
	display: none;
	text-align: center;
}

.nw-config-mgmt-wrapper .about-section .content-list-image img {
	max-width: 720px;
	width: 100%;
	border-radius: 6px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.08);
}

.nw-config-mgmt-wrapper .about-section .content-list-image.active {
	display: block;
}

.margin-top-md {
	margin-top: 32px;
}

.align-items-center {
	align-items: center;
}

.nw-config-mgmt-wrapper .black-banner-section .banner-wrapper,
.nw-config-mgmt-wrapper .app-banner-main-wrapper,
.nw-config-mgmt-wrapper .app-banner-section .banner-wrapper {
	max-width: 100%;
}

.nw-config-mgmt-wrapper .app-banner-section .banner-wrapper .app-banner-image {
	max-width: 350px;
}

.nw-config-mgmt-wrapper .app-banner-section .banner-wrapper h2 {
	font-size: 40px;
}

.automate-routine-content img {
	-webkit-box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.08);
}

.sec-bg {
	background: #fffdef;
}

.nw-config-mgmt-wrapper .ncm-btn.ncm-btn-secondary {
	border: 0;
	background: #30883e !important;
}

.ncm-sem-main-wrapper.nw-config-mgmt-wrapper .download-cta-section {
	background: #1a1a1a !important;
}

.ncm-sem-main-wrapper.nw-config-mgmt-wrapper .download-cta-section h3 {
	color: #fff;
}

.ncm-sem-main-wrapper.nw-config-mgmt-wrapper .download-cta-section::before {
	opacity: .15;
}

.cta-div {
	display: flex;
	gap: 16px;
	justify-content: center;
	flex-wrap: wrap;
}

.cta-div>a {
	min-width: 270px;
}

.mrg-top-md {
	margin-top: 32px;
}

.nw-config-mgmt-wrapper .reasons-content {
	margin-top: 40px;
}

.nw-config-mgmt-wrapper .reasons-card {
	border: 1px solid #ddd;
	padding: 24px;
	min-height: 260px;
	margin-bottom: 24px;
	border-radius: 6px;
}

.nw-config-mgmt-wrapper .reasons-card>svg {
	margin-bottom: 16px;
}

.nw-config-mgmt-wrapper .app-banner-main-wrapper {
	background: rgb(255, 250, 227);
	background: linear-gradient(90deg, rgb(255 255 255) 0%, rgb(254 245 231) 100%);
	border-color: #f5eada;
}