:root{
    --zc-blue-hlt: #2457EF;
    --zc-yellow-clr:#FFEED1;
    --zc-drk-yellow-clr: #FCF6E6;
}
.pagewrapper .content-wrap {
    max-width: 1170px;
    padding: 90px 0;
}

.sbt-review-btn{
    display: inline-block;
    font-family: var(--zf-primary-semibold), sans-serif;
    padding: 10px 35px;
    margin: 0;
    border: 1px solid transparent;
    cursor: pointer;
    z-index: 1;
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    background: #f0483e;
    color: #fff;
}

.act-btn {
    padding: 12px 30px;
}

h1,
h2,
h3 {
    font-family: var(--zf-primary-bold);
    
}
h1,
h2{
    letter-spacing: -1px;

}

.zc-text-center{
    text-align: center;
}

.grid-element{
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 100px;
}
.why-right-prt>div h3::before, .erp-girl-img::before, .list-stop-solution>div span::before, .zapp-testimonails h2::before{
    content: "";
    position: absolute;
    background: url(/sites/zweb/images/creator/zcr-erp-education-sprite-img.svg) no-repeat;
    background-size: 875px auto;
    z-index: 1;
}
/* menu over-write */
.zpromotion,.zw-product-header .menu li,.expanded.dropdown .caret,.dropdown.active .dropdown-menu,li.zdropdown-container, .zcr-quick-connect{
    display: none;
    }
    .zw-product-header .menu li.zmenu-pricing,li.zmenu-pricing.zdropdown-container {
        display: block;
    }
    /* menu over-write */
/* zc-banner */
.zc-banner h1 span{
    color:var(--zc-blue-hlt);
}
.zc-banner-img{
    position: relative;
    max-width: 500px;
    margin: 0 0px 0px 35px;
}

.vid-ply-icon {
	position: absolute;
	display: block;
	width: 50px;
	height: 50px;
	background: #fff;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-animation: ripple 1.4s linear infinite;
	animation: ripple 1.4s linear infinite;
	cursor: pointer;
	z-index: 2;
}

.vid-ply-icon::before {
	content: "";
	position: absolute;
	border-color: transparent transparent transparent #4A5334;
	border-style: solid;
	border-width: 8px 0 8px 12px;
	height: 0;
	left: 21px;
	top: 17px;
	width: 0;
}
/* end zc-banner */

/* zc-trusted-brands */
.zc-trusted-brands .content-wrap{
    background: var(--zc-yellow-clr);
    padding: 50px 0px;
}
.trust-bnd-prt h4{
    font-size: 20px;

}



/* Trusted */


.trust-bnd-prt ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
    width: 90%;
    max-width: 850px;
    text-align: center;
    margin: 40px auto 0px;
    padding-bottom: 40px;
    border-bottom: 1px dashed #DDC59C;

}

.trust-bnd-prt li {
    display: flex;
    align-items: center;
    justify-content: center;
}

.trust-bnd-prt li span {
	display: inline-block;
	-webkit-transform: scale(0.2);
	-ms-transform: scale(0.2);
	transform: scale(0.2);
	opacity: 0;
	-ms-filter: "alpha(opacity=0)";
	-webkit-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
	position: relative;
}

.in-view .trust-bnd-prt li span {
	opacity: 1;
	-ms-filter: "alpha(opacity=100)";
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.trust-bnd-prt .zbl-stanford span {
	background: url(/sites/zweb/images/otherbrandlogos/stanford-university.png) no-repeat;
	background-size: contain;
    width: 100px;
    height: 45px;
}

.trust-bnd-prt .zbl-penn span {
	background: url(/sites/zweb/images/otherbrandlogos/penn.png) no-repeat;
	background-size: contain;
    width: 140px;
    height: 45px;
}

.trust-bnd-prt .zbl-srm span {
	background: url(/sites/zweb/images/otherbrandlogos/srm.png) no-repeat;
	background-size: contain;
    width: 135px;
    height:45px;
}

.trust-bnd-prt .zbl-dav-grps span {
	background: url(/sites/zweb/images/otherbrandlogos/dav-group-chennai.png) no-repeat;
	background-size: contain;
    width: 62px;
    height: 70px;
}

.trust-bnd-prt .zbl-rcsi span {
	background: url(/sites/zweb/images/otherbrandlogos/rcsi.png) no-repeat;
	background-size: contain;
    width: 115px;
    height: 70px;
}

.trust-bnd-prt li:first-child span {
	-webkit-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.trust-bnd-prt li:nth-child(2) span {
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.trust-bnd-prt li:nth-child(3) span {
	-webkit-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.trust-bnd-prt li:nth-child(4) span {
	-webkit-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.trust-bnd-prt li:nth-child(5) span {
	-webkit-transition-delay: 0.6s;
	-o-transition-delay: 0.6s;
	transition-delay: 0.6s;
}



.grid-element.data-prt{
    grid-template-columns: repeat(3, 1fr);
    max-width: 750px;
    margin: 0 auto;
    padding: 40px 0px 0px;
}
.grid-element.data-prt>div{
    text-align: center;
}
.grid-element.data-prt>div p{
    font-size: 50px;
    font-family: var(--primaryfont-semibold);
    line-height: 1.2;
    margin-bottom: 0px;
}
.data-prt .zcount1, .data-prt .zcount2, .data-prt .zcount3 {
    display: inline-block;
}
.data-prt .zcount1{
    width: 40px; 
}
.data-prt .zcount2{
    width: 70px; 
}
.data-prt .zcount3{
    width: 100px;
   
}
/* end zc-trusted-brands */

/* customizable-modules  */
.customizable-modules  {
    overflow: hidden;
}

.flex-element{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 60px;
    gap: 5%;

}
.turn-lists-prt{
    width: 25%;
}
.turn-inf-list{
    width: 70%;

}


.turn-lists li {
    font-family: var(--primaryfont-semibold);
    text-align: left;
    padding: 13px 15px;
    border-radius: 5px;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
    cursor: pointer;
    
}

.turn-lists li p{
    margin-bottom:0;
    position: relative;
    font-size: 16px;
    z-index: 3;
}
.turn-lists li.is-active {
    background: var(--zc-blue-hlt);
    color: #fff;
}
.turn-lists li svg {
    width: 24px;
    height: 24px;
    margin-right: 5px;
}

.turn-content-slider svg {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
}
.turn-content-slider h3 {
    font-size: 30px;
    line-height: 1.6;
    letter-spacing: -1px;
}



.turn-img .turn-img-bg{
    width: 100%;
    max-width: 1000px;
}

.zp-home-ap img{
    box-shadow: 0px 24px 32px 0px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
}

.turn-img-lists .slick-next,
.turn-img-lists .slick-prev {
    display: none !important;
}

.turn-idea .zcr-btn-clr {
    margin-top: 80px;
}

.turn-inf-list .slick-list {
    overflow: visible;
}

/* End customizable-modules  */

/* why-zoho-creator */
.why-zoho-creator{
    position: relative;
    background: var(--zc-drk-yellow-clr);
}

.why-zoho-creator .content-wrap{
    padding-bottom: 0px;
}
.why-prt-img img{
    display: block;
}
.why-zoho-creator .grid-element{
    align-items: flex-start;
}
.why-right-prt>div{
    margin-bottom: 50px;
    max-width: 400px;
}
.why-right-prt>div:last-child{
    padding-bottom: 50px;
}
.why-right-prt>div p{
    margin-bottom: 0px;
}
.why-right-prt>div h3{
    position: relative;
    padding-top: 50px;

}

.why-right-prt>div h3::before{
    width: 40px;
    height: 40px;
    left: 0px;
    top: 0px;
}
.why-right-prt .prt-one h3::before{
    background-position: -0px 2px;
    width: 36px;
}
.why-right-prt .prt-two h3::before{
    background-position: -36px 3px;
    width: 40px;
}
.why-right-prt .prt-three h3::before{
    background-position: -77px 0px;
    

}
.why-right-prt .prt-four h3::before{
    background-position: -115px 0px;    width: 39px;
}
.why-left-prt{
    width: 100%;
    height: 100%;
    position: relative;

}
.why-left-prt::after{
    content: "";
    position: absolute;
    background: url(/sites/zweb/images/creator/why-creator-erp-house.svg) no-repeat;
    background-size: contain;
    width: 765px;
    height: 320px;
    bottom: 0px;
    left: -100%;
    opacity: 0;
    visibility: hidden;


}
.middle-animated.in-view .why-left-prt::after{
    transition: all ease 4s;
    opacity: 1;
    visibility: visible;
    left: -50%;
}
.erp-girl-img{
    position: absolute;
    max-width: 400px;
    bottom: 0px;
    right: 0%;
    z-index: 1;
}
.erp-girl-img::before{
    width: 146px;
    height: 72px;
    background-position: -729px -7px;
   top: -4%;
    left: 24%;
}

.erp-edu-management{
    position: relative;
    margin-top: 100px;
    max-width: 400px;
}

/* why-zoho-creator end */
/* unified-education */
.unified-education h2{
    max-width: 900px;
    margin: 0 auto;
}
.unified-education .grid-element{
    margin-top: 50px;
    grid-template-columns: repeat(3 , 1fr);
    align-items: inherit;
    gap: 50px;
}
.list-cnt-prt>div p{
    margin-bottom: 0px;
}
.list-cnt-prt>div{
    max-width: 310px;
}
.img-anim {
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
}

/* unified-education end */
/* types-wrap */

.zcr-types-wrap {
    background: #F7F8F8;
    overflow: hidden;
}
.zcr-types-wrap .zc-text-center{
    max-width: 800px;
    margin: 0 auto 15px;
}
.zcr-types{
    background: #fff;
    margin-bottom: 10px;
    padding:0px 30px 20px;
    position: relative;
    z-index: 2;
}

.zcr-types-list li:after {
    content: "";
    position: absolute;
    background:var(--zc-blue-hlt);
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 0;
    height: 2px;

}
.zcr-types-list li.active:after {
    width: 100%;
    -webkit-transition: 10s ease-in-out;
    -o-transition: 10s ease-in-out;
    transition: 10s ease-in-out;
}


.zcr-types-inner {
    display: grid;
    grid-template-columns:450px 1fr;
    gap: 60px;
    position: relative;
    margin-top: 70px;
}

.zcr-types-inner>div {
    position: relative;
    z-index: 2;
}

.zcr-types-left h2 {
    font-family: var(--primaryfont-bold);
    font-size: 54px;
    letter-spacing: -1.08px;
}

.zcr-types-left>p {
    font-size: 22px;
    letter-spacing: -0.44px;
}

.zcr-types:first-child .zcr-types-ans {
    display: block;
}

.zcr-types-ans {
    display: none;
}

.zcr-types h3 {
    font-family: var(--primaryfont-bold);
    margin-bottom: 0;
    padding: 30px 0px 10px;
    cursor: pointer;
    position: relative;
    color: #000;
}


.zcr-types.active h3:after{
    opacity: 0;
}

.zcr-types-ans ul {
    margin-bottom: 10px;
}

.zcr-types-ans li {
    position: relative;
    padding: 10px 0 10px 20px;
}
.zcr-types-ans p{
    margin-bottom: 0px;

}

.zcr-types-ans li:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 18px;
    background-color: #0019D5;
}

.zcr-types-img-wrap {
    position: relative;
}

.zcr-types-img-wrap div {
    width: 100%;
    position: absolute;
    top: 70px;
    right: 0;
}

.zcr-types-img-wrap img, .zcr-types-mbl-img img {
    width: 100%;
    box-shadow: 0px 24px 32px 0px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
}

.zcr-types-img-wrap div:not(:first-child) {
    display: none;
}

/* end-types-wrap */


/* 
one-stop-solution */
.one-stop-solution{
    position: relative;
    padding-bottom: 60px;
    z-index: 1;
}
.one-stop-solution .content-wrap{
    max-width: 1000px;
    padding: 50px 0px;
    margin: 0 auto;
    background: var(--zc-drk-yellow-clr);
    border-radius: 5px;
}
.one-stop-solution::before, .one-stop-solution::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0px;
 
    z-index: -1;
}
.one-stop-solution::before{
    background: #F7F8F8;
    top: 0px;
}
.one-stop-solution::after{
    background: var(--zcr-dark-bg);
    bottom: -1px;
}
.list-stop-solution.grid-element{
    grid-template-columns: repeat(4, 1fr);
    max-width: 600px;
    margin: 50px auto 0px;
    align-items: flex-start;
    text-align: center;
    gap: 50px;

}
.list-stop-solution>div{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.list-stop-solution>div p{
    margin: 15px 0px 0px;
    font-family: var(--primaryfont-semibold);

}
.list-stop-solution>div span{
    position: relative;
    display: block;
    border-radius: 100%;
    border: 1px solid;

    width: 100px;
    height: 100px;
}
.list-stop-solution>div span::before{
    background-position: -409px 0px;
    width: 64px;
    height: 62px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.list-stop-solution>div:nth-child(2) span::before{
    background-position: -473px 0px;
}
.list-stop-solution>div:nth-child(3) span::before{
    background-position: -538px 0px;
    width: 60px;
}
.list-stop-solution>div:nth-child(4) span::before{
    background-position: -489px 0px;
    background-size: 715px auto;
    width: 70px;
    height: 50px;
}
/* 
one-stop-solution */

/* Testimonials */
.zapp-testimonails{
    position:relative;
    background: var(--zcr-dark-bg);
    }
    .zapp-testimonails h2{
        position: relative;
      text-align:center;
      max-width: 700px;
    margin: 0 auto 35px;
    padding-top: 60px;
    color: #fff;
    }
    .zapp-testimonails h2::before{
        background-position: -684px 0px;
        width: 43px;
        height: 41px;
        top: 0px;
        left: 46%;
    }
    .testimonails-img{
      width: 25%;
      -webkit-transform: scale(0.3);
          -ms-transform: scale(0.3);
              transform: scale(0.3);
    -webkit-transition:all ease 0.5s;
    -o-transition:all ease 0.5s;
    transition:all ease 0.5s;
    }
    .in-view .testimonails-img{
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1);
    }
    
    .zapp-testimonails .flex-content{
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
    }
    .testimonails-cnt p{
      font-size: 24px;
    line-height:1.8;
      max-width: 650px;
    }
    .test-cust{
      font-family: var(--primaryfont-semibold);
    color: var(--zcr-text-yellow);
    }
    .test-cust span{
      display: block;
      font-family: var(--primaryfont-regular);
      font-size: 17px;
      line-height: 27px;
      color: #fff;
    }
    .testimonails-cnt .zcr-learn-more:after{
      top: 44%;
      border-color: #fff;
    }
    
    .testimonails-cnt .zcr-learn-more:before{
      background-color: #fff;
    }
    .stories{
      position: relative;
      margin-top:60px;
    }
    .slick-dots{
        position: absolute;
        bottom: -10px;
        z-index: 1;
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    .slick-dotted.slick-slider{
      margin-bottom: 0px;
      padding-bottom: 20px;
    }
    .slick-slide{
      outline: none;
    }
    .slick-dots li{
      width: 40px;
      height: 40px;
      border: 0;
      background-color: unset;
      -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
      transform: scale(0.6);
      margin: 0;
      cursor: pointer;
    }
    .slick-dots li.slick-active {
      border: 0;
      height: 40px;
      width: 40px;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
    }
    .slick-dots li button {
      display: block;
      padding: 0;
      height: 40px;
      border: 0;
      border-radius: 50%;
      overflow: hidden;
      cursor: pointer;
    }
    .slick-dots li button img{
      height: 40px;
      width: 40px;
    }
    .no-testimonial-img .testimonails-img{
      display: none;
    }
    .no-testimonial-img .testimonails-cnt{
      width: 100%;
      padding-left: 0;
      margin: 0 auto 30px;
      max-width: 800px;
      text-align: left;
    }
    .testimonails-name-img{
      display: flex;
      flex-wrap: wrap;
      align-items: center;
    }
    .no-testimonial-img .stories .slick-dots img{
      display: none;
    }
   
    .no-testimonial-img .slick-dots li {
      display: inline-block;
      margin: 0 3px;
      background: #c7d0df;
      width: 12px;
      height: 12px;
      border-radius: 100%;
      cursor: pointer;
      border: 1px solid #fff;
      -webkit-transition: .5s ease;
      -o-transition: .5s ease;
      transition: .5s ease;
      -webkit-box-sizing: content-box;
              box-sizing: content-box;
    }
    .no-testimonial-img .stories .slick-dots .slick-active{
      background-color: var(--zcr-text-yellow);
      -webkit-transform: scale(.8);
          -ms-transform: scale(.8);
              transform: scale(.8);
      border: 1px solid var(--zcr-text-yellow);
      width: 40px;
      border-radius: 20px;
    }

    .no-testimonial-img .testimonails-cnt p{
      max-width: 100%;
      text-align: center;
    }
    .no-testimonial-img .slick-dotted.slick-slider{
      max-width: 980px;
      margin: 0 auto;
      color: #fff;
    }
    .no-testimonial-img .slick-dots li button{
      height: auto;
    display:none;
    }
    .zapp-testimonails  .slick-next, .zapp-testimonails  .slick-prev{
        top: 30%;
        width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid #fff;
    }
    .zapp-testimonails .slick-prev:before,
    .zapp-testimonails .slick-next:before{
        top: 7px;
    }
    .zapp-testimonails .slick-next:before{  
        right: 15px;  
    }
    .zapp-testimonails .slick-prev:before{
        left: 15px;  
    }
    .zapp-testimonails .slick-next:after,
    .zapp-testimonails .slick-prev:after{
        bottom: 7px;
    }

    .zapp-testimonails .slick-next:after{
        right: 15px;
    }
    .zapp-testimonails .slick-prev:after{
        left: 15px;
    }
    .zapp-testimonails .slick-next:after,  .zapp-testimonails .slick-next:before,  .zapp-testimonails .slick-prev:after,  .zapp-testimonails .slick-prev:before{
        width: 2px;
    height: 15px;
    }
    .zapp-testimonails .slick-next:hover, .zapp-testimonails .slick-prev:hover{
        border: 1px solid #4c5cac

    }
  
    /* End Testimonials */
    /* Rated Platform */
    .rating-heading h2, .rating-heading p{
        display: none;
    }
    .platform-list p{
        color: #000;
    }
    .ratingsec .zcr-rated-platform, .zcr-rated-platform .content-wrap{
        background: #fff;
    }
    .zcr-rating-val .platform-list{
        max-width: 100%;
    }
    .zcr-rating-val .zcr-rated-platform .content-wrap{
        padding: 60px 0px;
        box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.06);
    }
    .rating-gartner{
        filter:none;

    }
    .platform-list .zcr-flex-part-four div{
        border: none;
        border-right: 1px dashed #C3C3C3;
        padding: 0px;
        border-radius: 0px;
    }
    .platform-list .zcr-flex-part-four{
            margin-top: 0px;
            padding: 0px;
    }
    .zcr-rated-platform .platform-list .flex-content>div:last-child>div{
        border-right: none;
    }
    .platform-star::before{
        color: #E6DBCE;
    }
   
        /* Rated Platform */
        /* zc-btm-cta */
        .zc-btm-cta p{
            max-width: 900px;
            margin: 0 auto 15px;
        }
        .zc-btm-cta .content-wrap {
            padding-top: 0px;
        }

        /* zc-btm-cta */

        @-webkit-keyframes ripple {
            0% {
                -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3),
                    0 0 0 12px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.1);
                box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 12px rgba(255, 255, 255, 0.3),
                    0 0 0 20px rgba(255, 255, 255, 0.1);
            }
        
            100% {
                -webkit-box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.3),
                    0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 30px rgba(255, 255, 255, 0);
                box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.3),
                    0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 30px rgba(255, 255, 255, 0);
            }
        }
        
        @keyframes ripple {
            0% {
                -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3),
                    0 0 0 12px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.1);
                box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 12px rgba(255, 255, 255, 0.3),
                    0 0 0 20px rgba(255, 255, 255, 0.1);
            }
        
            100% {
                -webkit-box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.3),
                    0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 30px rgba(255, 255, 255, 0);
                box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.3),
                    0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 30px rgba(255, 255, 255, 0);
            }
        }
        
        @-webkit-keyframes ripple2 {
            0% {
                -webkit-box-shadow: 0 0 0 0 rgba(116, 185, 71, 0.3),
                    0 0 0 6px rgba(116, 185, 71, 0.3), 0 0 0 16px rgba(116, 185, 71, 0.1);
                box-shadow: 0 0 0 0 rgba(116, 185, 71, 0.3),
                    0 0 0 6px rgba(116, 185, 71, 0.3), 0 0 0 16px rgba(116, 185, 71, 0.1);
            }
        
            100% {
                -webkit-box-shadow: 0 0 0 6px rgba(116, 185, 71, 0.3),
                    0 0 0 16px rgba(116, 185, 71, 0.1), 0 0 0 28px rgba(116, 185, 71, 0);
                box-shadow: 0 0 0 6px rgba(116, 185, 71, 0.3),
                    0 0 0 16px rgba(116, 185, 71, 0.1), 0 0 0 28px rgba(116, 185, 71, 0);
            }
        }
        
        @keyframes ripple2 {
            0% {
                -webkit-box-shadow: 0 0 0 0 rgba(116, 185, 71, 0.3),
                    0 0 0 6px rgba(116, 185, 71, 0.3), 0 0 0 16px rgba(116, 185, 71, 0.1);
                box-shadow: 0 0 0 0 rgba(116, 185, 71, 0.3),
                    0 0 0 6px rgba(116, 185, 71, 0.3), 0 0 0 16px rgba(116, 185, 71, 0.1);
            }
        
            100% {
                -webkit-box-shadow: 0 0 0 6px rgba(116, 185, 71, 0.3),
                    0 0 0 16px rgba(116, 185, 71, 0.1), 0 0 0 28px rgba(116, 185, 71, 0);
                box-shadow: 0 0 0 6px rgba(116, 185, 71, 0.3),
                    0 0 0 16px rgba(116, 185, 71, 0.1), 0 0 0 28px rgba(116, 185, 71, 0);
            }
        }


/* case study form*/

/* sticky form */

.freeze_layer {
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 4;
    display: none;
}

.active_freaze {
    display: block;
}

.formSec.active {
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform: translateX(0);
    z-index: 9999999999999;
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: .9s ease all;
    -o-transition: .9s ease all;
    transition: .9s ease all;
}

.formSec {
    width: 100%;
    overflow: auto;
    max-width: 500px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 0;
    -webkit-box-shadow: -7px 0 28px 0 rgb(0 0 0 / 46%);
    box-shadow: -7px 0 28px 0 rgb(0 0 0 / 46%);
    height: 100%;
    background: #fff;
    opacity: 0;
    overflow-y: scroll;
    -webkit-transform: translate(100%, 0%);
    -ms-transform: translate(100%, 0%);
    transform: translate(100%, 0%);
    -webkit-transition: .9s ease all;
    -o-transition: .9s ease all;
    transition: .9s ease all;
}

.formInner {
    border-left: 1px solid #ddd;
    /* padding: 50px 50px 30px 50px; */
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    text-align: left;
    overflow-x: hidden;
}

.form-close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    border-radius: 100%;
    border: 1px solid #c8c4c4;
    background: #fff;
    z-index: 2;
}

.form-close::after {
    content: "\00D7";
    font-size: 39px;
    line-height: normal;
    color: rgb(199, 196, 196);
    position: absolute;
    top: -9px;
    right: 5px;
}

#register-form fieldset {
    width: 100%;
    margin-bottom: 10px;
}

#register-form input[type="text"],
#register-form textarea {
    width: 100%;
    border: 1px solid #d1d1d1;
    padding: 15px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 3px;
    font-size: 14px;
    font-family: var(--primaryfont-regular);
}

#register-form textarea{
    padding: 10px 12px;
}

#register-form .globalcountrycode,
#register-form .globalstatecode {
    border: 1px solid #d1d1d1;
    border-radius: 3px;
}

#register-form .button-group input {
    background: #f0483f;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    border: 0;
    font-family: var(--primaryfont-semibold);
    border-radius: 0;
    cursor: pointer;
    padding: 12px 20px;
    width: 100%;
}

.error {
    color: #f30;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
}

.zcr-cs-thanks-note {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #fff;
    display: none;
    padding: 40px;
    border-radius: 0 0 10px 10px;
}

.zcr-cs-thanks-note p{
    font-size: 20px;
    text-align: center;
}
.zcr-cs-thanks-note>div{
    text-align: center;
}
.zcr-cs-thanks-note.active {
    display: flex;flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.zcr-cs-thanks-note.active span img{
	animation: dash-tick 1s linear ;
    transform: scale(1.3);

}
@keyframes dash-tick {
    from {
        transform: scale(.6);
        opacity: 0;
        visibility: hidden;
    }
    to {
        transform: scale(1.3);
        opacity: 1;
        visibility: visible;
    }
  }

.zgdprform-opt-container {
    position: relative;
    padding-left: 25px;
}

.zgdprform-opt-container .chk_bx {
    position: absolute;
    z-index: 1;
    height: auto;
    width: auto;
    left: 0;
    top: -2px;
    margin-right: 0;
}
#register-form .globalcountrycode, #register-form .globalstatecode{
  color: #000;
}
/* case study form end*/
.form-cont-elmt{
    padding: 50px 30px 0;
    border-bottom: 1px solid #eee;
}



@media all and (min-width:1200px) {

	.inup1,
	.inup2,
	.inup3,
	.inup4{
		-webkit-transform: translate3d(0px, 40px, 0);
		transform: translate3d(0px, 40px, 0);
		-webkit-transition: -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.3);
		transition: -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.3);
		-o-transition: transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.3);
		transition: transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.3);
		transition: transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.3), -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.3);
	}

	.in-view .inup1,
	.in-view .inup2,
	.in-view .inup3,
	.in-view .inup4 {
		-webkit-transform: translate3d(0px, 0px, 0);
		transform: translate3d(0px, 0px, 0);
	}

	.fadeinup1{
		-webkit-transform: translate3d(0px, 60px, 0);
		transform: translate3d(0px, 60px, 0);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		-webkit-transition: opacity 1s ease-in, -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2);
		transition: opacity 1s ease-in, -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2);
		-o-transition: opacity 1s ease-in, transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2);
		transition: opacity 1s ease-in, transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2);
		transition: opacity 1s ease-in, transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2), -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2);
	}


	.middle-animated.in-view .fadeinup1{
		-webkit-transform: translate3d(0px, 0px, 0);
		transform: translate3d(0px, 0px, 0);
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}

	.fadeinup1,
	.inup1 {
		-webkit-transition-delay: 100ms;
		-o-transition-delay: 100ms;
		transition-delay: 100ms;
	}

	.inup2 {
		-webkit-transition-delay: 300ms;
		-o-transition-delay: 300ms;
		transition-delay: 300ms;
	}
	.inup3{
		-webkit-transition-delay: 500ms;
		-o-transition-delay: 500ms;
		transition-delay: 500ms;
	}
	.inup4 {
		-webkit-transition-delay: 700ms;
		-o-transition-delay: 700ms;
		transition-delay: 700ms
	}
	.fadeinright1 {
		-webkit-transform: translateX(70px);
		-ms-transform: translateX(70px);
		transform: translateX(70px);
		opacity: 0;
		-ms-filter: "alpha(opacity=0)";
		-webkit-transition: all 1300ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
		-o-transition: all 1300ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
		transition: all 1300ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
        -webkit-transition-delay: 200ms;
		-o-transition-delay: 200ms;
		transition-delay: 200ms;
	}
    .middle-animated.in-view .fadeinright1{
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
		-ms-filter: "alpha(opacity=100)";
	}

}


@media(min-width:1800px){
    .why-zoho-creator, .zcr-types-wrap, .one-stop-solution, .zapp-testimonails{
        max-width: 1800px;
        margin: 0px auto;
    }

}

    @media(max-width:1600px){
        /* customizable-modules  */
        .pagewrapper .customizable-modules  .content-wrap{
            max-width:1280px;
            }

            .turn-cnts p{
                max-width: 800px;
            
            }
            .turn-lists-prt{
                width: 22%;
            }
            .turn-inf-list {
                width: 73%;
            }


    .zcr-types-left h2 {
        font-size: 46px;
    }

    .zcr-types-left>p {
        font-size: 18px;
    }

    .zcr-types h3 {
        font-size: 28px;
    }

    /* end-types-wrap */
    }

    @media all and (max-width:1400px) {
        .pagewrapper h2{
            font-size: 45px;
        }
        .zc-banner-img{
            margin: 0px;
        }

    }

@media all and (min-width:1199px) {
    .pagewrapper h1{
        font-size: 56px;
    }
    .pagewrapper h2{
        font-size: 45px;
    }
    
    
}

@media(max-width:1199px){
    .pagewrapper h1{
        font-size: 48px;
    }
    .pagewrapper h2{
        font-size: 44px;
    }

    /* customizable-modules  */
    .slide-count-block {
        display: none;
    }
    .turn-img .turn-img-bg{
        height: 450px;
    }
    .turn-lists li p{
        font-size: 14px;
    }
    .turn-lists li{
        padding: 10px;
    }

    /* End customizable-modules  */
    /* types-wrap */

    .zcr-types-inner{
        grid-template-columns: 1fr 1fr;
    }

    .zcr-types-left h2 {
        font-size: 38px;
    }

    .zcr-types-left>p {
        font-size: 17px;
    }

    .zcr-types h3 {
        font-size: 26px;
    }

    /* end-types-wrap */
    /* why-zoho-creator */
    .why-right-prt>div{
        margin-bottom: 30px;
    }
    .erp-girl-img{
        max-width: 300px;
    }
    .why-left-prt::after{
        width: 600px;
        height: 255px;
    
    }
    .erp-edu-management{
        margin-top: 100px;
        max-width: 350px;
    }.why-zoho-creator .grid-element{
        gap: 60px;
    }
    .erp-girl-img::before{
        
        top: -9%;
    left: 16%;
    }
        /* why-zoho-creator */
}

@media all and (min-width:992px) and (max-width:1199px) {
    .pagewrapper .content-wrap {
        width: 94%;
    }

}

@media all and (max-width:991px) {
    .pagewrapper .content-wrap {
        padding: 70px 0;
    }
    .zc-btm-cta .content-wrap{
        padding-top: 0px;
    }
    .one-stop-solution .content-wrap, .zc-trusted-brands .content-wrap{
        padding: 50px 0px;
    }
    /* zc-banner */
    .zc-banner h1{
        font-size: 35px;
    }
    .zc-banner .grid-element{
        gap: 60px;
    }
        /* end zc-banner */
        /* zc-trusted-brands */
        .trust-bnd-prt ul{
            justify-content: center;
            max-width: 550px;
            gap: 40px;
        }
        .grid-element.data-prt>div p{
            font-size: 40px;
        }
        .data-prt .zcount1 {
            width: 30px;
        }
        .data-prt .zcount2 {
            width: 60px;
        }
        .data-prt .zcount3{
            width: 80px;
        }
        .grid-element.data-prt{
            max-width: 650px;
            align-items: flex-start;
            gap: 50px;
        }
       

        /* zc-trusted-brands end*/
    /* customizable-modules  */
    .customizable-modules  h2{
        font-size: 40px;
        max-width: 600px;
        text-align: left;
    }

    .turn-cnts{
        margin-left: 0;
    }
    .turn-lists,
    .turn-img-lists {
        display: none;
    }

    .turn-content-slider h3 {
        font-size: 22px;
        margin-bottom: 5px;
        letter-spacing: 0;
    }

    .turn-content-slider {
        padding-right: 0;
        width: 100%;
        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;
    }

    .turn-cnts {
        opacity: 1 !important;
        width: 47%;
        margin-top: 30px;
        position: relative;
        z-index: 0 !important;
    }


.turn-inf-list{
    width: 100%;
}
.flex-element{
    margin-top: 20px;
}
    /* End customizable-modules  */
     /* why-zoho-creator */
     .why-zoho-creator .content-wrap{
        padding-bottom: 0px;
     }
     .why-left-prt::after{
        width: 100%;
        height: 172px;
     }
     .erp-girl-img{
        max-width: 250px;
     }
     .erp-girl-img::before{
        top: -10%;
        left: 12%;
     }
      /* end why-zoho-creator */

    /* types-wrap */
    .zcr-types-wrap .content-wrap {
        padding: 90px 0;
    }
    .zcr-types h3{
        font-size: 24px;
    }

    .zcr-types-inner {
            grid-template-columns: 1fr;
        max-width: 700px;
        margin: 50px auto 0px;
    }
    .zcr-types h3{
        position: relative;
    }
    .zcr-types h3::before {
        content: "";
        position: absolute;
        top: 41px;
        right: 15px;
        width: 8px;
        border-left: 2px solid #000;
        height: 8px;
        border-bottom: 2px solid #000;
        -webkit-transition: all ease .5s;
        -o-transition: all ease .5s;
        transition: all ease .5s;
        -webkit-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        transform: rotate(225deg);
    }
    .zcr-types.active h3::before {
        border-left: 2px solid var(--zc-blue-hlt);
        border-bottom: 2px solid var(--zc-blue-hlt);
        -webkit-transform: rotate(315deg);
        -ms-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .zcr-types-mbl-img{
        margin-top: 20px;
    }
    .zcr-types-wrap .zc-text-center p{
        max-width: 600px;
        margin: 0 auto 15px;

    }
    .zcr-types-right{
        display: none;
    }

    .zcr-types-left {
        margin: 0 auto;
    }
    .zcr-types-list li:after{
        display: none;
    }
    .zcr-types.active{
        border-bottom: 2px solid var(--zc-blue-hlt);

    }

    /* end-types-wrap */
    .testimonails-cnt p{
        font-size: 22px;
    }
}

@media all and (max-width:767px) {
    .pagewrapper .content-wrap {
        padding: 60px 0;
        max-width: 600px;
    }
    .zc-btm-cta .content-wrap{
        padding-top: 0px;
    }
    .pagewrapper h2,  .customizable-modules h2{
        font-size: 32px;
    }
    .zc-text-center{
        text-align: left;
    }
    .grid-element{
        grid-template-columns: 1fr;
    }
    .sbt-review-btn{
        padding: 8px 30px;    font-size: 15px;
    }
    /* zc-banner */
    .zc-banner .grid-element{
        gap: 50px;
    }
    .zc-banner h1 {
        max-width: 400px;
    }
    .zc-banner p{
        max-width: 490px;
    }
    .zc-banner-img{
        margin: 0px;
    }
        /* zc-banner  end*/
        /* zc-trusted-brands */
        .trust-bnd-prt li{
            transform: scale(.8);
        }
        .trust-bnd-prt h4{
            text-align: center;
        }

        .zc-trusted-brands .content-wrap{
            padding: 50px 30px;
        }
        .trust-bnd-prt ul{
            justify-content: center;
            margin: 30px 0px 0px;
        }
        .grid-element.data-prt{
            grid-template-columns: 1fr 1fr;
        }
        .trust-bnd-prt ul{
            gap: 20px;
        }
        .grid-element.data-prt{
            padding: 30px 0 0;
        }
        .trust-bnd-prt ul{
            padding-bottom: 30px;
        }
        /* .grid-element.data-prt>div{
            text-align: left;
            display: flex;
    align-items: center;
    gap: 10px;
        } */
        .grid-element.data-prt>div p{
            font-size: 36px;
        }
        .data-prt .zcount1 {
            width: 25px;
        }
        .data-prt .zcount2 {
            width: 50px;
        }
        .data-prt .zcount3{
            width: 70px;
        }
      
        /* zc-trusted-brands end*/
    /* customizable-modules  */
    .pagewrapper .customizable-modules  .content-wrap {
        max-width: 600px;
    }

    .turn-content-slider p{

        max-width: 100%;
    }
    .customizable-modules  h2 span {
        display: inline-block;
    }

    .turn-idea .text-center {
        text-align: left;
    }

    .turn-cnts:first-child,
    .turn-cnts {
        margin-top: 20px;
    }

    .turn-cnts {
        width: 100%;
    }

    .turn-idea .zcr-btn-clr {
        margin-top: 40px;
    }

    .turn-content-slider svg {
        width: 50px;
        height: 50px;
        margin-bottom: 10px;
    }
    .flex-element{
        margin-top: 0px;
    }

    /* End customizable-modules  */
     /* why-zoho-creator */
     .why-left-prt::after, .erp-edu-management{
        display: none;
     }
     .erp-girl-img::before{
        top: -13%;
        left: 5%;
        transform: scale(.7);
     }
     .erp-girl-img{
        position: relative;
        max-width: 200px;
        margin-top: 60px;
        left: 0px;
     }
     .erp-girl-img img{
        border-bottom: 1px solid #cecece;
     }
    
     .why-right-prt>div:last-child{
        padding-bottom: 0px;
        margin-bottom: 0px;
     }
      /* why-zoho-creator */
      /* unified-education */
      .unified-education .grid-element{
        grid-template-columns: repeat(2, 1fr);
      }
            /* unified-education */
    /* types-wrap */
   

    .zcr-types-wrap .content-wrap {
        padding: 70px 0;
    }

    .zcr-types-left {
        margin: 0;
    }

    .zcr-types-left h2 {
        font-size: 36px;
    }

    .zcr-types h3 {
        font-size: 22px;
        padding: 20px 0 0px;
    }

    .zcr-types h3:before {
        top: 30px;
    }

    .zcr-types h3:after {
        top: 24px;
    }

    .zcr-types-right {
        display: none;
    }

    /* end-types-wrap */
    /* one-stop-solution */
    .one-stop-solution .content-wrap{
        padding: 30px;
    }
    .list-stop-solution.grid-element{
        grid-template-columns: repeat(2, 1fr);
    }
    .list-stop-solution>div{
        display: block;
    }
    .list-stop-solution>div span{
        margin: 0px auto 15px;
    }
    .one-stop-solution .zc-text-center{
        text-align: center;

    }
        /* one-stop-solution */
    /* Testimonails */
  /* .zapp-testimonails{
    background:none;
      } */
      .zapp-testimonails h2::before{
        left: 0px;
      }
      .zapp-testimonails h2{
        margin: 0 auto 25px;
      }
      .testimonails-img{
          max-width: 200px;
          width: 100%;
          margin-bottom: 30px;
          margin: 0 0 30px;
      }
      .testimonails-cnt{
          padding: 0;
          width: 100%;
      }
      .testimonails-cnt p{
          font-size: 20px;
    line-height:1.6;
      }
    
      .zapp-testimonails.zapp-testimonails {
          margin-bottom: 0;
      }
      .testimonails-cnt .zcr-learn-more:before{
    background-color: #fff;
      }
      .testimonails-cnt .zcr-learn-more:after{
          border-color: #fff;
      }
      .slick-dots{
          padding-left: 0;
          text-align: left;
          left:0;
          -webkit-transform: translateX(0);
              -ms-transform: translateX(0);
                  transform: translateX(0);
      }
      .pagewrapper .zapp-testimonails .content-wrap{
        padding-bottom: 80px;
      }
      .zapp-testimonails h2{
          max-width: 100%;
          text-align: left;
      }
      .slick-dotted.slick-slider{
          padding-bottom: 0px;
      }
      .no-testimonial-img .testimonails-cnt{
          text-align: left;
      }
      .no-testimonial-img .slick-dots{
          -webkit-transform: none;
              -ms-transform: none;
                  transform: none;
             
          left: 0;
    text-align: left;
      }

    .no-testimonial-img .slick-dotted.slick-slider{
    border-radius: unset;
      padding: 0px;
    }
    .no-testimonial-img .testimonails-cnt p{
        text-align: left;padding-bottom: 10px;
    }
    .slick-dots{
        bottom: -25px;
    }
    
      /* End Testimonails */
      /* <!-- Rated Platform --> */
      
      .zcr-rating-val .zcr-rated-platform .content-wrap{
        max-width: 600px;
        box-shadow: none;
      }
     
      .platform-list .zcr-flex-part-four div{
        border-radius: 10px;
        border: 1px dashed #C3C3C3;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 22px 0;
      }
      .zcr-rated-platform .platform-list .flex-content>div:last-child>div{
        border: 1px dashed #C3C3C3;
      }
            /* <!-- Rated Platform --> */
            .zc-btm-cta p{
                max-width: 750px;
            }
            .zc-btm-cta .content-wrap {
                padding-top: 0px;

            }
}
@media screen and (max-width:580px) {
    /* zc-trusted-brands */
    .grid-element.data-prt {
        grid-template-columns:  1fr;
    }
        /* zc-trusted-brands */
         /* unified-education */
      .unified-education .grid-element{
        grid-template-columns: repeat(1, 1fr);
      }
            /* unified-education */

}

@media screen and (max-width:480px) {
    .pagewrapper h2{
        font-size: 28px;
    }
/* types-wrap */
.zcr-types-ans li {
    margin-right: 0;
    display: block;
}

/* end-types-wrap */
/* zc-trusted-brands */
.zc-trusted-brands .content-wrap{
    padding: 50px 30px;
}
/* zc-trusted-brands */

}
@media screen and (max-width:380px) {
    .list-stop-solution.grid-element{
        grid-template-columns: repeat(1, 1fr);    gap: 30px;
    }
    .form-close{
        right: 10px;
        top: 10px;
    }
}



