/* whats-timeline-css*/
.content-bg {
	padding: 0px 0px 100px 0px;
}
.timeline {
	position: relative;
	max-width: 100%;
	margin: 0 auto
}
.timeline:before {
	content: "";
	width: 1px;
	height: 100%;
	background: #d8d8d8;
	position: absolute;
	left: -20px;
}
.timeline-year-wrapper {
	position: relative;
}
.timeline-year-wrapper:before {
	content: "";
	width: 10px;
	height: 10px;
	background: #d96363;
	border-radius: 50px;
	position: absolute;
	left: -25px;
	top: 0px;
}
.timeline-year-wrapper h2 {
	position: relative;
	left: -135px;
	top: -20px;
}
.timeline-content-wrapper {
	position: relative;
}
.timeline-content {
	padding: 20px 0;
	margin-left: 20px;
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 20px;
	transition: ease all .5s;
}
.timeline-content-wrapper h3 {
	width: 70px;
	position: absolute;
	left: -125px;
	top: 17px;
	font: 27px/1.3 Zoho_Puvi_SemiBold;
}
.timeline-content-wrapper h3:after {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	border: 1px solid #d96363;
	border-radius: 100%;
	top: 13px;
	right: -41px;
	background: #fff;
}
.timeline-content h4 {
	font: 22px/1.4 Zoho_Puvi_SemiBold;
	margin-bottom: 10px;
	display: inline-block;
        max-width:96%
}
/*filtering styles*/
.filter-headings-wrapper {
	border-bottom: 1px solid #dfdfdf;
	margin: 0px 0px 100px 0px;
}
ul.filter-headings {
	display: flex;
	justify-content: flex-end;
	margin: 0px auto 0px auto !important;
	max-width: 1400px;
}
ul.filter-headings li {
	margin: 20px 20px 10px 0px;
}
ul.filter-headings li:last-child {
	margin-right: 0px;
}
ul.filter-headings li span {
	font: 18px/1.4 Zoho_Puvi_medium;
	color: #000;
	cursor: pointer;
}
ul.filter-headings li span:hover {
	border-bottom: 3px solid #ee4a43;
	padding-bottom: 10px;
	text-decoration: none;
	color: #ee4a43;
}
.nr-active {
	border-bottom: 3px solid #ee4a43;
	padding-bottom: 10px;
}
span.tag {
	position: relative;
	font: 12px/1.5 Zoho_Puvi_SemiBold;
	top: -2px;
	left: 20px;
	padding: 3px 10px 3px 5px;
}
span.tag:before {
	content: '';
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 13px solid transparent;
	position: absolute;
	left: -13px;
	top: 0px;
}
span.tag.green {
	background: #dcfaee;
	color: #23986b;
}
span.tag.green:before {
	border-right: 13px solid #dcfaee;
}
span.tag.yellow {
	background: #fff59d;
	color: #f0483e;
}
span.tag.yellow:before {
	border-right: 13px solid #fff59d;
}
span.tag.mildyellow {
	background: #fff59d;
	color: #e25e5a;
}
span.tag.mildyellow:before {
	border-right: 13px solid #fff59d;
}
span.tag.orange {
	background: #fff6ed;
	color: #fe8312;
}
span.tag.orange:before {
	border-right: 13px solid #fff6ed;
}
/*filtering styles*/
ul.list-items {
	margin: 20px 0px 20px 50px;
}
.fixed-header {
	display: block;
	position: fixed;
	top: 100px;
	right: 0;
	left: 0;
	background: #fff;
	z-index: 99;
	animation: fadein 0.5s ease-in-out;
	margin: 0px !important;
	padding: 0px 30px;
}
 @keyframes fadein {
 0% {
 transform: translateX(-100px);
}
 100% {
 transform: translateX(0px);
}
}
ul.list-items>li {
	font-size: 17px;
}
.all, .new, .enhancement, .integrations, .improvements {
	animation: fade-in 0.5s ease-in-out;
}
@keyframes fade-in {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
a.cta {
	border-radius: 2px;
}
.timeline-content-wrapper .timeline-content:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

@media only screen and (max-width:1024px) {
.banner .col:first-child {
	display: none;
}
.banner-bg {
	padding: 75px 0px;
	margin-top: 20px;
}
.banner {
	text-align: center;
}
.fixed-header {
	top: 83px;
}
.timeline:before {
	display: none;
}
.timeline-year-wrapper h2 {
	position: relative;
	left: 0px;
	top: 0px;
}
.timeline-content-wrapper h3 {
	width: auto;
	position: inherit;
	left: 0px;
	top: 0px;
}
.timeline-content {
	position: relative;
	margin-left: 0px;
}
.timeline-content h4 {
	margin-top: 10px;
}
.timeline-year-wrapper:before {
	display: none;
}
.timeline-content-wrapper h3:after {
	display: none;
}
span.tag {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 3px 10px;
}
span.tag:before {
	display: none;
}
}

@media only screen and (max-width:414px) {
.content-bg {
	padding: 75px 0px;
}
ul.list-items {
	margin: 20px 0px 20px 20px;
}
ul.filter-headings {
	justify-content: center;
	flex-wrap: wrap;
}
ul.filter-headings li span {
	font: 16px/1.3 Zoho_Puvi_Regular;
	color: #a1a1a1;
}
}
/*whats-new-css*/
@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: 1000px;
	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;
}
}


.cb-img.active{border-bottom:none;}
.banner-bg{position:relative;top:0;}
#scroll.sec-pTB{padding:0;}
.promotion-bg,.heading-menu,.bradkrm {
	display: none;
}
span.ai-tag {
    background: #fff59d;
}
span.tag.ai-tag:before {
    border-right: 13px solid #fff59d;
}
span.tag.yellow {
    background: #dcfaee;
    color: #000;
}
span.tag.yellow:before {
    border-right: 13px solid #dcfaee;
}