.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#demo, .nav li#quote {
  display: inline-block;
  margin: 5px 0 0;
}
.nav li#demo a, .nav li#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 ul {
    font-size: 22px;
    line-height: 36px;
    font-weight: 400;
    letter-spacing: -.5px;
    margin: 50px 0 15px;
}
.ems-lp ul.tab {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid var(--theme-color);
}
.ems-lp ul.tab li {
    padding: 12px;
    margin: 0 10px;
    border-radius: 10px 10px 0 0;
    cursor: pointer;
    line-height: normal;
    font-weight: 500;
    max-width: 210px;
    text-align: center;
    align-items: center;
}
.ems-lp ul.tab li:before {
  display: none;
}
.ems-lp ul.tab li:hover{
    background-color: #e5e5e5;
}
.ems-lp ul.tab li.active {
    pointer-events: none;
    font-weight: 600;
    background-color: var(--theme-color);
    position: relative;
    color: #fff;
}
.ems-lp ul.tab li:nth-child(1){
    max-width: 180px;
}
.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;
}
.ems-lp.sup-os .os {
    display: flex;
    justify-content: center;
    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;
}
.ems-lp.award {
    padding-top: 0;
}
.ems-lp.award h3 {
    color: #fff !important;
    font-size: 26px;
    text-align: center;
    margin: 0 0 10px !important;
}
.ems-lp.award .review-box {
    align-items: center;
    margin: 0 0 10px;
}
.ems-lp.award .review-box .inner-flex {
    background-color: #fff;
    border-radius: 15px;
    min-height: 170px;
    min-width: 240px;
    margin: 15px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ems-lp.award .review-box .inner-flex img {
    max-width: 150px;
    max-height: 60px;
    margin: 0 0 5px;
}
.ems-lp.award .review-box .inner-flex p img {
    max-width: 28px;
    margin: 0;
}
.ems-lp.award .review-box .inner-flex p + strong {
    font-size: 18px;
    font-weight: 600;
    color: var(--theme-color);
}
.ems-lp.client{
    width: auto !important;
}
.ems-lp.client .client-logo {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: auto;
    max-width: 1200px;
}

.ems-lp.client .client-logo li:before {
    display: none;
}
.ems-lp.client .client-logo li {
    background-color: #fff;
    max-width: 170px;
    max-height: 80px;
    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: 350px;
}
.ems-lp.recog .flex .flex-inner div:nth-child(2) {
  width: 350px;
}
.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: 250px;
}
.ems-lp.osd-lp.recog .flex .flex-inner div:nth-child(3) img {
    max-height: 50px;
    margin: 0 0 10px;
}
.ems-lp.compare {
    padding-bottom: 30px;
}
.ems-lp.compare .review-table{
    margin: 50px auto 0;
}
.ems-lp.compare .review-table ul li ul{
    background-color: #fff;
}
.ems-lp.compare .review-table ul li ul li .img {
  margin: 0 15px 0 10px;
}
.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-a.png);
  margin-left: 0;
}
.ems-lp.compare .review-table ul li ul li {
  font-size: 13px;
  line-height: 27px;
  padding: 13px;
}
.ems-lp.compare .review-table ul li:nth-child(1) ul li {
  font-size: 20px;
}
.ems-lp.compare .review-table ul li ul li:nth-child(1) {
  font-size: 20px;
}
.ems-lp.compare .review-table ul li ul li:last-child .img {
  opacity: .4;
  background-image: url(https://www.manageengine.com/products/desktop-central/images/star-rating-icon.png);
}
.ems-lp.compare .review-table > ul {
  border: 2px solid var(--theme-bg);
}
.ems-lp.compare .review-table ul li ul li:nth-child(even) {
  transform: translate(-38px, 0) scale(1.2);
  font-size: 11px;
}
.ems-lp.compare .review-table ul li:nth-child(1) ul li:nth-child(even) {
  border-top: 2px solid var(--theme-bg);
  background-color: #fff;
  font-size: 17px;
}
.ems-lp.compare .review-table ul li ul li strong {
  font-size: 20px;
}
.ems-lp.compare .review-table ul li:nth-child(2) ul li:nth-child(2) strong, .ems-lp.compare .review-table ul li:last-child ul li:nth-child(2) strong {
  font-size: 16px;
}
.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.compare ul.note {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: normal;
  margin: auto;
  max-width: 1100px;
  font-weight: 300;
  display: flex;
  justify-content: center;
}
.ems-lp.compare .review-table + h3 {
  font-size: 22px;
  max-width: 1100px;
  margin: 30px auto 10px !important;
  text-align: center;
}
.ems-lp.compare ul.note li {
  display: block;
  margin: 20px 30px 0;
}
.ems-lp.compare ul.note li img {
  max-width: 60px;
  margin: auto;
  display: block;
}
.ems-lp.compare ul.note li:before {
  display: none;
}
.ems-lp.compare ul.note li p {
  font-size: 17px;
  margin: 0;
}
.ems-lp.compare ul.note + em {
  max-width: 1100px;
  margin: auto;
  display: block;
  text-align: center;
}
.ems-lp.features .flex {
  justify-content: normal;
  align-items: flex-start;
}
.ems-lp.features .flex .flex-inner img {
  width: 300px;
  max-width:90%;
  margin: 20px;
  filter: var(--theme-filter);
}
.ems-lp.features ul.box {
  max-width: 1200px;
  margin: auto;
}
.ems-lp.features ul.box img{
  max-width: 400px;
}
.ems-lp.features ul.box li {
  width: auto;
  border: 0;
}
.ems-lp.features ul.box li:hover .wrapper {
  padding: 0;
  position: static;
  transform: none;
  box-shadow: none;
  max-height: none;
  margin: 20px;
}
.ems-lp.features ul.box li p:after {
  display: none;
}
.ems-lp.features ul.box li p {
  margin: 0;
  font-size: 17px;
}
.ems-lp.features ul.box li .wrapper {
  background-color: transparent;
  max-height: none;
  min-width: 750px;
}
.ems-lp.features ul.box li .wrapper ul {
  margin: 0;
}
.ems-lp.features ul.box li ul li {
    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.box li ul li:before {
    left: 0;
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: none;
    margin: 10px 0 0;
    background-color: var(--theme-color-offset);
    border-radius: 50%;
    min-width: auto;
    position: absolute;
    top: 0;
}
.ems-lp.features ul.box li:first-child ul li:last-child {
    flex-wrap: wrap;
}
.ems-lp.features ul.box li .img-strip {
    display: flex;
    margin: 10px 0 0 0;
    align-items: center;
}
.ems-lp.features ul.box li .img-strip img {
    max-width: 200px;
    margin: 0 10px;
    max-height: 45px;
}
.ems-lp.testi .bannerflex{
   background: transparent !important;
}
.ems-lp.testi .bannerflex .flexslider{
   width: 900px;
}
.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: 160px;
}
.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.barry img {
  transform: rotate(-45deg) translate(0,7px);
}
.ems-lp.testi .flex .inner-flex strong span.baobab img {
    transform: rotate(-45deg) translate(0,-6px) scale(.9);
}
.ems-lp.testi .flex .inner-flex strong span.vodofone img {
  transform: rotate(-45deg) translate(0,-6px) scale(.8);
}
.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;
}
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 {
    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: -820px -44px;
    transform: rotate(90deg);
    height: 30px;
    width: 30px;
}
.flex-direction-nav li a.flex-next {
    background-position: -820px -44px;
    transform: rotate(270deg);
    height: 30px;
    width: 30px;
}

.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.benifit .flex .box {
    margin: 20px;
    padding: 20px;
    border: 1px solid var(--theme-color);
    max-width: 23%;
    background-color: var(--theme-bg-offset);
    border-radius: 15px;
}
.ems-lp.benifit .flex .box h3 {
    font-size: 20px;
}
.ems-lp.benifit .flex .box ul{
    margin:10px 0 0;
}
.ems-lp.benifit .flex .box ul li {
    font-size: 17px;
    line-height: 24px;
    margin: 16px 0;
    justify-content: left;
    position: relative;
    padding-left: 20px;
    font-weight: 300;
}
.ems-lp.benifit .flex .box ul li:before{
    background-image:none;
    min-width: auto;
    width: 10px;
    height: 10px;
    background-color: var(--theme-color);
    border-radius: 50%;
    margin: 5px 0;
    position: absolute;
    left: 0;
    top: 0;
}
.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.compare .review-table > ul, .ems-lp.compare .review-table ul li ul li:nth-child(even),.ems-lp.compare .review-table > ul,.ems-lp.compare .review-table ul li:nth-child(1) ul li:nth-child(even){
	border-color: var(--theme-bg);
}
.ems-lp.compare .review-table ul li:nth-child(even) ul{
	background-color: var(--theme-bg);
}
.ems-lp.credit{
   border: 0;
}

.ems-lp.credit {
  background-color: #f2f2f2;
}
.ems-lp.credit .flex {
  max-width: 1175px;
  margin: auto;
}
.ems-lp.credit .flex .flex-inner {
  width: 50%;
  padding: 40px;
}
.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;
  text-align: center;
}
.ems-lp.credit a.cta:last-child {
  background-color: #ccc;
  color: #000;
}
.ems-lp.credit a.cta[data-cta="dload"]{
  background-color: #dd321b;
  color: #fff;
}
.ems-lp.credit a.cta[data-cta="signup"]{
  background-color: #ccc;
  color: #000;
}
.ems-lp.credit .cta-grp {
  margin: 0 0 20px;
  text-align: left;
}
.ems-lp.credit .cta-grp + p {
  min-height: auto;
}
.ems-lp.credit .cta-grp + p a {
  font-size: inherit;
  font-weight: 500;
}
.ems-lp.credit .cta-grp + p a:after {
  display: none;
}
@keyframes capterra {
  20% {
    content: '"Indispensable tool for managing large amounts of company devices."';
  }
  40% {
    content: '"The MangeEngine MDM software is easy to set up and use. #HumbleBrag"';
  }
  60% {
    content: '"Overall very good, functionality and ease of use are plus points."';
  }
  80% {
    content: '"Great Product, fast and easy to set up for a non IT Guy."';
  }
  100% {
    content: '"Delivered everything we were looking for in managing our staff mobile devices."';
  }
}
@keyframes getapp {
  20% {
    content: '"Innovative and easy to use. Great for small and large businesses."';
  }
  40% {
    content: '"Perfect for Managing Company owned Devices."';
  }
  60% {
    content: '"Excellent product with good capabilities and lots of features."';
  }
  80% {
    content: '"Great software for the price."';
  }
  100% {
    content: '"Easy Mobile Management."';
  }
}
.ems-lp.peers .inner-flex.gcrowd:after {
  animation: gcrowd 20s infinite;
  content: '"Excellent product, excellent interface."';
}
@keyframes gcrowd {
  20% {
    content: '"Excellent product, excellent interface."';
  }
  40% {
    content: '"Solid Product -- Good job for hard problem."';
  }
  60% {
    content: '"Makes ITSM Easy as 1,2 3!"';
  }
  80% {
    content: '"Great product. Great customer support."';
  }
  100% {
    content: '"Great app, easy to use, easy to setup, easy to administer."';
  }
}
.ems-lp.peers .inner-flex.gartner:after {
  content: '"Wide array of mobile device management options, and a great price to go along with it!!!"';
  animation: gartner 10s infinite;
}
@keyframes gartner {
  20% {
    content: '"Wide array of mobile device management options, and a great price to go along with it!!!"';
  }
  50% {
    content: '"Easy to implement, easy to use, without special knowledge or skills!"';
  }
  70% {
    content: '"Feature rich MDM at a fraction of the cost compared to the competition"';
  }
  100% {
    content: '"Deploying Apps to over 900 tablets with just a few clicks"';
  }
}
@media(max-width:1500px){
.ems-lp ul.tab li {
   margin: 10px;
   padding: 10px;
    font-size: 18px;
    min-width: 100px;
}
}
@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.recog .flex .flex-inner {
    flex-wrap: wrap;
}
}
@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.compare ul.note {
    font-size: 17px;
    font-weight: 300;
    line-height: 30px;
  }
  .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.compare .review-table ul li ul li:nth-child(even) {
    transform: none;
  }
  .ems-lp.compare ul.note li p {
    line-height: normal;
    margin: 15px 0;
    text-align: center;
  }
  .ems-lp.compare ul.note li {
    margin: 25px 5px 5px;
  }
  .ems-lp.client-logo li img {
    max-width: 85% !important;
  }

.ems-lp.features ul.box li {
    flex-wrap: wrap;
    border: 0 !important;
    font-size: 17px !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: 30px;
    line-height: 47px;
}

.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-width: 70%;
    max-height: none;
    margin: 60px auto 0;
}
.ems-lp.banner .os li img {
    max-height: 35px !important;
}
.ems-lp.testimonial .flex{
   margin: 10px;
}
.ems-lp.benifit .flex .box{
   max-width: none;
}
.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.compare .review-table ul li ul li:nth-child(2):before{
    content:'MDMP';
}
.ems-lp.compare .review-table ul li ul li:nth-child(3):before{
    content:'Industry average*';
}
.ems-lp ul.tab {
    display: none;
}
.ems-lp.features ul.box [data-content] {
    display: block;
}
.ems-lp.award .client-logo {
    flex-wrap: wrap;
}
.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.award .client-logo li {
    min-width: 100px;
    min-height: 40px;
}
.ems-lp.award .client-logo li img {
    max-width: 80px;
}
.ems-lp.testi .bannerflex{
   display: block;
}
.ems-lp.testi .bannerflex .flexslider {
    max-height: none;
}
.ems-lp.testi .flex .inner-flex blockquote {
    min-height: 240px;
    font-size: 15px;
    line-height: 30px;
    padding: 0 10px;
}
.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;
}
}