/* Custom SDP Starts */
/*BREADCRUMB-SECTION*/
.cmn-breadcrum {
  padding-top: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
  letter-spacing: normal;
}
/*Global beader only call this attr*/
.globe-menu-page .cmn-breadcrum {
  padding-top: 30px;
  max-width: 1400px;
  margin: 0px auto;
}
.cmn-breadcrum a, .cmn-breadcrum .root-page {
  text-decoration: none !important;
  font-size: 14px;
  line-height: 1.5;
}
.cmn-breadcrum a {
  color: #000;
  position: relative;
  margin: 10px 0px;
}
.cmn-breadcrum a:hover {
  color: #0b6db1;
}
.cmn-breadcrum a::after {
  content: '';
  position: absolute;
  left: 0;
  height: 1px;
  bottom: -2px;
  width: 0%;
  background: #0b6db1;
  transition: .4s ease;
}
.cmn-breadcrum a:hover::after {
  width: 100%;
  transition: .4s ease;
}
.cmn-breadcrum .root-page {
  /* color: #000;*/
  color: #0b6db1;
}
.cmn-breadcrum .bread-crumb-arrow {
  margin: 3px 5px;
  color: #000;
}
.cta-btn {
  background: #f0483e;
  text-decoration: none !important;
  color: #fff;
  padding: 10px 20px;
  margin: 30px auto;
  font-family: 'Zoho_Puvi_SemiBold';
  border-radius: 2px;
  display: block;
  max-width: 250px;
  text-align: center;
  width: 90%;
  font-size: 16px;
}
.globe-type-menu-page .cmn-breadcrum {
  max-width: 1400px;
  margin: 0px auto;
}
/*Banner Title section start*/
.heading-menu .container.tac.clearfix {
  padding: 20px 0;
}
.heading-menu {
  padding: 0 0 55px 0;
  margin-top: 0;
  background: #eaf8ff;
  border-bottom: 0px;
  background-attachment: relative;
  background-position: center center;
  width: 100%;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #000;
  font-weight: 400;
  letter-spacing: -1px;
  position: relative;
  overflow: hidden;
  clear: both;
  height: auto;
  font-weight: 500;
}
#scroll {
  padding: 0px;
}
/*.container.tac.clearfix.cmn-cta-sub-parent {
       margin: 50px auto;
}*/
/*Banner Title section end*/
/*Features pages screenshot with content section */
.content-wrapper {
  display: flex;
  align-items: center;
  padding-top: 100px;
}
.content {
  flex-grow: 1;
  flex-basis: 0;
}
.content h2.ftrpg-inrhdr {
  margin-top: 0px;
}
.content-wrapper .content:nth-child(1) {
  margin-right: 50px;
}
.content-wrapper .content:nth-child(2) {
  margin-left: 50px;
}
.content ul.list-items {
  margin-left: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.content ul.list-items li {
  margin-bottom: 0px;
  position: relative;
  padding-left: 5px;
  margin-top: 10px;
  font-size: 17px;
  margin-left: 20px;
}
.content 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;
}
/*Custmer Section start*/
.custmersay {
  padding: 100px 0
}
.quotescont {
  font-family: 'Zoho_Puvi_Regular', 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  width: 90%;
  margin: 0 auto;
}
p.quotes-text {
  font-style: italic;
  font-size: 24px;
  font-family: serif;
  font-weight: bold;
  margin: 20px 0px;
  text-align: center;
  line-height: 1.3;
}
/*Custmer Section end*/
/*LAZY AND CONTENT ANIMATION*/
.cont-anim > h1, .cont-anim > h2, .cont-anim > h3, .cont-anim > h4, .cont-anim > h5, .cont-anim > p, .cont-anim > a, .cont-anim > ul > li, .cont-anim > div, .cont-anim > span {
  -webkit-transform: translateY(25px);
  -ms-transform: translateY(25px);
  transform: translateY(25px);
  opacity: 0;
}
.cont-anim .content-view {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  transition: 1s ease;
}
.right-img-anim {
  opacity: 0;
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
  transition: 1s ease;
}
.left-img-anim {
  opacity: 0;
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
  transition: 1s ease;
}
.img-view {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  transition: 1s ease;
}
.img-scale {
  opacity: 0;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  transition: 1s ease;
}
.parent-active .img-scale {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: 1s ease;
}
.right-anim {
  opacity: 0;
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
  transition: 1s ease;
}
.lef-anim {
  opacity: 0;
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
  transition: 1s ease;
}
.parent-active .lef-anim, .parent-active .right-anim, .parent-active .right-img-anim, .parent-active .left-img-anim {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  transition: 1s ease;
}
.bottom-to-top-anim {
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  transition: 1s ease;
}
.parent-active .bottom-to-top-anim {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  transition: 1s ease;
}
.mobile-breadcrum {
  display: none;
}
picture {
  width: 100%;
  height: auto;
  display: block;
}
.placeholder-loading {
  position: relative;
  background-color: #e2e2e2;
  overflow: hidden;
}
.lazy-picture {
  transform: translateY(20px);
  transition: .6s ease all;
  opacity: 0;
}
.lazy-picture.img-active {
  transform: translateY(0px);
  transition: .6s ease all;
  opacity: 1;
}
.placeholder-loading img, .placeholder-loading source {
  height: auto;
  width: 100%;
  opacity: 0;
}
.placeholder-loading.picture {
  border-radius: 0;
}
.placeholder-loading::after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .2), transparent);
  animation: loading 1.5s infinite;
}
#axelos-disclaimer {
  margin: 60px 0px 30px;
}
#axelos-disclaimer p {
  font-size: 14px !important;
}
@keyframes loading {
  100% {
    transform: translateX(100%);
  }
}
/*SLICK SLIDER CSS*/
.slick-dots li button:focus, .slick-dots li button:hover, .slick-list:focus, .slick-next, .slick-prev, a:focus {
  outline: 0
}
.slick-next, .slick-prev {
  position: absolute;
  top: 50%;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  z-index: 1;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  background: 0 0
}
.slick-next:after, .slick-next:before, .slick-prev:after, .slick-prev:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 18px;
  background: #c7d0df;
  transition: .5s ease
}
.slick-dots, .z-testiContent, .z-testimonial-head, .z-testimonial-head h4 {
  position: relative
}
.slick-next:hover:after, .slick-next:hover:before, .slick-prev:hover:after, .slick-prev:hover:before {
  background: #3f51b6
}
.slick-next:before {
  transform: rotate(-45deg);
  top: 0;
  right: 10px
}
.slick-next:after {
  transform: rotate(45deg);
  bottom: 0;
  right: 10px
}
.slick-prev:before {
  transform: rotate(45deg);
  top: 0;
  left: 10px
}
.slick-prev:after {
  transform: rotate(135deg);
  bottom: 0;
  left: 10px
}
.slick-next.slick-disabled, .slick-prev.slick-disabled {
  opacity: .25
}
.slick-prev {
  left: 0
}
.slick-next {
  right: 0
}
.slick-dots {
  bottom: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 10px 0;
  list-style: none;
  text-align: center
}
.slick-dots li {
  display: inline-block;
  margin: 0 3px;
  background: #c7d0df;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  cursor: pointer;
  border: 1px solid #fff;
  transition: .5s ease;
  box-sizing: content-box
}
.slick-dots li.slick-active {
  background: #3f51b6;
  width: 8px;
  height: 8px;
  border: 1px solid #3f51b6
}
.slick-dots li button {
  display: none
}
.slick-list, .slick-slider, .slick-track {
  position: relative;
  display: block
}
.slick-slider {
  box-sizing: border-box
}
.slick-list {
  margin: 0;
  padding: 0
}
.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.slick-track {
  top: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto
}
.slick-list {
  overflow: hidden;
}
.slick-track:after {
  clear: both;
  display: table;
  content: ''
}
.slick-loading .slick-track {
  visibility: hidden
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
}
.i18n-ar .slick-slider .slick-list, .i18n-ar .slick-slider .slick-dots {
  direction: ltr;
  text-align: center;
}
.slick-initialized .slick-slide {
  display: block
}
.slick-arrow.slick-hidden {
  display: none
}
/*IMAGE POP-UP*/
.image-pupup-show-continer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .95);
  overflow: auto;
  z-index: 5555555;
  display: none;
  padding: 20px 0;
  box-sizing: border-box;
}
.image-pupup-show-continer.active {
  display: block;
}
.modal {
  position: fixed;
  z-index: 1000000;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal.is-visible {
  visibility: visible;
}
.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000e8;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}
.modal.is-visible .modal-overlay {
  opacity: 1;
  transition-delay: 0s;
}
.modal-wrapper {
  z-index: 9999;
  width: 90%;
  max-width: 900px;
  background-color: #fff;
  box-shadow: 0 0 1.5em hsl(0deg 0% 0% / 35%);
}
.footer-video-iframe .modal-wrapper {
  position: absolute;
}
.modal-transition {
  transition: all 0.3s 0.12s;
  opacity: 0;
}
.modal.is-visible .modal-transition {
  opacity: 1;
}
.modal-header, .modal-content {
  padding: 1em;
}
.modal-header {
  position: relative;
  background-color: #fff;
  box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
  border-bottom: 1px solid #e8e8e8;
}
.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  color: #aaa;
  background: none;
  border: 0;
  height: 40px;
  width: 50px;
}
.modal-close::after {
  content: '';
  height: 100%;
  display: block;
  width: 2px;
  background: grey;
  border-radius: 10px;
}
.modal-close::before {
  content: '';
  height: 100%;
  display: block;
  width: 2px;
  background: grey;
  border-radius: 10px;
}
.modal-close:hover {
  color: #777;
}
.modal-heading {
  font-size: 1.125em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.modal-content > *:first-child {
  margin-top: 0;
}
.modal-content > *:last-child {
  margin-bottom: 0;
}
.popup-btn {
  cursor: pointer
}
/*close-btn*/
.close-btn {
  position: absolute;
  right: 10px;
  top: 30px;
  height: 50px;
  width: 50px;
  background-image: url(https://www.manageengine.com/products/service-desk/images/popup-close-img.png);
  background-size: contain;
  cursor: pointer;
}
.footer-video-iframe .modal-overlay .close-btn {
  display: none;
}
.footer-video-iframe .modal-wrapper .close-btn {
  height: 30px;
  width: 30px;
  background: unset;
  background-size: contain;
  cursor: pointer;
  background: #e8e8ed;
  border-radius: 50%;
  display: block;
  transform: scale(.8);
  top: 15px;
}
.footer-video-iframe .close-btn svg {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  fill: #6e6e73;
}
/*image-popup-show-start*/
.image-pupup-show-continer .modal-wrapper {
  height: auto;
  background-color: unset;
  box-shadow: unset;
  display: flex;
  justify-content: center;
  margin: 0px auto;
}
.clone-img-ele {
  cursor: zoom-in;
}
.image-pupup-show-continer .modal-wrapper img, .image-pupup-show-continer .modal-wrapper source {
  width: 100%;
}
.entity-links {
  color: #000;
  text-decoration: none;
}
.entity-links:hover {
  text-decoration: underline;
}
/*image-popup-show-end*/
/*SDP MENUS START*/
.productmenu #res, .productmenu #solutions {
  position: relative;
  padding: 0px 15px
}
nav ul.productmenu.header-nav > li {
  margin: 10px 0 0;
  font-family: 'Zoho_Puvi_Regular', 'Open Sans', sans-serif;
  font-size: 1.15em;
}
ul.sub-menu li.sub-menu-heading a, ul.sub-menu li.sub-menu-heading {
  font-family: 'Zoho_Puvi_SemiBold' !important;
}
#res::before, #solutions::before {
  content: '';
  height: 9px;
  width: 9px;
  background: #28345d;
  display: inline-block;
  position: absolute;
  right: 2px;
  top: 10px;
  clip-path: polygon(52% 75%, 0 1%, 100% 0);
  cursor: pointer;
  transition: .4s ease all;
  transform-origin: 50% 30% 0;
}
#res.active::before, #solutions.active::before {
  transition: .4s ease all;
  transform: rotate(180deg);
}
#res.active::after, #solutions.active::after {
  content: '';
  padding-bottom: 20px;
  box-sizing: border-box;
  position: absolute;
  top: 20px;
  width: 100%;
  background: #66339900;
  left: 0;
  cursor: pointer;
}
#MEdropPanel #res.active::after, #MEdropPanel #solutions.active::after {
  display: none;
}
#res .sub-menu, #solutions .sub-menu {
  padding: 20px 0px 25px;
  position: absolute;
  top: 40px;
  z-index: 33;
  display: none;
  left: 0;
  width: 200px;
  background: #ffffff;
  border-radius: 3px;
  text-align: left;
  -webkit-box-shadow: 0px 1px 38px -8px rgb(89 86 89 / 32%);
  -moz-box-shadow: 0px 1px 38px -8px rgb(89 86 89 / 32%);
  box-shadow: 0px 1px 38px -8px rgb(89 86 89 / 32%);
}
#res .sub-menu::before, #solutions .sub-menu::before {
  content: '';
  height: 20px;
  width: 20px;
  background: #ffffff;
  position: absolute;
  left: 30px;
  top: -9px;
  transform: rotate(45deg);
  z-index: 22;
}
ul.sub-menu li {
  padding: 5px 20px;
  position: relative;
  color: #000;
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
}
ul.sub-menu li a, .selecteddivnew ul.sub-menu li a {
  display: block;
  color: #000;
  position: relative;
  font-family: 'Zoho_Puvi_Regular', 'Open Sans', sans-serif !important;
}
ul.sub-menu li a.active {
  color: #03a9f5 !important;
}
.child-sub-menu {
  position: absolute;
  display: none;
  right: 0;
  top: 0;
}
.root-link {
  border: 1px solid;
  text-align: center;
  border-radius: 2px;
  width: 80%;
  margin: 10px auto 0px;
}
.root-link:hover {
  border: 1px solid #03a9f5;
}
ul.sub-menu li.root-link {
  padding: 0px 0px;
}
ul.sub-menu li.root-link a {
  display: block;
  padding: 3px 0px;
  font-weight: bold;
}
ul.sub-menu li.root-link a:hover {
  color: #03a9f5 !important;
  transition: .4s ease all;
}
.root-link a::after {
  display: none;
}
#MEmobPanel .sub-menu {
  position: relative;
  width: 100%;
  box-shadow: none;
  top: 0;
  left: 0;
  padding: 0px 0px 20px;
  border-bottom: 1px solid rgb(192, 192, 192);
}
#MEmobPanel #res, #MEmobPanel #solutions {
  position: relative;
  border-bottom: unset;
}
#MEmobPanel #res > a, #MEmobPanel #solutions > a {
  display: block;
  border-bottom: 1px solid #c0c0c0;
  z-index: 10000000000;
}
#MEmobPanel #res::before, #MEmobPanel #solutions::before {
  right: 20px;
  top: 20px;
  transition: .3s ease-in all;
  transform-origin: 50% 30% 0;
}
#MEmobPanel #res.active::before, #MEmobPanel #solutions.active::before {
  transition: .3s ease-in all;
  transform: rotate(180deg);
}
#MEmobPanel .sub-menu li {
  opacity: 1;
  border-bottom: unset;
  font-size: 14px;
}
#MEmobPanel #res .sub-menu::before, #MEmobPanel #solutions .sub-menu::before {
  display: none;
}
#MEmobPanel .sub-menu li a {
  padding: 0px 0px;
}
#MEmobPanel .sub-menu .root-link {
  margin: 7px 20px;
  border: unset;
  width: 150px;
  box-sizing: border-box;
  padding: 4px 0px;
  text-align: left;
}
#MEmobPanel .sub-menu .root-link a {
  font-family: 'Zoho_Puvi_Bold' !important;
}
#MEmobPanel #res.active::after, #MEmobPanel #solutions.active::after {
  display: none;
}
li.sub-menu-heading, li.sub-menu-heading a {
  color: #000 !important;
  font-weight: bold;
  position: relative;
  margin-bottom: 0px;
  font-size: 15px !important;
}
li.sub-menu-heading:hover, li.more:hover, .submenu:hover {
  background: none !important;
}
li.sub-menu-heading.second-category {
  margin-top: 5px;
}
li.submenu a:hover {
  color: #216cb4 !important;
}
a.more-link {
  color: #216cb4 !important;
  font-size: 12px !important;
}
li.more span {
  display: inline-block;
  vertical-align: middle;
}
li.sub-menu-item {
  margin-left: 10px;
  padding: 0px 20px 0px 20px !important;
  font-size: 13px !important;
  font-weight: normal !important;
}
ul.sub-menu li:hover {
  background: transparent !important;
}
/*Flex wrap start*/
.flex-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}
.two-column > div {
  flex: 0 0 calc(100%/2);
  max-width: calc(100%/2);
  box-sizing: border-box;
}
.three-column > div {
  flex: 0 0 calc(100%/3);
  max-width: calc(100%/3);
  box-sizing: border-box;
}
/*Button components */
.cta {
  text-decoration: none;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 2px;
}
/*SDP MENUS END*/
.internal-links {
  color: #00a9f4;
  text-decoration: none;
  border-bottom: 1px solid;
}
/*Globe inline footer style start here*/
.sub-footer a:hover, .copyright a:hover, .footercopy a:hover, .foot-copy a:hover {
  text-decoration: underline !important;
}
#itilresrv {
  display: none;
}
/*Youtube Videos In-line-embeding-style-start*/
.me-sdp-video-parent-container {
  max-width: 800px;
  margin: 0px auto;
  width: 95%;
}
.me-sdp-video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio for responsive scaling */
  overflow: hidden;
}
.me-sdp-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  /* Adjust the overlay color and transparency */
}
.me-sdp-video-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.footer-video-iframe .modal-wrapper {
  aspect-ratio: 16 / 9;
  border-radius: 14px;
  height: auto;
}
.footer-video-iframe iframe {
  display: block;
  width: 85%;
  height: 85%;
  margin: 50px auto 0px;
}
/*Youtube Videos In-line-embeding-style-end*/
@media only screen and (max-width:1500px) {
  .globe-type-menu-page .cmn-breadcrum {
    width: 98%;
  }
}
@media only screen and (max-width:1180px) {
  .content-wrapper {
    width: 90%;
    margin: 0 auto;
  }
}
@media only screen and (max-width:980px) {
  .mobile-breadcrum {
    display: block;
  }
  .web-breadcrum {
    display: none;
  }
  /*Features pages content wrapper start*/
  .content-wrapper {
    flex-wrap: wrap;
  }
  .content {
    flex-grow: inherit;
    flex-basis: inherit;
  }
  .content img {
    margin-top: 20px;
  }
  .flexdr {
    flex-direction: column-reverse;
  }
  .content-wrapper .content:nth-child(1) {
    margin-right: 0;
  }
  .content-wrapper .content:nth-child(2) {
    margin-left: 0;
  }
  .cmn-breadcrum {
    padding: 10px;
    margin-top: 10px;
  }
  /*Features pages content wrapper end*/
}
@media only screen and (max-width:767px) {
  .flex-wrap {
    display: block;
  }
  .two-column > div, .three-column > div {
    max-width: 100%;
  }
  .modal-wrapper {
    height: 300px;
  }
  .footer-video-iframe .modal-wrapper {
    height: auto;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1160px) {
  /*
    .sdplogosvg img {
        width: 169px;
    }
*/
  nav ul.productmenu.header-nav > li {
    font-size: 16px;
    padding: 0px 10px;
  }
  #header-mainsec {
    top: 40px;
  }
  .nav-dwn a {
    width: 118px;
  }
}
/* Custom SDP Ends */
/* Tooltip Starts */
@charset "UTF-8";

/* CSS Document */

.stickyfixed-header {
    position: fixed !important;
    top: 100px;
    left: 0;
    width: 100%;
    z-index: 1000000;
    animation: smooth 0.2s ease-in;
}

@keyframes smooth {
    0% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

.promo {
    padding: 14px 0px;
}

.promo sub {
    display: inline-block;
    vertical-align: baseline;
}

.promotion-bg.dn {
    display: none !important;
}

.promotion-bg {
    background: #ffe274;
    text-align: center;
    position: absolute;
    width: 100%;
    top: 0px;
    box-sizing: border-box;
    z-index: 999999 !important;
    margin-top: 0px;
}

.promotion-bg .container {
    max-width: 1200px !important;
}

.promotion-bg.ad {
    z-index: 99999 !important;
    width: 99%;
}

.promotion-bg.ad.stickyfixed-header {
    width: 100%;
}

.promotion-bg {
    display: block;
}

.promotion p {
    margin: 0px;
    color: #032955;
    font: 16px/1.5 'Zoho_Puvi_Bold';
}

.promotion a {
    color: #0067ff;
    margin-left: 7px;
    text-decoration: none !important;
    position: relative;
    font: 15px / 1.2 Zoho_Puvi_Medium;
}

.promotion a span {
    background: #0067ff;
    width: 15px;
    height: 2px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    transition: all ease .35s;
}

.promotion a span:before {
    top: -3px;
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border: 2px solid #0067ff;
    transform: rotate(-45deg);
    border-left: 0;
    border-top: 0;
    right: 0;
}

span.tooltip-close {
    position: absolute;
    top: 13px;
    color: #383838;
    right: 20px;
    cursor: pointer;
    font-size: 16px;
}


/*Adwords pages promo banner*/

.esm-banner-bg {
    background: #fff;
    padding: 50px 0;
}

.promo-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 80%;
    margin: 0 auto;
}

.left {
    width: 20%;
}

.right {
    width: 80%;
}

.esm-banner-bg img {
    width: 62px;
}

.esm-banner-bg p {
    text-align: left;
}

.promo-title {
    margin: 0px;
    font-size: 22px;
}

.esm-banner-bg h3 {
    font-family: 'Zoho_Puvi_SemiBold';
    margin: 10px 0px 15px 0px;
    text-align: left;
}

.esm-banner-bg p {
    margin-top: 5px;
    text-align: left;
}

.esm-banner-bg p a {
    text-decoration: none;
    background: #49bffa;
    color: #fff;
    padding: 5px 20px;
    display: inline-block;
    font-size: 18px;
    font-family: 'Zoho_Puvi_SemiBold';
}

#landscape-banner img {
    width: 60%;
}

.mobile-.mobile-menu+.promotion-bg {
    margin-top: 8px;
}


/*APAC Prmoiton sticky updates start here*/

.webinar-count-wrap ul.apac-countdown,
.regional-promo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.regional-promo {
    background: #1b5bb2;
    padding: 10px 0px;
}

.regional-promo a.enroll-link,
.regional-promo p {
    font: 18px / 1.3 Zoho_Puvi_Bold;
}

.regional-promo p {
    margin: 0;
    color: #fff;
}

.regional-promo a.enroll-link {
    color: #f8d44c;
}

.regional-promo a.enroll-link sub {
    display: inline-block;
    vertical-align: middle;
    color: #f8d44c;
}

.webinar-count-wrap ul.apac-countdown {
    margin: 0px 10px;
}

.webinar-count-wrap ul.apac-countdown li {
    height: 34px;
    width: 37px;
    background: #f8d44c;
    border-radius: 5px;
    margin: 0px 2px;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 3px 0px;
    box-sizing: border-box;
}

.webinar-count-wrap ul.apac-countdown li span {
    position: relative;
    width: 100%;
    height: 100%;
    font: 16px / 1.3 Zoho_Puvi_Bold;
    color: #000000;
}

.webinar-count-wrap ul.apac-countdown li span::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 12%);
    font-size: 8px;
    font: 8px / 1.3 Zoho_Puvi_Regular;
}

.webinar-count-wrap ul.apac-countdown li span#apac-promo-days::after {
    content: 'days';
}

.webinar-count-wrap ul.apac-countdown li span#apac-promo-hours::after {
    content: 'hours';
}

.webinar-count-wrap ul.apac-countdown li span#apac-promo-minutes::after {
    content: 'mins';
}

.webinar-count-wrap ul.apac-countdown li span#apac-promo-seconds::after {
    content: 'secs';
}

.apac_promo_notifications span.tooltip-close {
    color: #ffff;
    top: 50%;
    transform: translate(0%, -50%);
}


/*APAC Prmoiton sticky updates end here*/

@media only screen and (max-width:2650px) {
    .promotion-bg.ad {
        width: 95.7%;
    }
    .promotion-bg.ad.stickyfixed-header {
        width: 71.7%;
    }
}

@media only screen and (max-width:1920px) {
    .promotion-bg.ad {
        z-index: 99999 !important;
        width: 99%;
    }
    .promotion-bg.ad.stickyfixed-header {
        width: 100%;
    }
}

@media only screen and (max-width:1680px) {
    .promotion-bg.ad {
        width: 98.9%;
    }
    .promotion-bg.ad.stickyfixed-header {
        width: 73.3%;
    }
}

@media only screen and (max-width:1600px) {
    .promotion-bg.ad {
        width: 97.2%;
    }
    .promotion-bg.ad.stickyfixed-header {
        width: 100%;
    }
}

@media only screen and (max-width:1440px) {
    .promotion-bg.ad {
        width: 97.2%;
    }
    .promotion-bg.ad.stickyfixed-header {
        width: 67.2%;
    }
}

@media only screen and (max-width:1366px) {
    .promotion-bg.ad {
        width: 99.9%;
    }
    .promotion-bg.ad.stickyfixed-header {
        width: 69%;
    }
}

@media only screen and (max-width:1280px) {
    .promotion-bg.ad {
        width: 99.8%;
    }
    .promotion-bg.ad.stickyfixed-header {
        width: 72.9%;
        top: 60px;
    }
}

@media only screen and (min-width:1025px) and (max-width:1100px) {
    .stickyfixed-header {
        top: 90px;
    }
}

@media only screen and (max-width:1024px) {
    .stickyfixed-header {
        top: 70px;
    }
    .promotion-bg.ad.stickyfixed-header {
        width: 100%;
        top: 80px;
    }
}

@media only screen and (max-width:768px) {
    .promo {
        width: 75%;
        margin: 0 auto;
    }
}

@media only screen and (max-width:600px) {
    /*.promotion-bg.stickyfixed-header{margin-top: 0px;}*/
    .promotion p {
        font-size: 14px !important;
    }
    .promotion a {
        display: inline-block;
        font-size: 14px;
        margin: 0px;
    }
    span.tooltip-close {
        top: 13px;
    }
    .esm-banner-bg {
        padding: 25px 0;
    }
    .promo-banner {
        max-width: 90%;
    }
    .left {
        width: 25%;
    }
    .promo-title {
        margin: 0px;
        font-size: 17px;
    }
    .esm-banner-bg h3 {
        font-size: 17px;
    }
    .mobile-.mobile-menu+.promotion-bg,
    .header-bg+.promotion-bg {
        margin-top: -2px;
    }
}
/* Tooltip Ends */
/* Guide Template Starts */
body * {
  font-family: 'Zoho_Puvi_Regular';
}
h1 {
  font: 40px/1.2 Zoho_Puvi_Bold;
  margin: 0px 0px 20px 0px;
}
h2 {
  font: 30px/1.25 Zoho_Puvi_SemiBold;
  margin: 0px 0px 30px 0px;
}
h3 {
  font: 26px/1.25 Zoho_Puvi_SemiBold;
  margin: 0px 0px 15px 0px;
}
h4 {
  font: 22px/1.4 Zoho_Puvi_SemiBold;
  margin: 0px 0px 10px 0px;
}
h5 {
  font: 20px/1.4 Zoho_Puvi_SemiBold;
  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;
}
.container-new {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 30px;
}
.clearfix:after {
  content: "";
  clear: both;
  display: table;
}
.screen-shots-container {
  margin: 50px;
}
.ctas {
  text-align: center;
  box-shadow: 0px 0px 5px #cccccc87;
  padding: 40px 30px;
  margin: 50px auto 20px;
  width: 100%;
  max-width: 600px;
  box-sizing: border-box;
}
.doble-cta {
  max-width: 800px;
}
.doble-cta a {
  margin: 0px 10px;
}
.ctas p {
  font-family: Zoho_Puvi_Bold;
  font-size: 26px;
  margin: 0px auto 15px auto;
  line-height: 1.3;
  width: 100%;
  box-sizing: border-box;
  padding: 0px 20px;
}
.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;
  border-radius: 2px;
}
/*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: 12px;
  padding: 0px 30px;
}
ul.category.drop-list-items li a {
  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: 20px;
}
ul.category.drop-list-items {
  padding: 15px 0px 0px;
  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;
}
#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;
}
/*mobile menu navigation style ends here */
/*breadcrumb style starts here*/
.bc-wrapper {
  max-width: 1400px;
  margin: 0px auto;
}
.bc-wrapper p {
  padding: 10px 0px;
}
p.breadcrumb {
  display: block;
  max-width: 1200px;
  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*/
.cta {
  display: inline-block;
  background: #f0483d;
  color: #fff;
  text-transform: uppercase;
  padding: 13px 35px;
  font-size: 18px;
  font-family: 'Zoho_Puvi_Bold';
  font-weight: bold;
  text-decoration: none !important;
  border-radius: 2px;
  cursor: pointer !important;
}
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;
}
.form-wrap {
  background: #000;
}
.form-wrap .form-main-title {
  color: #fff;
}
.form-wrap .form-heading {
  color: #c1c1c1;
}
.form-wrap ul.list-items > li {
  text-align: left;
}
.form-wrap .row-bg {
  padding: 0px 0px 50px;
}
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;
}
/*banner style starts here*/
.banner-bg {
  background: url(https://www.manageengine.com/products/service-desk/images/banner-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.banner {
  padding-top: 70px;
  padding-bottom: 70px;
  align-items: center;
}
.banner h1 {
  font-size: 47px !important;
  max-width: 500px;
}
.banner p {
  font: 20px/1.6 Zoho_Puvi_Medium !important;
  max-width: 380px;
  padding: 0px 50px 25px 0px;
}
.cta-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
a.secondary-cta {
  background: transparent;
  border: 1px solid #096ffb;
  color: #096ffb;
  margin-left: 20px;
}
/*banner style ends here*/
/*sidebar style starts here*/
.active {
  position: relative;
  color: #000;
}
.active span {
  color: #000 !important;
}
.sidebar li.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: 95px;
}
img.sidebar-shadow {
  display: inline-block;
  position: absolute;
  right: -40px;
  top: 0;
  width: 30px;
  height: 110%;
}
p.sidebar-heading {
  font: 16px/1.6 Zoho_Puvi_SemiBold;
  color: #096ffb;
  text-transform: uppercase;
}
ul.sidebar li a {
  display: inline-block;
  padding: 10px 0px;
  font-size: 17px;
  font-family: Zoho_Puvi_Medium;
  line-height: 1.3;
  color: #55595f;
  cursor: pointer;
  text-decoration: none;
}
/*.big-wrap,
.products-new-header {
    max-width: 1440px;
}*/
.main-section {
  position: relative;
  padding: 100px 0px;
  max-width: 1400px;
  margin: 0 auto;
  margin-bottom: 70px;
  width: 95%;
}
.sidebar-section {
  width: 280px;
  padding: 40px 30px 0 0px;
  box-sizing: border-box;
  z-index: 5;
  background: #fff;
  height: 775px;
}
.content-section {
  padding-left: 280px;
}
.inner-container {
  padding: 80px 0px 0px 75px;
}
.inner-container > h2 {
  font-size: 34px;
}
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: 50px 0px 50px 75px;
  margin: 75px 0px 0px;
  position: relative;
  z-index: 10;
}
.bgs {
  content: '';
  position: absolute;
  display: block;
  left: 10px;
  z-index: -1;
  background: #6fc3ec;
  height: 100%;
  width: 100%;
  top: 0;
}
.blue {
  background: #6fc3ec;
}
.red {
  background: #dd5b6b;
}
.green {
  background: #95cb76;
}
.black {
  background: #000;
}
.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: 50px;
}
.heading-content div:nth-child(2) {
  margin-left: 50px;
}
.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: 27%;
  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*/
#future .heading-content img {
  position: relative;
  top: -100px;
}
.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 1s;
  -webkit-transition: all ease 1s;
  -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-bottom-to-top {
  opacity: 0;
  transition: all ease 1s;
  -webkit-transition: all ease 1s;
  -moz-transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
}
.active-anim .animation-bottom-to-top {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(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 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 .animation-on .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 .animation-on .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 .animation-on .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 .animation-on .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;
}
.bottom-cta-wrap {
  text-align: center;
  margin: 70px auto 0px;
  max-width: 700px;
  box-sizing: border-box;
  padding: 70px 20px;
  box-shadow: 1px 1px 11px #8080802e;
}
.ctas-button li:nth-child(1) {
  margin-right: 4px;
}
.ctas-button li:nth-child(2) {
  margin-left: 4px;
}
.bottom-cta-wrap a {
  display: inline-block;
  background: #f0483e;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 30px;
  font-size: 16px;
  text-decoration: none !important;
  border-radius: 1px;
  cursor: pointer !important;
  margin-top: 10px;
  text-align: center;
  font-family: 'Zoho_Puvi_Bold';
  border-radius: 2px;
  border: 1px solid #f0483e;
}
.bottom-cta-wrap a.sec-button {
  background: transparent;
  border: 1px solid #ef483d;
  color: #ef483d;
}
/*Form*/
.form-fields, #meGDPRMessage {
  width: 90%;
  max-width: 500px;
  margin: 15px auto;
}
input {
  border: 0;
  border-radius: 0;
}
input#emailID {
  background: #fff;
  padding: 15px 10px;
  font-size: 17px;
  width: 100%;
  box-sizing: border-box;
  color: #000;
  outline: none;
  border: 1px solid #8080804f;
  border-radius: 2px;
  height: 50px;
}
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1;
  /* Firefox */
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000;
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder {
  color: transparent;
}
/* FF 4-18 */
input:focus::-moz-placeholder {
  color: transparent;
}
/* FF 19+ */
input:focus:-ms-input-placeholder {
  color: transparent;
}
/* IE 10+ */
.form-fields, #meGDPRMessage {
  width: 90%;
  max-width: 500px;
  margin: 15px auto;
}
#meGDPRMessage {
  text-align: center;
}
select#MECountryListing, select#country_state {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 10px;
  border-radius: 2px;
  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;
  border: 1px solid #d8d8d8 !important;
  padding: 0px 10px;
  box-sizing: border-box;
}
.slt-parent {
  position: relative;
}
.submitdiv {
  margin: 20px auto;
  float: none;
  width: 100%;
  max-width: 360px;
}
input#submit {
  background: #ff4545;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 15px;
  font-weight: bold;
  letter-spacing: .2px;
  font-family: Zoho_Puvi_Bold;
  -webkit-appearance: none;
  outline: none;
  margin: 0 auto;
  font-size: 14px;
  border-radius: 2px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
  opacity: 0.9;
}
input#submit:hover {
  opacity: 1;
}
input#user-detail {
  display: none;
}
#meGDPRMessage {
  font-size: 12px;
  line-height: 15px;
  margin-top: 10px;
  color: #000;
}
div#formCTAgdpr {
  font-size: 11px;
  margin: 10px auto 0 auto;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  color: #000;
}
span.errormsg {
  position: relative;
  margin-top: 5px !important;
  font-size: 13px;
  color: #df1519;
  display: block;
  margin-bottom: 0;
  text-align: left;
}
.prvcy-plicy a {
  text-decoration: underline;
  color: #000;
}
.resetdiv {
  display: none;
}
input[type="text"], input[type="email"], input[type="phone"], input[type="password"], textarea {
  border-radius: 0px;
}
.formsec .cont-wrap {
  max-width: 900px;
  width: 100%;
  margin: 0px auto;
}
.prvcy-plicy {
  padding: 0px 20px;
  box-sizing: border-box;
}
div#formCTAgdpr {
  font-size: 14px;
}
form {
  max-width: 500px;
  margin: 0px auto;
  position: relative;
}
.flex-parent {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.flex-parent > div:nth-child(1) {
  width: 20%;
  flex: 0 0 20%;
}
.flex-parent > div:nth-child(2) {
  width: 80%;
  flex: 0 0 80%;
}
.content-section {
  padding-left: 0px;
}
.row-bg {
  padding: 70px 0px 50px;
  box-sizing: border-box;
}
.form-bg {
  padding: 70px 70px;
  text-align: center;
  max-width: 1000px;
  margin: 0px auto;
  box-sizing: border-box;
}
p.form-main-title {
  font: 30px/1.25 Zoho_Puvi_SemiBold;
  margin: 0px auto 20px auto;
  max-width: 700px;
}
p.form-heading {
  color: #333;
  max-width: 640px;
  margin: 0px auto 50px;
  width: 100%;
}
ul.form-list-items {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
ul.form-list-items li {
  padding: 30px;
  flex-grow: 1;
  flex-basis: 0;
}
ul.form-list-items li {
  background: #fff;
}
ul.form-list-items li:nth-child(2) {
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
}
ul.form-list-items img {
  display: block;
  margin: 0 auto;
  width: 150px;
}
ul.form-list-items p {
  text-align: center;
  font-size: 16px;
  color: #000;
  line-height: 1.3;
  margin: 30px 0px 0px 0px;
  padding: 0px 10px;
  box-sizing: border-box;
}
p.form-des {
  font-size: 18px !important;
  font-weight: normal !important;
  line-height: 1.6 !important;
  margin: 20px 0px !important;
}
.tac.check {
  max-width: 70%;
  margin: 0 auto 20px auto;
}
.check p {
  text-align: left;
  font-size: 14px;
  margin: 15px 0px 0px 0px;
  color: #000;
  line-height: 1.5;
}
.radio-button {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 16px;
}
.apiform input[type="radio"] {
  position: relative;
}
.apiform {
  max-width: 500px;
  width: 500%;
}
.radio-button #yes {
  width: auto !important;
  margin: 0px 5px 0px 0px !important;
  padding: 0px !important;
}
.radio-button label:nth-child(2) {
  margin-right: 15px !important;
}
.radio-button #no {
  width: auto !important;
  margin: 0px 5px 0px 0px !important;
  padding: 0px !important;
}
.btmBar {
  display: none;
}
/*Page-Css*/
.check p, div#formCTAgdpr, .radio-button label, #meGDPRMessage label {
  color: #fff;
}
.apiform input.error {
  border: unset !important;
}
.cmn-breadcrum a:hover {
  color: #096ffb !important;
}
.cmn-breadcrum a::after {
  background: #096ffb;
}
.cmn-breadcrum .root-page {
  color: #096ffb;
}
.img-tag-cont {
  font-size: 14px;
  text-align: center;
  margin-top: 15px;
}
picture.illustration {
  aspect-ratio: auto 900 / 900;
}
picture.illustration img, picture.illustration source {
  aspect-ratio: auto 900 / 900;
  object-fit: contain;
}
input[type="text"] {
  border: 1px solid #8080804f !important;
}
picture.screen-shots {
  aspect-ratio: auto 1600 / 950;
}
picture.screen-shots img, picture.screen-shots source {
  aspect-ratio: auto 1600 / 940;
  object-fit: contain;
  width: 100%;
}
.banner-bottom-creative {
  max-width: 450px;
  margin: 0px auto 50px;
  width: 95%;
}
.animation-bottom-to-top picture {
  max-width: 350px;
  margin: 0px auto;
}
.form-fields, #meGDPRMessage {
  margin: 10px auto;
}
.clone-img-ele {
  max-width: 700px;
  margin: 0px auto;
  box-shadow: 2px -1px 57px -14px rgb(61 61 61 / 28%);
  -webkit-box-shadow: 2px -1px 57px -14px rgb(61 61 61 / 28%);
  -moz-box-shadow: 2px -1px 57px -14px rgba(61, 61, 61, 0.28);
}
.clone-image {
  width: 100%;
  transform: scale(1.2);
}
.clone-image .life-cycle {
  max-width: 550px !important;
}
.red-bg .clone-img-ele .placeholder-loading, .green-bg .clone-img-ele .placeholder-loading, .black-bg .placeholder-loading {
  background-color: #e2e2e2;
}
.ctas {
  max-width: 750px;
}
.cta {
  padding: 13px 25px;
}
.ctas h4 {
  font-family: Zoho_Puvi_Bold;
  font-size: 26px;
  margin: 0px auto 15px auto;
  line-height: 1.3;
  width: 100%;
  box-sizing: border-box;
  padding: 0px 10px;
}
.ctas p {
  font-size: 17px;
  line-height: 1.6;
  margin: 0 0 20px;
  font-family: 'Zoho_Puvi_Regular';
}
.ctas a {
  line-height: 1.5;
  margin: 0px 10px;
  font-size: 14px;
}
p.last-updated {
  text-align: right;
  font-size: 18px;
  color: #096ffb;
  font-weight: bold;
  margin-top: 40px;
}
span.arrow-mark {
  vertical-align: middle;
  padding-left: 5px;
  display: inline-block;
  transform: translateX(0px);
  transition: all .3s ease;
}
a.cta:hover .arrow-mark {
  transform: translateX(5px);
  transition: all .3s ease;
}
a.secondary-cta {
  background: transparent;
  border: 1px solid #000;
  color: #000;
  transition: .2s ease-in;
}
a.secondary-cta:hover {
  background: #000;
  color: #fff;
  transition: .2s ease-in;
}
#form-wrap .form-heading, #form-wrap .form-main-title, .prvcy-plicy a {
  color: #fff;
}
ul.form-list-items img {
  width: 230px;
}
ul.category.drop-list-items li.mobile-dropdown-cta {
  background: #f0483d;
  text-align: center;
  padding: 10px 0px;
  font-weight: bold;
}
.drop-list-items span {
  display: block;
}
body {
  overflow-x: hidden;
}
.scrollable-table {
  overflow-x: scroll;
}
table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
  overflow: hidden;
}
table {
  margin: 20px 0px 50px;
  text-align: center;
  width: 100%;
}
td, th {
  box-sizing: border-box;
  padding: 20px 20px;
  vertical-align: middle;
}
table tr:nth-child(1) {
  background: #fdd30a;
}
table tr:nth-child(even) {
  background: #e4f5fd;
}
.internal-links {
  position: relative;
  text-decoration: none;
  border-bottom: 1px solid #138cd6;
}
.internal-links:hover {
  text-decoration: none;
}
/*FAQ style starts here*/
.faq-bg {
  padding: 30px 0px 50px 0px;
}
.faq {
  max-width: 900px;
  width: 95%;
}
.faq h2 {
  text-align: center;
  margin-bottom: 80px;
}
.expand-wrapper {
  text-align: right;
  margin-bottom: 20px;
}
span.expand-all-sec {
  color: #949494;
  font-size: 15px;
  cursor: pointer;
}
button.accordion {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-appearance: none;
  color: #000;
}
.accordion-wrapper {
  border-top: 1px solid #e6e6e6;
  padding: 10px 0px;
}
.accordion-wrapper:last-child {
  border-bottom: 1px solid #e6e6e6;
}
.accordion {
  font-family: Zoho_Puvi_SemiBold;
  cursor: pointer;
  padding: 20px 0px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 20px;
  transition: 0.4s;
  line-height: 30px;
  background: transparent;
}
.accordion:after {
  content: '\002B';
  color: #1d77e8;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  font-size: 30px;
}
.faq-active:after {
  content: "\2212";
}
.panel {
  display: none;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.panel p, .panel li {
  font-size: 18px;
}
p.ind {
  text-indent: 30px;
}
.up-next-wrap {
  margin-top: 70px;
}
ul.prev-next {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 50px 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;
}
.screen-shots {
  max-width: 750px;
  margin: 70px auto;
}
span.errormsg {
  color: #f1dd05;
}
.accordion-wrap {
  margin-top: 70px;
}
.panel li {
  line-height: 1.9;
  margin-bottom: 10px;
}
.panel ul {
  margin-bottom: 30px;
}
.panel ul.disc-list li::before {
  content: '';
  height: 7px;
  width: 7px;
  border-radius: 100%;
  background: #000;
  display: inline-block;
  vertical-align: middle;
  margin-right: 13px;
}
.panel strong {
  font-size: 19px;
  font-family: 'Zoho_Puvi_bold';
  margin-bottom: 10px;
  display: block;
}
.cta-wrapper a {
  padding: 13px 25px;
  display: block;
  box-sizing: border-box;
  text-align: center;
}
ul.disc-list li::before {
  content: '';
  height: 7px;
  width: 7px;
  border-radius: 100%;
  background: #000;
  display: inline-block;
  vertical-align: middle;
  margin-right: 13px;
}
ul.disc-list li {
  line-height: 1.9;
  margin-bottom: 10px;
}
.placeholder {
  position: relative;
  background-color: #e2e2e2;
  overflow: hidden;
}
ol.main-list > li {
  font-size: 18px;
  line-height: 1.6;
  position: relative;
  padding-left: 4px;
  list-style-type: decimal;
}
ul.sub-list {
  list-style-type: lower-alpha !important;
  margin: 15px 0px 15px 30px;
}
ol.main-list {
  margin-left: 15px;
}
.screenshot-wrap {
  margin: 40px auto;
  width: 95%;
  max-width: 850px;
}
.screenshot-wrap picture {
  box-shadow: 2px -1px 57px -14px rgb(61 61 61 / 28%);
  -webkit-box-shadow: 2px -1px 57px -14px rgb(61 61 61 / 28%);
  -moz-box-shadow: 2px -1px 57px -14px rgba(61, 61, 61, 0.28);
}
.final-chap-bottom-wrap {
  margin-top: 40px;
  border-top: 1px solid #80808066;
  padding-top: 40px;
}
.final-chap-bottom-wrap ul li {
  margin-bottom: 15px;
}
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;
}
#benifits h3 {
  color: #000;
}
#benifits .heading-bg {
  padding: 0px 0px 0px 40px;
  margin: 50px 0px 20px;
}
/*FAQ style ends here*/
.about-author-wrap img {
  width: 100px;
  border-radius: 100%;
  margin-bottom: 20px;
}
.about-author-wrap h5 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1550px) and (min-width: 1110px) {
  .main-section, .head-container {
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
  }
  p.breadcrumb {
    width: 95%;
    padding-left: 30px;
  }
  .bc-wrapper {
    padding: 0px 30px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width:1110px) {
  .bc-wrapper p {
    padding: 10px 10px;
  }
}
@media only screen and (min-width:1024px) and (max-width:1260px) {
  .inner-container {
    padding: 0px 0px 0px 40px;
  }
  .sidebar-section {
    padding: 40px 30px 0 0px;
  }
  .cta-wrapper .cta {
    font-size: 15px;
  }
}
@media only screen and (max-width:1024px) {
  .promotion-bg {
    margin-top: 0px !important;
  }
  #benifits .heading-bg {
    padding: 0px 0px 0px 10px;
  }
  #benifits h3 {
    text-align: left;
  }
  .banner-image {
    margin-top: 50px
  }
  .cta {
    font-size: 14px;
  }
  .flex-parent > div:nth-child(1) {
    width: 100%;
    flex: 0 0 100%;
  }
  .flex-parent > div:nth-child(2) {
    width: 100%;
    flex: 0 0 100%;
  }
  .mobile-menu {
    display: block;
  }
  #commonHeader {
    visibility: hidden;
  }
  .banner-img {
    max-width: 600px;
    margin: 0px auto;
  }
  .row {
    flex-wrap: wrap;
  }
  .col {
    flex: 0 0 100%;
  }
  .banner {
    text-align: center;
  }
  .banner h1 {
    max-width: 90%;
    margin: 0 auto 20px auto;
  }
  .banner p {
    max-width: 100%;
    padding: 0px 0px 25px 0px;
  }
  .cta-wrapper {
    justify-content: center;
  }
  .banner img {
    display: block;
    margin: 50px auto 0 auto;
  }
  .main-section {
    padding: 100px 0px;
  }
  .fixed-sidebar {
    display: none;
  }
  .content-section {
    padding-left: 0px;
  }
  .inner-container {
    max-width: 100%;
    padding: 0px 15px;
  }
  p.features-desc {
    max-width: 80%;
  }
  .heading-bg {
    padding: 65px 15px;
  }
  .heading-content {
    max-width: 100%;
    overflow: hidden;
  }
  .heading-content h3 {
    font: 36px/1.25 Zoho_Puvi_Bold;
  }
  .inner-container p {
    padding-right: 0px !important;
  }
}
@media only screen and (max-width:767px) {
  .mobile-menu ul li:nth-child(2), .mobile-menu ul li:nth-child(3) {
    display: none;
  }
  .main-section {
    padding: 20px 0px 0px;
    margin-bottom: 0px;
  }
  .container {
    padding: 0px 10px;
    box-sizing: border-box;
  }
  p.last-updated {
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 14px;
  }
  .clone-image {
    transform: scale(1);
  }
  .content-section {
    padding-top: 0px;
  }
  .ctas {
    width: 90%;
    padding: 40px 10px;
  }
  .ctas-button {
    display: block;
  }
  .doble-cta .ctas-button {
    display: block;
  }
  .doble-cta .ctas-button a {
    display: block;
    max-width: 300px;
    width: 100%;
    margin: 15px auto;
    padding: 14px 0px;
    font-size: 14px;
  }
  .form-bg {
    padding: 70px 20px;
  }
  .banner {
    padding-top: 50px;
  }
  h2.main-heading {
    margin: 20px 0px 30px 0px;
    font-size: 34px;
  }
  .banner h1 {
    max-width: 100%;
    font-size: 38px !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;
  }
  .heading-content div:nth-child(2) {
    margin-left: 0px;
  }
  .screen-shots-container {
    margin: 0px;
  }
  .heading-content h3 {
    font: 28px/1.25 Zoho_Puvi_Bold;
  }
  .heading-content div:nth-child(1) {
    margin-right: 10px;
  }
  ul.form-list-items {
    display: block;
  }
  .bottom-cta-wrap .ctas-button li {
    width: 300px;
    margin: 0px auto;
  }
  .ctas-button li a {
    display: block;
  }
}
@media only screen and (max-width:600px) {
  p.prev-next-title, p.prev-next-title {
    display: none;
  }
}
@media only screen and (max-width:510px) {
  .cta-wrapper .cta {
    margin-left: 0px;
  }
  .cta-wrapper {
    max-width: 240px;
    margin: 0px auto;
  }
  .cta-wrapper > div, .cta-wrapper > a {
    width: 100%;
  }
  .cta-wrapper .cta {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width:414px) {
  .banner p {
    font: 19px/1.6 Zoho_Puvi_Medium !important;
  }
  .main-section {
    padding: 75px 0px 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;
  }
  #current-text p {
    font: 14px/1.5 Zoho_puvi_bold;
  }
  .cta-wrapper {
    display: block;
    width: 100%;
  }
  .cta-wrapper a {
    margin: 0px auto 20px;
  }
}
@media screen and (max-width: 667px) {
  .apiform {
    width: 100% !important;
  }
  input#submit {
    font-size: 13px;
  }
}
@media only screen and (min-width:1025px) and (max-width:1120px) {
  a.secondary-cta {
    margin-left: 15px;
  }
  .cta {
    padding: 13px 25px;
  }
}
@media only screen and (min-width:768px) and (max-width:1200px) {
  .clone-image {
    transform: scale(1);
  }
}
@media only screen and (min-width:1025px) and (max-width:1440px) {
  .flex-parent > div:nth-child(1) {
    width: 25%;
    flex: 0 0 25%;
  }
  .flex-parent > div:nth-child(2) {
    width: 75%;
    flex: 0 0 75%;
  }
}
@media only screen and (max-width:1025px) {
  body {
    overflow-x: hidden;
  }
}
/* Guide Template Ends */
#scroll, .heading-menu, #changemanagementaddrcs, #allFea{display:none;}
.cta {font-size:13px !important}
        .video-heading {
            font-size: 21px;
            font-weight: bold;
        }