@charset "UTF-8";
@import url("https://www.manageengine.com/css/fonts.css");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.head-container, .container {
	max-width: 1440px;
}
body * {
	font-family: 'Zoho_Puvi_Regular';
}
h1 {
	font: 40px/1.2 Zoho_Puvi_Bold;
	margin: 0px 0px 20px 0px;
}
h2 {
	font: 36px/1.25 Zoho_Puvi_Bold;
	margin: 0px 0px 30px 0px;
}
h3 {
	font: 30px/1.25 Zoho_Puvi_SemiBold;
	margin: 0px 0px 25px 0px;
}
h4 {
	font: 22px/1.4 Zoho_Puvi_Bold;
	margin: 0px 0px 10px 0px;
}
h5 {
	font: 20px/1.4 Zoho_Puvi_Bold;
	margin: 0px 0px 5px 0px;
}
img {
	max-width: 100%;
}
p {
	font-size: 17px;
	line-height: 1.6;
	margin: 0 0 20px;
}
.clearfix:after {
	content: "";
	clear: both;
	display: table;
}
section#sdpcutomerlogos {
	display: none;
}
section#ftrgetstd {
	display: none;
}
section#allFea {
	display: none;
}
.heading-menu {
	display: none;
}
#scroll {
	display: none;
}
#backToTop {
	position: fixed;
	right: 20px;
	bottom: 80px;
	color: #000;
	background: rgba(0, 0, 0, 0.7) url(https://www.manageengine.com/images/up-arrow.png) no-repeat 16px 17px;
	font-size: 12px;
	display: none;
	cursor: pointer;
	transition: all 0.1s ease 0s;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-indent: -1000px;
	overflow: hidden;
	z-index: 99;
}
.container-new {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0px 30px;
}
.clearfix:after {
	content: "";
	clear: both;
	display: table;
}
/*mobile menu navigation style starts here */
.fixed-header {
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 999999;
	background: #f9f9f9;
}
.mobile-menu {
	display: none;
}
p.menu-title {
	font-size: 14px !important;
	margin: 0px !important;
	color: rgba(0,0,0,.4);
}
ul.category.drop-list-items li {
	cursor: pointer;
	margin-bottom: 20px;
	color: #fff;
}
li.current_page_item span {
	color: #2296f3 !important;
}
.dropdown-bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #fff;
	z-index: 999999;
	cursor: pointer;
	max-width: 100%;
	padding: 20px 30px;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.18);
	border-bottom: 1px solid #e3e3e3;
}
.dropdown-up-arrow {
	transform: rotate(180deg);
}
.dropdown-down-arrow img {
	width: 30px;
}
ul.category.drop-list-items {
	padding: 15px 30px;
	line-height: 30px;
	background: #333;
	box-shadow: 0 2px 10px -2px rgba(0,0,0,.2);
}
.drop-list-items {
	display: none;
}
#current-text {
	color: #000;
	font: 18px/1.5 Zoho_puvi_bold;
	text-transform: uppercase;
}
#current-text p {
	margin: 0px;
	color: #000;
	font: 18px/1.5 Zoho_puvi_bold;
	text-transform: uppercase;
}
a.mobile-cta {
	background: #ee483d;
	padding: 10px 30px;
	color: #fff;
	text-transform: uppercase;
	display: block;
	text-align: center;
}
.zh-img-width{
	width: 60%;
	margin: 0 auto;
	/*padding: 20px 10px;*/
}
/*mobile menu navigation style ends here */


/*breadcrumb style starts here*/
.bc-wrapper {
	padding: 0px 30px;
}
.bc-wrapper p {
	padding: 30px 0px;
}
p.breadcrumb {
	display: block;
	max-width: 1440px;
	margin: 0 auto;
}
p.breadcrumb a {
	font-size: 13px !important;
	color: #484848;
	text-decoration: none !important;
	line-height: 1.5;
	position: relative;
}
.breadcrumb a:not(:last-child) {
	color: #000 !important;
}
.breadcrumb span {
	font-size: 16px;
	margin: 0px 5px;
	font-weight: bold;
	line-height: 1.5;
}
p.breadcrumb a:not(:last-child)::after {
	content: '';
	position: absolute;
	left: 0;
	height: 1px;
	bottom: -2px;
	width: 0%;
	background: #0b6db1;
	transition: .4s ease;
}
p.breadcrumb a:not(:last-child):hover::after {
	width: 100%;
	transition: .4s ease;
}
a.breadcrumb-title {
	cursor: text;
	color: #096ffb !important;
}
/*breadcrumb style ends here*/


a.cta {
	text-transform: uppercase;
    font-size: 18px;
    font-family: 'Zoho_Puvi_SemiBold';
    text-decoration: none !important;
    border-radius: 2px;
    cursor: pointer !important;
    padding: 15px 30px !important;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    background: #f0483e;
	transition: 0.6s;
}
a.cta:hover, .startyrfre:hover {
    transform: scale(1.1);
}
ul.list-items {
	margin-left: 30px;
	margin-bottom: 30px;
}
ul.list-items>li {
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 15px;
	position: relative;
}
ul.list-items>li:before {
	content: "";
	background: #4655ab;
	position: absolute;
	top: 10px;
	right: 0;
	bottom: 0;
	left: -20px;
	width: 7px;
	height: 7px;
	border-radius: 50px;
}
.row {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
.col {
	flex-basis: 0;
	flex-grow: 1;
}
.zh-banner-content{
	/*padding-top: 15px;*/
}

.zh-ba-img{
	margin-bottom: -2px;
}
/*banner style starts here*/
.banner-bg {
	background: url(../itsm/images/banner-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.banner {
	padding-top: 50px;
	align-items: flex-start;
	max-width: 1440px;
	padding-bottom: 80px;
}
.banner h1 {
	font-size: 47px !important;
	max-width: 500px;
}
.banner p {
	font: 21px/1.3 Zoho_Puvi_Medium !important;
	max-width: 450px;
	padding: 0px 0px 20px 0px;
    margin-bottom: 15px;
}
.zh-img-show{
	display: none;
}
.zh-img-show.zh-active{
	display: block;
}
p.zh-banner-p {
   font-size: 17px !important;
    font-family: 'Zoho_Puvi_Regular' !important;
    padding: 0px 0px 20px;
    line-height: 1.7 !important;
}
.cta-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
.zh-img-sec img.lazy-img {
    /*box-shadow: 3px 4px 10px 3px #e7e7e7;*/
}

a.secondary-cta {
	background: transparent;
	border: 1px solid #096ffb;
	color: #096ffb;
	margin-left: 25px;
}
.zh-two-col-main{
	/*padding: 100px 0;*/
}
.zh-two-col{
	display: flex;
	    justify-content: space-between;
    padding: 50px 25px 50px;
}

.zh-flex-three-col-items {
	padding: 30px 0px;
}

.zh-head-multi-color{
	font-style: italic;
	text-align: center;
    background: linear-gradient(to right, #2460a6 20%, #94616d 40%, #b8625c 60%, #fb633a 80%);
    background: linear-gradient(to right, #2460a5, #a86264, #fc633a 40%);
    background-size: 200% auto;
    color: #000;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0px 10px 0px 0px;
	font-family: inherit;
}
.zh-flex-three-col {
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 2%;
	padding: 70px 0px;
}

.zh-fd-pr {
    background: url(../images/asset-life-cycle-feature-sprit.png);
    width: 110px;
    height: 120px;
    background-position: 0 0;
    background-size: cover;
}

.zh-ps {
    background-position: -100px 0px;
}

.zh-ba {
    background-position: -200px 0px;
}

.zh-sag {
    background-position: -300px 0px;
}

.zh-flex-three-col-items h3 {
    padding: 10px 0px 20px;
    margin: 0;
	font-size: 21px;
}
/*banner style ends here*/

/*sidebar style starts here*/
.active {
	position: relative;
	color: #000;
}
.active span {
	color: #000 !important;
}
.active:before {
	content: '';
	display: inline-block;
	width: 4px;
	height: calc(100% - 10px);
	background: #096ffb;
	position: absolute;
	left: -15px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.fixed-sidebar {
	position: sticky;
	top: 105px;
	float: left;
}
img.sidebar-shadow {
	display: inline-block;
	position: absolute;
	right: -30px;
	top: 0;
	width: 30px;
	height: 110%;
}
p.sidebar-heading {
	font: 16px/1.6 Zoho_Puvi_SemiBold;
	color: #096ffb;
	text-transform: uppercase;
}
ul.sidebar li span {
	display: inline-block;
	padding: 10px 0px;
	font-size: 17px;
	font-family: Zoho_Puvi_Medium;
	line-height: 1.3;
	color: #55595f;
	cursor: pointer;
}
.main-section {
	position: relative;
	max-width: 1440px;
	margin: 0 auto;
}
.sidebar-section {
	width: 280px;
	position: sticky;
	top: 0;
	left: 0;
	padding: 45px 30px 0 0px;
	box-sizing: border-box;
	z-index: 5;
	background: #fff;
	height: 775px;
}
.content-section {
	/*padding-left: 280px;
	padding-top: 100px;*/
}
.inner-container {
	/*padding: 0px 0px 0px 75px;*/
}
h2.main-heading {
	font: 41px/1.25 Zoho_Puvi_Bold;
	margin: 50px 0px 30px 0px;
}
ul.features {
	display: flex;
	margin: 30px 0px 60px 0px;
}
ul.features li img {
	display: block;
	margin: 0 auto;
	max-width: 35%;
}
p.features-desc {
	font: 18px/1.4 Zoho_Puvi_SemiBold;
	text-align: center;
	max-width: 70%;
	margin: 30px auto 0 auto;
}
.heading-bg {
	padding: 40px 0px 40px 75px;
	margin: 120px 0px 75px 0px;
	position: relative;
	z-index: 10;
}
.bgs {
	content: '';
	position: absolute;
	display: block;
	left: 0;
	z-index: -1;
	background: #6fc3ec;
	height: 100%;
	width: 100%;
	top: 0;
}
.blue {
	background: #6fc3ec;
}
.red {
	background: #dd5b6b;
}
.green {
	background: #95cb76;
}
.heading-content {
	display: flex;
	align-items: center;
	justify-content: space-between;/*max-width: 950px;*/
}
.heading-content div {
	flex-grow: 1;
	flex-basis: 0;
}
.heading-content div:nth-child(1) {
	margin-right: 10px;
}
.heading-content div:nth-child(2) {
	margin-left: 50px;
}
.itsm-banner-img-width{
	width: 85%;
}
.zh-sec-bg{
	background: #f3fcff;
}
.zh-sub-h3{
	max-width: 500px;
}
.zh-sec-heading-80{
	width: 80%;
}
.heading-content h3 {
	font: 41px/1.25 Zoho_Puvi_Bold;
	color: #fff;
}
.heading-content p {
	color: #fff;
	font-size: 18px;
}
.heading-content img {
	display: block;
	margin: 0 auto;
}
ul.benefits {
	flex-wrap: wrap;
	margin: 130px 0px 0px 0px;
}
ul.benefits li {
	max-width: 26%;
	margin-bottom: 60px;
}
ul.benefits li img {
	max-width: 30%;
	margin: 0;
}
ul.benefits li:nth-child(2), ul.benefits li:nth-child(5) {
	margin-left: 75px;
	margin-right: 75px;
}
ul.benefits span {
	margin: 0px 0px 20px 0px;
}
h4.features-heading {
	font: 24px/1.4 Zoho_Puvi_Bold;
	margin: 25px 0px 20px 0px;
}
h4.section-heading {
	margin: 40px 0px 10px 0px;
}
/*sidebar style ends here*/

/*background heading section styles*/
#managed-service-providers img {
	position: relative;
	top: -85px;
}
#challenges .heading-content img {
	position: relative;
	top: -85px;
}
#benefits .heading-content img {
	position: relative;
	top: -100px;
}
#best-practices .heading-content img {
	position: relative;
	top: -100px;
}
#kpis .heading-content img {
	position: relative;
	top: -100px;
}
#future .heading-content img {
	position: relative;
	top: -100px;
}
#conclusion .heading-content img {
	position: relative;
	top: -120px;
}
/*background heading section styles*/


.animation {
	opacity: 0;
	transition: all ease 1s;
	-webkit-transition: all ease 1s;
	-moz-transform: translateY(100px);
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
}
.active-anim .animation {
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: inherit;
}
.animation-left {
	opacity: 0;
	transition: all ease 1.25s;
	-webkit-transition: all ease 1.25s;
	-moz-transform: translateX(100px);
	-webkit-transform: translateX(100px);
	-moz-transform: translateX(100px);
}
.active-anim .animation-left {
	opacity: 1;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	transform: inherit;
}
.animation-right {
	opacity: 0;
	transition: all ease 1s;
	-webkit-transition: all ease 1s;
	-moz-transform: translateX(-100px);
	-webkit-transform: translateX(-100px);
	-moz-transform: translateX(-100px);
}
.active-anim .animation-right {
	opacity: 1;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	transform: inherit;
}
.delay1 {
	opacity: 0;
	transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	-moz-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	-moz-transform: translateY(30px);
}
.active-anim .delay1 {
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: inherit;
}
.delay2 {
	opacity: 0;
	transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
	-webkit-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
	-moz-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	-moz-transform: translateY(30px);
}
.active-anim .delay2 {
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: inherit;
}
.delay3 {
	opacity: 0;
	transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
	-webkit-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
	-moz-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	-moz-transform: translateY(30px);
}
.active-anim .delay3 {
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: inherit;
}
.delay4 {
	opacity: 0;
	transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
	-webkit-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
	-moz-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	-moz-transform: translateY(30px);
}
.active-anim .delay4 {
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: inherit;
}
.delay5 {
	opacity: 0;
	transition: all ease 1.5s;
	-webkit-transition: all ease 1.5s;
	-moz-transform: translateY(25px);
	-webkit-transform: translateY(25px);
	-moz-transform: translateY(25px);
}
.active-anim .delay5 {
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: inherit;
}
.zh-img-sec img {
    width: 65%;
}
.zh-img-sec {
    text-align: center;
}
.zh-p-width-icon{
	width: 90%;
}
.zh-heading-width{
	max-width:1000px; 
}
.zh-p-width{
	max-width:1085px; 
}
.zh-p-width1{
	max-width:995px; 
}

.zh-sec-ing-width{
	width: 75%;
}
.zh-img-medium img{
	width: 50%;
}
.zh-sec-ing-width1{
	width: 60%;
}
.zh-tble-pad-40{
	padding-right: 40px;
}
.zh-pad-r-35{
	padding-right: 35px;
}
.zh-nav-width {
    width: 65%;
}
.zh-flex-two-col{
	display: flex;
	padding: 15px 0px;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
}
.zh-sec-pad{
	padding: 60px 30px;
}
.zh-h4-size{
	font: 20px/1.25 Zoho_Puvi_SemiBold;
}
.zh-p-size{
	font-size: 20px;
}
.zh-flex-item{
	width: 50%;
	/*padding: 20px 35px 20px 0px;*/
	align-items: center;
}
.zh-cta-sec h2{
	max-width: 50%;
    margin: 43px auto;
    line-height: 1.47;
}
.zh-icon-p-width{
	width: 95%;
}
.zh-cta-sec {
    background: #000;
    padding: 60px 0px;
    color: #fff;
}
.zh-cta-sec .cta-btn {
    padding: 15px 40px;
    font-size: 21px;
    background: #ff2525;
}
.zh-cta-sec .cta-btn {
    margin: 0px auto 30px auto;
    max-width: fit-content;
    width: 100%;
    display: inline-block;
    cursor: pointer;
}
.dwn-list-item{
	list-style: none;
}
.dwn-list-item li {
    padding: 10px 35px;
	line-height: 1.77;
	font-size: 18px;
}
.zh-img-li.zh-hover{
	background-color: #f7f7f7;
    border-left: 5px solid #45aff1;
}
.zh-h2-width{
	width: 65%;
	text-align: center;
	margin: 0 auto;
}
.zh-h2-width-m1{
	width: 60%;
	margin: 0 auto;
}
.zh-h3-size{
	font-size: 31px;
}
.dwn-list-item li:before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background: #00a9f4;
    margin-top: 15px;
    margin-left: -20px;
    border-radius: 100%;
}
.zh-hover-block-main{
	min-height: 680px;
}
ul.dwn-list-item-number {
    list-style: none;
}
.dwn-list-item-number li{
	padding: 15px 30px;
	margin: 10px 0px;
	line-height: 1.77;
	font-size: 18px;
	cursor: pointer;
	border-left: 5px solid transparent;
}
.dwn-list-item-number li.zh-hover{
	
}
.zh-b-con{
	padding-left: 80px;
}
.zh-flex-item p, .zh-flex-item h3{
	/*width: 90%;*/
}
.zh-h3-width1 h3 {
    width: 95%;
}
.zh-h3-width1 p {
   /* width: 87%;*/
}
.zh-h3-al h3, .zh-h3-al p{
	/*width: 92%;*/
}
#testimonials{
	padding: 3% 0;
}
.testimonials {
    background: #f5f5f5;
    max-width: 1200px;
    padding: 60px 10px;
    border-radius: 20px;
}
#itilrleseftrcta{
	/*background-color: #fff;*/
	padding: 75px 0px;
}
 a.startyrfre>span {
    font-size: 12px;
    font-family: 'Zoho_Puvi_BoldItalic';
}
a.startyrfre{
	margin: 15px;
	transition: 0.6s;
}
.testqout {
    font-size: 150px;
   /* color: #5094c4;*/
    font-weight: bolder;
    line-height: 0;
    margin-top: 5%;
}
.img-swap>div {
    /*margin-left: 40px;*/
}
.testimonials h2 {
    font-size: 30px;
	font-family: 'Zoho_Puvi_SemiBold';
}
.testimonials p {
    width: 75%;
    display: block;
    margin: 0 auto;
}
.testimonials h3 {
    margin: 20px 0px 0px 0px;
    /*color: #5094c4;*/
    font-style: italic;
    font-size: 20px;
}
.testimonials p:last-child {
    /*color: #5094c4;*/
    font-size: 16px !important;
}
.zh-h2-width-ban{
	width: 55%;
	margin: 0 auto;
}
@media only screen and (max-width:1024px) {
.row {
	flex-wrap: wrap;
}
.col {
	flex: 0 0 100%;
}
.banner {
	text-align: center;
	/*padding: 0px 0px 60px;*/
}
.banner h1 {
	max-width: 75%;
	margin: 0 auto 20px auto;
}
.banner p {
	max-width: 100%;
}
.cta-wrapper {
	justify-content: center;
}
.banner img {
	display: block;
	margin: 50px auto 0 auto;
	width: 60%;
}
.main-section {
	padding: 100px 0px;
}
.fixed-sidebar {
	display: none;
}
.content-section {
	padding-left: 0px;
}
.inner-container {
	max-width: 100%;
	padding: 0px 30px;
}
p.features-desc {
	max-width: 80%;
}
.heading-bg {
	padding: 65px 30px;
}
.heading-content {
	max-width: 100%;
}
.heading-content h3 {
	font: 36px/1.25 Zoho_Puvi_Bold;
}
.zh-tble-pad-40{
	padding-right: 40px;
}
	.zh-pad-r-35{
		padding-right: 35px;
	}
#managed-service-providers img, #challenges .heading-content img, #benefits .heading-content img, #best-practices .heading-content img, #kpis .heading-content img, #future .heading-content img, #conclusion .heading-content img {
	position: relative;
	top: 0px;
}
	.zh-p-width{
		max-width: 96%;
	}
	.zh-heading-width{
		max-width:85%;
	}
	.content-section{
		padding-top: 0px;
	}
	.itsm-banner-img-width {
    	width: 50%;
	}
}

@media only screen and (min-width:1024px) and (max-width:1024px) {
	.banner img {
    	width: 50%;
	}
	.zh-h2-width-m1{
		width: 80%;
	}
	.zh-flex-item{
		padding: 20px 20px 20px 0px
	}
	.zh-img-sec img {
    	width: 70%;
	}
	.zh-h3-width1 h3, .zh-icon-p-width p{
		width: 90%;
	}
	.zh-b-con{
		padding-left: 0;
		margin-top: 30px;
	}
	.banner img{
		margin: 0px auto 0 auto;
	}
	.zh-flex-item p, .zh-flex-item h3 {
    	width: 95%;
	}
}

div#form h2 {
    width: 40%;
    margin: 0 auto 50px auto;
	color: #fff;
}
.row-bg {
    padding: 100px 0px;
}
.center {
    text-align: center;
}
.apiform {
    font-size: 15px;
    margin: 0 auto;
}
.submitdiv {
    width: 100%;
	height: 60px;
}
.prvcy-plicy {
    width: 100%;
    margin: 10px auto 0 auto;
    font-size: 13px;
    color: #fff;
    text-align: center;
    line-height: 1.77;
}
.apiform select {
    color: #fff;
}
.zh-report-table td:not(:first-child){
	font-weight: 600;
}
.zh-hover-block-main .zh-img-show{
	position: relative;
}
.marker {
    position: absolute;
    animation: bounceIn 0.5s 1;
    transition: all 0.5s ease-in-out;
    height: 65px;
    width: 55px;
    background-repeat: no-repeat;
    display: none;
}
.zh-li-width{
	width: 80%;
}


@media only screen and (min-width: 320px) and (max-width:731px) {
	.banner h1{
		width: 100%;
		font-size: 38px !important;
	}
	.zh-p-width1{
		max-width: 100%;
	}
	.zh-p-width{
		max-width:100%; 
	}
	.content-section{
		padding-top: 0px;
	}
	.zh-tble-pad-40, .zh-pad-r-35{
		padding-right: 0px;
	}
	.zh-heading-width {
    	max-width: 100%;
	}
	.zh-banner-content{
		padding-top: 35px;
	}
	.banner {
		padding: 0px 0px 60px;
	}
	.zh-sec-pad {
    	padding: 30px 15px;
	}
}
@media only screen and (min-width: 320px) and (max-width:640px){
	.zh-sec-heading-80{
		width: 100%;
	}
}
@media only screen and (max-width:768px) {
	.zh-flex-three-col, .zh-flex-two-col{
		display: block;
	}
	.zh-flex-item{
		width: 90%;
    	padding: 10px;
	}
	/*.zh-sec-pad{
		padding: 40px 30px;
	}*/
	.marker{
		display: none;
	}
.banner h1 {
	max-width: 85%;
	font-size: 40px !important;
}
ul.features {
	flex-wrap: wrap;
	justify-content: center;
}
ul.features li {
	margin: 50px;
}
ul.features li:not(:last-child) {
	margin-bottom: 50px;
}
p.features-desc {
	max-width: 100%;
	margin: 0px auto 0 auto;
}
ul.benefits {
	margin: 75px 0px 0px 0px;
	justify-content: flex-start;
}
ul.benefits li:nth-child(2), ul.benefits li:nth-child(5) {
	margin-left: 30px;
	margin-right: 30px;
}
ul.benefits li {
	max-width: 40%;
	margin: 30px !important;
}
ul.features li img {
	max-width: 25%;
}
p.features-desc {
	margin: 20px auto 0 auto;
}
	.zh-bd-desk{
		display: none;
	}
	.zh-bd-mobile{
		display: block;
	}
	div#form h2 {
		width: 100%;
	}
	.itsm-banner-img-width{
		width: 100%;
	}
	.zh-sub-h3{
		width: 100%;
	}
	.content-section{
		padding-top: 0px;
	}
	
	.zh-cta-sec h2, .zh-heading-width{
		max-width: 100%;
	}
	.zh-img-sec img{
		width: 50%;
	}
	.zh-flex-item p, .zh-flex-item h3{
		width: 100%;
	}
	.testimonials p {
		width: 90%;
	}
	.testimonials{
		width: 90%;
	}
}

@media only screen and (max-width:820px) {
	.zh-sec-pad{
		padding: 30px 15px;
	}
	.zh-h2-width-m1, .zh-img-width, .zh-h2-width, .zh-flex-item {
    	width: 98%;
	}
	.dwn-list-item{
		margin: 30px 0 30px 0px;
	}
	.zh-flex-two-col.img-swap{
		flex-direction: column-reverse;
		display: flex;
	}
	.zh-flex-two-col.zh-col-dir{
		display: block;
	}
	.zh-block{
		display: block;
	}
	.zh-flex-item{
		padding: 30px 0px;
	}
	.zh-flex-three-col{
		grid-template-columns: auto;
		padding: 30px 0px;
	}
	.zh-flex-three-col-items {
		padding: 10px 0px;
	}
	.zh-li-width, .zh-icon-p-width{
		width: 100%;
	}
	.banner {
    	flex-direction: column-reverse;
	}
	.zh-banner-content {
    	padding-top: 50px;
	}
	.zh-h2-width-ban{
		width: 95%;
	}
	.img-swap>div{
		margin-left: 0px;
	}
	.zh-b-con{
		padding-left: 0px;
	}
	.zh-flex-item p, .zh-flex-item h3{
		width: 100%;
	}
}
@media only screen and (min-width:820px) and (max-width: 820px){
	.zh-img-sec img {
    	width: 50%;
	}
}
@media only screen and (max-width: 1550px) and (min-width: 1110px){
	.main-section {
		max-width: 1440px;
		width: 95%;
		padding-left: 30px;
		padding-right: 30px;
		box-sizing: border-box !important;
	}
}
@media only screen and (max-width:414px) {

.banner p {
	font: 19px/1.6 Zoho_Puvi_Medium !important;
}
	.banner{
		flex-direction: column-reverse;
	}
	p.zh-banner-p {
		font-size: 17px !important;
		font-family: 'Zoho_Puvi_Regular' !important;
		padding: 0px 0px 20px;
	}
.banner img {
	width: 95%;
}
	.zh-flex-two-col{
		padding: 5px 0px; 
	}
ul.features li {
	margin: 30px;
}
a.cta {
	min-width: 200px;
}
a.secondary-cta {
	margin-left: 0px;
	margin-top: 10px;
}
.main-section {
	padding: 75px 0px;
}
.heading-content {
	max-width: 100%;
	flex-wrap: wrap;
	text-align: center;
}
.heading-content div {
	flex: 0 0 100%;
}
.heading-content img {
	margin: 30px auto 0px auto;
}
.heading-content div:nth-child(1) {
	margin-right: 0px;
}
.heading-content div:nth-child(2) {
	margin-left: 0px;
}
ul.benefits li {
	max-width: 100%;
	margin: 0px 0px 30px 0px !important;
}
ul.benefits li img {
	max-width: 20%;
}
}

@media only screen and (max-width:375px) {
	p.breadcrumb a {
    	font-size: 12px !important;
	}
}

@media only screen and (max-width:1550px) and (min-width:1110px) {
	.head-container {
		width: 95%;
		padding-left: 30px;
		padding-right: 30px;
		box-sizing: border-box !important;
	}
	.main-section {
		max-width: 1440px;
		width: 95%;
		padding-left: 30px;
		padding-right: 30px;
		box-sizing: border-box !important;
	}
	p.breadcrumb {
		width: 95%;
	}
	.container-new{
		width: 92%;
	}
}

@media only screen and (min-width:1366px) and (max-width: 1366px) {
	.zh-banner-p{
		width: 70%;
	}
	.zh-h3-width{
		width: 80%;
	}
	.zh-flex-item p {
    	width: 96%;
	}
}
.zh-report-table-four-col td{
	width: 75%;
}
.zh-two-cell td{
	width: 60%;
}
/*.zh-report-table tr:nth-child(odd) {
    background: #e4f5fd;
}
.zh-report-table tr:nth-child(even) {
    background: #c7eafb;
}*/
.zh-report-table tr:nth-child(even) {
    background: #e5f4fd;
}
.zh-report-table thead{
	 background: #fcd033;
}
.zh-report-table thead tr td{
	 /*background: #c7eafb;*/
}
.zh-report-table td{
	padding: 15px;
    border: 1.5px solid #009fe3;
	font-size: 17px;
    line-height: 1.6;
}
.zh-report-table td p{
	margin: 0px;
}
.sidebar-section.zh-menu-left{
	/*padding: 0px 30px 0 0px;*/
}

.zh-title-w{
	width: 90%;
}
@media (min-width:769px) and (max-width:1920px){
	.zh-bd-mobile{
		display: none;
	}
	.zh-bd-desk{
		display: block;
	}
}

@media (min-width:1366px) and (max-width:1440px){
	.heading-content h3{
		font: 35px/1.25 Zoho_Puvi_Bold;
	}
	.zh-p-w{
		max-width: 95%;
	}
	.zh-title-w{
		width: 88%;
	}
	.zh-p-width1{
		width: 98%;
	}
	.zh-pa-width{
		width: 96%;
	}
	.zh-h-width{
		width: 87%;
	}
	.zh-h4-width{
		width: 80%;
	}
	.zh-heading-with{
		width: 86%;
	}
	.zh-h-90{
		width: 90%;
	}
	.zh-p-width, .zh-p-w{
		width: 91%;
	}
}


.zh-fr-btn{
	height: 60px;
}
.zh-auth-main{
	display: flex;
	vertical-align: middle;
}
a.zh-auth-web {
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-image: url(../images/auther-profile-icons.png);
    background-size: cover;
}
.zh-auth-main a{
	padding: 0 2px;
}
.zh-au-block{
	margin-bottom: 70px;
}
.zh-auth-web.zh-web{
	background-position: -35px 0px;
}
.zh-auth-web.zh-blog{
	background-position: 3px 0px;
}
.prvcy-plicy a{
    color: #fff;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="password"], textarea, select#MECountryListing{
	border: 0px solid #888 !important;
}
.apiform input[type="submit"]{
	background: #f0483c;
	cursor: pointer;
}
input#emailID::placeholder {
    color: #000;
}
.apiform select {
    width: 100%;
    margin-top: 0px;
    border-radius: 3px;
    height: 50px !important;
    color: #000;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(https://cdn.manageengine.com/products/service-desk-msp/images/select-dropdown-arrow.png) right center no-repeat !important;
	margin-top: 10px;
}
.apiform input{
	height: 35px;
}
#meGDPRMessage{
	line-height: 1.5;
	color: #fff;
}
h4.section-heading.zh-section-heading {
    margin: 40px 0px 25px 0px;
	font-size: 28px
}
.zh-table-main table thead td strong{
	font: 19px/1 'Zoho_Puvi_SemiBold';
}
.cmp-custxt {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    max-width: 935px;
    width: 100%;
    letter-spacing: 0.3px;
	margin: 30px auto;
}
.comp-hdrtxt {
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
}

.cmp-altr-ftbg {
    background: url(../images/alternative-footer-bg.webp),url(../images/alternative-footer-bg.png) no-repeat center top;
    padding: 50px 0px;
    overflow: hidden;
    clear: both;
    height: auto;
    background-position: center center;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.cmp-ftr-cont {
    font-size: 42px;
    color: #000;
    text-align: center;
    line-height: 52px;
    font-weight: 600;
    max-width: 935px;
    margin: 10px auto;
}
