.ems-lp {
  font: 300 14px/24px 'ZohoPuvi',sans-serif;
}
.ems-lp.bg {
  background-color: var(--theme-bg-offset);
}
.ems-lp.grey {
  background-color: var(--theme-bg);
}
.ems-lp.gray {
  background-color: #f9f9f9;
}
.ems-lp h1,.ems-lp h2,.ems-lp p,.ems-lp li {
    color: #000;
}
.ems-lp.bg h2,.ems-lp.bg p,.ems-lp.bg li {
    color: #fff !important;
}
.ems-lp h2{
   margin: 0 0 20px;
}
div#topsec-rhs {
  display: none;
}
nav ul.productmenu {
  margin-right: 20px;
  margin-bottom: 16px;
}
nav ul.productmenu.header-nav > li {
  display: none;
}
.nav li#request-demo, .nav li#get-quote {
  display: inline-block;
  margin: 5px 0 0;
}
.nav li#request-demo a, .nav li#get-quote a {
  background-color: #ccc;
  color: #000;
  font-size: 20px;
  line-height: 30px;
  padding: 4px 10px;
  display: inline-block;
  width: 148px;
  border-radius: 5px;
  text-decoration: none;
  text-align: center;
}
.ems-lp a.cta{
  text-align: center;
  margin: 0;
}
.ems-lp a.cta.offset {
    background-color: var(--theme-color-offset);
    color: #000;
}
.ems-lp ul {
    font-size: 22px;
    line-height: 36px;
    font-weight: 400;
    letter-spacing: -.5px;
    margin: 0 0 15px;
}
.ems-lp ul.tab {
    display: flex;
    justify-content: center;
}
.ems-lp ul.tab li {
    padding: 12px 24px;
    margin: 20px;
    border-radius: 40px;
    cursor: pointer;
    line-height: normal;
}
.ems-lp ul.tab li:before {
  display: none;
}
.ems-lp ul.tab li.active {
    pointer-events: none;
    font-weight: 600;
    background-color: var(--theme-color-offset);
    position: relative;
}

.ems-lp .tab-content [data-content] {
  display: none;
}
.ems-lp .tab-content [data-content].active {
  display: flex;
}
.ems-lp.banner {
    padding: 40px 60px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all cubic-bezier(0.65, 0.05, 0.36, 1) 500ms;
    min-height: 500px;
}
.ems-lp.banner .flex {
  justify-content: center;
}
.ems-lp.banner .flex .flex-inner {
  max-width: 600px;
  text-align: left;
  padding: 0;
  margin:0;
}
.ems-lp.banner .flex .flex-inner:first-child {
  max-width: 700px;
  margin-right: 50px;
}
.ems-lp.banner .flex .flex-inner img {
  width: auto;
  max-width: 100%;
  margin: 0;
}
.ems-lp.banner .flex .flex-inner > img{
  filter: var(--theme-filter-1);
  max-height: 450px;
}
.ems-lp.banner .os {
  display: flex;
  margin: 0 0 40px;
  justify-content: left;
  align-items: center;
}
.ems-lp.banner .os li {
  margin: 0 10px;
  display: block;
}
.ems-lp.banner .os li:before {
  display: none;
}
.ems-lp.banner .os li img {
  width: auto !important;
  max-width: 45px !important;
  max-height: 45px !important;
  margin: 0 !important;
}
.ems-lp.banner .tab-btn {
  text-align: center;
  display: flex;
  justify-content: space-between;
}
.ems-lp.banner .tab-btn span {
  padding: 12px 24px;
  border-radius: 15px 15px 0 0;
  display: inline-block;
  cursor: pointer;
  width: 50%;
  pointer-events: all;
}
.ems-lp.banner .tab-btn span:hover {
  color: #057194;
}
.ems-lp.banner .tab-btn span.active {
  background-color: #fff;
  position: relative;
  box-shadow: 0 0 5px #0004;
  cursor: default;
  pointer-events: none;
}
.ems-lp.banner .tab-btn span.active:after {
  content: '';
  height: 20px;
  width: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  box-shadow: -2px 0 0px #0000000d;
}
.ems-lp.banner .tab-btn span.active[data-tab="2"]:after {
  box-shadow: 2px 0 0px #0000000d;
}
[data-content] {
  display: none;
}
[data-content].active {
  display: block;
  width: 100%;
}
.ems-lp.banner .tab-wrap {
  background-color: #fff;
  padding: 35px;
  border-radius: 15px;
  box-shadow: 0 0 5px #0004;
  min-width: 400px;
  min-height: 440px;
  display: flex;
  align-items: center;
}
input#downloadSubmit.download {
  background-color: #dd321a !important;
  min-width: 300px;
  margin: 30px auto 10px !important;
  border: 0 !important;
  border-radius: 10px !important;
  font-size: 22px !important;
  font-weight: 700;
  cursor: pointer;
  padding: 12px !important;
  line-height: normal !important;
  -webkit-appearance: none;
  box-shadow: 0 2px 5px #0008 !important;
  outline: none;
}
.ems-lp.banner .tab-wrap a {
  font-size: inherit;
}
.ems-lp.banner .tab-wrap h3 {
  font-size: 22px;
  font-weight: 500;
  margin-top: 0;
  text-align: center;
}
.ems-lp.banner h1 {
    margin: 0 20px 20px 0;
    font-size: 37px;
    line-height: 65px;
}
.ems-lp.banner .key {
  margin: 0 0 30px;
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: normal;
  display: flex !important;
  flex-wrap: wrap;
}
.ems-lp.banner .key li {
  width: 100%;
  position: relative;
  display: inline-flex;
  justify-content: left;
  align-items: center;
  text-align: left;
  margin: 0;
}
.ems-lp.banner .key li:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 35px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 5px 10px 5px 0;
}
.ems-lp.banner .key li:before {
  background-image: url(https://www.manageengine.com/mobile-device-management/images/checked.png);
}
.ems-lp.banner h1 + p, .ems-lp.banner .key + p, .ems-lp.banner .os + p {
    font-size: 18px;
    margin: 0 0 10px;
    color: var(--theme-color);
    font-weight: 600;
}
.ems-lp.sup-os {
    padding: 0;
    max-width: 1000px;
    margin: auto;
}
.ems-lp.sup-os .os {
    display: flex;
    justify-content: left;
    margin: 20px;
}
.ems-lp.sup-os .os img {
    max-width: 50px;
    max-height: 50px;
}
.ems-lp.sup-os .os li {
    margin: 10px 20px;
    align-items: center;
}
.ems-lp.sup-os .os li:before {
    display: none;
}
.ems-lp.sup-os .os li p {
    margin: 0;
    min-width: 220px;
}
.ems-lp.client{
    width: auto !important;
}
.ems-lp.client .client-logo {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: auto;
}

.ems-lp.client .client-logo li:before {
    display: none;
}
.ems-lp.client .client-logo li {
    background-color: #fff;
    max-width: 150px;
    max-height: 50px;
    border-radius: 10px;
    margin: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 30px;
}
.ems-lp.client .client-logo li img {
    max-width: 100%;
    max-height: 100%;
}

.ems-lp.recog h2 {}
.ems-lp.recog .flex .flex-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ems-lp.recog .flex .flex-inner div, .ems-lp.recog .flex .flex-inner div:first-child {
  width: 340px;
}
.ems-lp.recog .flex .flex-inner div:nth-child(2) {
  width: 340px;
}
.ems-lp.recog .flex .flex-inner div:last-child img {
  max-height: 200px;
  margin: 0;
}
.ems-lp.recog .flex .flex-inner div img, .ems-lp.recog .flex .flex-inner div:nth-child(3) img {
    max-height: 40px;
    max-width: 180px;
}

.ems-lp h2 {
  margin: 0 auto 20px;
  max-width: 1200px;
}
.ems-lp h2 + p {
  text-align: center;
  margin: -30px auto 40px;
  max-width: 1200px;
}
.ems-lp.banner .key + p {
  font-size: 16px;
  font-weight: 500;
  color: #00000087;
}
.ems-lp.banner .cta-group {
  margin: 5px 0 0;
}
.ems-lp.banner .cta-group a {
  text-align: center;
  margin: 0 20px 0 0;
  position: relative;
}
.ems-lp.banner .cta-group a span {
  position: absolute;
  left: 0;
  bottom: -33px;
  right: 0;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.ems-lp.features .flex {
    justify-content: center;
    align-items: unset;
    margin: auto;
}
.ems-lp.features .flex .flex-inner img {
  width: 450px;
  max-width:90%;
  margin: 0 40px;
  filter: var(--theme-filter);
}
.ems-lp.features ul li {
    position: relative;
    width: auto;
    border: 0;
    font-size: 20px;
    line-height: 30px;
    min-height: auto;
    max-width: none;
    margin: 0 0 20px;
    padding: 0 0 0 20px;
}
.ems-lp.features ul li:before {
    left: 0;
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: none;
    margin: 10px 0 0;
    background-color: var(--theme-color);
    border-radius: 50%;
    min-width: auto;
    position: absolute;
    top: 0;
}
.ems-lp.testi .bannerflex{
   background: transparent !important;
}
.ems-lp.testi .bannerflex .flexslider{
   width: 1100px;
}
.ems-lp.testi .flex {
    display: block;
    margin: auto !important;
    max-width: 80%;
}

.ems-lp.testi .flex .inner-flex:before{
   display: none;
}
.ems-lp.testi .flex .inner-flex blockquote {
  font-size: 18px;
  line-height: 36px;
  color: #000;
  min-height: 250px;
}
.ems-lp.msm.testi .flex .inner-flex blockquote {
    min-height: 200px;
}
.ems-lp.testi .flex .inner-flex strong {
  margin: 0 0 10px;
  display: flex;
}
.ems-lp.testi .flex .inner-flex strong b {
  display: block;
  font-size: 22px;
  font-weight: 600;
  color: var(--theme-color);
}
.ems-lp.testi .flex .inner-flex strong i {
  font-size: 15px;
  font-weight: 100;
  font-style: normal;
}
.ems-lp.testi .flex .inner-flex strong img {
  transform: rotate(-45deg);
}
.ems-lp.testi .flex .inner-flex strong span {
  width: 260px;
}
.ems-lp.testi .flex .inner-flex strong b span {
    display: block;
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
    opacity: .85;
    color: #000;
}
.ems-lp.testi .flex .inner-flex strong > span:first-child {
    width: 70px;
    height: 70px;
    background-color: #fff;
    margin: 0 30px 0 0;
    border-radius: 14px;
    border: 1px solid var(--theme-color);
    transform: rotate(45deg);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ems-lp.testi .flex .inner-flex strong span.barry {
    background-color: #c1c1c1;
}
.ems-lp.testi .flex .inner-flex[data-client="tcns"] strong img {
    transform: rotate(-45deg) scale(0.8);
}
.ems-lp.testi .flex .inner-flex[data-client="infinet"] strong img {
    transform: rotate(-45deg) translate(5px,-3px) scale(0.9);
}
.ems-lp.testi .flex .inner-flex[data-client="ripe"] strong > span:first-child {
    background-color:#668e41;
}

ol.flex-control-nav.flex-control-paging {
    left: 0;
}
ol.flex-control-nav.flex-control-paging a {
    width: 80px;
    height: 8px;
    border-radius: 150px;
    background-color: #fff;
    border: 1px solid #ccc;
}
ol.flex-control-nav.flex-control-paging a.flex-active{
    border: 1px solid #ffce26;
}
ul.flex-direction-nav {
    display: flex;
    justify-content: space-between;
}
ul.flex-direction-nav li:before {
    display: none;
}
.flex-direction-nav li a {
    background-color: var(--theme-color-offset);
    border-radius: 50%;
}
.flexslider:hover a.flex-prev,.flexslider:hover a.flex-next{
    opacity:1;
}
.flexslider .flexBnrslides > li {
    padding: 10px 0;
}
.flex-direction-nav li a.flex-prev {
    background-position: -61px -60px;
}
.flex-direction-nav li a.flex-next {
    background-position: -88px -60px;
}

.ems-lp.why h3 {
  font-size: 35px;
}
.ems-lp.why .flex {
  flex-wrap: wrap;
}
.ems-lp.why .flex-inner {
  margin: 20px 0;
  width: 15%;
}
.ems-lp.why .flex-inner span {
  line-height: normal;
  font-size: 18px;
  margin: 5px;
}
.ems-lp.why .flex-inner img {
  margin: 0 0 10px;
}
.ems-lp.peers {
  padding: 100px 0;
}
.ems-lp.peers .inner-flex {
  display: inline-block;
  background-color: #fff;
  width: 150px;
  height: 150px;
  border-radius: 15px;
  transform: rotateY(0deg) rotateZ(45deg) scale(1);
  transform-origin: center center;
  margin: 10px 40px;
  transition: all ease-in 550ms;
  overflow: hidden;
  position: relative;
}
.ems-lp.peers .inner-flex .peers-ind {
  transform: rotate(-45deg);
  transform-origin: center center;
  text-align: center;
  width: 150px;
  height: 150px;
  transition: all ease-in 350ms;
}
.ems-lp.peers .inner-flex.flip {
  transform: rotateY(180deg) rotateZ(45deg) scale(1.2);
  box-shadow: 0 0 15px #0002;
}
.ems-lp.peers .inner-flex:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  opacity: 0;
  transition-delay: 350ms;
  z-index: 1;
}
.ems-lp.peers .inner-flex.flip:before {
  content: "";
  opacity: 1;
  transition-delay: 350ms;
}
.ems-lp.peers .inner-flex:after {
  display: flex;
  align-items: center;
  content: '""';
  color: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 25px 20px 20px;
  z-index: 2;
  font-size: 12px;
  font-weight: 100;
  line-height: 22px;
  backface-visibility: hidden;
  transform: rotateZ(-45deg) scaleX(-1);
  transition-delay: 350ms;
  text-align: center;
}
.ems-lp.peers .inner-flex.capterra:after {
  animation: capterra 20s infinite;
  content: '"Indispensable tool for managing large amounts of company devices."';
}
.ems-lp.peers .inner-flex.getapp:after {
  animation: getapp 20s infinite;
  content: '"Innovative and easy to use. Great for small and large businesses."';
}
.ems-lp.peers .inner-flex.flip:after {
  color: #000;
  transition-delay: 350ms;
}
.ems-lp.peers .inner-flex .peers-ind > img {
  max-width: 135px;
  margin-top: 40px;
}
.ems-lp.peers .inner-flex.gartner .peers-ind > img {
  width: 140px;
  margin-top: 38px;
}
.ems-lp.peers .inner-flex.gcrowd .peers-ind > img {
  width: 50px;
  margin-top: 23px;
}
.ems-lp.peers .inner-flex .peers-ind p {
  margin: 10px 0;
}
.ems-lp.peers .inner-flex .peers-ind p img {
  width: 24px;
}
.ems-lp.testimonial{
   border:0;
}
.ems-lp.testimonial .flex {
    justify-content: space-between;
}
.ems-lp.testimonial .flex-inner:last-child{
    width:66%;
}
.ems-lp.testimonial .flex-inner:first-child {
    width: 32%;
    background-color: var(--theme-bg-offset);
    align-items: center;
    display: flex;
}
.ems-lp.testimonial .review-tab {
    padding: 25px 45px;
}
.ems-lp.testimonial .review-tab .review-inner:first-child {
    border-color: var(--theme-color);
}
.ems-lp.testimonial .review-tab .review-inner p strong {
    font-weight: 600;
}
.ems-lp.testimonial .flex-inner {
    background: var(--theme-bg-offset);
}
.ems-lp.testimonial .flex:last-child {
    justify-content: space-between;
    margin: 20px auto;
}
.ems-lp.testimonial .flex:last-child .flex-inner {
    width: 32%;
}
.ems-lp.testimonial .flex:last-child .review-tab img {
    max-height: 100px;
    max-width: 130px;
}
.ems-lp.testimonial .flex:last-child .flex-inner:last-child .review-tab img {
    padding: 25px;
}
.ems-lp.credit{
   border: 0;
}

@media(max-width:1500px){
.ems-lp ul.tab li {
   margin: 10px;
   padding: 10px;
    font-size: 18px;
    min-width: 100px;
}
.ems-lp.recog .flex .flex-inner div, .ems-lp.recog .flex .flex-inner div:first-child,.ems-lp.recog .flex .flex-inner div:nth-child(2) {
    width: 33%;
}
}
@media(max-width:1300px){
.ems-lp.features ul.box li .wrapper {
    min-width: auto;
}
.ems-lp.recog .flex .flex-inner div, .ems-lp.recog .flex .flex-inner div:first-child,.ems-lp.recog .flex .flex-inner div:nth-child(2) {
    width: 33%;
}

}
@media(max-width:1024px){
.ems-lp h1 b {
    white-space: initial;
}
ems-lp.recog .flex .flex-inner {
    flex-wrap: wrap;
}
.ems-lp.features .flex .flex-inner{
   margin: 20px;
}
.ems-lp.client .client-logo li {
    width: 26%;
    margin: 10px;
    max-height: none;
    height: 50px;
}
}
@media(max-width:800px) {
  .ems-lp.banner .flex .flex-inner {
    max-width: none;
  }
  .ems-lp.banner h1 {
    margin: 15px;
    text-align: center;
  }
  .ems-lp h1 strong {
    display: block;
  }
  .ems-lp.banner h1 + p {
    margin: 15px;
    text-align: center;
  }
  .ems-lp.banner .key {
    justify-content: center;
  }
  .ems-lp.recog .flex .flex-inner div, .ems-lp.recog .flex .flex-inner div:first-child,.ems-lp.recog .flex .flex-inner div:nth-child(2) {
    width: auto;
  }
  input#downloadSubmit.download {
    min-width: 100%;
  }
  .tab-wrap {
    min-width: auto;
    max-width: 300px;
    padding: 35px 15px;
  }
  .tab-btn span {
    white-space: nowrap;
  }
  .ems-lp.why .flex-inner {
    width: auto;
    margin: 15px;
  }
  .ems-lp.testimonial .flex-inner:first-child {
    width: auto;
  }
  .ems-lp.recog .flex .flex-inner div, .ems-lp.recog .flex .flex-inner div:first-child {
    width: auto;
  }
  .ems-lp.recog .flex .flex-inner div:last-child {
    width: 100%;
  }
  .ems-lp.client-logo li {
    margin: 15px;
    width: 35%;
    min-width: auto;
  }
  .ems-lp.banner .tab-wrap {
    min-width: 300px;
  }
  .ems-lp.banner .os {
    flex-wrap: wrap;
    margin: 0 0 30px;
    justify-content: center;
  }
  .ems-lp.banner {
    padding: 40px 20px;
  }
  .ems-lp.price inputgroup {
    max-width: 300px;
  }
  .tab-wrap {
    margin: auto;
  }
  .ems-lp.banner .key li {
    font-size: 18px;
    line-height: 30px;
    align-items: center;
  }
  .ems-lp.testimonial .flex-inner:last-child {
    width: 100%;
  }
  .ems-lp.price .info .percent, .ems-lp.price .info .spl-note {
    position: static;
  }
  .ems-lp.client-logo li img {
    max-width: 85% !important;
  }

.ems-lp.features ul.box li {
    flex-wrap: wrap;
    border: 0 !important;
}

.ems-lp.testi .flex .inner-flex {
    max-width: none;
    margin: 15px 0;
}

.ems-lp.banner .flex .flex-inner:first-child {
    max-width: none;
    padding: 0;
    margin: 0;
}

.ems-lp.banner h1 {
    font-size: 36px;
    line-height: 60px;
}

.ems-lp h1 strong {
    display: inline;
}

.ems-lp.banner .cta-group a {
    margin: 40px auto  0 !important;
}

.ems-lp.banner .flex .flex-inner img {
    max-height: none;
}
.ems-lp.banner .os li img {
    max-height: 35px !important;
}
.ems-lp.testimonial .flex{
   margin: 10px;
}
.ems-lp.testimonial .flex{
   margin: 10px;
}
.ems-lp.testimonial .flex:last-child .flex-inner {
    width: auto;
    margin: 10px;
}
.ems-lp.testimonial .flex-inner iframe#player {
    width: 100%;
    margin: 0;
}
.ems-lp ul.tab {
    display: none;
}
.ems-lp.features ul.box [data-content] {
    display: block;
}
.ems-lp.features ul.box li .wrapper {
    min-width: auto;
}
.ems-lp.sup-os .os {
    flex-wrap: wrap;
}
.ems-lp.features ul.box img {
    max-width: 100%;
}
.ems-lp.sup-os .os li:first-child {
    width: 100%;
    justify-content: center;
}
.ems-lp.features h2 {
    margin: 0;
}
.ems-lp.testi .bannerflex{
   display: block;
}
.ems-lp.testi .bannerflex .flexslider {
    max-height: none;
}
.ems-lp.testi .flex .inner-flex blockquote {
    min-height: auto;
    font-size: 15px;
    line-height: 30px;
}
.ems-lp.testi .flex .inner-flex strong span {
    width: auto;
}
.ems-lp.recog .flex .flex-inner div, .ems-lp.recog .flex .flex-inner div:first-child {
    width: auto;
}
}
@media(max-width:400px){
.footCont>ul>li {
    width: auto !important;
}
}