.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: #f4f7ff;
	--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;
}

.apm-btn {
	border: 0;
	border-radius: 8px;
	font-weight: 400;
	font-size: calc(1rem + 2px);
	line-height: 1.5;
	cursor: pointer;
	text-align: center;
	padding: 12px 24px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #e1e2e5;
	color: inherit;
	background-color: #ffffff;
	-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;
}

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

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

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

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

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

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

.apm-btn.apm-btn-secondary {
	border: 1px solid #1573ff !important;
	background-color: #ffffff !important;
	color: #ffffff;
}

.apm-btn.apm-btn-secondary:hover {
	background-color: #444444;
	border-color: #444444;
}

.apm-btn.apm-btn-secondary:focus {
	background-color: #444444;
	border-color: #444444;
}

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


.apm-btn>span:first-child.apm-btn-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 0px; margin-right: 8px;
}

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

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

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

a.apm-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;
}

.apm-seo-main-wrapper h1 {
	font-size: calc(1.375rem + 2.2vw);
	line-height: 1.0625;
	letter-spacing: -1px;
	font-weight: 800;
	margin: 0 0 16px;
}

.apm-seo-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;
}

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

.apm-seo-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;
}

.apm-seo-main-wrapper h5,
.apm-seo-main-wrapper .h5 {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 32px;
	letter-spacing: -0.25px;
	margin: 0 0 12px;
}

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

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

.apm-seo-main-wrapper ul li {
	font-size: 17px;
	font-weight: 300;
	line-height: 30px;
	margin: 0 0 12px;
}

@media only screen and (min-width: 1200px) {
	.apm-seo-main-wrapper h1 {
		font-size: 3.5rem;
	}

	.apm-seo-main-wrapper h2 {
		font-size: 2.5rem;
	}

	.apm-seo-main-wrapper h3,
	.apm-seo-main-wrapper .h3 {
		font-size: 2rem;
	}

	.apm-seo-main-wrapper h4 {
		font-size: 1.75rem;
	}
}

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

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

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

.apm-seo-main-wrapper a:not(.itom-btn-primary) {
	color: #006deb;
}

.apm-seo-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;
}

.apm-seo-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;
}

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

.apm-seo-main-wrapper .apm-seo-banner-wrapper {
	padding: 110px 0px;
	background: linear-gradient(180deg, #cfdaff 15%, #cfdaff 10%, #ffffff 100%) 0% 0% no-repeat;
	position: relative;
	z-index: 1;
}

.apm-seo-main-wrapper .sec-padding-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.apm-seo-main-wrapper .sec-padding-80 {
	padding-top: 80px;
	padding-bottom: 80px;
}

.apm-seo-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) {
	.apm-seo-main-wrapper .title-break {
		display: block;
	}
}

.apm-seo-main-wrapper .apm-seo-banner-wrapper .banner-section h1 {
	margin-bottom: 16px;
	letter-spacing: -1.5px;
}

.apm-seo-main-wrapper .apm-seo-banner-wrapper .banner-section .sub-heading {
	font-size: 24px;
	line-height: 24px;
	font-weight: 600;
	margin-bottom: 24px;
}


.apm-seo-main-wrapper .apm-seo-banner-wrapper .banner-section p{margin-bottom:16px;}

.apm-seo-main-wrapper .apm-seo-banner-wrapper .banner-section .banner-content .cta-group {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 24px;
}

.apm-seo-main-wrapper .apm-seo-banner-wrapper .banner-section .apm-btn {
	font-size: 20px;
	font-weight: 500;
}

.apm-seo-main-wrapper .apm-seo-banner-wrapper .banner-section .apm-btn .apm-btn-icon {
	margin-right: 0px;
	line-height: 1.2;
}

.apm-seo-main-wrapper .apm-seo-banner-wrapper .banner-section .banner-video {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 100%;
}

.apm-seo-main-wrapper .apm-seo-banner-wrapper .banner-section .banner-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

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

.apm-seo-main-wrapper .apm-seo-banner-wrapper .banner-section .banner-row .banner-video {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
}

.apm-seo-main-wrapper .apm-seo-banner-wrapper .banner-section .banner-row .banner-content {
	max-width: 590px;
}

@media screen and (min-width: 1200px) {
	.apm-seo-main-wrapper .apm-seo-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) {
	.apm-seo-main-wrapper .apm-seo-banner-wrapper .banner-section .banner-row>* {
		width: 50%;
	}
}

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

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

	.apm-seo-main-wrapper .apm-seo-banner-wrapper .banner-section .banner-row .banner-content {
		max-width: 100%;
		text-align: left;
	}

	.apm-seo-main-wrapper .apm-seo-banner-wrapper .banner-section .banner-content .cta-group,
	.apm-seo-main-wrapper .apm-seo-banner-wrapper .banner-section .banner-video {
		justify-content: center;
	}
    .apm-seo-main-wrapper .apm-seo-banner-wrapper{padding:80px 0px;}
}

@media screen and (max-width: 480px) {
	.apm-seo-main-wrapper .apm-seo-banner-wrapper .banner-section .banner-content .cta-group {
		flex-direction: column;
	}

	.apm-seo-main-wrapper .apm-seo-banner-wrapper .banner-section .apm-btn {
		width: 100%;
	}
}

.apm-seo-main-wrapper .apm-features-detail-container {
	max-width: 1280px;
	width: 100%;
	margin: auto;
	padding-left: 12px;
	padding-right: 12px;
}

.apm-seo-main-wrapper .sec-padding-80 {
	padding-top: 80px;
	padding-bottom: 80px;
}

.apm-seo-main-wrapper .sec-padding-40 {
	padding-top: 40px;
	padding-bottom: 40px;
}

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

.video-player-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.64);
	width: 100%;
	height: 100%;
	padding: 40px 20px;
	-webkit-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
	display: none;
	opacity: 0;
	z-index: 999;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.video-player-wrapper * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.video-player-wrapper.active {
	display: block;
	opacity: 1;
}

.video-player-wrapper .video-player-container {
	max-width: 956px;
	margin: 100px auto auto;
}

.video-player-wrapper .video-player-container .video-player-close-btn {
	width: 32px;
	height: 32px;
	margin-left: 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;
	cursor: pointer;
	background: transparent;
}

.video-player-wrapper .video-player-container .video-player {
	position: relative;
	padding-bottom: 56.5%;
	margin-top: 12px;
}

.video-player-wrapper .video-player-container .video-player iframe {
	position: absolute;
	width: 100%;
	height: 100%;
}

.intro-video {
	position: relative;

	border-radius: 12px;
	z-index: 1;
	max-width: 527px;
	width: 100%;
	height: 293px;
}

.intro-video img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 12px;
	z-index: -1;
	-o-object-fit: cover;
	object-fit: cover;
}

.intro-video .video-play-button {
	width: 80px;
	height: 80px;
	border-radius: 100px;
	background-color: #e80e19;
	border: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border: 2px solid #fff;
	cursor: pointer;
	box-shadow: none;
}

.intro-video .video-play-button .video-play-icon {
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 30px solid #ffffff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-32%, -50%);
	transform: translate(-32%, -50%);
	width: 20px;
	height: 20px;
}

.intro-section {
	text-align: center;
}

.intro-section.sec-padding-80 {
	padding-top: 180px;
}

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

.apm-seo-main-wrapper .intro-section {
	width: 100%;
	margin: auto;
	text-align: center;
}

.apm-seo-main-wrapper .feature-section .feature-section-intro-content {
	width: 100%;
	margin: auto;
	text-align: center;
}

.apm-seo-main-wrapper .addon-section {
	background-color: #fafafa;
}

.apm-seo-main-wrapper .addon-section .addon-card-row {
	margin-top: 60px;
	gap: 24px 0;
}

.apm-seo-main-wrapper .addon-section .addon-card-row .addon-card {
	padding: 24px;
	border-radius: 12px;
	background-color: #ffffff;
	height: 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: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.04);
	box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.04);
}

.apm-seo-main-wrapper .addon-section .addon-card-row .addon-card p {
	margin-top: 8px;
}

.apm-seo-main-wrapper .addon-section .addon-card-row .addon-card .addon-logo {
	height: 46px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

/*-------- Integrated section css start ----------*/

.integrated-card-wrapper {
	margin: 36px auto 0px;
}

.integrated-card {
	display: inline;
}

.integrated-card .icon-box {
	height: 64px;
	width: 64px;
	background: #213678;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.integrated-card h6,
.integrated-card h3 {
	margin: 0;
	font-size: 24px;
}

.integrated-card {
	width: 100%;
	padding: 24px 35px;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	border-radius: 8px;
	text-decoration: none;
	height: 100%;
	gap: 24px;
	color: #000 !important;
	text-align: left;
	background: #ffffff;
}

.integrated-card.active-card {
	background: #213678;
	color: #fff;
	transition: all 0.3s;
}

.integrated-card.active-card h3,
.integrated-card.active-card h6,
.integrated-card.active-card p {
	color: #fff !important;
}

.integrated-card.active-card .icon-box {
	background: #ffffff;
}

.integrated-card p {
	margin-bottom: 0px;
}

@media screen and (max-width: 992.98px) {}

/*-------- Integrated section css end ----------*/

/*------- strip banner start css ---------*/

.strip-banner {
	background: #ddd;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 18px 48px;
	border-radius: 8px;
	background-image: url("../images/aws-strip-banner-bg.webp");
	background-size: cover;
	color: #fff;
}

.apm-strip-btn {
	padding: 8px 24px;
	border-radius: 50px;
	background: transparent;
	color: #fff !important;
	border: 1px solid #b0b8ff;
}

.apm-strip-btn:hover {
	border: 1px solid #fff;
}

.aws-logo span {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
}

.strip-banner p {
	margin: 0;
	font-size: 20px;
	line-height: 28px;
}

@media screen and (max-width: 992.98px) {
	.strip-banner {
		gap: 20px;
		flex-direction: column;
		padding: 24px 48px;
		text-align: center;
	}
}

/*-------  strip banner end css ---------*/

/*------- comprehensive start css ---------*/

.comprehensive-section {
	position: relative;
}

.comprehensive-section .img-holder {
	position: absolute;
	bottom: 0;
}

.comprehensive-list {
	max-width: 558px;
}

.comprehensive-feature-section {
	display: flex;
	justify-content: flex-end;
}

.comprehensive-list li a {
	display: block;
	align-items: center;
	border: 1px solid #d6dae6;
	padding: 12px 24px 12px 68px;
	border-radius: 8px;
	color: #000 !important;
	text-decoration: none;
	position: relative;
}

.comprehensive-list li a svg {
	position: absolute;
	left: 24px;
	top: 50%;
	margin-top: -10px;
}

@media screen and (max-width: 768px) {
	.comprehensive-section .img-holder {
		display: none;
	}

	.comprehensive-list {
		max-width: 100%;
	}
}

/*------- Logo section start css ---------*/

.aws-logo-section a {
	text-decoration: none;
	color: #000;
}

.aws-logo-section a .logo-title {
	color: #000;
}

/* .logo-box {
	background: #ffffff;
	padding: 24px 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-direction: column;
	margin: 14px 2px;
	border-radius: 8px;
	border: 1px solid #e3e6f0;
	min-height: 160px;
	max-height: 160px;
	gap: 20px;
}

@media screen and (max-width: 575px) {
	.logo-box {
		min-height: auto;
	}
} */

/*------- Logo section end css ---------*/

/*------- comprehensive end css ---------*/

.apm-seo-main-wrapper .get-started-section {
	text-align: center;
}

.bottom-cta {
	margin-top: 30px;
	gap: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.blue-bg {
	background: #f4f7ff;
}
.bottom-cta a:hover{text-decoration: none;}
/*------- end css -----------*/

/*------- Featue section start css -----------*/

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

.content-list.list-box 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%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='%236368B1'/%3e%3c/svg%3e ");
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left: 42px !important;
	margin-bottom: 8px;
	font-size: 18px;
	font-weight: 300;
	line-height: 30px;
	margin: 0 0 16px;
}

/*------- Featue section end css -----------*/

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

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

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

.apm-seo-main-wrapper .faq-content-section h3 {
	font-weight: 500;
}

.accordion-container {
	width: 100%;
}

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

.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.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;
}

.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: -2px;
}

.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: 767.98px) {
	.faq-content-section .apm-features-detail-container {
		padding: 60px 0px;
	}

	.apm-seo-main-wrapper .sec-padding-100 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

/*------- Related resources seciton -----------*/

.resource-multiple-itom {
	display: flex;
	width: 100%;
}

.related-resource-section .related-resource-img {
	margin-top: 40px;
	max-width: 360px;
	width: 100%;
	height: auto;
}

.related-resource-section .resource-card {
	border: 1px solid #efefef;
	border-radius: 12px;
	margin-left: 32px;
}

@media screen and (max-width: 1199.98px) {
	.related-resource-section .resource-card {
		margin: 40px 0 0;
	}
}

.related-resource-section .resource-wrapper {
	padding: 24px;
	border-right: 1px solid #efefef;
}

.related-resource-section .resource-link-item.featured {
	margin-bottom: 32px;
}

.related-resource-section .resource-link-list li {
	margin-bottom: 8px;
	font-size: 1rem;
	line-height: 1.75;
}

.related-resource-section .resource-link-list li:last-child {
	margin-bottom: 0;
}

.related-resource-section .resource-link-list li a {
	color: inherit;
}

.related-resource-section .resource-link-list li a svg {
	vertical-align: sub;
}

.related-resource-section .resource-link-list li a span {
	margin-right: 4px;
}

.related-resource-section .resource-other-wrapper {
	padding: 24px 24px 24px 0;
	border: none;
}

.related-resource-section .resource-other-wrapper .resource-other-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: inherit;
	text-decoration: none;
}

.related-resource-section .resource-other-wrapper .resource-other-item:nth-child(1),
.related-resource-section .resource-other-wrapper .resource-other-item:nth-child(2) {
	padding-bottom: 24px !important;
	margin-bottom: 24px;
	border-bottom: 1px solid #efefef;
}

.related-resource-section .resource-other-wrapper .resource-other-item:hover {
	text-decoration: none;
}

.related-resource-section .resource-other-wrapper .resource-other-item .h5 {
	line-height: 1;
	font-size: 20px;
	margin-bottom: 4px;
}

.related-resource-section .resource-other-wrapper .resource-other-item .p {
	font-size: 1rem;
	line-height: 1.75;
}

.related-resource-section .resource-other-wrapper .resource-other-item .resource-other-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.related-resource-section .resource-other-wrapper .resource-other-item .anchor-text {
	color: #006deb;
}

.related-resource-section .resource-other-wrapper .resource-other-item .resource-other-icon {
	margin-right: 20px;
}

.related-resource-section .resource-other-wrapper .resource-other-item .resource-other-icon svg {
	width: 32px;
	height: 38px;
}

.related-resource-section .resource-other-wrapper .resource-other-item a {
	font-size: 1rem;
}

@media screen and (max-width: 1199.98px) {
	.related-resource-title-wrapper {
		text-align: center;
	}
}

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

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


/* Supported Services */
.AWSLambda {
	background-position: calc(48px * -2) calc(48px * -2);
}

.AwsElasticBeanstalk {
	background-position: calc(48px * -1) calc(48px * -2);
}

.AmazonEc2Instances {
	background-position: calc(48px * 0) calc(48px * -2);
}

.AWSNetworkLoadBalancers {
	background-position: calc(48px * -5) calc(48px * -2);
}

.AWSApplicationLoadBalancers {
	background-position: calc(48px * -3) calc(48px * -2);
}

.AWSElasticBeanstalk {
	background-position: calc(48px * -4) calc(48px * -2);
}

.AmazonEksClusters {
	background-position: calc(48px * -7) calc(48px * -2);
}

.AmazonElasticContainerRegistry {
	background-position: calc(48px * -8) calc(48px * -2);
}

.AwsEcsClusters {
	background-position: calc(48px * -6) calc(48px * -2);
}

.AmazonRdsInstancesNonAurora {
	background-position: calc(48px * -9) calc(48px * -2);
}

.AmazonDynamodb {
	background-position: calc(48px * -10) calc(48px * -2);
}

.AmazonRdsInstancesAuroradb {
	background-position: calc(48px * -11) calc(48px * -2);
}

.AmazonSqs {
	background-position: calc(48px * -12) calc(48px * -2);
}

.AmazonActiveMq {
	background-position: calc(48px * -13) calc(48px * -2);
}

.AmazonRabbitMq {
	background-position: calc(48px * -13) calc(48px * -2);
}

.AwsFileTransferFamily {
	background-position: calc(48px * -15) calc(48px * -2);
}

.AmazonDmsReplicationInstance {
	background-position: calc(48px * -14) calc(48px * -2);
}

.AmazonDmsReplicationTask {
	background-position: calc(48px * -14) calc(48px * -2);
}

.AmazonApiGatewayHttpsApi {
	background-position: calc(48px * -17) calc(48px * -2);
}

.AwsSiteToSiteVpn {
	background-position: calc(21px * -16) calc(72px * -2);
}

.AmazonClientvpn {
	background-position: calc(15px * -16) calc(72px * -2);
}

.AwsTransitGateway {
	background-position: calc(24px * -16) calc(72px * -2);
}

.AmazonApiGatewayWebsocketApi {
	background-position: calc(48px * -17) calc(48px * -2);
}

.AmazonApiGatewayWebsocketApi {
	background-position: calc(48px * -17) calc(48px * -2);
}


.AmazonCloudfront {
	background-position: calc(48px * -18) calc(48px * -2);
}

.AwsDirectConnects {
	background-position: calc(48px * -19) calc(48px * -2);
}

.AwsPrivatelinkEndpoint {
	background-position: calc(18px * -16) calc(72px * -2);
}

.AwsPrivatelinkEndpointService {
	background-position: calc(18px * -16) calc(72px * -2);
}

.NatGateways {
	background-position: calc(48px * -16) calc(48px * -2);
}

.Route53HealthChecks {
	background-position: calc(48px * -20) calc(48px * -2);
}

.AmazonElasticFileSystems {
	background-position: calc(48px * -23) calc(48px * -2);
}

.FsxFileCache {
	background-position: calc(48px * -24) calc(48px * -2);
}

.S3BucketStorageStatistics {
	background-position: calc(48px * -21) calc(48px * -2);
}

.AmazonStorageGateway {
	background-position: calc(48px * -25) calc(48px * -2);
}

.AmazonStorageGatewayFileShare {
	background-position: calc(48px * -25) calc(48px * -2);
}

.AmazonStorageGatewayVolume {
	background-position: calc(48px * -25) calc(48px * -2);
}

.AmazonCloudHsm {
	background-position: calc(48px * -26) calc(48px * -2);
}

.AmazonKeyManagementService {
	background-position: calc(48px * -27) calc(48px * -2);
}

.AmazonSecretsManager {
	background-position: calc(48px * -28) calc(48px * -2);
}

.AmazonWebApplicationFirewallACS {
	background-position: calc(48px * -29) calc(48px * -2);
}

.AwsBilling {
	background-position: calc(48px * 0) calc(48px * -3);
}

.AmazonSimpleNotificationServiceMonitoring {
	background-position: calc(48px * -1) calc(48px * -3);
}

/*---- form css ---------*/
.contactForm {
    margin: 24px 0 0;
}

.form-group-row .apm-btn {
    padding: 0 24px;
    height: 48px;
    font-family: inherit;
    margin-left: 12px;
    font-size: 16px !important;
    border-radius: 0 4px 4px 0;
}



.input-group {
  width: 100%;
}

.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;
  position: relative;
}

@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-feedback-error {
  position: absolute;
  top: 0;
  top: -24px;
  color: red;
  display: none;
}

.form-group-row>div {
  position: relative;
}

.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: transparent;
}

.form-group-row>div input:focus,
.form-group-row>div select:focus {
  outline: none;
}

.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: 1px solid #E1E2E5;
  border-right-width: 0;
  background: #ffffff;
  border-radius: 4px 0 0 4px;
  padding-left: 12px;
  padding-right: 8px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
}

@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;
  }
}

.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 transparent;
  border-right: 5px solid transparent;
  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;
}

.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: 1px solid #E1E2E5;
  border-left-width: 0;
  background: #ffffff;
  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: transparent;
    border: 0;
    padding-left: 0;
  }

  .form-group-row>div:nth-child(2) .apm-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 #dddddd;
  }
}

.form-group-row>div:nth-child(2) .select-country::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  right: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #1B1D1F;
  z-index: -1;
  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: 8px;
}

@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 transparent;
  border-right: 5px solid transparent;
  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: #ffffff;
  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 .apm-btn {
  padding: 0 24px;
  height: 48px;
  font-family: inherit;
  margin-left: 12px;
  font-size: 16px;
  border-radius: 0 4px 4px 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: transparent;
  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: #ffffff !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;
  opacity: 0;
}

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

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

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

.thanks-message {
  padding: 16px;
  background: linear-gradient(65deg, #a1eac4, transparent);
  border-radius: 4px;
  display: none;
}

.thanks-message .thanks-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 12px;
}

.thanks-message .thanks-content h6 {
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) {
  .feature-sec-content-wrapper {
    max-width: 600px;
    width: 100%;
  }
}

.input-group{width:100% !important;}


/*----- form css end -------*/