: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;
}


    div#scroll {
        padding: 0px;
    }

    [data-attr="form-container"] {
        max-width: 400px;
    }

    [data-attr="form-field"] input#Submit {
        max-width: 100%;
    }

    [data-attr="form-field"] input[type="text"][data-attr="phone"] {
        width: 78% !important;
    }

    @media screen and (max-width: 480px) {
        [data-attr="form-field"] input[type="text"][data-attr="phone"] {
            width: 75% !important;
        }
    }
.allFeaPage.topband {
    background-image: url(https://www.manageengine.com/ems/images/icon/bg-pattern-9.svg) !important;
    background-size: 50% !important;
    background-position: top right !important;
    background-repeat: no-repeat !important;
}

.allFeaPage.credit {
    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.custslide .clip {
    width: 800px;
}

.allFeaPage.topband .formset .thanks-message p a {
    color: #ffc100;
}
.allFeaPage.topband .formset h4{
    margin: 0px;
    line-height: 22px;
}
.allFeaPage.custslide .testimonials {
    min-height: 330px;
}

@media(max-width: 768px) {
    .allFeaPage.custslide.ec_es {
        display: none;
    }
}

.allFeaPage.custslide .swiper-pagination {
    bottom: 45px;
}

.allFeaPage.all-in-platform {
    background-image: url(https://www.manageengine.com/products/desktop-central/images/discover-sem-bg-1.png);
    background-size: 1500px auto;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.allFeaPage.all-in-platform>p {
    text-align: center;
    max-width: 700px;
    margin: 0px auto 30px;
}

.allFeaPage.all-in-platform>h2 {
    margin: 0px 0px 20px;
}

.allFeaPage.all-in-platform>.flex {
    max-width: 1100px;
    justify-content: space-between;
    width: 100%;
    padding: 15px 0px;
    grid-gap: 80px;
}

.allFeaPage.all-in-platform li.element {
    width: 160px;
    padding: 15px;
    margin: 20px 10px;
    justify-content: center;
    background: #121E4F;
    border-radius: 10px;
    grid-gap: 10px;
    flex-wrap: nowrap;
}

.allFeaPage.all-in-platform li.element p {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
}

.allFeaPage.all-in-platform .left-cont.flex,
.allFeaPage.all-in-platform .right-cont.flex {
    max-width: 500px;
    flex-wrap: wrap;
}

.allFeaPage.all-in-platform li.element img {
    max-height: 30px;
}

.allFeaPage.all-in-platform .left-cont li.element.flex.center {
    transform: translateX(-30px);
}

.allFeaPage.all-in-platform .right-cont li.element.flex.center {
    transform: translateX(30px);
}
.allFeaPage.topband .formset #downloadSubmit{
    width: 300px !important;
}
@media screen and (max-width:1000px) {

    .allFeaPage.all-in-platform .left-cont li.element.flex.center,
    .allFeaPage.all-in-platform .right-cont li.element.flex.center {
        transform: none;
    }

    .allFeaPage.all-in-platform {
        background-position: center center;

    }
}

@media screen and (max-width:500px) {
    .allFeaPage.all-in-platform {
        background-image: none;
        padding: 60px 20px;
    }

    .allFeaPage.all-in-platform>.flex {
        grid-gap: 0px;
        width: 100%;
        padding: 15px 0px;

    }
    .allFeaPage.all-in-platform ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        width: 100%;
    }
    .allFeaPage.all-in-platform li.element{
        width: 145px;
        padding: 5px 15px;
        margin: 10px 5px;
    border: 1px solid var(--theme-light-color);
    }
    .allFeaPage.all-in-platform li.element p{
        font-size: 13px;
    }
    .allFeaPage.topband {
        background-image: none;
    }
}
.allFeaPage.topband .formset{
    position: relative;
    max-width: 330px;
    padding: 30px;
}

.allFeaPage.topband .formset .thanks-message{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 999;
    border-radius: 10px;
    background: #121E4F;
    box-shadow: 0 0 15px var(--box-shadow);
    grid-gap: 15px;
    border: 1px solid var(--theme-light-color);
    transition: all ease-out 500ms;
    text-align: center;
}
.allFeaPage.topband .formset .thanks-message.active{
    display:flex
}
.allFeaPage.topband .formset .thanks-message img{
    max-height: 50px;
    background: #4CAF50;
    padding: 10px;
    border-radius: 50%;
}
.allFeaPage.topband .formset .thanks-message h3{
    font-weight: 500;
    margin: 0px !important;
}
.allFeaPage.topband .formset .thanks-message p{
    max-width: 80%;
}
select#country_code {
    left: 0;
    bottom: 0;
    width: 70px !important;
    position: absolute;
    z-index: 1;
    padding: 10px 20px 10px 7px !important;

}

.edi-btn .za_country_code + label{
    margin-left: 67px;
}
.edi-btn .za_country_code + label:focus{
    margin-left: 0;
}
input#Phone{
    margin-left: 70px !important;
        width: 210px !important;
}
.edi-btn inputgroup.select.country{
    max-width: 100%;
}
.edi-btn inputgroup.select:after{
    top: auto;
}
.edi-btn inputgroup.select.country-code:after {
    left: 52px;
    bottom: 10px;
    top: 50px;
}
.edi-btn inputgroup input[type="number"]:focus{
    outline: none !important;
    border: 1px solid #2a79bb !important;
    box-shadow: none !important;
}
inputgroup.select.country-code .country-value{
left: 6px;
    bottom: 10px;
    position: absolute;
    height: 18px !important;
    font-size: 14px;
    font-weight: 300;
    background: white;
    z-index: 100;
    line-height: 14px;
    cursor: pointer;
    width: 44px !important;
}
inputgroup.half.select.country-code.focus label{
    margin: 0;
}
.date-time-note {
    font-weight: 300;
    font-size: 12px;
    line-height: 17px;
    color: #999;
    margin-top:10px;
}
.edi-btn inputgroup.select.country label, .edi-btn inputgroup.select.country label sup{
  color:transparent
}
.edi-btn inputgroup.select.country.focus label{
  color:#2a79bb
}
.edi-btn inputgroup.select.country.focus label sup{
  color:red
}
.edi-btn inputgroup.half{
    margin: 0px;
}
@media screen and (max-width: 600px) {
        inputgroup.half.select.country-code{
            margin: 0;
            width: max-content
        }
        inputgroup.select.half.country{
            margin: 0;
            width: auto !important;
        }
        input#Phone, .edi-btn .za_country_code + label{
            min-width: auto;
        }
        .edi-btn inputgroup.half select{
            width: auto !important;
        }
    }
.flatpickr-months, .flatpickr-time{
    background-color: aliceblue;
}
.flatpickr-time input:hover, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time .flatpickr-am-pm:focus, .flatpickr-current-month .flatpickr-monthDropdown-months:hover, .numInputWrapper:hover{
    background: rgb(198, 229, 255) !important;
}
@media(max-width: 930px){
    .allFeaPage.topband .flex{
        flex-wrap: wrap;
    }
}
.allFeaPage.topband .ar-grp{
    flex-wrap: wrap;
    min-width: 400px;
}
