@import url("https://www.manageengine.com/css/fonts.css");
body * {
  font-family: 'Zoho_Puvi_Regular';
}
h1 {
  font-size: 40px !important;
  font-family: 'Zoho_Puvi_Bold';
  line-height: 1.2;
  margin-bottom: 20px;
}
h2 {
  font: 30px/1.25 Zoho_Puvi_SemiBold;
  margin: 0px 0px 30px 0px;
}
h3 {
  font: 26px/1.25 Zoho_Puvi_SemiBold;
  margin-bottom: 15px;
}
h4:not(.sdp-footer-accordion) {
  font: 22px/1.4 Zoho_Puvi_SemiBold;
  color: #00a9f4;
  margin-bottom: 10px;
}
h5 {
  font: 20px/1.4 Zoho_Puvi_SemiBold;
  margin-bottom: 5px;
}
img {
  max-width: 100%;
}
p {
  font-size: 18px;
  line-height: 1.6;
  margin: 0 0 30px;
  font-family: 'Zoho_Puvi_Regular';
}
section#sdpcutomerlogos {
  display: none;
}
section#ftrgetstd {
  display: none;
}
section#allFea {
  display: none;
}
.heading-menu {
  display: none;
}
#scroll {
  display: none;
}
header:not(.abheader) #MEmobPanel {
  top: 83px;
}
#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;
}
.container-new {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0px 30px;
}
.clearfix:after {
  content: "";
  clear: both;
  display: table;
}
.last-updated {
  text-align: right;
  font-size: 20px;
  color: #00a9f4;
  font-weight: bold;
  margin-bottom: 50px;
}
.banner-bgk {
  background: url(../../images/it-features-banner.webp), url(../../images/it-features-banner.jpg);
  background-size: cover;
  padding: 100px 0px;
}
.banner {
  text-align: center;
}
.banner p {
  font-size: 20px;
  margin: 10px 0px 30px 0px;
}
ul.banner-cta {
  display: flex;
  justify-content: center;
  margin-bottom: 150px;
}
.banner-cta li a {
  display: inline-block;
  background: #f0483d;
  color: #fff;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: bold;
  margin: 5px;
  border-radius: 2px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Zoho_Puvi_Bold';
}
.banner-wrap {
  display: flex;
  align-items: center;
}
.banner-wrap > div {
  flex: 0 0 50%;
}
.banner-wrap img {
  width: 80%;
}
.banner-wrap h1 {
  font-size: 40px;
  font-family: 'Zoho_Puvi_Bold';
  line-height: 1.2;
}
.banner-wrap p {
  font-size: 20px;
  line-height: 1.6;
  margin: 10px 0px 30px 0px;
  width: 100%;
}
p.banner-custom-title {
  margin: 10px 0px;
}
.banner-wrap .banner-cta {
  justify-content: inherit;
  margin-bottom: 0px;
}
/*banner ends */
ol.toc {
  list-style: decimal;
  font-size: 20px;
  margin-left: 20px;
}
ol.toc li {
  line-height: 1.5;
  margin-bottom: 10px;
}
ol.toc li a {
  text-decoration: none;
  color: #138cd6;
  font-size: 20px;
  position: relative;
  padding-left: 5px;
  cursor: pointer;
}
ol.toc li a:before {
  content: "";
  width: 0%;
  border-bottom: 1px solid #138cd6;
  position: absolute;
  top: 0;
  left: 0px;
  bottom: 0;
  transition: width 0.5s;
}
/*mobile navigation */
.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: 10px 30px;
  box-shadow: 0px 0px 10px #dedede;
}
.dropdown-up-arrow {
  transform: rotate(180deg);
}
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 {
  font-size: 16px;
  color: #058ef7;
}
#current-text p {
  margin: 0px;
  font-size: 18px;
}
a.mobile-cta {
  background: #ee483d;
  padding: 10px 30px;
  color: #fff;
  text-transform: uppercase;
  display: block;
  text-align: center;
}
/*mobile navigation */
/*sidebar style starts*/
.sidebar {
  background: #31383d;
  left: 0;
  top: 0;
  padding: 30px 0px;
  width: 200px;
  height: 100vh;
  display: none;
}
.sticky-sidebar {
  display: block;
  position: fixed;
  top: 49px;
  z-index: 999;
  padding: 75px 0px;
  animation: fade-right 0.2s ease-in-out;
  width: 200px;
}
p.sidebar-close {
  position: fixed;
  left: 15px;
  top: 65px;
  background: transparent;
  cursor: pointer;
  padding: 15px;
  width: 20px;
  height: 20px;
  z-index: 9999;
  display: none;
}
p.sidebar-close:before {
  content: "\2630";
  position: absolute;
  color: #fff;
  top: 10px;
  right: 0px;
  bottom: 0px;
  left: 15px;
}
.close-button-move {
  left: -35px !important;
  background: #31383d !important;
  transform: rotate(45deg);
  border-radius: 10px;
  padding: 20px !important;
  transition: 0.5s;
}
@keyframes fade-right {
  0% {
    transform: translateX(-100px);
  }
  100% {
    transform: translateX(0px);
  }
}
.close-button-move:before {
  color: #fff !important;
  transition: color 2s;
  transform: rotate(-45deg);
  left: 45px !important;
  top: 0px !important;
}
p.sidebar-button {
  padding: 10px 30px;
  background: #34ad65;
  color: #fff;
  position: fixed;
}
ul.sidebar li {
  font-size: 18px;
  transition: 0.3s;
  width: 200px;
}
ul.sidebar li:hover {
  background: #424c52;
}
ul.sidebar li span {
  color: #fff;
  text-decoration: none;
  padding: 10px 30px;
  display: block;
  transition: 0.3s;
  line-height: 1.3;
  cursor: pointer;
  font-size: 18px;
}
/*.custom-sidebar {
	width: 220px;
}
ul.custom-sidebar li {
	width: 220px;
}*/
span.submenu {
  padding-left: 40px !important;
  font-size: 17px !important;
}
.section-active {
  background: #00a9f4;
  color: #fff !important;
}
/*sidebar style ends*/
.row-bg {
  padding: 100px 0px;
}
.row-min {
  overflow: hidden;
}
.row-min-left-col {
  width: 37.5%;
  float: left;
  margin-right: 2.5%;
}
.row-min-right-col {
  width: 57.5%;
  float: left;
  margin-left: 2.5%;
}
.empty-content {
  float: right;
}
.two-col .row-min-left-col {
  width: 47.5%;
}
.two-col .row-min-right-col {
  width: 47.5%;
}
.reverse .row-min-left-col {
  float: right;
  margin-right: 0%;
  margin-left: 2.5%;
}
.reverse .row-min-right-col {
  float: right;
  margin-right: 2.5%;
  margin-left: 0%;
}
.bread-crumb p {
  margin-bottom: 0px;
  font-size: 15px;
  padding: 100px 0px 0px 0px;
}
.bread-crumb a {
  color: #138cd6;
  text-decoration: none;
}
.smlarlft {
  background: url(../../images/sdp-common-image.png) 0px 0px no-repeat;
  width: 6px;
  height: 9px;
  margin: 0 5px 5px 5px;
  position: relative;
  top: 5px;
  display: inline-block;
}
img.features-image {
  margin: 20px auto;
}
img.workflow {
  margin: 40px auto;
  display: block;
  border: 1px solid #d7d7d7;
  box-sizing: border-box;
}
img.block-diagram {
  margin: 40px auto;
  display: block;
  box-sizing: border-box;
}
img.image-zoom {
  cursor: zoom-in;
}
.no-bord {
  border: none !important;
}
a.internal-links {
  text-decoration: none;
  color: #00a9f4;
  border-bottom: 1px solid;
}
.quotes {
  width: 80%;
  margin: 75px auto;
}
p.quotes-desc {
  font-style: italic;
  font-size: 26px;
  font-family: serif;
  font-weight: bold;
  margin: 20px 0px;
  text-align: center;
  line-height: 1.3;
}
p.quotes-author {
  text-align: center;
  font-size: 14px;
}
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;
}
.center {
  text-align: center;
}
a.cta {
  display: inline-block;
  background: #f0483d;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 30px;
  font-size: 16px;
  font-family: 'Zoho_Puvi_Bold';
  font-weight: bold;
  text-decoration: none !important;
  border-radius: 3px;
  cursor: pointer !important;
  margin-top: 10px;
}
ul.footer-buttons {
  display: flex;
  justify-content: center;
}
.footer-buttons li a {
  display: inline-block;
  background: #f0483d;
  color: #fff;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: bold;
  margin: 5px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Zoho_Puvi_Bold';
}
ul.footer-buttons span {
  font-size: 14px;
  display: block;
  margin-top: 5px;
}
.awards {
  /*	overflow: hidden;*/
  display: flex;
  align-items: center;
  justify-content: center;
}
.awards div {
  margin: 30px;
}
/*
.awards img {
  max-width: 150px;
}
*/
/*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;
}
/*popup video*/
.video-play-button {
  background: url(../images/servicedesk-plus-customer.png);
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 650px;
  background-size: cover;
  margin: -200px auto 0px auto;
  cursor: pointer;
}
.video-play-button img {
  display: block;
  margin: 0 auto;
  width: 40px;
}
.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 70px;
  height: 55px;
  background: #3383b1;
  /*border-radius: 50%;*/
  animation: pulse-border 2000ms ease-out infinite;
}
.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 70px;
  height: 55px;
  background: #3383b1;
  /*border-radius: 50%;*/
  transition: all 300ms;
}
.video-play-button:hover:after {
  background-color: darken(#fa183d, 10%);
}
.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}
.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.video-title {
  text-align: center;
  margin: 20px auto;
}
.ctas {
  text-align: center;
  box-shadow: 0px 0px 5px #cccccc87;
  padding: 40px 20px;
  margin: 100px 0px 50px 0px;
  width: 100%;
  float: left;
  box-sizing: border-box;
}
.no-effects {
  box-shadow: none;
  margin: 0px auto !important;
}
.ctas p {
  font-family: 'Zoho_Puvi_Bold';
  font-size: 26px;
  margin: 0px auto 15px auto;
  line-height: 1.3;
  width: 70%;
}
.ctas-button {
  display: flex;
  justify-content: center;
}
.ctas a {
  display: inline-block;
  background: #f0483e;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 30px;
  font-size: 16px;
  text-decoration: none !important;
  cursor: pointer !important;
  margin-top: 10px;
  text-align: center;
  font-family: 'Zoho_Puvi_Bold';
}
.ctas-button a {
  margin: 5px;
  border-radius: 2px;
}
a.sec-button {
  background: transparent;
  border: 1px solid #ef483d;
  color: #ef483d;
}
h2.custom-heading {
  text-align: center;
  margin-bottom: 75px;
}
h2.fancy-heading {
  color: #000;
  margin-bottom: 20px;
}
.zoom {
  position: relative;
}
.zoom:after {
  content: "";
  background: #ee483d url(../../help-desk-software/images/zoom.png);
  background-repeat: no-repeat;
  position: absolute;
  bottom: 1px;
  right: 1px;
  width: 16px;
  height: 16px;
  padding: 15px;
  background-position: center;
  z-index: 0;
  pointer-events: none;
  display: none;
}
.case-study-title {
  width: 70%;
  text-align: center;
  margin: 20px auto;
}
p.case-study-content {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
/*next previous indictors*/
ul.prev-next {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 100px 0px 0px 0px;
}
ul.prev-next li {
  position: relative;
}
ul.prev-next a {
  color: #00a9f4;
  text-decoration: none;
}
ul.prev-next p:nth-child(1) {
  margin: 0;
  font-size: 18px;
  color: #ef483d;
}
ul.prev-next li:nth-child(2) p {
  text-align: right;
}
span.right-arrow {
  float: right;
  color: #ef483d;
  font-size: 18px;
}
span.left-arrow {
  color: #ef483d;
  font-size: 18px;
}
p.prev-next-title {
  color: #00a9f4 !important;
  margin: 0px;
}
/*next previous indictors*/
/*table*/
table {
  border-collapse: collapse;
  margin: 40px 0px;
  width: 100%;
  box-sizing: border-box;
}
table th {
  background: #03A9F4;
  color: #fff;
  font-size: 20px !important;
  font-weight: bold;
}
table.two-col th, td {
  width: 50%;
}
table.three-col th, td {
  width: 33.33%;
}
table.four-col th, td {
  width: 25%;
}
table.five-col th, td {
  width: 25%;
}
table th, td {
  padding: 15px;
  text-align: center;
  line-height: 1.5;
  border: 1px solid #9ec6e9;
  font-size: 18px;
}
tr.colsp td {
  background: #eaf4fd;
}
.scrollable-table {
  width: 100%;
  overflow-x: scroll;
}
/*table*/
/*finance solution page*/
.finance h1 {
  font-size: 43px !important;
}
.finance p {
  font-size: 18px;
}
p.bottom-content {
  text-align: center;
  max-width: 70%;
  margin: 0 auto;
}
.play-btn {
  z-index: 9 !important;
}
/*finance solution page*/
.zh--dark-bg {
  background: #000;
  color: #fff;
  padding: 50px 0px;
}
.zh-rk-block {
  padding: 50px 0;
  /*width: 50%;*/
  margin: 0 auto;
  color: #fff;
}
.zh--dark-bg .prvcy-plicy {
  color: #fff;
}
.radio-button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
.zh-kit-img {
  width: 20%;
}
.radio-button #yes, .radio-button #no {
  width: auto !important;
  margin: 0px 5px 0px 0px !important;
  padding: 0px !important;
}
.apiform input[type="radio"] {
  position: relative;
}
.radio-button label:nth-child(2) {
  margin-right: 15px !important;
}
.zh-rk-block .form-fields, #meGDPRMessage {
  /*  margin: 10px auto;*/
}
.zh-rk-block #meGDPRMessage {
  color: #fff;
}
.zh-form-cust-width input#emailID, .zh-form-cust-width select, .submitdiv {
  width: 60%;
}
.zh-form-cust-width .check {
  max-width: 70%;
  margin: 0 auto 20px auto;
}
.zh-form-cust-width #country_state {
  margin: 15px auto 5px;
}
.zh-form-cust-width select#MECountryListing, .zh-form-cust-width select#country_state {
  margin-top: 0px;
  margin-bottom: 10px;
  border-radius: 2px;
  height: 50px !important;
  color: #000;
  font-size: 17px;
  -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;
  border: 1px solid #d8d8d8 !important;
}
.zh-form-cust-width .check p {
  font-size: 14px;
}
.zh-kit-title {
  width: 85%;
  margin: 0 auto;
}
.footer.container {
  max-width: 1200px;
}
.footCont > ul li {
  line-height: 25px;
}
.foot-copy.container {
  padding: 10px 0;
  background: #fff;
}
ul.prev-next {
  margin: 50px 0px 50px 0px;
}
@media only screen and (max-width:1440px) and (min-width:1366px) {
  .container-new {
    max-width: 950px !important;
  }
  .banner-wrap h1 {
    font-size: 34px;
  }
  .zh-form-cust-width input#emailID, .zh-form-cust-width select, .zh-form-cust-width #meGDPRMessage, .zh-form-cust-width .prvcy-plicy, .submitdiv {
    width: 80%;
  }
}
@media only screen and (max-width:1400px) {
  .sidebar-wrapper {
    display: none !important;
  }
}
@media only screen and (max-width:1366px) {
  p.bottom-content {
    max-width: 100%;
  }
}
@media only screen and (max-width:1024px) {
  .add-resources-bg .container {
    max-width: 100%;
    width: 100%;
  }
  .banner-wrap p {
    width: 100%;
  }
  .banner-wrap h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width:768px) {
  .sdp-main-h1-title br, .sdp-main-sub-title br {
    display: none;
  }
  .zh-kit-title {
    width: 98%;
    margin: 0 auto;
  }
  .row-min-left-col {
    width: 100%;
    margin-right: 0%;
  }
  .row-min-right-col {
    width: 100%;
    margin-left: 0%;
  }
  .two-col .row-min-left-col {
    width: 100%;
    margin-right: 0;
    margin-left: 0%;
  }
  .two-col .row-min-right-col {
    width: 100%;
    margin-left: 0;
    margin-right: 0%;
  }
  ul.banner-cta {
    margin-bottom: 0px;
  }
  .video-play-button {
    margin: 100px auto 0px auto;
  }
  img.features-image {
    display: block;
    margin: 50px auto;
    width: 400px;
  }
  .ctas p {
    width: 100%;
  }
  .quotes {
    width: 100%;
  }
  .popup {
    width: 90% !important;
  }
  .case-study-title {
    width: 100%;
  }
  p.case-study-content {
    width: 100%;
  }
  .banner-wrap {
    flex-wrap: wrap;
    text-align: center;
  }
  .banner-wrap > div {
    flex: 0 0 100%;
  }
  .banner-wrap img {
    width: 400px;
    margin: 30px 0px;
  }
  .banner-wrap .banner-cta {
    justify-content: center;
  }
  .banner-wrap h1 {
    font: 30px/1.2 Zoho_Puvi_Bold;
  }
  .zh-kit-img {
    width: 35%;
  }
  .stickyfixed-header {
    top: 70px;
  }
  .stickyfixed-header.promotion-bg {
    margin-top: 0px;
  }
  html, body {
    overflow-x: hidden;
  }
  .zh-form-cust-width input#emailID, .zh-form-cust-width select, .zh-form-cust-width #meGDPRMessage, .zh-form-cust-width .prvcy-plicy, .submitdiv {
    width: 98%;
  }
  .zh-form-cust-width .check {
    max-width: 99%;
    margin: 0 auto 20px auto;
  }
  .container {
    padding: 0px 15px;
  }
}
@media only screen and (max-width:600px) {
  .container-new {
    padding: 0px 20px;
  }
  .dropdown-bar {
    padding: 10px 20px;
  }
  ul.category.drop-list-items {
    padding: 15px 20px;
  }
  ul.banner-cta {
    display: block;
  }
  .row-bg {
    padding: 75px 0px;
  }
  ul.banner-cta {
    flex-wrap: wrap;
    margin-bottom: 0px;
  }
  .banner h1 {
    font: 30px/1.2;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  p {
    font-size: 16px;
    line-height: 1.8;
    margin: 0 0 20px;
  }
  .ctas p {
    font-size: 22px;
  }
  ul.list-items li {
    font-size: 16px;
    line-height: 1.6;
  }
  .awards {
    display: block;
  }
  .awards img {
    display: block;
    margin: 0 auto;
  }
  .video-play-button {
    height: 250px;
    max-width: 450px;
  }
  .zoom:after {
    display: none;
  }
  img.image-zoom {
    pointer-events: none;
  }
  #current-text p {
    line-height: 1.3;
  }
  table th, td {
    font-size: 16px;
  }
  table th {
    font-size: 18px !important;
  }
  .zh-kit-img {
    width: 40%;
  }
  .add-resources-bg {
    padding: 0px;
  }
  .zh-kit-title p br {
    display: none;
  }
  .apiform.zh-form-cust-width {
    width: 100% !important;
  }
}
.zh-bc.breadcrum-container {
  max-width: 1400px;
  margin: 0px auto 70px;
  width: 98%;
}
@media only screen and (max-width:414px) {
  .video-play-button {
    height: 220px;
  }
  .video-play-button {
    margin: 50px auto 0px auto;
  }
  .bread-crumb p {
    padding: 50px 0px 0px 0px;
  }
  p.prev-next-title {
    display: none;
  }
}
@media only screen and (max-width:375px) {
  .video-play-button {
    height: 200px;
  }
}
@media only screen and (max-width:360px) {
  .banner-wrap .banner-cta {
    min-width: 220px;
  }
}
@media only screen and (min-width:768px) and (max-width:768px) {
  .zh-rk-block {
    width: 90%;
  }
  .zh-form-cust-width .prvcy-plicy {
    width: 85%;
  }
}