/* Common */
.pagewrapper {
  --h1-size: 48px;
  --h2-size: 36px;
  --h2-size-2: 32px;
  --h2-size-3: 24px;
  --p1-size: 18px;
  --p2-size: 16px;
  --h3-size: 20px;
  --sprite: url("/sites/zweb/images/creator/bpm-sprite.svg");

}

.pagewrapper h1,
.pagewrapper h2,
.pagewrapper h3 {
  font-family: var(--primaryfont-semibold);
}

.pagewrapper p {
  font-family: var(--zf-primary-regular);
  font-size: var(--p2-size);
}

.pagewrapper h2 {
  font-size: var(--h2-size);
}

.pagewrapper h3 {
  font-size: var(--h3-size);
}


.zwc-flex-wrap,
.zwc-flx-cnt {
  display: flex;
  flex-wrap: wrap;
}

.zwc-sec-cta-dark {
  color: #000;
  background-color: #fff;
  display: inline-block;
  padding: 12px 56px 12px 20px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  transition: 0.3s;
}

.pagewrapper .content-wrap {
  padding: 90px 0;
}

.zwc-btn {
  font-family: var(--zf-secondary-medium);
  padding: 15px 35px;
  border-radius: 5px;
}

.zw-product-header {
  background-color: #F1F4FA;
}

/* Common End */


.zwc-guidence .zwc-steps ul li::before,
.zwc-faq-cnt h3 span::before,
.zwc-faq-cnt h3 span::after,
.zwc-rating h2:before,
.zwc-rating h2:after,
.zwc-bpm-life>div h3::before,
.zwc-table th:nth-child(2)::before,
.zwc-table tbody tr:last-child td:nth-child(2)::before,
.zwc-benifit-bpms .zwc-cards h3::before,
.zwc-table td:nth-child(1)::before,
.zwc-bpm-tool .zwc-cards h3::before,
.zwc-security ul li::before,
.digitilization-sys li:before,
.digitilization-sys li:after {
  position: absolute;
  content: "";
}



/* Banner section start */
.zwc-banner {
  position: relative;
  background: linear-gradient(180deg, #F1F4FA 0%, #FFF4F4 100%);

}

.zwc-bnr-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  /* margin: 0 clamp(-65px, -5vw, -20px); */
}

.zwc-bnr-inner>div {
  position: relative;
}

.zwc-bnr-left {
  width: 45%;
}

.zwc-bnr-left h1 {
  font-size: var(--h1-size);
}

.zwc-bnr-right {
  position: relative;
  width: 54%;
}

.zwc-banner p {
  margin-bottom: 30px
}

.zwc-bnr-right>div {
  width: 100%;
  /* left: 10%; */
  position: relative;
}

.zwc-bnr-right img {
  position: relative;
  cursor: pointer;
  z-index: 2;
}


.zwc-bnr-right svg {
  position: absolute;
  left: 9.7%;
  top: 5.5%;
  width: 83%;
  z-index: 1;
}

.zwc-bnr-right svg {
  -webkit-animation: y .2s linear reverse infinite;
  animation: y .2s linear reverse infinite;
  stroke-dasharray: 4;
  stroke-dashoffset: 18;
}

.zwc-bnr-right:before,
.zwc-bnr-right::after,
.zwc-bnr-sec-prt {
  content: "";
  position: absolute;
  background: url(/sites/zweb/images/creator/bpm-pge-sprite.png) no-repeat;
  z-index: 2;
}

.zwc-bnr-sec-prt {
  -webkit-transform: scale(.4);
  -ms-transform: scale(.4);
  transform: scale(.4);
  background-position: -19px -154px;
  background-size: 1630px;
  -webkit-transition: all ease 1s;
  -o-transition: all ease 1s;
  transition: all ease 1s;
  width: 217px;
  height: 69px;
  left: 26px;
  bottom: 60px;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
}

.in-view .zwc-bnr-sec-prt {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s;
  opacity: 1;
  visibility: visible;
}

.zwc-bnr-right:before {
  background-position: 1px -179px;
  background-size: 1630px;
  -webkit-transition: all ease 2s;
  -o-transition: all ease 2s;
  transition: all ease 2s;
  width: 20px;
  height: 20px;
  left: 57px;
  bottom: 280px;
  -webkit-transition: ease all 2s;
  -o-transition: ease all 2s;
  transition: ease all 2s;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: 0;
  visibility: hidden;
}

.in-view .zwc-bnr-right:before {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
  bottom: 150px;
  opacity: 1;
  visibility: visible;
}

.zwc-bnr-right::after {
  background-position: 1px -179px;
  background-size: 1630px;
  -webkit-transition: all ease 2s;
  -o-transition: all ease 2s;
  transition: all ease 2s;
  width: 20px;
  height: 20px;
  right: 40px;
  bottom: 100px;
  -webkit-transition: ease all 2s;
  -o-transition: ease all 2s;
  transition: ease all 2s;
  opacity: 0;
  visibility: hidden;
}

.in-view .zwc-bnr-right::after {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
  bottom: 250px;
  opacity: 1;
  visibility: visible;
}

@-webkit-keyframes y {
  to {
    stroke-dashoffset: 0
  }
}

@keyframes y {
  to {
    stroke-dashoffset: 0
  }
}

/* End Banner section */

/* Guidence start */
.zwc-guidence h2 {
  text-align: center;
  margin-bottom: 50px;
}

.zwc-guidence .zwc-steps {
  max-width: 1100px;
  margin: 0 auto;
}

.zwc-guidence .zwc-steps ul {
  justify-content: space-between;
}

.zwc-guidence .zwc-steps ul li {
  width: 18%;
  font-size: var(--p2-size);
  font-family: var(--zf-primary-regular);
  position: relative;
  padding-top: 30px;

}

.zwc-guidence .zwc-steps ul li::before {
  background: var(--sprite)no-repeat 0 -1px;
  width: 22px;
  height: 23px;
  top: 0;
  left: 0;

}

.zwc-why-zoho {
  text-align: center;

}

/* End Guidence */

/* Digitilization */
.digitilization-sys {
  padding-bottom: 90px;
  overflow: hidden;
}

.pagewrapper .digitilization-sys .content-wrap {
  background: #15022e;
  color: #fff;
  border-radius: 20px;
  padding: 90px 70px;
  position: relative;
}


.digitilization-sys h2 {
  max-width: 650px;
  margin: 0 auto 15px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.digitilization-sys h3 {
  margin-bottom: 5px;
  font: 32px / 1.4 var(--primaryfont-semibold);
}

.digitilization-sys li>span {
  font-size: 16px;
}

.digitilization-sys ul {
  /* margin: 0px -10px; */
  -webkit-box-align: initial;
  -ms-flex-align: initial;
  align-items: initial;
}

.digitilization-sys li {
  width: 20%;
  padding: 0px 10px;
  margin-top: 40px;
  position: relative;
}

.digitilization-sys li::after {
  width: 1px;
  height: 100%;
  top: 0;
  right: 20px;
  background: #72509f;
}

.digitilization-sys li:last-child:after {
  display: none;
}

.digitilization-sys li span {
  display: block;
  max-width: 160px;
}




/* End Digitilization */

/* Trusted Brands */
.pagewrapper .zwc-trusted-brands .content-wrap {
  padding: 0px 0 70px;
  max-width: 1060px;
}

.zwc-trusted-brands .content-wrap h2 {
  font-size: var(--h2-size-3);
  text-align: center;
  margin: 0 0 32px;
  letter-spacing: inherit;
  color: #000E33;
}

.zwc-trusted-brands ul li {
  width: 16.6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.zwc-trusted-brands ul li img {
  display: block;
}

.zwc-trusted-brands ul li {
  transition: transform .1s ease-in-out;
}

.zwc-trusted-brands.in-view ul li {
  transform: scale(1);
}

.zwc-trusted-brands p {
  font-size: 12px;
  padding: 8px 12px;
  border: 1px solid #929EBD;
  border-radius: 100px;
  max-width: 607px;
  margin: 34px auto 0;
  font-family: var(--primaryfont-semibold);
  display: flex;
  gap: 12px;
}

.zwc-gartner-view {
  margin-right: 8px;
}

/* End Trusted Brands */

/* Vertical scroll starts */
.zwc-vertical-scroll {
  background-color: #fff;
  background: linear-gradient(180deg, #F1F4FA 0%, #FFFFFF 10%);

}

.zwc-vertical-scroll .left-nav-panel {
  border: 1px solid #0047FF;
  border-radius: 16px;
  padding: 20px;
  max-width: 300px;
  position: sticky;
  top: 100px;

}

.zwc-vertical-scroll .left-nav-panel ul button {
  background: transparent;
  border: none;
  outline: none;
  text-align: left;
  font: 14px / 1.8 var(--zf-secondary-medium);
  cursor: pointer;
}

.zwc-vertical-scroll .left-nav-panel ul li.active button {
  color: #0047FF;
}

.zwc-block1 .content-wrap {
  width: 100%;
  max-width: 90%;
  align-items: start;
  gap: 60px;

}

.zwc-vertical-scroll .zwc-block-wrap {
  width: calc(100% - 360px);
}

.zwc-block-wrap .cnt-block {
  max-width: 900px;
  margin-bottom: 80px;
}

/* BPM */
.zwc-block-wrap .zwc-bpm .zwc-cnt {
  width: 60%;
}

.zwc-block-wrap .zwc-bpm .zwc-cnt p {
  max-width: 450px;
}

.zwc-block-wrap .cnt-block h2 {
  margin-bottom: 20px;
}

.zwc-block-wrap .zwc-bpm .zwc-img {
  width: 40%;
  text-align: end;
}

/* BPMS */
.zwc-bpms ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 0;
  max-width: 750px;
  margin-top: 40px;
}

.zwc-bpms ul li {
  font-size: var(--h3-size);
  font-family: var(--primaryfont-semibold);
}

/* BPM-Life */
.zwc-bpm-life>div {
  padding: 20px 0;
  border-bottom: 1px solid #D8D8D8;
}

.zwc-bpm-life>div h3 {
  font-size: var(--h3-size);
  font-family: var(--primaryfont-semibold);
  position: relative;
  padding-left: 45px;
  margin-bottom: 20px;
}

.zwc-bpm-life>div h3::before {
  left: 0;
  top: -3px;
}

.zwc-bpm-life>div .zwc-icon1::before {
  background: var(--sprite) no-repeat -26px 0;
  width: 30px;
  height: 30px;
}

.zwc-bpm-life>div .zwc-icon2::before {
  background: var(--sprite) no-repeat -59px 0;
  width: 35px;
  height: 32px;
}

.zwc-bpm-life>div .zwc-icon3::before {
  background: var(--sprite) no-repeat -98px -1px;
  width: 31px;
  height: 31px;
}

.zwc-bpm-life>div .zwc-icon4::before {
  background: var(--sprite) no-repeat -132px 0;
  width: 23px;
  height: 28px;
}

.zwc-bpm-life>div .zwc-icon5::before {
  background: var(--sprite) no-repeat -163px 0;
  width: 28px;
  height: 31px;
}

.zwc-bpm-life>div p {
  margin-bottom: 0;
}

/* Benifit BPM */
.zwc-benifit-bpms .zwc-cont p {
  max-width: 750px;
}

.zwc-benifit-bpms .zwc-flex-wrap {
  justify-content: space-between;
}

.zwc-benifit-bpms .zwc-cards {
  width: 46%;
  padding: 40px 0 20px;
  border-bottom: 1px solid #D8D8D8;
}

.zwc-benifit-bpms .zwc-cards h3 {
  position: relative;
  padding-top: 55px;
}

.zwc-benifit-bpms .zwc-cards h3::before {
  top: 0;
  left: 0;
}

.zwc-benifit-bpms .zwc-cards .zwc-icon1::before {
  background: var(--sprite) no-repeat -199px 0;
  width: 43px;
  height: 43px;
}

.zwc-benifit-bpms .zwc-cards .zwc-icon2::before {
  background: var(--sprite) no-repeat -249px 0;
  width: 35px;
  height: 43px;
}

.zwc-benifit-bpms .zwc-cards .zwc-icon3::before {
  background: var(--sprite) no-repeat -292px 0;
  width: 33px;
  height: 41px;
}

.zwc-benifit-bpms .zwc-cards .zwc-icon4::before {
  background: var(--sprite) no-repeat -333px 0;
  width: 43px;
  height: 23px;
}

/* Signin */
.zwc-sign {
  padding: 50px;
  background-color: #F3F7FF;
  margin-bottom: 80px;
  border-radius: 8px 0 0 8px;
  /* margin-right: -100px; */
}

.zwc-sign .zwc-flex-wrap {
  justify-content: space-between;
  align-items: center;
  max-width: 950px;
}

.zwc-sign .zwc-flex-wrap div {
  max-width: 630px;
}

/* Industry */

.zwc-bpms-industry .zwc-flex-wrap {
  gap: 30px;
}

.zwc-bpms-industry .zwc-img-card {
  width: 43%;
  padding: 30px 25px;
  background: #F6F6F6;
  border-radius: 8px;
}

.zwc-bpms-industry .zwc-img-card img {
  width: 100%;
  display: block;
}

.zwc-bpms-industry .zwc-img-card p {
  margin-bottom: 40px;
  min-height: 128px;
}

.zwc-bpms-industry .zwc-cont p {
  margin-bottom: 40px;
}

/* BPMS choose */

.zwc-bpms-choose .zwc-cards h3 {
  counter-increment: step-counter;
  position: relative;
  padding-left: 25px;
  color: #0047FF;
}

.zwc-bpms-choose .zwc-cards h3::before {
  content: counter(step-counter) ". ";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  color: #0047FF;
}

.zwc-bpms-choose .zwc-bpms-choose .zwc-cont p {
  max-width: 750px;
}

.zwc-bpms-choose .zwc-flex-wrap {
  gap: 18px;
  counter-reset: step-counter;
}

.zwc-bpms-choose .zwc-cards {
  width: 32%;
}

.zwc-bpms-choose .zwc-cards p {
  padding: 0 10px 0 25px;
}

/* Table */
.zwc-comparison-table {
  max-width: 1000px;
  margin: 100px auto;
}

.zwc-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #0047FF;
  border-radius: 8px;

}

.zwc-table thead th {
  background: #E4EDFF;
  color: #0047FF;
  text-align: left;
  padding: 18px 24px;
  border-bottom: 1px solid #d0d7e2;
  font-family: var(--primaryfont-semibold);

}

.zwc-table tbody td {
  padding: 30px 24px;
  vertical-align: middle;
  border-bottom: 1px solid #d0d7e2;
  font-family: var(--zf-secondary-medium);
}

.zwc-table tbody tr:last-child td {
  border-bottom: none;
}

.zwc-table th:nth-child(1),
.zwc-table td:nth-child(1) {
  width: 25%;
  font-weight: 600;
  position: relative;
}

.zwc-table td:nth-child(1) {
  padding-left: 50px;
  font-family: var(--primaryfont-semibold);
}

.zwc-table td:nth-child(1)::before {
  background: var(--sprite) no-repeat -385px -1px;
  width: 18px;
  height: 20px;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

.zwc-table th:nth-child(2),
.zwc-table td:nth-child(2) {
  background: #F4F8FF;
  border-left: 3px solid #0047FF;
  border-right: 3px solid #0047FF;
  position: relative;
}

.zwc-table th:nth-child(2)::before {
  width: calc(100% + 6px);
  height: 30px;
  border: 3px solid #0047FF;
  border-bottom: none;
  top: -30px;
  left: -3px;
  background: #F4F8FF;
  border-radius: 10px 10px 0 0;
}

.zwc-table tbody tr:last-child td:nth-child(2) {
  position: relative;
}

.zwc-table tbody tr:last-child td:nth-child(2)::before {
  width: calc(100% + 6px);
  height: 30px;
  border: 3px solid #0047FF;
  border-top: none;
  bottom: -30px;
  left: -3px;
  background: #F4F8FF;
  border-radius: 0 0 10px 10px;
}

.zwc-table tbody tr {
  background: #fff;
}

.zwc-table tr:first-child th:nth-child(1) {
  border-top-left-radius: 8px;
}

.zwc-table tr:first-child th:last-child {
  border-top-right-radius: 8px;
}

.zwc-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}

.zwc-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}

/* Table end */


/* TESTIMONIALS */

.test-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2em;
}

.textil img {
  height: 23px;
  margin-bottom: 1em;
}

.ozelia img {
  height: 27px;
  margin-bottom: 1em;
}

.mission-bicycle img {
  height: 44px;
  margin-bottom: 1em;
}

.test-card {
  background: #e9f7f6;
  padding: 2em;
  display: flex;
  flex-direction: column;
  transform: translateY(2em);
  transition: all 1300ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
  transition-delay: 0ms;
}

.test-card:nth-child(2) {
  background: #f4f9ea;
  transition-delay: 300ms;
}

.test-card:nth-child(3) {
  background: #f7f7f7;
  transition-delay: 600ms;
}

.in-view .test-card {
  transform: translateY(0);
}

.test-card p {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 30px;
}

.test-author {
  font-size: 18px;
  display: flex;
  align-items: center;
  margin-top: auto;
  font-weight: bold;
}

.test-author>div {
  flex-direction: column;
  display: flex;
}

.author-img {
  height: 4em;
  width: 4em;
  border-radius: 999px;
  margin-right: 1em;
  border: 5px solid #bbe2df;
  box-sizing: border-box;
}

.test-card:nth-child(2) .author-img {
  border-color: #dfeece;
}

.test-card:nth-child(3) .author-img {
  border-color: #ddd;
}

.test-author small {
  font-weight: normal;
}

.test-card a {

  margin-top: 1em;
  width: 151px;
}

.testimonial-section .act-btn {

  margin: 4em auto 0;
}

.zwc-block-wrap .cnt-block.testimonial-section {
  max-width: 1200px;
}


/* BPM Tool */
.zwc-block-wrap .cnt-block.zwc-bpm-tool {
  max-width: 1030px;
  margin-bottom: 0;
}

.zwc-bpm-tool .zwc-flex-wrap {
  gap: 30px 50px;
}

.zwc-bpm-tool .zwc-cards {
  width: 30%;
}

.zwc-bpm-tool .zwc-cards h3 {
  position: relative;
  padding-top: 55px;
}

.zwc-bpm-tool .zwc-cards h3::before {
  top: 0;
  left: 0;
}

.zwc-bpm-tool .zwc-cards .zwc-icon1::before {
  background: var(--sprite) no-repeat -405px -1px;
  width: 39px;
  height: 39px;
}

.zwc-bpm-tool .zwc-cards .zwc-icon2::before {
  background: var(--sprite) no-repeat -449px -1px;
  width: 40px;
  height: 40px;
}

.zwc-bpm-tool .zwc-cards .zwc-icon3::before {
  background: var(--sprite) no-repeat -493px -1px;
  width: 33px;
  height: 40px;
}

.zwc-bpm-tool .zwc-cards .zwc-icon4::before {
  background: var(--sprite) no-repeat -532px -1px;
  width: 39px;
  height: 39px;
}

.zwc-bpm-tool .zwc-cards .zwc-icon5::before {
  background: var(--sprite) no-repeat -577px -1px;
  width: 36px;
  height: 39px;
}

.zwc-bpm-tool .zwc-cards .zwc-icon6::before {
  background: var(--sprite) no-repeat -618px -1px;
  width: 36px;
  height: 39px;
}

.zwc-bpm-tool .zwc-cards .zwc-icon7::before {
  background: var(--sprite) no-repeat -660px -1px;
  width: 32px;
  height: 31px;
}

.zwc-block-wrap .cnt-block.zwc-bpm-tool h2 {
  margin-bottom: 50px;
}


/* End Vertical scroll */


/* Rating */
.zwc-rating,
.zwc-rating-alyts .zwc-flex-part-four {
  text-align: center;
}

.zwc-rating h2 {
  position: relative;
  letter-spacing: -0.48px;
  display: inline-block;
  font-size: var(--h2-size-2);
}

.zwc-rating h2:before,
.zwc-rating h2:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 64px;
  height: 55px;
  transform: scale(0.1);
  transition: transform .4s ease-in-out;
}

.zwc-rating h2:before {
  left: -88px;
  top: -11px;
  background-position: -115px -42px;
}

.zwc-rating h2:after {
  right: -80px;
  top: -17px;
  background-position: -189px -42px;
}

.zwc-rating .middle-animated h2:before,
.zwc-rating .middle-animated h2:after {
  transform: scale(1);
}

.zwc-rating .zwc-flx-cnt {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.zwc-rating-des {
  margin-left: 48px;
}

.zwc-rating-des span,
.zwc-rating-des a,
.zwc-plt-val {
  font-family: var(--primaryfont-semibold);
}

.zwc-rating-des span,
.zcr-rating-des a,
.zwc-plt-val {
  line-height: 24px;
}

.zwc-rating-des span {
  font-size: var(--p-font-2);
  color: var(--blue-4);
}

.zcr-rating-des a {
  font-size: var(--a-font-1);
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  margin-left: 24px;
  color: var(--blue-2);
}

.zwc-rating-alyts .zwc-flx-cnt {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 72px;
  max-width: 810px;
  margin: 25px auto 0;
  border-radius: 4px;
  border: 1px solid #d1d1d1;
  padding: 24px 40px;
}

.zwc-rating-alyts .zwc-flex-part-four {
  width: 17%;
}

.zwc-rating-alyts .zwc-flex-part-four div {
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.zwc-plt-star {
  font-family: var(--secondaryfont-bold);
  color: #f8a927;
  text-transform: uppercase;
  margin: 0 auto 10px;
  max-width: 100%;
  line-height: normal;
  font-size: 18px;
  letter-spacing: 2px;
  display: inline-block;
  width: auto;
  height: auto;
  position: relative;
}

.zwc-plt-star:before,
.zwc-plt-star:after {
  content: '\2605\2605\2605\2605\2605';
  position: absolute;
  top: 0;
  left: 0;
}

.zwc-plt-star:before {
  color: #777;
  z-index: 0;
  width: auto;
  height: auto;
}

.zwc-plt-star:after {
  color: var(--yellow-1);
  overflow: hidden;
  -webkit-transition: width 2.5s ease;
  -o-transition: width 2.5s ease 1s;
  -webkit-transition: width 2.5s ease 1s;
  transition: width 2.5s ease 1s;
  width: 0;
  height: auto;
  direction: ltr;
  z-index: 1;
}

.zwc-rating-alyts .zwc-flex-part-four:nth-child(1) .zwc-plt-star:after,
.zwc-rating-alyts .zwc-flex-part-four:nth-child(2) .zwc-plt-star:after {
  width: 88%;
}

.zwc-rating-alyts .zwc-flex-part-four:nth-child(3) .zwc-plt-star:after {
  width: 91%;
}

.zwc-rating-alyts .zwc-flex-part-four:nth-child(4) .zwc-plt-star:after {
  width: 92%;
}

.zwc-plt-val {
  font-size: 16px;
  display: block;
}

/* End Rating */

/* Integration start */
.zwc-integration h2 {
  text-align: center;
}
.zwc-integration .zwc-img img{
  display:block;
}
.zwc-integration,
.zwc-security,
.zwc-rating {
  background-color: #FBFBFB;
  width: 90%;
  margin: 0 auto;
}

.zwc-integration {
  border-radius: 10px 10px 0 0;
}

.pagewrapper .zwc-integration .content-wrap,
.pagewrapper .zwc-rating .content-wrap {
  padding-bottom: 0;
}

/* End integration */

/* Security start */

.zwc-security {
  text-align: center;
  border-radius: 0 0 10px 10px;
}

.zwc-security h2 {
  margin-bottom: 30px;
}

.zwc-security ul {
  gap: 50px;
  justify-content: center;
}

.zwc-security ul li {
  border-radius: 30px;
  background-color: #DFEAFF;
  font-size: var(--h3-size);
  font-family: var(--zf-secondary-medium);
  padding: 10px 20px 10px 50px;
  position: relative;
}

.zwc-security ul li::before {
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--sprite) no-repeat -693px -2px;
  width: 19px;
  height: 22px;
}

/* End Security */

/* Bottom starts */
.zwc-bottom {
  text-align: center;
}

.zwc-bottom .content-wrap {
  max-width: 700px;
}

/* End Bottom */

/* FAQ */
.zwc-faq {
  background: #030303;
}

.pagewrapper .zwc-faq .content-wrap {
  padding: 120px 0;
}

.zwc-faq-heading,
.zwc-faq-item,
.zwc-faq-cnt h3,
.zwc-faq-cnt h3 button {
  position: relative;
}

.zwc-faq-heading {
  width: 40%;
}

.zwc-faq-heading div {
  position: sticky;
  top: 90px;
}

.zwc-faq-heading h2 {
  font-size: var(--h2-size);
  letter-spacing: -0.96px;
  max-width: 420px;
  color: #fff;
}

.zwc-faq-cnt {
  width: 60%;
}

.zwc-faq-item {
  margin-bottom: 16px;
  background: #141414;
}

.zwc-faq-item:last-child {
  margin-bottom: 0;
}

.zwc-faq-item.active h3 span:after {
  display: none;
}

.zwc-faq-cnt h3 {
  margin-bottom: 0;
  z-index: 2;
  color: #D1D1D1;
}

.zwc-faq-cnt h3 button {
  font-size: var(--h3-size);
  letter-spacing: -0.4px;
  margin-bottom: 0;
  cursor: pointer;
  padding: 24px 56px 24px 24px;
  background: transparent;
  border: inherit;
  width: 100%;
  text-align: left;
  font-family: var(--primaryfont-semibold);
  z-index: 2;
  color: #D1D1D1;
}

.zwc-faq-cnt h3 span,
.zwc-faq-cnt h3 span:before,
.zwc-faq-cnt h3 span:after {
  content: "";
  position: absolute;
  cursor: pointer;
}

.zwc-faq-cnt h3 span {
  right: 26px;
  top: 26px;
  z-index: 1;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 100px;
}

.zwc-faq-cnt h3 span:before,
.zwc-faq-cnt h3 span:after {
  background: var(--black);
  z-index: 2;
  border-radius: 8px;
}

.zwc-faq-cnt h3 span:before,
.zwc-faq-cnt h3 span:after {
  left: 50%;
  top: 50%;
  background-color: #000;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.zwc-faq-cnt h3 span:before {
  height: 2px;
  width: 14px;
}

.zwc-faq-cnt h3 span:after {
  width: 2px;
  height: 14px;
}

.zwc-faq-ans {
  display: none;
  padding: 0 24px 24px;
}

.zwc-faq-item:first-child .zwc-faq-ans {
  display: block;
}

.zwc-faq-ans p {
  font-size: var(--p2-size);
  margin-bottom: 0;
  max-width: 660px;
  color: #D1D1D1;
}

.zwc-faq-ans p a {
  color: var(--zwc-link-clr-dark);
}

.zwc-faq-ans ul {
  list-style: auto;
  color: #d1d1d1;
  list-style-position: inside;
  margin: 20px 0;
}

.zwc-faq-ans ul li{
  margin-bottom: 10px;
}

.zwc-faq-heading a {
  margin-top: 24px;
}

/* End FAQ */

@media (min-width: 1700px) {
  .zwc-block1 .content-wrap {
    max-width: 1550px;
  }
}

@media (min-width: 1200px) {

  .fadeinright1 {
    transform: translateX(70px);
    opacity: 0;
    transition: 1300ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
  }

  .fadeInZoom {
    opacity: 0;
    transition: 1300ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
    transform: scale(0.5);
  }

  .fadeInZoom2 {
    opacity: 0;
    transition: 1300ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
    transform: scale(0.1);
    transform-origin: center bottom;
  }

  .in-view .fadeinright1 {
    transform: translateX(0px);
    opacity: 1;
  }

  .middle-animated .fadeInZoom,
  .middle-animated .fadeInZoom2 {
    transform: scale(1);
    opacity: 1;
  }
}


@media(max-width:1440px) {

  /* Vertical scroll starts */

  .zwc-block1 .content-wrap {
    max-width: 95%;
    gap: 30px;
  }

  .zwc-bpms-choose .zwc-flex-wrap {
    gap: 15px;
  }

  .test-wrap {
    gap: 1em;
  }

  .test-card {
    padding: 25px;
  }

  .zwc-bpm-tool .zwc-flex-wrap {
    gap: 30px 40px;
  }

  .zwc-vertical-scroll .zwc-block-wrap {
    width: calc(100% - 330px);
  }

  /* End Vertical scroll  */


  /* Trusted Brands  */
  .zwc-trusted-brands h2 {
    margin-top: 0;
  }

  /* End Trusted Brands  */
}

@media (max-width: 1280px) {

  .pagewrapper .content-wrap {
    padding: 70px 0;
  }

  .pagewrapper .digitilization-sys .content-wrap {
    padding: 70px 40px;
  }

  .pagewrapper {
    --h1-size: 45px;
    --h2-size-2: 30px;
  }

  /* Vertical scroll starts */

  .test-wrap {
    grid-template-columns: repeat(2, 1fr);
  }

  /* End Vertical scroll  */

  /* Digitilization */
  .digitilization-sys {
    padding-bottom: 70px;
  }

  /* End Digitilization */

  /* Trusted Brands */
  .pagewrapper .zwc-trusted-brands .content-wrap {
    max-width: 944px;
  }

  /* End Trusted Brands */

  /* Faq starts */
  .zwc-faq-heading,
  .zwc-faq-cnt {
    width: 100%;
  }

  .zwc-faq-heading h2 {
    margin-bottom: 40px;
    max-width: inherit;
  }

  .zwc-faq-heading div {
    position: static;
    top: 0px;
  }

  .zwc-faq-cnt .zwc-sec-cta-dark {
    margin-top: 20px;
  }

  .pagewrapper .zwc-faq .content-wrap {
    padding: 80px 0px;
  }

  /* End Faq */
}

@media (max-width: 1199px) {

  .pagewrapper {
    --h1-size: 42px;
    --h2-size: 33px;
    --h2-size-2: 28px;
    --p1-size: 16px;
    --p2-size: 15px;
  }

  /* Banner starts */

  .zwc-bnr-right {
    width: 50%;
  }

  .zwc-bnr-right svg,
  .zwc-bnr-right::after,
  .zwc-bnr-sec-prt {
    display: none;
  }

  .zwc-bnr-inner {
    margin-bottom: 0;
  }

  /* End Banner */

  /* Trusted Brands */
  .pagewrapper .zwc-trusted-brands .content-wrap {
    max-width: 848px;
  }

  .zwc-trusted-brands p {
    padding: 12px;
  }

  /* End Trusted Brands */


  /* Vertical scroll starts */

  .zwc-block-wrap .cnt-block.zwc-bpm {
    justify-content: space-between;
  }

  .zwc-block-wrap .zwc-bpm .zwc-cnt {
    width: 53%;
  }

  .zwc-block-wrap .zwc-bpm .zwc-img {
    width: 45%;
  }

  .zwc-bpms-industry .zwc-img-card {
    width: calc(50% - 15px)
  }

  .zwc-bpms-choose .zwc-cards,
  .zwc-bpm-tool .zwc-cards {
    width: 45%;
  }

  .zwc-bpms ul {
    gap: 20px 0;
  }

  .zwc-block-wrap .cnt-block,
  .zwc-sign {
    margin-bottom: 60px;
  }

  .zwc-sign {
    padding: 40px;
  }

  .zwc-vertical-scroll .left-nav-panel {
    top: 30px;
  }

  /* End Vertical scroll  */


  /* Rating */
  .zcr-rating-des {
    margin-left: 20px;
  }

  .zcr-rating-des span {
    display: block;
  }

  .zcr-rating-des a {
    margin-left: 0;
    max-width: 675px;
    display: inline-block;
  }

  /* End Rating */

  /* Digitilization */
  .digitilization-sys li {
    width: 30%;
  }

  .digitilization-sys li::after {
    right: 15%;
  }

  .digitilization-sys li:nth-child(3):after {
    display: none;
  }

  /* End Digitilization */


}

@media (max-width: 991px) {

  /* Banner starts */
  .zwc-bnr-inner {
    flex-direction: column;
  }

  .zwc-bnr-left {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }

  .zwc-bnr-right {
    width: 100%;
    max-width: 630px;
    padding: 0;
  }

  .zwc-bnr-right>div {
    left: unset;
  }

  .zwc-guidence .zwc-steps ul {
    justify-content: normal;
    gap: 30px;
  }

  /* End Banner */

  /* Vertical scroll starts */
  .zwc-vertical-scroll .left-nav-panel {
    display: none;
  }

  .zwc-vertical-scroll .zwc-block-wrap {
    width: 100%;
  }

  .zwc-block1 .content-wrap,
  .pagewrapper .content-wrap {
    width: 100%;
    max-width: 90%;
  }

  /* End Vertical scroll */


  /* Guidence start */
  .zwc-guidence .zwc-steps ul li {
    width: calc(33.33% - 20px);
  }

  /* End Guidence */

  /* Digitilization */

  .pagewrapper .digitilization-sys .content-wrap {
    padding: 60px 20px;
  }

  .digitilization-sys li::after {
    right: 10%;
  }

  /* End Digitilization */

  /* Trusted Brands */
  .zwc-trusted-brands ul {
    gap: 32px;
  }

  .zwc-trusted-brands ul li {
    width: 29.3%;
  }

  /* End Trusted Brands */
  /* Rating */
  .zcr-rating-logo {
    width: 48px;
  }

  .zcr-rating-des {
    margin-left: 33px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .zwc-rating-alyts .zwc-flx-cnt {
    gap: 24px;
  }

  .zwc-rating-alyts .zwc-flex-part-four {
    width: 21%;
  }

  /* End Rating */
}

@media (max-width: 767px) {

  .pagewrapper {
    --h1-size: 38px;
    --h2-size: 30px;
    --h2-size-2: 26px;
  }

  .pagewrapper .content-wrap {
    padding: 60px 0;
  }

  /* Guidence starts */

  .zwc-guidence h2 {
    margin-bottom: 40px;
  }

  .zwc-guidence .zwc-steps ul li {
    width: calc(50% - 20px);
  }

  /* End Guidence */

  /* Digitilization  */
  .pagewrapper .digitilization-sys .content-wrap {
    padding: 50px 20px;
  }

  .digitilization-sys ul {
    margin: 0;
  }

  .digitilization-sys li {
    width: 100%;
    padding: 0px 20px;
    position: relative;
  }

  .digitilization-sys li:before {
    left: 20px;
    bottom: -20px;
    width: 50%;
    height: 1px;
    background: #72509f;
    z-index: 1;
  }


  .digitilization-sys li:last-child:before,
  .digitilization-sys li::after {
    display: none;
  }

  .digitilization-sys h3 {
    font-size: 28px;
  }

  /* End Digitilization */

  /* Trusted Brands */
  .pagewrapper .zwc-trusted-brands .content-wrap {
    max-width: inherit;
    padding: 0px 0 60px;
  }

  .zwc-trusted-brands ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .zwc-trusted-brands h2 {
    margin: 0 0 40px;
  }

  .zwc-trusted-brands p {
    flex-direction: column;
    text-align: center;
  }

  .zwc-gartner-view {
    margin: 0 auto;
  }

  /* End Trusted Brands */

  /* Rating */
  .zcr-rating-logo,
  .zcr-rating-des {
    width: 100%;
    text-align: center;
  }

  .zwc-rating-alyts .zwc-flex-part-four {
    width: 46%;
  }

  .zcr-rating-des {
    margin: 16px 0 0;
  }

  .zwc-rating h2:before,
  .zwc-rating h2:after {
    display: none;
  }

  /* End Rating */

  /* Vertical scroll starts */

  .zwc-block-wrap .zwc-bpm .zwc-cnt,
  .zwc-block-wrap .zwc-bpm .zwc-img {
    width: 100%;
  }

  .zwc-bpms ul {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .zwc-block-wrap .zwc-bpm .zwc-img {
    text-align: left;
  }

  .zwc-bpms-industry .zwc-img-card {
    width: 100%;
  }

  .zwc-comparison-table {
    margin: 50px auto;
    overflow-x: auto;
    padding: 30px 0;
  }

  .zwc-table {
    width: 700px;
  }

  .test-wrap {
    grid-template-columns: 1fr;
  }

  .zwc-security ul {
    gap: 20px;
  }

  /* End Vertical scroll */
}

@media (max-width: 480px) {
  .pagewrapper {
    --h1-size: 36px;
  }

  .pagewrapper .content-wrap {
    padding: 50px 0;
  }

  .zwc-btn {
    padding: 12px 30px;
  }

  .zwc-bnr-left,
  .zwc-guidence h2,
  .digitilization-sys h2,
  .zwc-bottom {
    text-align: left;
  }

  /* Guidence starts */
  .zwc-guidence .zwc-steps ul {
    gap: 20px;
  }

  .zwc-guidence .zwc-steps ul li {
    width: 100%;
    padding: 0 0 0 32px;
  }

  .zwc-guidence .zwc-steps ul li::before {
    top: 3px;
  }

  /* End Guidence */

  /* Vertical scroll starts */
  .zwc-benifit-bpms .zwc-cards {
    width: 100%;
  }

  .zwc-sign {
    padding: 30px;
  }

  .zwc-bpms-choose .zwc-cards,
  .zwc-bpm-tool .zwc-cards {
    width: 100%;
  }

  .zwc-bpm-tool .zwc-flex-wrap {
    gap: 30px;
  }

  .zwc-block-wrap .cnt-block.zwc-bpm-tool h2 {
    margin-bottom: 40px;
  }

  .zwc-block-wrap .cnt-block,
  .zwc-sign {
    margin-bottom: 50px;
  }

  .zwc-bpms-industry .zwc-img-card p,
  .zwc-bpms-industry .zwc-cont p {
    margin-bottom: 25px;
  }

  /* End Vertical scroll */


  /* Trusted Brands  */
  .zwc-trusted-brands ul {
    gap: 40px;
  }

  .zwc-trusted-brands ul li {
    width: 40%;
  }

  /* End Trusted Brands */
  /* Rating */
  .zwc-rating-alyts .zwc-flex-part-four {
    width: 100%;
  }

  /* End Rating */

  /* Digitilization  */
  .digitilization-sys li {
    padding: 0;
  }

  .digitilization-sys li:before {
    left: 0;
  }

  /* End Digitilization  */
}