@import url("https://www.manageengine.com/css/fonts.css");
html {
	line-height: 1;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
body {
	margin: 0;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-family: Zoho_Puvi_Regular;
	overflow-x: hidden;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:after, blockquote:before, q:after, q:before {
	content: "";
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
embed, img, object, video {
	max-width: 100%;
	height: auto;
}
video {
	width: 100%;
}
input:focus, keygen:focus, select:focus, textarea:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0;
}
input {
	border: 0;
	border-radius: 0;
}
.heading-menu {
	display: none;
}
#scroll {
	display: none;
}
h1 {
	font: 40px/1.2 Zoho_Puvi_Bold !important;
}
h2 {
	font: 36px/1.25 Zoho_Puvi_SemiBold;
	margin-bottom: 15px;
}
h3 {
	font: 23px/1.3 Zoho_Puvi_SemiBold;
	margin-bottom: 15px;
}
p {
	font-size: 17px;
	line-height: 1.6;
	margin: 0 0 20px;
}
.container-new {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0px 30px;
}
.row {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.col {
	flex-grow: 1;
	flex-basis: 0;
	margin: 0px 50px;
}
a.cta {
	text-decoration: none;
	display: inline-block;
	background: #ee4a44;
	color: #fff;
	padding: 15px 35px;
	font-family: Zoho_Puvi_Bold;
	text-transform: uppercase;
	font-size: 17px;
	cursor: pointer;
}
ul.list-items {
	margin-left: 20px;
	margin-bottom: 50px;
}
ul.list-items>li {
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 15px;
	position: relative;
}
ul.list-items>li:before {
	content: "";
	background: #d96363;
	position: absolute;
	top: 10px;
	right: 0;
	bottom: 0;
	left: -20px;
	width: 7px;
	height: 7px;
	border-radius: 50px;
}
header:not(.abheader) #MEmobPanel {
	top: 83px;
}
.banner-bg {
	background: #fff9e5;
	padding: 75px 0px 0px 0px;
}
.banner p {
	font-size: 17px;
	margin: 15px 0px 20px 0px;
}
.banner img {
	vertical-align: bottom;
	display: block;
	margin: 0 auto;
}
.content-bg {
	padding: 100px 0px;
}
.footer-bg {
	background: #e3ffef;
	text-align: center;
	padding: 75px 0px;
}
.footer-bg h2 {
	max-width: 50%;
	margin: 0px auto 30px auto;
	text-align: center;
}
a.internal-links {
	text-decoration: none;
	border-bottom: 1px solid;
}

@media only screen and (max-width:1024px) {
.footer-bg h2 {
	max-width: 100%;
}
}

@media only screen and (max-width:768px) {
.banner-bg .row {
	justify-content: center;
	flex-direction: column-reverse;
}
.banner {
	text-align: center;
}
.row {
	flex-wrap: wrap;
	justify-content: center;
}
.col {
	flex-grow: inherit;
	flex-basis: inherit;
	margin: 0px;
}
.col-swap {
	flex-direction: column-reverse;
}
}
