@charset "UTF-8";
@import url("https://www.manageengine.com/css/fonts.css");
img {
	max-width: 100%;
}
section#allFea {
	display: none;
}
p.intro-text {
	display: inline-block;
	background: #004986;
	color: #fff;
	padding: 5px 20px;
	margin: 15px 0px !important;
	text-transform: uppercase;
	font-size: 12px !important;
	letter-spacing: 1px;
	font-weight: bold;
	border-radius: 50px;
}
/*popup video*/
.popup {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 75% !important;
	transform: translate(-50%, -50%);
	z-index: 999999;
}
.popup img {
	margin: 0 auto;
	display: block;
}
.cancel {
	cursor: pointer;
	height: 65px;
	position: fixed;
	right: 10px;
	top: 10px;
	width: 65px;
	z-index: 999999;
	display: none;
}
.bg-overlay {
	background: #000000e8;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 999999;
	position: fixed;
	display: none;
}
p.watlink {
	max-width: 50%;
	margin: 0 auto;
}
/*popup video*/
a.whatsnewcta {
	background: #f0483e;
	color: #fff;
	font: 18px/1.1 'Zoho_Puvi_SemiBold';
	padding: 10px 30px;
	display: inline-block;
	border-radius: 0px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
}
a.whatsnewftrcta {
	background: #f0483e;
	color: #fff;
	font: 18px/1.1 'Zoho_Puvi_SemiBold';
	padding: 10px 30px;
	display: inline-block;
	border-radius: 0px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
}
a.internal-links {
	text-decoration: none;
	color: #00a9f4;
	border-bottom: 1px solid;
}
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;
	padding-left: 10px;
}
ul.list-items>li:before {
	content: "";
	background: #00a9f4;
	position: absolute;
	top: 10px;
	right: 0;
	bottom: 0;
	left: -20px;
	width: 7px;
	height: 7px;
	border-radius: 50px;
}
.scepdn h2 {
	max-width: 70%;
	margin: 0 auto;
}
/*image zoom*/
img.image-zoom {
	cursor: zoom-in;
}
.zoom {
	position: relative;
}
.zoom:after {
	content: "";
	background: #ee483d url(../help-desk-software/images/zoom.png);
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 16px;
	height: 16px;
	padding: 15px;
	background-position: center;
	z-index: 0;
	pointer-events: none;
}

/*image zoom*/

@media only screen and (max-width:1366) {
.scepdn h2 {
	max-width: 100%;
	margin: 0 auto;
}
}

@media only screen and (max-width:768px) {
.whatsnewbnrbg {
	margin-top: 20px;
}
.whtsnewbnrcont {
	text-align: center;
}
.whtsnewbnrcont h1 {
	text-align: center;
}
.popup {
	width: 90% !important;
}
p.watlink {
	max-width: 100%;
	margin: 0 auto;
}
}

@media only screen and (max-width:600px) {
ul.list-items li {
	font-size: 16px;
	line-height: 1.6;
}
ul.list-items>li:before {
	left: -10px;
}
.zoom:after {
	display: none;
}
img.image-zoom {
	pointer-events: none;
}
}

@media only screen and (max-width:414px) {
ul.list-items>li {
	margin-bottom: 12px;
}
}
