@charset "UTF-8";
html, body {
  overflow-x: hidden;
}
body {
  color: #000;
}
img {
  max-width: 100%;
}
p {
  font-size: 17px;
  line-height: 1.6;
  margin: 0 0 20px;
}
.container-new {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0px 30px;
}
.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.row .col {
  box-sizing: border-box;
}
.prd-nav li {
  width: 32% !important;
}
a.internal-links {
  text-decoration: none;
}
/*breadcrumb style starts here*/
.sd-bread-crumb .sdp-cmn-breadcrum a {
  color: #fff;
  position: relative;
  font: 15px / 1.4 Zoho_Puvi_Regular;
}
span.sdp-bread-crumb-arrow {
  padding: 0 3px;
  color: #fff;
}
span.sdp-root-page {
  color: #fff;
  font-size: 15px;
}
.sd-bread-crumb .sdp-cmn-breadcrum a:hover {
  text-decoration: none;
}
.sd-bread-crumb .sdp-cmn-breadcrum a::after {
  content: '';
  position: absolute;
  left: 0;
  height: 1px;
  bottom: -2px;
  width: 0%;
  background: #fff;
  transition: 0.4s ease;
}
.sd-bread-crumb .sdp-cmn-breadcrum a:hover::after {
  width: 100%;
  transition: 0.4s ease;
}
/*breadcrumb style ends here*/
/*banner section style starts here*/
.banner-bg {
  background: #4e345a;
  padding: 25px 0px 300px 0px;
}
h5.intro-text {
  font: 50px / 1.5 "Lobster Two", cursive;
  color: #d1c5d9;
  font-style: italic;
  padding-top: 75px;
  text-align: center;
}
.banner h1 {
  font: 50px / 1.1 "Zoho_Puvi_ExtraBold";
  color: #fff;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  color: #fbd168;
}
.banner p {
  font: 19px / 1.5 "Zoho_Puvi_Regular";
  color: #fff;
  margin: 20px auto 0px auto;
  text-align: center;
  max-width: 900px;
}
.banner-cta-wrapper {
  text-align: center;
}
.banner-cta-wrapper a:nth-child(1) {
  margin-right: 10px;
}
span.banner-video-button {
  font: 20px / 1.5 "Zoho_Puvi_SemiBold";
  margin: 50px 0px 0px 0px;
  padding: 12px 50px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border: 2px solid #fbd168;
  background: transparent;
  border-radius: 3px;
  color: #fbd168;
  transition: .3s;
  text-decoration: none !important;
}
a.cta {
  font: 20px / 1.5 "Zoho_Puvi_SemiBold";
  margin: 50px 0px 0px 0px;
  padding: 12px 50px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border: 2px solid #fbd168;
  background-color: #fbd168;
  border-radius: 3px;
  color: #000;
  transition: .3s;
  text-decoration: none !important;
}
span.sdp-cta-arrow {
  transition: 0.3s ease-in;
  padding: 0 0 0 5px;
  display: inline-block;
  transform: translateX(0px);
  vertical-align: middle;
}
a.cta:hover .sdp-cta-arrow, span.cta.banner-video-button:hover .sdp-cta-arrow {
  transform: translateX(5px);
  transition: 0.3s ease-in;
}
/*banner section style ends here*/
/*popup style starts here*/
.overlay {
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000000e8;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
  display: none;
}
.popup-video {
  position: fixed;
  z-index: 9999999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-video iframe {
  width: 70%;
  aspect-ratio: 16 / 9;
}
.close-popup {
  right: 20px;
  top: 20px;
  height: 50px;
  width: 50px;
  background-repeat: no-repeat;
  background-image: url(https://www.manageengine.com/products/service-desk/ai/images/ai-popup-close.png);
  position: absolute;
  cursor: pointer;
}
/*popup style ends here*/
/*workflow style starts here*/
.workflow-image {
  text-align: center;
  margin: -250px auto 0px auto;
  max-width: 900px;
}
.workflow-image img {
  border: 1px solid #ddd;
}
.workflow {
  margin: 100px auto;
}
.workflow .col {
  background: #f8f6f9;
  padding: 50px;
  border: 1px solid #ccc;
  margin-left: -1px;
  margin-right: -1px;
  max-width: 33.33%;
  width: 33.33%;
}
.workflow-icons {
  background-image: url(../../images/change-workflow-sprite-images.png);
  margin-bottom: 30px;
}
.icon-1 {
  background-position: 0px 0px;
  background-repeat: no-repeat;
  width: 78px;
  height: 78px;
  display: block;
  min-height: 78px;
}
.icon-2 {
  background-position: -92px 0px;
  background-repeat: no-repeat;
  width: 72px;
  height: 72px;
  display: block;
  min-height: 78px;
}
.icon-3 {
  background-position: -178px 0px;
  background-repeat: no-repeat;
  width: 73px;
  height: 72px;
  display: block;
  min-height: 78px;
}
.icon-4 {
  background-position: -265px 0px;
  background-repeat: no-repeat;
  width: 67px;
  height: 60px;
  display: block;
  min-height: 78px;
}
.icon-5 {
  background-position: -359px 0px;
  background-repeat: no-repeat;
  width: 64px;
  height: 62px;
  display: block;
  min-height: 78px;
}
.workflow h3 {
  font: 23px / 1.3 Zoho_Puvi_SemiBold;
  margin: 0px;
}
.workflow p {
  font: 18px / 1.5 Zoho_Puvi_Regular;
  margin: 15px 0px 0px 0px;
}
/*workflow style ends here*/
/*help doc style starts here*/
.help-doc-bg {
  background: #f7f7f7;
  padding: 100px 0px;
}
.help-doc {
  max-width: 1100px;
}
.help-doc-bg h2 {
  font: 34px / 1.25 Zoho_Puvi_Bold;
  color: #000;
  text-align: center;
  margin: 0px 0px 50px 0px;
}
.help-doc .col {
  flex-grow: 1;
  flex-basis: 0;
}
.help-doc .col:nth-child(1) {
  margin-right: 50px;
}
.help-doc .col:nth-child(2) {
  margin-left: 50px;
}
.help-doc h4 {
  font: 27px / 1 "Zoho_Puvi_SemiBold";
  color: #000;
  margin: 0px;
}
.help-doc p {
  font: 18px / 1.5 "Zoho_Puvi_Regular";
  color: #000;
  margin: 20px 0px 30px 0px;
}
.help-doc a {
  padding: 10px 35px;
  display: inline-block;
  font: 18px / 22px "Zoho_Puvi_SemiBold";
  color: #000;
  background: #fbd168;
  border: 1px solid #fbd168;
  border-radius: 2px;
  box-sizing: border-box;
  text-decoration: none !important;
}
.help-doc ul {
  display: flex;
  align-items: center;
}
.help-doc ul li img {
  max-width: 75%;
  display: block;
  margin: 0 auto;
}
.help-doc ul li:nth-child(1) {
  margin-right: 40px;
}
/*help doc style ends here*/
/*video sec starts here*/
.video-bg {
  padding: 100px 0px;
}
.video-wrapper-parent {
  max-width: 900px;
  margin: auto;
}
.video h2 {
  font: 34px / 1.25 Zoho_Puvi_Bold;
  color: #000;
  text-align: center;
  margin: 0px auto 50px auto;
  max-width: 1050px;
}
.video-wrapper {
  position: relative;
  padding-bottom: 56%;
  margin-bottom: 50px;
  width: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
.video-wrapper iframe {
  width: 100%;
  position: absolute;
  height: 100%;
  overflow: hidden;
}
/*video sec ends here*/
/*footer style starts here*/
.footer-bg {
  background: #323232;
  text-align: center;
  padding: 100px 0px;
}
.footer h4 {
  font: 36px / 1.3 Zoho_Puvi_Bold;
  color: #fff;
  margin: 0px auto 40px auto;
  max-width: 700px;
}
ul.footer-cta {
  display: flex;
  justify-content: center;
  align-items: center;
}
ul.footer-cta li {
  margin: 0px 7px;
}
ul.footer-cta li a {
  font: 17px / 1.2 Zoho_Puvi_SemiBold;
  padding: 14px 40px;
  background: #f0483e;
  color: #fff;
  border: 1px solid #f0483e;
  border-radius: 4px;
  display: inline-block;
  text-decoration: none !important;
  cursor: pointer;
  text-transform: uppercase;
}
/*footer style ends here*/
@media only screen and (max-width:1024px) {
  .banner-bg {
    margin-top: 20px;
  }
  .workflow .col {
    max-width: 50%;
    width: 50%;
  }
  .help-doc ul {
    display: block;
    text-align: center;
  }
  .help-doc ul li:nth-child(1) {
    margin-right: 0px;
  }
  .help-doc ul li img {
    max-width: 150px;
    margin-bottom: 30px;
  }
  .help-doc .col {
    flex-grow: inherit;
    flex-basis: inherit;
  }
  .help-doc .col:nth-child(1) {
    margin-right: 0px;
    margin-bottom: 100px;
  }
  .help-doc .col:nth-child(2) {
    margin-left: 0px;
  }
}
@media only screen and (max-width:600px) {
  .banner h1 {
    font: 40px / 1.1 "Zoho_Puvi_ExtraBold";
  }
  span.banner-video-button {
    margin: 20px 0px 0px 0px;
  }
  .workflow .col {
    max-width: 100%;
    width: 100%;
    padding: 40px;
  }
  .help-doc ul li img {
    max-width: 100px;
    margin-bottom: 30px;
  }
  .video h2 {
    font-size: 26px;
  }
  .footer h4 {
    font-size: 30px;
  }
  ul.footer-cta {
    display: block;
  }
  ul.footer-cta li {
    margin: 12px;
  }
  ul.footer-cta li a {
    min-width: 110px;
  }
  .popup-video iframe {
    width: 90%;
  }
}
@media only screen and (max-width:375px) {
  .banner h1 {
    font-size: 36px;
  }
}