@charset "UTF-8";
@import url("https://www.manageengine.com/css/fonts.css");
:root {
  --zoho_Puvi_Regular: 'Zoho_Puvi_Regular';
  --zoho_Puvi_Medium: 'Zoho_Puvi_Medium';
  --zoho_Puvi_Semi_Bold: 'Zoho_Puvi_SemiBold';
  --zoho_Puvi_Bold: 'Zoho_Puvi_Bold';
  --zoho_Puvi_Etra_Bold: 'Zoho_Puvi_ExtraBold';
  --black-color: #000000;
  --white-color: #ffffff;
  --gray-color: #777777;
  --yellow-color: #ffd576;
  --banner-cta-red-light: #f0483d;
  --banner-cta-red-color: #f0483e;
  --blue-color: #0067ff;
  --gray-ligth: #333333;
  --green-light: #d5fdd0;
  --footer-bg: #191919;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  color: var(--black-color);
  scroll-behavior: smooth;
  font: 17px/1.5 Zoho_Puvi_Regular, sans-serif;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
strong {
  font-family: var(--zoho_Puvi_Semi_Bold);
}
p {
  font: 18px/1.66 var(--zoho_Puvi_Regular);
  margin: 0px 0px 20px 0px;
  color: var(--black-color);
}
h1 {
  font: 50px/1.1 var(--zoho_Puvi_Etra_Bold);
  margin: 0 0 20px 0;
}
h2 {
  font: 40px/1.2 var(--zoho_Puvi_Bold);
  margin: 0 0 20px 0;
}
h3 {
  font: 24px/1.3 var(--zoho_Puvi_Semi_Bold);
  margin: 40px 0 30px 0;
}
h4 {
  font: 23px/1.3 var(--zoho_Puvi_Semi_Bold);
  margin: 50px 0 20px 0;
}
h5 {
  font: 20px/1.4 var(--zoho_Puvi_Semi_Bold);
  margin: 40px 0 20px 0;
}
h6 {
  font: 18px/1.5 var(--zoho_Puvi_Semi_Bold);
  margin: 0 0 20px 0;
}
img {
  max-width: 100%;
}
nav ul.productmenu.header-nav > li[id="edn"] {
  display: none;
}
.bold {
  font-weight: bold;
}
.sdp-clearfix {
  display: block;
  clear: both;
}
.sdp-vpad {
  padding: 20px 0;
}
.sdp-vpad-lg {
  padding: 30px 0;
}
.sdp-tpad {
  padding-top: 20px;
}
.sdp-width-95 {
  max-width: 95%;
  margin: 0 auto;
}
.sdp-width-90 {
  max-width: 90%;
  margin: 0 auto;
}
.sdp-width-85 {
  max-width: 85%;
  margin: 0 auto;
  text-align: center;
}
.sdp-width-80 {
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
}
.sdp-width-75 {
  max-width: 75%;
  margin: 0 auto;
}
.sdp-width-70 {
  max-width: 70%;
  margin: 0 auto;
}
.sdp-width-65 {
  max-width: 65%;
  margin: 0 auto;
}
.sdp-width-60 {
  max-width: 60%;
  margin: 0 auto;
}
.sdp-bold {
  font: 23px/1.7 var(--zoho_Puvi_Semi_Bold);
}
figcaption {
  text-align: center;
  color: var(--black-color);
  font-family: var(--zoho_Puvi_Regular);
  font-size: 15px;
  margin: 15px 0 40px 0px;
}
.sdp-vmar {
  margin: 35px 0;
}
.sdp-align-center {
  align-items: center;
}
.sdp-tac {
  text-align: center;
}
.sdp-cta-red {
  background: #e9152b;
  color: var(--white-color);
}
.sdp-cta-red.cta-two {
  border: 1px solid var(--black-color);
  background: none;
  color: var(--black-color);
}
.sdp-cta-red.cta-two:hover {
  border: 1px solid #2a2a2a;
  color: var(--white-color);
  background-color: #2a2a2a;
}
.sdp-breadcrumb-sec {
  padding: 0 20px;
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.sdp-breadcrumb-sec .sdp-breadcrumb-container {
  padding: 25px 0px;
}
.content-with-heading h3 {
  margin: 0 0 10px 0;
}
.sdp-container {
  padding: 0 20px;
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.sdp-banner-sub-head {
  font: 20px/1.5 var(--zoho_Puvi_Medium);
}
.sd-bread-crumb .sdp-cmn-breadcrum {
  position: relative;
}
.sd-bread-crumb .sdp-cmn-breadcrum a {
  color: var(--black-color);
  position: relative;
  font: 15px/1.4 var(--zoho_Puvi_Regular);
}
.sd-bread-crumb .sdp-cmn-breadcrum a::after {
  content: '';
  position: absolute;
  left: 0;
  height: 1px;
  bottom: -2px;
  width: 0%;
  background: var(--black-color);
  transition: .4s ease;
}
.sd-bread-crumb .sdp-cmn-breadcrum a:hover {
  text-decoration: none;
}
.sd-bread-crumb .sdp-cmn-breadcrum a:hover::after {
  width: 100%;
  transition: .4s ease;
}
.sd-bread-crumb .sdp-cmn-breadcrum .sdp-bread-crumb-arrow {
  padding: 0 3px;
}
.sd-bread-crumb .sdp-cmn-breadcrum .sdp-root-page {
  color: var(--black-color);
  position: relative;
  font: 15px/1.4 var(--zoho_Puvi_Regular);
}
.sd-bread-crumb .sdp-cmn-breadcrum .sdp-root-page.sdp-blue-c {
  color: var(--blue-color);
}
.sdp-banner-yellow-bg {
  background-color: var(--yellow-color);
}
.sdp-banner-yellow-bg h1 {
  color: var(--black-color);
}
.sdp-two-col-main {
  display: flex;
  justify-content: space-between;
  padding: 50px 0 70px 0;
}
.sdp-two-col-main .sdp-two-col-item {
  flex: 1 0;
}
.sdp-two-col-main .sdp-two-col-item:first-child {
  padding-right: 50px;
}
.sdp-two-col-main .sdp-two-col-item:nth-child(2) {
  padding-left: 50px;
}
.sdp-two-col-main .sdp-two-col-item img {
  margin: 0 auto;
}
.sdp-banner-cta {
  display: inline-block;
  text-transform: uppercase;
  padding: 18px 50px;
  font-size: 16px;
  font-family: var(--zoho_Puvi_Bold);
  text-decoration: none;
  border-radius: 2px;
  cursor: pointer;
  letter-spacing: .3px;
  border: 1px solid var(--banner-cta-red-color);
}
.sdp-banner-cta:hover {
  background: var(--banner-cta-red-color);
  text-decoration: none;
}
.sdp-cta-arrow {
  margin-left: 0px;
}
.sdp-banner-cta:hover .sdp-cta-arrow, .cta:hover .sdp-cta-arrow {
  transform: translateX(5px);
  transition: 0.3s ease-in;
}
.sdp-banner-cta .sdp-cta-arrow, .cta .sdp-cta-arrow {
  transition: 0.3s ease-in;
  padding: 0 0 0 5px;
  display: inline-block;
  transform: translateX(0px);
}
.sdp-content-main {
  display: flex;
}
.sdp-content-main .sd-last-modified {
  font: 18px/1.3 var(--zoho_Puvi_Semi_Bold);
  color: var(--blue-color);
  text-align: right;
  padding: 0 0 30px 0;
}
.sdp-content-main .sdp-sider-bar {
  width: 20%;
  max-width: 270px;
  padding-bottom: 100px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: var(--white-color);
  z-index: 1;
}
.sdp-content-main .sdp-sider-bar .sdp-side-bar-wrapper {
  top: 30px;
  position: sticky;
}
.sdp-content-main .sdp-sider-bar .sdp-side-bar-wrapper .sidebar {
  padding: 60px 40px 0 0;
}
.sdp-content-main .sdp-sider-bar .sdp-side-bar-wrapper .sidebar li {
  font: 17px / 1.4 var(--zoho_Puvi_Regular);
  color: var(--black-color);
  position: relative;
  padding: 6px 15px;
  cursor: pointer;
}
.sdp-content-main .sdp-sider-bar .sdp-side-bar-wrapper .sidebar li.sidebar-active {
  color: var(--black-color);
}
.sdp-content-main .sdp-sider-bar .sdp-side-bar-wrapper .sidebar li.sidebar-active::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: calc(95%);
  background: var(--blue-color);
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.sdp-content-main .sdp-sider-bar .sdp-side-bar-wrapper .sidebar li.sidebar-heading {
  font: 16px / 1.6 var(--zoho_Puvi_Semi_Bold);
  color: var(--blue-color);
  text-transform: uppercase;
  padding-left: 15px;
  letter-spacing: .5px;
  margin-bottom: 20px;
}
.sdp-content-main .sdp-sider-bar .sdp-side-bar-wrapper .sidebar li.side-sub-nav {
  padding-left: 25px;
}
.sdp-content-main .sdp-content-section {
  width: 80%;
  position: relative;
  padding: 80px 0;
}
.sdp-content-main .sdp-content-section .sdp-section-part {
  padding: 0 0 0 90px;
  margin: 0 0 70px 0;
  position: relative;
}
.sdp-content-main .sdp-content-section .sdp-section-part .sdp-img-sec {
  max-width: 80%;
  margin: 50px auto;
  box-shadow: 0 0 10px #cfcfcf;
}
.sdp-content-main .sdp-content-section .sdp-section-part.sdp-strip-no-img {
  padding: 30px 0 0 90px;
}
.sdp-strip-banner-section.sdp-strip-img-part {
  position: relative;
}
.sdp-strip-banner-section.sdp-strip-img-part .sdp-strip-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: -1;
}
.sdp-strip-banner-section.sdp-strip-img-part .sdp-strip-heading-and-img {
  overflow: hidden;
}
.sdp-strip-banner-section.sdp-strip-img-part .sdp-strip-heading-and-img .sdp-strip-col-main .sdp-strip-col:first-child {
  padding-right: 30px;
}
.sdp-strip-banner-section.sdp-strip-img-part .sdp-strip-heading-and-img .sdp-strip-col-main .sdp-strip-col:nth-child(2) {
  padding-left: 30px;
  text-align: right;
  width: 300px;
  max-height: 300px;
}
.sdp-strip-banner-section.sdp-strip-img-part .sdp-strip-heading-and-img .sdp-strip-col-main .sdp-strip-col:nth-child(2) img {
  max-width: 90%;
}
.sdp-strip-banner-section.sdp-strip-img-part .sdp-strip-heading-and-img .sdp-strip-col-main .sdp-strip-col:nth-child(2) img.sdp-img-full {
  max-width: 100%;
}
.sdp-strip-banner-section .sdp-strip-col-main {
  height: 275px;
  display: flex;
  align-items: center;
}
.sdp-strip-banner-section .sdp-strip-col-main .sdp-strip-col {
  flex: 1 0;
}
.sdp-mobile-navigation {
  display: none;
  position: sticky;
  top: 0;
  z-index: 9999;
  background: #fff;
  box-shadow: 0 0 5px #bbbbbb;
}
.sdp-mobile-navigation .sdp-mobil-heading {
  font: 18px/1.5 var(--zoho_Puvi_Semi_Bold);
  text-transform: uppercase;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
}
.sdp-mobile-navigation.mobile-nav-down .sdp-mobil-heading .sdp-mobile-arrow::after {
  transform: rotate(42deg);
  top: 10px;
}
.sdp-mobile-navigation .sdp-mobile-arrow {
  position: relative;
  padding: 0px 15px;
}
.sdp-mobile-navigation .sdp-mobile-arrow::after {
  content: "";
  position: absolute;
  right: 0px;
  z-index: 11;
  display: block;
  width: 15px;
  height: 15px;
  border-top: 2px solid var(--blue-color);
  border-left: 2px solid var(--blue-color);
  top: 0px;
  transform: rotate(225deg);
  transition: 0.5s ease-out;
}
.sdp-mobile-navigation .sdp-guide-mobile-menu {
  position: relative;
}
.sdp-mobile-navigation .sdp-guide-mobile-menu ul {
  width: 100%;
  z-index: 1;
  position: absolute;
  background: var(--gray-ligth);
  padding: 10px 0px 10px;
}
.sdp-mobile-navigation .sdp-guide-mobile-menu ul.sdp-li-width-cta {
  padding-bottom: 0px;
}
.sdp-mobile-navigation .sdp-guide-mobile-menu ul li {
  font: 17px / 1.6 var(--zoho_Puvi_Regular);
  color: var(--white-color);
  position: relative;
  padding: 8px 15px;
  cursor: pointer;
}
.sdp-mobile-navigation .sdp-guide-mobile-menu ul li:hover {
  background: #464646;
}
.sdp-mobile-navigation .sdp-guide-mobile-menu ul li.sdp-kit-cta {
  background: var(--banner-cta-red-color);
  font-family: var(--zoho_Puvi_Semi_Bold);
  text-align: center;
  padding: 10px;
  text-transform: uppercase;
  margin: 10px 0 0;
}
.sdp-mobile-navigation .sdp-guide-mobile-menu ul li.sdp-kit-cta a {
  color: unset;
}
.sdp-mobile-navigation .sdp-guide-mobile-menu ul li.sdp-kit-cta a:hover{
	text-decoration: none;
}
/* LIST STYLE START  */
.sdp-list-style {
  padding-bottom: 30px;
}
.sdp-list-style li {
  font: 18px / 1.4 var(--zoho_Puvi_Regular);
  margin-bottom: 5px;
  list-style-type: none;
  padding: 0px 0 0 30px;
  position: relative;
  line-height: 1.7;
}
.sdp-list-style li::before {
  content: " ";
  display: block;
  border: solid 7px #0067ff;
  border-radius: 10px;
  height: 0;
  width: 0;
  position: absolute;
  left: 0;
  top: 7px;
}
.sdp-list-style li::after {
  content: " ";
  display: block;
  width: 4px;
  height: 10px;
  border: solid #fff;
  border-width: 0px 2px 2px 0;
  position: absolute;
  left: 6px;
  top: 5px;
  margin-top: 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sdp-sub-list-style {
  margin-top: 20px;
  margin-left: 20px;
}
.sdp-sub-list-style li {
  padding-left: 0;
}
.sdp-sub-list-style.alpha li {
  list-style: lower-alpha;
}
.sdp-sub-list-style.decimal li {
  list-style: decimal;
}
.sdp-sub-list-style li::before, .sdp-sub-list-style li::after {
  display: none;
}
.sdp-internal-links {
  text-decoration: none;
  border-bottom: 1px solid;
  color: var(--blue-color);
}
.sdp-internal-links:hover {
  text-decoration: none;
}
.sdp-author-section {
  padding: 60px 0 0;
}
.sdp-author-section .sdp-author-img {
  border-radius: 100%;
  max-width: 100px;
}
.sdp-list-shadow {
  display: inline-block;
  position: absolute;
  right: -30px;
  top: 0;
  width: 30px;
  height: 110%;
}
/* LIST STYLE END  */
/* TABLE START */
.sdp-guide-table {
  width: 100%;
  overflow-x: scroll;
  border-radius: 15px 15px 0px 0px;
  box-shadow: 0px 0px 10px #d2d2d2;
}
.sdp-guide-table table {
  border: 1.5px solid #fbe3e3;
}
.sdp-guide-table table thead tr {
  background-color: #6699e6;
}
.sdp-guide-table table thead tr th {
  padding: 15px;
  border: 1.5px solid #6699e6;
  font: 19px/1.1 var(--zoho_Puvi_Semi_Bold);
  color: var(--white-color);
}
.sdp-guide-table tbody tr {
  border-bottom: 2px solid #fff2f2;
}
.sdp-guide-table tbody tr td {
  width: 25%;
  padding: 20px;
  font: 16px/1.66 var(--zoho_Puvi_Regular);
  vertical-align: top;
}
.sdp-guide-table tbody tr td:first-child {
  width: 18%;
}
.sdp-guide-table tbody tr td.tbl-td-color {
  background: #fff2f2;
}
.sdp-guide-table tbody tr td .tbl-bold {
  font-family: var(--zoho_Puvi_Semi_Bold);
  margin-bottom: 0;
}
/* TABLE END */
.sdp-guide-footer {
  background-color: var(--footer-bg);
  padding: 70px 0;
  color: var(--white-color);
}
.sdp-guide-footer .sdp-footer-content {
  max-width: 50%;
  margin: 0 auto;
  text-align: center;
}
.sdp-guide-footer .sdp-footer-content h3 {
  font-size: 36px;
}
.sdp-guide-footer .sdp-footer-content .sdp-banner-cta {
  margin: 20px 0 0;
}
.sdp-footer-white-bg {
  background: #ffffff;
  color: #000000;
  padding: 70px 0;
}
.sdp-footer-white-bg .sdp-footer-content {
  max-width: 50%;
  margin: 0 auto;
  text-align: center;
}
.sdp-footer-white-bg .sdp-footer-content h3 {
  font-size: 36px;
}
.sdp-footer-white-bg .sdp-footer-content .sdp-banner-cta {
  margin: 20px 0 0;
}
.kit-form-container {
  max-width: 80%;
  margin: 0 auto;
}
.kit-form-container ul.sdp-list-style {
  padding-bottom: 0;
}
/**/
.sdp-banner-light-green-bg {
  background-color: var(--green-light);
}
.sdp-difference {
  background-color: #d0f8fd;
}
.sdp-light-pink-bg {
  background-color: #fde0e0;
}
.sdp-lignt-yellow-bg {
  background-color: #fdf9d0;
}
.sdp-light-green-bg {
  background-color: #defeda;
}
.sdp-two-col-main .sdp-two-col-item.sdp-banner-content-col h1 {
  margin-bottom: 15px;
}
.sdp-two-col-main .sdp-two-col-item.sdp-banner-content-col h1.sdp-no-desc {
  margin-bottom: 40px;
}
.sdp-two-col-main .sdp-two-col-item.sdp-banner-content-col .sdp-banner-sub-head {
  margin-bottom: 35px;
}
.sdp-two-col-main .sdp-banner-img-col {
  text-align: center;
}
.sdp-two-col-main .sdp-banner-img-col img {
  max-width: 90%;
}
.grid-main {
  display: flex;
}
.grid-main.border-content {
  border: 1.5px dashed #eaeaea;
  border-left: 0;
  border-right: 0;
}
.grid-main .grid-item {
  padding: 40px 30px;
  text-align: center;
  width: 33.33%;
}
.grid-main .grid-item:nth-child(2) {
  border: 1.5px dashed #eaeaea;
  border-top: 0;
  border-bottom: 0;
}
.grid-main .grid-item h5 {
  margin: 0;
}
.grid-main .grid-item .grid-img {
  background: url("https://www.manageengine.com/products/service-desk/images/what-service-desk-plus-offers-icon.svg");
  width: 130px;
  height: 100px;
  background-size: 530px;
  background-repeat: no-repeat;
  background-position: 25px 0;
  margin: 0 auto;
  padding-bottom: 15px;
}
.grid-main .grid-item .grid-img.sdp-powerfull {
  background-position: -93px 0;
}
.grid-main .grid-item .grid-img.sdp-smart {
  background-position: -202px 0;
}
.grid-main .grid-item .grid-img.sdp-reporting {
  background-position: -309px 0;
}
.grid-main .grid-item .grid-img.sdp-codeless {
  background-position: -430px 0;
}
.grid-main .grid-item .grid-img.sdp-deploy {
  background-position: 10px -121px;
}
.grid-main .grid-item .grid-img.sdp-capab {
  background-position: -100px -121px;
}
.grid-main .grid-item .grid-img.sdp-ai {
  background-position: -220px -121px;
}
.grid-main .grid-item .grid-img.sdp-360-degree {
  background-position: -381px -134px;
  background-size: 600px;
}
.box-grid {
  padding: 50px 0;
}
.grid-heading h3 {
  margin: 5px;
  padding-top: 20px;
}
.para-heading {
  margin-bottom: 5px;
  font-size: 22px;
}
/**/
.sdp-video-sec {
  max-width: 75%;
  margin: 0 auto;
  padding: 40px 0 0;
}
.sdp-video-sec .sdp-video {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  box-shadow: 0px 0px 10px #848484;
}
.sdp-video-sec .sdp-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sdp-video-sec .video-cta {
  padding: 50px 0;
  text-align: center;
}
/*FAQ*/
.sdp-faq-sec {
  padding: 70px 0;
}
.faq-all {
  padding: 5px;
  text-align: right;
  cursor: pointer;
  font: 17px / 1.3 'Zoho_Puvi_Medium';
  margin-bottom: 10px;
}
.faq-main-content {
  position: relative;
  max-width: 80%;
  margin: 50px auto;
}
.faq-main-content .faq-item {
  position: relative;
  padding: 25px 30px;
  background: #ecf4ff;
  margin: 0 0 10px 0;
  border-radius: 3px;
}
.faq-main-content .faq-item .faq-item-click {
  cursor: pointer;
}
.faq-main-content .faq-item .faq-item-click h3 {
  margin: 0;
  font-size: 21px;
}
.faq-main-content .faq-item .faq-item-click h3::after {
  content: '';
  width: 18px;
  height: 3px;
  background: var(--blue-color);
  position: absolute;
  right: 37px;
  top: 38px;
}
.faq-main-content .faq-item .faq-item-click h3::before {
  content: '';
  width: 3px;
  height: 18px;
  background: var(--blue-color);
  position: absolute;
  right: 44px;
  top: 31px;
  transition: 0.5s ease-in;
}
.faq-main-content .faq-item .faq-item-click.faq-active h3::before {
  transform: rotate(90deg);
}
.faq-main-content .faq-item .faq-item-content {
  margin: 30px 0 10px 25px;
  max-width: 90%;
}
.faq-main-content .faq-item .faq-item-content .sdp-list-style, .faq-main-content .faq-item .faq-item-content p {
  padding-bottom: 0;
}
.faq-main-content .faq-item .faq-item-content p{
	margin-bottom: 0;
}
.faq-main-content .faq-item .faq-item-content .sdp-list-style li {
  font-size: 17px;
}
/*FAQ*/
.prd-nav {
  width: 100%;
  display: flex;
  justify-content: center;
}
.prd-nav li {
  width: 33.33%;
}
/**/
.sysadmin-banner-bg {
  background: #ffeeaf;
}
.sysadmin-banner-bg .sdp-two-col-main {
  padding: 0px 0 50px 0;
}
.sysadmin-banner-bg .sdp-two-col-main .sdp-banner-img-col img {
  max-width: 80%;
}
.sysadmin-banner-bg .no-padding-btm {
  padding-bottom: 0;
}
.sysadmin-first-strip {
  background-color: #b3e1c0;
}
.sysadmin-second-strip {
  background-color: #ffdcec;
}
.sysadmin-third-strip {
  background-color: #c9cded;
}
.sysadmin-four-strip {
  background-color: #ffcea2;
}
.sysadmin-five-strip {
  background-color: #fef1a7;
}
.sysadmin-six-strip {
  background-color: #b3e1c0;
}
.sysadmin-seven-strip {
  background-color: #b3e1c0;
}
.sysadmin-table table {
  border: 1.5px solid #fefce6;
}
.sysadmin-table table thead tr {
  background-color: #555e64;
}
.sysadmin-table table thead tr th {
  border: 1.5px solid #70777b;
}
.sysadmin-table table tbody tr {
  border-bottom: 1px solid #f1f1f1;
}
.sysadmin-table table tbody tr td.tbl-td-color {
  background: #fcf6cc;
}
.sysadmin-img-col {
  max-width: 60%;
  margin: 0 auto 30px;
}
.sdp-container-banner {
  padding: 0 20px;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.sdp-container-banner .sdp-two-col-main .sdp-banner-img-col {
  text-align: right;
}
.heading-length-more {
  font-size: 36px;
}
/**/
.rel-guide-bg {
  background-color: #bfeaf5;
}
.rele-guide-first-strip {
  background-color: #ffe0e0;
}
.rele-guide-second-strip {
  background-color: #e8ffe2;
}
.rele-guide-third-strip {
  background-color: #f3d8ff;
}
.rele-guide-four-strip {
  background-color: #fff4d6;
}
.rele-guide-five-strip {
  background-color: #ffd2be;
}
.rele-guide-six-strip {
  background-color: #cbd4fe;
}
.rele-guide-waterfall-strip {
  background-color: #b8ddff;
}
.rele-guide-agile-strip {
  background-color: #ffdede;
}
.release-img-col {
  max-width: 40%;
  margin: 50px auto;
}
.h3-pad {
  padding: 10px 0 0 0;
}
.tble-mar {
  margin: 40px 0;
}
.release-table table {
  border: 1.5px solid #f8ecff;
}
.release-table table thead tr {
  background: #ebd1fa;
}
.release-table table thead tr th {
  color: #000000;
  border: 1.5px solid #ebd1fa;
}
.release-table table tbody tr:nth-child(even) {
  background-color: #fdfaff;
}
.sdp-middle-img {
  max-width: 50%;
  margin: 0 auto;
  padding: 20px 0 40px;
}
.sdp-middle-img-dev {
  max-width: 45%;
  margin: 0 auto;
  padding: 20px 0 50px;
}
.sdp-middle-img-agile {
  max-width: 85%;
  margin: 0 auto;
  padding: 20px 0 50px;
}
.sdp-support--img {
  max-width: 75%;
  margin: 0 auto;
  padding: 20px 0 50px;
}
.no-strip {
  padding: 20px 0 10px 0;
}
/*IT support Guide START*/
.it-sup-guide {
  background-color: #FAE168;
}
.it-strip-one {
  background-color: #88CFFF;
}
.it-strip-two {
  background-color: #7DF4C1;
}
.it-strip-third {
  background-color: #FFB399;
}
.it-strip-four {
  background-color: #FEED98;
}
/*Table tow col start */
.two-col-table tr td, .two-col-table tr th {
  width: 50%;
}
.five-col-table tr td:first-child {
  width: 12%;
}
.five-col-table tr td:nth-child(2) {
  width: 15%;
}
.five-col-table tr td:nth-child(3) {
  width: 22%;
}
.five-col-table tr td:nth-child(4) {
  width: 22%;
}
.five-col-table tr td:nth-child(5) {
  width: 30%;
}
.five-col-table tbody {
  border: 1px solid #c5cbef;
}
.five-col-table thead tr th, .five-col-table tbody tr td {
  padding: 15px;
}
.five-col-table thead tr th {
  font-family: var(--zoho_Puvi_Semi_Bold);
  background: #c5cbef;
  text-align: left;
  border: 1px solid #c5cbef;
}
.five-col-table thead tr th:first-child {
  border-radius: 10px 0 0 0;
}
.five-col-table thead tr th:last-child {
  border-radius: 0 10px 0 0;
}
.five-col-table tr:nth-child(even) {
  background: #f2f4ff;
}
.sdp-five-col-main {
  width: 100%;
  overflow-x: auto;
  border-radius: 15px 15px 0px 0px;
  box-shadow: 0px 0px 10px #d2d2d2;
  margin: 40px 0;
}
/*Table tow col end */
/*Download KIT form Start*/
.apiform {
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
}
.apiform .formfild {
  position: relative;
}
.apiform .formfild input, .apiform .formfild select {
  width: 100%;
  height: 45px;
  padding: 10px 15px;
  margin: 10px 0;
  box-sizing: border-box;
  font-size: 15px;
  color: #000000;
  border-radius: 4px;
  border: 0px;
}
.apiform input[type="submit"] {
  font-family: 'Zoho_Puvi_Bold';
  background: #f0483d;
  color: #fff;
  font-size: 16px;
  width: 100%;
  padding: 15px 30px;
  outline: none;
  height: auto;
  border: none;
  text-transform: uppercase;
  cursor: pointer;
  margin: 20px 0;
  -webkit-appearance: none;
  border-radius: 4px;
  box-sizing: border-box;
}
.apiform input[type="submit"]:hover {
  background: #e9152b;
}
.apiform select {
  font-family: 'Zoho_Puvi_Regular', 'Open Sans', sans-serif;
  width: 100%;
  padding: 8px 2%;
  outline: none;
  border: 1px solid #000;
  border-radius: 0;
  background: #fff url(https://www.manageengine.com/products/service-desk/images/arrowImage.png) !important;
  background-repeat: no-repeat !important;
  background-position: right 1rem center !important;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.apiform .sdp-itsm-chk-box {
  margin: 10px 0;
}
.apiform .sdp-itsm-chk-box p {
  color: #ffffff;
  font-size: 15px;
  margin-bottom: 5px;
  text-align: left;
}
.apiform .sdp-itsm-chk-box .sdp-yes {
  padding-right: 10px;
}
.apiform .prvcy-plicy {
  color: #d8d8d8;
  font-size: 12px;
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
}
.apiform .prvcy-plicy a {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.apiform .prvcy-plicy a:hover {
  text-decoration: none;
}
.apiform #meGDPRMessage {
  font-size: 12px;
  line-height: 1.5;
  margin: 0 auto 15px;
  color: #ffffff;
  width: 90%;
}
.apiform #meGDPRMessage a {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.apiform #meGDPRMessage a:hover {
  text-decoration: none;
}
.apiform .radio-button {
  display: flex;
}
.apiform .radio-button .sdp-no-style {
  cursor: pointer;
}
.apiform .radio-button .sdp-no-style:first-child {
  padding-right: 10px;
}
.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 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.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;
  }
}
.success-msg {
  display: none;
  text-align: center;
  padding: 40px 20px;
  border: 1px solid #1f1f1f;
  border-radius: 5px;
}
.success-msg h3 {
  font: 22px/1.25 Zoho_Puvi_Bold;
  color: #ffffff;
  margin: 0px 0px 10px 0px;
  text-align: center;
}
.success-msg p {
  color: #ffffff;
  max-width: 75%;
  margin: 0 auto 20px auto;
}
.success-msg a {
  color: #ffffff;
  text-decoration: underline;
}
.thanks-bg {
  padding: 100px 0px;
  display: none;
}
.thanks {
  text-align: center;
}
.thanks h2 {
  max-width: 50%;
  margin: 0 auto 30px auto;
}
.thanks p {
  margin: 15px auto 30px auto;
  font: 20px/1.5 "Zoho_Puvi_Regular";
  color: #000;
  max-width: 50%;
}
.sdp-email-field input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  transition: border-color 0.3s ease;
}
.sdp-email-field label {
  position: absolute;
  left: 12px;
  top: 20px;
  font-size: 15px;
  color: #000;
  transition: top 0.3s ease, font-size 0.3s ease, color 0.3s ease;
  pointer-events: none;
}
.sdp-email-field input:focus {
  border-color: #007bff;
  outline: none;
}
.sdp-email-field input:focus + label, .sdp-email-field input:not(:placeholder-shown) + label {
  top: -12px;
  font-size: 14px;
  color: #fff;
  padding: 0 4px;
  border-radius: 4px;
  left: 0px;
}
/*animation style ends here*/
/*Download KIT form end*/
.box-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 40px 0;
  margin-bottom: 30px;
}
.box-main .box-items {
  width: 28.3%;
  padding: 30px 25px;
  border-bottom: 1px dashed #dfdfdf;
}
.box-main .box-items:nth-child(2), .box-main .box-items:nth-child(5), .box-main .box-items:nth-child(8) {
  border-left: 1px dashed #dfdfdf;
  border-right: 1px dashed #dfdfdf;
}
.box-main .box-items:nth-child(10) {
  border-left: 1px dashed #dfdfdf;
  border-right: 1px dashed #dfdfdf;
  border-bottom: 0;
}
.box-main .box-items h3 {
  font-size: 17px;
  text-align: center;
  margin: 0;
}
.box-main .box-items .itesm-icon {
  width: 90px;
  height: 90px;
  background: url(https://www.manageengine.com/products/service-desk/help-desk-software/images/it-service-desk-icon.svg) no-repeat center;
  background-size: cover;
  background-position: 6px 6px;
  margin: 0 auto;
}
.box-main .box-items .itesm-icon.sdp-installing {
  background-position: -93px 6px;
}
.box-main .box-items .itesm-icon.sdp-fixing {
  background-position: -194px 6px;
}
.box-main .box-items .itesm-icon.sdp-employees {
  background-position: -298px 4px;
}
.box-main .box-items .itesm-icon.sdp-patches {
  background-position: -395px 4px;
}
.box-main .box-items .itesm-icon.sdp-networks {
  background-position: -492px 4px;
}
.box-main .box-items .itesm-icon.sdp-maintenance {
  background-position: -587px 6px;
}
.box-main .box-items .itesm-icon.sdp-recovery {
  background-position: -800px 1px;
  background-size: 1100px;
}
.box-main .box-items .itesm-icon.sdp-provisioning {
  background-position: -771px -5px;
}
.box-main .box-items .itesm-icon.sdp-replacing {
  background-position: -861px -5px;
}
.box-main .box-items .box-icon-div, .box-main .box-items h3 {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  opacity: 0;
  transform: translateY(20px);
}
.box-main.box-animation .box-items .box-icon-div, .box-main.box-animation .box-items h3 {
  transform: translateY(0px);
  opacity: 1;
}
.box-main.box-animation .box-items:nth-child(2) .box-icon-div, .box-main.box-animation .box-items:nth-child(2) h3 {
  transition-delay: .2s;
}
.box-main.box-animation .box-items:nth-child(3) .box-icon-div, .box-main.box-animation .box-items:nth-child(3) h3 {
  transition-delay: .4s;
}
.box-main.box-animation .box-items:nth-child(4) .box-icon-div, .box-main.box-animation .box-items:nth-child(4) h3 {
  transition-delay: .6s;
}
.box-main.box-animation .box-items:nth-child(5) .box-icon-div, .box-main.box-animation .box-items:nth-child(5) h3 {
  transition-delay: .8s;
}
.box-main.box-animation .box-items:nth-child(6) .box-icon-div, .box-main.box-animation .box-items:nth-child(6) h3 {
  transition-delay: 1.0s;
}
.box-main.box-animation .box-items:nth-child(7) .box-icon-div, .box-main.box-animation .box-items:nth-child(7) h3 {
  transition-delay: 1.2s;
}
.box-main.box-animation .box-items:nth-child(8) .box-icon-div, .box-main.box-animation .box-items:nth-child(8) h3 {
  transition-delay: 1.4s;
}
.box-main.box-animation .box-items:nth-child(9) .box-icon-div, .box-main.box-animation .box-items:nth-child(9) h3 {
  transition-delay: 1.6s;
}
.box-main.box-animation .box-items:nth-child(10) .box-icon-div, .box-main.box-animation .box-items:nth-child(10) h3 {
  transition-delay: 1.8s;
}
.support-box-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 40px 0;
  margin-bottom: 30px;
}
.support-box-main .support-box-item {
  width: 28.3%;
  padding: 30px 25px;
  border-bottom: 1px dashed #dfdfdf;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  opacity: 0;
  transform: translateY(20px);
}
.support-box-main .support-box-item:nth-child(2), .support-box-main .support-box-item:nth-child(5) {
  border-left: 1px dashed #dfdfdf;
  border-right: 1px dashed #dfdfdf;
}
.support-box-main .support-box-item:nth-child(7) {
  border-right: 1px dashed #dfdfdf;
  border-bottom: 0;
}
.support-box-main .support-box-item:nth-child(8) {
  border-bottom: 0;
}
.support-box-main .support-box-item h3 {
  font-size: 17px;
  text-align: center;
  margin: 0;
}
.support-box-main .support-box-item .support-icon {
  width: 80px;
  height: 80px;
  background: url(https://www.manageengine.com/products/service-desk/help-desk-software/images/it-support-software.svg) no-repeat center;
  background-size: cover;
  background-position: 0 0;
  margin: 0 auto;
}
.support-box-main .support-box-item .support-icon.sdp-capabilities {
  background-position: -85px 0;
}
.support-box-main .support-box-item .support-icon.sdp-frameworks {
  background-position: -170px 0;
}
.support-box-main .support-box-item .support-icon.sdp-automations {
  background-position: -255px 0;
}
.support-box-main .support-box-item .support-icon.sdp-management {
  background-position: -340px 0;
}
.support-box-main .support-box-item .support-icon.sdp-analytics {
  background-position: -425px 0;
}
.support-box-main .support-box-item .support-icon.sdp-applications {
  background-position: -510px 0;
}
.support-box-main .support-box-item .support-icon.sdp-choose-from {
  background-position: -595px 0;
}
.support-box-main.box-animation .support-box-item {
  transform: translateY(0px);
  opacity: 1;
}
.support-box-main.box-animation .support-box-item:nth-child(2) {
  transition-delay: .2s;
}
.support-box-main.box-animation .support-box-item:nth-child(3) {
  transition-delay: .4s;
}
.support-box-main.box-animation .support-box-item:nth-child(4) {
  transition-delay: .6s;
}
.support-box-main.box-animation .support-box-item:nth-child(5) {
  transition-delay: .8s;
}
.support-box-main.box-animation .support-box-item:nth-child(6) {
  transition-delay: 1.0s;
}
.support-box-main.box-animation .support-box-item:nth-child(7) {
  transition-delay: 1.2s;
}
.support-box-main.box-animation .support-box-item:nth-child(8) {
  transition-delay: 1.4s;
}
.sdp-img-div {
  max-width: 650px;
  margin: 50px auto;
  opacity: 0;
  transform: translateY(80px);
  transition: 0.5s ease-in;
}
.sdp-img-div.image-active-slide {
  opacity: 1;
  transform: translateY(0px);
}
.sdp-image-animation {
  opacity: 0;
  transform: translateY(80px);
  transition: 0.8s ease-in;
}
.sdp-image-animation.image-active-slide {
  opacity: 1;
  transform: translateY(0px);
}
.sdp-setting-icon {
  display: inline-flex;
  background-image: url("https://www.manageengine.com/products/service-desk/help-desk-software/images/setting-icon.svg");
  width: 65px;
  height: 65px;
  position: absolute;
  right: 285px;
  top: 30px;
  transition: 0.5s ease-in;
  animation: loading 9s linear infinite;
}
@keyframes loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes anticlock {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0);
  }
}
ul.list-wrap li {
  margin-bottom: 22px;
  font-size: 18px;
  position: relative;
  box-sizing: border-box;
  padding: 0px 20px 0px 40px;
  line-height: 1.5;
}
ul.list-wrap li:before {
  content: '';
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 5px;
  background: url(https://www.manageengine.com/products/service-desk/images/tick-mark.png);
  background-size: cover;
}
.it-performance-main {
  text-align: center;
  position: relative;
  max-width: 450px;
  margin: 130px auto;
  height: 450px;
}
.sdp-p-head {
  background: #c8736c;
  color: #fff;
  border-radius: 100%;
  padding: 10px;
  width: 160px;
  height: 160px;
  text-align: center;
  margin: 0 auto;
  vertical-align: middle;
  font-size: 20px;
  font-family: 'Zoho_Puvi_SemiBold';
  line-height: 1.2;
  display: flex;
  align-items: center;
  transition: 0.8s ease-in;
  transform: scale(0);
  position: relative;
}
.sdp-p-head .circle-text {
  visibility: hidden;
}
.sdp-p-head.wave-ani {
  background-color: #c8736c;
  -webkit-animation: ripple 0.7s linear infinite;
  animation: ripple 0.7s linear infinite;
}
.ani-circles .sdp-circle {
  animation: growAndFade 3s infinite ease-out;
  border: 3px solid #8ae2b2;
  border-radius: 50%;
  height: 100%;
  opacity: 0;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: -1;
}
.ani-circles .circle1 {
  animation-delay: 1s;
}
.ani-circles .circle2 {
  animation-delay: 1.6s;
}
.ani-circles .circle3 {
  animation-delay: 2.2s;
}
.ani-circles .circle4 {
  animation-delay: 2.8s;
}
.ani-circles .circle5 {
  animation-delay: 3.4s;
}
@keyframes growAndFade {
  0% {
    opacity: 0.85;
    transform: scale(0);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
@-webkit-keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(101, 255, 120, 0.3), 0 0 0 1em rgba(101, 255, 120, 0.3), 0 0 0 3em rgba(101, 255, 120, 0.3), 0 0 0 5em rgba(101, 255, 120, 0.3);
  }
  100% {
    box-shadow: 0 0 0 1em rgba(101, 255, 120, 0.3), 0 0 0 3em rgba(101, 255, 120, 0.3), 0 0 0 5em rgba(101, 255, 120, 0.3), 0 0 0 8em rgba(101, 255, 120, 0);
  }
}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(101, 255, 120, 0.3), 0 0 0 1em rgba(101, 255, 120, 0.3), 0 0 0 3em rgba(101, 255, 120, 0.3), 0 0 0 5em rgba(101, 255, 120, 0.3);
  }
  100% {
    box-shadow: 0 0 0 1em rgba(101, 255, 120, 0.3), 0 0 0 3em rgba(101, 255, 120, 0.3), 0 0 0 5em rgba(101, 255, 120, 0.3), 0 0 0 8em rgba(101, 255, 120, 0);
  }
}
.sdp-icon {
  background: url("https://www.manageengine.com/products/service-desk/help-desk-software/images/support-performance.svg") center no-repeat;
  width: 80px;
  height: 80px;
  background-size: 900px;
  background-position: 6px 5px;
  display: inline-block;
  position: absolute;
  transition: 0.7s ease-in-out;
  opacity: 0;
}
.sdp-icon.sdp-icon-1 {
  top: 80px;
  left: 172px;
  -webkit-animation: wobbletopbottom 6s infinite ease-out;
  animation: wobbletopbottom 6s infinite ease-out;
}
.sdp-icon.sdp-icon-2 {
  top: 80px;
  right: 155px;
  background-position: -388px 9px;
  -webkit-animation: wobbleleftright 6s infinite ease-out;
  animation: wobbleleftright 6s infinite ease-out;
}
.sdp-icon.sdp-icon-3 {
  right: 100px;
  background-position: -488px 6px;
  top: 154px;
  -webkit-animation: wobbleleftright 6s infinite ease-out;
  animation: wobbleleftright 6s infinite ease-out;
}
.sdp-icon.sdp-icon-4 {
  right: 110px;
  bottom: 95px;
  background-position: -588px 9px;
  -webkit-animation: wobbleleftright 6s infinite ease-out;
  animation: wobbleleftright 6s infinite ease-out;
}
.sdp-icon.sdp-icon-5 {
  left: 175px;
  background-position: -694px 9px;
  bottom: 100px;
  -webkit-animation: wobbletopbottom 6s infinite ease-out;
  animation: wobbletopbottom 6s infinite ease-out;
}
.sdp-icon.sdp-icon-6 {
  left: 130px;
  background-position: -294px 4px;
  bottom: 120px;
  -webkit-animation: wobbleleftright 6s infinite ease-out;
  animation: wobbleleftright 6s infinite ease-out;
}
.sdp-icon.sdp-icon-7 {
  left: 110px;
  background-position: -588px 5px;
  top: 151px;
  -webkit-animation: wobbleleftright 6s infinite ease-out;
  animation: wobbleleftright 6s infinite ease-out;
}
.sdp-icon.sdp-icon-8 {
  left: 120px;
  background-position: -90px 5px;
  top: 90px;
  -webkit-animation: wobbleleftright 6s infinite ease-out;
  animation: wobbleleftright 6s infinite ease-out;
}
.sdp-icon::before {
  opacity: 0;
}
.sdp-icon-text {
  position: absolute;
  max-width: 230px;
  text-align: left;
  font-family: 'Zoho_Puvi_SemiBold';
  font-size: 17px;
}
.sdp-icon-text.sdp-icon-1-text {
  top: -75px;
  left: 110px;
}
.sdp-icon-text.sdp-icon-2-text {
  top: 30px;
  right: -220px;
}
.sdp-icon-text.sdp-icon-3-text {
  top: 185px;
  right: -195px;
}
.sdp-icon-text.sdp-icon-4-text {
  bottom: 83px;
  right: -95px;
}
.sdp-icon-text.sdp-icon-5-text {
  bottom: -31px;
  right: 145px;
}
.sdp-icon-text.sdp-icon-6-text {
  bottom: 83px;
  left: -165px;
}
.sdp-icon-text.sdp-icon-7-text {
  top: 167px;
  left: -200px;
}
.sdp-icon-text.sdp-icon-8-text {
  top: 43px;
  left: -135px;
}
.sdp-out-line {
  border: 0px solid #8AE2B2;
  padding: 120px;
  border-radius: 100%;
  transition: 0.9s all ease-in-out;
  width: 180px;
  height: 180px;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.sdp-out-line.sdp-out-line-active {
  border-width: 1px;
  transition-delay: 4.4s;
}
.sdp-out-line.sdp-out-line-active .sdp-p-head {
  transform: scale(1);
}
.sdp-out-line.sdp-out-line-active .sdp-p-head .circle-text {
  visibility: visible;
  transition: 0.8s ease-in;
}
.sdp-out-line.sdp-out-line-active .sdp-icon {
  background-color: #fff;
  opacity: 1;
  transition-delay: .6s;
}
.sdp-out-line.sdp-out-line-active .sdp-icon.sdp-icon-1 {
  top: -40px;
  transition-delay: .8s;
}
.sdp-out-line.sdp-out-line-active .sdp-icon.sdp-icon-1::before {
  content: "Mean time to resolve (MTTR)";
  position: absolute;
  bottom: 90px;
  left: -74px;
  width: 250px;
  font-family: 'Zoho_Puvi_SemiBold';
  line-height: 1.2;
}
.sdp-out-line.sdp-out-line-active .sdp-icon.sdp-icon-2 {
  top: 22px;
  right: 25px;
  transition-delay: 1.2s;
}
.sdp-out-line.sdp-out-line-active .sdp-icon.sdp-icon-2::before {
  content: "First call resolution rate (FCRR)";
  position: absolute;
  bottom: 30px;
  left: 90px;
  width: 180px;
  font-family: 'Zoho_Puvi_SemiBold';
  text-align: left;
  line-height: 1.2;
  transition-delay: 2.5s;
}
.sdp-out-line.sdp-out-line-active .sdp-icon.sdp-icon-3 {
  right: -19px;
  transition-delay: 1.6s;
}
.sdp-out-line.sdp-out-line-active .sdp-icon.sdp-icon-3::before {
  content: "SLA compliance rate";
  position: absolute;
  bottom: 22px;
  left: 84px;
  width: 180px;
  font-family: 'Zoho_Puvi_SemiBold';
  text-align: left;
  line-height: 1.2;
  transition-delay: 2.5s;
}
.sdp-out-line.sdp-out-line-active .sdp-icon.sdp-icon-4 {
  right: 34px;
  bottom: 62px;
  transition-delay: 2s;
}
.sdp-out-line.sdp-out-line-active .sdp-icon.sdp-icon-4::before {
  content: "Cost per ticket";
  position: absolute;
  bottom: 22px;
  left: 92px;
  width: 180px;
  font-family: 'Zoho_Puvi_SemiBold';
  text-align: left;
  line-height: 1.2;
  transition-delay: 2.5s;
}
.sdp-out-line.sdp-out-line-active .sdp-icon.sdp-icon-5 {
  bottom: -5px;
  transition-delay: 2.4s;
}
.sdp-out-line.sdp-out-line-active .sdp-icon.sdp-icon-5::before {
  content: "Change success rate";
  position: absolute;
  bottom: -30px;
  right: -66px;
  width: 180px;
  font-family: 'Zoho_Puvi_SemiBold';
  text-align: left;
  line-height: 1.2;
  transition-delay: 2.5s;
}
.sdp-out-line.sdp-out-line-active .sdp-icon.sdp-icon-6 {
  left: 22px;
  bottom: 70px;
  transition-delay: 2.8s;
}
.sdp-out-line.sdp-out-line-active .sdp-icon.sdp-icon-6::before {
  content: "Customer satisfaction (CSAT) score";
  position: absolute;
  bottom: 10px;
  right: 75px;
  width: 180px;
  font-family: 'Zoho_Puvi_SemiBold';
  text-align: left;
  line-height: 1.2;
  transition-delay: 2.5s;
}
.sdp-out-line.sdp-out-line-active .sdp-icon.sdp-icon-7 {
  left: -25px;
  transition-delay: 3.2s;
}
.sdp-out-line.sdp-out-line-active .sdp-icon.sdp-icon-7::before {
  content: "Ticket volume trends";
  position: absolute;
  bottom: 30px;
  right: 80px;
  width: 180px;
  font-family: 'Zoho_Puvi_SemiBold';
  text-align: left;
  line-height: 1.2;
  transition-delay: 2.5s;
}
.sdp-out-line.sdp-out-line-active .sdp-icon.sdp-icon-8 {
  left: 32px;
  top: 23px;
  transition-delay: 3.6s;
}
.sdp-out-line.sdp-out-line-active .sdp-icon.sdp-icon-8::before {
  content: "Lost business hours";
  position: absolute;
  top: 20px;
  right: 66px;
  width: 180px;
  font-family: 'Zoho_Puvi_SemiBold';
  text-align: left;
  line-height: 1.2;
  transition-delay: 2.5s;
}
.sdp-out-line.sdp-out-line-active .sdp-icon::before {
  opacity: 0;
  width: auto;
}
.sdp-mobile-only {
  display: none;
}
.sdp-setting-leaf {
  background: url(https://www.manageengine.com/products/service-desk/help-desk-software/images/support-performance.svg) center no-repeat;
  width: 100px;
  height: 100px;
  background-size: 1300px;
  background-position: -1176px -84px;
  display: inline-block;
  position: absolute;
  transition: 0.7s ease-in-out;
  left: 47px;
  bottom: 60px;
  z-index: -1;
  animation: anticlock 9s linear infinite;
}
@-webkit-keyframes wobbletopbottom {
  0% {
    transform: translateY(-3px);
  }
  50% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(-3px);
  }
}
@keyframes wobbletopbottom {
  0% {
    transform: translateY(-3px);
  }
  50% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(-3px);
  }
}
@-webkit-keyframes wobbleleftright {
  0% {
    transform: translateX(-3px);
  }
  50% {
    transform: translateX(3px);
  }
  100% {
    transform: translateX(-3px);
  }
}
@keyframes wobbleleftright {
  0% {
    transform: translateX(-3px);
  }
  50% {
    transform: translateX(3px);
  }
  100% {
    transform: translateX(-3px);
  }
}
/*IT support Guide END*/
/* RCA Guide START */
.rca-guide-bg {
  background-color: #fffbd6;
}
.image-horizontal-flip img {
  -moz-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.rca-pastel-green {
  background-color: #d5ffd2;
}
.rca-second-strip {
  background-color: #d2f0ff;
}
.rca-third-strip {
  background-color: #ffc9c9;
}
.rca-four-strip {
  background-color: #fff4c0;
}
.rca-banner-img-width img {
  max-width: 85%;
}
.five-box-main {
  display: flex;
  align-items: center;
  justify-content: center;
}
.five-method-main {
  max-width: 85%;
  margin: 0 auto;
}
.five-method-main.dia-active .box-one-main .box-one {
  transform: scale(1);
}
.five-method-main.dia-active .box-one-main .arrow svg {
  height: 100%;
}
.five-method-main.dia-active .box-arrow:first-child .circle-item {
  transition-delay: 1.5s;
  transform: scale(1);
}
.five-method-main.dia-active .box-arrow:first-child svg {
  width: 100%;
  transition-delay: 2.5s;
}
.five-method-main.dia-active .box-arrow:nth-child(2) .circle-item {
  transition-delay: 2.5s;
  transform: scale(1);
}
.five-method-main.dia-active .box-arrow:nth-child(2) svg {
  width: 100%;
  transition-delay: 3.5s;
}
.five-method-main.dia-active .box-arrow:nth-child(3) .circle-item {
  transition-delay: 3.5s;
  transform: scale(1);
}
.five-method-main.dia-active .box-arrow:nth-child(3) svg {
  width: 100%;
  transition-delay: 4.5s;
}
.five-method-main.dia-active .box-arrow:nth-child(4) .circle-item {
  transition-delay: 4.5s;
  transform: scale(1);
}
.five-method-main.dia-active .box-arrow:nth-child(4) svg {
  width: 100%;
  transition-delay: 5.5s;
}
.five-method-main.dia-active .box-arrow:nth-child(5) .circle-item {
  transition-delay: 5.5s;
  transform: scale(1);
}
.five-method-main.dia-active .box-arrow:nth-child(5) svg {
  width: 100%;
  transition-delay: 6.5s;
}
.five-method-main.dia-active .final-main .arrow svg {
  height: 100%;
  transition-delay: 6.7s;
}
.five-method-main.dia-active .final-main .box-final {
  transition-delay: 7s;
  transform: scale(1);
}
.circle-item {
  padding: 30px;
  background: #ea8f8f;
  margin: 10px 5px;
  border-radius: 100%;
  width: 45px;
  height: 45px;
  align-items: center;
  text-align: center;
  display: flex;
  font: 18px / 1.1 "Zoho_Puvi_SemiBold";
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-around;
  position: relative;
  border: 1px solid #000000;
  transform: scale(0);
  transition: 1.2s ease-out;
}
.box-arrow {
  display: inline-flex;
}
.box-arrow .arrow {
  display: flex;
  width: 55px;
  height: 20px;
  align-items: normal;
  top: 50px;
  position: relative;
}
.box-arrow svg {
  width: 0;
  transition: 0.5s ease-out;
}
.box-one {
  padding: 15px 35px;
  background: #9cdcff;
  display: inline-block;
  font: 22px / 1.1 'Zoho_Puvi_Bold';
  border: 1px solid #000000;
  text-align: center;
  transition: 0.5s ease-in;
  transform: scale(0);
}
.box-one-main .arrow {
  height: 85px;
  margin-left: 5px;
}
.box-one-main .arrow svg {
  height: 0;
  transition: 0.9s ease-in;
}
.final-main {
  float: right;
}
.final-main .arrow {
  height: 85px;
  width: 10px;
  margin-left: 10px;
}
.final-main .arrow svg {
  height: 0;
  transition: 0.5s ease-out;
}
.box-final {
  padding: 18px;
  display: inline-flex;
  height: 70px;
  vertical-align: middle;
  margin-top: 45px;
  align-items: center;
  transform: scale(0);
  transition: 0.5s ease-in;
  font: 22px / 1.1 'Zoho_Puvi_Bold';
}
@keyframes leaves {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/* RCA Guide END */
.sdp-secops-banner {
  background-color: #e9feff;
}
.secops-first-strip {
  background-color: #fffde6;
}
.secops-second-strip {
  background-color: #e3ffe1;
}
.secops-third-strip {
  background-color: #ffe3e3;
}
.secops-four-strip {
  background-color: #b2def9;
}
.secops-five-strip {
  background-color: #e6ccff;
}
/*OLA GUIDE TABLE STARTS HERE*/
p.ola-intro {
  max-width: 90%;
}
table.guide-table {
  table-layout: fixed;
  width: 100%;
}
table.ola-guide-table-three-column, table.guide-table {
  width: 100%;
  overflow-x: scroll;
  border-radius: 15px 15px 0px 0px;
  box-shadow: rgb(0 0 0 / 5%) 0px 10px 20px, rgb(0 0 0 / 0%) 0px 6px 6px;
  margin: 50px auto;
}
table.ola-guide-table-three-column td, table.guide-table td {
  width: 33.33%;
}
table.ola-guide-table-three-column th {
  font-family: var(--zoho_Puvi_Semi_Bold);
  background: #e0ffd3;
  text-align: left;
  border: 1px solid #e0ffd3;
}
table.guide-table th {
  font-family: var(--zoho_Puvi_Bold);
  text-align: left;
  border: 1px solid #e0ffd3;
  font-size: 20px;
}
table.ola-guide-table-three-column th, table.guide-table th, tr, td {
  padding: 25px 30px;
  border: 1px solid #ddd;
  vertical-align: middle;
}
table.ola-guide-table-three-column tr:nth-child(even) {
  background: #e0ffd330;
}
table.guide-table tr:nth-child(even) {
  background: #bbbbbb21;
}
table.tasks-targets {
  max-width: 80%;
}
.tasks-targets td:nth-child(1) {
  width: 20%;
}
.tasks-targets td:nth-child(2), .tasks-targets td:nth-child(3) {
  width: 40%;
}
table.ola-guide-table-three-column .sdp-list-style, table.guide-table .sdp-list-style {
  padding-bottom: 0px;
}
.ola-guide-banner {
  background: #e0ffd3;
}
.ola-blue-bg {
  background: #d5f6fa;
}
.ola-red-bg {
  background: #ffd9d9;
}
.ola-yellow-bg {
  background: #fff7c1;
}
.ola-green-bg {
  background: #e0ffd3;
}
.ola-light-blue-bg {
  background: #d5f6fa;
}
.ola-light-red-bg {
  background: #ffd9d9;
}
/*OLA GUIDE TABLE ENDS HERE*/
/*ITSM Automation Start */
.sdp-itsm-auto-banner {
  background-color: #e3f1fc;
}
.sdp-itsm-auto-first-strip {
  background-color: #ddf9e2;
}
.sdp-itsm-auto-second-strip {
  background-color: #fff1cd;
}
.sdp-itsm-auto-third-strip {
  background-color: #fdd9d9;
}
.sdp-itsm-auto-four-strip {
  background-color: #e3f1fc;
}
.sdp-itsm-auto-five-strip {
  background-color: #ddf9e2;
}
.sdp-itsm-auto-six-strip {
  background-color: #fff1cd;
}
.sdp-itsm-auto-seven-strip {
  background-color: #fdd9d9;
}
.sdp-secops-banner .sdp-two-col-main {
  padding: 30px 0 70px 0;
}
.sdp-img-box-shadow {
  box-shadow: 0 0px 15px -6px rgba(119, 119, 119, 0.4);
}
.screen-shots {
  border-radius: 10px;
  overflow: hidden;
}
/*ITSM Automation End */
/*what is self service portal start here*/
.what-is-ssp-banner {
  background: #e0ffd3;
}
#what-is-ssp-parent p.intro {
  max-width: 100%;
  text-align: left;
}
#what-is-ssp-parent ul.sdp-list-style {
  padding-bottom: 0px;
}
#what-is-ssp-parent .sdp-author-section {
  padding: 0px 0px 0px;
}
#what-is-ssp-parent .img-wrap {
  max-width: 800px;
  margin: 50px auto;
}
p.img-sub-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
}
.sdp-strip-col-main.what-is-ssp-col-main {
  height: 370px;
}
.sdp-strip-banner-section .what-is-ssp-bg {
  padding: 0px 0px;
}
.mid-cta-box-wrap {
  text-align: center;
}
.mid-cta-box-wrap .sdp-section-part > div {
  box-sizing: border-box;
  border: 1px solid #0167ff4f;
  padding: 40px 50px;
}
.mid-cta-box-wrap h3 {
  margin-bottom: 10px;
  line-height: 1.5;
}
.what-is-ssp-bg {
  padding: 30px 0px;
}
.what-is-ssp-yellow-bg {
  background: #fff2cd;
}
.what-is-ssp-blue-bg {
  background: #e3f1fc;
}
.what-is-ssp-red-bg {
  background: #fdd9d9;
}
.what-is-ssp-green-bg {
  background: #ddf9e2;
}
.what-is-ssp-resource-kit h1 {
  text-align: center;
  font: 46px / 1.1 var(--zoho_Puvi_Etra_Bold);
}
.what-is-ssp-resource-kit h3 {
  text-align: center;
  font: 30px / 1.3 var(--zoho_Puvi_Bold);
  padding: 0px 50px;
  box-sizing: border-box;
}
.what-is-ssp-resource-kit p {
  text-align: center;
  font-size: 18px;
  color: #fff;
}
.what-is-ssp-resource-kit p.form-para-content {
  text-align: left;
  margin-bottom: 30px;
}
.errormsg {
  font-size: 14px;
  color: #ff1f37;
}
.mid-cta-box-wrap .sdp-guide-higligted-wrap > div {
  max-width: 650px;
  margin: 0px auto;
  background: #fff2cda3;
  border: 1px solid #ffd96ea3 !important;
  padding: 40px 40px;
}
.mid-cta-box-wrap .sdp-guide-higligted-wrap > div h3 {
  font: 24px / 1.3 Georgia, serif;
  font-style: italic;
}
.mid-cta-box-wrap .sdp-guide-higligted-wrap > div .cta .sdp-internal-links {
  font-family: 'Zoho_Puvi_Bold';
  background: #FF1800;
  color: #fff;
  padding: 8px 30px;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  margin-top: 10px;
  cursor: pointer;
  border-radius: 3px;
  text-transform: uppercase;
  transition: all 0.8s;
  border: none;
  display: block;
  max-width: 220px;
  margin-bottom: 10px;
  transition: .6s ease;
}
.mid-cta-box-wrap .sdp-guide-higligted-wrap > div .cta .sdp-internal-links:hover {
  background: #ff1900d1;
  transition: .6s ease;
}
.sdp-guide-higligted-wrap .cta {
  padding: 0px 20px;
}
#what-is-ssp-parent .support-box-main {
  padding: 40px 0 0;
  margin-bottom: 0px;
}
#what-is-ssp-parent .support-box-main .support-box-item .support-icon {
  background-image: url(https://www.manageengine.com/products/service-desk/self-service/images/talk-benifit.svg);
  width: 100px;
  height: 100px;
  background-size: 600px;
}
#what-is-ssp-parent .support-box-main .support-box-item:nth-child(1) .support-icon {
  background-position: 0 0;
}
#what-is-ssp-parent .support-box-main .support-box-item:nth-child(2) .support-icon {
  background-position: -510px 0px;
}
#what-is-ssp-parent .support-box-main .support-box-item:nth-child(3) .support-icon {
  background-position: -175px 0px;
}
#what-is-ssp-parent .support-box-main .support-box-item:nth-child(4) .support-icon {
  background-position: -345px 0px;
}
#what-is-ssp-parent .support-box-main .support-box-item {
  width: calc(100% / 4);
  box-sizing: border-box;
  border-bottom: unset;
}
#what-is-ssp-parent .support-box-main .support-box-item:nth-child(3) {
  border-right: 1px dashed #dfdfdf;
}
/*what is self service portal end here*/
/*service desk metrics start here*/
.helpdesk-mk-banner .sdp-two-col-item.sdp-banner-content-col h1.sdp-no-desc {
  margin-bottom: 20px;
}
.help-desk-metrics-kpi-strip {
  width: 100%;
  margin: 0px auto;
  background: #e0f4ff;
  max-width: 900px;
  border-radius: 5px;
  box-shadow: rgb(0 0 0 / 17%) 0px 25px 20px -20px;
}
.sdp-strip-img-wrap {
  max-width: 170px;
}
.sdp-content-main .help-desk-metrics-kpi-strip .flex-wrap > div {
  border: unset !important;
  padding: 0px 0px !important;
  background: unset;
}
.sdp-content-main .help-desk-metrics-kpi-strip .flex-wrap > div h3 {
  font: 28px / 1.3 Georgia, serif;
  font-style: italic;
  margin-bottom: 10px;
  font-weight: bold;
}
.help-desk-metrics-kpi-strip .flex-wrap > div:nth-child(1) {
  max-width: 25%;
  flex: 0 0 25%;
}
.help-desk-metrics-kpi-strip .flex-wrap > div:nth-child(2) {
  max-width: 75%;
  flex: 0 0 75%;
}
.sdp-content-main .sdp-content-section .help-desk-metrics-kpi-strip .sdp-section-part {
  margin: 70px 0 70px 0;
  padding: 25px 40px;
  box-sizing: border-box;
}
.sdp-strip-col-main.helpdesk-mk-col-main {
  height: 370px;
}
.helpdesk-mk-banner {
  background: #fff0cf;
}
.helpdesk-mk-yellow-bg {
  background: #fff2cd;
}
.helpdesk-mk-blue-bg {
  background: #e3f1fc;
}
.helpdesk-mk-red-bg {
  background: #fdd9d9;
}
.helpdesk-mk-green-bg {
  background: #ddf9e2;
}
.note-content {
  font-size: 14px;
}
.helpdesk-mk-blue-bg-parent .guide-table thead {
  background: #468ec9;
  color: #fff;
}
.helpdesk-mk-blue-bg-parent table.guide-table tr:nth-child(even) {
  background: #e3f1fc;
}
.helpdesk-mk-yellow-bg-parent .guide-table thead {
  background: #dca622;
  color: #fff;
}
.helpdesk-mk-yellow-bg-parent table.guide-table tr:nth-child(even) {
  background: #fff2cd;
}
.helpdesk-mk-green-bg-parent .sdp-list-style li::before {
  border: solid 7px #5b9465;
}
.helpdesk-mk-yellow-bg-parent .sdp-list-style li::before {
  border: solid 7px #dca622;
}
.helpdesk-mk-red-bg-parent .sdp-list-style li::before {
  border: solid 7px #af5449;
}
.helpdesk-mk-blue-bg-parent .sdp-list-style li::before {
  border: solid 7px #549dd7;
}
.text-wrap-balance {
  text-wrap: balance;
}
.guide-table .sdp-list-style li {
  padding: 0px 0 0 20px;
}
.guide-table .sdp-list-style li::before {
  border: solid 6px #dca622;
}
.guide-table .sdp-list-style li::after {
  width: 3px;
  height: 6px;
  left: 5px;
  top: 7px;
}
/*service desk metrics end here*/
/*emergency-change-processend start here*/
.emergency-change-process-banner {
  background: #fed0d0;
}
#emergency-change-process .img-wrap {
  max-width: 800px;
  margin: 40px auto;
  width: 100%;
}
#emergency-change-process .sdp-strip-bg {
  background-size: cover;
  background-repeat: no-repeat;
}
#emergency-change-process .blue-bg {
  background-image: url(https://www.manageengine.com/products/service-desk/it-change-management/images/ecp-blue-bg.jpg);
}
#emergency-change-process .yellow-bg {
  background-image: url(https://www.manageengine.com/products/service-desk/it-change-management/images/ecp-yellow-bg.jpg);
}
#emergency-change-process .green-bg {
  background-image: url(https://www.manageengine.com/products/service-desk/it-change-management/images/ecp-green-bg.jpg);
}
#emergency-change-process .orange-bg {
  background-image: url(https://www.manageengine.com/products/service-desk/it-change-management/images/ecp-orange-bg.jpg);
}
#emergency-change-process .pink-bg {
  background-image: url(https://www.manageengine.com/products/service-desk/it-change-management/images/ecp-pink-bg.jpg);
}
#emergency-change-process .purple-bg {
  background-image: url(https://www.manageengine.com/products/service-desk/it-change-management/images/ecp-purple-bg.jpg);
}
#emergency-change-process #types-change .sdp-list-style li::before {
  border: solid 7px #1c93c9;
}
#emergency-change-process #ransomware-attack .sdp-list-style li::before {
  border: solid 7px #6aaf46;
}
#emergency-change-process #causes-chaos .sdp-list-style li::before {
  border: solid 7px #a36a45;
}
#emergency-change-process .heading-length-more {
  font-size: 40px;
}
#emergency-change-process #ransomware-attack ul.sdp-list-style li::before, #emergency-change-process #causes-chaos ul.list-none li::before, #emergency-change-process #causes-chaos ul.list-none li::after {
  display: none;
}
#emergency-change-process #ransomware-attack ul.sdp-list-style li::after {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #e56e6d;
  border-width: unset;
  top: 10px;
}
#emergency-change-process #causes-chaos ul.list-none li {
  list-style-type: number;
  padding: 0px 0 0 10px;
  margin-left: 20px;
}
#emergency-change-process .sdp-strip-col-main.helpdesk-mk-col-main {
  height: 300px;
}
#emergency-change-process .sdp-image-space {
  max-width: 450px;
}
#emergency-change-process #bottom-line .sdp-image-space {
  max-width: 500px;
}
#emergency-change-process #emergency-example .sdp-image-space {
  max-width: 390px;
}
#emergency-change-process #types-change .sdp-image-space {
  max-width: 380px;
}
.emergency-change-process-banner .banner-img-wrap {
  max-width: 550px;
  margin: 0px auto;
}
#emergency-change-process .sdp-img-box-shadow {
  border-radius: 8px;
  overflow: hidden;
}
#emergency-change-process #ransomware-attack .sdp-list-style {
  padding-bottom: 0px;
}
/*emergency-change-processend end here*/
/*po-tech-start-here*/
.po-tech-banner .banner-img-wrap {
  max-width: 480px;
  margin: 0px auto;
  width: 100%;
}
#po-tech-parent table.guide-table {
  max-width: 920px;
  width: 100%;
}
#po-tech-parent .sdp-strip-col-main.helpdesk-mk-col-main {
  height: 300px;
}
#po-tech-parent #create-purchase-order .creatives.sdp-image-space, #po-tech-parent #example-purchase-order .creatives.sdp-image-space, #po-tech-parent #bottom-line .creatives.sdp-image-space {
  max-width: 400px;
}
.po-tech-banner {
  background: #fff4b7;
}
.po-tech-banner .sdp-no-desc {
  font: 54px / 1.1 var(--zoho_Puvi_Etra_Bold);
}
#po-tech-parent .red-bg {
  background: #fcdad9;
}
#po-tech-parent .blue-bg {
  background: #e2f0fe;
}
#po-tech-parent .yellow-bg {
  background: #fff2cd;
}
#po-tech-parent .green-bg {
  background: #dbf9e3;
}
#po-tech-parent table.guide-table th {
  padding: 25px 30px;
  border: 1px solid #ddd;
  font-family: var(--zoho_Puvi_Regular);
  font-size: 17px;
  background-color: #fcdad969;
}
#po-tech-parent table.guide-table tr:nth-child(even) {
  background-color: #fcdad969;
}
#po-tech-parent #create-purchase-order .sdp-list-style li::before {
  border: solid 7px #468ed5;
}
#po-tech-parent .screen-shots {
  max-width: 900px;
  margin: 50px auto 30px;
  display: block;
  width: 100%;
}
#po-tech-parent table.ola-guide-table-three-column td, #po-tech-parent table.guide-table td {
  width: auto;
}
#po-tech-parent table.guide-table {
  table-layout: auto;
}
#po-tech-parent table.ola-guide-table-three-column th, #po-tech-parent table.guide-table th, tr, td {
  padding: 13px 30px;
}
/*po-tech-end-here*/
/*SLA Guide start here*/
.sla-guide {
  background: #b6e4e9;
}
.sla-guide .sdp-no-desc {
  font: 46px / 1.1 var(--zoho_Puvi_Etra_Bold);
}
.sla-guide .banner-img-wrap {
  max-width: 550px;
  margin: 0px auto;
}
#sla-guide-parent .screen-shots {
  max-width: 900px;
  margin: 50px auto 30px;
  display: block;
  width: 100%;
}
#sla-guide-parent .red-bg {
  background: #e99b99;
}
#sla-guide-parent .blue-bg {
  background: #e2f0fe;
}
#sla-guide-parent .yellow-bg {
  background: #fff2cd;
}
#sla-guide-parent .green-bg {
  background: #dbf9e3;
}
/*SLA Guide end here*/
/* IT service mapping guide START */
.service-map-banner .sdp-two-col-main {
  padding: 0px 0 50px 0;
}
.service-map-banner {
  background-color: #00926b;
}
.service-map-banner h1, .service-map-banner p, .service-map-banner .sd-bread-crumb .sdp-cmn-breadcrum a, .service-map-banner .sd-bread-crumb .sdp-cmn-breadcrum .sdp-bread-crumb-arrow, .service-map-banner .sd-bread-crumb .sdp-cmn-breadcrum .sdp-root-page {
  color: #ffffff;
}
.service-map-banner .sd-bread-crumb .sdp-cmn-breadcrum a::after {
  background-color: #ffffff;
}
.sdp-cta-yellow {
  background-color: #fff000;
  color: #000000;
}
.sdp-cta-yellow:hover {
  background: #fdff20;
}
.ser-map-first {
  background-color: #ffeeaf;
}
.ser-map-two {
  background-color: #ffdcec;
}
.ser-map-three {
  background-color: #cfd4f7;
}
.ser-map-four {
  background-color: #ffcea2;
}
.ser-map-five {
  background-color: #b2e1bf;
}
.table-four-col {
  overflow-x: scroll;
  max-width: 100%;
  margin: 10px 0 40px 0;
}
.table-four-col table tr td {
  width: 25%;
  vertical-align: top;
  border: 1px solid #ee4f9a;
}
.table-four-col.tbl-pink-color table thead {
  background: #ee4f9a;
  font: 19px/1.1 'Zoho_Puvi_SemiBold';
  color: #ffffff;
}
.table-four-col .sdp-list-style {
  padding-bottom: 0;
}
.tble-two-uneven:not(.with-thead) table tr:nth-child(odd) {
  background-color: #ffdcec;
}
.tble-two-uneven.with-thead table tr:nth-child(even) {
  background-color: #ffdcec;
}
.tble-two-uneven table thead tr td {
  background: #ee4f9a;
  font: 19px/1.1 'Zoho_Puvi_SemiBold';
  color: #ffffff;
}
.tble-two-uneven table tr td {
  border: 1px solid #ffc4e0;
}
.tble-two-uneven table tr td p {
  margin-bottom: 0;
}
.tble-two-uneven.with-thead.tbl-yellow table thead td {
  background-color: #fc9d59;
}
.tble-two-uneven.with-thead.tbl-yellow table tr td {
  border-color: #fc9d59;
}
.tble-two-uneven.with-thead.tbl-yellow table tr:nth-child(even) {
  background-color: #fff1e6;
}
.tble-two-uneven.with-thead.tbl-light-blue table thead td {
  background-color: #acb3e2;
  padding: 20px;
  color: #000000;
}
.tble-two-uneven.with-thead.tbl-light-blue table tr:nth-child(even) {
  background-color: #e6e8fb;
}
.tble-two-uneven.with-thead.tbl-light-blue table tbody tr td, .tble-two-uneven.with-thead.tbl-light-blue table thead td {
  border: 1px solid #cfd4f7;
}
.sec-highlight {
  padding: 20px;
  max-width: 85%;
  margin: 0 auto;
}
.sec-highlight p {
  font: 18px / 1.6 Zoho_Puvi_SemiBold, sans-serif;
  letter-spacing: 0;
  font-style: italic;
  background: #fff3f9;
  padding: 30px;
  border-radius: 5px 10px 10px 5px;
  border-left: 5px solid #e6a2c2;
}
/* IT service mapping guide END */
/* ITAM hybrid workplace START */
.sdp-itam-hybrid.sdp-banner-section {
  background-color: #ffb5b5;
}
.sdp-strip-bg.hybrid-light-blue-bg {
  background-color: #e5feff;
}
.sdp-strip-bg.hybrid-blue-bg {
  background-color: #fff8d2;
}
.sdp-strip-bg.hybrid-yellow-bg {
  background-color: #e5ffe1;
}
.sdp-strip-bg.hybrid-red-bg {
  background: #ffdec0;
}
.sdp-img-box img {
  box-shadow: 0px 0px 10px #9e9e9e;
  border-radius: 2px;
}
.sdp-list-dafult {
  margin-bottom: 20px;
}
.sdp-list-dafult li {
  list-style-type: disc;
  font: 18px / 1.4 var(--zoho_Puvi_Regular);
  padding: 0px 0 0 5px;
  margin: 0 0 0 16px;
  position: relative;
  line-height: 1.5;
}
.sdp-list-dafult li::marker {
  color: #0067ff;
  font-size: 23px;
}
.sdp-list-dafult li:after, .sdp-list-dafult li:before {
  display: none;
}
.sdp-list-style.list-none li {
  list-style-type: number;
  padding: 0px 0 0 10px;
  margin-left: 20px;
}
.sdp-list-style.list-none li::before, .sdp-list-style.list-none li::after {
  display: none;
}
/* ITAM hybrid workplace END */
/* what is itam START */
.sdp-what-is-itam {
  background-color: #fdd9d9;
}
.itam-table {
  width: 100%;
  margin: 10px 0 50px 0;
}
.itam-table .sdp-list-style {
  padding-bottom: 0;
}
.itam-table tr p {
  margin-bottom: 0;
}
.itam-table tr th, .itam-table tr td {
  padding: 20px;
  border: 1px solid #b7cdde;
}
.itam-table tr td:first-child {
  width: 30%;
}
.itam-table tr th {
  background: #e3f1fc;
  font: 18px/1.5 Zoho_Puvi_SemiBold, sans-serif;
}
.itam-table .sdp-list-style li::before, .itam-tbl-three .sdp-list-style li::before {
  border-color: #5695c1;
}
.itam-tb {
  width: 100%;
  margin: 15px 0 30px 0;
}
.itam-tb tr th, .itam-tb tr td {
  padding: 20px;
  border: 1px solid #b28487;
}
.itam-tb tr th {
  background: #dfb3b6;
  font: 18px/1.5 Zoho_Puvi_SemiBold, sans-serif;
}
.itam-tbl-three {
  width: 100%;
  margin: 30px 0;
}
.itam-tbl-three tr th, .itam-tbl-three tr td {
  padding: 20px;
  border: 1px solid #6c99b8;
}
.itam-tbl-three tr th {
  background: #a0cbe9;
  font: 18px/1.5 Zoho_Puvi_SemiBold, sans-serif;
}
.itam-tbl-three tr th:first-child, .regulatory-tbl-three tr th:first-child {
  width: 20%;
}
.itam-tbl-three tr th:nth-child(2), .regulatory-tbl-three tr th:nth-child(2) {
  width: 40%;
}
.itam-tbl-three tr th:nth-child(3), .regulatory-tbl-three tr th:nth-child(3) {
  width: 40%;
}
.itam-tb .sdp-list-style li::before {
  border-color: #b28487;
}
.regulatory-tbl-three tr th {
  background: #fff0cb;
  font: 18px/1.5 Zoho_Puvi_SemiBold, sans-serif;
}
.regulatory-tbl-three tr th, .regulatory-tbl-three tr td {
  padding: 20px;
  border: 1px solid #eecba0;
}
.sdp-what-itam-one {
  background-color: #e3f1fc;
}
.sdp-what-itam-two {
  background-color: #ddf9e2;
}
.sdp-what-itam-three {
  background-color: #fff1cd;
}
.sdp-what-itam-four {
  background-color: #fdd9d9;
}
.sdp-what-itam-five {
  background-color: #e3f1fc;
}
.sdp-what-itam-six {
  background-color: #ddf9e2;
}
.sdp-what-itam-seven {
  background-color: #fff1cd;
}
.sdp-what-itam-eight {
  background-color: #fdd9d9;
}
.sdp-what-itam-nine {
  background-color: #e3f1fc;
}
.sdp-what-itam-ten {
  background-color: #ddf9e2;
}
.sdp-table-main {
  width: 100%;
  overflow-x: scroll;
}
.sdp-table-main .sdp-list-style {
  padding-bottom: 0px;
}
.sdp-long-form-cta-sec {
  padding: 50px;
  box-shadow: 0px 0px 6px #e0e0e0;
  max-width: 70%;
  margin: 60px auto;
  border-radius: 8px;
  text-align: center;
  /*    background-color: #ddf9e2;*/
}
.sdp-long-form-cta-sec p {
  font-size: 15px;
}
.sdp-long-form-cta-sec h2 {
  margin-bottom: 5px;
}
.sdp-long-form-cta-sec .sdp-banner-cta {
  padding: 15px 50px;
}
.regulatory-tbl-three .sdp-list-style li::before {
  border-color: #c4863a;
}
.sdp-box-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sdp-box-item {
  width: 25%;
  margin: 25px 15px;
  padding: 20px;
  box-shadow: 0px 0px 5px #bebebe;
  border-radius: 6px;
  background: #fff;
  transition: .5s ease-in;
  cursor: pointer;
}
.sdp-box-item:hover, .sdp-box-two-item:hover {
  transform: translateY(-10px);
}
.sdp-strip-col h4 {
  margin-top: 0px;
}
#itamitsm img {
  margin-top: 15px;
}
/* what is itam END*/
/*what is facilities management style start here*/
.what-is-fm-banner {
  background-color: #e3ffe7;
}
.what-is-fm-banner .sdp-container-banner .sdp-two-col-main .sdp-banner-img-col {
  text-align: left;
}
.what-is-fm-banner h1 {
  font: 47px / 1.1 var(--zoho_Puvi_Etra_Bold);
}
#what-is-fm-parent {
  padding: 50px 0px 0px;
}
#what-is-fm-parent .sdp-strip-banner-section .sdp-strip-col-main {
  padding: 50px 0px;
}
#what-is-fm-parent .sdp-strip-banner-section.sdp-strip-img-part .sdp-strip-heading-and-img .sdp-strip-col-main .sdp-strip-col:nth-child(2) img {
  max-width: 80%;
}
#what-is-fm-parent .yellow-bg-screen {
  background: #fff4c7;
}
#what-is-fm-parent .red-bg-screen {
  background: #ffd9d9;
}
#what-is-fm-parent .green-bg-screen {
  background: #e3ffe7;
}
#what-is-fm-parent .skyblue-bg-screen {
  background: #e1f6ff
}
#what-is-fm-parent #benefit-fm .sdp-strip-col-main .sdp-strip-col:nth-child(2) img, #what-is-fm-parent #top-skills-fm .sdp-strip-col-main .sdp-strip-col:nth-child(2) img {
  max-width: 65%;
}
#what-is-fm-parent #fm-it-departments .sdp-strip-col-main .sdp-strip-col:nth-child(2) img, #what-is-fm-parent #how-to-select-fms .sdp-strip-col-main .sdp-strip-col:nth-child(2) img {
  max-width: 70%;
}
#what-is-fm-parent .blue-bg-screen {
  background: #e3f2ff;
}
.sdp-sub-p {
  font-size: 15px;
}
.sdp-box-icon {
  width: 90px;
  height: 90px;
  background: url(https://www.manageengine.com/products/service-desk/it-asset-management/images/itam-icon.png) no-repeat;
  background-position: 4px 4px;
  background-size: 500px;
  margin: 0 auto 10px;
}
.sdp-itam-organization {
  background-position: -105px 4px;
}
.sdp-itam-workstations {
  background-position: -201px 4px;
}
.sdp-itam-clients {
  background-position: -300px 4px;
}
.sdp-itam-lands {
  background-position: -403px 4px;
  width: 100px;
}
.sdp-itam-item {
  padding: 10px 0;
}
.sdp-itam-item .sdp-img-box-shadow {
  margin: 20px 0;
}
.sdp-itam-item figcaption {
  padding-bottom: 40px;
}
/*what is facilities management end here*/
/*it-project-management style start here*/
.it-project-management-banner {
  background: #ffdede;
}
#it-project-management-parent .sdp-strip-banner-section .sdp-strip-col-main {
  height: auto;
}
#it-project-management-parent .blue-bg {
  background: #e5f1fc;
}
#it-project-management-parent .green-bg {
  background: #d6fadf;
}
#it-project-management-parent .red-bg {
  background: #ffe2de;
}
#it-project-management-parent .yellow-bg {
  background: #fff1cd;
}
table.it-project-management-table th {
  background: #e5f1fc;
}
table.ola-guide-table-three-column tr:nth-child(even) {
  background: #e5f1fc6b;
}
#it-project-management-parent .img-wrap {
  max-width: 600px;
  width: 100%;
  margin: 0px auto 40px;
}
/*it-project-management style end here*/
/* Software License management START */
.sdp-what-is-slm {
  background-color: #cfe0ff;
}
.sdp-div-dark {
  width: 75%;
  background: #fffadc;
  padding: 20px 60px;
  border: 1px solid #000;
  border-radius: 20px;
  margin: 50px auto;
}
.sdp-div-dark h4 {
  font-size: 26px;
  margin-top: 0;
  margin-bottom: 10px;
}
.sdp-div-dark p {
  margin-bottom: 10px;
}
.sdp-source-link {
  font-size: 14px;
}
.sdp-text-highlight {
  font: 20px / 1.5 'Zoho_Puvi_SemiBold';
}
.sdp-box-two-main {
  display: flex;
}
.sdp-grid-box-main h5 {
  margin: 20px 0;
}
.sdp-box-two-item {
  flex: 1 0;
  margin: 25px 15px;
  padding: 20px;
  box-shadow: 0px 0px 5px #bebebe;
  border-radius: 6px;
  background: #fff;
  transition: .5s ease-in;
  cursor: pointer;
  text-align: center;
}
.sdp-guide-video-sec-mian {
  width: 75%;
  margin: 50px auto;
}
.sdp-guide-video-sec {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.sdp-guide-video-sec iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sdp-slm-one {
  background: #ffe1e1;
}
.sdp-slm-history {
  background: #fff7e3;
}
.sdp-slm-manager {
  background: #e6ffe6;
}
.sdp-slm-process {
  background: #d4fffc;
}
.sdp-slm-streamline {
  background: #fff0f2;
}
.sdp-slm-concepts {
  background: #dcffe0;
}
.sdp-slm-practices {
  background: #e3eeff;
}
.sdp-slm-sdp {
  background: #d4fffc;
}
.sdp-slm-poorly {
  background: #f9ffe1;
}
.slm-table-main {
  width: 100%;
  overflow-x: scroll;
}
.slm-table-main .sdp-list-style li::before {
  border: solid 7px #94943b;
}
.slm-table-main table thead tr th {
  padding: 20px;
  background: #f2f2be;
  font: 22px / 1.5 'Zoho_Puvi_SemiBold', sans-serif;
  width: 33.33%;
  border: 1px solid #d4d462;
}
.slm-table-main table tr td {
  vertical-align: top;
  padding: 20px;
  border: 1px solid #d4d462;
}
.slm-table-main table tr td .sdp-list-style {
  padding-bottom: 0;
}
.slm-infographics .sdp-two-col-main {
  padding: 30px 0;
  align-items: center;
}
.slm-infographics h2 {
  font-size: 30px;
}
.slm-infographics .sdp-two-col-main .sdp-info-img-col {
  text-align: center;
}
.sdp-presenting .sdp-box-item h5 {
  margin-top: 10px;
}
.sdp-presenting .sdp-box-item h5 a {
  color: #000;
}
.sdp-presenting .sdp-box-item h5 a:hover {
  color: #000;
  text-decoration: none;
}
.sdp-presenting .sdp-box-item p {
  font-size: 16px;
}
.sdp-presenting .sdp-slm-icon {
  margin: 0;
}
.slm-infographics .sdp-two-col-main .sdp-two-col-item:nth-child(2) {
  padding-left: 0;
}
.slm-infographics .sdp-two-col-main .sdp-two-col-item:nth-child(1) {
  padding-right: 0;
}
.sdp-slm-icon {
  width: 90px;
  height: 90px;
  background: url(https://www.manageengine.com/products/service-desk/it-asset-management/images/slm-icons.svg) no-repeat;
  background-position: 4px 4px;
  background-size: 500px;
  margin: 0 auto 10px;
}
.sdp-slm-procurement {
  background-position: -79px 10px;
}
.sdp-slm-posture {
  background-position: -170px 4px;
  background-size: 520px;
}
.sdp-slm-relationships {
  background-position: -245px 10px;
}
.sdp-slm-transparency {
  background-position: -336px 10px;
}
.sdp-itam-better {
  background-position: -421px 10px;
}
.sdp-slm-im {
  background-position: 5px -97px;
}
.sdp-slm-pm {
  background-position: -80px -97px;
}
.sdp-slm-cm {
  background-position: -162px -97px;
}
.sdp-slm-cmdb {
  background-position: -250px -97px;
}
.sdp-slm-srm {
  background-position: -337px -97px;
}
.sdp-slm-reporting {
  background-position: -422px -97px;
}
.sdp-slm-itpm {
  background-position: 9px -192px;
}
.sdp-cta-form {
  display: flex;
  margin: 0px auto;
  max-width: 88%;
  padding: 50px 0;
  justify-content: center;
}
.sdp-cta-form .sdp-banner-cta {
  padding: 15px 30px;
}
.sdp-cta-form .sdp-banner-cta {
  margin: 0 10px;
}
.sdp-strip-banner-section .sdp-strip-col-main .sdp-strip-col:first-child p, .sdp-next-step p{
	  margin-bottom: 10px;
    font-size: 23px;
    line-height: 1.3;
}
.sdp-strip-banner-section.sdp-strip-img-part .sdp-strip-heading-and-img .sdp-strip-col-main .sdp-strip-col:first-child h2 {
    margin: 0;
}
.text-underline {
    border-bottom: 1.5px solid #000;
}
.sdp-sub-h3 {
    font-size: 32px;
}
.sdp-next-step h2{
	margin-bottom: 0;
}
.sdp-next-step {
	padding: 60px 0;
}

/* Software License management END */
/* ESM GUIDE STYLE STARTS HERE */
.esm-guide-banner {
  background: #fdd9d9;
}
.what-is-esm {
  background-color: #e3f1fc;
}
.why-need-esm {
  background-color: #fef2b8;
}
.who-can-benefit {
  background-color: #fdd9d9;
}
.esm-vs-itsm {
  background-color: #e3f1fc;
}
.must-haves {
  background-color: #e0ffd3;
}
.ai-machine-learning {
  background-color: #fff2b8;
}
.sdp-for-esm {
  background-color: #fdd9d9;
}
img.esm-guide-icon-image {
  margin: 100px 0px;
}
.esm-guide-table th {
  background: #fdd9d9;
  padding: 20px;
  font-weight: bold;
  vertical-align: middle;
  border: 1px solid #ddd;
}
/* ESM GUIDE STYLE ENDS HERE */


/* OP ITAM GUIDE STYLE STARTS HERE */
.op-itam-banner {
    background: #d2f1ff;
}
.uncovering-bg {
    background: #fff2b8;
}
.unified-bg {
    background: #fdd9d9;
}
.features-bg {
    background: #d2f1ff;
}
.bottom-line-bg {
    background: #ddf9e2;
}
table.itam-guide-table {
    margin: 30px 0px 0px 0px;
}
table.itam-guide-table thead {
    background: #fff2b8;
    font-weight: bold;
}
table.itam-guide-table th {
    vertical-align: middle;
    padding: 10px;
    border: 1px solid #ddd;
    font: 19px / 1.5 Zoho_Puvi_ExtraBold;
}
/*table.itam-guide-table tr td:nth-child(1), table.itam-guide-table tr th:nth-child(1) {
    width: 10%;
}
table.itam-guide-table tr td:nth-child(2), table.itam-guide-table tr td:nth-child(3), table.itam-guide-table tr td:nth-child(4) {
    width: 30%;
}
table.itam-guide-table tr th:nth-child(2), table.itam-guide-table tr th:nth-child(3), table.itam-guide-table tr th:nth-child(4) {
    width: 30%;
}*/
ol.ordered-list {
    margin: 0px 0px 0px 50px;
}
ol.ordered-list li {
    list-style: decimal !important;
    padding: 0px 0px 0px 0px;
}
ol.ordered-list li:before, ol.ordered-list li:after {
    display: none;
}
ul.nested-list li {
    list-style: disc;
    padding: 0px;
}
ul.esm-disc-list li:before, ul.esm-disc-list li:after  {
    display: none;
}
ul.esm-disc-list {
    margin: 0px 0px 0px 40px;
}
ul.esm-disc-list li {
    list-style: disc;
    padding: 0px 0px 0px 0px;
}
.esm-indent-list {
    margin: 0px 0px 0px 20px;
}
.no-padding-bottom {
    padding-bottom: 0px;
}
.product-screenshot {
    padding: 50px 0px;
}
.product-screenshot figcaption {
    margin: 20px 0px 0px 0px;
}
/* OP ITAM GUIDE STYLE ENDS HERE */

/* ITIL® priority matrix START */ 
.sdp-itil-pm {
	background-color: #a5f6de;
}
sup{
	vertical-align: top;
}
.sdp-itil-pm-one, .sdp-itil-pm-five, .sdp-itil-pm-nine  {
	background-color: #fff2cd;
}
.sdp-itil-pm-two, .sdp-itil-pm-six, .sdp-itil-pm-ten {
	background-color: #cae7fb;
}
.sdp-itil-pm-three, .sdp-itil-pm-seven {
	background-color: #fdd8d9;
}
.sdp-itil-pm-four, .sdp-itil-pm-eight {
	background-color: #c6ffee;
}
.sdp-matrix-table{
	width: 100%;
	overflow-x: scroll;
	margin: 40px 0;
}
.sdp-matrix-table thead th{
	padding: 20px;
	font: 20px/1.3 var(--zoho_Puvi_Semi_Bold);
	background-color: #cbe7fb;
}
.sdp-matrix-table thead th:nth-child(2), .sdp-matrix-table thead th:nth-child(3){
	width: 45%;
}
.sdp-matrix-table thead th, .sdp-matrix-table tr td {
	border: 1px solid #9cdcff;
}
.sdp-matrix-table tr:nth-child(even) {
    background: #f3faff;
}
.sdp-matrix-table tr td p{
	margin-bottom: 0;
}

/* ITIL® priority matrix END */

@media screen and (min-width: 1336px) and (max-width: 1440px) {
  h1 {
    font-size: 47px;
  }
  .sdp-banner-sub-head {
    font-size: 18px;
  }
  .box-main .box-icon-div {
    width: 90px;
    height: 90px;
    margin: 0 auto;
  }
  .box-main .box-items {
    max-width: 260px;
  }
  .support-box-main .support-box-item {
    max-width: 260px;
  }
}
@media screen and (max-width: 1280px) {
  .support-box-main .support-box-item, .box-main .box-items {
    width: 26.3%;
  }
  .sdp-banner-sub-head br {
    display: none;
  }
  .sdp-setting-icon {
    right: 255px;
    top: 20px;
  }
  table.tasks-targets {
    max-width: 100%;
  }
  p.ola-intro {
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .sidebar-heading {
    display: none
  }
  .sdp-container {
    padding: 0 30px;
  }
  .sdp-mobile-navigation {
    display: block;
  }
  .sdp-sider-bar, #commonHeader {
    display: none;
  }
  .sdp-two-col-main, .sdp-content-main {
    flex-wrap: wrap;
  }
  .sdp-two-col-main .sdp-two-col-item, .sdp-content-main .sdp-two-col-item, .sdp-two-col-main .sdp-sider-bar, .sdp-content-main .sdp-sider-bar, .sdp-two-col-main .sdp-content-section, .sdp-content-main .sdp-content-section {
    width: 100%;
    flex: 100%;
  }
  .sdp-strip-col-main {
    flex-wrap: wrap;
  }
  .sdp-strip-col-main .sdp-strip-col {
    width: 100%;
    max-height: 300px;
  }
  .sdp-content-main .sdp-content-section {
    padding: 80px 0 0;
  }
  .sdp-content-main .sdp-content-section .sdp-section-part {
    padding: 0;
  }
  .sdp-content-main .sdp-content-section .sdp-section-part.sdp-strip-no-img {
    padding: 0;
  }
  .sdp-banner-section .sdp-two-col-main {
    text-align: center;
  }
  .sdp-banner-section .sdp-two-col-main .sdp-two-col-item:first-child {
    padding: 0 0 50px 0;
  }
  .sdp-banner-section .sdp-two-col-main .sdp-two-col-item h1 {
    max-width: 100%;
  }
  .sdp-banner-section .sdp-two-col-main .sdp-two-col-item .sdp-banner-sub-head {
    max-width: 70%;
    margin: 25px auto;
  }
  .sdp-banner-section .sdp-two-col-main .sdp-two-col-item:last-child {
    padding-left: 0;
  }
  .sdp-guide-footer .sdp-footer-content {
    max-width: 90%;
  }
  .sdp-author-section {
    padding: 30px 0 0;
  }
  /**/
  .sysadmin-banner-bg .sdp-two-col-item:first-child.sdp-banner-content-col {
    max-width: 60%;
    margin: 0 auto;
    padding: 50px 0;
  }
  .sysadmin-banner-bg .no-padding-btm {
    padding-bottom: 25px;
  }
  .sdp-container-banner .sdp-two-col-main .sdp-banner-img-col {
    text-align: center;
  }
  /**/
  .sdp-content-body .sdp-strip h2.heading-length-more, .sdp-faq-sec h2.sdp-tac {
    font-size: 32px;
  }
  .what-is-ssp-resource-kit h1 {
    font-size: 34px;
  }
  .box-main .box-items {
    width: 270px;
  }
  .support-box-main .support-box-item {
    width: 270px;
  }
  .sdp-mobile-only {
    display: block;
  }
  .sdp-web-only {
    display: none;
  }
  .sdp-setting-leaf {
    width: 60px;
    height: 60px;
    background-size: 850px;
    background-position: -772px -55px;
    left: 276px;
    bottom: 107px;
  }
  .sdp-setting-icon {
    right: 407px;
    top: 18px;
  }
  .what-is-fm-banner .sdp-container-banner .sdp-two-col-main .sdp-banner-img-col {
    text-align: center;
  }
  .what-is-fm-banner .sdp-two-col-main .sdp-banner-img-col img {
    width: 100%;
    max-width: 400px;
    margin: 0px auto;
  }
  .sdp-what-is-slm .sdp-banner-img-col img {
    width: 60%;
  }
  .slm-infographics .sdp-flex-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 820px) {
  .what-is-ssp-resource-kit h3 {
    padding: 0px 0px;
  }
  #what-is-ssp-parent .support-box-main .support-box-item {
    width: calc(100% / 2);
  }
  #what-is-ssp-parent .support-box-main .support-box-item {
    border-left: unset;
    border-right: unset;
  }
  #what-is-ssp-parent .support-box-main .support-box-item:nth-child(1), #what-is-ssp-parent .support-box-main .support-box-item:nth-child(2) {
    border-bottom: 1px dashed #dfdfdf;
  }
  #what-is-ssp-parent .support-box-main .support-box-item:nth-child(1), #what-is-ssp-parent .support-box-main .support-box-item:nth-child(3) {
    border-right: 1px dashed #dfdfdf;
    border-left: unset;
  }
  .what-is-ssp-resource-kit p, ul.list-wrap li {
    font-size: 17px;
  }
  .kit-form-container {
    width: 100%;
  }
  .sdp-banner-section .sdp-banner-conetent.sdp-two-col-main .sdp-two-col-item h1 {
    font-size: 46px;
  }
  .sdp-banner-section .sdp-banner-conetent.sdp-two-col-main .sdp-two-col-item img {
    max-width: 80%;
  }
  .sdp-banner-section .sdp-banner-conetent.sdp-two-col-main .sdp-two-col-item .sdp-banner-sub-head {
    max-width: 100%;
  }
  .sdp-content-body .sdp-strip h2 {
    font-size: 38px;
  }
  .sdp-guide-footer .sdp-footer-content {
    max-width: 100%;
  }
  .sysadmin-banner-bg .sdp-two-col-item:first-child.sdp-banner-content-col {
    max-width: 70%;
    margin: 0 auto;
    padding: 50px 0;
  }
  .sysadmin-banner-bg .sdp-two-col-item img {
    max-width: 60%;
  }
  .box-main .box-items, .support-box-main .support-box-item {
    width: 180px;
  }
  .kit-form-container .sdp-two-col-main .sdp-two-col-item:first-child {
    padding-right: 0;
  }
  .kit-form-container .sdp-two-col-main .sdp-two-col-item:nth-child(2) {
    padding-left: 0;
  }
  .faq-main-content {
    max-width: 95%;
  }
  .sdp-setting-icon {
    right: 267px;
    top: 28px;
  }
  .sdp-setting-leaf {
    left: 116px;
    bottom: 110px;
  }
  .mid-cta-box-wrap .sdp-guide-higligted-wrap > div {
    padding: 30px 30px;
  }
  table.ola-guide-table-three-column th, table.guide-table th, tr, td {
    padding: 15px 10px;
  }
  #po-tech-parent table.ola-guide-table-three-column th, #po-tech-parent table.guide-table th, tr, td {
    padding: 13px 10px;
  }
  #helpdesk-mk-parent .guide-table .sdp-list-style li {
    font: 16px / 1.4 var(--zoho_Puvi_Regular);
  }
  .help-desk-metrics-kpi-strip .flex-wrap > div:nth-child(1), .help-desk-metrics-kpi-strip .flex-wrap > div:nth-child(2) {
    max-width: 100%;
    flex: 0 0 100%;
    text-align: center;
  }
  .sdp-content-main .sdp-content-section .help-desk-metrics-kpi-strip .sdp-section-part {
    padding: 30px 30px;
  }
  .sdp-strip-img-wrap {
    margin: 0px auto 20px;
    max-width: 150px;
  }
  .sdp-author-section .sdp-author-img {
    max-width: 70px;
  }
  .sec-highlight {
    max-width: 100%;
    padding: 0;
  }
  h1 br, .sdp-div-dark br, .sdp-strip-banner-section .sdp-strip-col-main .sdp-strip-col:first-child p br {
    display: none;
  }
  #what-is-fm-parent .sdp-strip-banner-section.sdp-strip-img-part .sdp-strip-heading-and-img .sdp-strip-col-main .sdp-strip-col:nth-child(2) img {
    max-width: 100% !important;
  }
  .sdp-box-item {
    width: 40%;
  }
  .sdp-div-dark {
    max-width: 100%;
    padding: 30px;
  }
	.sdp-strip-banner-section .sdp-strip-col-main .sdp-strip-col:first-child p{
		font-size: 20px;
	}
}
@media screen and (max-width: 480px) {
  .apiform {
    margin: 30px auto 0px;
  }
  .sdp-content-main .help-desk-metrics-kpi-strip .flex-wrap > div h3 {
    font: 22px / 1.3 Georgia, serif;
  }
  #what-is-ssp-parent .support-box-main .support-box-item {
    width: calc(100%);
  }
  #what-is-ssp-parent .support-box-main .support-box-item {
    border: unset !important;
  }
  .sdp-banner-section .sdp-banner-conetent.sdp-two-col-main .sdp-two-col-item h1 {
    font-size: 40px;
  }
  .sdp-banner-section .sdp-banner-conetent.sdp-two-col-main .sdp-two-col-item img {
    max-width: 100%;
  }
  .sdp-strip-banner-section.sdp-strip-img-part .sdp-strip-heading-and-img .sdp-strip-col-main {
    padding: 40px 0;
    height: unset;
  }
  .sdp-strip-banner-section.sdp-strip-img-part .sdp-strip-heading-and-img .sdp-strip-col-main .sdp-strip-col {
    flex: 100%;
  }
  .sdp-strip-banner-section.sdp-strip-img-part .sdp-strip-heading-and-img .sdp-strip-col-main .sdp-strip-col:nth-child(2) {
    text-align: center;
    padding: 0px 0;
  }
  .sdp-strip-banner-section.sdp-strip-img-part .sdp-strip-heading-and-img .sdp-strip-col-main .sdp-strip-col:nth-child(2).sdp-image-space img {
    margin: 0 0;
  }
  .sdp-strip-banner-section.sdp-strip-img-part .sdp-strip-heading-and-img .sdp-strip-col-main .sdp-strip-col:first-child {
    padding: 0px 0;
    text-align: center;
  }
  .sdp-content-main .sdp-content-section {
    padding: 70px 0;
  }
  .sdp-content-main .sdp-content-section .sdp-section-part {
    margin: 0 0 50px 0;
  }
  .sdp-content-main .sdp-content-section .sdp-section-part .sdp-img-sec {
    max-width: 100%;
    margin: 25px 0;
  }
  .sdp-guide-footer .sdp-footer-content h3 {
    font-size: 34px;
  }
  .grid-main {
    flex-wrap: wrap;
  }
  .grid-main .grid-item {
    width: 100%;
    padding: 20px 30px;
  }
  .grid-main .grid-item:nth-child(2) {
    border: 0;
  }
  .grid-main.border-content {
    border: 0;
  }
  .sdp-content-body .sdp-strip h2 {
    font-size: 30px;
  }
  .box-grid {
    padding: 20px 0;
  }
  .sdp-video-sec {
    max-width: 100%;
  }
  .sysadmin-banner-bg .sdp-two-col-item:first-child.sdp-banner-content-col {
    max-width: 100%;
    padding: 30px 0;
  }
  .sysadmin-img-col {
    max-width: 100%;
  }
  .release-img-col {
    max-width: 100%;
  }
  .sdp-middle-img, .sdp-middle-img-agile, .sdp-middle-img-dev {
    max-width: 100%;
    padding: 20px 0 30px;
  }
  .kit-form-container {
    max-width: 100%;
  }
  .kit-form-container .sdp-two-col-main {
    padding: 0;
  }
  .kit-form-container .sdp-two-col-main .sdp-two-col-item:first-child {
    padding-right: 0;
  }
  .kit-form-container .sdp-two-col-main .sdp-two-col-item:nth-child(2) {
    padding-left: 0;
  }
  .kit-form-container h2 {
    font-size: 32px;
  }
  .faq-main-content .faq-item .faq-item-click h3 {
    max-width: 80%;
    font-size: 18px;
  }
  .support-box-main .support-box-item, .box-main .box-items {
    width: 100%;
  }
  .box-main .box-items:nth-child(2), .box-main .box-items:nth-child(5), .box-main .box-items:nth-child(8), .support-box-main .support-box-item:nth-child(2), .support-box-main .support-box-item:nth-child(5) {
    border-left: 0;
    border-right: 0;
  }
  .support-box-main .support-box-item:nth-child(7) {
    border-bottom: 1px dashed #dfdfdf;
    border-right: 0;
  }
  .box-main .box-items:nth-child(10) {
    border-left: 0px dashed #dfdfdf;
    border-right: 0px dashed #dfdfdf;
  }
  .sdp-faq-sec h2 {
    font-size: 32px;
  }
  .faq-main-content {
    max-width: 100%;
  }
  .sdp-setting-icon {
    width: 40px;
    height: 40px;
    right: 125px;
    top: 15px;
  }
  .sdp-setting-leaf {
    width: 50px;
    height: 50px;
    background-size: 664px;
    background-position: -600px -42px;
    left: 16px;
    bottom: 89px;
  }
  .box-main {
    padding: 0;
  }
  .sdp-support--img {
    max-width: 100%;
  }
  .faq-main-content .faq-item .faq-item-content {
    margin: 30px 0;
    max-width: 95%;
  }
  .box-items br, .sdp-strip-col h2 br{
    display: none;
  }
  .sdp-width-95, .sdp-width-90, .sdp-width-85, .sdp-width-80, .sdp-width-75, .sdp-width-70, .sdp-width-65, .sdp-width-60 {
    max-width: 100%;
    padding-bottom: 20px;
  }
  #po-tech-parent table.guide-table th, tr, td {
    font-size: 16px;
  }
  .what-is-fm-banner .sdp-container-banner .sdp-two-col-main .sdp-banner-img-col {
    text-align: center;
  }
  .sdp-box-item {
    width: 100%;
  }
  .sdp-box-two-main {
    display: block;
  }
  .sdp-what-is-slm .sdp-banner-img-col img, .sdp-guide-video-sec-mian {
    width: 100%;
  }
  .sdp-cta-form {
    display: block;
    padding: 30px 0;
  }
  .sdp-cta-form div {
    margin: 35px 0;
  }
  .sdp-cta-form .sdp-banner-cta {
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }
	.sdp-long-form-cta-sec{
		padding: 30px;
		max-width: 100%;
	}
	.sdp-faq-sec{
		padding-top: 0;
	}
}
@media screen and (max-width: 320px) {
  .sdp-banner-section .sdp-banner-conetent .sdp-two-col-item img {
    max-width: 100%;
  }
  .sdp-banner-section.sysadmin-banner-bg .sdp-banner-conetent .sdp-two-col-item h1 {
    font-size: 36px;
  }
  .sdp-banner-cta {
    padding: 18px 20px;
    font-size: 14px;
  }
  .sdp-content-main .sd-last-modified {
    font-size: 16px;
  }
  .it-sup-guide.sdp-banner-section .sdp-banner-conetent.sdp-two-col-main .sdp-two-col-item h1 {
    font-size: 38px;
  }
  .sdp-banner-sub-head br {
    display: none;
  }
}