.zw-template-inner *, .zw-template-inner ::after, .zw-template-inner ::before {
    box-sizing: border-box;
}
.zw-template-inner {
margin-top: -70px;
}
.crm-hub-header {
    padding: 100px 0 0px;
    background: #0067ff;
    position: relative;
    overflow-x: clip;
}
.crm-breadcrumb {
    list-style-type: none;
    max-width: 1280px;
    margin: 0 auto;
    width: 90%;
    padding-bottom: 50px;
}
.crm-breadcrumb li {
    display: inline-block;
    margin: 0 25px 0 0;
    font: 12px / 1.2 var(--zf-primary-semibold);
    color: #fff;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}
.crm-features-link {
    color: #8cbaff;
    position: relative;
    display: inline-block;
}
.crm-features-link:before {
    content: ">";
    position: absolute;
    right: -15px;
    display: inline-block;
}
.crm-features-link:after {
    content: '';
    display: block;
    position: absolute;
    left: auto;
    right: 0;
    bottom: -4px;
    height: 1px;
    width: 0;
    background: #fff;
    transition: all .3s linear;
}
.crm-features-link:hover {
  color: #fff
}
.crm-features-link:hover:after {
  width: 100%;
  left: 0;
  right: auto;
  transition: all .2s linear
}
.crm-hub-banner {
    max-width: 1440px;
    margin: 0 auto;
    text-align: left;
    color: #fff;
     position: relative;
    z-index: 1;
    padding-bottom: 120px;
    padding-left: 120px;
}
.banner-illus{
    position: absolute;
    width: 620px;
    right: -70px;
    bottom: 80px;
}
.crm-hub-titlesec {
    max-width: 750px;
   position: relative;
   z-index: 1;
}
.crm-hub-banner h1 {
    font: 64px / 1.1 var(--zf-primary-semibold);
   max-width: 750px;
}
.crm-hub-banner p {
    font: 18px / 1.6 var(--zf-primary-regular);
  margin: 0px;
  max-width: 750px;
}
.crm-hub-sinup {
   margin-top: 25px;
}

.crm-hub-cntsec {
    position: relative;
}
.bg-gradient {
  position: absolute;
  width: 100%;
  height: 1800px;
background: #FDF6EB;
background: linear-gradient(0deg, #ffffff, #fff1da, #ffffff);
}
.bg-gradient-1 {
  top: 500px;
}
.bg-gradient-2 {
  top: 3200px;
}
.crm-featur-container {
  position: relative;
  z-index: 1;
}
.crm-hub-container {
    max-width: 960px;
    text-align: center;
    color: rgb(28, 29, 30);
    padding: 0px 0px 125px;
    margin: 0px auto;
}
.crm-hub-container:first-child {
    padding-top: 125px;
}
.non-umain .crm-hub-container:last-child {
    padding-bottom: 0px;
}
.crm-hub-container h2 {
    font: 48px / 1.2 var(--zf-secondary-medium);
    margin: 0px;
}
.crm-hub-container p {
    font: 18px / 1.7 var(--zf-primary-regular);
    margin: 15px 0 10px;
    color: #222;
    display: inline-block;
}
.crmhub-img {
    border-radius: 10px;
}
.bx-shadow{
   box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.1);
}
.hub-lrn {
    color: rgb(0, 103, 255);
    position: relative;
    display: inline-block;
    text-decoration: none;
    font: 16px var(--zf-primary-semibold);
}
.hub-lrn span {
    background: url(/sites/zweb/images/crm/features-hub-sprite.svg);
    background-position: -25px -28px;
    width: 14px;
    height: 11px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 2px;
    transition: all ease .35s;
}
.hub-lrn:hover span {
  transform: translateX(4px);
  -webkit-transform: translateX(4px)
}

.crm-hub-imgsec {
    position: relative;
    margin-top: 40px;
}


.crm-hub-brdcrmb {
  position: relative;
  z-index: 10;
  border-top: 1px solid rgb(209, 209, 209);
  background: rgb(255, 255, 255);
  display: flex;
}
.brdcrmb-secn {
  width: 50%;
  box-sizing: border-box;
  background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0px, rgb(246, 247, 248) 25%);
  padding: 25px 0px;
  display: flex;
}
.crm-hub-brdcrmb div.brdcrmb-secn:first-child{
  border-right: 1px solid #d1d1d1;
  flex-direction: row-reverse;
}
.brdcrmb-cnt-rit {
  margin-right: 115px;
}
.brdcrmb-txt {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.hub-prev {
  text-align: right;
}
.brdcrmb-cnt {
  margin-left: 115px;
  display: flex;
}
.brdcrmb-top {
  color: rgb(102, 102, 102);
  display: block;
  font: 14px var(--zf-primary-regular);
}
.brdcrmb-botm a {
  color: rgb(0, 0, 0);
  font: 18px var(--zf-primary-medium);
}
.hub-lrn .lrn-arw {
  position: absolute;
  transition: 0.3s linear;
  top: 6px;
   right: -25px;
}
.hub-lrn .lrn-arw.arw-prev {
  left: -25px;
   right: unset;
  transform: rotate(180deg);
  margin-left: 0px;
}
.anim-ele, .anim-eles {
  opacity: 0 !important;
  transform: translateY(20px);
}
.anim-init, .anim-init1 {
  transition: .7s opacity cubic-bezier(.25, .46, .45, .94), 1s transform cubic-bezier(.25, .46, .45, .94)
}
.crm-hub-ctasec {
    padding: 120px 0;
}
.image-sldr .slick-dots {
    margin: 40px 0 0;
}
.image-sldr .slick-dots li {
    margin: 0 12px;
    background: #919293;
    width: 10px;
    height: 10px;
    border: unset;
}
.image-sldr .slick-dots li.slick-active {
    background: #575859;
    width: 10px;
    height: 10px;
    border: unset;
}
.app-links a {
    color: #0067ff;
    text-decoration: underline;
}
.app-links a:first-child {
    border-right: 1px solid #ccc;
    padding-right: 15px;
}
.app-links a:last-child {
    padding-left: 15px;
}

/* Ar css */
.i18n-ar .banner-illus {
    right:unset;
    left:-70px;
}
.i18n-ar .crm-featur-container *{
    text-align:center;
}
.i18n-ar .hub-lrn span {
    transform:rotate(180deg);
}

.i18n-ar .crm-hub-brdcrmb div.brdcrmb-secn:first-child {
    border-right:unset !important;
    border-left:1px solid #d1d1d1;
}
.i18n-ar .brdcrmb-cnt-rit {
    margin-right: unset;
    margin-left:115px;
}
.i18n-ar .brdcrmb-cnt {
    margin-left: unset;
    margin-right:115px;
}

.i18n-ar .hub-lrn .lrn-arw {
    right:unset;
    left:-25px;
    transform: rotate(180deg);
}
.i18n-ar .hub-lrn .lrn-arw.arw-prev {
    left:unset;
    right: -25px;
    transform: unset;
}

.i18n-ar .crm-hub-banner{
      padding-left:unset;
    padding-right:120px
}
@media only screen and (max-width: 1450px){
  .banner-illus {
    width: 520px;
    right: -100px;
}
}

@media only screen and (max-width: 1250px){
     .crm-hub-banner,.i18n-ar .crm-hub-banner {
        max-width: 1000px;
        margin: 0 auto;
        padding: 0 30px 100px;
        text-align: center;
    }
 .i18n-ar .crm-hub-banner *{
        text-align:center;
    }

.crm-hub-banner h1 {
    max-width: unset;
    font: 42px / 1.1 var(--zf-primary-semibold);
}
.crm-hub-container h2 {
    font: 38px / 1.2 var(--zf-secondary-medium);
}
.crm-hub-container:first-child {
    padding-top: 95px;
}
.crm-hub-container {
    padding: 0 0 95px;
}
.crm-hub-banner p  {
    max-width: unset;
}
.crm-hub-titlesec {
    max-width: unset;
}
  .crm-breadcrumb {
    width: 100%;
    padding-bottom: 50px;
    padding-left: 30px;
  }
.banner-illus {
  display: none;
}
.crm-hub-ctasec {
    padding: 95px 0;
}
}

@media only screen and (max-width: 992px){
  .crm-hub-banner h1 {
    font: 50px / 1.1 var(--zf-primary-semibold);
}
.crm-hub-banner{
   padding-bottom: 90px;
}
.crm-hub-container {
  max-width: 960px;
  padding: 0px 30px 90px;
}
.crm-hub-container:first-child {
    padding-top: 90px;
}
.crm-hub-container h2 {
  font: 40px / 1.2 var(--zf-secondary-medium);
}
.crm-hub-imgsec {
  margin-top: 30px;
}
.bg-gradient-2 {
    top: 2800px;
}
.brdcrmb-cnt-rit
 {
    margin-right: 80px;
}
.brdcrmb-cnt {
    margin-left: 80px;
}
    .app-links a {
        display: block;
    }
    .app-links a:first-child {
        border-right: 0;
        padding-right: 0;
    }
    .app-links a:last-child {
        padding-left: 0;
    }
}


@media only screen and (max-width: 767px){
.crm-breadcrumb {
display: none;
}
  .crm-hub-header {
    padding: 100px 0 0px;
}
.crm-hub-banner{
   padding-bottom: 65px;
}
  .crm-breadcrumb {
    padding-bottom: 30px;
}
  .crm-hub-banner h1 {
    font: 36px / 1.1 var(--zf-primary-semibold);
    text-align: center;
    letter-spacing: 0px;
    margin-bottom: 15px;
}
.crm-hub-banner p {
  font: 16px / 1.6 var(--zf-primary-regular);
  text-align: center;
}
.crm-hub-container {
  padding: 0px 30px 65px;
}
.crm-hub-container:first-child {
    padding-top: 65px;
}
.crm-hub-container h2 {
  font: 24px / 1.3 var(--zf-secondary-medium);
}
.crm-hub-container p {
  font: 16px / 1.6 var(--zf-primary-regular);
  margin: 5px 0;
}
.crm-hub-imgsec {
  margin-top: 25px;
}
  .brdcrmb-secn {
    padding: 10px 0;
}
.hubnxt-icn {
  display: none;
}
.brdcrmb-top {
  font: 12px var(--zf-primary-regular);
}
.brdcrmb-botm a {
  font: 14px var(--zf-primary-medium);
        color: #0067ff;
        text-decoration: underline;
}
.bg-gradient-1 {
    top:600px;
}
.bg-gradient-2 {
    display:none
}
    .crm-hub-ctasec {
        padding: 65px 30px;
        color: #000;
    }
.hub-lrn .lrn-arw {
    top: 3px;
    display: none;
}
.brdcrmb-cnt-rit
 {
    margin-right: 20px;
}
.brdcrmb-cnt {
    margin-left: 20px;
}
.i18n-ar   .brdcrmb-cnt {
        margin-left: unset;
        margin-right:20px;
    }
    .i18n-ar .brdcrmb-cnt-rit {
        margin-right:unset;
        margin-left:20px;
    }
}