.pop-cnt {
  position: relative;
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 30px 0;
}
.icn-cmb {
  width: 28px;
  height: 28px;
  position: relative;
}
.wave-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  background-color: #f7c1ba;
  border-radius: 50%;
  animation: wave 1.5s infinite;
  z-index: 1;
}
@keyframes wave {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}
.pop-cnt .video-sec {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 10px 20px 10px 15px;
  background: #fff;
  box-shadow: 0 0 31.28px 14.72px rgba(13, 18, 16, 0.15);
  border-radius: 25px;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 47%;
  width: max-content;
}
.mob-vid-icn {
  position: relative;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #e6311b;
  transition: all ease .42s;
  display: inline-block;
  z-index: 2;
}
.mob-vid-icn:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #fff;
  position: absolute;
  left: 53%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: inline-block;
}
.bnr-mob-vid-txt {
  font: 16px / 1 var(--zf-primary-medium);
  margin-left: 8px;
  color: #000;
}
.pts-cnt {
  max-width: 1120px;
  width: 100%;
  list-style-type: none;
  margin: 0 auto;
  padding: 100px 30px 0;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  gap: 30px 50px
}
.pts-cnt li {
  width: calc(50% - 25px);
  display: inline-block;
}
.pts-inrcnt {
  padding-left: 50px;
  position: relative;
}
.pts-hdr {
  padding-bottom: 15px;
  font: 28px / 1.4 var(--zf-primary-medium);
}
.bg_lazy_loaded .pts-inrcnt:after {
  background-image: url(/sites/zweb/images/crm/crm-feature-sprite.svg);
}
.pts-inrcnt:after {
  position: absolute;
  top: 8px;
  left: 0;
  content: "";
  background-position: -308px -87px;
  width: 14px;
  height: 14px;
}
.ai-sldr {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 40px 20px 0;
  box-sizing: border-box;
}
.ai-sldr .slick-dots li {
  margin: 0 12px;
  background: #919293;
  width: 10px;
  height: 10px;
  border: unset;
}
.ai-sldr .slick-dots li.slick-active {
  background: #575859;
  width: 10px;
  height: 10px;
  border: unset;
}
.ai-sldr .slick-dots {
  margin: 40px 0 0;
}
.tb-cmbcnt .ftrrw-imgcnt {
  padding: 0 0 20px;
}
.ai-sldr .slick-slide {
  padding: 0 10px 10px;
}
@media screen and (max-width: 1024px) {
.pts-inrcnt:after {
  top: 6px;
}
  .pts-hdr {
    font-size: 24px;
  }
  .pts-cnt {
    padding: 65px 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .pts-cnt {
    flex-direction: column;
  }
  .pts-cnt li {
    width: 100%;
  }
  .pts-inrcnt {
    padding-left: 30px;
  }
  .ai-sldr .slick-dots {
    margin: 20px 0 0;
  }
  .pts-hdr {
    font-size: 20px;
  }
}