footer {
  font: 300 14px/24px "ZohoPuvi", sans-serif;
    line-height: 24px;
  letter-spacing: 0.5px;
  border-top: 1px solid #444;
  line-height: 1.8em;
  background: #fff;
}
.footer .footCol1 {
  padding: 2% 5% 2% 0;
  border-right: 1px solid #292929;
  min-height: 250px;
  width: 28%;
}
.footer .footHead {
  margin: 5% 0 0 0;
}
.footCont > ul {
  width: 45%;
  float: left;
}
.footer .footCol2 {
  padding: 2% 4%;
  border-right: 1px solid #292929;
width: 27%;
min-height: 220px;
float: left;
}
.footer .foot-head, .footHead {
  font-weight: 300;
  color: #eee;
  font-size: 1.3em;
  padding-bottom: 15px;
}
.footer .footCol3 {
  padding: 2% 0 0 2%;
  width: 29%;
min-height: 220px;
float:left;
}
.cmn-breadcrum a {
    color: #ccc !important;
}

.ftrbnfits li a {
    font-size: 12px;
    color: #666;
    line-height: 18px;
    text-decoration: none !important;
    position: absolute;
}
.nav-dwn a {
    background: #e9142b;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    padding: 4px 10px;
    display: inline-block;
    width: 148px;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
}
.heading-menu h2{
    color: #fff;
    font-weight: 800 !important;
}

/*------------ SCP New Style ----------*/
@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;
	 transition: all 0.3s;
}
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;
	color:#000;
}
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;
}



header:not(.abheader) #MEmobPanel {
	top: 83px;
}
.banner-bg {
    background-image: url(https://www.manageengine.com/products/support-center/style/../images/scp-new-release-banner-bg.png);
    background-size: cover;
    background-position: center;
    background-color: #2341c6;
}
.scp-newreleae {
    padding: 70px 0 0 0;
    text-align: center;
}
.scp-newreleae h1{ color: #fff; font: 40px/1.2 'Zoho_Puvi_Bold' !important;}
.scp-newreleae p{color: #fff;font: 25px/1.3 'Zoho_Puvi_SemiBold'; margin-top: 20px;}
.scp-bnrimg img {
    margin-top: -40px;
    position: relative;
    margin-bottom: -4px;
}


.cmn-breadcrum{ padding-top:0px;}
/*BREADCRUMB-SECTION*/

.cmn-breadcrum {
    padding-top: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
	letter-spacing: normal;
}


/*Global beader only call this attr*/

.globe-menu-page .cmn-breadcrum {
    padding-top: 30px;
    max-width: 1400px;
    margin: 0px auto;
}

.cmn-breadcrum a,
.cmn-breadcrum .root-page {
    text-decoration: none !important;
    font-size: 14px;
    line-height: 1.5;
}

.cmn-breadcrum a {
    color: #ccc;
    position: relative;
    margin: 10px 0px;
}

.cmn-breadcrum a:hover {
    color: #ccc !important;
}

.cmn-breadcrum a::after {
    content: '';
    position: absolute;
    left: 0;
    height: 1px;
    bottom: -2px;
    width: 0%;
    background: #ccc;
    transition: .4s ease;
}

.cmn-breadcrum a:hover::after {
    width: 100%;
    transition: .4s ease;
}

.cmn-breadcrum .root-page {
    color: #ccc;
}

.cmn-breadcrum .bread-crumb-arrow {
    margin: 3px 5px;
	color: #ccc;
}

.cta-btn {
    background: #f0483e;
    text-decoration: none !important;
    color: #fff;
    padding: 10px 20px;
    margin: 30px auto;
    font-family: 'Zoho_Puvi_SemiBold';
    border-radius: 2px;
    display: block;
    max-width: 250px;
    text-align: center;
    width: 90%;
    font-size: 16px;
}

.globe-type-menu-page .cmn-breadcrum {
    max-width: 1400px;
    margin: 0px auto;
}
   .mobile-breadcrum {
    display: none;
}

.scp-newrlsCTA {
    margin-top: 40px;
    position: relative;
    z-index: 1;
}


a.cta {
	display: inline-block;
    font-family: 'Zoho_Puvi_Bold';
    background: #e9142b !important;
    color: #fff !important;
    padding: 15px 30px;
    font-size: 17px !important;
    -webkit-font-smoothing: antialiased;
    margin-top: 0px;
    cursor: pointer;
    border-radius: 3px;
    text-transform: uppercase;
    transition: all 0.8s;
    text-decoration: none;
    border: 1px solid #fb4043;
	width: 200px;
}
a.cta2 {
    display: inline-block;
    font-family: 'Zoho_Puvi_Bold';
    background:transparent !important;
    color: #fff !important;
    padding: 15px 30px;
    font-size: 17px !important;
    -webkit-font-smoothing: antialiased;
    margin-top: 0px;
    cursor: pointer;
    border-radius: 3px;
    text-transform: uppercase;
    transition: all 0.8s;
    text-decoration: none;
    border: 1px solid #82f2ff;
	margin-left:15px;
	width: 200px;
}

.scp-newrlsCTA span.arrow-animation {
    background: #fff;
    width: 14px;
    height: 2px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
    transition: all ease .35s;
}

.scp-newrlsCTA span.arrow-animation:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border: 2px solid #fff;
    transform: rotate(-45deg);
    border-left: 0;
    border-top: 0;
    top: -3px;
    right: 0;
}




a.animated-link {
  text-align: center;
  display: block;
  font-size: 17px;
  text-decoration: none;
  font-family: 'Zoho_Puvi_Medium';
  margin: 30px 0px 0px 0px;
}
span.arrow-animation {
  display: inline-block;
  vertical-align: middle;
}
a.cta:hover .arrow-animation {
  transform: translateX(5px);
  transition: all .3s ease;
}
a.cta2:hover .arrow-animation {
  transform: translateX(5px);
  transition: all .3s ease;
}

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;
}
ul.list-items>li strong{font-family: 'Zoho_Puvi_SemiBold';}

ul.sublist-items {
	margin-left: 20px;
	margin-bottom: 15px;
}
ul.sublist-items>li {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 15px;
	position: relative;
	margin-left:20px;    margin-top: 10px;
}
ul.sublist-items>li:before {
	content: "";
    background: #579bda;
    position: absolute;
    top: 10px;
	right: 0;
	bottom: 0;
	left: -20px;
    width: 5px;
    height: 5px;
}
ul.sublist-items>li strong{font-family: 'Zoho_Puvi_Medium';}




.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;
}



/*Timeline style*/
.content-bg {
	    padding: 150px 0px 100px 0px;
    	position: relative;
}
.timeline {
	position: relative;
	max-width: 900px;
	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: 52px;
	position: absolute;
	left: -108px;
	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;
}
/*filtering styles*/
.filter-headings-wrapper {
	border-bottom: 1px solid #dfdfdf;
	position: absolute;
    width: 100%;
    margin: 0 auto;
}
ul.filter-headings {
	display: flex;
	justify-content: center;
	margin: 0px auto 0px auto !important;
	max-width: 1400px;
	    position: relative;
    z-index: 1;
}
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 #1d77e8;*/
	padding-bottom: 10px;
	text-decoration: none;
	color: #1d77e8;
}
.active {
	border-bottom: 3px solid #1d77e8;
	padding-bottom: 10px;
}


.fixed-header {
	display: block;
	position: fixed;
	top: 50px;
	right: 0;
	left: 0;
	background:#223fbf;
	z-index: 99;
	animation: fadein 0.5s ease-in-out;
	margin: 0px !important;
	padding: 0px 30px;
}

.fixed-header ul.filter-headings {
    justify-content: center;
}
.fixed-header ul.filter-headings li span {
    font: 16px/1.4 Zoho_Puvi_medium;
    color: #fff;
    cursor: pointer;
    padding: 6px 15px;
    /* background: #82f2ff; */
    /* border-radius: 3px; */
}

.fixed-header ul.filter-headings li {
    margin: 20px 20px 20px 0px;
}

.fixed-header ul.filter-headings li span:hover {
    background: #fff;
    padding: 6px 15px;
    border-radius: 4px;
    color: #000 !important;
    border-bottom: none;
}
.fixed-header .active {
	    background: #fff !important;
    padding: 10px;
    border-radius: 4px;
    color: #000 !important;
	border-bottom: none;
}
.filter-headings-wrapper.fixed-header {
	border-bottom:none;
}
 @keyframes fadein {
 0% {
 transform: translateY(-100px);
}
 100% {
 transform: translateY(0px);
}
}



span.tag {
	position: relative;
	font: 10px/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: #000;
}
span.tag.green:before {
	border-right: 13px solid #dcfaee;
}
span.tag.yellow {
	background: #fff59d;
	color: #000;
}
span.tag.yellow:before {
	border-right: 13px solid #fff59d;
}
span.tag.mildyellow {
	background: #fff59d;
	color: #000;
}
span.tag.mildyellow:before {
	border-right: 13px solid #fff59d;
}
span.tag.orange {
	background: #fff6ed;
	color: #000;
}
span.tag.orange:before {
	border-right: 13px solid #fff6ed;
}
span.tag.blue {
	background: #e9f4ff;
	color: #000;
}
span.tag.blue:before {
	border-right: 13px solid #e9f4ff;
}



/*filtering styles*/
ul.list-items {
	margin: 20px 0px 20px 50px;
}

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;
}
}

.timeline-content-wrapper .timeline-content:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
span.year-space {
    padding-top: 100px;
    display: inline-block;
}
#customerlogos{ display: none}
.mspfooterlinks{display: none}



.label-animation {
  border: 1px solid #ccc;
  padding: 7px 14px;
  transition: 0.4s;
  background: transparent;
}
.label-animation ~ .focus-border:before, .label-animation ~ .focus-border:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #3399FF;
  transition: 0.3s;
}
.label-animation ~ .focus-border:after {
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
}
.label-animation ~ .focus-border i:before, .label-animation ~ .focus-border i:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 0;
  background-color: #3399FF;
  transition: 0.4s;
}
.label-animation ~ .focus-border i:after {
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
}
.label-animation:focus ~ .focus-border:before, .label-animation:focus ~ .focus-border:after, .has-content.label-animation ~ .focus-border:before, .has-content.label-animation ~ .focus-border:after {
  width: 100%;
  transition: 0.3s;
}
.label-animation:focus ~ .focus-border i:before, .label-animation:focus ~ .focus-border i:after, .has-content.label-animation ~ .focus-border i:before, .has-content.label-animation ~ .focus-border i:after {
  height: 100%;
  transition: 0.4s;
}
.label-animation ~ label {
  font-family: 'Zoho_Puvi_Regular';
  position: absolute;
  left: 20px;
  width: 100%;
  top: 15px;
  color: #000;
  transition: 0.3s;
  z-index: -1;
}
.label-animation:focus ~ label, .has-content.label-animation ~ label {
  top: -22px;
  left: 0;
  font-size: 13px;
  color: #fff;
  transition: 0.3s;
}


@media only screen and (max-width:1024px) {

	.container-new {
    max-width: 96%;
    margin: 0 auto;
    padding: 0px 2%;
}
	
	.scp-newreleae {
    padding: 30px 0 0 0;
}

.filter-headings-wrapper {
	position:relative;
}

.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: relative;
	top: 0px;
	left: 0px;
	padding: 3px 10px;
}
span.tag:before {
	display: none;
}
.footer-bg h2 {
	max-width: 100%;
}
}

@media only screen and (max-width:980px) {
	
	.fixed-header {
    top: 47px;
}
	.scp-bnrimg img {
		margin-top: 30px;}
	.scp-newreleae h1 {
    font: 35px/1.2 'Zoho_Puvi_Bold' !important;
    width: 80%;
    margin: 0 auto;
}
	.scp-newreleae p {
    color: #fff;
		font: 20px/1.3 'Zoho_Puvi_SemiBold';}
	
	.filter-headings-wrapper {
    padding-right: 20px;
}
	.content-bg {
    padding: 50px 0px 100px 0px;
    position: relative;
}
}

@media only screen and (max-width:667px) {
	
	.scp-newreleae h1 {
    font: 35px/1.2 'Zoho_Puvi_Bold' !important;
    width: 90%;
    margin: 0 auto;
}
	.container-new {
		max-width: 90%;}
	
	a.cta {
    padding: 15px 0;
    width: 90%;
}
	a.cta2 {
    padding: 15px 0;
    width: 90%;margin: 10px 0 0 0;
}
ul.list-items {
	margin: 20px 0px 20px 20px;
}
	.fixed-header{ padding: 10px 0}
ul.filter-headings {
	justify-content: center;
	flex-wrap: wrap;
}
	ul.filter-headings li {
    margin: 12px 12px 10px 0px;
}
ul.filter-headings li span {
	font: 16px/1.3 Zoho_Puvi_Regular;
}
.fixed-header ul.filter-headings li {
    margin: 10px 5px 10px 0px;
}
	
	.filter-headings-wrapper {
    border-bottom: 1px solid #dfdfdf;
    margin: 0;
}
	.filter-headings-wrapper {
    padding-right: 0;
		display: none;
}
	.fixed-header ul.filter-headings li span {
    font: 14px/1.4 Zoho_Puvi_medium;
		padding: 6px 15px;}
		.fixed-header ul.filter-headings li span:hover{padding:6px;}

		span.tag {
    display: none;
}
}