* {
  -webkit-tap-highlight-color: transparent;
}
:root {
  --zws-green-color: #089a4d;
  --zws-black-color: #000;
  --zws-light-color: #e0fdeb;
  --zws-white-color: #fff;
}

picture,
img {
  display: block;
}

.p-rlte,
figure {
  position: relative;
}
.p-abslt {
  position: absolute;
}
.txt-lft {
  text-align: left;
}
.txt-cntr {
  text-align: center;
}
.txt-rght {
  text-align: right;
}
/* Flex styles */
.zcol-wrap,
.dflx {
  display: flex;
  flex-wrap: wrap;
}
.flx-algn-cntr {
  align-items: center;
}
.flx-algn-start {
  align-items: flex-start;
}
.flx-algn-stretch {
  align-items: stretch;
}
.flx-algn-end {
  align-items: flex-end;
}
.flx-jstfy-cntr {
  justify-content: center;
}
.flx-jstfy-btween {
  justify-content: space-between;
}
.flx-jstfy-arnd {
  justify-content: space-around;
}
.flx-jstfy-start {
  justify-content: flex-start;
}
.flx-jstfy-end {
  justify-content: flex-end;
}
body {
  color: var(--zws-black-color);
}
/* Flex styles ends */
/* Grid styles */
.zcol-1 {
  max-width: calc(8.33% - 8px);
  flex-basis: calc(8.33% - 8px);
}
.zcol-2 {
  max-width: calc(16.67% - 8px);
  flex-basis: calc(16.67% - 8px);
}
.zcol-3 {
  max-width: calc(25% - 8px);
  flex-basis: calc(25% - 8px);
}
.zcol-4 {
  max-width: calc(33.33% - 8px);
  flex-basis: calc(33.33% - 8px);
}
.zcol-5 {
  max-width: calc(41.67% - 8px);
  flex-basis: calc(41.67% - 8px);
}
.zcol-6 {
  max-width: calc(50% - 8px);
  flex-basis: calc(50% - 8px);
}
.zcol-7 {
  max-width: calc(58.33% - 8px);
  flex-basis: calc(58.33% - 8px);
}
.zcol-8 {
  max-width: calc(66.67% - 8px);
  flex-basis: calc(66.67% - 8px);
}
.zcol-9 {
  max-width: calc(75% - 8px);
  flex-basis: calc(75% - 8px);
}
.zcol-10 {
  max-width: calc(83.33% - 8px);
  flex-basis: calc(83.33% - 8px);
}
.zcol-11 {
  max-width: calc(91.67% - 8px);
  flex-basis: calc(91.67% - 8px);
}
.zcol-12 {
  max-width: calc(100% - 8px);
  flex-basis: calc(100% - 8px);
}
/* Grid styles ends */
.d-blck,
.in-view-desk {
  display: block;
}
.in-view-mob {
  display: none;
}
.zw-product-header {
  background: #e5ffe8;
}
.zwc-brdr-lne { 
  overflow: hidden;
}
.zwc-brdr-lne img{ 
  border: 1px solid #8ae889;
  border-radius: 10px; 
}
/* Buttons Styles */
.zws-btn-set {
  margin: 30px 0 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}
.zws-btn-set a {
  border-radius: 4px;
  padding: 14px 20px;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: var(--zws-white-color);
}
.zws-btn-set .zws-app-str,
.zws-btn-set .zws-g-play {
  background: var(--common-elements) no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
  background-size: 1070px auto;
}
/* Buttons Styles ends*/
/* Title Styles */
.zws-title {
  margin: 0 0 40px;
}
.zws-title.txt-whte * {
  color: #fff;
}
.zws-title h1 {
  font-family: var(--primaryfont-bold);
  font-size: 56px;
  line-height: 1.1;
  margin: 0 0 20px;
  letter-spacing: -0.02em;
}
.zws-title h2 {
  font-family: var(--primaryfont-bold);
  letter-spacing: -0.48px;
  margin: 0 0 16px;
  font-size: 48px;
  line-height: 1.2;
}
.zws-how-use-lst li,
.zw-template-inner p,
.zws-simlr-prdct-lst li a span {
  font-size: 18px;
}
.zws-title p:last-child {
  margin-bottom: 0;
}
.zws-cntnt .zws-title h2 {
  font-size: 42px;
}
/* Ttitle Styles ends */
/* Banner starts */
.zws-bnr {
  background: #e3ffe6;
  padding: 70px 0 60px;
}
.zws-bnr .zws-title p {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.zws-bnr-img {
  padding: 0 0 130px;
}
.zws-bnr-img:before,
.zws-bnr-img:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
}
.zws-bnr-img:before {
  background: #e3ffe6;
  height: 50%;
  top: 0;
}
.zws-bnr-img:after {
  background: #fff;
  height: 50%;
  bottom: 0;
}
.zws-bnr-img .content-wrap {
  z-index: 3;
}
.zws-bnr .zws-highlighted-text {
    color: #00660a;
    text-align: center;
    font-size: 14px;
    font-family: var(--zf-primary-bold);
    line-height: 1.6;
    margin: 30px auto 0;
    max-width: 720px !important;
}
/* Banner ends */
.zws-how-strt-tmplt {
  padding: 0 0 100px;
}
.zws-how-use-lst {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 40px 0 0;
}
.zws-how-use-lst li {
  padding: 0 0 30px;
  position: relative;
  line-height: 1.4;
}
.zws-how-use-lst li span {
  border-radius: 300px;
  background: #eefff0;
  padding: 50px 50px 50px 100px;
  display: block;
}
.zws-how-use-lst li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
}
.zws-how-use-lst li:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 1px;
  height: 50%;
}
.zws-how-use-lst li:before,
.zws-how-use-lst li:after {
  width: 1px;
  height: 50%;
  background: #04d111;
}
.zws-how-use-lst li:first-child::before,
.zws-how-use-lst li:last-child::after {
  display: none;
}
.zws-how-use-lst li em {
  z-index: 9;
  display: inline-flex;
  position: absolute;
  background: #04d111;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  color: #fff;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
  font-family: var(--zf-primary-medium);
  line-height: 1.25;
  letter-spacing: -0.64px;
}

/* Sticky styles  */
.zws-stcky-section {
  padding: 40px 0 150px;
}
.zws-stcky-section .zws-stcky-list {
  background: #000000;
  border-radius: 20px;
  padding: 100px 60px 80px;
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
}
.zws-stcky-section .zws-stcky-list .zws-title {
  position: sticky;
  top: 300px;
}
.zws-stcky-lst-item li {
  margin: 0 0 60px;
  max-width: 550px;
  position: relative;
  padding: 0 0 0 64px;
}

.zws-stcky-lst-item li:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: url("/sites/zweb/images/sheet/templates/zws-box.png") no-repeat;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center center;
}
.zws-stcky-lst-item h3,
.zws-stcky-lst-item p {
  color: #fff;
}
.zws-stcky-lst-item p a {
  display: inline-block;
}
.zws-stcky-lst-item h3 {
  font-size: 24px;
  font-family: var(--zf-primary-semibold);
  line-height: 1.3;
  letter-spacing: -0.02em;
  margin: 0 0 12px;
}
.zws-stcky-lst-item p {
  letter-spacing: -0.02em;
}
/* Sticky styles ends */
/* Similar products styles */
.zws-simlr-prdcts {
  padding: 110px 0;
  background: #019e0d;
  position: relative;
}
.zws-simlr-prdcts:before {
  content: "";
  left: 50%;
  top: 50%;
  width: 90%;
  height: 100%;
  max-width: 1280px;
  margin: 0 auto;
  background: url("/sites/zweb/images/sheet/templates/zws-oprd-bg.png")
    no-repeat;
  position: absolute;
  background-size: contain;
  background-position: center center;
  transform: translate(-50%, -50%);
}
.zws-simlr-prdct-lst {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}
.zws-simlr-prdct-lst li {
  border-radius: 20px;
  background: #fff;
  margin: 4px;
  position: relative;
  flex: 1;
}
.zws-simlr-prdct-lst li a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 35px 45px;
  position: relative;
  width: 100%;
  height: 100%;
}
.zws-simlr-prdct-lst li a:before {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  background: url("/sites/zweb/images/sheet/templates/rotate-arw.svg");
  top: 10%;
  right: 5%;
  background-size: 42px auto;
  background-repeat: no-repeat;
  background-position: -8px -8px;
}

.zws-simlr-prdct-lst li a,
.zws-simlr-prdct-lst li a strong,
.zws-simlr-prdct-lst li a span {
  color: #000;
}
.zws-simlr-prdct-lst li a strong,
.zws-simlr-prdct-lst li a span {
  display: block;
}
.zws-simlr-prdct-lst li a strong {
  font-family: var(--zf-primary-semibold);
  font-size: 24px;
  line-height: 1.3;
  margin: 0 0 10px;
}
.zws-simlr-prdct-lst li a span {
  line-height: 1.4;
}
/* Similar products ends*/
/* Animation Starts */
.zws-scale-anim {
  transform: scale3d(0.9, 0.9, 0.9);
  opacity: 0;
  transition: transform 0.6s ease-out, opacity 0.6s ease-out;
}
.zws-bnr-img .bottom-animated .zws-scale-anim {
  transform: scale3d(1, 1, 1);
  transition-delay: .2s;
  opacity: 1;
}
/* Animation ends */
  .i18n-ar .txt-lft { text-align: right; }
  .i18n-ar .txt-rght { text-align: left; }
  .i18n-ar .zws-bnr .zws-title p { margin-left: auto; margin-right: auto; }
  .i18n-ar .zws-bnr-img:before, .i18n-ar .zws-bnr-img:after { right: 0; left: unset; }
  .i18n-ar .zws-how-use-lst li span { padding: 50px 100px 50px 50px; }
  .i18n-ar .zws-how-use-lst li:before { right: 0; left: unset; }
  .i18n-ar .zws-how-use-lst li:after { right: 0; left: unset; }
  .i18n-ar .zws-how-use-lst li em { transform: translate(50%, -50%); right: 0; left: unset; }
  .i18n-ar .zws-stcky-lst-item li { padding: 0 64px 0 0; }
  .i18n-ar .zws-stcky-lst-item li:before { right: 0; left: unset; }
  .i18n-ar .zws-simlr-prdcts:before { transform: translate(50%, -50%); right: 50%; left: unset; }
  .i18n-ar .zws-simlr-prdct-lst li a:before {left: 5%;right: unset;transform: rotate(245deg);}
  .i18n-ar .txt-cntr, .i18n-ar .zws-bnr .zws-highlighted-text { text-align: center; }
  .i18n-ar .txt-cntr *, .i18n-ar .zws-bnr .zws-highlighted-text * { text-align: center; }
  .i18n-ar section.zws-how-strt-tmplt h2 {
    text-align: center;
}
.other-lang .zws-simlr-prdct-lst li a:before{
  top: 20%;
}
@media (max-width: 1440px) {
  .zw-template-inner .content-wrap {
    width: 1140px;
  }
  .zws-bnr {
    padding: 70px 0 80px;
  }
  .zws-bnr-img {
    padding: 0 0 100px;
  }
  .zws-title h1 {
    font-size: 48px;
  }
  .zws-title h2 {
    font-size: 40px;
  }

  .zws-stcky-section .zws-stcky-list {
    padding: 80px 40px 60px;
  }
  .zws-tmplt-lsts {
    padding: 90px 0;
  }
  .zws-how-use-lst li span {
    padding: 30px 50px 30px 80px;
  }
  .zws-how-use-lst li em {
    width: 60px;
    height: 60px;
  }
  .zws-how-strt-tmplt {
    padding: 0 0 70px;
  }
  .zws-stcky-section {
    padding: 40px 0 100px;
  }
  .zws-simlr-prdcts {
    padding: 90px 0;
  }
  .zws-simlr-prdct-lst li a strong {
    font-size: 26px;
  }
  .zws-btn-set a {
    padding: 10px 20px;
  }
  .i18n-ar .zws-bnr { padding: 70px 0 80px; }
  .i18n-ar .zws-bnr-img { padding: 0 0 100px; }
  .i18n-ar .zws-stcky-section .zws-stcky-list { padding: 80px 40px 60px; }
  .i18n-ar .zws-tmplt-lsts { padding: 90px 0; }
  .i18n-ar .zws-how-use-lst li span { padding: 30px 80px 30px 50px; }
  .i18n-ar .zws-how-strt-tmplt { padding: 0 0 70px; }
  .i18n-ar .zws-stcky-section { padding: 40px 0 100px; }
  .i18n-ar .zws-simlr-prdcts { padding: 90px 0; }
  .i18n-ar .zws-btn-set a { padding: 10px 20px; }
    .other-lang .zws-simlr-prdct-lst li a strong{
    font-size: 22px;
    max-width: max-content;
  }
  .zws-simlr-prdct-lst li a{
    padding: 35px;
  }
    .other-lang .zws-simlr-prdct-lst li a:before{
    top: 16%;
    right: 5px;
  }
}
@media (max-width: 1199px) {
  .zw-template-inner .content-wrap {
    width: 960px;
  }
  .d-md-blck {
    display: block;
  }
  .zws-title h1 {
    font-size: 42px;
  }

  .zws-btn-set a {
    padding: 12px 20px;
  }

  .zws-title h2 {
    font-size: 36px;
  }
  .zws-bnr .zws-title p {
    max-width: 580px;
  }
  .zws-how-use-lst li em {
    width: 50px;
    height: 50px;
    font-size: 28px;
  }
  .zws-how-use-lst li span {
    padding: 30px 40px 30px 70px;
  }
  .zws-stcky-section {
    padding: 40px 0 90px;
  }
  .zws-stcky-lst-item li {
    max-width: 480px;
  }
  .zws-simlr-prdct-lst li a strong {
    font-size: 24px;
  }
  .i18n-ar .zws-btn-set a { padding: 12px 20px; }
  .i18n-ar .zws-how-use-lst li span { padding: 30px 70px 30px 40px; }
  .i18n-ar .zws-stcky-section { padding: 40px 0 90px; }
    .other-lang .zws-simlr-prdct-lst li a:before{
    top: 16%;
    right: 5px;
  }
  .other-lang .zws-simlr-prdct-lst li a strong{
    font-size: 20px;
    max-width: max-content;
  }
  .zws-simlr-prdct-lst li a{
    padding: 35px 30px;
  }
}
@media (max-width: 991px) {
  
  .zw-template-inner .content-wrap {
    width: 720px;
  }
  /* Mobile Grids styles */
  .zcol-md-5 {
    max-width: calc(41.67% - 8px);
    flex-basis: calc(41.67% - 8px);
  }
  .zcol-md-6 {
    max-width: calc(50% - 8px);
    flex-basis: calc(50% - 8px);
  }
  .zcol-md-7 {
    max-width: calc(58.33% - 8px);
    flex-basis: calc(58.33% - 8px);
  }
  .zcol-md-8 {
    max-width: calc(66.67% - 8px);
    flex-basis: calc(66.67% - 8px);
  }
  .zcol-md-12 {
    max-width: calc(100% - 8px);
    flex-basis: calc(100% - 8px);
  }
  /* Mobile Grids styles ends*/
  .zws-title h1 {
    font-size: 36px;
  }
  .zws-how-use-lst li,
  .zw-template-inner p,
  .zws-simlr-prdct-lst li a span {
    font-size: 16px;
  }
  .zws-bnr {
    padding: 50px 0 50px;
  }
  .zws-bnr .zws-title {
    margin-left: auto;
    margin-right: auto;
  }
  .zws-bnr .zws-title {
    max-width: 540px;
    text-align: center;
  }
  .zws-bnr .zws-btn-set {
    justify-content: center;
  }

  .zws-title h2 {
    font-size: 34px;
  }
  .zws-how-strt-tmplt .zws-title {
    text-align: center;
  }
  .zws-stcky-section .zws-stcky-list {
    flex-direction: column;
  }
  .zws-stcky-section .zws-stcky-list .zws-title {
    position: static;
  }
  .zws-stcky-list .zws-title .d-blck {
    display: inline;
  }
  .zws-simlr-prdct-lst li a {
    padding: 20px;
  }
  .zws-simlr-prdct-lst li a strong {
    font-size: 22px;
    max-width: 150px;
  }
  .zws-how-use-lst li em {
    width: 40px;
    height: 40px;
    font-size: 26px;
  }

  .zws-how-use-lst li em {
    width: 40px;
    height: 40px;
    font-size: 26px;
  }
  .i18n-ar .zws-bnr { padding: 50px 0 50px; }
  .i18n-ar .zws-bnr .zws-title { margin-left: auto; margin-right: auto; }
  .i18n-ar .zws-simlr-prdct-lst li a { padding: 20px; }
  .i18n-ar .zws-bnr .zws-title, .i18n-ar .zws-how-strt-tmplt .zws-title { text-align: center; }
  .i18n-ar .zws-bnr .zws-title *, .i18n-ar .zws-how-strt-tmplt .zws-title * { text-align: center; }
    .zws-simlr-prdct-lst li {
    flex: 47% 0 0;
}
  .other-lang .zws-simlr-prdct-lst li a:before{
    top: 14%;
  }
}
@media (max-width: 767px) {
  .zw-template-inner .content-wrap {
    width: 450px;
  }
  .zcol-1,
  .zcol-2,
  .zcol-3,
  .zcol-4,
  .zcol-5,
  .zcol-6,
  .zcol-7,
  .zcol-8,
  .zcol-9,
  .zcol-10,
  .zcol-11,
  .zcol-12 {
    position: relative;
    flex-basis: calc(100% - 0px);
    max-width: calc(100% - 0px);
    width: 100%;
  }
  .d-blck {
    display: inline;
  }
  .in-view-desk {
    display: none;
  }
  .in-view-mob {
    display: block;
  }
  .flx-row-rvrse {
    flex-direction: column-reverse;
  }
  .zws-bnr-img {
    padding: 0 0 70px;
  }
  .zws-title {
    margin: 0 0 20px;
  }
  .zws-title h1 {
    font-size: 32px;
  }
  .zws-btn-set a {
    padding: 10px 20px;
    font-size: 14px;
  }
  .zws-title h2 {
    font-size: 28px;
  }
  .zws-bnr .zws-title p {
    max-width: 360px;
  }
  .zws-how-use-lst li em {
    top: 0;
    left: 50%;
  }
  .zws-how-use-lst li:before,
  .zws-how-use-lst li:after {
    display: none;
  }
  .zws-how-use-lst li span {
    padding: 40px 40px 30px 40px;
    text-align: center;
  }
  .zws-simlr-prdct-lst {
    flex-direction: column;
  }
  .zws-simlr-prdct-lst li a strong {
    font-size: 20px;
    max-width: 86%;
  }
  .zws-simlr-prdcts {
    padding: 60px 0;
  }
  .zws-simlr-prdct-lst li a:before {
    transform: scale(0.8);
  }
  .i18n-ar .zws-bnr-img { padding: 0 0 70px; }
  .i18n-ar .zws-title { margin: 0 0 20px; }
  .i18n-ar .zws-btn-set a { padding: 10px 20px; }
  .i18n-ar .zws-how-use-lst li em { right: 50%; left: unset; }
  .i18n-ar .zws-how-use-lst li span { padding: 40px 40px 30px 40px; text-align: center; }
  .i18n-ar .zws-simlr-prdcts { padding: 60px 0; }

}
@media (max-width: 480px) {
  .zw-template-inner .content-wrap {
    width: 90%;
  }
  .zws-title h1 {
    font-size: 30px;
  }

  .zws-btn-set a {
    padding: 8px 20px;
  }
  .zws-how-use-lst li span {
    padding: 40px 20px 20px 20px;
  }
  .zws-how-use-lst li:last-child {
    margin-bottom: 0;
  }
  .zws-stcky-section .zws-stcky-list {
    padding: 40px;
  }
  .zws-stcky-lst-item li {
    padding: 50px 0 0 0;
  }
  .zws-stcky-lst-item h3 {
    font-size: 24px;
  }
  .i18n-ar .zws-btn-set a { padding: 8px 20px; }
  .i18n-ar .zws-how-use-lst li span { padding: 40px 20px 20px 20px; }
  .i18n-ar .zws-stcky-section .zws-stcky-list { padding: 40px; }
  .i18n-ar .zws-stcky-lst-item li { padding: 50px 0 0 0; }
}
