/*ME common css start*/
.heading-menu {
  display: none
}
/*ME common css start end*/
/*MSP home page common style start*/
.indx-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  transition: all 0.2s ease-in 0s;
}
.sec-pdn {
  padding: 100px 0
}
h1 {
  display: block;
  font-size: 40px;
  font-family: 'Zoho_Puvi_Bold';
  line-height: 1.3;
  color: #000;
  margin-bottom: 0;
  text-align: center;
}
h2 {
  display: block;
  font-size: 35px;
  font-family: 'Zoho_Puvi_Bold';
  line-height: 1.30;
  color: #000;
  margin: 0;
  text-align: center;
}
p {
  font-family: 'Zoho_Puvi_Regular', Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  margin: 20px 0 0 0;
  color: #000;
}
/*MSP home page common style end*/
/* MSP Main banner */
.msp-mainbner {
  background-image: url(https://cdn.manageengine.com/products/service-desk-msp/images/sdp-msp-home-banner.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}
.msp-bnrcont {
  padding: 100px 0
}
.msp-mainbner .bnertitle {
  font-family: 'Zoho_Puvi_Bold', Arial, Helvetica, sans-serif;
  font-size: 50px;
  line-height: 60px;
  color: #000;
  font-weight: 800;
  width: 100%;
  margin: 0 auto 0 auto;
  max-width: 600px;
  text-align: center;
  transition-delay: .2s;
}
.msp-mainbner .bnertitle span {
  font-family: 'Zoho_Puvi_Bold';
  font-size: 50px;
  line-height: 70px;
  color: #b93739;
  font-weight: 400;
  transition-delay: .4s;
}
.roller {
  height: 3rem;
  line-height: 4rem;
  position: relative;
  overflow: hidden;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
}
.roller #rolltext {
  position: absolute;
  top: -0.5rem;
  animation: slide 7s infinite;
}
.firstltr {
  top: -0.5rem;
  animation: slide 4s infinite;
}
@keyframes slide {
  0% {
    top: -0.5rem;
    animation: slide 4s infinite;
  }
  25% {
    top: -4.9rem;
  }
  50% {
    top: -9.5rem;
  }
  72.5% {
    top: -14.2rem;
  }
}
.msphmbnrcta {
  text-align: center;
  margin-top: 50px;
  transition-delay: .6s;
}
.msphmbnrcta.mob {
  display: none
}
a.mspmainbnrcta {
  background: #E9142B;
  color: #FFFFFF;
  text-decoration: none;
  font: 18px/1.5 Zoho_Puvi_Bold;
  position: relative;
  overflow: hidden;
  padding: 18px 55px 18px 40px;
  opacity: 0;
  transform: translateY(30px);
  text-transform: uppercase;
  border-radius: 3px;
}
.msphmbnrcta.content-view > a.mspmainbnrcta {
  transform: translateY(0px);
  opacity: 1;
  transition: .6s ease;
  transition-delay: .6s;
}
a.mspmainbnrcta:hover {
  background: #ff1b36;
}
.arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  bottom: 1px;
  position: absolute;
  top: 23px;
  bottom: 0;
  margin-left: 5px;
}
.arrow-right {
  transform: rotate(45deg);
  animation: arrowslide 3s ease-in-out infinite;
}
@keyframes arrowslide {
  0% {
    opacity: 0.5;
    margin-left: 5px;
  }
  50% {
    opacity: 1;
    margin-left: 10px;
  }
}
/*Latest news style start*/
.introsec.sec-pdn {
  padding-top: 40px;
}
.new-release-sec.sec-pdn {
  padding: 60px 0 30px 0;
}
.latest-news {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 93%;
  margin: 0 auto;
}
.latest-news.content-view > div.news {
  transform: translateY(0px);
  opacity: 1;
  transition: .6s ease;
}
.latest-news div.news:nth-child(1) {
  transition-delay: .2s;
}
.latest-news div.news:nth-child(2) {
  transition-delay: .4s;
}
.latest-news div.news {
  flex: 0 0 40%;
  display: flex;
  background: #fff;
  border-radius: 15px;
  padding: 25px 20px 25px 10px;
  margin: 0 20px;
  align-items: center;
  box-shadow: 0px 0px 11px 0 rgb(0 0 0 / 10%);
  opacity: 0;
  transform: translateY(30px);
  border: 1px solid #e8e8e8;
	transition: all 0.65s;
}
.latest-news div.news:hover {
  border: 1px solid #e8e8e8;
  box-shadow: 0 4px 25px 0 rgb(0 0 0 / 10%);
	    transform: translateY(-0.30em);
}
.latest-news div.news .left {
  flex: 0 0 25%;
  text-align: center;
}
.latest-news div.news .right {
  flex: 0 0 75%;
  margin-left: 5px;
}
.newshead {
  font-size: 16px;
  line-height: 25px;
}
.newshead a {
  font-size: 18px;
  line-height: 25px;
  color: #000;
  text-decoration: none;
}
p.labletxt {
  margin: 0;
  color: #000;
  font-family: 'Zoho_Puvi_Bold', Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}
sup.newlbl {
  background: #fa1834;
  color: #fff;
  font-size: 10px;
  padding: 2px 4px;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  bottom: 8px;
  letter-spacing: 1px;
}
.mspnewrels {}
img.newsrls {
  width: 75%;
}
.msp142release {
  background: #003496;
  width: 100px;
  height: 100px;
  border-radius: 26px;
  text-align: center;
  margin: 0 auto;
}
.newlble {
  background: #f54c36;
  color: #fff;
  padding: 3px 6px;
  border-radius: 3px;
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  position: relative;
  top: 10px;
}
.mspvrsn {
  font-size: 35px;
  color: #f8e62b;
  font-family: 'Zoho_Puvi_SemiBold';
  /* margin-top: 20px; */
  position: relative;
  top: 5px;
}
.introtext img {
  width: 25%
}
.psaguide {
  /* background: #003496; */
  /* width: 100px; */
  height: 77px;
  /* border-radius: 26px; */
  text-align: center;
  margin: 0 auto;
}
img.msp-psaprmo {
  width: 60%;
}
.newscta a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #d63436;
  padding-right: 5px;
  font-family: 'Zoho_Puvi_SemiBold';
  font-size: 14px;
  position: relative;
  /* bottom: 25px; */
  margin-top: 10px;
  cursor: pointer;
}
.newscta a .red-arrow {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-top: 1.5px solid #d63436;
  border-right: 1.5px solid #d63436;
  bottom: 1px;
  position: absolute;
  top: 9px;
  bottom: 0;
  margin-left: 3px;
  transform: rotate(45deg);
  transition: all ease .3s;
}
.newscta a:hover .red-arrow {
  margin-left: 7px;
}
/*
.newscta a:after {
  content: '';
  position: absolute;
  right: -15px;
  top: 8px;
  display: inline-block;
  background: url(https://cdn.manageengine.com/products/service-desk-msp/images/learn-more.svg);
  width: 15px;
  height: 11px;
  transition: all ease .3s;
}
.newscta a:hover:after {
  transform: translateX(4px)
}
*/
/*MSP customer logos styles start*/
.msp-custlogos h4 {
  margin-left: 0;
  text-transform: uppercase;
}
.msp-custlogos.sec-pdn {
  padding-top: 50px;
}
ul.mspcustmrlogos {
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
ul.mspcustmrlogos li {
  width: calc(100%/6);
  height: 80px;
}
ul.mspcustmrlogos li span {
  background-image: url(https://cdn.manageengine.com/products/service-desk-msp/images/msp-customers-brand.svg);
  background-size: 650px auto;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: block;
  margin: 0px auto;
  position: relative;
  transform: translateY(0px) scale(1);
  transform-origin: center bottom;
  transform: translateY(25px);
  opacity: 0;
}
.mspcustmr-logos {
  margin-top: 30px;
}
.mspcustmr-logos li.content-view span {
  transform: translateY(0px);
  opacity: 1;
  transition: 1s ease;
}
ul.mspcustmrlogos li:nth-child(1) span {
  background-position: -6px -15px;
  max-width: 170px;
  transition-delay: .1s;
}
ul.mspcustmrlogos li:nth-child(2) span {
  background-position: -146px -15px;
  max-width: 130px;
  background-size: 560px auto;
  transition-delay: .2s;
}
ul.mspcustmrlogos li:nth-child(3) span {
  background-position: -297px -15px;
  max-width: 140px;
  background-size: 600px;
  transition-delay: .3s;
}
ul.mspcustmrlogos li:nth-child(4) span {
  background-position: -458px -15px;
  max-width: 140px;
  background-size: 600px;
  transition-delay: .4s;
}
ul.mspcustmrlogos li:nth-child(5) span {
  background-position: 2px -121px;
  max-width: 130px;
  background-size: 550px;
  transition-delay: .5s;
}
ul.mspcustmrlogos li:nth-child(6) span {
  background-position: -186px -157px;
  max-width: 160px;
  background-size: 700px;
  transition-delay: .6s;
}
.mspfeaturebtmlinks ul.add-resources h2 {
  text-align: left;
  color: #0d89d1;
}
.mspfeaturebtmlinks ul.add-resources h4 {
  text-align: left;
  color: #000;
}
/*MSP Home page footer styles start*/
#customerlogos {
  background: #fff;
}
#customerlogos .sec-pTB {
  padding-top: 0px;
}
/*Index page bodycont style*/
.mspdiscont {
  text-align: center
}
.mspdiscont h1 {
  width: 70%;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(30px);
}
.mspdiscont h1.content-view {
  transform: translateY(0px);
  opacity: 1;
  transition: .6s ease;
  transition-delay: .2s;
}
.mspdiscont p {
  width: 70%;
  margin: 30px auto 0 auto;
  font-size: 18px;
  opacity: 0;
  transform: translateY(30px);
}
.mspdiscont p.content-view {
  transform: translateY(0px);
  opacity: 1;
  transition: .6s ease;
  transition-delay: .4s;
}
.hmtpbtnsdiv {
  width: 100%;
  max-width: 750px;
  margin: 0 auto
}
.videosec {
  background: #fff;
}
.videosec.sec-pdn {
  padding-top: 0;
}
.mspvideo {
  width: 80%;
  margin: 0 auto;
  border: 1px solid #f1f1f1;
  transition: all 500ms ease;
  box-shadow: 1px 5px 20px rgb(174 196 211);
  padding: 20px;
  border-radius: 20px;
}
.mspvideo:hover {
  box-shadow: 0 30px 70px rgb(174 196 211);
  z-index: 3;
	    transform: translateY(-0.30em);
}
/*MSP Quick download style start*/
.quickdownlodsec {
  background: #002c6d;
}
.quickdownlodsec h2 {
  color: #fff;
  text-align: center
}
.quickdownlodsec p {
  width: 37%;
  margin: 10px auto 20px auto;
  color: #a4c9ff;
  text-align: center;
}
.msphomedownform {
  width: 500px;
  margin: 0 auto;
}
.msphm-downform input, .msphm-downform select {
  border: 1px solid #000;
  color: #000;
  font-size: 16px;
  margin-top: 10px;
  outline: medium none;
  padding: 13px 9px;
  transition: all 0.2s ease-in-out 0s; /* float: none; */ width: 96%;
  border-radius: 5px;
}
.msphm-downform select {
  color: #000 !important;
  background: #fff url(/manageengine/products/service-desk-msp/images/arrow-image.png) !important;
  background-repeat: no-repeat !important;
  background-position: right 1rem center !important;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%;
}
.msphm-downform input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */ color: #000;
  opacity: 1; /* Firefox */
}
.msphm-downform input:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #000;
}
.msphm-downform input::-ms-input-placeholder { /* Microsoft Edge */ color: #000;
}
#dwn-form-alert {
  margin-top: 0px;
  margin-left: 0px;
}
#meGDPRMessage input {
  float: none;
  margin: 0 5px 0 0;
  width: auto !important;
}
.dwn-priv {
  display: block;
  clear: both;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0 0;
  font-size: 12px;
  color: #fff;
}
.dwn-priv a {
  color: #fff;
}
#meGDPRMessage {
  font-size: 13px;
  line-height: 16px;
  margin: 10px auto 0;
  color: #fff;
  width: 100%;
}
.moreinfo {
  margin-top: 0;
  padding-bottom: 15px;
  font-size: 14px;
  color: #fff;
}
.moreinfo a {
  color: #fff;
}
#formCTA {
  background-color: #e3142b !important;
  border: medium none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  float: none !important;
  font-size: 18px;
  line-height: 24px;
  margin: 20px auto;
  padding: 10px;
}
.winicon {
  background: url(https://cdn.manageengine.com/products/service-desk-msp/images/help-desk-software-msp-sprite.png) no-repeat 0px -347px;
  display: inline-block;
  float: left;
  height: 40px;
  margin: 12px 0 0 11px;
  width: 40px;
}
.dlrt {
  float: right;
  margin: 0 10px;
}
#confirmMsg a {
  color: #ffb500;
  text-decoration: underline;
}
.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #3ab54a;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards
}
.checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 0px auto 20px auto;
  box-shadow: inset 0px 0px 0px #3ab54a;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both
}
.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}
@keyframes stroke {
  100% {
    stroke-dashoffset: 0
  }
}
@keyframes scale {
  0%, 100% {
    transform: none
  }
  50% {
    transform: scale3d(1.1, 1.1, 1)
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #3ab54a
  }
}
/* Integration CTA section style start */
.hm-integnbnrbr {
  background: #fff;
}
h2.integnbnrbrtxt {
  margin-bottom: 5px;
}
.integnbnrbrsbtxt {
  /* font-family: Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', serif; */
  /* font-style: italic; */
  font-size: 25px !important;
  /* font-weight: 300; */
  color: #000;
  line-height: 40px;
  /* letter-spacing: 1px; */
  margin-top: 10px;
}
.indxintgCTA {
  margin: 30px 0 0 0
}
a.mspinteg-lernmr {
  display: inline-block;
  color: #0067ff;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  transition: all ease .3s;
}
a.mspinteg-lernmr span.arrow-animation {
  background: #0067ff;
  width: 14px;
  height: 2px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 7px;
  transition: all ease .35s;
}
a.mspinteg-lernmr:hover .arrow-animation {
  transform: translateX(5px);
  transition: all .3s ease;
}
a.mspinteg-lernmr span.arrow-animation:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border: 2px solid #0067ff;
  transform: rotate(-45deg);
  border-left: 0;
  border-top: 0;
  top: -3px;
  right: 0;
}
/* MSP Editions table style start*/
.msp-editionstable {
  background: #fafafa;
}
.msp-edntable {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0 0 0;
  justify-content: space-between;
  margin-top: 50px;
}
.msp-edntable .col {
  opacity: 0;
  transform: translateY(30px);
}
.msp-edntable .col:nth-child(1).content-view {
  transform: translateY(0px);
  opacity: 1;
  transition: .6s ease;
  transition-delay: .2s !important;
}
.msp-edntable .col:nth-child(2).content-view {
  transform: translateY(0px);
  opacity: 1;
  transition: .6s ease;
  transition-delay: .4s !important;
}
.msp-edntable .col:nth-child(3).content-view {
  transform: translateY(0px);
  opacity: 1;
  transition: .6s ease;
  transition-delay: .6s !important;
}
.mspebox {
  padding: 30px 30px 40px 30px;
  background: #fff;
  /* border-radius: 26px; */
  box-shadow: 0 5px 15px -4px rgb(36 50 66 / 0%);
  min-height: 445px;
  transition: all ease .3s;
  border-radius: 20px;
}
div.msp-std {
  box-shadow: 0 20px 40px -8px rgb(36 50 66 / 10%);
  border-top: 10px solid #749fe1;
}
div.msp-prf {
  box-shadow: 0 20px 40px -8px rgb(36 50 66 / 10%);
  border-top: 10px solid #67bd91;
}
div.msp-ent {
  box-shadow: 0 20px 40px -8px rgb(36 50 66 / 10%);
  border-top: 10px solid #c67069;
}
.msp-std:hover {
  box-shadow: 0px 0px 40px -8px rgb(36 50 66 / 48%);
  border-top: 10px solid #749fe1;
transform: translateY(-0.30em);
}
.msp-prf:hover {
  box-shadow: 0px 0px 40px -8px rgb(36 50 66 / 48%);
  border-top: 10px solid #67bd91;
	transform: translateY(-0.30em);
}
.msp-ent:hover {
  box-shadow: 0px 0px 40px -8px rgb(36 50 66 / 48%);
  border-top: 10px solid #c67069;
	transform: translateY(-0.30em);
}
.mspebox h3 {
  font: 30px/1.3 'Zoho_Puvi_SemiBold';
  margin: 0 0 0 0;
}
.disctxt {
  margin: 0;
  font-size: 14px;
  border-bottom: 2px solid #000;
  padding-bottom: 10px;
}
.msp-std > .disctxt {
  border-bottom: 2px solid #749fe1;
}
.msp-prf > .disctxt {
  border-bottom: 2px solid #67bd91;
}
.msp-ent > .disctxt {
  border-bottom: 2px solid #c67069;
}
.msp-edntable .col {
  flex: 0 0 30%;
  margin: 0 1.6%;
}
ul.msp-ednftrlist {
  list-style-type: none;
  margin-top: 30px;
}
ul.msp-ednftrlist li {
  line-height: 33px;
  margin-left: 0;
  padding: 0 0 0 25px;
  color: #000;
  font-size: 16px;
  background-repeat: no-repeat;
  background-size: 5%;
  background-position: 0 10px;
}
ul.msp-ednftrlist li a {
  color: #000;
  text-decoration: none;
}
.msp-std ul.msp-ednftrlist li {
  background-image: url(https://cdn.manageengine.com/products/service-desk-msp/images/msp-std-tick.svg);
}
.msp-prf ul.msp-ednftrlist li {
  background-image: url(https://cdn.manageengine.com/products/service-desk-msp/images/msp-pro-tick.svg);
}
.msp-ent ul.msp-ednftrlist li {
  background-image: url(https://cdn.manageengine.com/products/service-desk-msp/images/msp-ent-tick.svg);
}
.editions-cta {
  margin-top: 90px;
}
.editions-cta a {
  display: inline-block;
  color: #0067ff;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  transition: all ease .3s;
}
.editions-cta a span.arrow-animation {
  background: #0067ff;
  width: 14px;
  height: 2px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 7px;
  transition: all ease .35s;
}
.editions-cta a:hover .arrow-animation {
  transform: translateX(5px);
  transition: all .3s ease;
}
.editions-cta a span.arrow-animation:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border: 2px solid #0067ff;
  transform: rotate(-45deg);
  border-left: 0;
  border-top: 0;
  top: -3px;
  right: 0;
}
/* MSP Features boxs style start*/
.msp-ftrsec {
  background: #fff;
}
/*
.msp-ftrsec.sec-pdn {
  padding-bottom:500px;
}*/
ul.mspftrboxs {
  margin: 0px;
  padding: 15px;
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 50px;
  /* background: #f5f5f5; */
  border-radius: 26px;
}
ul.mspftrboxs li {
  flex: 0 0 33%;
  margin: 0;
}
.ftrsbox {
  background: #fff;
  margin: 15px;
  padding: 45px 25px;
  transition: all ease .5s;
  /* min-height: 205px; */
  position: relative;
  box-shadow: 0px 2px 10px 0px rgb(38 59 94 / 10%);
  border-radius: 10px;
	border: 1px solid #fff;
}
.ftrsbox:hover {
    box-shadow: 0px 25px 40px 0px rgb(38 59 94 / 10%);
    transform: translateY(-0.30em);
    /* background: #f0f7ff; */
    border: 1px solid #c2e1ff;
    background: radial-gradient(#ffffff, #eaf4ff);
}
.icnhgt {
  height: 75px;
}
.msp-ftrsicon {
  background-image: url(https://cdn.manageengine.com/products/service-desk-msp/images/msp-home-page-sprite.png);
  margin: 0 auto
}
.mspftr-acctmgnt {
  background-repeat: no-repeat;
  background-position: -218px -60px;
  width: 60px;
  height: 60px;
  display: block;
  text-decoration: none
}
.mspftr-rebrand {
  background-repeat: no-repeat;
  background-position: -358px -125px;
  width: 57px;
  height: 60px;
  display: block;
  text-decoration: none
}
.mspftr-incmgnt {
  background-repeat: no-repeat;
  background-position: -341px -61px;
  width: 13px;
  height: 59px;
  display: block;
  text-decoration: none
}
.mspftr-servic {
  background-repeat: no-repeat;
  background-position: -131px -61px;
  width: 42px;
  height: 59px;
  display: block;
  text-decoration: none
}
.mspftr-knwolg {
  background-repeat: no-repeat;
  background-position: 0px -185px;
  width: 48px;
  height: 61px;
  display: block;
  text-decoration: none
}
.mspftr-tautoasign {
  background-repeat: no-repeat;
  background-position: 0px -61px;
  width: 64px;
  height: 56px;
  display: block;
  text-decoration: none
}
.mspftr-rmtcontrl {
  background-repeat: no-repeat;
  background-position: -126px -125px;
  width: 49px;
  height: 60px;
  display: block;
  text-decoration: none
}
.mspftr-sla {
  background-repeat: no-repeat;
  background-position: 0px -125px;
  width: 60px;
  height: 59px;
  display: block;
  text-decoration: none
}
.mspftr-autobill {
  background-repeat: no-repeat;
  background-position: -248px 0px;
  width: 55px;
  height: 58px;
  display: block;
  text-decoration: none
}
.mspftr-changment {
  background-repeat: no-repeat;
  background-position: -474px -61px;
  width: 58px;
  height: 58px;
  display: block;
  text-decoration: none
}
.mspftr-itprojct {
  background-repeat: no-repeat;
  background-position: 0px 3px;
  width: 61px;
  height: 53px;
  display: block;
  text-decoration: none
}
.mspftr-astmgnt {
  background-repeat: no-repeat;
  background-position: -482px 3px;
  width: 61px;
  height: 53px;
  display: block;
  text-decoration: none
}
.mspftr-agntbsdscn {
  background-repeat: no-repeat;
  background-position: -360px 0px;
  width: 60px;
  height: 58px;
  display: block;
  text-decoration: none
}
.mspftr-cmdb {
  background-repeat: no-repeat;
  background-position: -124px 0px;
  width: 61px;
  height: 59px;
  display: block;
  text-decoration: none
}
.mspftr-promgmnt {
  background-repeat: no-repeat;
  background-position: -381px -61px;
  width: 43px;
  height: 60px;
  display: block;
  text-decoration: none
}
.mspftr-purch {
  background-repeat: no-repeat;
  background-position: -479px -125px;
  width: 61px;
  height: 52px;
  display: block;
  text-decoration: none
}
.mspftr-rports {
  background-repeat: no-repeat;
  background-position: -231px -125px;
  width: 61px;
  height: 60px;
  display: block;
  text-decoration: none
}
.mspftr-businsdash {
  background-repeat: no-repeat;
  background-position: -680px -54px;
  width: 61px;
  height: 60px;
  display: block;
  text-decoration: none
}
.mspftr-timesheet {
  background-repeat: no-repeat;
  background-position: -612px -64px;
  width: 61px;
  height: 60px;
  display: block;
  text-decoration: none
}
.mspftr-fildser {
  background-repeat: no-repeat;
  background-position: -739px -64px;
  width: 61px;
  height: 60px;
  display: block;
  text-decoration: none
}
ul.mspftrboxs li:nth-child(1):hover .mspftr-acctmgnt {
  background-repeat: no-repeat;
  background-position: -279px -60px;
  width: 60px;
  height: 60px;
  display: block;
  text-decoration: none
}
.ftrmorectc {
  text-align: center;
  margin-top: 10px;
  display: none;
}
a.ftrmore {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #006cff;
  padding-right: 5px;
  font-family: 'Zoho_Puvi_SemiBold';
  font-size: 16px;
}
ul.mspftrboxs li:nth-child(1):hover .ftrmorectc {
  opacity: 1;
}
ul.mspftrboxs li:nth-child(2):hover .mspftr-rebrand {
  background-repeat: no-repeat;
  background-position: -416px -125px;
  width: 57px;
  height: 60px;
  display: block;
  text-decoration: none
}
ul.mspftrboxs li:nth-child(2):hover .ftrmorectc {
  opacity: 1;
}
ul.mspftrboxs li:nth-child(3):hover .mspftr-incmgnt {
  background-repeat: no-repeat;
  background-position: -361px -61px;
  width: 13px;
  height: 59px;
  display: block;
  text-decoration: none
}
ul.mspftrboxs li:nth-child(3):hover .ftrmorectc {
  opacity: 1;
}
ul.mspftrboxs li:nth-child(4):hover .mspftr-servic {
  background-repeat: no-repeat;
  background-position: -174px -61px;
  width: 42px;
  height: 59px;
  display: block;
  text-decoration: none
}
ul.mspftrboxs li:nth-child(4):hover .ftrmorectc {
  opacity: 1;
}
ul.mspftrboxs li:nth-child(5):hover .mspftr-knwolg {
  background-repeat: no-repeat;
  background-position: -50px -185px;
  width: 48px;
  height: 61px;
  display: block;
  text-decoration: none
}
ul.mspftrboxs li:nth-child(5):hover .ftrmorectc {
  opacity: 1;
}
ul.mspftrboxs li:nth-child(6):hover .mspftr-tautoasign {
  background-repeat: no-repeat;
  background-position: -65px -61px;
  width: 64px;
  height: 56px;
  display: block;
  text-decoration: none
}
ul.mspftrboxs li:nth-child(6):hover .ftrmorectc {
  opacity: 1;
}
ul.mspftrboxs li:nth-child(7):hover .mspftr-rmtcontrl {
  background-repeat: no-repeat;
  background-position: -180px -125px;
  width: 49px;
  height: 60px;
  display: block;
  text-decoration: none
}
ul.mspftrboxs li:nth-child(7):hover .ftrmorectc {
  opacity: 1;
}
ul.mspftrboxs li:nth-child(8):hover .mspftr-sla {
  background-repeat: no-repeat;
  background-position: -62px -125px;
  width: 60px;
  height: 59px;
  display: block;
  text-decoration: none
}
ul.mspftrboxs li:nth-child(8):hover .ftrmorectc {
  opacity: 1;
}
ul.mspftrboxs li:nth-child(9):hover .mspftr-autobill {
  background-repeat: no-repeat;
  background-position: -304px 0px;
  width: 55px;
  height: 58px;
  display: block;
  text-decoration: none
}
ul.mspftrboxs li:nth-child(9):hover .ftrmorectc {
  opacity: 1;
}
ul.mspftrboxs li:nth-child(10):hover .mspftr-changment {
  background-repeat: no-repeat;
  background-position: -535px -61px;
  width: 58px;
  height: 58px;
  display: block;
  text-decoration: none
}
ul.mspftrboxs li:nth-child(10):hover .ftrmorectc {
  opacity: 1;
}
ul.mspftrboxs li:nth-child(11):hover .mspftr-itprojct {
  background-position: -62px 3px;
}
ul.mspftrboxs li:nth-child(11):hover .ftrmorectc {
  opacity: 1;
}
ul.mspftrboxs li:nth-child(12):hover .mspftr-astmgnt {
  background-repeat: no-repeat;
  background-position: -544px 3px;
  width: 61px;
  height: 53px;
  display: block;
  text-decoration: none
}
ul.mspftrboxs li:nth-child(12):hover .ftrmorectc {
  opacity: 1;
}
ul.mspftrboxs li:nth-child(13):hover .mspftr-agntbsdscn {
  background-repeat: no-repeat;
  background-position: -421px 0px;
  width: 60px;
  height: 58px;
  display: block;
  text-decoration: none
}
ul.mspftrboxs li:nth-child(13):hover .ftrmorectc {
  opacity: 1;
}
ul.mspftrboxs li:nth-child(14):hover .mspftr-cmdb {
  background-repeat: no-repeat;
  background-position: -186px 0px;
  width: 61px;
  height: 59px;
  display: block;
  text-decoration: none
}
ul.mspftrboxs li:nth-child(14):hover .ftrmorectc {
  opacity: 1;
}
ul.mspftrboxs li:nth-child(15):hover .mspftr-promgmnt {
  background-repeat: no-repeat;
  background-position: -425px -61px;
  width: 43px;
  height: 60px;
  display: block;
  text-decoration: none
}
ul.mspftrboxs li:nth-child(15):hover .ftrmorectc {
  opacity: 1;
}
ul.mspftrboxs li:nth-child(16):hover .mspftr-purch {
  background-repeat: no-repeat;
  background-position: -545px -125px;
  width: 61px;
  height: 52px;
  display: block;
  text-decoration: none
}
ul.mspftrboxs li:nth-child(16):hover .ftrmorectc {
  opacity: 1;
}
ul.mspftrboxs li:nth-child(17):hover .mspftr-rports {
  background-repeat: no-repeat;
  background-position: -294px -125px;
  width: 61px;
  height: 60px;
  display: block;
  text-decoration: none
}
ul.mspftrboxs li:nth-child(17):hover .ftrmorectc {
  opacity: 1;
}
/*
ul.mspftrboxs li:nth-child(18):hover .mspftr-businsdash {
  background-repeat: no-repeat;
  background-position: -680px -117px;
  width: 61px;
  height: 60px;
  display: block;
  text-decoration: none
}
ul.mspftrboxs li:nth-child(18):hover .ftrmorectc {
  opacity: 1;
}
*/
ul.mspftrboxs li:nth-child(18):hover .mspftr-timesheet {
  background-repeat: no-repeat;
  background-position: -612px -125px;
  width: 61px;
  height: 60px;
  display: block;
  text-decoration: none
}
ul.mspftrboxs li:nth-child(18):hover .ftrmorectc {
  opacity: 1;
}
ul.mspftrboxs li:nth-child(19):hover .mspftr-fildser {
  background-repeat: no-repeat;
  background-position: -739px -125px;
  width: 61px;
  height: 60px;
  display: block;
  text-decoration: none
}
ul.mspftrboxs li:nth-child(19):hover .ftrmorectc {
  opacity: 1;
}
.ftrsbox h4 {
  margin: 0px;
  text-align: center;
  color: #000;
}
.ftrsbox h4 a {
  color: #000;
  text-decoration: none;
}
.ftrsbox p {
  margin: 0px;
  text-align: center;
  color: #000;
}
.ftrsbox p a {
  color: #000;
  text-decoration: none;
}
/*.ftrmorectc {
  width: 0;
  height: 0;
  border-bottom: 50px solid #0d89d1;
  border-left: 50px solid transparent;
  position: absolute;
  right: 0;
  bottom: 0px;
  opacity: 0;
  transition: all ease .5s;
  display:none;
}
a.ftrmore {
  color: #fff;
  text-decoration: none;
  font-size: 28px;
  text-align: center;
  display: inline-block;
  position: relative;
  right: 20px;
  top: 10px;
}*/
a.ftrmore {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #006cff;
  padding-right: 5px;
  font-family: 'Zoho_Puvi_SemiBold';
}
a.ftrmore:after {
  content: '';
  position: absolute;
  right: -15px;
  top: 8px;
  display: inline-block;
  background: url(https://cdn.manageengine.com/products/service-desk-msp/images/learn-more.svg);
  width: 15px;
  height: 11px;
  transition: all ease .3s;
}
a.ftrmore:hover:after {
  transform: translateX(4px)
}
.mspallftrcta {
  text-align: center;
  position: relative;
  margin-top: 50px;
}
.mspallftrcta a {
  display: inline-block;
  color: #0067ff;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  transition: all ease .3s;
}
.mspallftrcta a span.arrow-animation {
  background: #0067ff;
  width: 14px;
  height: 2px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 7px;
  transition: all ease .35s;
}
.mspallftrcta a:hover .arrow-animation {
  transform: translateX(5px);
  transition: all .3s ease;
}
.mspallftrcta a span.arrow-animation:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border: 2px solid #0067ff;
  transform: rotate(-45deg);
  border-left: 0;
  border-top: 0;
  top: -3px;
  right: 0;
}
/*Customer testimonail style start*/
.msp-custmrtesti {
  overflow: hidden;
  width: 100%;
  background: #002c6d;
}
.test-bgimg {
  /* background-image: url(https://cdn.manageengine.com/products/service-desk-msp/images/msp-customer-testi-bg.svg); */
  /* background-size: cover; */
  /* background-repeat: repeat-x; */
  width: 100%;
  height: 100%;
  background: radial-gradient(111% 111% at 74.29% -11%, #A93300 0%, #005570 100%), linear-gradient(127.43deg, #00D5C8 0%, #2200AA 100%);
  background-blend-mode: difference, normal;
}
.msp-custmrtesti {
  text-align: center;
  overflow: hidden;
}
.msp-custmrtesti {
  position: relative;
}
.msp-custmrtesti h2 {
  color: #fff;
}
.cust-subtxt {
  color: #afcfff;
  font-size: 25px !important;
  /* font-weight: 300; */
  line-height: 40px;
  /* letter-spacing: 1px; */
  margin-top: 10px;
}
.testimonial-setion::before {
  content: '';
  position: absolute;
  top: 0;
  height: 435px;
  width: 100%;
  background: transparent linear-gradient(322deg, #F2F2F2 0%, #f8fbfb 100%) 0% 0% no-repeat padding-box;
}
.testimonial-cont-wrap {
  background: #ffff;
  box-shadow: 0px 3px 20px #00000029;
  border-radius: 25PX;
  padding: 70px 50px;
  box-sizing: border-box;
  z-index: 1;
  position: relative;
  color: #000;
  width: 100%;
  margin: 50px auto 0 auto;
  display: flex;
  align-items: center;
}
.msp-award {
  flex: 0 0 45%;
}
.msp-award img {
  width: 90%;
  max-width: 100%;
}
.testimonial-slider {
  position: relative;
  flex: 0 0 50%;
  padding-left: 50px;
}
span.ctbdr {
  border-width: 1px;
  border-style: solid;
  border-image: linear-gradient(to bottom, #e0dbeb, #a699c7, #e0dbeb) 1 100%;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  position: absolute;
  height: 100%;
  left: 45%;
}
.testi-content {
  font: 18px/1.6 'Zoho_Puvi_SemiBold';
  text-align: center;
  margin-top: 0px;
  text-align: left;
}
.testi-slider > div {
  max-width: 530px;
  margin: 0;
}
.testi-customer-name {
  color: #656565;
  font-size: 18px;
  text-align: center;
  margin-top: 40px;
}
.msp-custmname {
  font-size: 16px;
  margin: 20px auto 0px auto;
  /* display: flex; */
  /* position: relative; */
  /* align-items: flex-start; */
  text-align: left;
  line-height: 20px;
  /* padding: 0; */
  font-family: 'Zoho_Puvi_SemiBold', 'Open Sans', sans-serif;
  color: #1040c7;
}
p.msp-custcompny {
  font-size: 15px;
  margin-top: 5px;
  text-align: left;
}
.quotes {
  background-image: url(https://cdn.manageengine.com/products/service-desk-msp/images/quotes.png);
  background-repeat: no-repeat;
  height: 60px;
  width: 60px;
  display: block;
  background-size: contain;
  margin: 0px auto 30px;
}
.testi-customer-logo span {
  background-image: url(https://cdn.manageengine.com/products/service-desk-msp/images/customer-brand-sprite.svg);
  background-repeat: no-repeat;
  height: 80px;
  width: 150px;
  display: block;
  background-size: 600px;
  margin: 20px auto 20px;
}
.testi-customer-logo span.liver-pool {
  background-position: 0px -15px;
}
.testi-customer-logo span.gartner {
  background-position: -420px -5px;
  width: 170px;
  margin: 0px auto 20px;
}
.testi-customer-logo span.stratco {
  background-position: -260px -10px;
}
.testi-customer-logo span.albur-city {
  background-position: -145px 0px;
  width: 115px;
}
.nextprevarow {
  display: flex;
}
.testimonial-cont-wrap .arw_lnk {
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
}
.testi-arrow {
  position: relative;
  bottom: 0;
  transform: translate(-25%, 0%) scale(0.5);
  z-index: 3;
  padding: 10px;
}
.testi-arrow.prev-arw {
  left: auto;
}
p.arw_lnk.next-arw {
  left: -20px;
}
.prev-nxt-arw {
  display: flex;
  margin-top: 50px;
}
.arw_lnk {
  cursor: pointer;
  border-radius: 50%;
  border: 4px solid #000;
}
.prev-nxt-arw .arw_lnk:nth-child(1) {
  margin-right: 40px;
}
.arw_lnk span {
  cursor: pointer;
  display: inline-block;
  height: 3px;
  width: 23px;
  background: #000;
  position: relative;
}
.arw_lnk span::after, .arw_lnk span::before {
  content: '';
  height: 3px;
  width: 10px;
  background: #000;
  display: inline-block;
  position: absolute;
}
.slick-disabled span::after, .slick-disabled span::before, .slick-disabled span {
  background: #b7b6b6;
  cursor: unset;
}
.arw_lnk span::after {
  transform: rotate(45deg);
  left: 0px;
  top: 4px;
}
.arw_lnk span::before {
  transform: rotate(-45deg);
  left: 0px;
  top: -4px;
}
.next-arw span {
  transform: rotate(180deg);
  transform-origin: center;
}
.mspfooterlinks {
  background: #fff;
}
.slider_option {
  display: none
}
@media screen and (max-width:1180px) {
  .latest-news {
    justify-content: center;
    width: 100%;
  }
  .newshead a {
    font-size: 16px;
  }
  .mspdiscont h1 {
    width: 81%;
  }
  mspdiscont p {
    width: 80%;
  }
  .testimonial-cont-wrap {
    width: 90%
  }
  .testi-slider > div {
    max-width: 470px;
    margin: 0;
  }
  .msp-award img {
    width: 90%;
  }
}
@media screen and (max-width:980px) {
  .msphmbnrcta.dc, .quickdownlodsec {
    display: none
  }
  .msphmbnrcta.mob {
    display: block
  }
  .latest-news div.news {
    flex: 0 0 38%;
    padding: 23px;
    margin: 0 15px;
    align-items: center;
    flex-wrap: wrap;
  }
  .latest-news div.news .left {
    flex: 0 0 25%;
    text-align: center;
  }
  .mspnewrels {
    text-align: left;
  }
  .latest-news div.news .right {
    flex: 0 0 100%;
    margin-left: 0;
  }
  p.labletxt {
    margin-top: 20px;
  }
  .psaguide {
    height: auto;
    text-align: left;
    margin: 0 auto;
  }
  h1 {
    display: block;
    font-size: 35px;
  }
  .mspdiscont h1 {
    width: 100%;
  }
  .mspdiscont p {
    width: 85%;
  }
  .msp-edntable .col {
    flex: 0 0 60%;
    margin: 0 auto;
  }
  ul.msp-ednftrlist li {
    padding: 0 0 0 35px;
  }
  .msp-edntable .col:nth-child(2) {
    margin-top: 50px
  }
  .msp-edntable .col:nth-child(3) {
    margin-top: 50px
  }
  ul.mspftrboxs li {
    flex: 0 0 50%;
  }
  .testimonial-cont-wrap {
    width: 90%;
    flex-wrap: wrap;
  }
  .msp-award {
    flex: 0 0 100%;
  }
  .testimonial-cont-wrap {
    width: 90%;
    flex-wrap: wrap;
  }
  .testi-content {
    text-align: center;
  }
  .msp-award {
    flex: 0 0 100%;
  }
  .msp-award img {
    width: 50%;
  }
  span.ctbdr {
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(to bottom, #e0dbeb, #a699c7, #e0dbeb) 1 100%;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    position: absolute;
    height: 117%;
    right: 0;
    left: 0;
    top: -22%;
    border-image-slice: 1;
    transform: rotate(90deg);
    width: 0;
    margin: 0 auto;
  }
  span.ctbdr {
    display: none
  }
  .testimonial-slider {
    position: relative;
    flex: 0 0 100%;
    padding-left: 0;
    padding-top: 50px;
  }
  .testi-slider > div {
    max-width: 550px;
    margin: 0 auto;
  }
  .msp-custmname {
    text-align: center;
    line-height: 20px;
  }
  p.msp-custcompny {
    text-align: center;
  }
  .nextprevarow {
    display: flex;
    width: 10%;
    margin: 0 auto;
  }
  .testi-arrow.prev-arw {
    left: auto;
    flex: 0 0 50%;
  }
  p.arw_lnk.next-arw {
    left: -20px;
    flex: 0 0 50%;
  }
}
@media screen and (max-width:600px) {
  .msp-mainbner .bnertitle {
    max-width: 500px;
  }
  .latest-news {
    flex-wrap: wrap;
  }
  .latest-news div.news {
    flex: 0 0 78%;
    padding: 23px;
    margin: 20px 0;
  }
  .latest-news div.news .right {
    flex: 0 0 70%;
    margin-left: 0;
  }
  p.labletxt {
    margin-top: 0;
  }
  .newshead a {
    font-size: 17px;
  }
  .msp-custlogos h4 {
    width: 70%;
    margin: 0 auto;
    line-height: 40px;
  }
  ul.mspcustmrlogos li {
    width: calc(170%/6);
    height: 80px;
  }
  h1 {
    display: block;
    font-size: 30px;
  }
  h2 {
    display: block;
    font-size: 28px;
  }
  .quickdownlodsec p {
    width: 67%;
  }
  .hm-integnbnrbr h2 {
    width: 80%;
    margin: 0 auto
  }
  .integnbnrbrsbtxt {
    width: 80%;
    margin: 10px auto 0 auto;
  }
  ul.mspftrboxs li {
    flex: 0 0 90%;
  }
  span.ctbdr {
    display: none;
  }
  .testimonial-cont-wrap .testi-arrow {
    display: none;
  }
  /*
	.testimonial-cont-wrap {
    padding: 30px;
		    width: 85%;
    margin: 30px auto 0 auto;
}
	.testi-content {
    font: 15px/1.6 'Zoho_Puvi_SemiBold';
	}
	*/
  .msp-award img {
    width: 100%;
  }
  .testi-slider > div {
    max-width: 280px;
    margin: 0 auto;
  }
  .testimonial-slider {
    padding-top: 50px;
  }
}
@media screen and (max-width:500px) {
  .sec-pdn {
    padding: 70px 0;
  }
  .msp-mainbner .bnertitle {
    max-width: 460px;
    font-size: 40px;
  }
  .msp-mainbner .bnertitle span {
    font-size: 40px;
    line-height: 70px;
  }
  a.mspmainbnrcta {
    font: 16px/1.5 'Zoho_Puvi_Bold';
    padding: 18px 35px 18px 20px;
  }
  .msp-custlogos h4 {
    width: 90%;
    line-height: 30px;
  }
  ul.mspcustmrlogos li {
    width: calc(250%/6);
  }
  .mspdiscont h1 {
    width: 90%;
  }
  h1 {
    display: block;
    font-size: 25px;
  }
  .mspdiscont p {
    font-size: 17px;
  }
  h2 {
    display: block;
    font-size: 22px;
  }
  p {
    font-family: 'Zoho_Puvi_Regular', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.4;
  }
  mspebox h3 {
    font: 25px/1.2 'Zoho_Puvi_SemiBold';
  }
  .quickdownlodsec p {
    width: 90%;
  }
  .msphomedownform {
    width: 80%;
    margin: 0 auto;
  }
  .msphm-downform input, .msphm-downform select {
    width: 94%;
  }
  .msphm-downform select {
    width: 100%
  }
  #formCTA {
    padding: 10px;
  }
  .hm-integnbnrbr h2 {
    width: 90%;
  }
  .dlrt {
    float: right;
    margin: 0 10px;
  }
  .dldesc {
    font-size: 10px;
  }
  .integnbnrbrsbtxt {
    width: 80%;
    margin: 10px auto 0 auto;
    font-size: 20px !important;
    line-height: 30px;
  }
  .mspebox {
    min-height: auto;
  }
  .msp-edntable .col {
    flex: 0 0 80%;
  }
  ul.msp-ednftrlist li {
    padding: 0 0 0 25px;
    line-height: 28px;
  }
  .msp-ftrsec h2 {
    width: 70%;
    margin: 0 auto;
  }
}