@charset "UTF-8";
html, body {
  overflow-x: hidden;
}
.heading-menu {
  display: none;
}
p {
  font-size: 18px;
  line-height: 1.6;
}
h2 {
  font: 30px/1.25 Zoho_Puvi_SemiBold;
}
.container-new {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 30px;
}
.row {
  display: flex;
  flex-wrap: wrap;
  column-gap: 50px;
}
.col {
  flex-grow: 1;
  flex-basis: 0;
}
.horizontal-center {
  align-items: center;
}
.internal-links {
  color: #0056e1;
}
.section-inner-padding-space {
  padding-top: 100px;
  padding-bottom: 100px;
}
.introcontent-inner-padding-space {
  padding-top: 75px;
  padding-bottom: 75px;
}
.banner-bg {
  background: #e2ffef;
}
.banner {
  text-align: center;
  padding-bottom: 100px;
}
.banner h1 {
  font: 45px/1.2 Zoho_Puvi_Bold !important;
  margin: 75px auto 0px auto;
}
.banner p {
  font: 22px/1.5 Zoho_Puvi_Regular;
  margin: 5px 0px 40px 0px;
}
.cta-wrapper {
  display: flex;
  justify-content: center;
  list-style: none;
}
a.new-cta-btn {
  display: inline-block;
  background: #f0483d;
  color: #fff;
  padding: 10px 40px;
  font-size: 16px;
  font-weight: bold;
  margin: 5px 10px;
  border-radius: 2px;
  letter-spacing: 0px;
  text-decoration: none !important;
  text-transform: uppercase;
  font-family: 'Zoho_Puvi_Bold';
  transition: 0.5s;
  width: auto;
  position: relative;
  text-align: center;
}
a.secondary-cta {
  border: 1px solid #0056e1;
  background: transparent;
  color: #0056e1;
}
a.secondary-cta:hover {
  background: #0056e1;
  color: #fff;
  transition: all 0.1s ease-in;
}
.intro-content p {
  text-align: center;
  margin: 0 auto;
}
p.zoho-flow-intro-content {
  max-width: 80%;
}
.seventyfiveper {
  width: 75%;
}
picture.feature-screenshots {
  margin: 0 auto;
  box-shadow: 0 10px 15px -6px rgb(119 119 119 / 40%);
}
ul.list-items-new {
  margin: 20px 0px 20px 20px;
}
ul.list-items-new li {
  position: relative;
  padding-left: 17px;
  font-size: 18px;
  margin: 10px 0px 10px 0px;
}
ul.list-items-new li:before {
  content: "";
  background: url(/sites/meweb/images/fr/service-desk/images/list-tick-icon.png) no-repeat;
  position: absolute;
  top: 6px;
  right: 0;
  bottom: 0;
  left: -20px;
  width: 19px;
  height: 19px;
  display: block;
  background-size: contain;
}
.footer-bg {
  background: #fff;
  padding: 50px 0px 175px 0px;
}
.footer h3 {
  font: 30px/1.5 Zoho_Puvi_Bold;
  text-align: center;
  margin: 0px auto 50px auto;
}
h3.zoho-flow-footer-title {
  max-width: 60%;
}
span.arrow-mark {
  vertical-align: middle;
  padding-left: 5px;
  display: inline-block;
  transform: translateX(0px);
  transition: all .3s ease;
  position: absolute;
  display: none;
  top: 10px;
  right: 20px;
}
a.new-cta-btn:hover .arrow-mark {
  display: inline-block;
  transform: translateX(5px);
  animation: arrow-move 0.1s ease-in-out;
}
@keyframes arrow-move {
  0% {
    right: 30px;
  }
  100% {
    right: 20px;
  }
}
/*animation style starts here*/
.animation {
  opacity: 0;
  transition: all ease 1s;
  -webkit-transition: all ease 1s;
  -moz-transform: translateY(100px);
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
}
.active-anim .animation {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: inherit;
}
.animation-left {
  opacity: 0;
  transition: all ease 1s;
  -webkit-transition: all ease 1s;
  -moz-transform: translateX(100px);
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
}
.active-anim .animation-left {
  opacity: 1;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: inherit;
}
.animation-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;
}
/*animation style ends here*/
@media only screen and (max-width:1024px) {
  .banner-bg {
    margin-top: 20px;
  }
  h1.zoho-flow-banner-title {
    max-width: 70%;
  }
  p.zoho-flow-intro-content {
    max-width: 100%;
  }
  h3.zoho-flow-footer-title {
    max-width: 100%;
  }
  a.new-cta-btn:hover .arrow-mark {
    display: none;
  }
}
@media only screen and (max-width:768px) {
  p.intro-content {
    max-width: 90%;
  }
  picture.feature-screenshots {
    margin: 0px auto 50px auto;
  }
  .col {
    flex-grow: inherit;
    flex-basis: inherit;
  }
  .colswap {
    flex-direction: column-reverse;
  }
  h1.zoho-flow-banner-title {
    max-width: 100%;
  }
  p.zoho-flow-intro-content {
    max-width: 100%;
  }
  h3.zoho-flow-footer-title {
    max-width: 100%;
  }
}
@media only screen and (max-width:414px) {
  .cta-wrapper {
    flex-wrap: wrap;
  }
  .zoho-flow-ctas a {
    min-width: 250px;
  }
  a.new-cta-btn {
    font-size: 14px;
  }
}