 
/*Reset CSS*/
.heading-menu{
    display: none;
}
.sec-pTB{
        padding: 0;
}
.pagewrapper * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.pagewrapper .content-wrap {
    max-width: 1170px;
    padding: 90px 0;
    margin: 0 auto;
}

.act-btn {
    padding: 12px 30px;
}
h1 {
    font: 42px/1.2 "Zoho_Puvi_Bold";
    letter-spacing: -0.1px;
}
h2 {
    font: 32px/1.25 "Zoho_Puvi_Bold";
}
h4{
    font: 23px/1.4 "Zoho_Puvi_SemiBold";
}
h3 {
    font: 27px/1.3 "Zoho_Puvi_SemiBold";
}

h1,
h2,
h3,
h4,
h5
 {
    margin-top: 0px;
    margin-bottom: 15px;
    color: #000;
}
h4{
margin-bottom: 10px;}
p {
    font-size: 17px;
    line-height: 1.6;
    margin: 0 0 20px;
    font-family: 'Zoho_Puvi_Regular';
}
h1{
    color: #fff;
}
a{
    color: #007fff;
}
/*menu overwriiten*/
/* common */
.grid-content{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 50px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 50px;

}
.text-center{
text-align:center ;
}
.block-elmt{
    display: block;
}
.custom-btn{
    display: inline-block;
    padding: 12px 30px;
    background: #f0483e;
    color: #fff;
}
.sprite-icons{
    content: "";
    display: block;
    position: relative;
    background: url(https://www.manageengine.com/latam/appcreator/images/appcreator-sprite.svg);
    background-size: 300px;
    width: 50px;
    height: 50px;
} 
.highlight {
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    padding: 3px 5px;
    margin: 5px 0 0;
}
a.custom-btn{
    display: inline-block;
    font-family: var(--zf-primary-semibold),sans-serif;
    padding: 12px 30px;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    color: #fff;
    border: 1px solid transparent;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
    font-size: 15px;
}
/* common */
/* banner */

.banner {
    position: relative;
    background: #211753;
    border-radius: 0px 0px 200px 0px;
    color: #fff;
    z-index: 0;
}
.banner .grid-content{
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;}

.banner .content-wrap {
    max-width: 1280px;
}
.banner p {
    font-size: 20px;
  
}
.bnr-imgs{
    max-width: 500px;
    margin: 0 auto;  
}
/* banner end*/
/* app creator help */
.app-help-team .content-wrap{
    padding: 150px 0px 90px;
}
.how-app-help{
    position: relative;
}
.how-app-img{
    max-width: 380px;
}

.how-app-help::before, .how-app-help::after{
    content: "";
    position: absolute;
    width: 10%;
    height: 100%;
    top: -40px;
    border-top: solid 20px #eaeaea;
    border-bottom:solid 20px #eaeaea;
    z-index: 1;
}
.how-app-help::before{
    left: -130px;   
    border-left: solid 20px #eaeaea;  
}
.how-app-help::after{
    right: -130px;
    border-right: solid 20px #eaeaea;
}

.app-help-team .highlight{
    background: #4961F6;
    width: 330px;
    display: block;
    margin: 5px 0 5px;
}

.app-help-content> div{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100px 1fr;
    grid-template-columns: 100px 1fr;
    margin-bottom: 50px;   
}

 .sprite-icons:before {
    content: "";
    position: absolute;
    border: 1px solid #D3D3D3;
    border-radius: 50px;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.app-help-team .icon1{
    background-position: 0px -5px;
}
.app-help-team .icon2{
    background-position: -61px 0px;
    background-size: 360px;
    width: 38px;
    left: 10px;
}
.app-help-team .icon3{
    background-position: -122px -2px;
    width: 47px;
    height: 47px;
    left: 10px;
}
/* app creator help end*/
/* Key difference */
.cmp-key-dif{
    overflow: hidden;
    background: #23A35B;
    border-radius: 200px 0px 200px 0px;
    color: #fff;

}
.cmp-key-dif h2{
    text-align: center;
    max-width: 530px;
    font-size: 40px;
    margin: 0 auto 15px;
    color: #fff;

}
.cmp-key-dif a{
    color: #fff;
    text-decoration: underline;
}
.cmp-key-dif .highlight{
   background: #fff;
   color: #22a35b;
}
.cmp-key-dif h3 {
    font-size: 30px;
    color: #fff;
}
.tab_drawer_heading{
    display: none;
}
.tabs.flex-content{
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 60px 0px;
    border: 1px solid #ffffff59;
    padding: 10px;
    border-radius: 50px;
}
.tab_container .flex-content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;

            -webkit-box-pack: justify;

                -ms-flex-pack: justify;

                    justify-content: space-between;        
    overflow: hidden;
}
.tabs li{
    padding: 15px 10px;
    width: 19%;
    border-radius: 3px;
    margin: 0px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    font-family: 'Zoho_Puvi_SemiBold';
    color: #fff;
    border-radius: 50px;
    border: 1px solid #22a35b;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.tabs li:last-child{
    margin-right:0px;
}
.tabs li.active{
    border: 1px solid #f6ff26;
    background: #f6ff26;
    color: #000;
}
.tabs li:hover{
    border: 1px solid #f6ff26;
}
.tabs li.active:before{
width: 100%;
}
.tabs li:first-child{
    padding: 15px 10px
}
.tab_container .flex-content-two{
width:38%;
margin-top: 50px;
}
.tab_container .flex-img-prt{
    width: 58%;
}
.tab-points{
    position: relative;
padding-left: 20px;
}
.tab-points:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    background: #000;
    border-radius: 50%;
    height: 8px;
    width: 8px;
}
.btm-zcr,.btm-sys-icon{
    position: absolute;
    bottom: -35px;
    right: 0;
    z-index: 1;
    margin: 0;
    opacity: 0.1;
}
.btm-zcr{
    width: 76px;
    height: 73px;
    background-position: -1300px -4px;
}
.btm-sys-icon{
    width: 59px;
    height: 59px;
    background-position:-1240px -18px;
}
.tab_container .flex-content-two:last-child{
    background: #f5fbff;
    }
.tab_container span{
    display: block;
    margin-bottom:10px;
    font-family: var(--primaryfont-semibold);
}
.tab_container span.zpricegroup-common,.tab_container span.zcurrency-symbol-common,.tab_container span.z-price-text-common{
    display: inline-block;
}

/* End Key difference */
/* transform */
.transform-team h2 {
    text-align: center;
}

.transform-team p{
    max-width: 800px;
    margin: 0px  auto 15px ;
    text-align: center;
}
.transform-team h2 span:first-child{
    display: block;
}
.transform-team .highlight{
    display: inline-block;
    background: #23A35B;
}
.transform-process.grid-content{
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr 1fr ;
    gap: 50px;
    max-width: 1000px;
    margin: 60px auto 0px;
}
.transform-process.grid-content ul li{
    font-family: 'Zoho_Puvi_SemiBold';
    position: relative;
    margin: 0px 0px 25px;
    padding-left: 30px;
    font-size: 18px;
}
.transform-process>div ul li::before{
    position: absolute;
    content: "";
    background: url(https://www.manageengine.com/latam/appcreator/images/appcreator-sprite.svg);
    background-position: 18px;
    background-size: 200px;
    width: 18px;
    height: 18px;
    top: 4px;
    left: 0px;
}
/* transform */

/* it benefit */
.it-benefit-team h2 {
    text-align: center;
    color: #fff;
}
.it-benefit-team .highlight{
    background: #fff;
    color: #201753;
}

.it-benefit-team{
    background: #211753;
    color: #fff;
}
.how-it-benefit.grid-content{
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr ;
    gap: 20px;
    margin-top: 60px;
}
.how-it-benefit>div{
    background: #fff;
    color: #000;
    border-radius: 10px;
    padding: 60px;

}
.how-it-benefit>div h4{
    color: #4961F6;
}
.how-it-benefit p {
    margin-bottom: 0px;
}
.it-benefit-team .icon1, .it-benefit-team .icon2, .it-benefit-team .icon3, .it-benefit-team .icon4{
    margin: 10px 0px 30px 15px;
}
.it-benefit-team .icon1{
    background-position: -352px -3px;
    background-size: 430px;
    width: 40px;
    left: 6px;
}
.it-benefit-team .icon2{
    background-position: 99px 3px;
    width: 45px;
    height: 45px;
    left: 3px;
}
.it-benefit-team .icon3{
    background-position: -90px -3px;
    background-size: 330px;
    width: 45px;
    height: 45px;
    left: 3px;
}
.it-benefit-team .icon4{
    background-position: -191px -9px;
    background-size: 340px;
    width: 37px;
    height: 40px;
    left: 7px;

}
/* it benefit */
/* low-code platform */
.low-code-platform .content-wrap{
    padding-bottom: 0px;
}
.low-code-platform .text-center{
    max-width:700px;
    margin: 0 auto;
}
/* low-code platform */
/* Sticky sec  */
.sticky-sec .flex-content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
}
.flex-item1, .flex-item2{
    width: 50%;
}
.sticky-sec .flex-item1{
    width: 45%;
    position: sticky;
    top: 150px;
    padding: 0px 0px 50px;
}
.sticky-sec li {
    padding: 0 0 70px 70px;
}
.sticky-sec li img{
    max-width: 200px;
}

.flex-item2 ul li svg{
    width: 60px;
    height: 60px;
    padding-bottom: 10px;
}

 /* enterprises */
 .enterprises-sec{
    overflow: hidden;
 }
 .enterprises-sec .content-wrap{
    padding-top: 0px;
 }

.enterprises-sec .main-heading {
    max-width: 750px;
    margin: 30px auto 0px;
    text-align: center;
}
.enterprises-inner.flex-content{
    -webkit-box-align:center ;
        -ms-flex-align:center ;
            align-items:center ;
}
.enterprises-inner{
    padding: 60px 0px;
}
.enterprises-img{
    background-color: #f5f5f7;
    padding: 50px;
    text-align: center;
}
.enterprises-img img{
    max-width: 550px;
}

.enterprises-content{
    max-width: 550px;
    margin: 0 auto;
}
.enterprises-content, .enterprises-img{
    position: relative;
    width: 50%;  
} 
.secd-img-1, .secd-img-2, .secd-img-3, .secd-img-4, .secd-img-5 {
    -webkit-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;
    -webkit-transform: scale(.2);
        -ms-transform: scale(.2);
            transform: scale(.2);
    visibility: hidden;
    opacity: 0;
}
.secd-img-1 {
    background-position: -165px 0;
    width: 104px;height:0px;
    top: 8%; left:8%;}
.in-view .secd-img-1{
    height: 370px;
}
.secd-img-2 {   
    background-position: -273px -73px;
    width: 236px;
    height: 225px;
    top: 55%;
    left: 60%;
}
.in-view .secd-img-2{
    -webkit-transition: all ease 1;
    -o-transition: all ease 1;
    transition: all ease 1;
}
.secd-img-3 {
    background-position: -513px -148px;
    width: 277px;
    height: 74px;
    top: 69%;
    left: 10%;
}
.secd-img-4 {
    background-position: -794px -102px;
    border-radius: 50%;
    width: 167px;
    height: 167px;
    top: 35%;
    left: 43%;
    visibility: hidden;
    opacity: 0;
}
.in-view .secd-img-4 {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    visibility: visible;
    opacity: 1;
}
.secd-img-5 {
    background-position: -848px -109px;
    background-size: 1440px 330px;
    width: 201px;
    height: 112px;
    top: 78%;
    left: 45%;
}
.in-view .secd-img-1, .in-view .secd-img-2, .in-view .secd-img-3, .in-view .secd-img-4, .in-view .secd-img-5{
    -webkit-transition-delay: .8s;
         -o-transition-delay: .8s;
            transition-delay: .8s;
    visibility: visible;
    opacity: 1;
}
ul.app-cnt-list li{
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
}
ul.app-cnt-list li:before, ul.app-cnt-list li:after {
    position: absolute;
    content: "";
    z-index: 1;
}
ul.app-cnt-list li:before {
    width: 14px;
    height: 14px;
    left: 0;
    top: 4px;
    border-radius: 50%;
    border: 2px solid #2c88ff;
}
ul.app-cnt-list  li:after {
    top: 10px;
    left: 5px;
    width: 7px;
    border-left: 2px solid #2c88ff;
    height: 3px;
    border-bottom: 2px solid #2c88ff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 /* enterprises  end*/
 /* cta */
 .cta-prt .content-wrap{
     padding-top: 0px;
 }

.cta-prt{
    text-align: center;

}
.cta-prt h2{
    max-width: 850px;
    margin: 0 auto 30px;
    
}
.bottom-cta p{
    max-width: 600px;
    margin: 0 auto 20px;
}

.animt-up-down{
    -webkit-animation: updown 6s linear infinite;
            animation: updown 6s linear infinite;
    
}
 /* cta  end*/
@media all and (min-width:1400px) {
    h1 {
        font-size:51px
    }
    h2 {
        font-size: 36px
    }
    .enterprises-sec .content-wrap {
        max-width: 1800px;
        width: 100%;
    }
    

}
@media all and (max-width:1199px) {
    .pagewrapper .content-wrap{
        width: 90%;
    }
  
    /* Key Difference  */
    .tabs li{
        margin-right: 35px;
    }
    .cmp-key-dif{

    border-radius: 50px 0px 50px 0px;

    }
    .tabs li{

    width: 15%;

    }
    /* End Key Difference  */

}
@media all and (max-width:1400px) {
    /* banner */
    .banner{
        border-radius: 0px 0px 100px 0px;
    }
    .banner .content-wrap{
        width: 90%;
    }
     /* banner */
     .achieve-app-idea{
        border-radius: 100px 0px 100px 0px;
     }
    /* <!-- app creator help --> */
    .how-app-help::before{
        left: 0px;
    }
    .how-app-help::after{
        right:0px;
    }
    .how-app-help>div:nth-child(1){
        padding-left: 50px;
    }
    .how-app-help>div:nth-child(2){
        padding-right: 50px;
    }
    /* <!-- app creator help end--> */
    .app-help-team .highlight{
        display: inline-block;
    }
}
@media screen and (max-width: 1025px){
#header-mainsec .headerinner {
    padding-bottom: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px){
    h1, h1.center {
        font-size: 50px;
    }
    h1 {
        font-size: 40px;
    }
    p {
        font-size: 15px;
    }
    h2 {
        font-size: 25px;
    }
    h4 {
        font-size: 19px;
    }
    h3 {
        font-size: 21px;
    }
}
@media all and (max-width:991px) {
    .pagewrapper .content-wrap { padding: 50px 0;}
    .banner .content-wrap {
        padding: 90px 0px 50px;
    }
    .grid-content{
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    /* banner */
    .banner{
        text-align: center;
        border-radius: 0px;
    }
    .bnr-imgs{
        display: none;
    }
    /* banner */
     /*  app creator help  */
     .app-help-team .content-wrap{
        padding: 100px 0px 90px;
     }
     .app-help-team .highlight{
        width: auto;
        display: inline-block;
     }
     .how-app-help::before{
        left: 0px;
    }
    .how-app-help::after{
        right:0px;
    }
    .how-app-help.grid-content{
        gap: 30px;
    }
    
    .app-help-team h2{
        text-align: center;
    }

    .how-app-img{
        display: none;
    }
    .app-help-content> div{
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 20px;
        padding-left: 10%;
    }
    .app-help-content> div span{
        margin-bottom: 0px;
    }
    /* app creator help */
     

 /* Key Differences  */
 .tabs.flex-content{
    display: none;
}
.cmp-key-dif{
    border-radius: 0px 0px 0px 0px;
}
.cmp-key-dif h3{
    font-size: 26px;
}
.tab_drawer_heading{
    display: block;
    font-size: 18px;
    padding: 15px 40px 15px 15px;
    position: relative;
}
.tab_container .flex-content-two{
    margin-top: 10px;
}
.tab_drawer_heading.d_active {
    background-color: #ddffec;
    border-left: 5px solid #f6ff26;
    color: #000;
}
.tab_drawer_heading span {
    position: absolute;
    right: 30px;
    top: 10px;
    z-index: 1;
}
.tab_drawer_heading span:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
    left: 0;
    top: 10px;
    -webkit-transition: -webkit-transform ease 0.5s;
    transition: -webkit-transform ease 0.5s;
    -o-transition: transform ease 0.5s;
    transition: transform ease 0.5s;
    transition: transform ease 0.5s, -webkit-transform ease 0.5s;
}
.tab_drawer_heading.d_active span:before {
    -webkit-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
            transform: rotate(225deg);
    top: 13px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
}
.tab_container{
    margin-top:50px;
}
.tab_container .flex-content-two:last-child{
    margin-bottom:30px;
}

/* End  Key Differences  */
 /* it-benefit */
 .how-it-benefit>div{
    padding: 40px;
 }

 /* it-benefit */

}

@media all and (max-width:767px) {
    h1, h1.center {
        font-size: 38px;
    }
    h2 {
        font-size: 25px;
    }
    h3 {
        font-size: 21px;
    }
    h4 {
        font-size: 19px;
    }
    h6, p {
        font-size: 15px;
    }
    h1, h2, h3, h4, h5{
        margin-bottom: 10px;
    }
    .banner p{
        font-size: 15px;
    }
  
    .pagewrapper .content-wrap {
        width: 90%;
    }
    .highlight{
        padding: 5px;
    }
    /* banner */
    .banner{
        text-align: left;
    }

    /* banner */
    /* <!-- app creator help --> */
    .app-help-team .content-wrap{
        padding: 60px 0px;
    }
    .how-app-help::after, .how-app-help::before{
        display: none;
    }
    .how-app-help>div:nth-child(1){
        padding-left: 0px;
    }
 
    .sprite-icons:before{
        width: 70px;
        height: 70px;
    }
    .app-help-team h2 {
        text-align: left;
    }
    .app-help-content> div{
        padding-left: 0%;
    }
    .app-help-content .sprite-icons{
        left: 20px;
    }
    .app-help-content>div:last-child{
        margin-bottom: 0px;   
    }
    .app-help-content>div p:last-child {
        margin: 0px;
    }
    .how-app-help>div:nth-child(2) {
        padding-right: 0px;
    }
       /* <!-- app creator help --> */
   /* Key Differences  */
 .tab_container .flex-content-two, .tab_container .flex-img-prt{
    width: 100%;
}
/* End  Key Differences  */
    /* Transform-process */

    .transform-team h2 span:first-child {
        display: initial;
    }
    .transform-process.grid-content{
        -ms-grid-columns: 1fr 0px 1fr;
        grid-template-columns: 1fr 1fr;
        gap: 0px;
        margin-top:0px;
    }
    .transform-process>div{
        margin: 0px;
    }
    .transform-team h2, .transform-team p, .cmp-key-dif h2{
        text-align: left;
    }
    .cmp-key-dif h2{
    margin: 0px 0px 15px;
    }
    
    /* Transform-process */
    .cmp-key-dif h2{
        font-size: 30px;
    }
    .cmp-key-dif .highlight, .it-benefit-team .highlight{
        display: inline-block;
        border: none;
        padding: 0px;
    }
    .cmp-key-dif h3 {
        font-size: 24px;
    }

    /* it-benefit-team */
    .how-it-benefit.grid-content{
        -ms-grid-columns: 1fr ;
        grid-template-columns: 1fr ;
        margin-top: 30px;
    }
    .how-it-benefit>div{
        padding: 30px;
    }
    .it-benefit-team h2 span{
        margin-left: 0px;
    }
       /* it-benefit-team */
       .text-center,  .it-benefit-team h2{
        text-align: left;
       }


}

@media all and (max-width:666px) {
    
    /* Transform-process */
    .transform-team h2 span {
        margin-top: 0px;
    }
   .transform-process.grid-content{
       -ms-grid-columns: 1fr ;
       grid-template-columns: 1fr ;
       gap: 0px;
   }

    
   /* Transform-process */

   
}
@media all and (max-width:566px) {
    
    .banner h1{
        font-size: 36px;
    }

   
}


