.heading-menu, #allFea, #customers, .btmBar {
  display: none;
}
nav ul.productmenu.header-nav > li#quote, nav ul.productmenu.header-nav > li#demos {
  display: inline-block;
}
.nav > li > a:hover, .nav > li > span:hover, [data-soldrop]:hover {
  color: var(--theme-color);
}
.nav-dwn a {
    border-radius: 5px !important;
}
.mdmlogosvg img {
    width: 310px;
    margin-top: 15px;
}
.prdLogo a.dclogosvg {
  font-family: 'Inter';
  font-size: 26px;
  color: #010101;
  font-weight: 600;
  margin: 10px 0 0;
  text-decoration: none;
}
.sec-pTB {
  padding: 0;
}
.ems-lp {
  font-family: 'Inter';
  padding: 58px;
  color: #000;
}
.ems-lp.grey {
  background-color: #f2f2f2;
}
.ems-lp.bg {
  background-color: #d2f5ff;
}
.ems-lp h1 {
    margin: 0 0 25px;
  font-size: 44px;
  line-height: 67px;
  letter-spacing: -.5px;
}
.ems-lp h1 strong {
  font-weight: 600;
}
.ems-lp h1 b{
    white-space: nowrap;
    font-weight: 600;
}
.ems-lp h1 + p {
    margin: 0 auto 50px;
}
.ems-lp h2 {
    margin: 0 auto 50px;
    max-width: 1000px;
  font-size: 40px;
  line-height: 56px;
  font-weight: 600;
  text-align: center;
}
.ems-lp h3 {
  font-size: 42px;
  line-height: normal;
  font-weight: 600;
  color: var(--theme-color) !important;
  margin: 0 !important;
  padding: 0 !important;
}
.ems-lp p {
  font-size: 22px;
  line-height: 36px;
  font-weight: 400;
  letter-spacing: -.5px;
  margin: 0 0 10px;
}
.ems-lp ul {
  font-size: 22px;
  line-height: 36px;
  font-weight: 400;
  letter-spacing: -.5px;
  margin: 0 0 60px 40px;
}
.ems-lp ul li {
    margin: 0px 0 10px;
    display: flex;
    align-items: flex-start;
}
.ems-lp ul li:before {
    content: '';
    min-width: 25px;
    height: 20px;
    display: inline-block;
    background-image: url(https://www.manageengine.com/products/desktop-central/images/list-bullet.png);
    background-size: 20px;
    background-position: left center;
    margin: 8px 10px 0 0;
    background-repeat: no-repeat;
}
.ems-lp span {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}
.ems-lp img {
  max-width: 100%;
}
.ems-lp a {
  color: var(--theme-color);
  text-decoration: none;
  font-size: 20px;
}
.ems-lp a.cta {
  font-size: 23px;
  color: #fff;
  background-color: #dd321b;
  padding: 12px 26px;
  border-radius: 15px;
  line-height: normal;
  display: inline-block;
  font-weight: 600;
  box-shadow: 0 2px 5px #0008;
  margin: 0 10px;
  min-width: 160px;
}
.ems-lp a.cta.grey {
    background-color: #ccc;
    color: #000;
}
.ems-lp a.link:after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 2px solid var(--theme-color);
  border-bottom: 0;
  border-left: 0;
  transform: rotate(45deg);
  margin: 0px 0px 1px 5px;
}
.ems-lp .flex {
  display: flex;
  justify-content: center;
}
.ems-lp.banner .flex {
    align-items: center;
}

.ems-lp.banner {
  background-color: var(--theme-bg);
  text-align: center;
  padding:60px 60px 80px;
}
.ems-lp.banner .flex .flex-inner {
  max-width: 1175px;
}
.ems-lp.banner .flex .flex-inner img {
    margin: 20px auto -13px;
    width: 700px;
    max-width: 100%;
    display: block;
}
.ems-lp.banner .tab-wrap iframe.no-scroll {
    min-height: 660px;
}
.ems-lp.recog .flex .flex-inner {
    display: flex;
    justify-content: center;
    align-items: baseline;
}
.ems-lp.recog .flex .flex-inner img {
  max-width: 220px;
  max-height: 40px;
  margin: 0 50px;
}
.ems-lp.recog .flex .flex-inner p {
    font-size: 15px;
    line-height: 28px;
    margin: 20px 0 0;
    font-weight: 400;
    color: #0009;
}
.ems-lp.recog a {
  display: block;
  max-width: 200px;
  text-align: center;
  margin: 58px auto 0;
}
.ems-lp.recog .flex .flex-inner div {
    width: 20%;
    text-align: center;
    margin: 0 20px;
}
.ems-lp.recog .flex .flex-inner div:first-child {
    width: 22%;
}
.ems-lp.recog .flex .flex-inner div img {
    max-height: 30px;
    width: auto;
    max-width: none;
    margin: 0;
}
.ems-lp.recog .flex .flex-inner div:nth-child(3) img {
    max-height: 35px;
}
.ems-lp.recog .flex .flex-inner div:last-child img {
    max-height: 25px;
    margin: 5px 0;
}
.ems-lp.compare .review-table {
    display: block;
    margin: auto;
    max-width: 1100px;
}
.ems-lp.compare .review-table > ul {
    display: block;
    padding: 0 !important;
    margin: 0;
    border: 2px solid rgba(0, 170, 255, 0.1);
}
.ems-lp.compare .review-table ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ems-lp.compare .review-table ul li:before {
    display: none;
}
.ems-lp.compare .review-table ul li ul {
    display: flex;
    justify-content: center;
    padding: 0 !important;
    width: 100%;
    margin: 0;
}
.ems-lp.compare .review-table ul li ul li {
    width: 33%;
    padding: 15px;
    line-height:normal;
}
.ems-lp.compare .review-table ul li:nth-child(1) ul li {
    font-size: 20px;
    font-weight: 600;
}
.ems-lp.compare .review-table ul li:nth-child(even) ul {
    background-color: var(--theme-bg);
}
.ems-lp.compare .review-table ul li ul li:nth-child(even) {
    border-left: 2px solid var(--theme-bg);
    border-right: 2px solid var(--theme-bg);
}
.ems-lp.compare .review-table ul li ul li span {
    font-style: italic;
    font-size: 13px;
    color: #0008;
}
.ems-lp.compare .review-table ul li ul li .img {
    height: 25px;
    width: 125px;
    display: inline-block;
    margin: 0 15px 0 0;
}
.ems-lp.compare .review-table ul li ul li .img.star {
    background-image: url(https://www.manageengine.com/products/desktop-central/images/star-rating-icon.png);
    background-size: auto 100%;
}
.ems-lp.compare .review-table ul li ul li strong {
    font-size: 25px;
    font-weight: 300;
    line-height: 30px;
    vertical-align: bottom;
    margin: 0 10px 0 0;
}
.ems-lp.compare .review-table ul li ul li .img.star.four-six {
    width: 115px;
    margin-right: 10px;
}
.ems-lp.compare .review-table ul li ul li .img.star.four-five {
    width: 113px;
    margin-right: 12px;
}
.ems-lp.compare .review-table ul li ul li .img.star.four-four {
    width: 110px;
    margin-right: 15px;
}
.ems-lp.compare .review-table ul li ul li .img.star.four-three {
    width: 108px;
    margin-right: 17px;
}
.ems-lp.compare .review-table ul li ul li .img.star.four-two {
    width: 106px;
    margin-right: 19px;
}
.ems-lp.compare .review-table ul li ul li .img.star.four-one {
    width: 103px;
    margin-right: 22px;
}
.ems-lp.compare .review-table ul li ul li .img.star.four {
    width: 100px;
    margin-right: 25px;
}
.ems-lp.compare .review-table ul li ul li .img.star.nine {
  width: 230px;
  margin-right: 25px;
}
.ems-lp.compare .review-table ul li ul li .img.star.eight-four {
  width: 210px;
  margin-right: 25px;
}
.ems-lp.compare .review-table ul li ul li .img,star.seven-nine {
  width: 196px;
  margin-right: 25px;
}
.ems-lp.compare .review-table ul li ul li .img.star.eight-five {
  width: 216px;
  margin-right: 25px;
}
.ems-lp.compare .review-table ul li ul li .img.star.seven-three {
  width: 187px;
  margin-right: 25px;
}
.ems-lp.compare .review-table ul li ul li .img.star.eight-eight {
  width: 221px;
  margin-right: 25px;
}
.ems-lp.compare .review-table ul li ul li .img.star.seven-eight {
  width: 195px;
  margin-right: 25px;
}
.ems-lp.compare .review-table ul li ul li .img.star.eight-seven {
  width: 218px;
  margin-right: 25px;
}
.ems-lp.compare .review-table ul li ul li .img.star.nine-one {
  width: 236px;
  margin-right: 25px;
}
.ems-lp.compare .review-table ul li ul li .img.star.nine-three {
  width: 239px;
  margin-right: 25px;
}
.ems-lp.compare .review-table ul li ul li .img.star.eight-six {
  width: 216px;
  margin-right: 25px;
}
.ems-lp.compare .review-table ul li ul li .img.star.eight-three {
  width: 207px;
  margin-right: 25px;
}
.ems-lp.compare .review-table ul li ul li .img.star.eight-two {
  width: 203px;
  margin-right: 25px;
}
.ems-lp.compare .review-table ul li ul li .img.star.eight-five {
  width: 212px;
  margin-right: 25px;
}
.ems-lp.compare .review-table ul li ul li .img.star.six-one {
  width: 160px;
  margin-right: 25px;
}
.ems-lp.compare .review-table ul li ul li .img.star.seven-six {
  width: 193px;
  margin-right: 25px;
}
.ems-lp.compare .review-table ul li ul li .img.star.eight-seven {
  width: 216px;
  margin-right: 25px;
}
.ems-lp.compare .review-table ul li ul li .img.star.eight-nine {
  width: 218px;
  margin-right: 25px;
}
.ems-lp.compare .review-table ul li ul li .img.star.eight-one {
  width: 200px;
  margin-right: 25px;
}
.ems-lp.testimonial{
    border: 1px solid #eee;
    border-left:0;
    border-right:0;
}
.ems-lp.testimonial .flex {
    max-width: 1100px;
    margin: auto;
}
.ems-lp.testimonial .flex-inner:first-child {
    width: 35%;
    background-color: #f2f2f2;
}
.ems-lp.testimonial .flex-inner:last-child {
    width: 65%;
    position: relative;
    display: flex;
}
.ems-lp.testimonial .flex-inner iframe#player {
    width: 100%;
    height: 400px;
}
.ems-lp.testimonial .flex-inner iframe#player + p {
    margin: auto;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #00000085;
    color: #fff;
    line-height: 26px;
    font-size: 100%;
    padding: 20px 10px;
    font-weight: 500;
}
.ems-lp.testimonial .review-tab {
    display: flex;
    padding: 56px;
    align-content: center;
    flex-wrap: wrap;
}
.ems-lp.testimonial .review-tab .review-inner:first-child {
    border-bottom: 1px solid #fff;
    padding: 0 0 15px 0;
    margin: 0 0 10px 0;
}
.ems-lp.testimonial .review-tab .review-inner p{
    font-size: 17px;
}
.ems-lp.testimonial .review-tab img {
    max-width: 200px;
}
.ems-lp.testimonial .review-tab img + strong {
    display: flex;
    margin: 5px 0;
}
.ems-lp.testimonial .review-tab strong img {
    max-width: 20px;
}
.ems-lp.features .flex {
  justify-content: space-between;
}
.ems-lp.features .flex .flex-inner:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ems-lp.features ul.box {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    align-items: normal;
    margin: 0;
}
.ems-lp.features ul.box li {
    position: relative;
    width: 40%;
    max-width: 100%;
    min-height: 200px;
    margin: 0;
    border: 1px solid #f1f1f1;
}
.ems-lp.features ul.box li:nth-child(even) {
    border-left: 0;
    border-bottom: 0;
    border-right: 0;
}
.ems-lp.features ul.box li:nth-child(odd) {
    border-left: 0;
    border-bottom: 0;
}
.ems-lp.features ul.box li:nth-child(1), .ems-lp.features ul.box li:nth-child(2) {
    border-top: 0;
}
.ems-lp.features ul.box li .wrapper {
    display: block;
    margin: 20px;
    background-color: #fff;
    border-radius: 7px;
    max-height: 220px;
    overflow: hidden;
    transition: transform ease 550ms, box-shadow ease 550ms;
}
.ems-lp.features ul.box li:hover .wrapper {
    padding: 20px;
    margin: 0;
    max-height: fit-content;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    box-shadow: 0 0 10px #0008;
    transform: scale(1.1);
    cursor: default;
}
.ems-lp.features ul.box li:before{
    display: none;
}
.ems-lp.features ul.box li h3 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: -.5px;
    margin: 0 0 10px !important;
}
.ems-lp.features ul.box li p {
    position: relative;
    font-size: 15px;
    line-height: 30px;
    overflow: hidden;
}
.ems-lp.features ul.box li p:after {
    content: "...";
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #fff;
    padding: 0 3px;
    height: 20px;
    line-height: 20px;
    text-align: left;
    width: 30px;
    display: flex;
}
.ems-lp.features ul.box li:hover p {
    max-height: fit-content;
}
.ems-lp.features ul.box li:hover p:after {
    display: none;
}
.ems-lp.why .flex-inner {
  width: 20%;
  text-align: center;
}
.ems-lp.why .flex-inner img {
  max-width: 50px;
}
.ems-lp.why .flex-inner span {
  display: block;
  margin: 15px;
}
.ems-lp.credit {
    border-bottom: 1px solid #eee;
}
.ems-lp.credit .flex {
  max-width: 1175px;
  margin: auto;
}
.ems-lp.credit .flex .flex-inner {
  border-right: 0 !important;
  padding: 0;
  width: auto;
}
.ems-lp.credit .flex .flex-inner:first-child {
  border-right: 1px solid #ccc;
}
.ems-lp.credit .flex .flex-inner img {
  max-height: 60px;
  margin: 0 0 10px;
}
.ems-lp.credit p {
  font-size: 18px;
  min-height: 180px;
}
.ems-lp.credit a.cta {
  margin: 0 15px 0 0;
}
.ems-lp.credit a.cta.grey {
  background-color: #ccc;
  color: #000;
}
.ems-lp.credit .cta-grp {
    margin:10px 0 20px;
    text-align:center;
}
.ems-lp.credit .cta-grp + p {
  min-height: auto;
    margin:0;
    font-size:18px;
}
.ems-lp.credit .cta-grp + p a {
  font-size: inherit;
  font-weight: 500;
}
.ems-lp.credit .cta-grp + p a:after {
  display: none;
}

.ems-lp.credit h2{
    margin:0 auto 20px;
}
.sticky-button {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 96px;
    flex-wrap: wrap;
    z-index:9;
}
.sticky-button a {
    background-color: #38b0d4;
    color: #fff;
    text-align: center;
    line-height: normal;
    padding: 5px;
    text-decoration: none;
    width: 100%;
    font-size: 15px;
}
.sticky-button a:last-child {
    background-color: #ccc;
    color: #000;
}
.ems-lp.price .info .me-prd h3.getquote:before {
    display: none;
}
.ems-lp.price .info .me-prd h3.getquote {
    font-size: 17px;
    font-weight:400;
    line-height:normal;
}
.ems-lp.price .info .me-prd h3.getquote a {
    font-size: 17px;
    padding:5px 0;
    display:inline-block;
    text-decoration:underline;
}
@media(max-width:1450px) {
  .ems-lp.recog .flex .flex-inner img {
    max-width: 170px;
    max-height: 40px;
    margin: 0 20px;
  }
  .ems-lp h3 {
    font-size: 30px;
  }
  .ems-lp.why .flex-inner span {
    font-size: 15px;
    line-height: normal;
    white-space: nowrap;
  }
  .ems-lp ul {
    margin: 0 0 100px 50px;
  }
  .ems-lp h2 {
    margin: 0 20px 50px;
  }
}
@media(max-width:1000px) {
  .ems-lp.recog .flex .flex-inner img {
    max-width: 130px;
    max-height: 20px;
  }
  .ems-lp.credit .flex .flex-inner:last-child {
    padding-right: 0;
  }
  .ems-lp.credit .flex .flex-inner:first-child {
    padding-left: 0;
  }
  .ems-lp a.cta {
    font-size: 18px;
  }
}
@media(max-width:800px) {
  .headerinner .prdLogo {
    width: auto;
  }
  header:not(.abheader) #MEmobPanel {
    top: 82px;
  }
  #MEdropPanel li {
    display: none;
  }
  #MEdropPanel li#quote, #MEdropPanel li#demos, #MEdropPanel li#demo {
    display: block;
  }
  .ems-lp h1 {
    font-size: 30px;
    line-height: 50px;
  }
  .ems-lp {
    padding: 40px 20px;
    margin: 0;
  }
  .ems-lp.features .flex .flex-inner {
    width: auto;
  }

  .ems-lp .flex {
    flex-wrap: wrap;
  }
  .ems-lp.features {
    padding: 40px 20px;
  }
  .ems-lp h2 {
    font-size: 30px;
    line-height: 50px;
    margin: 0 0 30px;
  }
  .ems-lp p {
    font-size: 18px;
    line-height: 36px;
  }
  .ems-lp ul {
    font-size: 20px;
    margin: 0 0 20px;
  }
  .ems-lp.why .flex-inner {
    width: 40%;
    margin: 15px 5px;
  }
  .ems-lp.why .flex-inner span {
    margin: 5px;
  }
  .ems-lp.recog .flex .flex-inner {
    text-align: center;
  }
  .ems-lp.recog .flex .flex-inner img {
    margin: 20px;
    max-width: 170px;
    max-height: 50px;
  }
  .flexBnrslides, .flex-control-nav, .flex-direction-nav {
    display: block;
  }
  .ems-lp.testimonial .flexslider {
    max-height: none;
  }
  .ems-lp.testimonial li .author {
    flex-wrap: wrap;
  }
  .ems-lp.testimonial li .author img:last-child {
    display: block;
  }
  .ems-lp.testimonial li .author .desc {
    max-width: none;
    text-align: center;
    border: 0;
    margin: 0;
    justify-content: center;
  }
  .ems-lp.credit .flex .flex-inner {
    width: auto;
    padding: 0;
    margin: 15px;
  }
  .ems-lp.credit .flex .flex-inner:first-child {
    border-right: 0;
  }
  .ems-lp.credit p {
    min-height: auto;
  }
}
@media(max-width:700px) {
.ems-lp.recog .flex .flex-inner div,.ems-lp.recog .flex .flex-inner div:first-child {
    width: auto;
    margin: 20px 5px;
}
.ems-lp.recog .flex .flex-inner {
    flex-wrap: wrap;
}
.ems-lp.features ul.box li {
    width: auto;
}
.ems-lp.testimonial .flex-inner:first-child {
    width: auto;
}
.ems-lp.testimonial .flex-inner:last-child {
    width: auto;
}
.ems-lp.testimonial .flex-inner iframe#player {
    width: 334px;
    height: 160px;
    margin: 30px 0px;
}
.ems-lp a.cta {
    margin: 20px auto !important;
    max-width:200px;
    text-align:center;
    display:block;
}
.ems-lp.features ul.box li {
    border: 1px solid #eee !important;
    margin: 10px 0;
}
.ems-lp.features ul.box li p {
    max-height: none;
}
.ems-lp.features ul.box li:hover .wrapper {
    position: static;
    transform: none;
}
.ems-lp.compare .review-table > ul > li:first-child {
    display: none;
}
.ems-lp.compare .review-table ul li ul {
    flex-wrap: wrap;
}
.ems-lp.compare .review-table ul li ul li {
    width: 100%;
}
.ems-lp.compare .review-table ul li ul li:nth-child(even):before {
    content: "Airwatch";
    color: #000;
    display: block;
    background-image: none;
    font-size:13px;
}
.ems-lp.compare .review-table ul li ul li:nth-child(3):before {
    content: "MDMP";
    color: #000;
    display: block;
    background-image: none;
    font-size:13px;
}
.ems-lp.testimonial .review-tab {
    padding: 20px 20px 0;
}
.ems-lp.testimonial .flex-inner iframe#player + p {
    position: static;
    color: #000;
    background: none;
    padding: 0;
}
.ems-lp.testimonial .flex-inner {
    flex-wrap: wrap;
}
.ems-lp.features ul.box li .wrapper {
    max-height: none;
}
.ems-lp.features ul.box li p:after {
    display: none;
}
.ems-lp.banner {
    padding: 40px 20px;
}
}
@media(max-width:600px){
.ems-lp.banner .key li{
    display: flex !important;
    align-items:flex-start !important;
}
.ems-lp.banner .key li:before {
    width: 20px !important;
    height: 20px !important;
    margin: 5px 10px 15px 0 !important;
}
}