/* common classes */
h1,h2,h3{
  font-family: var(--zf-primary-regular);
}
a {
  display: inline-block;
}
.banner .act-btn.cta-btn{
    text-align: center;
}
/* p,.zt_banner p,
.zt-banner p{
  font-size: 21px;
  letter-spacing: -0.18px;
  line-height: 1.7;
} */
/* p{
  font-size: 18px;
} */
img{
  display: block;
}
h1,h2{
  font-size: 46px;
  letter-spacing: -1.7px;
  line-height: 1.1;
}
h3{
  font-size: 42px;
  letter-spacing: -1.5px;
}
.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;
background-color: #C2B8FD;
}
p{
color: var(--secondary-color);
}
.banner .ban-ctn::before{
  width: clamp(200px, 50%, 267px);
  /* max-width: 270px;
width: 100%; */
height: calc(100%);
content: "";
position: absolute;
left: -267px;
top: 0;
bottom: 0;
right: 0;
background-size:100%;
background-image: url(/sites/zweb/images/tables/wm-banner-left.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%, 267px);
  /* max-width: 270px;
width: 100%; */
height: calc(100%);
content: "";
position: absolute;
right: -267px;
top: 0;
bottom: 0;
left: auto;
background-size:100%;
background-image: url(/sites/zweb/images/tables/wm-banner-right.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{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.ver-line-wrap::before{
  width: calc(100% + 30px);
  content: "";
  left: -15px;
  position: absolute;
  height: 100%;
  z-index: 1;
  display: block;
  border-top: 2px solid #000;
}
.ver-line{
  position: absolute;
  top: -100px;
  left: 0;
  display: flex;
  gap: 20%;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.ver-line::before{
  border: 1px solid #000;
  content: "";
  position: absolute;
  top: 85px;
  left: 0;
  height: calc(100% + 15px);
}
.ver-line::after{
  border: 1px solid #000;
  content: "";
  position: absolute;
  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: block;
color: #010101;
font-family: var(--zf-primary-regular);
}
.banner p {
/* max-width: 565px; */
margin: 0 auto 30px;
text-align: center;
}
.banner .content-wrap {
padding-top: 40px;
overflow: visible;
max-width: 1600px;
display: flex;
flex-flow: column;
align-items: center;
width: 100%;
}
.banner .ban-ctn{
    z-index: 1;
    padding: 80px;
    display: flex;
    flex-flow: column;
    align-items: center;
    width: clamp(660px, 60%, 870px);
    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 */

/* 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;
}
.apps-list-view .para-flex p{
    width: 48%;
}
.wp-management{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    position: relative;
    margin-top: 40px;
}

.apps-list .sec-ttl{
  font-family: var(--zf-primary-semibold);
font-size: 20px;
letter-spacing: -0.4px;
line-height: 1.5;
color: #010101;
margin: 40px 0 10px;
}
.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: #fff;
    width: 50%;
}
/* .wm-img,.pm-img{
    max-width: 240px;
} */
.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-left: 40px;
    padding-bottom: 50px;
    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/workplace-icon.svg) no-repeat;
    background-size: 350px auto;
    width: 49px;
    height: 49px;
}
.icon .streamline-flow{
    background-position: -98px -4px;
}
.icon .setting-priorities{
    background-position: -147px -4px;
}
.icon .com-gap{
    background-position: -244px -5px;
    width: 53px;
    height: 52px;
}
.icon .decide-deadline{
    background-position: -196px -5px;
    width: 50px;
    height: 50px;
}
.icon .resource-allocation{
    background-position: -296px -4px;
    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;
}
/* 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: 850px;
margin: 0 auto;
padding: 90px 0;
}
.act-btn.cta-btn{
visibility: visible;
opacity: 1;
}
.zt-bottom-cta .content-wrap h2{
max-width: 630px;
margin: 0 auto 40px;
}
.zt-bottom-cta .content-wrap h2 span{
  display: inline-block;
}
/* zt bottom cta end */
@media (min-width: 1281px) and (max-width: 1440px) { 
  .banner .ban-ctn::before{
    width: clamp(200px, 50%, 250px);
  left: -250px;
  }
  .banner .ban-ctn::after{
    width: clamp(200px, 50%, 250px);
  right: -250px;
 }
}
@media only screen and (max-width: 1499px) {
.faq h2{
  font-size: 42px;
}
/* p{
  font-size: 18px;
} */
}
/* @media only screen and (min-width: 1441px){
.flex-list .flex-box{
  width: 32.6%;
  }
} */
@media only screen and (max-width: 1440px) {
/* .banner .content-wrap{
  max-width: 1280px;
} */
.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%;
  }
}
@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 .ban-ctn::before,
  .banner .ban-ctn::after,
  .ver-line-wrap{
    display: none;
  } */
  /* .banner .ban-ctn{
    background-color: unset;
    width: clamp(660px, 100%, 870px);
  } */
  .banner .ban-ctn{
    padding: 50px;
  }
    .banner .content-wrap::before{
        display: none;
    }
  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: 510px;
  letter-spacing: -1px;
}
}
@media only screen and (max-width: 1024px) {
  #app-name-0{
    padding-top: 0;
  }
    #app-name-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) {
  .apps-list-view,
  .zt-bottom-cta .content-wrap{
    padding: 60px 0;
  }
  .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: 600px;
    }
    .work-management, .pro-management{
        /* border: 1px solid #333; */
        box-shadow: 0 4px 20px #362c4b1a;
    }
    .apps-list {
        padding: 40px 0px;
    }
    .wm-same-pm, .challenges,
    .steps,#app-name-7,
    #app-name-3{
        padding-top: 0;
    }
    .apps-category{
        padding-left: 0;
        padding-right: 0;
        display: none;
    }
    .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-view,
  .zt-bottom-cta .content-wrap{
    padding: 40px 0;
  }
    #app-name-0 p,
    .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-1,
    #app-name-3{
        padding-bottom: 0;
    }
  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: 500px;
  margin-bottom: 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: 60px 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) {
.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) {
  h1,h2{
      font-size: 30px;
      letter-spacing: -0.5px;
  }
  h3{
      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) {
  h1{
      font-size: 56px;
      letter-spacing: -2.2px;
  }
  h2{
      font-size: 46px;
  }
  h3{
      font-size: 53px;
      letter-spacing: -2.2px;
  }
}