body {
    background: #fff;
}
.help-wrap .col-block>span {
    background: url(/sites/zweb/images/help-new-icon-sprite-crm.png) left top no-repeat;
    background-size: 900px auto;
}
.help-wrap .col-block:nth-child(1)>span {
    background-position: -250px -50px
}

.help-wrap .col-block:nth-child(2)>span {
    background-position: -50px 0
}

.help-wrap .col-block:nth-child(3)>span {
    background-position: -350px 0
}

.help-wrap .col-block:nth-child(4)>span {
    background-position: -500px 0
}

.help-wrap .col-block:nth-child(5)>span {
    background-position: -450px 0
}

.help-wrap .col-block:nth-child(6)>span {
    background-position: -100px -50px
}

.help-wrap .col-block:nth-child(7)>span {
    background-position: -150px 0
}

.help-wrap .col-block:nth-child(11)>span {
    background-position: -100px -50px
}

.help-wrap .col-block:nth-child(10)>span {
    background: url(/sites/zweb/images/connect-help-new-icon-sprite.png);
    display: inline-block;
    height: 50px;
    margin-bottom: 10px;
    width: 50px;
    background-size: 50px auto
}

.help-wrap .col-block:nth-child(9)>span {
    background-position: -98px 0
}

.help-wrap .col-block:nth-child(8)>span {
    background-position: -400px 0
}

.help-wrap .col-block:nth-child(10) {
    background-color: #5c6ac2;color:#fff
}

/* .help-guides-wrap ul li:nth-child(10) a,.help-guides-wrap ul li:nth-child(10) p {
    color: #fff
} */

.help-wrap .col-block:nth-child(10) > a.learn-more {
    background-color: #fed500;
    color: #333;
    display: inline-block;
    font-family: var(--zf-primary-semibold);
    font-size: 12px;
    margin-top: 15px;
    padding: 7px 25px;
    text-decoration: none;
    text-transform: uppercase
}

.help-wrap .col-block:nth-child(1) > a {
    background-color: #03a9f5;
    color: #fff;
    display: inline-block;
    padding: 5px 15px;
    text-transform: uppercase;
    border: 0;
    font-size: 14px;
    font-family: var(--zf-primary-semibold)
}



/*feature-breadcrumb start*/
.feature-breadcrumb {
  padding-top: 23px;
}
.feature-breadcrumb.breadcrumb-dark li {
  color: #000;
}
.feature-breadcrumb.breadcrumb-dark li a {
  color: #666;
}
.feature-breadcrumb.breadcrumb-dark li a:hover {
  color: #000;
}
.feature-breadcrumb.breadcrumb-dark li a:after {
  background: #000;
}
.feature-breadcrumb.breadcrumb-light li {
  color: #fff;
}
.feature-breadcrumb.breadcrumb-light li a {
  color: #fff;
}
.feature-breadcrumb.breadcrumb-light li a:hover {
  color: #fff;
}
.feature-breadcrumb.breadcrumb-light li a:after {
  background: #fff;
}
.feature-breadcrumb .jpc-container {
  max-width: 1200px;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}
.feature-breadcrumb li {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  display: inline-block;
  margin-right: 14px;
  position: relative;
  color: #fff;
}
.feature-breadcrumb li a {
  color: #8cbaff;
  position: relative;
  display: block;
  transition: 0.2s;
  padding-bottom: 4px;
}
.feature-breadcrumb li a:hover {
  color: #fff;
}
.feature-breadcrumb li a:hover:after {
  width: 100%;
  left: 0;
  right: auto;
  transition: all 0.2s linear;
}
.feature-breadcrumb li a:before {
  content: '>';
  display: block;
  height: 5px;
  width: 5px;
  position: absolute;
  right: -8px;
  top: -1px;
  font-size: 13px;
  font-weight: 400;
  pointer-events: none;
}
.feature-breadcrumb li a:after {
  content: '';
  display: block;
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background: #fff;
  transition: all 0.3s linear;
}
/*feature-breadcrumb end*/
.zw-template-inner h1,
.zw-template-inner h2,
.zw-template-inner h3,
.zw-template-inner h4,
.zw-template-inner h5,
.zw-template-inner h6 {
  font-weight: 700;
  line-height: normal;
}
.zw-template-inner p {
  line-height: 2;
}
@media only screen and (max-width: 1250px) {
  .feature-breadcrumb .jpc-container {
    max-width: 100%;
    padding: 0 25px;
  }
}