.heading-menu{display:none;}
@charset "UTF-8";
/* CSS Document */
html,
body {
  overflow-x: hidden;
}
body {
  color: #000;
}
img {
  max-width: 100%;
}
.container-new {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0px 30px;
}
.row {
  display: flex;
}
.prd-nav li {
  width: 32%;
}
/*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;
}
.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: url("https://www.manageengine.com/products/service-desk/ai/images/ai-banner.png")
    no-repeat;
  background-size: cover;
  padding: 25px 0px 250px 0px;
}
.banner h1 {
  font: 50px / 1.1 "Zoho_Puvi_ExtraBold";
  color: #fff;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  padding-top: 75px;
}
.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;
}
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 #ff1800;
  background-color: #ff1800;
  border-radius: 3px;
  color: #fff;
  transition: 0.3s;
}
a.cta:hover {
  box-shadow: 8px 8px #99bdff;
  transition: 0.3s;
}
a.showcase-cta:hover {
  box-shadow: 8px 8px #dedede;
}
a.yellow-box-cta:hover {
  background: #000;
  box-shadow: none;
  border: 2px solid #000;
}
/*banner section style ends here*/
/*box section style starts here*/
.box {
  box-shadow: 0px 2px 20px 0px #b8b8b833;
  border-radius: 30px;
  margin: 0 auto;
  padding: 40px 30px;
  background: #fff;
  max-width: 1100px;
  position: relative;
  top: -270px;
  box-sizing: border-box;
}
.box.row {
  align-items: center;
}
.box .col:nth-child(1) {
  width: 40%;
  margin-right: 25px;
}
.box .col:nth-child(2) {
  width: 60%;
  margin-left: 25px;
}
.box .col img {
  display: block;
  margin: 0 auto;
}
.box h4 {
  font: 20px / 1.3 "Zoho_Puvi_Bold";
  margin: 0px 0px 25px 0px;
}
ul.box-list-items li {
  font: 17px / 1.4 "Zoho_Puvi_Medium";
  position: relative;
  padding: 0px 0px 10px 35px;
  margin: 0px 0px 10px 0px;
}
.fade-item {
  transition: 0.25s all ease-in-out;
  opacity: 0;
}
.fadein-list {
  animation: fadeIn 0.9s 1;
  animation-fill-mode: forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
ul.box-list-items li:before {
  content: "";
  position: absolute;
  background: url(https://www.manageengine.com/products/service-desk/ai/images/ai-tick.svg)
    no-repeat;
  background-size: cover;
  display: inline-block;
  top: 4px;
  right: 0;
  bottom: 0;
  left: 0px;
  width: 18px;
  height: 18px;
}
ul.box-list-items li:not(:last-child)::after {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, #f7f7f7 0%, #d8d8d8 50%, #f7f7f7 100%);
  width: 100%;
  right: 0;
  bottom: 0;
  left: 30px;
  height: 1px;
  max-width: 80%;
}
/*box section style ends here*/
/*feature section style starts here*/
.feature-bg {
  padding: 100px 0px;
}
.blue-bg {
  background: #fafcff;
}
.dark-blue-bg {
  background: #f1f7ff;
}
.extra-dark-blue-bg {
  background: #d9e9ff;
}
.feature {
  text-align: center;
  max-width: 900px;
}
.related-items-wrapper {
  max-width: 1280px;
}
.feature h2 {
  font: 40px / 1.1 "Zoho_Puvi_Bold";
  margin: 0px auto 30px auto;
}
.overlapping-section h2 {
  margin: -170px auto 30px auto;
}
.overlapping-section h3 {
  margin: -200px auto 30px auto;
}
.feature p {
  font: 17px / 1.5 "Zoho_Puvi_Regular";
  margin: 0px 0px 60px 0px;
}
.feature-without-image p {
  margin-bottom: 0px;
}
.feature-image-wrapper {
  position: relative;
  z-index: 10;
}
.wobble-animation .col {
  margin: 5px;
}
.wobble-animation .col:nth-child(1) img {
  margin-top: 50px;
}
.wobble-animation .col:nth-child(3) img {
  margin-top: 100px;
}
.wobble-animation .col:nth-child(1) {
  animation: wobble1 3s linear infinite alternate-reverse;
}
.wobble-animation .col:nth-child(2) {
  animation: wobble2 3s linear infinite alternate-reverse;
}
.wobble-animation .col:nth-child(3) {
  animation: wobble3 3s linear infinite alternate-reverse;
}
@keyframes wobble1 {
  from {
    transform: translate(0, 30px);
  }
  to {
    transform: translate(0, 0px);
  }
}
@keyframes wobble2 {
  from {
    transform: translate(0, -20px);
  }
  to {
    transform: translate(0, 0px);
  }
}
@keyframes wobble3 {
  from {
    transform: translate(0, 30px);
  }
  to {
    transform: translate(0, 0px);
  }
}
.two-col-feature-image .col:nth-child(1) {
  margin-right: 20px;
}
.two-col-feature-image .col:nth-child(2) {
  margin-left: 20px;
}
.two-col-feature-image img {
  background: linear-gradient(
    125.78deg,
    #f6f9ff 3.5%,
    #e6ecf4 45.31%,
    #f7f9ff 95.39%
  );
  border-radius: 15px;
  padding: 40px;
  box-sizing: border-box;
}
p.fig-desc {
  text-align: left;
  margin: 75px 0px 0px 0px;
}
/*feature section style ends here*/
/*footer and related items style starts here*/
.extra-bottom-padding {
  padding: 100px 0px 300px 0px;
}
.yellow-box {
  background: url(https://www.manageengine.com/products/service-desk/ai/images/ai-footer-bg.png);
  padding: 50px 90px;
  top: -300px;
  max-width: 1200px;
  background-size: cover;
}
.yellow-box .col {
  flex-grow: 1;
  flex-basis: 0;
}
.yellow-box h4 {
  font: 40px / 1.15 "Zoho_Puvi_Bold";
  margin: 0px 0px 0px 0px;
}
.yellow-box p {
  font: 19px / 1.5 "Zoho_Puvi_Regular";
  text-align: left;
  margin: 15px 0px 40px 0px;
}
.yellow-box a {
  margin-top: 0px;
  margin-bottom: 0px;
}
.related-items-wrapper h3 {
  font: 34px / 1.1 "Zoho_Puvi_Bold";
  margin-bottom: 50px;
}
.related-items {
  text-align: left;
}
.related-items .col {
  background: #fff;
  margin: 15px;
  flex-grow: 1;
  flex-basis: 0;
  border: 1px solid #f0f0f0;
  border-radius: 20px;
  transition: all ease 0.1s;
}
.row.related-items .col:hover {
  box-shadow: 0px 15px 25px -15px #a5a5a5;
}
.row.related-items .col:hover .arrow-anim {
  transform: translateX(5px);
  transition: 0.3s ease-in-out;
}
.related-items-image-wrapper {
  min-height: 88px;
  display: flex;
  align-items: center;
}
.related-items-image-wrapper img {
  width: 75px;
}
img.copilot-icon {
  width: 100px;
}
img.virtual-agent-icon {
  width: 85px;
}
.arrow {
  width: 27px;
  height: 17px;
  background-position: -406px -81px;
}
.related-items h5 {
  font: 24px / 1.4 "Zoho_Puvi_Bold";
  margin: 15px 0px;
  color: #000;
}
.related-items p {
  font: 19px / 1.5 "Zoho_Puvi_Regular";
  text-align: left;
  max-width: 100%;
  margin: 0px 0px 20px 0px;
  color: #000;
}
.related-items .col a {
  padding: 30px 50px;
  display: inline-block;
  text-decoration: none;
}
/*footer and related items style ends here*/
/*image popup style starts here*/
.clone-image {
  display: flex;
  justify-content: center;
}
.close-btn,
.ai-video-popup-close {
  right: 20px;
  top: 20px;
  height: 35px;
  width: 35px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(https://www.manageengine.com/products/service-desk/ai/images/ai-popup-close.png);
  cursor: pointer;
  position: absolute;
}
.image-pupup-show-continer .modal-wrapper img,
.image-pupup-show-continer .modal-wrapper source {
  width: auto;
}
.modal-wrapper {
  width: 100%;
  height: 100%;
  max-width: 80%;
  max-height: 90%;
}
/*image popup style ends here*/
/*animation style starts here*/
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,
.related-items a:hover .sdp-cta-arrow,
.section-cta a:hover .sdp-cta-arrow {
  transform: translateX(5px);
  transition: 0.3s ease-in;
}
.fadein {
  transform: translateY(10rem);
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}
.active-anim .fadein {
  transform: translateY(0);
  opacity: 1;
}
.animation-left {
  opacity: 0;
  transition: all ease 1s;
  -webkit-transition: all ease 1s;
  -moz-transform: translateX(100px);
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
}
.active-anim .animation-left {
  opacity: 1;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: inherit;
}
.animation-right {
  opacity: 0;
  transition: all ease 1s;
  -webkit-transition: all ease 1s;
  -moz-transform: translateX(-100px);
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
}
.active-anim .animation-right {
  opacity: 1;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: inherit;
}
.delay1 {
  opacity: 0;
  transition: all ease 1s;
  -webkit-transition: all ease 1s;
  -moz-transform: translateY(25px);
  -webkit-transform: translateY(25px);
  -moz-transform: translateY(25px);
}
.active-anim .delay1 {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: inherit;
}
.delay2 {
  opacity: 0;
  transition: all ease 2s;
  -webkit-transition: all ease 2s;
  -moz-transform: translateY(25px);
  -webkit-transform: translateY(25px);
  -moz-transform: translateY(25px);
}
.active-anim .delay2 {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: inherit;
}
.delay3 {
  opacity: 0;
  transition: all ease 3s;
  -webkit-transition: all ease 3s;
  -moz-transform: translateY(25px);
  -webkit-transform: translateY(25px);
  -moz-transform: translateY(25px);
}
.active-anim .delay3 {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: inherit;
}
/*animation style ends here*/
.sdp-common-footer-bg {
  background: #fff !important;
}
/*showcase page style starts here*/
.showcasepage-bg {
  background: url(https://www.manageengine.com/products/service-desk/ai/images/showcase-bg.png)
    no-repeat;
}
.showcasepage-bg .sd-bread-crumb .sdp-cmn-breadcrum a,
.showcasepage-bg span.sdp-bread-crumb-arrow,
.showcasepage-bg span.sdp-root-page {
  color: #000;
}
.showcasepage-bg .sd-bread-crumb .sdp-cmn-breadcrum a::after {
  background: #000;
}
span.banner-highlighted-sec {
  background: linear-gradient(90deg, #ff963f 0%, #4a34ff 50%, #32bbff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 66px;
}
.showcasepage-bg .banner h1,
.showcasepage-bg .banner p {
  color: #000;
}
.showcasepage-bg .banner h1 {
  max-width: 950px;
  font-size: 48px;
}
.showcasepage-bg .banner > p {
  max-width: 850px;
}
.showcase-box h4 {
  max-width: 75%;
}
.highlighted-topic-wrapper {
  text-align: center;
}
.showcase .col:nth-child(1) img {
  padding: 65px 40px 65px 40px;
}
p.highlighted-topic {
  font: 20px / 1.5 Zoho_Puvi_Bold;
  display: inline-block;
  padding: 10px;
  border: none;
}
@keyframes blink {
  50% {
    border-color: transparent;
  }
}
@keyframes type {
  0% {
    width: 0;
  }
}
.section-highlighted-topic {
  margin: 0px 0px 30px 0px !important;
}
.banner-highlighted-topic {
  overflow: hidden;
  white-space: nowrap;
  animation: blink 1s step-end infinite, type 2.5s steps(29) forwards;
  background: linear-gradient(90deg, #fff5e7 0%, #fffdfa 50%, #fff5e7 100%);
  width: 675px;
  color: #3c84ff !important;
}
.predictive-highlighted-topic {
  background: linear-gradient(90deg, #ffffff 0%, #fff6e6 50%, #ffffff 100%);
  white-space: normal;
  max-width: 550px;
  color: #000;
}
.conversational-highlighted-topic {
  overflow: hidden;
  white-space: nowrap;
  animation: blink 1s step-end infinite, type 2.5s steps(29) forwards;
  background: linear-gradient(90deg, #fffcf7 0%, #ffefd5 50%, #fffcf7 100%);
  width: 804px;
  color: #000;
}
.generative-highlighted-topic {
  overflow: hidden;
  white-space: normal;
  animation: blink 1s step-end infinite, type 2.5s steps(29) forwards;
  background: linear-gradient(90deg, #ffffff 0%, #fff6e6 50%, #ffffff 100%);
  max-width: 550px;
  color: #000;
}
.showcase-box .col:nth-child(1) {
  margin-right: 50px;
}
.showcase-box img {
  width: 85%;
}
.section-cta a {
  font: 20px / 1.5 "Zoho_Puvi_SemiBold";
  margin: 50px 0px 0px 0px;
  padding: 12px 35px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border: 2px solid #4597f7;
  border-radius: 3px;
  color: #4597f7;
}
.section-cta a:hover {
  background: #4597f7;
  color: #fff;
}
.arrow-image-animation::before {
  content: "";
  background: url(https://www.manageengine.com/products/service-desk/ai/images/arrow-image.png);
  width: 206px;
  height: 151px;
  position: absolute;
  top: -150px;
  left: 10px;
  display: block;
  animation: move 2s ease-in;
}
.arrow-image-animation::after {
  content: "";
  background: url(https://www.manageengine.com/products/service-desk/ai/images/line-animation.png);
  width: 79px;
  height: 76px;
  position: absolute;
  top: -36px;
  right: -50px;
  display: block;
  animation: move-out 1s ease-in;
}
@keyframes move {
  from {
    transform: translateY(40px);
  }
  to {
    transform: translateY(0px);
  }
}
@keyframes move-out {
  0% {
    transform: translate(-30px, 40px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.cta-bottom-padding {
  margin-bottom: 100px;
}
.floral-white-bg {
  background: #fffcf7;
}
.showcase .col {
  width: 50%;
}
.showcase img {
  background: linear-gradient(
    125.78deg,
    #fffcf7 3.5%,
    #fff5e7 45.31%,
    #fffcf7 95.39%
  );
  border: 1px solid #c6c6c6;
  border-bottom: none;
  border-top-right-radius: 32px !important;
  border-top-left-radius: 32px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  box-shadow: none !important;
}
.showcase p.fig-desc {
  margin: 0px;
  padding: 30px;
  border: 1px solid #c6c6c6;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 32px;
  border-bottom-right-radius: 32px;
  min-height: 160px;
}
.para-spacing p:nth-child(3) {
  margin: 20px 0px;
}
.three-col-wrapper {
  display: flex;
  justify-content: center;
  max-width: 1100px;
  margin: 50px auto 100px auto;
}
.three-col {
  padding: 30px;
  margin: 20px;
  background: #ffddac;
  border-radius: 30px;
  text-align: center;
  flex-grow: 1;
  flex-basis: 0;
}
.three-col-image-wrapper {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.three-col img {
  width: 100px;
}
.three-col h5 {
  font: 19px / 1.2 "Zoho_Puvi_SemiBold";
  margin: 25px 0px 0px 0px;
}
.three-col h6 {
  font: 15px / 1.5 "Zoho_Puvi_Regular";
  margin: 3px 0px 20px 0px;
}
ul.list-items li {
  font: 16px / 1.4 "Zoho_Puvi_Regular";
  position: relative;
  padding: 0px 0px 10px 25px;
  margin: 0px 0px 5px 0px;
  text-align: left;
}
ul.list-items li:before {
  content: "";
  position: absolute;
  background: url("https://www.manageengine.com/products/service-desk/ai/images/safron-tick.png")
    no-repeat;
  background-size: cover;
  display: inline-block;
  top: 4px;
  right: 0;
  bottom: 0;
  left: 0px;
  width: 14px;
  height: 14px;
}
.footer-strip {
  background: url(https://www.manageengine.com/products/service-desk/ai/images/showcase-footer-bg.png);
  border-radius: 50px;
  text-align: center;
  padding: 75px;
  box-sizing: border-box;
  max-width: 1100px;
  background-position: -150px 0px;
}
.footer-strip h2 {
  font: 36px / 1.3 Zoho_Puvi_Bold;
  color: #fff;
  margin: 0 auto;
  max-width: 700px;
}
.high-values-bg {
  background: #fffcf7;
}
.high-values {
  background: #fff6e8;
}
.high-values:hover {
  transform: scale(1.01);
  transition: all 0.5s ease-in-out;
  box-shadow: 0px 0px 5px #f5dead;
}
.high-values-three-col-wrapper {
  margin: 50px auto 0px auto;
}
.high-values h5 {
  margin: 25px 0px 20px 0px;
  text-align: left;
  font: 20px / 1.3 Zoho_Puvi_SemiBold;
}
p.high-values-note {
  text-align: center;
  font: 12px / 1.5 "Zoho_Puvi_Regular";
}
.high-values .three-col-image-wrapper {
  justify-content: flex-start;
  min-height: auto;
}
.high-values img {
  width: 22%;
}
img.sentiment-analysis-image {
  border-radius: 0px !important;
  box-shadow: none !important;
  max-width: 85%;
}
img.conversational-image {
  box-shadow: none !important;
}
/*showcase page style ends here*/
/*gen ai page style starts here*/
.gen-ai-container {
  max-width: 1100px;
}
.gen-ai {
  text-align: left;
  align-items: center;
}
.gen-ai .col {
  flex-grow: 1;
  flex-basis: 0;
}
.gen-ai .col:nth-child(1) {
  margin-right: 40px;
}
.gen-ai .col:nth-child(2) {
  margin-left: 40px;
}
.gen-ai h2 {
  font: 36px / 1.1 "Zoho_Puvi_Bold";
}
a.internal-links {
  text-decoration: none !important;
  color: #3670e5;
}
.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 38px 20px 18px 38px;
  pointer-events: none;
}
.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: #3670e5;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: #3670e5;
  border-radius: 50%;
  transition: all 200ms;
}
.video-play-button:hover:after {
  background-color: darken(#3670e5, 10%);
}
.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}
.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 22px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.ai-video-overlay {
  position: fixed;
  z-index: 99999;
  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;
}
.ai-video-popup {
  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;
}
.ai-video-popup video {
  width: 70%;
}
img.ai-video-screenshots {
  cursor: pointer;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
/*gen ai page style ends here*/
/*virtual agent page style starts here*/
.virtual-agent-page img {
  background: linear-gradient(
    125.78deg,
    #eef5ff 3.5%,
    #c0dbff 45.31%,
    #eef5ff 95.39%
  );
  border: 1px solid #afcaff;
}
.virtual-agent-page .col:nth-child(1) img {
  padding: 55px 40px;
}
/*virtual agent page style ends here*/
/*Features Page Reports and Dashboard style starts here*/
.sdp-reports-banner-bg {
  /*	background-image: linear-gradient(to bottom, #0073FF, #2086ff, #EBF4FF);*/
  background-image: linear-gradient(to bottom, #0073ff 30%, #ebf4ff 70%);
}
.sdp-reports-banner-bg .banner-bg {
  background: none;
}
/*
.sdp-reports-overlapping-bg{
	background-image: linear-gradient(#EBF4FF, #EBF4FF);
}
*/
.sdp-reports-overlapping-bg .box {
  box-shadow: 0px 0px 0px 10px #cee3ff;
}
.sdp-reports-footer-bg {
  background-image: linear-gradient(359deg, #d7ebff, #ffffff);
}
.sdp-reports-footer-bg .yellow-box {
  top: 0;
}
.sdp-report-list {
  box-shadow: 0px 0px 0px 12px #d3e7ff;
  border-radius: 10px;
}
.sdp-report-list img {
  border-radius: 10px;
}
ul.toggle-buttons {
  display: flex;
  justify-content: center;
  margin: 35px 0 0 0;
}
ul.toggle-buttons li a {
  padding: 7px 20px;
  vertical-align: middle;
  border-radius: 50px;
  display: inline-block;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
ul.toggle-buttons li a.active {
  background: #bad4fc !important;
}
.sdp-img-visualize:after {
  content: "";
  position: absolute;
  background: url("https://www.manageengine.com/products/service-desk/ai/../reports/images/itsm-dashboard-report.png");
  width: 100%;
  height: 100%;
  left: 1000px;
  background-size: cover;
  transition: 1s ease-in;
  top: 0;
  border-radius: 15px;
  transition-delay: 1s;
}
.sdp-img-visualize.sdp-viewport:after {
  /*
	-webkit-animation: moveit 5.5s;
          animation: moveit 5.5s;
*/
  left: 0px;
}
.sdp-image-slide {
  overflow: hidden;
}
@-webkit-keyframes moveit {
  from {
    left: 100%;
    opacity: 1;
  }
  50% {
    left: 0%;
    opacity: 1;
  }
  /*  95%  { left: 75%; opacity:0; }*/
  to {
    left: 100%;
    opacity: 1;
  }
}
@keyframes moveit {
  from {
    left: 100%;
    opacity: 1;
  }
  50% {
    left: 0%;
    opacity: 1;
  }
  /*  95%  { left: 75%; opacity:0; }*/
  to {
    left: 100%;
    opacity: 1;
  }
}
.sdp-circle-warm {
  width: 20px;
  height: 20px;
  background: #ff0000;
  display: inline-block;
  border-radius: 100%;
  position: absolute;
  top: calc(100% - 67%);
  left: calc(100% - 72%);
}
.sdp-circle-warm:before {
  content: "";
  position: relative;
  display: block;
  width: 300%;
  height: 300%;
  box-sizing: border-box;
  margin-left: -100%;
  margin-top: -100%;
  border-radius: 45px;
  background-color: #ff0000;
  -webkit-animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1)
    infinite;
  animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
.sdp-circle-warm:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ff0000;
  border-radius: 15px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s
    infinite;
  animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}
@-webkit-keyframes pulse-ring {
  0% {
    transform: scale(0.33);
  }
  80%,
  100% {
    opacity: 0;
  }
}
@keyframes pulse-ring {
  0% {
    transform: scale(0.33);
  }
  80%,
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes pulse-dot {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
@keyframes pulse-dot {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
/*
.clone-img-ele img {
  border-radius: 10px;
  box-shadow: 0px 0px 10px #a8a8a8;
}*/
.sdp-report-img img {
  border-radius: 10px;
  box-shadow: 0px 0px 10px #a8a8a8;
}

/*Features Page Reports and Dashboard style ends here*/
@media only screen and (max-width: 1024px) {
  .banner-bg {
    margin-top: 20px;
    padding: 25px 0px 100px 0px;
  }
  .banner h1 {
    font-size: 44px;
    max-width: 100%;
  }
  .banner p {
    max-width: 100%;
  }
  .overlapping-section h2,
  .overlapping-section h3 {
    margin-top: 100px;
  }
  .box {
    max-width: 90%;
    position: inherit;
    top: 0px;
  }
  .feature h2 {
    font-size: 34px;
  }
  .yellow-box {
    padding: 50px;
  }
  .yellow-box h4 {
    font-size: 30px;
  }
  .extra-bottom-padding {
    padding: 100px 0px;
  }
  .row.related-items {
    flex-wrap: wrap;
    justify-content: center;
  }
  .related-items-wrapper h3 {
    font-size: 30px;
  }
  .related-items .col {
    max-width: 40%;
    flex-grow: inherit;
    flex-basis: inherit;
  }
  .related-items .col a {
    padding: 20px;
  }
  .three-col-wrapper {
    flex-wrap: wrap;
    max-width: 90%;
  }
  .three-col {
    margin: 20px;
    flex-grow: inherit;
    flex-basis: inherit;
    width: 300px;
    padding: 75px 30px;
  }
  .footer-strip {
    max-width: 100%;
  }
  .footer-strip h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .box .col:nth-child(1) {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 50px;
  }
  .box .col:nth-child(2) {
    width: 100%;
    margin-left: 0px;
  }
  .box .col img {
    max-width: 70%;
    display: block;
    margin: 0 auto;
  }
  .wobble-animation .col:nth-child(1),
  .wobble-animation .col:nth-child(2),
  .wobble-animation .col:nth-child(3) {
    animation: none;
  }
  .wobble-animation .col:nth-child(1) img {
    margin-top: 0px;
  }
  .wobble-animation .col:nth-child(1) img,
  .wobble-animation .col:nth-child(2) img,
  .wobble-animation .col:nth-child(3) img {
    margin-top: 30px;
    max-width: 75%;
  }
  .two-col-feature-image .col:nth-child(1) {
    margin-right: 0px;
  }
  .two-col-feature-image .col:nth-child(2) {
    margin-left: 0px;
  }
  .two-col-feature-image .col:nth-child(2) img {
    margin-top: 50px;
  }
  .yellow-box .col {
    flex-grow: inherit;
    flex-basis: inherit;
    text-align: center;
  }
  .yellow-box {
    padding: 50px 30px;
    flex-direction: column-reverse;
    background: #ffc530;
    border-radius: 20px;
  }
  .yellow-box .col img {
    margin-bottom: 50px;
  }
  .yellow-box p {
    text-align: center;
  }
  .related-items .col {
    max-width: 100%;
  }
  .showcase-box h4 {
    max-width: 100%;
  }
  .showcase .col {
    width: 100%;
  }
  .banner-highlighted-topic,
  .conversational-highlighted-topic,
  .generative-highlighted-topic {
    box-sizing: border-box;
    max-width: 75%;
    animation: none;
    white-space: inherit;
  }
  .arrow-image-animation::before {
    display: none;
  }
  .arrow-image-animation::after {
    display: none;
  }
  .col-reverse {
    flex-direction: column-reverse;
  }
  .gen-ai .col {
    flex-grow: inherit;
    flex-basis: inherit;
  }
  .gen-ai .col:nth-child(1) {
    margin-right: 0px;
  }
  .gen-ai .col:nth-child(2) {
    margin-left: 0px;
  }
  .gen-ai p {
    margin-bottom: 60px;
  }
  .three-col-image-wrapper {
    min-height: inherit;
  }
  .footer-strip {
    border-radius: 0px;
    background: #1e272d;
    padding: 75px 30px;
  }
  .feature h2 br {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .sd-bread-crumb .sdp-cmn-breadcrum a {
    font-size: 13px;
  }
  span.sdp-root-page {
    font-size: 13px;
  }
  .banner h1 {
    font-size: 32px;
  }
  .showcasepage-bg .banner h1 {
    font-size: 42px;
  }
  .video-play-button {
    width: 20px;
    height: 32px;
    padding: 30px 20px 18px 30px;
  }
  .video-play-button span {
    border-left: 17px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
  .video-play-button:before,
  .video-play-button:after {
    width: 50px;
    height: 50px;
  }
  span.banner-highlighted-sec {
    font-size: 42px;
  }
  .banner p {
    font-size: 18px;
    max-width: 100%;
  }
  a.cta {
    font-size: 18px;
    margin: 30px 0px 0px 0px;
    padding: 12px 30px;
  }
  .box .col img {
    max-width: 100%;
  }
  .feature-bg {
    padding: 75px 0px;
  }
  .feature h2 {
    font-size: 28px;
  }
  .related-items .col {
    max-width: 100%;
    margin: 0px 0px 30px 0px;
  }
  .related-items p {
    font-size: 17px;
  }
  .three-col {
    margin: 0px 0px 30px 0px;
    padding: 50px 30px;
    width: 100%;
  }
  .banner-highlighted-topic,
  .conversational-highlighted-topic,
  .generative-highlighted-topic {
    max-width: 100%;
  }
  .yellow-box h4 {
    font-size: 27px;
  }
  .related-items-wrapper h3 {
    font-size: 27px;
  }
  .yellow-box p {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .footer-strip h2 {
    font-size: 26px;
  }
  .ai-video-popup video {
    width: 85%;
  }
  p.highlighted-topic {
    font-size: 18px;
  }
  .close-btn {
    height: 40px;
    width: 40px;
  }
}
@media only screen and (max-width: 375px) {
  .showcasepage-bg .banner h1 {
    max-width: 100%;
    font-size: 36px;
  }
  span.banner-highlighted-sec {
    font-size: 36px;
  }
  a.cta {
    padding: 12px 20px;
  }
  .yellow-box {
    padding: 50px 15px;
  }
  .yellow-box h4 {
    font-size: 25px;
  }
  .related-items-wrapper h3 {
    font-size: 25px;
  }
  .section-cta a {
    padding: 12px 20px;
  }
}
@media only screen and (max-width: 320px) {
  .showcasepage-bg .banner h1 {
    font-size: 30px;
  }
  span.banner-highlighted-sec {
    font-size: 30px;
  }
  .section-cta a,
  a.cta {
    font-size: 16px;
  }
}
