<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* common */
:root{
  --h1-font-size: 56px;
  --h2-big-font-size: 44px;
  --h2-font-size: 24px;
  --h4-font-size: 20px;
  --p-big-font-size: 19px;
  --a-tag-font-size: 13px;
  --banner-blue-bg: #F8FAFF;
  --dark-blue-bg: #0D1229;
  --dark-blue-text: #21294A;
  --zf-border-color: #D8D8D8;
  --zf-border-dark-color: #444;
  --highlighter: #0478FF;
}

.zw-product-header{
  background: var(--banner-blue-bg);
}

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

.zf-banner-content .content-wrap{
  padding: 70px 0 50px;
}

.zf-banner-img-wrap .content-wrap{
  padding: 0;
}

.pagewrapper :is(h1,h2,h3), .zf-testimonial-inner &gt; div &gt; p{
  color: var(--dark-blue-text);
}

.pagewrapper p {
  color: #495567;
  letter-spacing: -0.2px;
}

.pagewrapper .act-btn {
  padding: 15px 30px;
}

.zf-prd-name{
  display: inline-block;
}
/* common ends */
/* banner */
.zf-banner-content{
  background: var(--banner-blue-bg);
  text-align: center;
}

.zf-banner-content h1, :is(.zf-aspect-inner, .zf-apps-inner, .zf-zapps-inner) h2{
  font-size: var(--h1-font-size);
  font-family: var(--zf-primary-extrabold);
  line-height: 1.2;
  letter-spacing: -1.25px;
}

.zf-banner-content h1{ 
  max-width: 990px;
  margin: 0 auto 20px;
}

.zf-banner-img-wrap{
  background-image: linear-gradient(var(--banner-blue-bg) 50% ,#fff 50%);
}

.zf-banner-img{
  display: block;
  margin: 0 auto;
}
/* banner ends */
/* trusted-brands */
.zf-trusted-brands-sec, .zf-workflow-sec .content-wrap{
  border-bottom: 1px solid var(--zf-border-color);
}

.zf-trusted-brands-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.zf-trusted-brands-inner img{
  display: block;
  max-width: 125px;
  max-height: 50px;
}
/* end trusted-brands */
/* workflow-sec */
.zf-workflow-sec .content-wrap{
  padding: 120px 0;
}

.zf-flex-wrap{
  display: flex;
  align-items: center;
  gap: 60px;
  margin-bottom: 30px;
}

.zf-flex-wrap:last-child{
  margin-bottom: 0;
}

.zf-flex-wrap &gt; div{
  width: 50%;
}

.zf-flex-wrap &gt; div:first-child{
  max-width: 500px;
  min-height: 300px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zf-flex-wrap:first-child &gt; div:first-child{
  background: #DCFAF3;
}

.zf-flex-wrap:nth-child(2) &gt; div:first-child{
  background: #C7E6FF;
  align-items: center;
}

.zf-flex-wrap:nth-child(3) &gt; div:first-child{
  background: #FFE3D3;
}

.zf-flex-wrap h2{
  font-size: var(--h2-font-size);
  font-family: var(--primaryfont-bold);
  letter-spacing: -0.4px;
}

.zf-flex-wrap p{
  font-size: var(--p-big-font-size);
}
/* end workflow-sec */
/* aspect-sec */
.zf-aspect-inner h2{
  max-width: 830px;
  text-align: center;
  margin: 0 auto 70px;
}

.zf-tab-title{
  max-width: 830px;
  position: relative;
  display: flex;
  justify-content: center;
  gap: 50px;
  margin: 0 auto 25px;
  --highlighter-width: 140px;
  --highlighter-left-position: 28px;
}

.zf-tab-title::before {
  content: "";
  background: var(--highlighter);
  width: var(--highlighter-width);
  height: 2px;
  position: absolute;
  bottom: -26px;
  left: var(--highlighter-left-position);
  transition: all .5s
}

.zf-tab-title li{
  font-family: var(--primaryfont-bold);
  font-size: 14px;
  color: #7584AA;
  text-transform: uppercase;
  cursor: pointer;
}

.zf-tab-title li.active{
  color: var(--highlighter);
}

.zf-tab-cnt &gt; div {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 100px;
  padding: 60px 80px;
  background: #F8FAFF;
  border: 1px solid #e2e7f2;
  border-radius: 10px;
  display: none;
}

.zf-tab-cnt div.zf-tab-1{
  /* align-items: flex-end; */
  padding-bottom: 0;
}

.zf-tab-1 &gt; div:first-child{
  padding-bottom: 60px;
}

.zf-tab-cnt &gt; div.active{
  display: flex;
}

.zf-tab-cnt &gt; div &gt; div:first-child{
  width: 60%;
}

.zf-tab-cnt &gt; div &gt; div:nth-child(2){
  width: 40%;
}

.zf-tab-cnt h3{
  font-size: 24px;
  font-family: var(--primaryfont-bold);
  letter-spacing: -0.3px;
  display: none;
}

.zf-tab-cnt h4{
  font-size: var(--h4-font-size);
  font-family: var(--primaryfont-bold);
  letter-spacing: -0.3px;
}

.zf-tab-cnt p{
  margin-bottom: 40px;
}

.zf-tab-cnt p:last-child{
  margin-bottom: 0;
}

.zf-tab-cnt img{
  display: block;
}
/* end aspect-sec */
/* testimonial-sec */
.zf-testimonial-inner{
  display: flex;
  gap: 100px;
}

.zf-testimonial-inner &gt; div{
  width: 50%;
}

.zf-testimonial-inner h2{
  font-family: var(--primaryfont-bold);
  font-size: var(--h2-big-font-size);
  line-height: 1.2;
  letter-spacing: -1.25px;
  margin-bottom: 50px;
}

.zf-link-btn{
  position: relative;
  padding-right: 25px;
  color: var(--highlighter);
  font-family: var(--primaryfont-bold);
  font-size: var(--a-tag-font-size);
  text-transform: uppercase;
}

.zf-link-btn::after{
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(/sites/zweb/images/flow/solutions/lead-management-sprite.svg) no-repeat;
  background-size: 150px;
  background-position: -140px 0;
  transition: right 0.5s;
}

.zf-link-btn:hover::after{
  right: -5px;
}

.zf-testimonial-inner &gt; div &gt; p{
  max-width: 500px;
  margin-bottom: 40px;
  font-size: var(--h4-font-size);
  font-family: var(--zf-splfontserif-regular);
  position: relative;
}

.zf-testimonial-inner &gt; div &gt; p::before{
  content: "";
  width: 19px;
  height: 15px;
  position: absolute;
  top: -40px;
  left: 0;
  background: url(/sites/zweb/images/flow/solutions/lead-management-sprite.svg) no-repeat;
  background-size: 150px;
  background-position: -118px 0;
}

.zf-customer-details{
  display: flex;
  gap: 20px;
  align-items: center;
}

.zf-customer-details .zf-customer-name{
  font-family: var(--primaryfont-bold);
  font-size: 24px;
  line-height: 1.2;
  color: #080829;
  margin-bottom: 10px;
}

.zf-customer-designation{
  margin-bottom: 0;
}

.zf-customer-designation{
  font-size: 16px;
}
/* end testimonial-sec */
/* apps-sec */
.zf-apps-sec {
  background: var(--dark-blue-bg);
}

.zf-apps-sec .content-wrap{
  padding: 150px 0;
}

.zf-apps-inner{
  position: relative;
  min-height: 565px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: url(/sites/zweb/images/flow/solutions/line-background.svg) no-repeat;
  background-size: 100%;
  background-position: center;
}

.zf-apps-inner::before{
  content: "";
  width: 750px;
  height: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--dark-blue-bg);
  border-radius: 50%;
  filter: blur(50px);
}

.zf-apps-icon{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #151B34;
  border: 1px solid #353C5F;
  border-radius: 50%;
}

.zf-apps-icon:first-child, .zf-apps-icon:nth-child(3), .zf-apps-icon:nth-child(5){
  width: 80px;
  height: 80px;
}

.zf-apps-icon:nth-child(2){
  width: 95px;
  height: 95px;
}

.zf-apps-icon:nth-child(4), .zf-apps-icon:nth-child(7), .zf-apps-icon:nth-child(8){
  width: 85px;
  height: 85px;
}

.zf-apps-icon:nth-child(6), .zf-apps-icon:nth-child(9){
  width: 62px;
  height: 62px;
}

.zf-apps-icon:nth-child(10), .zf-apps-icon:nth-child(12){
  width: 90px;
  height: 90px;
}

.zf-apps-icon:nth-child(13){
  width: 100px;
  height: 100px;
}

.zf-apps-icon:nth-child(11){
  width: 76px;
  height: 76px;
}

.zf-apps-icon:nth-child(14){
  width: 70px;
  height: 70px;
}

.zf-apps-icon:first-child{
  top: -40px;
  left: 230px;
}

.zf-apps-icon:nth-child(2){
  top: 15px;
  left: 0;
}

.zf-apps-icon:nth-child(3){
  top: 145px;
  left: 90px;
}

.zf-apps-icon:nth-child(4){
  top: 207px;
  left: -70px;
}

.zf-apps-icon:nth-child(5){
  top: 332px;
  left: -20px;
}

.zf-apps-icon:nth-child(6){
  top: 425px;
  left: 170px;
}

.zf-apps-icon:nth-child(7){
  top: 502px;
  left: 80px;
}

.zf-apps-icon:nth-child(8){
  top: -67px;
  right: 120px;
}

.zf-apps-icon:nth-child(9){
  top: 57px;
  right: 130px;
}

.zf-apps-icon:nth-child(10){
  top: 142px;
  right: -40px;
}

.zf-apps-icon:nth-child(11){
  top: 262px;
  right: -70px;
}

.zf-apps-icon:nth-child(12){
  top: 343px;
  right: 80px;
}

.zf-apps-icon:nth-child(13){
  top: 442px;
  right: -60px;
}

.zf-apps-icon:nth-child(14){
  top: 525px;
  right: 225px;
}

.zf-apps-icon img{
  display: block;
}

.zf-apps-inner &gt; :is(h2, p, a){
  position: relative;
  z-index: 1;
}

.zf-apps-inner &gt; :is(h2, p){
  max-width: 600px;
}

.zf-apps-inner h2{
  color: #fff;
  margin-bottom: 20px;
}

.zf-apps-inner p{
  font-size: var(--p-big-font-size);
  color: #868D98;
  margin-bottom: 50px;
}

.zf-apps-inner a{
  width: fit-content;
}
/* end apps-sec */
/* zapps-sec */
.zf-zapps-inner{
  display: flex;
  justify-content: space-between;
}

.zf-zapps-inner &gt; div{
  width: 48%;
  max-width: 520px;
}

.zf-zapps-inner &gt; div:first-child p{
  font-size: var(--p-big-font-size);
  margin-bottom: 50px;
}

.zf-link-black-btn{
  display: inline-block;
  padding: 15px 30px;
  font-size: var(--a-tag-font-size);
  font-family: var(--primaryfont-bold);
  text-transform: uppercase;
  background: #000;
  color: #fff;
}

.zf-zapps-points li{
  position: relative;
  display: flex;
  align-items: center;
  font-size: var(--h2-font-size);
  font-family: var(--primaryfont-bold);
  color: var(--dark-blue-text);
  line-height: 1.5;
  padding: 50px 30px 50px 0px;
  border-bottom: 1px solid var(--zf-border-color);
}

.zf-zapps-points li:first-child{
  padding-top: 0;
}

.zf-zapps-points li:last-child{
  padding-bottom: 0;
  border: none;
}

.zf-zapps-points li span{
  display: block;
  width: 80px;
  min-width: 80px;
  height: 80px;
  margin-right: 50px;
  position: relative;
  background: #fff;
  border-radius: 15px;
  border: 2px solid var(--zf-border-dark-color);
  box-shadow: -5px 5px 1px 0px #E2E7F4;
}

.zf-zapps-points li span::before{
  content: "";
  width: 35px;
  height: 38px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(/sites/zweb/images/flow/solutions/lead-management-sprite.svg) no-repeat;
  background-size: 150px;
  background-position: 0 0;
}

.zf-zapps-points li:nth-child(2) span::before{
  width: 32px;
  background-position: -38px 0;
}

.zf-zapps-points li:last-child span::before{
  width: 42px;
  height: 42px;
  background-position: -73px 0;
}
/* end zapps-sec */
/* footer-sec */
.zf-footer-sec{
  background-image: linear-gradient(#fff 50% ,#f3f3f3 50%);
}

.zf-footer-inner{
  background: var(--dark-blue-bg);
  border-radius: 20px;
  padding: 100px 0;
  text-align: center;
}

.zf-footer-inner h2{
  max-width: 780px;
  font-size: var(--h2-big-font-size);
  font-family: var(--primaryfont-bold);
  line-height: 1.2;
  color: #fff;
  margin: 0 auto 40px;
}
/* end footer-sec */

@media (max-width:1440px){
  /* common */
  :root{
      --h1-font-size: 50px;
      --h2-big-font-size: 42px;
  }
  /* end common */
  /* banner-sec */
  .zf-banner-content h1 {
      max-width: 910px;
  }
  /* end banner-sec */
  /* apps-sec */
  .zf-apps-sec .content-wrap{
      padding: 90px 0;
  }

  .zf-apps-inner{
      max-width: 950px;
      margin: 0 auto;
  }

  .zf-apps-inner::before{
      width: 600px;
      height: 400px;
  }

  .zf-apps-icon{
      scale: 0.8;
  }

  .zf-apps-icon:first-child{
      top: 10px;
      left: 180px;
  }
  
  .zf-apps-icon:nth-child(2){
      top: 55px;
      left: -10px;
  }
  
  .zf-apps-icon:nth-child(3){
      top: 165px;
      left: 70px;
  }
  
  .zf-apps-icon:nth-child(4){
      top: 212px;
      left: -70px;
  }
  
  .zf-apps-icon:nth-child(5){
      top: 317px;
      left: -20px;
  }
  
  .zf-apps-icon:nth-child(6){
      top: 390px;
      left: 140px;
  }
  
  .zf-apps-icon:nth-child(7){
      top: 457px;
      left: 60px;
  }
  
  .zf-apps-icon:nth-child(8){
      top: -7px;
      right: 100px;
  }
  
  .zf-apps-icon:nth-child(9){
      top: 97px;
      right: 110px;
  }
  
  .zf-apps-icon:nth-child(10){
      top: 157px;
      right: -50px;
  }
  
  .zf-apps-icon:nth-child(11){
      top: 255px;
      right: -60px;
  }
  
  .zf-apps-icon:nth-child(12){
      top: 320px;
      right: 60px;
  }
  
  .zf-apps-icon:nth-child(13){
      top: 402px;
      right: -50px;
  }
  
  .zf-apps-icon:nth-child(14){
      top: 473px;
      right: 185px;
  }
  /* end apps-sec */
}

@media (max-width:1199px) {
  /* common */
  :root {
      --h1-font-size: 44px;
      --h2-big-font-size: 38px;
      --h2-font-size: 20px;
      --p-big-font-size: 17px;
  }

  .pagewrapper .act-btn, .zf-link-black-btn{
      padding: 12px 30px;
  }

  .pagewrapper .content-wrap{
      max-width: 1000px;
  }
  /* end common */
  /* banner */
  .zf-banner-content h1 {
      max-width: 800px;
  }
  /* end banner */
  /* workflow-sec */
  .zf-workflow-sec .content-wrap {
      padding: 90px 0;
  }

  .zf-flex-wrap{
      gap: 40px;
  }
  /* end workflow-sec */
  /* aspect-sec */
  .zf-tab-cnt &gt; div{
      padding: 50px 60px;
  }

  .zf-tab-cnt p,  .zf-testimonial-inner h2, .zf-testimonial-inner &gt; div &gt; p, .zf-apps-inner p, .zf-zapps-inner &gt; div:first-child p, .zf-footer-inner h2{
      margin-bottom: 30px;
  }
  /* end aspect-sec */
  /* testimonial-sec */
  .zf-testimonial-inner{
      gap: 50px;
  }
  /* end testimonial-sec */
  /* apps-sec */
  .zf-apps-inner{
      background: none;
      min-height: auto;
  }

  .zf-apps-icon, .zf-apps-inner::before{
      display: none;
  }
  /* end apps-sec */
  /* zapps-sec */
  .zf-zapps-inner &gt; div{
      max-width: 450px;
  }

  .zf-zapps-points li{
      padding: 40px 30px 40px 0;
  }

  .zf-zapps-points li span{
      width: 70px;
      min-width: 70px;
      height: 70px;
      margin-right: 30px;
  }
  /* end zapps-sec */
  /* footer-sec */
  .zf-footer-sec .content-wrap{
      padding-top: 0;
  }

  .zf-footer-inner{
      padding: 70px 0;
  }
  /* end footer-sec */
}

@media (max-width: 991px) {
  /* common */
  :root{
      --h1-font-size: 40px;
      --h2-big-font-size: 30px;
  }
  /* end common */
  /* banner */
  .zf-banner-content h1 {
      max-width: 720px;
  }
  /* end banner */
  /* trusted brands sec */
  :is(.zf-trusted-brands-sec, .zf-workflow-sec, .zf-aspect-sec, .zf-testimonial-sec, .zf-apps-sec, .zf-zapps-sec) .content-wrap{
      padding: 70px 0;
  }

  .zf-trusted-brands-inner{
      justify-content: flex-start;
      max-width: 580px;
      flex-wrap: wrap;
      gap: 30px 100px;
      margin: 0 auto;
  }

  .zf-trusted-brands-inner &gt; div{
      width: 125px;
  }

  .zf-trusted-brands-inner img{
      margin: 0 auto;
  }
  /* end trusted brands sec */
  /* workflow sec */
  .zf-flex-wrap, .zf-tab-title{
      gap: 30px;
  }

  .zf-flex-wrap &gt; div:first-child{
      min-height: 250px;
  }

  .zf-flex-wrap img{
      /* width: 100%; */
      max-width: 300px;
  }

  .zf-flex-wrap:first-child &gt; div:first-child img{
      max-width: 280px;
  }
  /* end workflow sec */
  /* aspect sec */
  .zf-aspect-inner h2 {
      max-width: 480px;
      margin: 0 auto 50px;
  }

  .zf-tab-title{
      max-width: 672px;
      margin-bottom: 20px;
      --highlighter-width: 112px;
  }

  .zf-tab-title::before{
      bottom: -21px;
  }

  .zf-tab-title li{
      font-size: 12px;
  }

  .zf-tab-cnt &gt; div, .zf-zapps-inner{
      gap: 50px;
  }
  
  .zf-tab-cnt &gt; div{
      padding: 40px;
  }
  /* end aspect sec */
  /* testimonial sec */
  .zf-testimonial-inner &gt; div &gt; p::before{
      top: -30px;
  }

  .zf-customer-details img{
      max-width: 65px;
  }

  .zf-customer-details .zf-customer-name{
      font-size: 20px;
  }

  .zf-customer-designation {
      font-size: var(--a-tag-font-size);
  }
  /* end testimonial sec */
  /* zapps sec */
  .zf-zapps-points li {
      padding: 25px 25px 25px 0;
  }

  .zf-zapps-points li span {
      width: 65px;
      min-width: 65px;
      height: 65px;
      margin-right: 25px;
  }
  /* end zapps sec */
  /* footer sec */
  .zf-footer-inner {
      padding: 60px 30px;
  }

  .zf-footer-inner h2{
      max-width: 530px;
  }
  /* end footer sec */
}

@media (max-width: 767px){
  /* common */
  :root{
      --h1-font-size: 36px;
      --h4-font-size: 18px;
  }

  .pagewrapper .act-btn{
      font-size: 13px;
  }
  /* end common */
  /* banner */
  .zf-banner-content .content-wrap{
      padding: 50px 0;
  }

  .zf-banner-content h1 {
      max-width: 650px;
  }
  /* end banner */
  /* trusted brands sec */
  .zf-trusted-brands-inner{
      max-width: 350px;
  }
  /* end trusted brands sec */
  /* workflow sec */
  .zf-flex-wrap, .zf-tab-cnt &gt; div, .zf-testimonial-inner, .zf-zapps-inner{
      flex-direction: column;
  }

  .zf-flex-wrap {
      align-items: flex-start;
      max-width: 500px;
      margin: 0 auto;
  }

  .zf-flex-wrap &gt; div{
      width: 100%;
  }

  .zf-flex-wrap &gt; div:first-child {
      max-width: 100%;
      min-height: auto;
      padding: 30px;
      border-radius: 5px;
  }

  .zf-flex-wrap:first-child &gt; div:first-child{
      padding: 0;
  }

  /* .zf-flex-wrap:nth-child(2) &gt; div:first-child{
      padding-bottom: 0;
  } */

  .zf-flex-wrap:last-child p{
      margin-bottom: 0;
  }
  /* end workflow sec */
  /* aspect sec */
  .zf-aspect-inner h2, .zf-tab-cnt h3{
      margin-bottom: 30px;
  }

  .zf-aspect-inner h2{
      max-width: 520px;
  }

  .zf-tab-title{
      display: none;
  }

  .zf-tab-cnt &gt; div{
      display: block;
      align-items: flex-start;
      margin-bottom: 50px;
      padding: 40px 30px;
      border-radius: 5px;
  }


  .zf-tab-cnt div.zf-tab-1{
      padding: 40px 30px;
  }
  
  .zf-tab-1 &gt; div:first-child{
      padding-bottom: 0;
  }

  .zf-tab-cnt &gt; div.zf-tab-4{
      margin-bottom: 0;
  }

  .zf-tab-cnt &gt; div &gt; div:first-child{
      width: 100%;
  }

  .zf-tab-cnt &gt; div &gt; div:nth-child(2){
      display: none;
  }

  .zf-tab-cnt h3{
      display: block;
  }
  /* end aspect sec */
  /* testimonial sec */
  .zf-testimonial-sec .content-wrap{
      padding-top: 0;
  }

  .zf-testimonial-inner{
      max-width: 500px;
      gap: 60px;
      margin: 0 auto;
  }

  .zf-testimonial-inner &gt; div{
      width: 100%;
  }

  .zf-testimonial-inner h2{
      margin-bottom: 20px;
  }
  /* end testimonial sec */
  /* zapps sec */
  .zf-zapps-inner &gt; div{
      width: 100%;
      max-width: 100%;
  }

  .zf-zapps-points li span, .zf-footer-inner{
      border-radius: 10px;
  }

  .zf-zapps-points li span{
      box-shadow: -3px 3px 1px 0px #E2E7F4;
  }
  /* end zapps sec */
  /* footer sec */
  .zf-footer-sec .content-wrap{
      padding-bottom: 70px;
  }
  /* end footer sec */
}


@media (max-width: 480px){
  /* common */
  :root {
      --h1-font-size: 32px;
      --h2-big-font-size: 26px;
  }

  :is(.zf-trusted-brands-sec, .zf-apps-sec, .zf-zapps-sec) .content-wrap {
      padding: 60px 0;
  }
  /* end common */
  /* banner */
  .zf-banner-content,  .zf-aspect-inner h2, .zf-apps-inner{
      text-align: left;
  }

  .zf-banner-content h1{
      margin: 0 0 20px;
  }
  /* end banner */
  /* trusted brands */
  .zf-trusted-brands-sec, .zf-workflow-sec .content-wrap{
      border: none;
  }
  
  .zf-trusted-brands-inner {
      max-width: 100%;
      padding: 25px 20px;
      justify-content: center;
      border: 1px solid var(--border-color);
      border-radius: 10px;
  }
  /* end trusted brands */
  /* aspect brands */
  :is(.zf-workflow-sec, .zf-aspect-sec, .zf-testimonial-sec) .content-wrap{
      padding: 0 0 60px;
  }

  .zf-tab-cnt &gt; div, .zf-tab-cnt div.zf-tab-1{
      padding: 25px 20px;
  }

  .zf-tab-cnt h3, .zf-tab-cnt p{
      margin-bottom: 25px;
  }
  /* end aspect brands */
  /* testimonial brands */
  .zf-customer-details{
      max-width: 250px;
  }
  /* end testimonial brands */
  /* apps brands */
  .zf-apps-inner, .zf-zapps-points li{
      align-items: flex-start;
  }
  /* end apps brands */
  /* zapps brands */
  .zf-zapps-points li{
      flex-direction: column;
      gap: 10px;
      padding: 25px 0;
  }

  .zf-zapps-points li span {
      width: 55px;
      min-width: 55px;
      height: 55px;
  }
  /* end zapps brands */
  /* footer sec */
  .zf-footer-sec .content-wrap{
      padding-bottom: 60px;
  }

  .zf-footer-inner {
      border-radius: 5px;
      padding: 40px 10px;
  }
  /* end footer sec */
}</pre></body></html>