/* https://www.manageengine.com/fr/service-desk-msp/style/sdp-msp-ready.css -- START */
@charset "UTF-8";
@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;
	box-sizing: border-box;
}
.popup-video-bg {
    margin-top: -235px;
}
.video-bg {
    background: #1d75b7;
    padding: 75px 0px 285px 0px;
}
.me-sdp-video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.me-sdp-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.me-sdp-video-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
*, *:before, *:after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	shape-rendering: crispEdges;
}
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;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
}
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: 35px/1.25 Zoho_Puvi_Bold;
	margin-bottom: 20px;
}
h3 {
	font: 30px/1.3 Zoho_Puvi_Bold;
}
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;
}
.two-col, .three-col, .four-col {
	flex-grow: 1;
	flex-basis: 0;
}
.row .two-col:nth-child(1) {
	margin-right: 30px;
}
.row .two-col:nth-child(2) {
	margin-left: 30px;
}
.row .three-col:nth-child(2) {
	margin: 0px 15px;
}
.row .four-col:nth-child(2) {
	margin: 0px 20px;
}
row .four-col:nth-child(3) {
	margin: 0px 20px 0px 0px;
}
ul.list-items {
	margin-left: 20px;
	margin-bottom: 50px;
}
ul.list-items>li {
	font-size: 17px;
	line-height: 1.6;
	margin-bottom: 20px;
	position: relative;
}
ul.list-items>li:before {
	content: "";
	background: #3fb8f4;
	position: absolute;
	top: 10px;
	right: 0;
	bottom: 0;
	left: -20px;
	width: 7px;
	height: 7px;
	border-radius: 50px;
}
a.internal-links {
	text-decoration: none;
	color: #0091fe;
	border-bottom: 1px solid #0091fe;
}
.video a.internal-links {
	color: #fff;
	border-bottom: 1px solid;
}
a.lead {
	color: #1975d2;
	font-family: Zoho_Puvi_SemiBold;
	text-decoration: none;
	font-size: 15px;
}
.bc-wrapper {
	padding: 0px 30px;
}
p.breadcrumb {
	display: block;
	max-width: 1400px;
	margin: 0 auto;
}
p.breadcrumb a {
	font-size: 13px;
	color: #484848;
	text-decoration: none;
	line-height: 1.5;
	position: relative;
}
.breadcrumb a:not(:last-child) {
	color: #000 !important;
}
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;
}
.breadcrumb span {
	font-size: 16px;
	margin: 0px 5px;
	font-weight: bold;
	line-height: 1.5;
}
p.breadcrumb a:hover {
	text-decoration: none;
	color: #3180d2 !important;
}
a.breadcrumb-title {
	cursor: text;
	color: #3180d2 !important;
}
.bc-wrapper p {
	padding: 30px 0px;
}
.overlay {
	width: 100vw;
	height: 100vh;
	background: #fffffffa;
	position: fixed;
	z-index: 1000000;
	top: 0;
	display: none;
}
.banner-bg {
	position: relative;
}
.banner {
	padding-top: 50px;
	align-items: center;
}
.banner-image-wrapper {
	position: relative;
}
img.settings-icon {
	position: absolute;
	width: 100px;
	top: 10px;
	left: 100px;
	z-index: -99;
	animation: spin 2s infinite linear;
}
 @keyframes spin {
 0% {
 transform: rotate(0deg)
}
 100% {
 transform: rotate(360deg)
}
}
img.banner-image {
	width: 100%;
	display: block;
	margin: 0 auto;
	position: relative;
	animation: fade-in 0.75s ease-in-out;
	z-index: -9;
	margin-bottom: -1px;
}
 @keyframes fade-in {
 0% {
 transform: translateY(120px)
}
 100% {
 transform: translateY(0px)
}
}
.banner h1 {
	max-width: 450px;
}
.banner p {
	margin: 15px 0px 40px 0px;
	font-size: 19px;
}
a.cta {
	font-family: Zoho_Puvi_SemiBold;
	display: inline-block;
	background: #f1483d;
	color: #fff;
	text-decoration: none;
	padding: 13px 30px;
	cursor: pointer;
	font-size: 16px;
	border-radius: 2px;
	line-height: 1.5;
	position: relative;
	text-align: center;
}
.cta-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 100px;
}
.cta-wrapper a {
	min-width: 250px;
}
a.secondary-cta {
	background: transparent;
	border: 1px solid #0056e1;
	color: #0056e1;
	margin-left: 25px;
}
span.arrow-mark {
	vertical-align: middle;
	padding-left: 5px;
	display: inline-block
}
a.cta:hover .arrow-mark, a.lead:hover .arrow-mark {
	transform: translateX(5px);
	transition: all .3s ease;
}
 @keyframes fadein {
 0% {
 transform: translateY(100px)
}
 100% {
 transform: translateY(0px)
}
}
.video-bg {
	background: #1d75b7;
	padding: 75px 0px 285px 0px;
}
.video p {
	color: #fff;
	max-width: 80%;
	margin: 0 auto 20px auto;
	text-align: center;
}
.popup-video-bg {
	margin-top: -235px;
}
.popup-video {
	max-width: 900px;
	margin: 0 auto;
	box-shadow: 0 10px 15px -6px rgba(119,119,119,.4);
}
/*benefits style starts here*/
.benefits-bg {
	padding: 135px 0px;
}
.benefits h2 {
	text-align: center;
}
.benefits>p {
	max-width: 900px;
	margin: 30px auto 75px auto;
	text-align: center;
}
.benefits .three-col {
	background: #faf0f0;
	padding: 75px 50px 50px 50px;
	border-radius: 3px;
}
.benefits .three-col img {
	width: 40%;
	display: block;
	margin: 0 auto;
}
.benefits .three-col h3 {
	text-align: center;
	line-height: 1.2;
	margin: 30px 0px 30px 0px;
}
.workflow-image {
	display: block;
	margin: 150px auto 0px auto;
	width: 900px;
	padding: 50px;
	box-shadow: 0 0 20px rgba(223,223,223,0.58);
}
/*benefits style ends here*/

/*screenshots style starts here*/
.screenshots-bg {
	padding: 0px 0px 135px 0px;
}
.screenshots .row {
	align-items: center;
}
.screenshots h2 {
	text-align: center;
	margin-bottom: 100px;
}
.screenshots h3 {
	font-size: 25px;
	margin: 0px 0px 25px 0px;
}
.screenshots .row:not(:last-child) {
	margin-bottom: 135px;
}
.screenshots .row .two-col:nth-child(1) {
	margin-right: 50px;
}
.screenshots .row .two-col:nth-child(2) {
	margin-left: 50px;
}
.row h3 a {
	text-decoration: none;
}
/*screenshots style ends here*/

/*form style starts here*/

.form-bg {
	background: #1c75b7;
	padding: 100px;
}
p.form-main-title {
	font: 30px/1.25 Zoho_Puvi_SemiBold;
	margin: 0px auto 20px auto;
	text-align: center;
	color: #fff;
}
p.form-heading {
	font-size: 21px;
	color: #fff;
	font-weight: bold;
	margin: 0 auto 50px auto;
	text-align: center;
	max-width: 60%;
}
ul.form-list-items {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
ul.form-list-items li {
	padding: 30px;
	flex-grow: 1;
	flex-basis: 0;
}
ul.form-list-items li:nth-child(1) {
	background: #dce2d7;
}
ul.form-list-items li:nth-child(2) {
	background: #e4dbb7;
}
ul.form-list-items li:nth-child(3) {
	background: #dce2d7;
}
ul.form-list-items img {
	display: block;
	margin: 0 auto;
	width: 150px;
}
ul.form-list-items p {
	text-align: center;
	font-size: 20px;
	color: #333;
	font-weight: 600;
	line-height: 1.3;
	margin: 30px 0px 0px 0px;
}
p.form-des {
	font-size: 18px !important;
	font-weight: normal !important;
	line-height: 1.6 !important;
	margin: 20px 0px !important;
}
.form-fields {
	display: flex;
	justify-content: center;
}
input#user-detail {
	display: none;
}
input[type="text"], input[type="email"], input[type="phone"], input[type="password"], textarea {
	border: none !important;
	border-radius: 0px !important;
}
.apiform {
	max-width: 50%;
        margin:0 auto;
	font-family: "Zoho_Puvi_Regular";
}
label.formfild {
	position: relative;
}
.formfild {
	position: relative;
}
.apiform input.error {
	border-bottom: 1px solid red !important;
}
span.errormsg {
	position: absolute;
	top: -20px;
	right: 0;
	bottom: 0;
	left: -200px;
	color: red;
	z-index: 999;
	height: 10px;
}
input#emailID {
	width: 100%;
	height: 50px;
	padding: 0px 20px;
	font-size: 16px;
	margin-bottom: 10px;
	box-sizing: border-box;
}
 input#emailID::placeholder {
 color: #000;
}
input, select:focus {
	outline: none;
}
select#MECountryListing {
	border: none;
	margin-bottom: 10px;
}
input:-webkit-autofill {
 -webkit-box-shadow: 0 0 0 30px white inset !important;
 -webkit-text-fill-color: #000;
}
select {
	background: #fff url(https://www.manageengine.com/products/service-desk/images/selectbox-arrow.png) !important;
	background-repeat: no-repeat !important;
	background-position: right !important;
	cursor: pointer;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.apiform select {
	width: 100%;
	padding: 0px 0px 0px 20px;
	color: #000;
	height: 50px !important;
	box-sizing: border-box;
	border-radius: 0px;
	font-size: 16px;
}
select#country_state {
	border: none;
	font-size: 16px;
}
.submitdiv {
	float: inherit;
	width: 100%;
	padding: 0px;
	max-width: 100%;
	box-sizing: border-box;
}
.apiform input[type="submit"] {
	font-family: Zoho_Puvi_SemiBold;
	display: inline-block;
	background: #f1483d !important;
	color: #fff;
	text-decoration: none;
	padding: 13px 30px;
	cursor: pointer;
	font-size: 17px;
	border-radius: 2px;
	line-height: 1.5;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	outline: none;
	-webkit-appearance: none;
}
.prvcy-plicy {
	font-family: Zoho_Puvi_SemiBold;
	width: 100%;
	margin: 10px auto 20px auto;
	font-size: 12px;
	color: #fff;
	text-align: left;
	line-height: 1.3;
}
.prvcy-plicy a {
	font-family: Zoho_Puvi_SemiBold;
	font-size: 12px;
	color: #fff;
	text-decoration: underline;
}
#meGDPRMessage {
	font-family: Zoho_Puvi_SemiBold;
	font-size: 12px;
	margin: 10px auto 0;
	color: #fff;
	width: 100%;
	line-height: 1.3;
}
.apiform input[type="radio"] {
	position: inherit;
}
.radio-button label:nth-child(2) {
	margin-right: 15px !important;
}
.check {
	margin-bottom: 20px;
}
.check>p {
	margin: 10px 0px 5px 0px;
	font-size: 16px;
	line-height: 1.4;
	max-width: 90%;
	color: #fff;
}
.radio-button {
	display: flex;
	justify-content: start;
	align-items: center;
	color: #fff;
	font-size: 16px;
	height: 30px;
}
.radio-button #yes {
	width: auto !important;
	margin: 0px 10px 0px 0px !important;
	padding: 0px !important;
}
.radio-button #no {
	width: auto !important;
	margin: 0px 10px 0px 0px !important;
	padding: 0px !important;
}
/*form style ends here*/

/*footer-cta style starts here*/
.section-cta-bg {
	padding: 135px 0px;
	color: #000;
}
.section-cta h2 {
	margin: 0px auto 40px auto;
	text-align: center;
}
ul.ctas {
	display: flex;
	justify-content: center;
	align-items: center;
}
ul.ctas li:nth-child(2) {
	margin-left: 25px;
}
ul.ctas li:nth-child(2) a {
	background: transparent;
	border: 1px solid #0056e1;
	color: #0056e1;
}
/*footer-cta style ends here*/


/*animation style starts here*/
.animation100 {
	opacity: 0;
	transform: translate3d(0, 40px, 0);
	transition: all 1000ms ease;
	transition-delay: 200ms;
}
.active-anim .animation100 {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}
.animation200 {
	opacity: 0;
	transform: translate3d(0, 40px, 0);
	transition: all 1000ms ease;
	transition-delay: 400ms;
}
.active-anim .animation200 {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}
.animation300 {
	opacity: 0;
	transform: translate3d(0, 40px, 0);
	transition: all 1000ms ease;
	transition-delay: 600ms;
}
.active-anim .animation300 {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}
.fade-right {
	opacity: 0;
	transform: translateX(50px);
	transition: all 700ms ease;
}
.active-anim .fade-right {
	opacity: 1;
	transform: translateX(0px);
}
.fade-left {
	opacity: 0;
	transform: translateX(-50px);
	transition: all 700ms ease;
}
.active-anim .fade-left {
	opacity: 1;
	transform: translateX(0px);
}
.zoomin {
	opacity: 0;
	transform: translate3d(0, 60px, 0);
	transition: all 1500ms ease;
}
.active-anim .zoomin {
	opacity: 1;
	transform: translate3d(0, 0px, 0);
}
/*animation style ends here*/
.foot-copy {
	font-size: 11px;
	color: #000;
}
.foot-copy a {
	color: #000;
}

@media only screen and (max-width:1024px) {
.row {
	flex-wrap: wrap;
	justify-content: center;
}
.two-col, .three-col, .four-col {
	flex-grow: inherit;
	flex-basis: inherit;
}
.row .two-col:nth-child(1) {
	margin-right: 0px;
}
.row .two-col:nth-child(2) {
	margin-left: 0px;
}
.screenshots .row .two-col:nth-child(1) {
	margin-right: 0px;
}
.screenshots .row .two-col:nth-child(2) {
	margin-left: 0px;
}
.row .three-col:nth-child(2) {
	margin: 0px;
}
.row .four-col:nth-child(2) {
	margin: 0px;
}
row .four-col:nth-child(3) {
	margin: 0px;
}
.swap {
	flex-direction: column-reverse;
}
.banner-bg {
	top: 20px;
}
.banner {
	padding-top: 50px;
	text-align: center;
}
.banner h1 {
	max-width: 70%;
	margin: 0 auto;
}
.cta-wrapper {
	justify-content: center;
	margin-bottom: 30px;
}
.banner-image-wrapper {
	margin-top: 50px;
}
img.banner-image {
	width: 350px;
}
.benefits .three-col:not(last-child) {
	margin-bottom: 20px !important;
}
.workflow-image {
	width: 90%;
	box-shadow: none;
	padding: 0px;
}
.screenshots img {
	margin-bottom: 50px;
}
.apiform {
	width: 60%;
}
p.form-heading {
	max-width: 70%;
}
}

@media only screen and (max-width:768px) {
.banner h1 {
	max-width: 100%;
}
.video-bg {
	padding: 75px 0px;
}
.video p {
	max-width: 100%;
	margin: 0 auto 0px auto;
}
.popup-video-bg {
	margin-top: 100px;
}
.workflow-image {
	margin: 100px auto 0px auto;
	width: 100%;
}
.apiform {
	width: 100%;
}
p.form-heading {
	max-width: 100%;
}
.check>p {
	max-width: 100%;
}
.section-cta h2 {
	max-width: 75%;
}
}

@media only screen and (max-width:414px) {
h1 {
	font: 32px/1.2 Zoho_Puvi_Bold !important;
}
h2 {
	font: 30px/1.25 Zoho_Puvi_Bold;
}
h3 {
	font: 26px/1.3 Zoho_Puvi_Bold;
}
.banner p {
	margin: 15px auto 40px auto;
	max-width: 250px;
}
img.banner-image {
	width: 300px;
}
a.cta {
	font-size: 19px;
}
a.secondary-cta {
	margin-left: 0px;
	margin-top: 12px;
}
.bc-wrapper {
	display: none;
}
p.breadcrumb a {
	font-size: 11px;
}
.video-bg {
	padding: 50px 0px 50px 0px;
}
.video p {
	text-align: left;
}
.benefits>p {
	text-align: left;
}
.benefits-bg {
	padding: 100px 0px 50px 0px;
}
.benefits .three-col {
	padding: 75px 30px 50px 30px;
}
.workflow-image {
	margin: 75px auto 0px auto;
}
.screenshots-space {
	margin: 50px 0px;
}
.screenshots h2 {
	margin-bottom: 50px;
}
.screenshots h3 {
	margin: 0px 0px 10px 0px;
}
.screenshots img {
	display: none;
}
.screenshots .row:not(:last-child) {
	margin-bottom: 50px;
}
ul.ctas {
	flex-wrap: wrap;
}
.section-cta h2 {
	max-width: 90%;
}
ul.ctas li {
	margin: 0px;
}
ul.ctas li a {
	min-width: 210px;
}
ul.ctas li:not(:last-child) {
	margin-bottom: 12px;
}
p.form-heading {
	font-size: 20px;
	max-width: 100%;
}
.form-bg {
	padding: 75px 25px;
}
.check>p {
	max-width: 100%;
}
ul.ctas li:nth-child(2) {
	margin-left: 0px;
}
}

@media only screen and (max-width:375px) {
h1 {
	font: 30px/1.2 Zoho_Puvi_Bold !important;
}
h2 {
	font: 26px/1.25 Zoho_Puvi_Bold;
}
.banner p {
	max-width: 100%;
}
.apiform input[type="submit"] {
	font-size: 14px;
}
.benefits .three-col {
	padding: 50px 20px 50px 20px;
}
}
/* https://www.manageengine.com/fr/service-desk-msp/style/sdp-msp-ready.css -- END */
.heading-menu,.breadcrumb-sec {
	display: none;
}
.nav-dwn a {
	width: auto;
}
#btmscroll {
	display: none;
}
.btmBar {
	display: none;
}
.mspfooterlinks {
    background: #ebf8fe;
}
#customerlogos{display:none}
