.container{
    margin: auto;
}
#allFea,#customers,#btmscroll,.btmBar {
    display: none;
}
.zp-home-banner-wrap>.content-wrap {
    padding: 90px 0 0px;
    max-width: 1300px;
    align-items: center;
    display: flex;
    justify-content: space-between;
    overflow: visible;
    background: none;
}
.zp-home-banner-wrap>.content-wrap>div {
    width: 60%;
}
.zp-home-banner-wrap .content-wrap>div.zp-home-right {
    width: 420px;
    border-radius: 10px;
    box-shadow: 0 0 5px #ccc;
    background-color: #fff;
}
.zp-home-banner-wrap .content-wrap>div.zp-home-right .signup-form{
    margin: auto;
}
.zp-home-banner-wrap .content-wrap>div.zp-home-right .signup-form .index-dwn-form li input,.zp-home-banner-wrap .content-wrap>div.zp-home-right .signup-form .index-dwn-form li select {
    margin: 0;
}
.zp-home-banner-wrap .content-wrap>div.zp-home-right .signup-form .zcountry-info.zcountry-info {
    font-size: 14px;
    margin: 0 0 10px;
}
.zp-home-banner-wrap .content-wrap>div.zp-home-right .signup-form .za-tos-container {
    margin: 0;
}
.zp-home-banner-wrap .content-wrap>div.zp-home-right .socl-signup {
    text-align: left;
}
.zp-home-banner-wrap .content-wrap>div.zp-home-right .socl-signup .google_icon {
  background: url("https://desktopcentral.manageengine.com/images/signin_icons.png") no-repeat transparent -10px -10px !important;
  background-size: 140px !important;
  margin: 2px 0px !important;
}
.zp-home-banner-wrap .content-wrap>div.zp-home-right .socl-signup .fed_icon {
    display: inline-block !important;
    height: 16px !important;
    width: 16px !important;
    float: left !important;
}
.zp-home-banner-wrap .content-wrap>div.zp-home-right .socl-signup .fed_text {
    text-transform: capitalize;
    font-size: 14px !important;
    color: #757575 !important;
    line-height: 20px !important;
    margin-left: 5px !important;
    width: auto !important;
    height: auto !important;
    text-indent: initial !important;
    background: none !important;
    vertical-align: initial !important;
}
.zp-home-banner-wrap .content-wrap>div.zp-home-right .socl-signup .azure_icon {
    background: url(https://desktopcentral.manageengine.com/images/signin_icons.png) no-repeat transparent -36px -10px !important;
    background-size: 140px !important;
    margin: 2px 5px !important;
}
.zp-home-banner-wrap .content-wrap>div.zp-home-right .signup-box .za-country-container.za-country-container-arrow {
    display: block !important;
}
.index-dwn-form li.sgnbtnmn .za-newsletter-container.zshow-common {
    display: block !important;
}
h1, h2, h3 {
    font-family: var(--zf-secondary-bold);
}
/* menu style */

.main-container-wrapper #mini-panel-product_menu .menu-icon-help-header {
    padding: 0;
}
.menu-icon-help-header>a img {
    width: 160px;
}
.menu-icon-help-header>a {
    display: block;
    line-height: normal;
}
.menu-icon-help-header .product-title {
    margin-left: 0;
}
.menu-icon-help-header .product-title a {
    padding: 0;
    font-size: 24px;
}
/* banner section */

.umain .zp-home-banner-wrap h1 {
    max-width: 670px;
    margin: 0 auto 15px;
}
/* feature section */

.zp-highlighted-features-wrap .content-wrap h2 {
    max-width: 1000px;
    margin: 0 auto 15px;
}
.features-box > div span {
    background: url(https://www.zohowebstatic.com/sites/default/files/desktop_central_cloud/desktopcentral-home-features-sprite.png) no-repeat 0 0;
    background-size: 300px auto;
}
/* trusted brands section */

.trust-brands-wrap {
    padding-top: 30px;
}
.trust-brands-wrap ul li span {
    background: url(https://www.zohowebstatic.com/sites/default/files/desktop_central_cloud/desktopcentral-trusted-brands-sprite.png);
    background-repeat: no-repeat;
    background-size: auto 63px;
    height: 63px;
}
.trust-brands-wrap ul li.tb-honda span {
    width: 115px;
    background-position: -15px 0;
}
.trust-brands-wrap ul li.tb-ibm span {
    width: 82px;
    background-position: -140px 0;
}
.trust-brands-wrap ul li.tb-xerox span {
    width: 118px;
    background-position: -235px 0;
}
.trust-brands-wrap ul li.tb-everton span {
    width: 60px;
    background-position: -365px 0;
}
.trust-brands-wrap ul li.tb-unicef span {
    width: 90px;
    background-position: -440px 0;
}
/* Mobile apps section */

.dc-mobile-apps img {
    max-width: 270px;
    margin: 0 10px;
}
.bottom-cta-wrap .content-wrap h2 {
    font-size: 30px;
    max-width: 620px;
}

#newsletter, #tos {
    width: auto;
    height: auto;
    position: static;
    opacity: 1;
    appearance: auto;
    -webkit-appearance: auto;
}
#signup-newsletter, #signup-termservice {
    display: none;
}
.za-newsletter-container label.sign_agree, .signup-box .za-tos-container label {
    padding: 0;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
/*Responsive css*/

@media only screen and (max-width: 991px) {
.menu-icon-help-header>a img {
    width: 140px
}
.menu-icon-help-header .product-title a, .product-header-top.slide .menu-icon-help-header .product-title a {
    font-size: 21px;
}
.zp-highlighted-features-wrap .content-wrap h2 {
    max-width: 600px;
}
.signup-box{
   display: flex;
}
.signup-form{
   background: #fff !important;
}
#commonHeader {
    display: block;
}
}

@media only screen and (max-width: 767px) {
    .zp-home-banner-wrap>.content-wrap{
        flex-wrap:wrap;
    }
    .zp-home-banner-wrap .content-wrap>div{
        width:auto;
        margin:auto;
    }
    .zp-home-banner-wrap .content-wrap>div.zp-home-right{
        width: 100%;
        display:block;
    }

/* MENU CSS */

.menu-icon-help-header .product-title a {
    padding: 0 0 0 75px;
}
.menu-icon-help-header>a {
    padding-top: 10px;
}
.zph-sticky #mini-panel-product_menu .menu-icon-help-header .product-title a {
    margin: -5px 0 10px;
}
.zph-sticky .zmobile-menu-new-inner li>a.prd_link {
    font-size: 18px;
    padding: 25px 0 0;
}
.umain .menu-icon-help-header > a {
    padding: 5px 0 0 15px;
}
.zph-sticky .umain #mini-panel-product_menu .menu-icon-help-header .product-title a {
    margin: -12px 0 0 0;
}
.zph-sticky .zmobile-menu-new-inner li>a.prd_link:after {
    background-image: url(https://www.zohowebstatic.com/sites/default/files/styles/product-home-page/public/manageengine_black_logo.png);
    background-size: 100px auto;
    background-position: 0 0;
    width: 100px;
    top: 0;
}
/* MENU CSS ENDS */


.main-container-wrapper #mini-panel-product_menu .menu-icon-help-header {
    padding-top: 0;
}
.menu-icon-help-header .product-title a, .mobile-menu-icon {
    background-image: none;
}
#mini-panel-product_menu .menu-icon-help-header .product-title a {
    padding: 0 !important;
}
.dc-mobile-app {
    display: none;
}
.zp-highlighted-features-wrap .content-wrap h2 {
    max-width: 480px;
}
.bottom-cta-wrap .content-wrap h2 {
    font-size: 26px;
}
.z-testimonial-slide-wrap .content-wrap {
    padding: 20px 0 60px;
}
}

@media only screen and (max-width: 480px) {
.ZF-contact>ul>li:first-child {
    font-size: 12px;
}
.zph-sticky #mini-panel-product_menu .menu-icon-help-header .product-title a {
    font-size: 24px;
    margin: -10px 0 10px;
}
.zph-sticky .umain #mini-panel-product_menu .menu-icon-help-header .product-title a {
    font-size: 20px;
    margin: -15px 0 10px;
}
.umain .menu-icon-help-header > a img {
    width: 120px;
}
}
.features-box-wrap img {
    height: 50px;
    margin-bottom: 10px;
}
.tile-sectional-content .features-box-wrap {
    max-width: 1400px;
    margin: 50px auto;
    display: flex;
    grid-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.tile-sectional-content .features-box {
    max-width: 300px;
    display: flex;
    min-height: 235px;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px;
    transform: unset !important;
    margin: 0 !important;
    box-sizing: unset;
    transition: none !important;
}

.tile-sectional-content h2 {
    text-align: center;
}

.tile-sectional-content {
    max-width: 1250px;
    margin: auto;
    padding: 60px 0px;
}

.tile-sectional-content p {
    max-width: 80%;
    text-align: center;
    margin: auto;
}

.tile-sectional-content .tile-flex {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    justify-content: center;
    align-items: stretch;
    grid-gap: 30px;
    margin: 50px 0px;
}

.tile-sectional-content .inner-flex {
    display: flex;
    flex-wrap: wrap;
    max-width: 340px;
    justify-content: flex-start;
    align-items: baseline;
    flex-direction: column;
    border: 1px solid #efefef;
    padding: 30px;
}

.tile-sectional-content .tile-flex img {
    height: 55px;
    margin-bottom: 15px;
}

.tile-sectional-content .inner-flex p {
    margin: 0 0 10px 0px;
    text-align: left;
    max-width: 100%;
}

.tile-section {
    max-width: 100%;
    background: none;
}
</style>
<style>
    .dc-cloud.slider p {
        min-height: 110px;
        text-align: center;
		font-weight: 400;
   	 	width: 70%;
   		margin: auto;
    }

    .dc-cloud.slider p a {
        display: inline;
        text-decoration: none;
        color: #448aca
    }

    .dc-cloud.slider h2 {
        margin: 0;
        padding:  0 0 25px;
        text-align: center;
        border: none;
        max-width: 100%;
        color: #448bc9;
    }
.dc-cloud.slider li .flex{
display: flex;
flex-wrap: wrap;
flex-direction: column;
}
    .dc-cloud.slider h2::after {
        display: none;
    }

    .dc-cloud.slider li {
        padding: 0;
        list-style: none !important;
    }

    .dc-cloud.slider img {
        width: 80%;
        height: 500px;
        margin: 0 auto 10px;
    }

    .dc-cloud.slider .flexslider {
        max-height: none;
        width: 100%;
        padding-bottom: 40px;
    }

    .dc-cloud.slider .flex-control-nav {
        left: 0;
        bottom: 5%;
    }

    .dc-cloud.slider .flex-control-nav li {
        margin: 8px;
    }

    .flex-control-nav li a.flex-active {
        background: #ff8187;
    }
.flex-control-nav li a.flex-active {
        outline: 1px solid #ff8187;
        border: 2px solid #fff;
}

    .flex-direction-nav li a {
        z-index: 99;
    }
.flex-control-nav li a{
    border-radius: 6px;
    height: 12px;
    width: 12px;
}

    .flexBnrslides,
    .flex-direction-nav {
        padding: 0;
    }

ul.flexBnrslides {
    display: block;
}
    .flex-direction-nav li a {
        opacity: 1;
        background-color: #448aca;
        border-radius: 50%;
        top: 36%;
        left: 40px;
    }

    .flex-direction-nav li a.flex-next {
        left: auto;
        right: 6px
    }

    .flex-direction-nav li a.flex-prev {
        left: 6px;
    }

    .flexslider:hover a.flex-next {
        opacity: 1;
        right: 6px;
    }

    .flexslider:hover a.flex-prev {
        opacity: 1;
        left: 6px;
    }

    .dc-cloud.slider.fullimage {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 99999;
        transition: all .5s ease;
    }

    .dc-cloud.slider .close-btn{
        height: 35px;
        width: 35px;
        display: none;
        position: absolute;
        right: 15%;
        top: 7%;
        background-image: url(/manageengine/ems/images/icon/close-icon.svg);
        background-position: center;
        background-repeat: no-repeat;
    }

    .dc-cloud.slider.fullimage .close-btn{
        display: block;
    }

    .dc-cloud.slider.fullimage img {
        width: 60%;
        margin: 40px auto 0;
    }

    .dc-cloud.slider.fullimage p,
    .dc-cloud.slider.fullimage h2 {
        color: white;
        width: 60%;
        margin: auto;
    }

    .dc-cloud.slider.fullimage .flex-control-nav {
        display: none
    }

    .dc-cloud.slider.fullimage .flex-direction-nav li a{
        top: 45%;
        background-color: black;
    }

    .dc-cloud.slider.fullimage .flex-direction-nav li a.flex-next{
        right: 17%;
    }

    .dc-cloud.slider.fullimage .flex-direction-nav li a.flex-prev{
        left: 17%;
    }

    @media screen and (max-width:768px) {
        .dc-cloud.slider .flexslider {
            height: 480px;
        }

         .dc-cloud.slider .flexslider,
        .dc-cloud.slider .flexslider img {
            width: 400px;
            margin: 0;
            padding: 0;
        }

        .flex-control-nav {
            display: none;
        }
    }
</style>
<style>
    #scroll.sec-pTB, .allFeaPage {
    padding: 40px 0;
    }
    .heading-menu{
        display: none;
    }
    
    .allFeaPage p, .allFeaPage h1, .allFeaPage.numdata h2{
        color: #000 !important;
        text-shadow: none;
    }
    .top-section{
        background-color: white;
        max-width: 1200px;
        margin: auto;
        padding: 40px 0px;
    }
    .slider-section{    
     padding: 60px 0px 0px;
    background: #ffffff8f;
    border: 1px solid #efefef;
    border-radius: 30px;
    max-width: 1250px;
    margin: 50px auto;
    }
    .top-section h1{
        padding-left: 50px;
        color: #5389c8;
    }
    .slider-section h3{
        line-height: 38px;
        font-size: 28px;
        padding-left: 50px;
        color: #5389c8;
        font-weight: 400;
        text-align: center;
        margin: 0px 0px 40px;
    }
    .dc-cloud.slider{
        margin: 0px 30px;
    }
    .new-container ul{
        margin: 40px;
    }
#btmBar.fixed{
	position: static;
}
ul.breadcum {
    display: flex;
    list-style: none;
    align-items: center;
    margin: -10px 40px 10px;
    width: max-content;
}
.breadcum li {
    font-size: 17px;
    margin: 0px 5px;
}
ul.notes {
    list-style: circle;
    border-radius: 10px;
    padding: 40px;
    background: #fbfbfbdb;
    box-shadow: 2px 2px 5px 2px #0000000f;
}
ul.notes h2{
    line-height: 38px;
    font-size: 28px;
    color: #5389c8;
    font-weight: 400;
    margin: 0px 0px 40px;
}
.bottom-cta-wrap .content-wrap a.cta-btn {
    opacity: 1;
    visibility: visible;
}

#scroll.sec-pTB{
    background: none;
}
.allFeaPage.topband .ar-grp {
    display: inline-flex;
    grid-gap: 20px;
    margin-bottom: 30px;
}
.allFeaPage.topband .ar-grp .box {
    max-width: 200px;
    border: 1px solid #f8c52a;
    border-radius: 10px;
    padding: 20px;
    background: #fff;
}
.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.topband .ar-grp {
    display: inline-flex;
    grid-gap: 20px;
}
.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.numdata {
    background: none;
}
.allFeaPage.numdata .flex {
    display: flex;
    margin: auto;
    padding: 50px;
    border: 1px solid var(--theme-light-color);
    border-radius: 10px;
    max-width: 1100px;
    justify-content: space-evenly;
    grid-gap: 30px;
    border: solid #bb3a66 1px;
    background: none;
}
.allFeaPage.numdata .box {
    width: auto;
    max-width: 100%;
    display: inline-flex;
    grid-gap: 20px;
}
.allFeaPage.numdata .box img {
    height: 60px;
    max-width: 50px;
    fill: white;
    filter: invert(15%);
}
.allFeaPage.numdata .box h2 {
    margin: 0;
    text-align: left;
    font-weight: 400 !important;
    color: #000 !important;
}

.allFeaPage.numdata .box p {
    color: #000 !important;
}

.allFeaPage.numdata h2 {
    text-align: center;
    margin-bottom: 25px;

}

.allFeaPage.numdata {
    width: 100%;
}
@media only screen and (max-width: 600px){
    .allFeaPage.numdata .flex, .allFeaPage.topband .ar-grp{
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .allFeaPage.numdata .flex{
        border: none;
        justify-content: flex-start;

    }
}