/* common classes */
h1,h2,h3{
    font-family: var(--zf-primary-regular);
  }
  a {
    display: inline-block;
  }
  .banner .act-btn.cta-btn{
      text-align: center;
  }
  img{
    display: block;
  }
  .mt-para{
    margin-top: 20px;
  }
  .banner h1,h2{
    font-size: 46px;
    letter-spacing: -1.7px;
    /* line-height: 1.1; */
  }
  h3{
    font-size: 42px;
    letter-spacing: -1.5px;
  }
  .zt-hitxt{
    font-family: var(--zf-primary-semibold);
  }
  .apps-category-wrap .zt-hilink{
    color: #1d76f0;
      font-family: var(--zf-primary-semibold);
  }
  .zt-hitxt em{
    font-family: var(--zf-primary-regular);
  }
  .flex-center{
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  }
  .flex-content {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
  }
  .flex-list .flex-box{
  border: 1px solid #E3E3E3;
  transition: all .5s ease-in-out;
  margin-top: 12px;
  }
  /* banner sec start */
  .zw-product-header {
    background-color: #c2b8fd;
    z-index: 2;
    position: relative;
  }
  .banner{
  position: relative;
  padding-top: 80px;
  /* background: url(/sites/zweb/images/tables/zt-kanban-banner-bg.png) no-repeat; */
  background-color: #C2B8FD;
  /* background-size: cover; */
  }
  p{
  color: var(--secondary-color);
  }
  .banner .ban-ctn::before{
    width: clamp(200px, 50%, 212px);
    height: calc(100%);
    content: "";
    position: absolute;
    left: -212px;
  top: 0;
  bottom: 0;
  right: 0;
  background-size:100%;
  background-image: url(/sites/zweb/images/tables/zt-database-man-left-bg.png);
  background-repeat: no-repeat;
  /* background-image: linear-gradient(to right,rgba(129,139,184,0.1411764706) 1px,transparent 1px),linear-gradient(to bottom,rgba(129,139,184,0.1411764706) 1px,transparent 1px); */
  z-index: 0;
  background-position:bottom;
  }
  .banner .ban-ctn::after{
    width: clamp(200px, 50%, 220px);
    height: calc(100%);
    content: "";
    position: absolute;
    right: -220px;
  top: 0;
  bottom: 0;
  left: auto;
  background-size:100%;
  background-image: url(/sites/zweb/images/tables/zt-database-man-right-bg.png);
  background-repeat: no-repeat;
  /* background-image: linear-gradient(to right,rgba(129,139,184,0.1411764706) 1px,transparent 1px),linear-gradient(to bottom,rgba(129,139,184,0.1411764706) 1px,transparent 1px); */
  z-index: 0;
  background-position:bottom;
  }
  .ver-line-wrap,
  .ver-line-wrap::before,
  .ver-line,
  .ver-line::before,
  .ver-line::after{
  position: absolute;
  }
  .ver-line-wrap{
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  }
  .ver-line-wrap::before{
  width: calc(100% + 30px);
  content: "";
  left: -15px;
  height: 100%;
  z-index: 1;
  display: block;
  border-top: 2px solid #000;
  }
  .ver-line{
  top: -100px;
  left: 0;
  display: flex;
  gap: 20%;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: none;
  }
  .ver-line::before{
  border: 1px solid #000;
  content: "";
  top: 85px;
  left: 0;
  height: calc(100% + 15px);
  }
  .ver-line::after{
  border: 1px solid #000;
  content: "";
  top: 85px;
  right: 0;
  height: calc(100% + 15px);
  }
  .ver-line li{
  height: 100px;
  border-left: 2px solid transparent;
  filter: blur(.5px);
  border-image: linear-gradient(#c2b8fd, #c2b8fd, #b082ff) 20 stretch;
  z-index: -1;
  list-style: none;
  }
  .banner h1 {
  /* max-width: 600px; */
  width: 100%;
  margin: 0 auto 15px;
  text-align: center;
  color: #3b9374;
  font-family: var(--zf-primary-semibold);
  }
  .banner h1 span{
    display: inline-block;
  color: #010101;
  font-family: var(--zf-primary-regular);
  }
  .banner p {
  /* max-width: 565px; */
  margin: 0 auto 30px;
  text-align: center;
  max-width: 750px;
  }
  .banner .content-wrap {
  padding-top: 85px;
  overflow: visible;
  max-width: 1600px;
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 98%;
  background: url(/sites/zweb/images/tables/zt-database-banner-bg.png) no-repeat;
  background-size: cover;
  background-position: center top;
  }
  /* .banner{
    position: relative;
    background: url(/sites/zweb/images/tables/zt-kanban-banner-bg.png) no-repeat;
    background-color: #C2B8FD;
    background-size: cover;
    } */
  .banner .ban-ctn{
    z-index: 1;
    padding: 80px;
    display: flex;
    flex-flow: column;
    align-items: center;
    width: clamp(660px, 60%, 950px);
    background-color: #fff;
    position: relative;
  }
  .bnr-coordinators-elem .elem-child{
  position: absolute;
  left: 570px;
  top: 80px;
  display: flex;
  align-items: center;
  padding: 5px 15px 5px 5px;
  background-color: #35A06B;
  border-radius: 50px;
  }
  .elem-child .steve-bg,
  .elem-child .chinara-bg,
  .elem-child .hazen-bg{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #fff;
  background-image: url(/sites/zweb/images/tables/templates/zt-steve.png);
  background-repeat:  no-repeat;
  background-size: 100%;
  background-position: left 3px;
  background-color: #FFC1AF;
  }
  .chinara.elem-child{
  background-color: #3B6EFA;
  top: 580px;
  left: 15%;
  }
  .hazen.elem-child{
  background-color: #F26F10;
  top: 400px;
  left: auto;
  right: 20px;
  }
  .elem-child .chinara-bg{
  background-image: url(/sites/zweb/images/tables/templates/zt-chinara.png);
  }
  .elem-child .hazen-bg{
  background-image: url(/sites/zweb/images/tables/templates/zt-hazen.png);
  background-position: 0 0;
  }
  .elem-child p{
  margin: 0;
  font-size: 16px;
  margin-left: 7px;
  color: #fff;
  font-family: var(--zf-primary-medium);
  }
  .elem-child .arrow{
  position: absolute;
  width: 60px;
  transform: rotate(160deg);
  left: auto;
  right: -34px;
  top: -15px;
  }
  .elem-child.chinara .arrow{
  transform: rotate(85deg);
  left: auto;
  right: -28px;
  top: -48px;
  }
  .elem-child.hazen .arrow{
  transform: rotate(-15deg);
  left: -32px;
  top: -45px;
  }
  .bnr-elements-temp .elem{
  min-width: 200px;
  min-height: 100px;
  max-width: 200px;
  max-height: 100px;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  padding: 15px 30px;
  color: #009365;
  border: 1px solid #00A875;
  font-family: var(--zf-primary-medium);
  background-color: #fff;
  }
  .bnr-elements-temp .elem span{
  width: 50px;
  height: 50px;
  background: url(/sites/zweb/images/tables/templates/zt-template-icons-sprite.png) no-repeat;
  background-size: 300px auto;
  display: block;
  background-position: -15px -10px;
  margin-right: 12px;
  }
  .bnr-elements-temp .finance{
  left: 220px;
  top: 100px;
  color: #BC4686;
  border: 1px solid #BC4686;
  }
  .bnr-elements-temp .finance span{
  background-position: -70px -12px;
  }
  .bnr-elements-temp .sales{
  left: 20px;
  top: 401px;
  color: #009365;
  border: 1px solid #00A875;
  }
  .bnr-elements-temp .hr{
  left: auto;
  right: 20px;
  top: 100px;
  color: #BA7E1E;
  border: 1px solid #BA7E1E;
  }
  .bnr-elements-temp .personal{
  left: 486px;
  top: 600px;
  color: #4148CE;
  border: 1px solid #4148CE;
  }
  .bnr-elements-temp .marketing{
  left: auto;
  right: 220px;
  top: 500px;
  color: #0078D1;
  border: 1px solid #0078D1;
  }
  .bnr-elements-temp .sales span{
  background-position: -15px -10px;
  }
  .bnr-elements-temp .hr span{
  background-position: -245px -10px;
  }
  .bnr-elements-temp .personal span{
  background-position: -132px -15px;
  }
  .bnr-elements-temp .marketing span{
  background-position: -177px -13px;
  background-size: 280px auto;
  }
  
  .bnr-elements-temp .elem p{
  margin: 0;
  }
  /* .bnr-elements-temp .elem span::before{
  
  } */
  /* banner sec end */
  /* three steps started */
  .three-steps{
  text-align: center;
  background-color: #131836;
  color: #fff;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  border-radius: 5px;
  z-index: 1;
  position: relative;
  }
  .three-steps h3{
    margin-bottom: 50px;
  }
  .three-steps .content-wrap{
  max-width: 800px;
  margin: 0 auto;
  padding: 50px 0;
  width: 90%;
  }
  .three-steps .icon{
  width: 90px;
  height: 90px;
  border-radius: 5px;
  display: block;
  margin: 0 auto 30px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  }
  .three-steps .icon span{
  width: 50px;
  height: 50px;
  display: block;
  background: url(/sites/zweb/images/tables/templates/zt-temp-steps-icons-sprite.png) no-repeat;
  background-size: 150px auto;
  }
  .pick-temp .icon span{
  background-position: 6px -4px;
  }
  .load-temp .icon span{
  background-position: -44px -4px;
  }
  .customize-temp .icon span{
  background-position: -98px -4px;
  }
  
  .three-steps .num{
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #5A5F7C;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  background-color: #131836;
  z-index: 1;
  }
  .steps-wrap p{
  font-size: 20px;
  color: #fff;
  }
  .steps-wrap{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 50px;
  position: relative;
  }
  .steps-wrap::before{
  content: "";
  border: 1px dashed #FFFFFF;
  opacity: 0.2;
  position: absolute;
  left: 10%;
  top: 52%;
  max-width: 618px;
  width: 100%;
  }
  .pick-temp,
  .load-temp,
  .customize-temp{
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  }
  /* three steps end */
  
  /* tracking challenges sec start */
  #app-name-4.apps-list .sec-ttl{
    margin-top: 0;
  }
  .apps-list img{
    margin-top: 40px;
  }
  .hi-txt{
    font-family: var(--primaryfont-semibold);
  }
  #app-name-0 img{
    margin-bottom: 40px;
  }
  .apps-list h2{
    margin-bottom: 20px;
  }
  .tracking .apps-list .sec-ttl{
    margin-top: 0;
  }
  .apps-list p:last-child{
    margin-bottom: 0;
  }
  .tracking{
    background-color: #fff;
  }
  .tracking h2{
    margin-bottom: 30px;
  }
  /* .tracking h2{
    margin-bottom: 40px;
  } */
  .tracking .box{
    /* background-color: #F2F4F8; */
    background-color: #F2F4F8;
  }
  #app-name-1 .box .sec-ttl{
    margin-top: 0;
  }
  .flex-box-wrap{
    display: flex;
    gap: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .tracking .two-colm{
    width: calc(50% - 10px);
  }
  .tracking .three-colm{
    width: calc(33.33% - 14px);
  }
  .challenges .box{
    background-color: #B6D5F7;
  }
  /* tracking sec end */
  
  /* app categories start */
  .apps-heading{
  text-align: left;
  max-width: 700px;
  }
  .apps-category-lists h3{
  font-size: 20px;
  letter-spacing: 0;
  padding: 20px 30px 40px;
  margin: 0;
  color: var(--primary-color);
  border-bottom: 1px solid #dedede;
  }
  .apps-category-lists li a{
  padding: 20px 30px;
  border-bottom: 1px solid #dedede;
  font-size: 16px;
  color: #555;
  display: block;
  }
  .apps-category-lists li.active a{
  color: #1d76f0;
  font-family: var(--zf-primary-medium);
  }
  .apps-category-lists li{
  position: relative;
  }
  .apps-category-lists li:before{
  content: "";
  position: absolute;
  left: 0;
  top: auto;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #1D76F0;
  }
  .apps-category-lists li.active:before{
  width: 100%;
  transition: all 1s ease-in-out;
  }
  .apps-category-wrap .content-wrap{
  max-width: 1340px;
  overflow: visible;
  }
  .apps-category-wrap{
  border-bottom: 1px solid #dedede;
  }
  .apps-category{
  width: 23%;
  padding-top: 90px;
  position: sticky;
  top: 0;
  padding-bottom: 150px;
  }
  /*  */
  .apps-list-view{
  width: 77%;
  padding-bottom: 90px;
  border-left: 1px solid #dedede;
  }
  
  .apps-list-view .para-flex{
      display: flex;
      justify-content: space-between;
      margin-bottom: 40px;
      flex-wrap: wrap;
  }
  .apps-list-view .para-flex:last-child{
    margin-bottom: 0;
  }
  .para-flex .inner-child{
    width: 50%;
  }
  .apps-list-view .para-flex p{
      width: 90%;
  }
  .wp-management{
      display: flex;
      justify-content: space-between;
      gap: 20px;
      position: relative;
      margin: 40px 0;
  }
  
  .apps-list .sec-ttl{
    font-family: var(--zf-primary-semibold);
  color: #010101;
  margin: 0px 0 10px;
  position: relative;
  font-size: 20px;
  }
  .database-benefits{
    background-color: #CBE4FF;
  }
  .database-benefits.apps-list .sec-ttl{
    margin-top: 0;
    width: 24%;
  }
  .database-benefits.apps-list .flex-box-wrap p:last-child{
    width: 70%;
  }
  .database-benefits .box{
    display: flex;
  }
  .database-benefits .flex-box-wrap{
    gap: 5px;
    margin-bottom: 40px;
  }
  .divider{
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background-color: #F2F4F8;
      position: absolute;
      margin: auto;
      display: flex;
      align-items: center;
      justify-content: center;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
  }
  .divider span{
      background-color: #C2B8FD;
      font-family: var(--zf-primary-bold);
      color: #4515CA;
      font-size: 17px;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
  }
   .apps-list .wp-management .sec-ttl{
      margin-top: 0;
  }
  .first-para{
      margin: 0;
  }
  .work-management,.pro-management{
      padding:50px 30px;
      background-color: #131836;
      width: 50%;
  }
  .work-management p,
  .pro-management p{
    color: #BABDD0;
  }
  .apps-list-view .zt-clr-box{
      padding: 30px;
      background-color: #C2B8FD;
      border-left: 3px solid #4515CA;
  }
  .benefits img{
      margin-top: 40px;
      padding-bottom: 30px;
  }
  .apps-list-view .zt-clr-box p{
      font-size: 24px;
    font-family: var(--zf-primary-medium);
    margin: 0;
    letter-spacing: -0.5px;
  color: #010101;
  }
  .apps-list-view .zt-clr-box ul li{
      font-size: 24px;
     letter-spacing: -0.48px;
    font-family: var(--zf-primary-medium);
    color: #010101;
    margin-left: 30px;
    line-height: 2;
    position: relative;
  }
  .apps-list-view .zt-clr-box ul li:before{
      content: "";
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background-color: #000;
      position: absolute;
      left: -18px;
      top: 0;
      bottom: 0;
      margin: auto;
  }
  .apps-list{
  padding: 90px 90px;
  border-bottom: 1px solid #dedede;
  }
  .wm-same-pm{
      background-color: #F2F4F8;
  }
  .apps-list:last-child{
  padding-bottom: 0;
  border: none;
  }
  .steps ul li{
      padding:0 0 50px 40px;
      position: relative;
  }
  .steps ul{
      margin-top: 60px;
  }
  .steps ul li::before{
      content: "";
      height: calc(100% - 40px);
      position: absolute;
      left: 10px;
      top: 27px;
      background-image: linear-gradient(black 13%, rgba(255, 255, 255, 0) 0%);
      background-position: right;
      background-size: 1px 6px;
      background-repeat: repeat-y;
      padding: 1px;
  }
  .steps ul li:last-child{
      padding-bottom: 0;
  }
  .steps ul li:last-child:before{
      height: 0;
  }
  .steps ul li span{
      position: absolute;
      left: 0;
      color: #fff;
      width: 20px;
      height: 20px;
      background-color: #000;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 13px;
      line-height: 1;
      font-family: var(--zf-secondary-extrabold);
  }
  .icon{
      width: 75px;
      height: 75px;
      border-radius: 20px;
      background-color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .icon span{
      display: block;
      background: url(/sites/zweb/images/tables/database-icon-sprite.svg) no-repeat;
      background-size: 275px auto;
      width: 45px;
      height: 45px;
  }
  .icon .streamline-flow{
    background-position: -49px -1px;
    width: 45px;
    height: 45px;
  }
  .icon .comp-req{
  background-position: -195px -1px;
  width: 32px;
  height: 43px;
  }
  .icon .setting-priorities{
    background-position: -144px -4px;
    width: 50px;
    height: 40px;
  }
  .icon .com-gap{
    background-position: -96px -1px;
    width: 47px;
    height: 43px;
  }
  .icon .decide-deadline{
    background-position: -3px -1px;
    width: 44px;
    height: 43px;
  }
  .icon .enhanced-col{
    background-position: -228px -1px;
    width: 44px;
    height: 43px;
  }
  .icon .resource-allocation{
    background-position: -237px -2px;
    width: 51px;
    height: 52px;
  }
  .icon .limited-allocation{
  background-position: -290px -1px;
  width: 56px;
  height: 53px;
  }
  .icon .rist-data-loss{
    background-position: -1px -59px;
    width: 56px;
    height: 53px;
    }
    .icon .reporting{
      background-position: -57px -58px;
      width: 44px;
      height: 54px;
      }
      .icon .difficulty{
        background-position: -102px -61px;
        width: 50px;
        height: 53px;  
        }
        .icon .administrative{
          background-position: -155px -62px;
          width: 54px;
          height: 51px;
          }
  .apps-list.steps .sec-ttl{
      margin: 0px;
      margin-bottom: 20px;
      padding: 0;
  }
  .steps ul li p{
      margin: 0px;
  }
  .challenges{
      background-color: #CBE4FF;
  }
  .box-wrap{
      display: flex;
      display: flex;
      justify-content: space-between;
      gap: 20px;
  }
  .box p{
      margin: 0;
  }
  .lft-box-wrap,
  .rht-box-wrap{
      width: 100%;
      gap: 20px;
  display: flex;
  flex-flow: column;
  }
  
   .box{
      width: calc(100% - 0px);
      padding: 50px 30px;
      background-color: #B6D5F7;
  }
  
  .box-firstchild{
      width: 100%;
      margin-bottom: 20px;
      margin-top: 60px;
  }
  .box-secchild{
      min-height: 360px;
  }
  .box-thirdchild{
      min-height: 420px;
  }
  .box-fourthchild{
      min-height: 390px;
  }
  .box-wrap .box-fifthchild{
      padding-bottom: 75px;
      min-height: 390px;
  }
  .wm-software .zt-clr-box{
      margin: 40px 0;
  }
  /* .apps-category-wrap a{
  color: var(--primary-color);
  } */
  .apps-list .flex-content{
  gap: 1% 1%;
  }
  .apps-heading p{
  margin-bottom: 45px;
  font-size: 20px;
  }
  .grid-list .flex-box{
  /* width: 32.6%; */
  border: 1px solid #E3E3E3;
  transition: all .5s ease-in-out;
  }
  .apps-list .flex-box:hover{
  box-shadow: 0px 20px 60px #4D4D4D1F;
  transform: translateY(-15px);
  transition: all .5s ease-in-out;
  }
  .apps-list .flex-box:hover .top-right-arrow{
  background-color: #000;
  transition: all .5s ease-in-out;
  }
  .apps-list .flex-box:hover .top-right-arrow:before{
  filter: invert(1);
  }
  .flex-box a{
  padding: 10px;
  }
  .flex-box .img-wrap{
  margin-bottom: 30px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  position: relative;
  }
  .top-right-arrow{
  content: "";
  width: 18%;
  height: 22%;
  border-radius: 50%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #010101;
  transition: all .5s ease-in-out;
  } 
  .top-right-arrow:before{
  content: "";
  background: url(/sites/zweb/images/tables/templates/zt-template-arrow.svg) no-repeat;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 9px;
  height: 12px;
  left: 2px;
  position: relative;
  top: 2px;
  }
  .flex-list .flex-box {
  width: 30.6%;
    border-radius: 5px;
    box-shadow: 0 20px 40px #9393930A;
    max-width: 280px;
  }
  .flex-list .flex-box h4{
  font-size: 20px;
    letter-spacing: -0.5px;
    margin-bottom: 12px;
    line-height: 1;
    padding-left: 10px;
    font-family: var(--zf-primary-medium);
  }
  .flex-list .flex-box p{
  font-size: 14px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  padding-left: 10px;
  }
  .txt-link-cta {
    font-size: 13px;
    font-family: var(--primaryfont-semibold);
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #0478ff;
    gap: 8px;
    margin: 30px 0;
  }
  #app-name-7 .txt-link-cta {
    text-decoration: underline;
    text-transform: capitalize;
    font-size: 18px;
  }
  .zt-kanban-page p a{
    color:  #0478ff;
    font-family: var(--primaryfont-semibold);
  }
  /* app categories end */
  /* faq start */
  .faq{
  margin: 100px 0;
  }
  .faq h2 em{
  display: block;
  font-style: unset;
  }
  /* faq end */
  /* zt bottom cta start */
  .zt-bottom-cta {
  background: #131934;
  text-align: center;
  color: #fff;
  }
  .zt-bottom-cta .content-wrap{
  max-width: 950px;
  margin: 0 auto;
  padding: 90px 0;
  }
  .zt-bottom-cta .content-wrap h2{
  max-width: 900px;
  margin: 0 auto 40px;
  }
  /* zt bottom cta end */
  /* slick start */
  .slickctn{
    margin-top: 50px;
  }
  /* kanban-scrum start */
  .kanban-scrum {
    background-color: #CBE4FF;
  }
  .kanban-scrum ul li.title-li{
    font-size: 12px;
    background-color: #000000;
    font-family: var(--zf-primary-semibold);
  }
  .kanban-scrum ul li.flex-box-wrap{
    min-width: 600px;
  }
  .kanban-scrum ul li:first-child p{
    color: #fff;
    background-color: #000;
  }
  .kanban-scrum ul {
    overflow: scroll;
    margin: 40px 0;
  }
  .kanban-scrum ul li{
    gap: unset;
    /* min-width: 500px; */
  }
.img-title{
    font-family: var(--primaryfont-semibold);
}
  .kanban-scrum ul li p:first-child{
    border-left: hidden;
    border-right: hidden;
    font-size: 20px;
    font-family: var(--primaryfont-semibold);
    background-color: #F2F4F8;
  }
  .kanban-scrum ul li.title-li p{
    background-color: #000000;
  }
  .kanban-scrum ul li p:last-child{
    border-right: hidden;
  }
  .kanban-scrum ul li p,
  .kanban-scrum .innr-ol{
    border: 1px solid #DDDDDD;
    /* font-size: 18px; */
    padding: 30px 25px;
    width: calc(33.33%);
    /* background-color: #F2F4F8; */
    margin: 0;
    border-collapse: collapse;
    display: flex;
    flex-flow: column;
    justify-content: center;
    background-color: #E9EBEF;
  }
  .kanban-scrum .innr-ol li{
    /* padding-left: 5px; */
    list-style: disc;
    color: var(--secondary-color);
  }
  .kanban-scrum .zt-clr-box{
  border-color: #4515CA;
  background-color: #B6D5F7;
  margin-top: 30px;
  }
  .kanban-scrum .zt-clr-box p{
    font-size: 18px;
  }
  .kanban-scrum .zt-clr-box p a{
    color: #0478ff;
  }
  .kanban-key h3{
    font-size: 20px;
    letter-spacing: 0;
    font-family: var(--zf-primary-semibold);
  }
  .kanban-key .columns{
    margin-top: 40px;
  }
  .apps-list .wip-limits p{
    margin-bottom: 40px;
  }
  .kanban-key .row-wrap{
    margin-bottom: 30px;
  }
  
  .manage-details ul,.smc-efforts ul {
    background-color: #f2f4f8;
    padding: 30px
  }
  .verdict{
    background-color: #F2F4F8;
  }
  .smc-efforts ul li {
    padding-left: 20px
  }
  .smc-efforts ul li p:last-child{
    margin-bottom: 20px;
  }
  .apps-list.smc-efforts ul li p{
    position: relative;
  }
  .apps-list.smc-efforts ul li p::before,
  .apps-list.smc-efforts ul li h4::before{
    content: "";
    width: 10px;
    height: 10px;
    border: 2px solid #000;
    border-radius: 50%;
    position: absolute;
    left: -20px;
    top: 10px;
    bottom: 0;
    /* margin: auto */
  }
  .apps-list.smc-efforts.adv-ss ul li p::before{
    display: none;
  }
  .limit-ss{
    background-color: #CBE4FF;
  }
  /* kanban-scrum end */
  #app-name-0 h2{
    max-width: 750px;
  }
  @media only screen and (max-width: 1499px) {
  .faq h2{
    font-size: 42px;
  }
  }
  @media only screen and (max-width: 1440px) {
  .bnr-elements-temp .finance {
    left: 100px;
  }
  .bnr-elements-temp .sales {
    left: 0px;
  }
  .bnr-elements-temp .marketing {
    right: 100px;
  }
  .flex-list .flex-box{
    /* max-width: 280px; */
    width: 32.6%;
    }
    .apps-category-wrap .content-wrap{
      max-width: 1440px;
      width: 100%;
    }
    .apps-list {
      padding: 60px 60px;
    }
  }
  @media only screen and (max-width: 1280px) {
    .banner .ban-ctn::after,
    .banner .ban-ctn::before{
      width: clamp(160px, 50%, 160px);
    right: -160px;
    }
    .banner .ban-ctn::before{
      left: -160px;
    }
  
  }
  @media only screen and (max-width: 1199px) {
      /* .banner .content-wrap::before{
          display: none;
      } */
      .banner .ban-ctn{
        padding: 50px;
      }
    h2{
        font-size: 42px;
        letter-spacing: -1.5px;
    }
    h3{
        font-size: 36px;
        letter-spacing: -1px;
    }
  .bnr-elements-temp .elem,
  .bnr-coordinators-elem .elem-child{
    display: none;
  }
  /* .banner .content-wrap {
    padding-top: 0px;
  } */
  /* .zt-bottom-cta .content-wrap h2 {
    max-width: 420px;
    letter-spacing: -1px;
  } */
  }
  @media only screen and (max-width: 1024px) {
    /* #app-name-0{
      padding-top: 0;
    } */
      /* #app-name-5{
          padding-bottom: 0;
      } */
  .apps-category-wrap .flex-content{
      flex-flow: column;
      align-items: center;
    }
    .apps-list-view{
      border: none;
    }
    .apps-category-lists ul{
      display: none;
    }
    .apps-category-wrap .content-wrap {
      width: 90%;
    }
    .apps-category{
      width: 100%;
      position: relative;
      top: 0;
      padding: 60px 70px 0px;
    }
    .apps-list{
      padding: 60px 70px;
      border: none;
    }
    .apps-category-lists h3{
      border: 1px solid #dedede;
      padding: 10px 15px 10px;
      position: relative;
    }
    .apps-category-lists li a {
      padding: 10px 15px;
    }
   
    .apps-category-lists ul{
      border: 1px solid #dedede;
      border-top: none;
      border-bottom: none;
      height: 220px;
      overflow: auto;
    }
    .apps-category h3 span {
      position: absolute;
      right: 20px;
      top: 1px;
      z-index: 1;
      height: auto;
      width: auto;
    }
    
    .apps-category h3 span:before,.apps-category h3 span:after {
      content: "";
      position: absolute;
      z-index: 1;
      width: 2px;
      height: 10px;
      background: #000;
      top: 16px
    }
    .apps-category h3 span:before {
      left: -1px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg)
    }
    
    .apps-category h3.select-open span:before {
      -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      transform: rotate(135deg)
    }
    
    .apps-category h3 span:after {
      left: -7px;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg)
    }
    
    .apps-category h3.select-open span:after {
      -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
      transform: rotate(-135deg)
    }
    .apps-list-view {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0px;
    }
  }
    /*  */
  @media only screen and (max-width: 991px) {
.banner{
padding-top: 0;
}
    .kanban-scrum .innr-ol li{
        font-size: 15px;
    }
    .apps-list.kanban-scrum,
    .apps-list.limit-ss,
    .apps-list.verdict{
      padding: 60px 50px;
    }
    .banner .content-wrap{
      background-image: unset;
      padding-top: 0;
    }
    .apps-list-view{
      padding: 60px 0;
    }
    #app-name-7{
      margin: 0;
      background-color: #fff;
    }
    .banner .content-wrap{
      padding-bottom: 60px;
    }
    .banner p {
      color: #000;
  }
     .banner .ban-ctn::before,
    .banner .ban-ctn::after,
    .ver-line-wrap{
      display: none;
    }
    .banner .ban-ctn{
      background-color: unset;
      width: clamp(660px, 100%, 660px);
      padding: 0;
    }
      .apps-list-view .zt-clr-box p,
      .apps-list-view .zt-clr-box ul li {
          font-size: 21px;
          letter-spacing: 0;
      }
      /* .zt-bottom-cta .content-wrap h2 {
          max-width: 450px;
      } */
      .work-management, .pro-management{
          /* border: 1px solid #333; */
          box-shadow: 0 4px 20px #362c4b1a;
      }
      .apps-list {
          padding: 60px 0px;
      }
      .wm-same-pm, .challenges,
      .steps{
          padding-top: 0;
      }
      .apps-category{
          padding-left: 0;
          padding-right: 0;
      }
      .wm-same-pm,
      .challenges{
          background-color: unset;
      }
      /*  */
  .flex-list .flex-box {
    width: 49%;
  }
  .steps-wrap::before{
  max-width: 450px;
  }
  .three-steps .content-wrap {
  max-width: 620px;
  }
  }
  @media only screen and (max-width: 767px) {
    .apps-list img{
      margin-top: 20px;
    }
    .apps-list.kanban-scrum{
      padding: 60px 30px;
    }
    .smc-efforts.apps-list .sec-ttl::before {
      left: -30px;
      margin: 0;
      top: 10px;
      bottom: unset
  }
    .divider{
      position: relative;
    }
    .wp-management{
      gap: 10px;
    }
    .work-management, .pro-management,
    .box {
      padding: 30px 20px;
    }
    .apps-list h2 {
      margin-bottom: 20px;
  }
    .database-benefits .box{
      flex-flow: column;
    }
    .database-benefits.apps-list .flex-box-wrap p:last-child,
    .database-benefits.apps-list .sec-ttl{
      width: 100%;
    }
    .apps-list-view {
      padding: 40px 0;
  }
    .tracking .three-colm,
    .tracking .two-colm,
    .para-flex .inner-child{
      width: 100%;
    }
      
      .apps-list-view .para-flex p:last-child{
          margin: 0;
      }
      .box-firstchild{
          margin-top: 40px;
      }
      .apps-category {
          padding: 40px 70px 0;
          display: none;
      }
      .box-secchild,
      .box-thirdchild,
      .box-fourthchild,
      .box-fifthchild{
          min-height: unset;
      }
      .box-wrap .box-fifthchild{
          padding-bottom: 50px;
          min-height: unset;
      }
      .benefits img {
          margin-top: 30px;
          padding-bottom: 10px;
      }
      .banner .content-wrap {
          padding: 40px 0;
      }
      .apps-list-view .para-flex p {
          width: 100%;
      }
      .apps-list-view .para-flex{
          flex-flow: column;
      }
      .apps-list-view .zt-clr-box p,
      .apps-list-view .zt-clr-box ul li {
          font-size: 18px;
          letter-spacing: 0;
          line-height: 1.6;
      }
      .banner .ban-ctn{
          width: 90%;
          padding: 0;
      }
      #app-name-4{
          padding-bottom: 0;
      }
      .wp-management{
          flex-flow: column;
      }
      .box-wrap{
          flex-flow: column;
      }
      .work-management, .pro-management{
          width: 100%;
      }
      .banner .ban-ctn{
          align-items: flex-start;
      }
      .apps-list {
          padding: 40px 0px;
      }
  
      #app-name-3{
          padding-bottom: 0;
      }
      .banner h1,h2{
        font-size: 36px;
        letter-spacing: -1px;
    }
    h3{
        font-size: 30px;
        letter-spacing: -0.5px;
    }
  .apps-list .flex-box:hover{
    box-shadow: unset;
  }
  .zt-bottom-cta .content-wrap h2 {
    /* max-width: 340px; */
    margin-bottom: 30px;
    font-size: 30px;
  }
  
  .steps-wrap{
    flex-flow: column;
  }
  .pick-temp, .load-temp, .customize-temp{
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
    width: 100%;
    justify-content: flex-start;
    max-width: unset;
  }
  .three-steps .icon{
  order: 1;
    margin: 0;
    margin-right: 5%;
  }
  .three-steps .num{
    order: 0;
    margin: 0;
    margin-right: 5%;
  }
  .steps-wrap p{
    order: 2;
    margin: 0;
    text-align: left;
  }
  .three-steps .icon {
    width: 70px;
    height: 70px;
  }
  .steps-wrap::before{
    display: none;
  }
  .three-steps h3{
    text-align: left;
  }
  .apps-heading p{
    font-size: 18px;
    margin-bottom: 20px;
  }
  .flex-list .flex-box h4 {
    letter-spacing: 0;
  }
  
  .zt-bottom-cta .content-wrap{
  padding: 40px 0;
  }
  .faq{
  margin: 60px 0;
  }
  .banner h1{
  text-align: left;
    margin: 0 0 15px;
  }
  .banner p{
  text-align: left;
  }
  .apps-category-wrap{
  border: none;
  }
  .three-steps h3 {
  margin-bottom: 30px;
  }
  .list-bdr{
  display: none;
  }
  /* swipe css */
  .swipe-wrap{
  width: 100%;
  overflow: hidden;
  }
  .flex-list{
  flex-wrap: unset;
  transition: transform 0.3s ease;
  z-index: 0;
  position: relative;
  }
  .flex-list .flex-box{
  width: 300px;
  flex: 0 0 auto;
  }
  /* swipe css */
  }
  @media all and (max-width:450px) {
    .apps-list.kanban-scrum,
    .apps-list.kanban-scrum, .apps-list.limit-ss, .apps-list.verdict  {
      padding: 60px 10px;
  }
  .three-steps .icon {
  width: 50px;
  height: 50px;
  }
  .three-steps .icon span{
  width: 40px;
  height: 40px;
  background-size: 120px auto;
  }
  .customize-temp .icon span {
  background-position: -78px -3px;
  }
  .load-temp .icon span {
  background-position: -34px 0px;
  }
  .pick-temp .icon span {
  background-position: 3px -3px;
  }
  .steps-wrap p {
  font-size: 18px;
  line-height: 1.4;
  }
  }
  @media only screen and (max-width: 400px) {
    .banner h1,h2{
        font-size: 30px;
        letter-spacing: -0.5px;
    }
    h3{
        font-size: 28px;
    }
    .zt-bottom-cta .content-wrap h2 {
      font-size: 28px;
    }
  }
  @media all and (max-width:375px) {
  .flex-list .flex-box {
    width: 250px;
  }
  .steps-wrap p {
    font-size: 15px;
  }
  }
  @media only screen and (min-width: 1441px) {
    .banner h1{
        font-size: 56px;
        letter-spacing: -2.2px;
    }
    h2{
        font-size: 46px;
    }
    h3{
        font-size: 53px;
        letter-spacing: -2.2px;
    }
  }