body{
   background-color: var(--theme-dark-color);
}
.allFeaPage.menu .prdmenu a:last-child {
    display: none;
}
.allFeaPage.ec_roi{
   overflow: hidden;
}
.allFeaPage.ec_roi h1{
    font-size: 50px;
}
.allFeaPage.ec_roi h1 + p {
    font-size: 20px;
    line-height: 38px;
    font-weight: 200;
    max-width: 600px;
}
.allFeaPage.ec_roi h1 strong {
    color: #539bff;
}
.allFeaPage.ec_roi h2 {
    max-width: 860px;
    margin: 0 auto 50px;
    line-height: 50px;
}
.allFeaPage h3 b {
    color: #00ffff;
    font-weight: 600;
}
.allFeaPage.ec_roi .snippet .box{
    padding: 0;
}
.allFeaPage.ec_roi .snippet .box .cta {
    max-width: 200px;
    border-radius: 8px 0 0 8px;
}
.allFeaPage.reason.ec_roi .box {
    max-width: 500px;
}
.allFeaPage.compare.ec_roi{
    background-color: var(--theme-darker-color);
}
.allFeaPage.compare.ec_roi .box {
    width: 280px;
    border: 1px solid #217efe;
    background-color: #1c2753;
    border-radius: 10px;
    overflow: hidden;
}
.allFeaPage.compare.ec_roi .flex {
    gap: 20px;
    align-items: stretch;
}
.allFeaPage.compare.ec_roi .box .highlight {
    padding: 40px 20px;
    background-image: url(https://www.manageengine.com/ems/images/icon/bg-pattern-5.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-color: #006bff42;
}
.allFeaPage.compare.ec_roi .box .key {
    min-height: 390px;
    background-color: #0f183c;
    padding: 40px 20px;
}
.allFeaPage.compare.ec_roi .flex + p{
    text-align: center;
    margin: 20px;
}
.allFeaPage.compare.ec_roi .box h3 {
    padding: 20px;
    background-color: #217efe;
    font-size: 18px;
    line-height: normal;
    margin: 0 !important;
    color: #ffffff !important;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
}
.allFeaPage.compare.ec_roi .box h4 {
    padding: 0;
    font-weight: 100;
    font-size: 36px;
    line-height: 27px;
    margin: 0;
    color: #cfcfcf !important;
    text-align: center;
}
.allFeaPage.compare.ec_roi .box h4 b:first-child {
    color: #FFC107 !important;
}
.allFeaPage.compare.ec_roi .box h4 b {
    display: block;
    font-weight: 500;
    color: #FFC107 !important;
}
.allFeaPage.compare.ec_roi .box h4 small {
    font-size: 18px;
}
.allFeaPage.compare.ec_roi .box ul {
    padding: 0;
    list-style: outside;
    background-color: #0f183c;
}
.allFeaPage.compare.ec_roi .box ul li {
    margin: 0 0 10px 15px;
    line-height: 22px;
    font-size: 14px;
    color: #ffffffc4 !important;
    font-weight: 200;
    letter-spacing: .5px;
}
.allFeaPage.compare.ec_roi .box p {
    margin: 0 0 15px;
    line-height: 25px;
    font-size: 17px;
    color: #85b9ff !important;
    padding: 0;
}
.allFeaPage.compare.ec_roi .box ul li::marker {
    color: #ffc800;
    font-size: 20px;
}
.allFeaPage.reason.ec_roi .box img {
    filter: hue-rotate(304deg) contrast(2) saturate(1) brightness(4);
}
.allFeaPage.custslide .clip{
   width: 800px;
}
.allFeaPage.custslide .testimonials{
   min-height: 330px;
}
.allFeaPage.spl.ec_roi {
    background-image: url(https://www.manageengine.com/ems/images/icon/bg-pattern-5.svg);
}
.allFeaPage.spl.ec_roi h2 {
    margin: 0 auto 20px;
}
.allFeaPage.spl.ec_roi p {
    max-width: 1000px;
    margin: auto;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
}
.allFeaPage.spl.ec_roi p b {
    display: block;
    color: #8ebdff;
    font-weight: 500;
    font-size: 24px;
}
.edi-btn inputgroup.error .error-field, .edi-btn inputgroup.error1 .error-field1, .edi-btn inputgroup.error2 .error-field2 {
    top: -17px;
}
@media(max-width: 768px){
.allFeaPage.custslide.ec_roi{
   display: none;
}
}
:root{
--theme-dark-color: #0F183C;
--theme-darker-color: #12182F;
--theme-mild-color: #1C2753;
--theme-light-color: #217eff;
--theme-deep-color: #0425AA;
--text-light-color: #ffffff;
--text-dark-color: #000000;
--box-shadow: #0006;
}
#commonHeader, .heading-menu,#customers,#allFea,.btmBar,#btmscroll  {
    display: none;
}
#scroll{
    padding: 0;
}
#meCommonFooterNew {
    background: var(--theme-dark-color);
    border: 0;
}
.foot-copy {
    background: transparent;
}
.allFeaPage {
  position: relative;
  padding: 80px 40px;
  background-color: var(--theme-dark-color);
}
.allFeaPage h1 {
  font-size: 40px;
  line-height: normal;
  font-weight: 600;
  color: var(--text-light-color);
  margin: 0 0 20px;
  text-shadow: 0 0 5px var(--box-shadow);
}
.allFeaPage h1 strong{
  color: var(--theme-light-color);
}
.allFeaPage h2 {
  font-size: 35px;
  line-height: normal;
  font-weight: 600;
  margin: 0 0 50px;
  text-align: center;
  color: var(--text-light-color) !important;
}
.allFeaPage h3 {
  font-size: 26px;
  line-height: 40px;
  font-weight: 400;
  margin: 0 0 20px !important;
  color: var(--text-light-color) !important;
}
.allFeaPage h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px;
  color: var(--text-light-color) !important;
}
.allFeaPage p {
  font-size: 16px;
  line-height: 32px;
  font-weight: 300;
  margin: 0 0 40px;
  color: var(--text-light-color) !important;
}
.allFeaPage strong {
  font-weight: 600;
}
.allFeaPage i {
  font-size: 14px;
  line-height: 30px;
  font-weight: 300;
  margin: 0;
  color: var(--text-light-color) !important;
}
.allFeaPage li {
  font-size: 17px;
  line-height: 32px;
  font-weight: 300;
  margin: 0 0 20px;
  color: var(--text-light-color) !important;
}
.allFeaPage p:last-child {
  margin: 0;
}
.allFeaPage .flex {
  position: relative;
  display: flex;
  max-width: 1200px;
  width: fit-content;
  margin: auto;
  align-items: center;
  justify-content: center;
}
.allFeaPage .cta {
    display: block;
    max-width: 280px;
    text-align: center;
    background-color: #ea152b;
    padding: 12px 4px;
    border-radius: 8px;
    color: var(--text-light-color);
    text-decoration: none;
    margin: auto;
    font-weight: 500;
    font-size: 16px;
}
.allFeaPage .snippet {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    transform: translate(200px,0);
    margin: auto;
    display: flex;
    align-items: center;
    transition: all ease-in 350ms;
    z-index: 2;
}
.allFeaPage .snippet.active {
    transform: translate(0,0);
}
.allFeaPage .snippet .box {
    background-color: var(--theme-light-color);
    padding: 20px;
    border-radius: 10px 0 0 10px;
    text-align: center;
    box-shadow: 0 0 5px var(--box-shadow);
}
.allFeaPage .snippet .box .cta {
    font-size: 100%;
    padding: 10px 20px;
}
.allFeaPage .snippet .box p {
    margin: 0 0 5px;
}

.allFeaPage.menu {
    padding: 0;
    background-color: var(--theme-dark-color);
    box-shadow: 0px 0px 5px var(--box-shadow);
    z-index: 1;
}
.allFeaPage.menu .flex {
    width: 85%;
    max-width: 1200px;
    margin: auto;
    justify-content: space-between;
    padding: 20px;
}
.allFeaPage.menu .prdlogo img {
    width: 200px;
}
.allFeaPage.menu .prdmenu a {
    color: var(--text-light-color);
    text-decoration: none;
    padding: 8px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 300;
}
.allFeaPage.menu .prdmenu {
    display: inline-flex;
    grid-gap: 20px;
}
.allFeaPage.menu .prdmenu a.spl {
    background-color: #eb152b;
    font-weight: 500;
    padding: 8px 24px;
}
.allFeaPage.topband {
    background-image: url(https://www.manageengine.com/ems/images/icon/bg-pattern-5.svg) !important;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
}
.allFeaPage.topband .flex {
    grid-gap: 90px;
}
.allFeaPage.topband .capset {
    max-width: 700px;
}
.allFeaPage.topband .formset .edi-btn {
    max-width: 300px;
}
.allFeaPage.topband .formset .edi-btn inputgroup input{
    width: 93% !important;
}
.allFeaPage.topband .ar-grp {
    display: inline-flex;
    grid-gap: 20px;
}
.allFeaPage.topband .ar-grp .box {
    max-width: 200px;
    border: 1px solid var(--theme-light-color);
    border-radius: 10px;
    padding: 20px;
}
.allFeaPage.topband .ar-grp .box .clip {
    margin: 0 0 10px;
}
.allFeaPage.topband .ar-grp .box .clip img {
    width: auto;
    max-height: 40px;
    max-width: 100%;
}
.allFeaPage.topband .ar-grp .box .clip img[alt="Gartner"] {
    width: 100px;
    min-width: auto;
}
.allFeaPage.topband .ar-grp .box .clip img[alt="G2"] {
    margin: -7px 0 -5px;
}
.allFeaPage.topband .ar-grp .box .clip img[alt="Capterra"] {
    width: 130px;
}
.allFeaPage.topband .ar-grp .box .caption {
    display: inline-flex;
    align-items: center;
    grid-gap: 10px;
}
.allFeaPage.topband .ar-grp .box .caption p {
    margin: 0;
}
.allFeaPage.topband .ar-grp .box .caption .str-grp {
    display: inline-flex;
}
.allFeaPage.topband .ar-grp .box .caption .str-grp img {
    width: 19px;
}
.allFeaPage.topband .formset {
    background-color: var(--text-light-color);
    padding: 40px;
    border-radius: 10px;
    transform: scale(1);
    transition: all ease-out 350ms;
    box-shadow: 0 0 5px var(--box-shadow);
}
.allFeaPage.topband .formset.jump {
    transform: scale(1.1);
    box-shadow: 0 0 15px var(--box-shadow);
}
.allFeaPage.topband .formset h4 {
    color: var(--text-color-dark) !important;
    margin: 0 0 20px;
}
.allFeaPage.topband .formset #downloadSubmit {
    font-family: 'ZohoPuvi';
    display: block;
    width: auto !important;
    min-width: 200px;
    text-align: center;
    background-color: #ea152b !important;
    padding: 12px 4px !important;
    border-radius: 8px !important;
    color: var(--text-light-color);
    text-decoration: none;
    margin: 20px auto 0 !important;
    font-weight: 500;
    font-size: 16px !important;
}

.allFeaPage.reason .flex {
    grid-gap: 80px;
    align-items: flex-start;
    flex-wrap: wrap;
}
.allFeaPage.reason.ec_em .flex {
    padding: 40px;
    border: 1px solid var(--theme-light-color);
    border-radius: 10px;
}
.allFeaPage.reason .box {
    max-width: 300px;
}
.allFeaPage.reason.ec_em .box {
    max-width: 200px;
}
.allFeaPage.reason .box img {
    max-height: 70px;
    margin: 0 0 20px;
}
.allFeaPage.reason .box img {
    max-height: 70px;
    margin: 0 0 20px;
}

.allFeaPage.numdata {
    background-image: url(https://www.manageengine.com/ems/images/icon/bg-pattern-5.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
}
.allFeaPage.numdata .flex {
    padding: 50px;
    background-color: var(--theme-dark-color);
    border: 1px solid var(--theme-light-color);
    border-radius: 10px;
    max-width: 1000px;
    grid-gap: 30px;
}
.allFeaPage.numdata .box {
    width: auto;
    max-width: 100%;
    display: inline-flex;
    grid-gap: 20px;
}
.allFeaPage.numdata .box img {
    height: 60px;
    max-width: 50px;
}
.allFeaPage.numdata .box h2 {
    margin: 0;
    text-align: left;
}
.allFeaPage.credit,.allFeaPage.custslide {
  background-color: var(--theme-darker-color);
}
.allFeaPage.credit h2 {
    margin: 0 auto 40px;
    max-width: 1000px;
    line-height: 60px;
}
.allFeaPage.credit .box {
    max-width: 400px;
    padding: 40px;
    border: 1px solid var(--theme-light-color);
    border-radius: 10px;
    background-color: var(--theme-mild-color);
}
.allFeaPage.credit .flex {
    grid-gap: 40px;
}
.allFeaPage.credit .box img {
    height: 50px;
    margin: 0 0 20px;
}
.allFeaPage.credit .box img[alt="Remote Access Plus"]{
    height: 44px;
}
.allFeaPage.credit .box p {
    min-height: 190px;
}

.allFeaPage.custslide .flex {
    max-width: none;
    grid-gap: 20px;
    width: 100%;
}
.allFeaPage.custslide .caption h2 {
    margin: 0;
    text-align: left;
}
.allFeaPage.custslide .clip {
    width: 714px;
}
.allFeaPage.custslide .caption {
    position: relative;
    max-width: 400px;
}
.allFeaPage.custslide .caption:before {
    content: '';
    height: 50px;
    width: 50px;
    position: absolute;
    background-image: url(https://www.manageengine.com/ems/images/icon/quote-icon-1.svg);
    background-repeat: no-repeat;
    top: -65px;
    filter: invert(0.6) sepia(1) saturate(3) hue-rotate(184deg);
    transform: rotate(180deg);
}
 .allFeaPage.custslide .caption h3 {
    line-height: 50px;
}
.allFeaPage.custslide .swiper-3d {
    perspective: 500px;
}
.allFeaPage.custslide .swiper.mySwiper {
  width: 100%;
}
.allFeaPage.custslide .mySwiper .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 400px;
  box-shadow: 0 15px 50px var(--box-shadow);
  filter: blur(.5px);
  border-radius: 10px;
}
.allFeaPage.custslide .mySwiper .swiper-slide.swiper-slide-active {
  filter: blur(0px);
  border: 1px solid var(--theme-light-color);
}
.allFeaPage.custslide .mySwiper .swiper-slide img {
  display: block;
  width: 100%;
}
.allFeaPage.custslide .swiper-3d .swiper-slide-shadow-left,.allFeaPage.custslide .swiper-3d .swiper-slide-shadow-right {
  background-image: none;
}
.allFeaPage.custslide .testimonials{
  background-color: var(--theme-mild-color);
  padding: 40px 40px 80px;
  border-radius: 10px;
  min-height: 400px;
}
.allFeaPage.custslide .testimonials .speaker {
    display: inline-flex;
    align-items: center;
    grid-gap: 20px;
}
.allFeaPage.custslide .testimonials .speaker h4 {
    margin: 0 0 5px;
}
.allFeaPage.custslide .testimonials .speaker i {
    line-height: 20px;
    display: inline-block;
}
.allFeaPage.custslide .testimonials .speaker img {
    max-width: 70px;
    object-fit: contain;
    border-radius: 50%;
}
.allFeaPage.custslide .testimonials .prdname {
    font-weight: 100;
    line-height: normal;
    font-size: 15px;
}
.allFeaPage.custslide .testimonials .prdname:before {
    content: 'Product';
    color: var(--theme-light-color);
    display: block;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
}
.allFeaPage.custslide .swiper-pagination{
    bottom: 30px;
}
.allFeaPage.custslide .rightSwiper .swiper-pagination {
    display: none;
}
.allFeaPage.custslide .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #B2C1FF;
    outline: 1px solid transparent;
    border: 4px solid  var(--theme-mild-color);
    opacity:1;
}
.allFeaPage.custslide .swiper-pagination .swiper-pagination-bullet-active {
    background: var(--theme-light-color);
    outline: 1px solid var(--theme-light-color);
    border: 4px solid  var(--theme-mild-color);
}

.allFeaPage.custslide.ec_em .caption {
    background-color: var(--theme-deep-color);
    padding: 50px;
    border-radius: 10px;
    max-width: 600px;
}
.allFeaPage.custslide.ec_em .caption:before {
    display: none;
}
.allFeaPage.custslide.ec_em .caption h2{
    margin: 0 0 30px;
}
.allFeaPage.custslide.ec_em .clip {
    width: 400px;
}
.allFeaPage.custslide.ec_em .clip img {
    max-width: 100%;
}
.allFeaPage.custslide.ec_em .flex {
    grid-gap: 70px;
}
.allFeaPage.custslide.ec_em .caption ul {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 0 20px;
}
.allFeaPage.custslide.ec_em .caption ul li {
    width: calc(50% - 50px);
    position: relative;
    padding-left: 30px;
    margin: 0 0 10px;
}
.allFeaPage.custslide.ec_em .caption ul li:before {
    content: '';
    position: absolute;
    background-image: url(https://www.manageengine.com/ems/images/icon/tick-icon-1.svg);
    filter: invert(0.2) sepia(1) saturate(5) hue-rotate(38deg);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    top: 6px;
}
.zsiq_floatmain {
    display: none !important;
}
@media(max-width: 600px){
.allFeaPage {
    padding: 80px 40px;
}
.allFeaPage h1 {
    margin: 0 0 20px;
}
.allFeaPage p {
    margin: 0 0 40px;
}
.allFeaPage .flex {
    flex-wrap: wrap;
}
.allFeaPage .snippet {
    display: none;
}
.allFeaPage.menu .prdmenu {
    display: none;
}
.allFeaPage.topband .formset.jump {
    transform: none;
}
.allFeaPage.topband .formset {
    padding: 5px;
}
.allFeaPage.topband .formset h4 {
    text-align: center;
    margin: 20px 0 0;
    line-height: 24px;
}
.allFeaPage.topband .ar-grp {
    flex-wrap: wrap;
    justify-content: center;
}
.allFeaPage.topband .ar-grp .box {
    width: 32%;
}
.allFeaPage.topband .ar-grp .box .caption {
    flex-wrap: wrap;
}
.allFeaPage.custslide .flex {
    grid-gap: 100px;
}
.allFeaPage.custslide .clip,.allFeaPage.custslide .caption {
    width: auto;
}
.allFeaPage.custslide .clip {
    width: 303px;
}
.allFeaPage.custslide .caption{
    max-width: 300px;
}
.allFeaPage.custslide .swiper-slide {
    width: 99%;
}
.allFeaPage.custslide .testimonials {
    padding: 20px 20px 80px;
}
.allFeaPage.numdata .flex {
    padding: 0;
    border: 0;
    grid-gap: 30px;
}
.allFeaPage.numdata .box {
    width: 80%;
}
.allFeaPage.custslide .mySwiper .swiper-slide{
    width: 300px !important;
}
.allFeaPage.reason.ec_em .flex {
    grid-gap: 30px;
}
.allFeaPage.custslide.ec_em .caption {
    padding: 30px;
}
.allFeaPage.custslide.ec_em .caption ul li {
    width: auto;
}

}
    div#topband {
    border: none;
    height: initial;
    box-shadow: none; position: initial;     width: auto;
}


.allFeaPage {
    position: relative;
    padding: 45px 40px;
    background-color: var(--theme-dark-color) !important;
}