.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;
}
.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: 1000px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
     position: relative;
    z-index: 1;
    padding-bottom: 120px;
}
.crm-hub-titlesec {
   position: relative;
   z-index: 1;
}
.crm-hub-banner h1 {
    font: 64px / 1.1 var(--zf-primary-semibold);
}
.crm-hub-banner p {
    font: 18px / 1.6 var(--zf-primary-regular);
  margin: 0px;
}
.crm-hub-sinup {
   margin-top: 25px;
}
.security-flx {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.security-box {
    text-align: left;
    width: 43%;
    margin-bottom: 70px;
}
.crm-hub-container .security-box h2{
   font: 28px / 1.2 var(--zf-secondary-medium);
}
.security-box:last-child, .security-box:nth-last-child(2) {
    margin-bottom: 0px;
}
.sec-icons {
   display: inline-block;
    background: url(/sites/zweb/images/crm/features/zcrm_subpage_icons.svg) no-repeat 0 0;
    margin-bottom: 15px;
}
.sec-icon-1{
    background-position: -8px -94px;
    width: 63px;
    height: 63px;
}
.sec-icon-2{
    background-position: -90px -94px;
    width: 63px;
    height: 63px;
}
.sec-icon-3{
    background-position: -342px -12px;
    width: 56px;
    height: 63px;
}
.sec-icon-4{
    background-position: -418px -12px;
    width: 63px;
    height: 63px;
}
.sec-icon-5{
    background-position: -501px -11px;
    width: 63px;
    height: 65px;
}
.sec-icon-6{
    background-position: -584px -12px;
    width: 63px;
    height: 63px;
}
.sec-icon-7{
    background-position: -666px -12px;
    width: 55px;
    height: 64px;
}
.sec-icon-8{
     background-position: -739px -12px;
    width: 62px;
    height: 63px;
}
.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: 3800px;
}
.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;
}
.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;
}
.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;
}

/* ar code fix */

  .i18n-ar .crm-breadcrumb li { margin: 0 0 0 25px; }
  .i18n-ar .crm-features-link:before { left: -15px; right: unset; }
  .i18n-ar .crm-features-link:after { left: 0; right: auto; }
  .i18n-ar .crm-features-link:hover:after { left: auto; right: 0; }
  .i18n-ar .security-box { text-align: right; }
  .i18n-ar .hub-lrn span {margin-right: 2px;margin-left: unset;transform: scaleX(-1);}
  .i18n-ar .hub-lrn:hover span { transform: translateX(-4px); }
  .i18n-ar .crm-hub-banner, .i18n-ar .crm-hub-container { text-align: center; }
  .i18n-ar .crm-hub-banner *, .i18n-ar .crm-hub-container h2.anim-init1, .i18n-ar p.anim-init1.anim2 {text-align: center;}

/* ar code fix added  */


@media only screen and (max-width: 1250px){
     .crm-hub-banner {
        max-width: 1000px;
        margin: 0 auto;
        padding: 0 30px 100px;
        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;
  }
.crm-hub-banner::after {
  display: none;
}
.crm-hub-ctasec {
    padding: 95px 0;
}

/* ar code starts  */
.i18n-ar .crm-breadcrumb {
    padding-right: 30px;
    padding-left: unset;
}
/* ar code ends  */

}

@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;
}
}


@media only screen and (max-width: 767px){
.crm-breadcrumb {
display: none;
}
.security-box {
    width: 100%;
    margin-bottom: 40px;
}
.crm-hub-container .security-box h2 {
    font: 24px / 1.2 var(--zf-secondary-medium);
}
.security-box:nth-last-child(2) {
    margin-bottom: 40px;
}
  .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;
}
  .brdcrmb-cnt-rit {
    margin-right: 0px;
}
.brdcrmb-cnt {
  margin-left: 0px;
}
.hubnxt-icn {
  display: none;
}
.brdcrmb-top {
  font: 12px var(--zf-primary-regular);
}
.brdcrmb-botm a {
  font: 15px var(--zf-primary-medium);
}
.hub-lrn .lrn-arw {
  top: 10px;
}
.bg-gradient-1 {
    top:1200px;
}
.bg-gradient-2 {
    display:none
}
    .crm-hub-ctasec {
        padding: 65px 30px;
        color: #000;
    }
}