#scroll {
  padding: 0;
}
.heading-menu, .container.cust-quote, .sec-pTB.mbH, #btmscroll, .btmBar, #backToTop, .sec-pTB.bg-l-grey {
  display: none;
}
footer {
  border: 0;
}
#customers, #allFea, .btmBar, #btmscroll {
  display: none;
}
.heading-menu {
  height: auto;
  padding: 0;
}
.container#scroll {
  max-width: none;
  padding: 0;
}
.ems-land-com {
  padding: 40px;
  color: #000;
}
.ems-land-com .no-margin {
  margin: 0 !important;
}
.ems-land-com.theme-bg {
  background-color: var(--theme-bg);
}
.ems-land-com .flexslider .flexBnrslides > li .flex {
  min-height: auto;
}
.ems-land-com .flex-control-nav li a.flex-active {
  background: var(--theme-a);
}
.ems-land-com p, .ems-land-com ul {
  font-size: 15px;
  line-height: 30px;
  margin: 0 0 20px;
}
.ems-land-com ul {
  margin: 0 0 20px 25px;
  list-style: none;
}
.ems-land-com ul.list li:before {
  content: '';
  height: 10px;
  width: 10px;
  display: inline-block;
  background-color: var(--theme-b);
  border-radius: 50%;
  margin-left: -25px;
  margin-right: 15px;
}
.ems-land-com h1, .ems-land-com h2, .ems-land-com h3 {
  margin: 0 0 20px !important;
  font-weight: 300;
}
.ems-land-com h1 {
  font-size: 36px;
  line-height: 60px;
}
.ems-land-com h2 {
  font-size: 28px;
  line-height: 40px;
  text-align: center;
}
.ems-land-com h3 {
  font-size: 20px;
  line-height: 35px;
  color: var(--theme-a) !important;
  font-weight: 600;
}
.ems-land-com h1 strong, .ems-land-com h2 strong, .ems-land-com h3 strong {
  font-weight: 600;
  color: var(--theme-a) !important;
}
.ems-land-com h2 + p {
  margin: 0 auto 20px;
  text-align: center;
  max-width: 800px;
}
.ems-land-com h3 + p, .ems-land-com h3 + ul {
  margin-top: -15px;
}
.ems-land-com .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  max-width: 1200px;
}
.ems-land-com .flex.half {
    align-items:flex-start;
}
.ems-land-com .flex.half .flex-inner {
    width: 44% !important;
    margin: 3%;
}
.ems-land-com .flex.even .flex-inner:last-child{
  min-width: 50%;
}
.ems-land-com .flex.screenshot{
    max-width: 100%;
    justify-content: left;
    align-items: flex-end;
}
.ems-land-com .flex.screenshot .flex-inner:first-child {
    max-width: 55%;
    margin-left: 0;
}
.ems-land-com .flex.screenshot .flex-inner:first-child img {
    border-radius: 0 7px 0 0;
    border: 1px solid #eee;
}
.ems-land-com .flex.screenshot .flex-inner:last-child {
    max-width: 45%;
    margin-left: 0;
}
.ems-land-com .flex.iframe .flex-inner:first-child {
    max-width: 60%;
}
.ems-land-com .flex.iframe .flex-inner:last-child {
    max-width: 40%;
}
.ems-land-com.clients {
    border-top: #eee 1px solid;
}
.ems-land-com.clients .flex {
    align-items: flex-end;
}
.ems-land-com.clients .flex .inner-flex {
    margin: 20px;
    box-shadow: 0 0 5px #eee;
    min-width: 200px;
    min-height: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.ems-land-com.clients .flex .inner-flex img {
    max-width: 170px;
    max-height: 60px;
    margin: auto;
}
.ems-land-com .tab {
  display: flex;
  margin: 0 auto 30px;
  justify-content: center;
  border-bottom: 1px solid #eee;
  flex-wrap: wrap;
  max-width: 1100px;
}
.ems-land-com .tab [data-tab] {
  padding: 10px 20px;
  margin: 0;
  max-width: fit-content;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  opacity: .8;
  cursor: pointer;
  box-shadow: none;
}
.ems-land-com .tab.small {
    flex-wrap: nowrap;
}
.ems-land-com .tab.small [data-tab] {
    line-height: normal;
}
.ems-land-com .tab [data-tab]:before, .ems-land-com .tab [data-tab]:after {
  display: none;
}
.ems-land-com .tab [data-tab].active {
  border-bottom: 1px solid var(--theme-b);
  opacity: 1;
  font-weight: 600;
  pointer-events: none;
}
.ems-land-com [data-content] {
  display: none;
}
.ems-land-com [data-content].active {
  display: block;
}
.ems-land-com .cta {
    position: relative;
    display: block;
    min-width: 180px;
    margin: auto;
    max-width: max-content;
    padding: 12px 24px;
    line-height: normal;
    color: #000;
    background-color: var(--theme-b);
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
}
.ems-land-com .cta span {
    position: absolute;
    color: #000;
    font-size: 11px;
    line-height: 14px;
    left: 0;
    right: 0;
    text-align: center;
    top: 50px;
}
.ems-land-com .cta.dark {
    color: #fff;
  background-color: var(--theme-c);
}
.ems-land-com.banner {
  background-color: var(--theme-bg);
}
.ems-land-com.banner .flex {
  margin: auto;
  max-width: 1200px;
}
.ems-land-com.banner .flex .flex-inner {
  max-width: 60%;
}
.ems-land-com.banner .flex .flex-inner:last-child {
  max-width: 40%;
}
.ems-land-com.banner .flex .flex-inner img {
  max-width: 100%;
}
.ems-land-com.banner h1 strong {
  color: var(--theme-a);
}
.ems-land-com.overview .flex {
  max-width: 1000px;
}
.ems-land-com.challenge {}
.ems-land-com.challenge .flex .flex-inner {
  max-width: 50%;
  margin: 0 20px;
}
.ems-land-com.challenge .flex .flex-inner:last-child {
  max-width: 40%;
}

.ems-land-com.challenge .flex .flex-inner:last-child img {
  max-width: 100%;
}
.ems-land-com.challenge .flex .flex-inner iframe {
    margin: 30px 0 70px;
    border: var(--theme-b) 1px solid;
    width: 700px;
    height: 385px;
}
.ems-land-com.tips .flex {
  flex-wrap: wrap;
  max-width: 1000px;
}
.ems-land-com.tips .flex {
  counter-reset: my-badass-counter;
}
.ems-land-com.tips .flex .flex-inner {
  border-bottom: 1px dotted #eee;
  margin-top: 15px;
  width: -webkit-fill-available;
}
.ems-land-com.tips .flex .flex-inner h3 {
  display: flex;
  align-items: center;
}
.ems-land-com.tips .flex .flex-inner:before {
  content: counter(my-badass-counter);
  counter-increment: my-badass-counter;
  background-color: #fff;
  display: flex;
  width: 30px;
  height: 30px;
  border: 1px dashed #eee;
  color: var(--theme-b);
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  margin: 0 20px 0 -52px;
  float: left;
}
.ems-land-com.credit {
  border-top: 1px solid #eee;
}
.ems-land-com.credit .flex .flex-inner {
  margin: 30px;
}
.ems-land-com.credit .offset .flex-inner:first-child{
    max-width:40%;
}
.ems-land-com.credit .offset h2, .ems-land-com.credit .offset p {
    text-align: left;
}
.ems-land-com.credit .offset a{
    margin:0 15px 10px 0;
    display:inline-block;
}

.ems-land-com.testimonial {
    padding: 0;
}
.ems-land-com.testimonial .flexslider {
    max-width: 700px;
}
.ems-land-com.testimonial .flexslider .flexBnrslides > li .flex {
    min-height: 300px;
    align-items: baseline;
}
.ems-land-com.testimonial h2 {
    text-align: left;
}
.ems-land-com.testimonial .flex {
    max-width: none;
    align-items: normal;
}
.ems-land-com.testimonial > .flex > .inner-flex {
    width: 50%;
    padding: 40px;
}
.ems-land-com.testimonial > .flex > .inner-flex .inner-flex {
    max-width: 600px;
}
.ems-land-com.testimonial > .flex > .inner-flex:first-child {
    background-color: var(--theme-a-bg);
    display:flex;
    align-items:center;
    justify-content:center;
}
.ems-land-com.testimonial > .flex > .inner-flex:first-child h2{
   max-width: 500px;
}
.ems-land-com.testimonial .author {
  display: flex;
  max-width: 380px;
  justify-content: left;
  align-items: center;
}
.ems-land-com.testimonial .author img {
  border-radius: 50%;
  max-width: 100px;
  margin: 15px !important;
}
.ems-land-com.testimonial .author span strong {
  display: block;
  font-size: 20px;
  color: var(--theme-a);
  font-weight: 600;
}
.ems-land-com.testimonial .author span {
  line-height: 26px;
}
body.modal:after {
  content: '';
  position: fixed;
  background-color: #0008;
  z-index: 999999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.ems-land-com .dform {
  background-color: #fff;
  max-width: 900px;
  max-height: 580px;
  margin: auto;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 0 5px #ccc;
  z-index: 99999999;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.ems-land-com .dform h3 {
  text-align: center;
  color: var(--theme-a) !important;
  border-bottom: 1px dotted #eee;
  padding: 0 20px 10px;
  max-width: 600px;
  margin: auto !important;
  font-weight: 600;
}
.ems-land-com .dform .wrapper {
  overflow: auto;
  padding: 0 10px 10px 10px;
  max-width: 100%;
}
.ems-land-com .dform form {
  max-width: 100%;
}
.modal .edi-btn .input-group-radio {
    max-width: 430px;
    margin: auto;
}
.modal .edi-btn .input-group-radio .flex {
    justify-content: left;
}
.modal inputgroup.input-group-radio.spl .main {
  white-space: normal;
  line-height: 20px;
  margin: 30px 0 5px;
}
.modal .edi-btn inputgroup.half {
  margin: 5px 15px;
  width: 250px;
  vertical-align: initial;
}
.modal .edi-btn .separator {
  margin: auto;
  max-width: 585px;
}
.modal .edi-btn .input-group-radio .flex {
  display: flex;
  flex-wrap: wrap;
}
.modal .edi-btn .input-group-radio .flex .inputgroup {
  width: auto;
  margin: 0 5px 0 0;
  display: flex;
  align-items: center;
  padding: 9px 0;
}
.modal .edi-btn .input-group-radio .flex .inputgroup label {
  line-height: normal;
  width: 100% !important;
  font-size: 100% !important;
  color: #000;
}
.modal .edi-btn .input-group-radio .flex .inputgroup input {
  max-width: none;
  margin: 0 10px 0 0 !important;
  width: 15px !important;
}

span.closed {
  position: absolute;
  top: 12px;
  right: 13px;
  font-size: 30px;
  font-weight: 600;
  color: #ccc;
  cursor: pointer;
}
.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: 999999;
}
.sticky-button a {
  background-color: var(--theme-a);
  color: #fff;
  text-align: center;
  line-height: normal;
  padding: 5px;
  text-decoration: none;
}
.sticky-button a.sol_area {
  background-color: var(--theme-b);
  color: #000;
}
.modal .fbutton input#Submit {
  background-color: #e8505a !important;
  font-size: 20px !important;
  font-family: OpenSans;
  text-transform: uppercase;
  padding: 10px 15px !important;
  line-height: normal !important;
  width: 260px !important;
  font-weight: 600;
}

.ems-land-com.peers {
    background-color: var(--theme-dark);
}
.ems-land-com.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-land-com.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-land-com.peers .inner-flex.flip {
    transform: rotateY(180deg) rotateZ(45deg) scale(1.2);
    box-shadow: 0 0 15px #0002;
}
.ems-land-com.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-land-com.peers .inner-flex.flip:before{
    content:"";
    opacity:1;
    transition-delay: 350ms;
}
.ems-land-com.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-land-com.peers .inner-flex.capterra:after{
    animation: capterra 20s infinite;
    content:'"Indispensable tool for managing large amounts of company devices."';
}
.ems-land-com.numbering .flex .flex-inner {
    margin: 20px;
    min-width: 15%;
}
.ems-land-com.numbering .flex .flex-inner strong {
    font-size: 38px;
    display: block;
    color: var(--theme-a);
    line-height: 40px;
}
.ems-land-com.numbering .flex .flex-inner span {
    font-size: 15px;
}
@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."';}
}

.ems-land-com.peers .inner-flex.getapp:after{
    animation: getapp 20s infinite;
    content:'"Innovative and easy to use. Great for small and large businesses."';
}
@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-land-com.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-land-com.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"';}
}

.ems-land-com.peers .inner-flex.flip:after{
    color: #000;
    transition-delay: 350ms;
}

.ems-land-com.peers .inner-flex .peers-ind > img {
    max-width: 135px;
    margin-top: 40px;
}
.ems-land-com.peers .inner-flex.gartner .peers-ind > img {
    width: 140px;
    margin-top: 38px;
}

.ems-land-com.peers .inner-flex.gcrowd .peers-ind > img {
    width: 50px;
    margin-top: 23px;
}

.ems-land-com.peers .inner-flex .peers-ind p {
    margin: 10px 0 30px 0;
}

.ems-land-com.peers .inner-flex .peers-ind p img {
    width: 24px;
}
.ems-land-com.awards .flex .flex-inner {
    max-width: 200px;
    margin: 20px;
}
.ems-land-com.awards .flex .flex-inner img {
    max-width: 100%;
    max-height: 150px;
}
.no-padding-top {
    padding-top: 0;
}
.no-padding-bottom {
    padding-bottom: 0;
}
.no-padding-right {
    padding-right: 0;
}
.no-padding-left {
    padding-left: 0;
}
@media(max-width:600px) {
  .ems-land-com .flex {
    flex-wrap: wrap;
  }
.no-padding-top {
    padding-top: 40px;
}
.no-padding-bottom {
    padding-bottom: 40px;
}
.no-padding-right {
    padding-right: 40px;
}
.no-padding-left {
    padding-left: 40px;
}
  .ems-land-com.banner {
    margin: 0;
  }
  .ems-land-com.banner .flex .flex-inner, .ems-land-com.challenge .flex .flex-inner, .ems-land-com.banner .flex .flex-inner:last-child, .ems-land-com.challenge .flex .flex-inner:last-child {
    max-width: none !important;
  }
  .ems-land-com h1 {
    font-size: 30px;
    line-height: 55px;
  }
  .ems-land-com.tips .flex .flex-inner h3 {
    align-items: baseline;
  }
  .ems-land-com.tips .flex .flex-inner:before {
    margin: 0 10px 0 -40px;
  }
.ems-land-com.testimonial > .flex > .inner-flex {
    flex-wrap: wrap;
    width: auto !important;
    background-color: var(--theme-a-bg);
}
.ems-land-com.testimonial .flexBnrslides {
    display: block;
}
.ems-land-com.testimonial .flexslider {
    width: auto;
}
.ems-land-com.testimonial > .flex > .inner-flex:first-child {
    padding: 40px 40px 0;
}

.ems-land-com.credit .flex .flex-inner {
    margin: 30px 0;
}

.sticky-button {
    flex-wrap: nowrap;
    bottom: auto;
    left: 0;
    right: 0;
    top: 83px;
    width: 100%;
    height: auto;
}
.sticky-button a {
    width: 50%;
    padding: 10px 0;
}
.edi-btn .input-group-radio .flex .inputgroup {
    width: 100%;
}

.edi-btn .input-group-radio .flex .inputgroup label {
    font-size: 100% !important;
}

.ems-land-com .dform form {
    padding-top: 0;
}
.ems-land-com .dform .wrapper {
    overflow: auto;
    padding: 0;
    max-width: 100%;
    max-height: 100%;
}
.ems-land-com .edi-btn inputgroup.half {
    margin: 0;
    width: 100%;
}
.ems-land-com.peers .inner-flex {
    margin: 40px;
}
.ems-land-com .tab.small {
    flex-wrap: wrap;
}
.ems-land-com.challenge .flex .flex-inner iframe {
    max-width: 100%;
    margin: auto;
}
.ems-land-com .flex.half .flex-inner {
    width: auto !important;
}
.ems-land-com.numbering .flex .flex-inner {
    min-width: auto;
    width: 100%;
}
.ems-land-com ul.list {
    margin: 0 0 20px;
}
.ems-land-com h3 + ul.list {
    margin-top: -25px;
}
.ems-land-com .flex.screenshot {
    max-width: none;
}
.ems-land-com.credit .offset .flex-inner:first-child{
    max-width: none;
}
}