.thanks,
.heading-menu,
#scroll,
#sup,
#edition {
	display: none
}

.sql-monitoring-main-wrapper h1 {
	font-size: calc(2rem + 2.2vw);
	line-height: 1.0625;
	letter-spacing: -1px;
	font-weight: 700;
	margin: 0 0 12px;
}

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

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

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

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

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

.sql-monitoring-main-wrapper p,
.sql-monitoring-main-wrapper .p {
	font-size: 17px;
	font-weight: 300;
	line-height: 30px;
	margin: 0 0 16px;
}

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

@media only screen and (min-width: 1200px) {
	.sql-monitoring-main-wrapper h1 {
		font-size: 56px;
	}

	.sql-monitoring-main-wrapper h2 {
		font-size: 2.5rem;
	}

	.sql-monitoring-main-wrapper h3,
	.sql-monitoring-main-wrapper .h3 {
		font-size: 2rem;
	}

	.sql-monitoring-main-wrapper h4 {
		font-size: 1.75rem;
	}
}

.opm-btn {
	border: 0;
	border-radius: 4px;
	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;
}

.opm-btn:hover {
	color: #E80E19;
	border-color: #E80E19;
}

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

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

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

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

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

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

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

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

.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 {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
}

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

.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-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}

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

	.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-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}

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

	.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-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}

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

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

.text-center {
	text-align: center !important;
}

.align-items-center {
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

.m-0 {
	margin: 0 !important;
}

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

.img-fluid {
	max-width: 100%;
	height: auto;
}

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

.sql-monitoring-main-wrapper .container {
	width: 100%;
	margin: auto;
}

@media only screen and (min-width: 992px) {
	.sql-monitoring-main-wrapper .container {
		max-width: 960px;
	}
}

@media only screen and (min-width: 1200px) {
	.sql-monitoring-main-wrapper .container {
		max-width: 1180px;
	}
}

@media only screen and (min-width: 1400px) {
	.sql-monitoring-main-wrapper .container {
		max-width: 1280px;
	}
}

.sql-monitoring-main-wrapper .sec-header {
	text-align: center;
	margin-bottom: 60px;
}

.sec-header p {
	font-size: 20px;
}

@media screen and (min-width: 992px) {
	.sql-monitoring-main-wrapper .sec-header .title-break {
		display: block;
	}
}

.sql-monitoring-main-wrapper .mb-0 {
	margin-bottom: 0 !important;
}

.sql-monitoring-main-wrapper .text-left {
	text-align: left !important;
}

.sql-monitoring-main-wrapper .banner-section {
	padding: 80px 0 140px;
	background: -webkit-gradient(linear, left top, left bottom, from(#DEEDFF), to(#FFF7DB));
	background: linear-gradient(180deg, #DEEDFF 0%, #FFF7DB 100%);
}

.banner-section .row {
	align-items: center;
}

.sql-monitoring-main-wrapper .banner-image {
	text-align: center;
}

.sql-monitoring-main-wrapper .banner-image img {
	max-width: 440px;
	width: 100%;
}

.sql-monitoring-main-wrapper .trusted-client-section {
	margin-top: -96px;
}

.trusted-client-card {
	padding: 40px;
	text-align: center;
	background: #ffffff;
	border-radius: 12px;
	box-shadow: 0px 0px 24px hsl(0deg 0% 0% / 8%);
}

.sql-monitoring-main-wrapper .trusted-client-section .trusted-client-wrapper {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	margin-top: 40px;
	max-width: 1280px;
	width: 100%;
}

@media screen and (max-width: 767px) {
	.sql-monitoring-main-wrapper .trusted-client-section .trusted-client-wrapper {
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 32px;
	}
}

@media screen and (max-width: 480px) {
	.sql-monitoring-main-wrapper .trusted-client-section .trusted-client-wrapper {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 425px) {
	.sql-monitoring-main-wrapper .trusted-client-section .trusted-client-wrapper {
		grid-template-columns: repeat(1, 1fr);
	}
}

.sql-monitoring-main-wrapper .trusted-client-section .trusted-client-wrapper .trusted-client-item {
	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;
	height: 42px;
}

.sql-monitoring-main-wrapper .trusted-client-section .trusted-client-wrapper .trusted-client-item img {
	min-height: 20px;
}

.feature-section {
	padding: 80px 0;
}

.unorder-list {
	padding-left: 24px;
	list-style-type: disc;
}

.sql-monitoring-main-wrapper .feature-section .feature-sec-content-wrapper h3 {
	margin-bottom: 20px;
}

.sql-monitoring-main-wrapper .feature-section .feature-sec-content-wrapper .feature-sec-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0 20px;
}

.sql-monitoring-main-wrapper .feature-section .feature-sec-content-wrapper .feature-sec-content .feature-sec-icon {
	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;
	min-width: 42px;
	height: 42px;
	border-radius: 100px;
	background: -webkit-gradient(linear, left top, left bottom, from(#DEEDFF), to(#FFF7DB));
	background: linear-gradient(180deg, #DEEDFF 0%, #FFF7DB 100%);
}

.sql-monitoring-main-wrapper .feature-section .row {
	margin-bottom: 80px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.sql-monitoring-main-wrapper .feature-section .row:nth-child(odd) .feature-sec-content-wrapper {
	margin-left: auto;
}

.sql-monitoring-main-wrapper .feature-section .feature-sec-img {
	max-width: 100%;
	border-radius: 8px;
	-webkit-box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.08);
}

.feature-sec-img-wrapper {
	border-radius: 12px;
	padding: 24px;
	background-color: #CFE5FF;
	margin: auto;
	position: relative;
	z-index: 1;
	overflow: hidden;
	max-width: 560px;
}

.feature-sec-img-wrapper::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	background: url("../images/sql-monitoring/feature-sec-bg-pattern.svg") no-repeat scroll center center;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-size: cover;
}

.sql-monitoring-main-wrapper .bottom-cta-section {
	padding: 80px 0;
}

.sql-monitoring-main-wrapper .bottom-cta-section .bottom-cta-btn-group {
	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: 0 16px;
	margin-top: 32px;
}

.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) .opm-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 .opm-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(154deg, #a1eac457, #ffffff9c);
	border-radius: 4px;
	display: none;
}

.thanks-message p {
	margin: 8px 0 0;
}

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

@media only screen and (max-width: 991.98px) {
	.banner-image {
		margin-top: 80px;
	}

	.feature-section .row {
		margin-bottom: 60px;
	}

	.feature-section .row:nth-child(even) {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.benefit-img {
		display: none;
	}
}

.contactForm {
	margin: 24px 0 0;
}

@media only screen and (max-width: 525.98px) {
	.benefit-card {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 12px;
	}
}

@media only screen and (max-width: 440.98px) {
	.bottom-cta-btn-group {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 12px 0 !important;
	}

	.bottom-cta-btn-group .opm-btn {
		width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.database-environment-section {
	background-color: #E2EFFB;
	padding: 80px 0;
}

.as-container {
	max-width: 1200px;
	margin: 0 auto
}

.con-part {
	display: table;
	width: 100%;
	position: relative
}

.splitTopContent {
	text-align: center
}

.splitTopContent h2 {
	font-size: 36px;
	line-height: 50px;
	font-weight: 500;
	text-align: center;
	margin: 0 0 45px
}

.splitTopContent p {
	font-size: 20px;
	line-height: 35px;
	margin: 30px 0 0
}

.lhs-side li span.act:after {
	background: #049573;
	left: -1px;
	right: 0;
	content: "";
	position: absolute;
	width: 100%;
	z-index: -1;
	top: -10px;
	bottom: -10px;
	border-radius: 4px;
	height: calc(100% + 20px)
}

.lhs-side li span.act,
.lhs-side li span.act:hover {
	color: #fff;
	font-weight: 500
}

.lhs-side li span.act:before {
	opacity: 1
}

.lhs-side li span.act:before {
	border: 5px solid #049573;
	background: transparent;
	width: 0;
	height: 0;
	border-radius: 1px;
	transform: rotate(45deg) translateX(-50%);
	left: calc(50% - 4px);
	top: calc(100% + 7px);
	transform-origin: center;
	z-index: -1
}

.lhs-side {
	float: left;
	width: 100%;
	box-sizing: border-box;
	position: relative
}

.lhs-side p {
	font-size: 20px;
	color: #010101;
	margin: 0 0 60px;
	box-sizing: border-box
}

.lhs-side ul {
	width: calc(100% - 15px);
	padding-left: 0;
	position: relative;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 15px !important
}

.lhs-side li span {
	line-height: 22px;
	color: #333;
	font-weight: 500;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	z-index: 1;
	position: relative;
	cursor: pointer
}

.lhs-side li span:before {
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	background: #cbd1de;
	z-index: 0
}

.lhs-side li span:hover {
	color: #039573
}

.lhs-side li.activenow {
	transition: .3s ease-in;
	position: relative;
	display: inline-block
}

.lhs-side li.activenow.gr a {
	color: #00d6a6;
	border-color: #00d6a6;
	margin-bottom: 20px;
	box-shadow: 0 0 10px 1px #66b3d247
}

.lhs-side li.activenow.br a {
	color: #b77215;
	border-color: #b77215;
	margin: 18px 0 16px;
	box-shadow: 0 0 10px 1px #c5a37547
}

.lhs-side li.activenow.ble a {
	color: #03abf0;
	border-color: #03abf0;
	margin-top: 18px;
	box-shadow: 0 0 10px 1px #66b3d247
}

.lhs-side li.activenow.gr2 a {
	color: #6eb76b;
	border-color: #6eb76b;
	margin-top: 18px;
	box-shadow: 0 0 10px 1px #6eb86b47
}

.lhs-side li.activenow.pnk a {
	color: #b97ccf;
	border-color: #aa6ebf;
	margin-top: 18px;
	box-shadow: 0 0 10px 1px #aa6ebf47
}

.lhs-side li span {
	transition: .2s
}

.lhs-side li span:hover {
	text-decoration: none
}

.lhs-side li {
	transition: .3s ease-in;
	display: table-cell;
	width: 2%
}

.lhs-side li:hover a {
	font-weight: 400
}

.lhs-side li a,
.aff-fea-mob a {
	background: #e8edf6;
	border: 1px solid #bec8dc;
	display: block;
	padding: 10px 25px 10px 2px;
	border-radius: 3px;
	text-transform: uppercase;
	font-weight: 400;
	color: #000;
	top: -12px;
	position: relative;
	transition: all .5s ease
}

.lhs-side li a:before,
.aff-fea-mob a:before {
	content: "";
	position: absolute;
	background: url(images/eventlog-index-sprite-2.png) no-repeat -180px -2194px;
	background-size: 1244px;
	width: 18px;
	height: 10px;
	right: 20px;
	top: 17px;
	transition: all .5s ease
}

.lhs-side li a:hover,
.aff-fea-mob a:hover {
	padding: 10px 30px 10px 2px;
	text-decoration: none;
	background: #fff8ee;
	border: 1px solid #f5e9d8
}

.lhs-side li a:hover:before,
.aff-fea-mob a:hover:before {
	right: 22px
}

.supported-tech-logos {
	display: flex;
	justify-content: center;
	gap: 12px;
	flex-wrap: wrap;
	margin: 0;
	padding: 0 !important;
	list-style: none !important;
	margin-bottom: 0 !important;
}

.supported-tech-logos>li {
    min-width: 186px;
    width: auto !important;
    display: inline-block;
    border-radius: 8px !important;
}

.supported-tech-logos>li>a {
	font-size: 15px;
	margin: 0 8px;
}

.supported-tech-logos>li:hover {
	-webkit-box-shadow: 0 8px 8px 0 #8d8d8d3e;
	box-shadow: 0 8px 8px 0 #8d8d8d3e
}

.supported-tech-logos>li>a {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	text-align: center;
	box-sizing: border-box
}

.supported-tech-logos>li>a:hover {
	text-decoration: none
}

.topics {
	display: none;
	float: left;
	width: 100%;
	padding-top: 60px
}

.splitImage.animated {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1
}

.animate .splitContent {
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
	opacity: 1
}

.animate .splitImage {
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
	opacity: 1
}

.animated.screenshotContent {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1
}

.splitSection2 .splitImage.animated {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1
}

.splitSection2 .animate .splitContent,
.splitSection2 .animate .splitImage {
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
	opacity: 1
}

.logo-wrapper h4 {
	display: none
}

#topic-1 {
	display: block
}

@media screen and (min-width: 991.98px) {
	.splitSection1 {
		background: #fff;
		padding: 40px;
		border-radius: 16px;
	}
}

@media screen and (max-width: 1050px) {
	.splitImage.animated {
		transform: translateY(0) scale(0.85)
	}
}

@media screen and (max-width: 991.98px) {
	.splitTopContent h2 {
		font-size: 28px;
		line-height: 40px
	}

	.lhs-side ul {
		display: none
	}

	.splitImage.animated,
	.splitSection2 .splitImage.animated {
		transform: translateY(0) scale(1)
	}

	.splitSection2 .splitImage.animated {
		margin: 14% auto 7%
	}

	.logo-wrapper h4 {
		margin-bottom: 20px;
		text-align: center;
		margin-left: 0;
		display: block
	}

	.topics {
		display: block;
		padding: 25px;
		background: #fff;
		border: 1px solid #e1e1e1;
		box-sizing: border-box;
		border-radius: 5px;
		margin-bottom: 24px
	}

	.feature-sec-img-wrapper {
		margin-top: 32px;
	}
}

@media screen and (max-width: 990px) {
	.topics {
		display: block !important
	}
}

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