/*COMMON STYLE START HERE*/
iframe {
  display: block;
}
body {
  color: #000;
  overflow-y: scroll !important;
}
section {
  box-sizing: border-box;
  position: relative;
}
#main-container {
  margin: 0px 0px;
  padding: 0px 0px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
h1 {
  font: 65px/1.1 Zoho_Puvi_Bold;
}
h2 {
  font: 36px/1.55 Zoho_Puvi_Bold;
}
h3 {
  font: 25px/1.2 Zoho_Puvi_Bold;
}
h4 {
  margin-left: 0px;
}
#main-container section p, #main-container section li, #main-container section a {
  font: 18px/1.6 Zoho_Puvi_Regular;
}
#main-container a {
  text-decoration: none;
}
section img, section source, section picture {
  width: 100%;
}
/*TEMPLATE RESET STYLES START HERE*/
#ftrgetstd {
  display: none;
}
.breadcrumb-section {
  display: none;
}
/*PAGE COMMON COMPONENT STYLES STARTS HERE*/
#main-container section {
  width: 100%;
  position: relative;
  padding: 100px 0px;
}
.content-wrap {
  max-width: 1200px;
  width: 90%;
  margin: 0px auto;
}
.breadcrumb-section {
  background: #072857;
}
.cmn-breadcrum a, .cmn-breadcrum .bread-crumb-arrow {
  color: #fff;
}
.heading-wrap {
  text-align: center;
  margin: 0px auto;
}
.department-section .heading-wrap {
  margin: 0px auto 100px;
}
/*Banner-section-start-here*/
.banner-section .flex-wrap {
  align-items: flex-start;
}
#main-container .banner-section {
  background: #072857;
  color: #fff;
  padding: 90px 0px 0px;
}
#main-container .form-head-wrap {
  color: #fff;
  text-align: center;
  max-width: 420px;
  margin-left: auto;
  width: 100%;
}
#main-container .demoform {
  margin: 0px 0px 0px auto;
  position: relative;
}
.form-head-wrap h4 {
  font-size: 22px;
  font-family: 'Zoho_Puvi_Bold';
}
.mobile-banner {
  display: none;
}
#main-container .form-head-wrap p {
  font-size: 14px;
  color: #88ADE2;
  padding: 0px 50px;
  box-sizing: border-box;
  margin: 3px 0 20px;
}
h1.banner-hero-text {
  font-size: 56px !important;
  background-image: linear-gradient(90deg, rgb(254, 159, 65) 0%, 34.3511%, rgb(229, 206, 212) 68.7023%, 84.3511%, rgb(111, 229, 241) 100%);
  background-repeat: no-repeat;
  background-clip: text;
  -webkit-background-clip: text;
  color: rgba(0, 0, 0, .2);
  background-size: 100% 120%;
}
h1.banner-subhero-text {
  font: 26px/1.2 Zoho_Puvi_SemiBold !important;
  margin: 20px 0 30px;
	color: #a4a9af;
}
.banner-section .left-wrap {
  padding-right: 10px;
}
#main-container .banner-section .left-wrap p {
  font-size: 18px;
}
.banner-img-wrap {
  max-width: 425px;
  margin: 60px 0px 0px 70px;;
  position: absolute;
  bottom: 0;
}
.banner-img-wrap img {
  position: relative;
  z-index: 3;
}
.banner-img-wrap::after {
  content: '';
  position: absolute;
  bottom: -14px;
  left: 50%;
  width: 90%;
  height: 230px;
  background-image: url(https://cdn.manageengine.com/products/service-desk/compare-it-help-desks/images/banner-half-circle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
  transform: translate(-47%, 0%);
}
.banner-img-wrap span {
  position: absolute;
}
.banner-img-wrap span.dash-circle {
  width: 20px;
  height: 20px;
  border: 2px dashed #696969;
  border-radius: 50%;
  -webkit-transform: scale(.5);
  -ms-transform: scale(.5);
  transform: scale(.5);
  -webkit-animation: sclae 4s infinite;
  animation: sclae 4s infinite;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes sclae {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@keyframes sclae {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@-webkit-keyframes move {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  25% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  75% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes move {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  25% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  75% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.banner-img-wrap span.dash-circle-a {
  bottom: 60px;
  left: 0;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}
.banner-img-wrap span.dash-circle-b {
  top: 60px;
  left: 95px;
  animation-delay: 1.4s;
  -webkit-animation-delay: 1.4s;
}
.banner-img-wrap span.dash-circle-c {
  bottom: 110px;
  right: -50px;
  animation-delay: 1.8s;
  -webkit-animation-delay: 1.8s;
}
.banner-img-wrap span.dash-circle-d {
  top: 105px;
  right: 70px;
  animation-delay: 2.2s;
  -webkit-animation-delay: 2.2s;
}
.banner-img-wrap span.dash-circle-e {
  top: 0px;
  left: 0px;
  animation-delay: 2.6s;
  -webkit-animation-delay: 2.6s;
}
.banner-icon {
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  -webkit-transition: .6s ease;
  -o-transition: .6s ease;
  transition: .6s ease;
  -webkit-transform: scale(.6);
  -ms-transform: scale(.6);
  transform: scale(.6);
  -webkit-animation: move 10s infinite;
  animation: move 10s infinite;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
.coin {
  background-image: url(https://cdn.manageengine.com/products/service-desk/compare-it-help-desks/images/coin.svg);
  height: 80px;
  width: 80px;
  top: 50px;
}
.banner-img-wrap.active .coin {
  transition-delay: .2s;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}
.banner-img-wrap.active .coin, .banner-img-wrap.active .tick-mark, .banner-img-wrap.active .graph, .banner-img-wrap.active .clock, .banner-img-wrap.active .paper {
  opacity: 1;
  transform: scale(1);
}
.paper {
  background-image: url(https://cdn.manageengine.com/products/service-desk/compare-it-help-desks/images/paper.svg);
  height: 40px;
  width: 120px;
  top: -10px;
  left: 80px;
  background-size: cover;
}
.banner-img-wrap.active .paper {
  transition-delay: .4s;
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}
.tick-mark {
  background-image: url(https://cdn.manageengine.com/products/service-desk/compare-it-help-desks/images/tick-mark.svg);
  height: 80px;
  width: 70px;
  top: 15px;
  right: 25px;
}
.banner-img-wrap.active .tick-mark {
  transition-delay: .6s;
  animation-delay: 1.4s;
  -webkit-animation-delay: 1.4s;
}
.graph {
  background-image: url(https://cdn.manageengine.com/products/service-desk/compare-it-help-desks/images/graph.svg);
  height: 100px;
  width: 100px;
  top: 120px;
  right: -75px;
}
.banner-img-wrap.active .graph {
  transition-delay: .7s;
  animation-delay: 1.6s;
  -webkit-animation-delay: 1.6s;
}
.clock {
  background-image: url(https://cdn.manageengine.com/products/service-desk/compare-it-help-desks/images/clock.svg);
  height: 65px;
  width: 65px;
  bottom: 15px;
  right: -35px;
  z-index: 4;
}
.banner-img-wrap.active .clock {
  transition-delay: .9s;
  animation-delay: 1.8s;
  -webkit-animation-delay: 1.8s;
}
/*Iframe-form-styles-start-here*/
#main-container iframe.cloud-page-form {
  margin-left: auto;
  max-width: 420px;
  width: 100%;
  padding: 0px;
  margin-top: 20px;
  height: 600px;
	background-color: #274874ba;
    border-radius: 3px;
}
.signup-data-middle-child {
  background: red !important;
}
/*Trust-brand-section-start-here*/
#main-container .trust-brand-section {
  padding: 100px 0px 70px;
}
.trust-brand-section .heading-wrap h2 {
  font: 24px/36px Zoho_Puvi_Regular
}
.brand-sprite-sub-wrap {
  width: 100%;
}
.brand-sprite-parent-wrap ul {
  justify-content: space-evenly;
}
.brand-sprite-parent-wrap ul li {
  width: calc(100%/6);
  height: 80px;
  list-style: none;
}
.brand-sprite-parent-wrap ul li span {
  background-image: url(https://cdn.manageengine.com/products/service-desk/compare-it-help-desks/images/trust-brand-sprit.svg);
  background-size: 650px auto;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: block;
  margin: 0px auto;
  position: relative;
  transform: translateY(0px) scale(1);
  transform-origin: center bottom;
  transform: translateY(25px);
  opacity: 0;
}
.brand-sprite-sub-wrap .content-view ul li span {
  transform: translateY(0px);
  opacity: 1;
  transition: 1s ease;
}
.brand-sprite-parent-wrap ul li:nth-child(1) span {
  background-position: -6px -15px;
  max-width: 170px;
  transition-delay: .1s;
}
.brand-sprite-parent-wrap ul li:nth-child(2) span {
  background-position: -146px -15px;
  max-width: 130px;
  background-size: 560px auto;
  transition-delay: .2s;
}
.brand-sprite-parent-wrap ul li:nth-child(3) span {
  background-position: -297px -15px;
  max-width: 140px;
  background-size: 600px;
  transition-delay: .3s;
}
.brand-sprite-parent-wrap ul li:nth-child(4) span {
  background-position: -458px -15px;
  max-width: 140px;
  background-size: 600px;
  transition-delay: .4s;
}
.brand-sprite-parent-wrap ul li:nth-child(5) span {
  background-position: 2px -121px;
  max-width: 130px;
  background-size: 550px;
  transition-delay: .5s;
}
.brand-sprite-parent-wrap ul li:nth-child(6) span {
  background-position: -186px -157px;
  max-width: 160px;
  background-size: 700px;
  transition-delay: .6s;
}
/*Department-section-style-start-here*/
#main-container .department-section {
  padding: 0px 0px 100px;
}
.department-section .heading-wrap {
  max-width: 750px;
}
.department-coloumn-wrap {
  width: calc(100% + 60px);
}
.department-coloumn-wrap > div {
  padding: 50px 40px;
  box-sizing: border-box;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: -6px 6px 20px #00000029;
  border-radius: 30px;
  position: relative;
  transform: translate(0px, 0px);
  height: 680px;
  transition: .3s ease;
  top: 50px;
  opacity: 0;
}
.department-coloumn-wrap > div:hover {
  transform: translate(-20px, -10px);
  transition: .3s ease;
  transition-delay: 0s !important;
}
.content-view.department-coloumn-wrap > div {
  top: 0px;
  transition: .6s ease;
  opacity: 1;
}
.content-view.department-coloumn-wrap > div:nth-child(1) {
  transition-delay: .3s;
}
.content-view.department-coloumn-wrap > div:nth-child(2) {
  transition-delay: .6s;
}
.content-view.department-coloumn-wrap > div:nth-child(3) {
  transition-delay: .9s;
}
.department-coloumn-wrap > div > div {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  border-radius: 0px 0px 30px 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.department-coloumn-wrap > div:nth-child(1) > div {
  background: #DCA0B3;
}
.department-coloumn-wrap > div:nth-child(2) > div {
  background: #EEC99B;
}
.department-coloumn-wrap > div:nth-child(3) > div {
  background: #9BC0DE;
}
.department-coloumn-wrap > div span {
  background: url(https://cdn.manageengine.com/products/service-desk/compare-it-help-desks/images/servicenow-alt-col-sprites.svg);
  height: 90px;
  width: 80px;
  display: block;
  background-position: -468px 0px;
  background-size: 730px;
  margin-bottom: 20px;
  background-repeat: no-repeat;
}
.department-coloumn-wrap > div:nth-child(1) {
  z-index: 1;
}
.department-coloumn-wrap > div:nth-child(1) span {
  background-position: -488px 0px;
}
.department-coloumn-wrap > div:nth-child(2) {
  z-index: 2;
  left: -30px;
}
.department-coloumn-wrap > div:nth-child(2) span {
  background-position: -574px 0px;
}
.department-coloumn-wrap > div:nth-child(3) {
  z-index: 3;
  left: -60px;
}
.department-coloumn-wrap > div:nth-child(3) span {
  background-position: -660px 0px;
}
.department-coloumn-wrap > div h4, .department-coloumn-wrap > div h5 {
  font-family: 'Zoho_Puvi_Bold';
}
.department-coloumn-wrap > div h4 {
  font-size: 18px;
}
.department-coloumn-wrap > div h5 {
  font-size: 16px;
  margin-top: 35px;
  margin-bottom: 15px;
}
.department-coloumn-wrap > div > div p strong {
  font-family: 'Zoho_Puvi_Bold';
}
#main-container .department-coloumn-wrap > div p, #main-container .department-coloumn-wrap > div ul li {
  font-size: 16px;
}
#main-container .department-coloumn-wrap > div ul li {
  margin-bottom: 15px;
}
/*Reason-section-start-here*/
#main-container .reason-section {
  background: #313F53;
  color: #fff;
  padding: 60px 0px;
}
.reason-section::before {
  content: '';
  background-image: url(https://cdn.manageengine.com/products/service-desk/compare-it-help-desks/images/white-screen-grid.svg);
  width: 70px;
  height: 255px;
  position: absolute;
  left: 14px;
  bottom: 0;
  background-size: 400px;
}
.reason-section .heading-wrap {
  max-width: 900px;
  margin-bottom: 80px;
}
.reason-sec-col-wrap {
  justify-content: space-between;
  align-items: flex-start;
}
.reason-sec-col-wrap.row-two {
  margin-top: 50px;
}
.reason-sec-col-wrap > div {
  background: #445671;
  flex: 0 0 calc(100%/3 - 30px);
  max-width: calc(100%/3 - 30px);
  border-radius: 10px;
  box-sizing: border-box;
  padding: 35px 35px 50px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.reason-sec-col-wrap > div.active::after {
  display: none;
}
.reason-sec-col-wrap > div > div.arw-parent {
  position: absolute;
  bottom: 17px;
  left: 50%;
  transform: translate(-50%, 0%) rotate(-90deg);
  display: none;
}
.reason-sec-col-wrap > div.active .arw-parent {
  display: block;
}
.arw {
  position: relative;
  display: block;
  width: 12px;
  height: 10px;
}
.arw::after, .arw::before {
  content: '';
  width: 100%;
  background: #fff;
  height: 1.4px;
  position: absolute;
}
.arw::after {
  transform: rotate(45deg);
  left: 0px;
  top: 4px;
}
.arw::before {
  transform: rotate(-45deg);
  left: 0px;
  top: -4px;
}
.reason-sec-col-wrap > div::before {
  display: block;
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  background: #586d8d;
  right: 20px;
  top: 19px;
  transform: scale(0.5);
  border-radius: 50%;
  z-index: 11;
  opacity: 0;
}
.reason-sec-col-wrap > div.active::before {
  transform: scale(20);
  transition: .6s ease transform;
  opacity: 1;
}
.reason-sec-col-wrap > div::after {
  display: block;
  content: '';
  position: absolute;
  right: 20px;
  top: 20px;
  height: 40px;
  width: 40px;
  background-image: url(https://cdn.manageengine.com/products/service-desk/compare-it-help-desks/images/circle-arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.reason-sec-col-wrap > div > div {
  position: relative;
  z-index: 33;
}
.reason-sec-col-wrap > div h4 {
  font-size: 20px;
  font-family: 'Zoho_Puvi_Bold';
}
.reason-sec-col-wrap > div span {
  background: url(https://cdn.manageengine.com/products/service-desk/compare-it-help-desks/images/servicenow-alt-col-sprites.svg);
  height: 70px;
  width: 60px;
  display: block;
  background-position: -263px 0px;
  background-size: 590px;
  margin-bottom: 20px;
  background-repeat: no-repeat;
}
.parent-reason-col-wrap .reason-sec-col-wrap:nth-child(1) > div:nth-child(1) span {
  background-position: -263px 0px;
}
.parent-reason-col-wrap .reason-sec-col-wrap:nth-child(1) > div:nth-child(2) span {
  background-position: -65px 0px;
}
.parent-reason-col-wrap .reason-sec-col-wrap:nth-child(1) > div:nth-child(3) span {
  background-position: -193px 0px;
}
.parent-reason-col-wrap .reason-sec-col-wrap:nth-child(2) > div:nth-child(1) span {
  background-position: -128px 0px;
}
.parent-reason-col-wrap .reason-sec-col-wrap:nth-child(2) > div:nth-child(2) span {
  background-position: -7px 0px;
}
.parent-reason-col-wrap .reason-sec-col-wrap:nth-child(2) > div:nth-child(3) span {
  background-position: -330px 0px;
}
.row-one .reason-sec-col-wrap > div:nth-child(3) h4 {
  padding-right: 20px;
}
.show-wrap {
  overflow: hidden;
  background: #fff;
  color: #000;
  box-sizing: border-box;
  padding: 10px 30px;
  margin: 50px 0px 0px;
  border-radius: 10px;
  display: none;
}
.show-not-parent {
  display: block;
}
.mobile-show-wrap {
  display: none;
}
/*Awards section start here*/
#main-container .awards-section {
  background: #F5F8FA;
  padding: 100px 0px 10px;
}
.awards-section .heading-wrap {
  max-width: 900px;
}
.awards-sprite-wrap {
  margin: 0px auto;
  max-width: 440px;
  position: relative;
  background-image: linear-gradient(to bottom, #d6d5d5 40%, rgba(255, 255, 255, 0) 20%);
  background-position: right;
  background-size: 2px 23px;
  background-repeat: repeat-y;
}
.awards-sprite-wrap > div {
  display: inline-block;
}
.awards-sprite-parent-wrap {
  margin: 80px auto 0px;
  max-width: 1140px;
}
.awards-sprite-wrap > div span {
  background-image: url(https://cdn.manageengine.com/products/service-desk/compare-it-help-desks/images/awards-sprites.svg);
  height: 150px;
  width: 190px;
  background-repeat: no-repeat;
  background-size: 380px;
  display: block;
}
.awards-sprite-wrap > div:nth-child(1) span {
  background-position: 0px -10px;
}
.awards-sprite-wrap > div:nth-child(2) span {
  background-position: -200px -10px;
}
.awards-sprite-parent-wrap .right-wrap {
  padding-left: 50px;
}
.awards-sprite-parent-wrap .right-wrap > div h3 {
  position: relative;
  display: inline;
}
.awards-sprite-parent-wrap .right-wrap > div h3::before {
  content: '';
  position: absolute;
  left: -40px;
  top: -30px;
  width: 45px;
  height: 42px;
  background-image: url(https://cdn.manageengine.com/products/service-desk/compare-it-help-desks/images/poper.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.awards-sprite-cont-wrap {
  margin-top: 30px;
}
#main-container .awards-sprite-parent-wrap .right-wrap p {
  font-size: 20px;
}
/*Comparison-section-start-here*/
#main-container .comparison-section {
  background: #F5F8FA;
  padding: 60px 0px 100px;
}
.comparison-section::before {
  content: '';
  background-image: url(https://cdn.manageengine.com/products/service-desk/compare-it-help-desks/images/white-screen-grid.svg);
  width: 230px;
  height: 475px;
  position: absolute;
  right: 0;
  top: -80px;
  background-size: 400px;
}
.comparison-table {
  background: #fff;
  padding: 35px 0px 60px;
  border-radius: 30px;
  max-width: 1080px;
  margin: 90px auto 0px;
}
.comparison-section .heading-wrap {
  max-width: 700px;
}
.grid-container {
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 0px;
  padding: 0px;
  width: 950px;
  margin: 0px auto;
}
.grid-container > div {
  text-align: center;
  padding: 13px 0;
}
#main-container .grid-container > div p {
  font-size: 16px;
  margin: 0px 0px;
}
.grid-container > div p strong {
  font-family: 'Zoho_Puvi_Bold';
}
.grid-container > div.fea-list {
  text-align: left;
  padding-left: 30px;
}
.grid-container > div.comp-header {
  background: #FFFFFF;
  position: sticky;
  top: 0;
  z-index: 333;
  position: sticky;
  top: 49px;
  background: #fff;
  z-index: 2;
}
.grid-container > div.comp-header:nth-child(2)::after {
  content: '';
  height: 7px;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  background: #FF9D00;
}
.fea-list {
  grid-column-start: 1;
  grid-column-end: 2;
  border: none;
  border-bottom: 1px solid #cac9c9;
  border-radius: 40px 50px/4px 2px 0px;
  padding: 10px;
}
.desc-cont-a {
  grid-column-start: 2;
  grid-column-end: 4;
  border-bottom: 1px solid #cac9c9;
  background: #e7f0f7;
}
.desc-cont-b {
  grid-column-start: 4;
  grid-column-end: 6;
  border: none;
  border-bottom: 1px solid #cac9c9;
  border-radius: 40px 50px/4px 0px 2px;
  padding: 10px;
}
.prd-logo {
  background-image: url(https://cdn.manageengine.com/products/service-desk/compare-it-help-desks/images/product-sprite.svg);
  background-repeat: no-repeat;
  height: 70px;
  width: 220px;
  display: block;
  background-size: 420px;
  margin: 0px auto;
}
.sdp-logo {
  background-position: -4px 0px;
}
.servicenow-logo {
  background-position: -218px 0px;
}
/*Testimonial-section-start-here*/
.testimonial-section:after {
  content: '';
  background-image: url(https://cdn.manageengine.com/products/service-desk/compare-it-help-desks/images/white-screen-grid.svg);
  width: 190px;
  height: 255px;
  position: absolute;
  right: 24px;
  top: 70px;
  background-size: 400px;
}
.testimonial-parent-wrap {
  align-items: flex-start;
  margin-top: 30px;
}
.testimonial-parent-wrap .left-wrap {
  padding-right: 80px;
  background-image: linear-gradient(to bottom, #d6d5d5 40%, rgba(255, 255, 255, 0) 20%);
  background-position: right;
  background-size: 2px 23px;
  background-repeat: repeat-y;
}
.testimonial-parent-wrap .right-wrap {
  padding-left: 80px;
}
#main-container .testimonial-parent-wrap .right-wrap p {
  font-size: 21px;
  font-family: "Roboto Slab";
}
.testi-slider h3 {
  margin-top: 20px;
  font-size: 22px;
  color: #1E4A88;
}
#main-container .testi-slider p {
  font-size: 17px;
  line-height: 1.7em;
}
.quote-cont-wrap {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 20px;
}
#main-container .testimonial-parent-wrap .quote-cont-wrap p {
  font-size: 20px;
  margin: 0px;
}
.quote-cont-wrap > div:nth-child(1) {
  max-width: 20%;
  flex: 0 0 20%;
}
.quote-cont-wrap > div:nth-child(2) {
  max-width: 80%;
  flex: 0 0 80%;
}
.quote-cont-wrap p {
  color: #0B4086;
}
.quote-icon {
  height: 80px;
  width: 80px;
  display: block;
  background-image: url(https://cdn.manageengine.com/products/service-desk/compare-it-help-desks/images/quote.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 30px;
}
.slick-dots {
  text-align: left;
}
.slick-dots li {
  position: relative;
  background: #fff;
}
.slick-dots li::before {
  content: '';
  left: 0;
  top: 0;
  width: 0%;
  position: absolute;
  background: #7A91B1;
  z-index: 22;
  height: 100%;
}
.slick-dots li.slick-active::before {
  width: 100%;
  transition: 6s;
}
#scroll ul {
  padding: 10px 0 10px 0px;
  margin-left: 15px;
}
.slick-dots li {
  width: 100px;
  height: 5px;
  border: 1px solid #7A91B1;
  border-radius: 0px;
}
.slick-dots li.slick-active {
  width: 100px;
  height: 5px;
  border: 1px solid #7A91B1;
  border-radius: 0px;
  background: #fff;
}
/*Footer-section-start-here*/
.footer-section {
  background: #162438;
  color: #fff;
}
.footer-section::after, .footer-section::before {
  content: '';
  position: absolute;
  background-size: 400px;
  background-image: url(https://cdn.manageengine.com/products/service-desk/compare-it-help-desks/images/dark-screen-grid.svg);
}
.footer-section::after {
  width: 70px;
  height: 159px;
  right: 14px;
  top: 0px;
}
.footer-section::before {
  width: 140px;
  height: 110px;
  left: 14px;
  bottom: 0;
}
.footer-cont-wrap {
  max-width: 810px;
  text-align: center;
  margin: 0px auto;
}
.footer-cont-wrap p {
  color: #B9CDD9;
}
#main-container .footer-cont-wrap .cta {
  padding: 12px 40px;
  background: #FFD800;
  margin-top: 30px;
  color: #000;
  font-family: 'Zoho_Puvi_Bold';
  border-radius: 3px;
}
#main-container #meGDPRMessage label {
  color: #fff;
  font-size: 13px !important;
  text-align: center;
}
label#sendmemailcheck {
  color: #fff;
}
@media only screen and (max-width:1200px) {
  .comparison-table {
    overflow-x: scroll;
  }
  .grid-container > div.comp-header {
    position: relative;
    top: 0;
  }
  .department-coloumn-wrap > div:hover {
    transform: translate(0px, 0px);
    transition: .3s ease;
    transition-delay: 0s !important;
  }
  .row-one .reason-sec-col-wrap > div:nth-child(3) h4 {
    padding-right: 0px;
  }
}
@media only screen and (min-width:767px) and (max-width:1200px) {
  .department-coloumn-wrap > div:nth-child(2), .department-coloumn-wrap > div:nth-child(3) {
    left: 0;
  }
  .department-coloumn-wrap {
    width: 100%;
    justify-content: space-between;
  }
  .department-coloumn-wrap > div {
    flex: 0 0 calc(100%/2 - 20px);
    max-width: calc(100%/2 - 20px);
    margin-bottom: 70px;
  }
  .department-coloumn-wrap > div:nth-child(3) {
    margin-bottom: 0px;
  }
  .slick-dots li, .slick-dots li.slick-active {
    width: 65px;
  }
}
@media only screen and (min-width:992px) and (max-width:1200px) {
  .banner-img-wrap {
    max-width: 385px;
	  margin-left: 0;
  }
}
@media only screen and (max-width:1024px) {
  #main-container .banner-section .left-wrap p, h1.banner-subhero-text {
    color: #fff;
  }
	#main-container .banner-section .left-wrap p br{display: none;}
  /*
  .demoform .form-label label {
    margin-top: -47px;
  }
*/
}
@media only screen and (min-width:992px) and (max-width:1080px) {
  h1.banner-hero-text {
    font-size: 52px !important;
  }
  h1.banner-subhero-text {
    font: 30px/43px Zoho_Puvi_SemiBold;
  }
}
@media only screen and (max-width:992px) {
  .banner-section .flex-wrap {
    display: block;
  }
  #main-container .demoform {
    margin: 0px auto 0px;
    position: relative;
    padding-bottom: 50px;
  }
  .banner-section .left-wrap, .banner-section .right-wrap {
    max-width: 100%;
    text-align: center;
  }
  .banner-img-wrap {
    position: relative;
    margin: 90px auto 50px;
  }
  #main-container .form-head-wrap, #main-container iframe.cloud-page-form {
    margin-left: 0px;
    margin: 0px auto 50px;
  }
  #main-container .banner-section .left-wrap p {
    padding-right: 0px;
    font-size: 19px;
  }
  iframe.cloud-page-form {
    height: 750px;
  }
  .trust-brand-section .heading-wrap h2 {
    font-size: 18px;
  }
  .brand-sprite-parent-wrap ul li {
    width: 180px;
    margin-bottom: 15px;
  }
  .awards-sprite-parent-wrap .right-wrap {
    padding-left: 70px;
    padding-right: 0px;
  }
  /*
  h1.banner-hero-text {
    font-size: 44px !important;
  }
*/
  h1.banner-subhero-text {
    font: 26px/38px Zoho_Puvi_SemiBold !important;
    margin-top: 20px;
    letter-spacing: 0;
  }
}
@media only screen and (min-width:767px) and (max-width:992px) {
  .testimonial-parent-wrap .left-wrap {
    padding-right: 60px;
  }
  .testimonial-parent-wrap .right-wrap {
    padding-left: 60px;
  }
  .awards-sprite-wrap {
    text-align: center;
  }
  .awards-sprite-wrap > div span {
    height: 120px;
    width: 160px;
    background-size: 320px;
  }
  #main-container .trust-brand-section {
    padding: 40px 0px 70px;
  }
	.op-change-btn-wrap{
		max-width: 100% !important;
	}
}
@media only screen and (max-width:767px) {
  h2 {
    font: 30px/1.3 Zoho_Puvi_Bold;
  }
  .banner-section .left-wrap {
    padding-right: 0px;
    text-align: center;
    margin-bottom: 60px;
  }
  .banner-img-wrap {
    max-width: 380px;
    margin: 60px auto 0px;
  }
  .mobile-banner {
    display: block;
    max-width: 460px;
    margin: 40px auto 0px;
    width: 100%;
  }
  .banner-img-wrap {
    display: none;
  }
  .brand-sprite-parent-wrap ul {
    display: flex;
  }
  .brand-sprite-parent-wrap ul li {
    width: 160px;
  }
  h1.banner-hero-text {
    font-size: 48px !important;
  }
  #main-container .banner-section .left-wrap p {
    font-size: 18px;
    padding-right: 0px;
  }
  #main-container .form-head-wrap {
    margin: 50px auto 30px;
  }
  #main-container iframe.cloud-page-form {
    margin: 0px auto;
  }
  .department-coloumn-wrap {
    width: 100%;
    max-width: 450px;
    margin: 0px auto 20px;
  }
  .department-coloumn-wrap > div {
    height: 700px;
  }
  .department-coloumn-wrap > div {
    margin-bottom: 50px;
  }
  .department-coloumn-wrap > div:nth-child(3) {
    margin-bottom: 0px;
  }
  .mobile-show-wrap {
    display: block;
  }
  .show-wrap {
    display: none;
  }
  .department-coloumn-wrap > div:nth-child(2), .department-coloumn-wrap > div:nth-child(3) {
    left: 0;
  }
  .reason-section .heading-wrap {
    margin-bottom: 50px;
  }
  .testimonial-parent-wrap .left-wrap {
    background: unset;
    padding-right: 0px;
  }
  .testimonial-parent-wrap .right-wrap {
    padding-left: 0px;
    margin-top: 30px;
  }
  .slick-dots li, .slick-dots li.slick-active {
    height: 8px;
    width: 8px;
    border-radius: 50%;
  }
  .slick-dots li.slick-active {
    border: 1px solid #7A91B1;
    background: #7A91B1;
  }
  .slick-dots {
    text-align: center;
  }
  .awards-sprite-wrap {
    background-image: unset;
    text-align: center;
  }
  .awards-sprite-parent-wrap .right-wrap {
    padding-left: 0px;
  }
  .awards-sprite-parent-wrap .right-wrap > div {
    max-width: 550px;
    margin: 80px auto 0px;
    width: 80%;
  }
  .reason-sec-col-wrap > div {
    margin-bottom: 30px;
    max-width: 100%;
  }
  .reason-sec-col-wrap.row-two {
    margin-top: 0px;
  }
  .reason-sec-col-wrap > div.active::before {
    transform: scale(40);
  }
  .show-wrap {
    display: none;
  }
}
@media only screen and (max-width:440px) {
  h1.banner-hero-text {
    font-size: 38px !important;
  }
  .quote-icon {
    height: 50px;
    width: 50px;
  }
  #main-container .testimonial-parent-wrap .quote-cont-wrap p {
    font-size: 16px;
  }
}
.main-container {
  width: 100%;
  margin: 0 auto;
  padding: 50px 80px 0px;
  margin-top: 40px;
  box-sizing: border-box;
}