*, ul, p, h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  font-weight: inherit;
}
.bnr-main-con{
    background: #0b5b42 url(/sites/zweb/images/desk/images/zd-header-pattern_1.svg) no-repeat;
    position: relative;
    background-position: bottom;
    background-size: cover;
}
.banner-section {
  padding: 140px 30px 100px;
  margin-top: -82px;
  text-align: center;
  background: linear-gradient(to bottom, #0b5b42cc 30%, rgba(8, 153, 73, 0));
  position: relative;
}
.dib{
  display: inline-block
}
.zc_lazy {
  -webkit-filter: blur(6px);
  filter: blur(6px);
}
.banner-container {
  max-width: 900px;
  width: 100%;
  display: inline-block;    
  color: #fff;
}
.main-hdr {
  margin-bottom: 15px;
  font: 56px/1.1 var(--zf-primary-extrabold);
  letter-spacing: 0.1px;
}
.banner-para {
  width: 100%;
  margin: 12px auto 0;
  font: 400 22px/1.4 Roboto, Arial, Helvetica, sans-serif;
}
.container-section {
  padding: 100px 25px 75px;
  background: rgba(229, 235, 241);
}
.container-inner {
  max-width: 1080px;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}
.box-con {
  padding: 15px;
    width: 31.33%;
    box-sizing: border-box;
    background: #fff;
    margin: 0 1%;
    text-align: center;
    margin-bottom: 40px;
    cursor: pointer;
    border-radius: 8px;
    border: 1px solid #cdeec9;
    transition: all ease .7s;
    box-shadow: 0 3px 5px 0 rgb(51 79 43 / 15%);
}
.ftrs-img {
  width: 240px;
  display: inline-block;
}
.box-content {
  text-align: left;
    padding: 35px 8px 60px;
    position: relative;
}
.box-hdr {
  font: 24px/1.3 var(--zf-primary-bold);
  margin-bottom: 10px;
}
.box-con.alter .box-hdr {
  font-size: 30px;
  margin-bottom: 20px;
}
.crm-hub-ctasec {
  padding: 70px 30px !important;
}
.para {
  font: 16px/1.7 var(--zf-primary-regular);
}
.learnmore {
  padding-right: 30px;
   font: 18px/1.7 var(--zf-primary-bold);
    display: inline-block;
    position: absolute;
    color: #089949;
    text-decoration: none;
    cursor: pointer;
    bottom: 15px;
    z-index: 1;
}
.box-con.alter {
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-con-inner {
  width: 175px;
}
.nav-btn {
  padding: 12px 0;
  text-align: center;
  width: 100%;
  display: block;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  font: 16px/1.1 var(--zf-primary-bold);
  background: #089949;
  margin-top: 5px;
}
.body-umain .new-user {
  display: none;
}
.banner-strip {
  font: 400 16px/1.5 Roboto, Arial, Helvetica, sans-serif;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(50%);
  -webkit-transform: translateX(-50%) translateY(50%);
  bottom: 0%;
  padding: 8px 32px;
  min-width: 250px;
  background: #fff;
  border-radius: 20px;
  display: inline-block;
}
.arrow-con {
  top: 15px;
  position: absolute;
  right: 10px;
  transition: all ease .28s;
}
.arrow {
  position: relative;
  width: 12px;
  height: 2px;
  background: #089949;
  display: block;
}
.arrow:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid #089949;
  transform: rotate(-45deg);
  border-left: 0;
  border-top: 0;
  top: -3px;
  right: 0;
}
@media only screen and (max-width: 1023px) {
  .para {
    font-size: 16px;
  }
  .banner-section {
    padding: 120px 30px 90px;
  }
  .container-section {
    padding: 90px 25px 60px;
  }
  .container-inner {
    max-width: 840px;
    width: 100%;
    justify-content: center;
    -wekit-justify-content: center;
  }
  .box-con {
    width: 48%;
    margin: 0 1% 20px;
  }
  .box-content {
    text-align: center;
  }
  .main-hdr {
    font: 36px/1.2 var(--zf-primary-extrabold);
    text-align: center !important;
  }
  .banner-para {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .box-con.new-user {
    display: none;
  }
  .main-container-wrapper #mini-panel-product_menu .menu-icon-help-header .product-title a {
    color: #fff;
  }
.learnmore {
    position: relative;
    bottom: unset;
    margin: 30px auto 0;
}
.box-content {
    padding: 35px 15px;
}
  .container-section {
    padding: 80px 25px 60px;
  }
  .banner-section {
    padding: 110px 30px 75px;
  }
  .box-con {
    max-width: 380px;
    width: 100%;
    margin: 0 0 20px;
  }
}