

/*Reset CSS*/

:root {
    --green: #22A059;
    --light-green:#F0FBF4;
    --drak-green:#145a33;
    --dark-blue:#1F164F;
    --black:#000;
    --white:#fff;
    --vilote: #DDE1FF;
    --bg-dark: #c0232b;
    --bg-light-red: #ff6a69;
    --light-grey:#F7F8FF;
    --grey:#707070;
    --drak-blue:#4961F6;
}

.heading-menu{
    display: none;
}
.sec-pTB{
        padding: 0;
}
.dropbtn{    color: #333;}
.pagewrapper * {
    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";
}

h2,
h3,
h4,
h5
{
    margin-top: 0px;
    margin-bottom: 15px;
    color: var(--black);
}
h4{
    margin-bottom: 10px;
}
p {
    font-size: 17px;
    line-height: 1.6;
    margin: 0 0 20px;
    font-family: 'Zoho_Puvi_Regular';
}
th{
    font-family: var(--zf-primary-bold);
}
td{
    font-family: var(--primaryfont-regular);
    font-size: 17px;
}
.text-center{
    text-align: center;
}
.custom-dropdown-icon{
    position: absolute;
    right: -14px;
    top: -6px;
    transition: all 500ms ease;
    width: 15px;
    height: 30px;
}
.custom-dropdown-icon::before{
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
    position: absolute;
    right: 0px;
}
.custom-dropdown-icon::after{
    display: none;
}

/*  Common button  */
.zcr-btn-brd, .zcr-btn-brd-sml, .zcr-btn-clr, .zcr-btn-clr-sml, .zcr-txt-clr, .zcr-txt-clr-sml {
    display: inline-block;
    font-family: var(--primaryfont-semibold);
    border-radius: 3px;
    font-size: 15px;
    padding: 12px 30px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}
.zcr-btn-brd, .zcr-btn-brd-sml {
    border: 1px solid #007bff;
    background: transparent;
    color: #007bff;
}
.zcr-btn-clr, .zcr-btn-clr-sml, .zcr-txt-clr, .zcr-txt-clr-sml {
    color: #fff;
    background: #007bff;
}
.zcr-txt-clr, .zcr-txt-clr-sml {
    color: #007bff;
    padding: 0;
    background: 0;
    border-bottom: 2px solid;
    border-radius: 0;
}

/*  Common  button */
.sprite-icons {
    content: "";
    display: block;
    position: relative;
    background: url(https://www.manageengine.com/fr/appcreator/images/ultimate-guidelow-code-icon.svg);
    background-size: 340px;
    width: 50px;
    height: 50px;
    left: 0px;

}



/*menu overwriiten*/

.grid-content{
    display: grid;
    grid-template-columns: repeat(2 , 1fr) ;
    align-items: center;
    gap: 70px;
}
.text-center{
    text-align:center ;
}
.block-elmt{
    display: block;
}
.custom-btn{
    display: inline-block;
    padding: 12px 30px;
    background: #f0483e;
    border-radius: 4px;
    color: #fff;
}
.bnr-cta{
    margin: 30px 0px;
    position: relative;

}

.grid-content {
    display: grid;
    grid-template-columns:repeat(2 , 1fr);
    gap: 50px;
}
/* banner */
.zbanner {
    color: #fff;
    background:var(--green);
    position: relative;
}
.zbanner h1{
    font-size: 60px;
    color: #fff;
}
.zbanner .grid-content{
    grid-template-columns:2fr 1fr;
}
.zbanner .content-wrap{
    max-width: 1000px;
}
.zbanner:after {
    background-color:var(--green);
    opacity: 0.1;
    background:  linear-gradient(45deg, #22a059 45%, #c2bebe 45%, #c2bebe 50%, #22a059 50%, #22a059 95%, #c2bebe 95%, #c2bebe 100%);
    background-size: 20px 20px;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.zbanner>span {
    z-index: 1;
    position: absolute;
}

.zbanner>div {
    z-index: 4;
    position: relative;
}

.zw-product-header {
    background-color: var(--green);
    position: relative;
    z-index: 10;
}
.zw-product-header:after {
    z-index: -1;
    background-color: var(--green);
    opacity: .1;
    background-image: linear-gradient(#fff 1px,transparent 1px),linear-gradient(to right,#fff 1px,#2457ef 1px);
    background-size: 150px 150px;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* zbottom-sec */
.zbottom-sec .zheader-h2 {
    font-size: 46px;
}
.zinner-cont img {
    width: 160px;
}
.zbottom-sec {
    text-align: center;
}

.zbottom-sec .zheader-h2>span,.zlooking .zheader-h2>span {
    display: block;
}
/* zbottom-sec end*/
.content-wrap {
    max-width: 1000px;
}

.zflex {
    display: flex;
    flex-wrap: wrap;
}

.zflex.z60first .zleft {
    width: 70%;
}

.zflex.z60first .zright {
    width: 30%;
}

.zflex {
    align-items: center;
}

.zshape img {
    width: 100%;
    max-width: 200px;
    z-index: 1;
    position: relative;
}
.zshape {
  width: 200px;
  height: 110px;
  position: relative;
  text-align: center;
  margin: auto;
  border-radius: 12px;
  z-index: -1;
}


.zshape.zpink::before {
    border-bottom: 64.8675px solid #FFF2F2;
}
.zshape.zpink::after {
   border-top: 63.8675px solid #FFF2F2;
}

.zlow-code-guide-sec .content-wrap {
    padding: 60px 0;
    max-width: 1000px;
}

.guide-nav {
    width: 270px;
    position: absolute;
    top: 50px;
    z-index: 5;
    background: #fff;
    left: 0;
    right: 0;
    margin: 20px auto;
    border-radius: 10px;
    transform: translateX(245%);
}

@media only screen and (min-width: 1920px){
.guide-nav {
    transform: translateX(260%);
}
.content-wrap {
    max-width: 1000px;
}
}

.zlow-code-guide-sec {
    position: relative;
}

.guide-nav li {
    font-size: 12px;
    font-family: var(--zf-secondary-medium);
    padding-bottom: 20px;
    cursor: pointer;
}

.guide-nav-header {
    font-size: 13px;
    font-family: var(--secondaryfont-semibold);
    background:var(--green);
    display: block;
    border-radius: 10px 10px 0 0;
    color: #fff;
    padding: 10px 20px;
    box-sizing: border-box;
position: relative;
    cursor: pointer;
}
.guide-nav-header:after,.guide-nav-header:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 2px;
    background: #fff;
    transform: rotate(-45deg);
    right: 33px;
    top:21px;
}

.guide-nav-header:before {
    transform: rotate(45deg);
    right: 27px;
    top: 21px;
}
.guide-nav-header.zarrow-up:before{
        transform: rotate(-45deg);
}
.guide-nav-header.zarrow-up:after{
        transform: rotate(45deg);
}
ul.guide-nav-ul {
    padding: 20px;
    border: 1px solid #999999;
    border-top: 0;
    border-radius: 0 0 10px 10px;
}

.guide-nav li.zactive {
    color: #3A67ED;
    text-decoration: underline;
}

.guide-nav li:last-child {
    padding-bottom: 0;
}

.clr-white {
    color: #fff;
}

.zgrid {
    display: grid;
    gap: 15px;
}
/* zbenefits */

.zbenefits .zgrid.zthree-rows>div{
    background:var(--light-green);
    border: 1px solid var(--green);
    padding: 25px;
    margin: 0px;
    align-items: center;
    justify-content: space-between;
    max-width: 900px;
}
.zbenefits .zgrid.zthree-rows{
    gap: 20px;
}

.zgrid.zthree-rows>div {
    
    border-radius: 10px;
    padding: 25px 25px 25px 0px;
    display: flex;
    flex-wrap: wrap;
}

.zicon-increae{
    width: 20%;
}
.zbenefits-content{
    width: 75%;
}

.zbenefits .sprite-icons{
    background-size: 647px;
    width: 100px;
    height: 100px;
    margin: 0 auto;
}
.zbenefits .sprite-icons.icon2{
    background-position: -99px 0px;
}
.zbenefits .sprite-icons.icon3{
    background-position: -200px 0px;
}
.zbenefits .sprite-icons.icon4{
    background-position: -300px 0px;
}
.zbenefits .sprite-icons.icon5{
    background-position: -400px 0px;
}

/* zbenefits end*/



.zflex>div {
    width: 33.33%;
}


.zgrid.zthree-rows {
    grid-template-columns: repeat(auto-fit, minmax(100% ,1fr));
    margin-top: 50px;
}

.zgrid.ztwo-rows {
    grid-template-columns: repeat(auto-fit, minmax(370px,1fr));
}
.zfeatures .zgrid.ztwo-rows {

    column-gap: 100px;
    row-gap: 0;
}

.zfeatures .zgrid.ztwo-rows>div {
    position: relative;
    border-bottom: 1px solid #70707033;
    padding: 50px 0px 50px 100px;
}

.zfeatures .zgrid.ztwo-rows [class|=zicon] {
    position: absolute;
    left: 0;
}

.zgrid.ztwo-rows>div p:last-child {
    margin-bottom: 0;
}


.zfeatures .sprite-icons{
    background-size: 440px;
}
.zfeatures .sprite-icons.icon1{
    background-position: -344px 0px;
}
.zfeatures .sprite-icons.icon2{
    background-position: -415px 0px;
    background-size: 465px;

}
.zfeatures .sprite-icons.icon3{
   
    background-position: 0px -70px;
    background-size: 460px;

}
.zfeatures .sprite-icons.icon4{
    background-position: -51px -71px;
    background-size: 470px;
}
/* zlooking */
.zlooking .content-wrap{
    max-width: 800px;
}

.zlooking .zinner-wrap {
    justify-content: space-between;
    background: var(--light-green);
    padding: 50px;
    box-sizing: border-box;
    border-radius: 20px;
    display: flex;
    align-items: center;
    border: 2px solid var(--green);

}

.zlooking .zinner-wrap h2 {
    max-width: 700px;
margin-bottom:0;
}

.zwho-low {
    background: #171717;
}


.zlooking {
    position: relative;
}

.zwho-low .zgrid.ztwo-rows [class|=zicon] {
    height: 180px;
}

.zwho-low .zgrid.ztwo-rows>div {
    background: #000;
    padding: 40px;
    border-radius: 20px;
}

.zwho-low .zgrid.ztwo-rows {
    gap: 70px;
    margin-top: 50px;
}

.zgrid.zfour-rows {
    grid-template-columns: repeat(auto-fit,minmax(170px,1fr));
    max-width: 900px;
    margin-top: 50px;
}
.zlow-code-uses .zgrid.zfour-rows {
    grid-template-columns: repeat(auto-fit,minmax(220px,1fr));
}
.zgrid.zfour-rows>div {
    border: 1px solid #C7C7C7;
    border-radius: 20px;
    padding: 25px;
    position: relative;
}
/* zindustries */
.zindustries h4{
    font-size:20px;
}
.zindustries .zgrid{
    grid-template-columns: repeat(2 , 1fr);
    gap: 20px;
   
}
.zindustries .zgrid>div{
    border: 1px solid #C7C7C7;
    border-radius: 10px;
    padding: 25px;
    position: relative;
}
.zindustries .zgrid{
    margin-top: 30px;
}
.zindustries .sprite-icons{
    margin-bottom: 10px;
}
.zgrid.zfour-rows [class|=zicon] img {
    width: 60px;
}
.zgrid.zfour-rows [class|=zicon] {
    min-height: 50px;
    display: flex;
    margin-bottom: 15px;
}

.zindustries h4 {
    margin-bottom: 0;
}
.zindustries .sprite-icons{
    background-size: 650px;
}
.zindustries .sprite-icons.icon1{
    background-position: -191px -100px;
}
.zindustries .sprite-icons.icon2{
    background-position: -244px -100px;
}
.zindustries .sprite-icons.icon3{
    background-position: -141px -100px;
}
.zindustries .sprite-icons.icon4{
    background-position: -294px -100px;
}


.zinner-wrap.zblue-bg {
    background: #2869F6;
}


.zlow-code-uses .zgrid.zfour-rows>div {
    text-align: center;
    padding: 20px;
    background: #E5EBFF;
    border: 1px solid #2457EF;
}

.zlow-code-uses .zgrid.zfour-rows [class|=zicon] {
justify-content:center;
}

.zlow-code-uses {
    background: #F4F4F4;
}

.zlooking.zgrey:after {
    background: #F4F4F4;
}
/* ztraditional */

.ztraditional .zgrid.zthree-rows>div {
    background: #fff;
}

.ztraditional .icon-prt{
    width: 10%;
}

.ztraditional-content{
    width: 80%;
}

.ztraditional [class|=zicon] {
    min-height: 70px;
    position: relative;
    display: flex;
    margin-bottom: 15px;
}
.ztraditional .sprite-icons{
    background-size: 650px;
}
.ztraditional .sprite-icons.icon1{
    background-position: -344px -100px;
}
.ztraditional .sprite-icons.icon2{
    background-position: -396px -100px;
}
.ztraditional .sprite-icons.icon3{
    background-position: -446px -100px;
}
/* ztraditional end */
/* ztraditional second-prt */

.ztraditional.second-prt .sprite-icons.icon1{
    background-position: -344px -100px;
}
.ztraditional.second-prt .sprite-icons.icon2{
    background-position: -549px -100px;
}
.ztraditional.second-prt .sprite-icons.icon3{
    background-position: -600px -100px;
}
.ztraditional.second-prt .zthird{
    padding-bottom: 0px;
}
/* ztraditional second-prt end*/
/* zdiff-nocode */
.zlooking.zdiff:after{
    content: '';
    position: absolute;
    background: #171717;
    width: 100%;
    height: 150px;
    bottom: 0;
    z-index: -1;
}

.zdiff-nocode {
    background: #171717;
    color: #fff;
}
.zdiff-nocode .content-sec h2{
    color: #fff;
}
.zdiff-nocode .sprite-icons{
    background: url(https://www.manageengine.com/fr/appcreator/images/low-code-traditional-app-development-icon.svg);
    width: 150px;
    height: 150px;
    background-size: 760px;
    margin-bottom: 0px;
    margin: 0 auto;
}
.zdiff-nocode .sprite-icons.icon2{
    background-position: -153px 0px;
}
.zdiff-nocode .sprite-icons.icon3{
    background-position: -305px 0px;
}
.zdiff-nocode .sprite-icons.icon4{
    background-position: -457px 0px;
}
.zdiff-nocode .sprite-icons.icon5{
    background-position: -610px 0px;
}
.zdiff-nocode .zflex.z60first h4{
    color: var(--white);
}
             
.progress-bar-line {
    position: absolute;
    /* left: 0px;
    background: #707070;
    height: calc(100% - 570px);
   
    width: 2px; */
    top: 230px;
    left: -1px;
}
.progress-bar-line span {
    position: absolute;
    width: 2px;
    background: var(--green);
    height: 0;
    top: 0;
    left: 0;
}
.each-stg {
    background: #171717;
    text-align: center;
        padding: 15px;
    border-radius: 10px;
    position: absolute;
    left: -35px;
    transition: all linear 0.5s;
    border: 1px solid #434343;
    
}
.each-stg span{
    font-size: 30px;line-height: 1;

}
.each-stg.active{
    background: #23a059;
    border: 1px solid rgb(180, 178, 178);
}


.inner-wrap-mode {
    border: 1px solid #707070;
    border-radius: 20px;
    position: relative;
}
.zinner-cont>div:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.content-sec {
    padding: 60px 80px;
}
.zmargin-top{
margin-top:40px;
}
.zcircle {
    width: 20px;
    height: 20px;
    border: 1px solid #707070;
    display: inline-block;
    border-radius: 100%;
    margin-left: 4px;
}

.three-btn {
    border-bottom: 1px solid #707070;
    line-height: 0;
    padding: 10px;
}

.zinner-cont>div {
    border-bottom: 1px solid #707070;
    padding: 40px 0;
}
.zimg-part.zright {
    text-align: center;
}

.zinner-cont .zleft p {
    max-width: 560px;
}

.zinner-cont .zleft p:last-child {
    margin-bottom: 0;
}


.zgrid.zthree-rows>div.zgartner {
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.zgrid.zthree-rows>div.idc {
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}



.zprediction {
    position: relative;
}
.zprediction a{
    font-family:var(--secondaryfont-semibold);
    text-decoration:underline;
}
.zprediction p {
    font-size: 16px;
    margin: 15px 0 0;
    
}
.zprediction .zgrid.zthree-rows{
    margin-top:0
}
.zprediction .zgrid.zthree-rows{
    grid-template-columns: repeat(auto-fit, minmax(200px ,1fr));
    max-width: 800px;
    margin: 30px auto 0px;
}
.zprediction .zgrid.zthree-rows>div{
    padding: 35px;
}



#low-code-prediction h2 {
    margin-bottom: 50px;
}

.zexplore {
    color: #fff;
    border-color: var(--bg-light-red);
    background: var(--bg-light-red);
}
.zicon-creator .product-icon {
    -webkit-filter: brightness(100);
    filter: brightness(100);
}

.zicon-idc img {
    width: 100px;
}
.zicon-zgartner img {
    width: 120px;
}
/*FAQ*/

.faq h2 {
    text-align: center;
    margin-bottom: 60px;
}


.faq-wrap {
    max-width: 980px;
    margin: auto;
}

.faq-item {
    border-bottom: 1px solid #d3d3d3;
}

.faq-item:first-child .faq-ans {
    display: block;
}

.faq-ans {
    display: none;
    padding-bottom: 10px;
    padding-left: 42px;
}

.faq-item h4 {
    margin-bottom: 0;
    font-family: var(--zf-secondary-medium);
    padding: 20px 0px 20px 40px;
    cursor: pointer;
    position: relative;
    font-size: 20px;
    color: #000;
}

.faq-item h4:hover {
    color: #555;
}

.faq-item h4:before,
.faq-item h4:after {
    content: '';
    position: absolute;
    background: #ea5154;
}

.faq-item:hover h4:before,
.faq-item:hover h4:after {
    background: #555;
}

.faq-item h4:before {
    left: 0px;
    top: 35px;
    height: 2px;
    width: 16px;
}

.faq-item h4:after {
    left: 7px;
    width: 2px;
    top: 28px;
    height: 15px;
}

.faq-item.active h4:after {
    height: 0px;
}
/*FAQ*/

@media only screen and (max-width: 1600px){
    .guide-nav{
        width: 200px;
    transform: translateX(0px);
    right: 10px;
    left: unset;
    }
.zbanner>span.zleft-top {
    left: 11%;
    top: 16%;
}

.guide-nav-header:after, .guide-nav-header:before {
    right: 19px;
}
.zlooking .zinner-wrap h2 {
    font-size: 28px;
width:60%;
}
    .guide-nav-header:before{
    right: 13px;
    }
.content-wrap {
    max-width: 900px;
}
}


@media (max-width: 1440px){

    .pagewrapper .content-wrap{
        width: 90%;
    }
    .zlow-code-guide-sec .content-wrap{
		max-width: 900px;
		right: 100px;
        position: relative;
	}
	.guide-nav{
		transform: unset;
		right: 20px;
		left: unset;
	}

}
@media (max-width: 1200px) {
	
	.guide-nav {
		display: none;
	}
	.zlow-code-guide-sec .content-wrap{
		max-width: 100%;
		right:0px;
	}


	
	

}

@media (max-width: 991px){
    /* banner */
    .zbanner h1 {
        font-size: 52px;
    }

     /* banner  end*/
     .zlooking .zinner-wrap h2{
        font-size: 28px;
       }

       .progress-bar-line{
        top: 340px;
       }
       .each-stg{
        display: none;
       }
       .each-stg span{
        font-size: 20px;
       }
       .progress-bar-line{
           display: none;
       }
       .zdiff-nocode .content-sec {
        padding: 50px 50px;
    }
    .ztraditional .zgrid.zthree-rows>div:last-child{
        padding-bottom: 0px;
    }
    .ztraditional .zgrid.zthree-rows>div:last-child p{
        margin-bottom: 0px;
    }

}
@media (max-width: 767px){
    /* banner */
    .zbanner{
        text-align: center;
    }
    .zbanner h1 {
        font-size: 42px;
    }
    .zbanner img{
        max-width: 300px;
    }
    .zbanner .grid-content {
        grid-template-columns: 1fr;
    }
     /* banner  end*/
     /* zlow-code */
     .zflex.z60first .zleft{
         width: 100%;
         order: 1;
     }
     .zshape{
        width: 100px;
        height: 100px;
        bottom: -5px;
        margin: 0px;
     }
     .zwhat-low-code .content-wrap{
         padding-top: 0px;

     }
     /* zlow-code  end*/
     /* zbenefits */
     .zbenefits-content{
        width: 100%;
     }
     .zbenefits .sprite-icons{
         margin: 0px 0px 15px;
     }
     /* zbenefits end */
     /* zfeatures */
     .zfeatures .zgrid.ztwo-rows{
        margin-top: 0px;
     }
     .zfeatures .zgrid.ztwo-rows>div{
        padding: 40px 0px 40px 0px;
     }
   /* zfeatures end */
  
   /* ztraditional  */
   .ztraditional .content-wrap{
       padding-top: 0px;
   }
   
  
   .ztraditional .zgrid.zthree-rows>div{
       padding: 0px;

   }

   .ztraditional .zgrid.zthree-rows{
    margin-top: 0px;
   

   }
   .ztraditional .ztraditional-content{
       width: 100%;
   }
   .ztraditional .zgrid{
       gap: 30px;
   }    
   .ztraditional [class|=zicon]{
    min-height: 0px;
    width: 50px;
   }
   .zgrid.ztwo-rows{
    grid-template-columns:repeat(auto-fit, minmax(100% ,1fr));
   }
      /* ztraditional  */
      /* zlooking */
   .zlooking .zinner-wrap{
    display: block;
   }
   .zlooking .zinner-wrap a{
       margin-top: 20px;
   }
   .zlooking .zinner-wrap{
    padding: 30px;
   }
   .zlooking .content-wrap{
       padding: 0px;
   }
   .zbottom-sec .zheader-h2>span, .zlooking .zheader-h2>span{
    display: inline;
   }
      /* zlooking  end*/
      /* zdiff-nocode */
      .zdiff-nocode .sprite-icons{
        width: 75px;
        height: 75px;
        background-size: 380px;
        margin: 0 0px 20px;
      }
      .zdiff-nocode .content-sec {
        padding: 40px 40px;
    }
      
      /* zindustries */
      .zindustries .zgrid{
        grid-template-columns: repeat(1 , 1fr);
      }

     /* zindustries */
     .zprediction .zgrid.zthree-rows{
        grid-template-columns: repeat(auto-fit, minmax(100% ,1fr));
        gap: 25px;
     }
     /* faq */
     .faq .content-wrap{
         padding-top: 30px;
     }
     .faq h2{
        margin-bottom: 30px;
     }
     .zcr-txt-clr{
        border-bottom: 0px solid;
     }
     .zlooking .zinner-wrap h2{
        font-size: 26px;
       width:auto;
     }
     .zfeatures .zgrid.ztwo-rows [class|=zicon]{
        position: relative;
        margin-bottom: 15px;
     }
     .zinner-cont>div{
        padding: 20px 0;
     }
     .ztraditional.second-prt{
         padding-top: 60px ;
     }

}
@media (max-width: 420px){
    .zdiff-nocode .content-sec {
        padding: 30px 20px;
    }

}
