*, h1, h2, h3, h4, p, ul, li {
  margin: 0;
  padding: 0;
}
.banner-sec {
  padding: 10px 30px 0px;
}
.crm-hub-ctasec {
    display: none;
}
.crm-breadcrumb {
  list-style-type: none;
  max-width: 1280px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.crm-hub-imgsec {
    position: relative;
    margin-top: 40px;
}
.crm-hub-imgsec.top-img-sec{
    margin-top: -50px;
}
.crmhub-img {
    display: block;
    margin: 0 auto;
}
.crm-breadcrumb li {
  display: inline-block;
  margin: 0 25px 0 0;
  font: 12px / 1.2 var(--zf-primary-semibold);
  color: #000;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
.crm-features-link {
  color: #606060;
  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: #606060;
  transition: all .3s linear;
}
.crm-features-link:hover {
  color: #606060;
}
.crm-features-link:hover:after {
  width: 100%;
  left: 0;
  right: auto;
  transition: all .2s linear
}
.contact_fixed {
    position: fixed;
    top: 40%;
    transform: translateY(-40%) rotate(270deg);
    right: -50px;
    z-index: 2;
    box-shadow: rgba(69, 98, 127, 0.35) 0px 0px 43px 0px;
    cursor: pointer;
    opacity: 0;
    transition: 0.5s;
}
.contact_fixed.btn_active {
    opacity: 1;
}
.contanct_but_fix {
    display: inline-block;
    color: rgb(255, 255, 255);
    letter-spacing: 1px;
    font: 15px / 26px var(--zf-primary-semibold);
    text-decoration: none;
    background: rgb(240, 72, 62);
    padding: 8px 20px;
}
.header-illus {
    padding-top: 50px;
}
.header-illus-img {
    display: block;
    margin: 0 auto;
    max-width: max-content;
    width: 100%;
}
.banner-content {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
.heading-highlight-txt {
    border-radius: 40px;
    padding: 10px 20px;
    display: block;
    width: max-content;
    margin: 0 auto 25px;
    background: #f7d8ba;
    font: 18px / 1.2 var(--zf-primary-regular);
}
.main-hdr {
  font: 64px / 1.2 var(--zf-primary-semibold);  
  letter-spacing: -1px;
 }
 .banner-para {
   font: 18px/1.6 var(--zf-primary-regular);
   width: 100%;
   max-width: 860px;
   margin: 15px auto 20px;
 }
.banner-cta, .price-btn {
  padding: 12px 24px;
    background: #f0483e;
    cursor: pointer;
    font: 15px var(--zf-primary-semibold);
    color: #fff;
    text-transform: uppercase;
    width: 170px;
    display: block;
    margin: 0 auto;
    border-radius: 5px;
    box-sizing: border-box;
}
.customer_inner_cont {
  max-width: 1100px;
    width: 90%;
    padding: 0;
    text-align: center;
    margin: 20px auto 40px;
}
.customer_logo_box {
  background: #fff;
    border-radius: 10px;
}
.slick-slide {
  outline: 0;
  display: none;
  float: left;
  height: 100%;
}
.s_webp .bg_lazy_loaded .customer_logo_box div span {
    display: inline-block;
    background-image: url(/sites/zweb/images/crm/images/financial-industry-ctsmr-sprite.webp);
    background-repeat: no-repeat;
    background-size: 1100px;
}
.n_webp .bg_lazy_loaded .customer_logo_box div span {
    display: inline-block;
    background-image: url(/sites/zweb/images/crm/images/financial-industry-ctsmr-sprite.png);
    background-repeat: no-repeat;
    background-size: 1100px;
}
.customer-fundindia {
  background-position: -19px -17px;
  width: 272px;
  height: 91px;
}
.customer-fyers {
  background-position: -314px -17px;
  width: 224px;
  height: 91px;
}
.customer-community-bank {
  background-position: -558px -17px;
  width: 273px;
  height: 91px;
}
.customer-plenti {
  background-position: -853px -17px;
  width: 184px;
  height: 91px;
}
.customer-diamond-standard {
  background-position: -19px -127px;
  width: 242px;
  height: 91px;
}
.customer-portman {
  background-position: -278px -127px;
  width: 224px;
  height: 91px;
}
.customer-strata {
  background-position: -523px -127px;
  width: 158px;
  height: 91px;
}
.customer-altus {
  background-position: -708px -127px;
  width: 220px;
  height: 90px;
}


.solution-container {
  padding: 130px 30px 140px;
  color: #000;
  background: #fff3e7;
  text-align: center;
}
.solution-container.blue-bg {
  background: #0067ff;
  color: #fff;
}
.header-sec {
  max-width: 1100px;
  margin: 0 auto;
}
h2{
  font: 48px/1.2 var(--zf-secondary-medium);
}
.comp-bx-con {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 35px;
}
.streamline-container .comp-bx-con {
  margin-top: 100px;
}
.cmpr-bx {
  background: #fff;
  border-radius: 20px;
  width: 48.4%;
  padding: 45px 35px;
  box-sizing: border-box;
  text-align: left;
  display: flex;
  flex-direction: column;
}
h3{
  font: 28px/1.2 var(--zf-secondary-medium);
  color: #000;
}
.prods-txt {
  font: 18px / 1.6 var(--zf-primary-regular);
  color: #000;
  padding-top: 10px;
}
.accord-ques-con {
  display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    margin: 0 auto;
    max-width: 1170px;
    width: 100%;
   margin-top: 35px;
}
.faq-cnt {
  padding: 15px 40px;
  background: #fff;
  border-radius: 12px;
  color: #000;
  text-align: left;
}
.ga-fq-cont {
  padding: 35px 0;
  transition: all .5s linear;
  border-bottom: 1px solid #e6e6e6;
  cursor: pointer;
}
.ga-fq-cont:last-child {
  border-bottom: none;
}
.gd-qus {
  position: relative;
  padding-right: 80px;
}
.gd-ans {
  display: none;
  padding-top: 10px;
}
.gd-ans p {
  font: 18px / 1.6 var(--zf-primary-regular);
  padding-right: 40px;
  color: #222;
}
.gd-sprite {
  font: 25px var(--zf-primary-bold);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: #0067ff;
  width: 15px;
  height: 16px;
}
.bg_lazy_loaded .gd-sprite {
  background-image: url(/sites/zweb/images/crm/compare-crm-sprite.svg);
    display: inline-block;
  background-position: -122px -97px;
}
.faq-act .gd-sprite {
  background-position: -121px -78px;
  width: 15px;
  height: 3px;
}
.disc-txt {
  font: 11px / 1.4 var(--zf-primary-light);
  max-width: 950px;
  margin: 0 auto;
  padding-top: 30px;
}
.crm-hub-ctasec {
    padding: 0px 0 125px;
    background: #fff3e7;
}

/* other lang code starts  */

.i18n-pt-br .contact_fixed,
.i18n-es-xl .contact_fixed 
 {right: -100px;}
 
 .i18n-ar .banner-content *,
.i18n-ar .disc-txt {
    text-align: center !important;
}

.i18n-ar .crm-features-link:before {
    left: -15px;
    right: unset;
}

.i18n-fr .contact_fixed {
    right: -80px;
}
.i18n-de .contact_fixed {
    right: -70px;
}
.i18n-pt-br .contact_fixed {
    right: -120px;
}
.i18n-es-xl .contact_fixed {
    right: -115px;
}
.i18n-nl .contact_fixed {
    right: -85px;
}
.i18n-id .contact_fixed {
    right: -70px;
}
.i18n-th .contact_fixed {
    right: -40px;
}
.i18n-ar .contact_fixed {
    right: -70px;
}.i18n-vi .contact_fixed {
    right: -75px;
}

.i18n-ar h1.main-hdr,
.i18n-ar p.banner-para,
.i18n-ar .cta-btn-con a{
    text-align: center;
}

/* other lang code ends  */

@media screen and (max-width: 1200px) {
  .main-hdr {
    font: 42px / 1.2 var(--zf-primary-semibold);
    letter-spacing: 0px;
}
.comp-bx-con {
    gap: 30px;
}
.crm-hub-imgsec.top-img-sec {
    margin-top: -20px;
}
.accord-ques-con {
   margin-top: 30px;
}
h2 {
  font: 38px / 1.2 var(--zf-secondary-medium);
}
}

@media screen and (max-width: 992px) {
.comp-bx-con {
    gap: 25px;
}
.accord-ques-con {
   margin-top: 25px;
}
.cmpr-bx {
    width: 48%;
}
.solution-container {
  padding: 100px 30px 100px;
}
.crm-hub-ctasec {
    padding: 0px 0 100px;
}
h2 {
  font: 36px / 1.2 var(--zf-secondary-medium);
}
h3 {
  font: 26px / 1.2 var(--zf-secondary-medium);
}
.streamline-container .comp-bx-con {
  margin-top: 65px;
}
}

@media screen and (max-width: 767px) {
.banner-sec {
  padding: 30px 30px 0px;
}
.crm-hub-imgsec.top-img-sec {
    margin-top: 40px;
}
.zw-product-header .content-wrap {
        padding: 45px 0 10px !important;
}
.crm-breadcrumb, .header-illus, .contact_fixed {
  display: none;
}
.heading-highlight-txt {
    margin: 0 auto 20px;
    font: 16px / 1.2 var(--zf-primary-regular);
}
  .main-hdr {
    font: 36px / 1.2 var(--zf-primary-semibold);
    letter-spacing: 0px;
}
.banner-para {
  font: 16px / 1.6 var(--zf-primary-regular);
}
h2 {
  font: 24px / 1.2 var(--zf-secondary-medium);
}
.comp-bx-con {
  gap: unset;
  padding: 0px 30px 40px;
}
.faq-cnt {
    border-radius: 0px;
    padding: 50px 30px;
}
.cmpr-bx {
  width: 100%;
  margin-bottom: 30px;
  padding: 30px;
}
.accord-ques-con {
   margin-top: 0px;
}
h3 {
  font: 20px / 1.2 var(--zf-secondary-medium);
}
.prods-txt {
  font: 16px / 1.6 var(--zf-primary-regular);
  color: #000;
  padding-top: 10px;
}
.faq-cnt {
  padding: 15px 30px;
}
.ga-fq-cont {
  padding: 20px 0;
}
.gd-ans p {
  font: 16px / 1.6 var(--zf-primary-regular);
  padding-right: 0px;
}
.solution-container {
  padding: 90px 0px 0px;
}
.crm-hub-ctasec {
    padding: 0px 30px 70px;
}
.streamline-container {
  padding: 70px 0px;
}
.streamline-container .header-sec {
    padding: 0px 30px;
}
.streamline-container .comp-bx-con {
  margin-top: 40px;
}
.disc-txt {
    padding: 30px 30px 0px;
}
}

@media screen and (max-width: 480px) {
    .i18n-nl .main-hdr {
        font-size: 26px;
    }
}