*, h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}
.learn-more {
    padding-top: 15px;
    display: inline-block;
    color: #089949;
    font: 18px / 1.2 var(--zf-secondary-medium);
}

.learn-more span {
    background: #089949;
}
.learn-more span:before {
    border-color: #089949;
}
.para-width{
  max-width: 800px;
  margin: 0 auto;
}
.dib {
  display: inline-block
}
.ziahub-bnr-con {
  padding: 180px 0 75px;
  color: #fff5e7;
  position: relative;
  overflow-x: hidden;    
  margin-top: -120px;
  background: #003d2b
}
.bg_lazy_loaded .ziahub-bnr-con:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #003d2b url("/sites/zweb/images/desk/zd-ss-banner-browser-desktop.svg") no-repeat;
  background-size: 990px auto;
  background-position: bottom center;
}
@keyframes glow {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
/* Keyframes for the glow effect */
@keyframes glow1 {
  0% {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
  }
  100% {
    filter: drop-shadow(0 0 20px rgba(255, 255, 255, 1));
  }
}
@keyframes zd-bnranim-mvng {
  0%, 100% {
    opacity: 0.5;
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
    opacity: 1
  }
}
.ziahub-bnr-sec {
  max-width: 710px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  padding: 110px 0 0;
  position: relative;
  z-index: 1
}
.bnr-hdr {
  font: 72px/1.05 var(--zf-primary-bold);
  letter-spacing: -1.44px;
  padding-bottom: 15px
}
.bnr-para {
  font: 20px/1.4 var(--zf-primary-regular);
  letter-spacing: -0.68px
}
.zd-bnrbtn-sec {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30px
}
.zd-cta {
  font-size: 16px;
  border-radius: 16px;
  min-width: 200px;
  padding: 8px 20px;
  display: inline-block;
  border: 1px solid var(--primary-btn-color)
}
.zd-bnrbk-btn {
  font: 16px/1.4 var(--zf-primary-regular);
  color: rgb(255, 245, 231);
  text-transform: uppercase;
  border: 1px solid rgb(255, 255, 255);
  margin-left: 30px
}
.zd-ziavdo {
  border-radius: 18px;
}
.zd-vdoply-inrcon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background-image: conic-gradient(#1a73e8 var(--zd-animtion-progrs, 0%), var(--zd-animtion-progrs, 0%), #e6dfd5);
  border-radius: 50%;
  cursor: pointer;
  right: -80px;
  bottom: -20px;
}
.zd-vdoply-inrcon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 34px;
  height: 34px;
  display: block;
  background: rgb(255, 245, 231);
  border-radius: 50%;
  content: "";
}
.zd-vdoply-btn {
  align-items: center;
  appearance: none;
  background: none;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: flex;
  height: 39px;
  justify-content: center;
  margin: 0px;
  outline: none;
  padding: 0px;
  position: relative;
  transition: outline 0.15s;
  width: 39px;
  z-index: 6;
}
.zd-vdoply-btn svg {
  width: 22px;
  fill: rgb(26, 115, 232);
}
.zb-safari img.zd-vdo {
  display: block
}
.zd-video-sec {
  position: relative;
  display: inline-block;
  background-position:  -221px -204px;
	width: 130px;
	height: 120px;
  transform: translateY(37px);
  margin-top: -50px;
}
.zd-vdo {
  position: absolute;
  width: 100%;
  height: 75px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 10px;
}
.bg_lazy_loaded .zd-ziahub-sprite, .bg_lazy_loaded .zd-qus-tle:after {
  background-image: url("/sites/zweb/images/desk/zd-self-service-sprite-2x.webp");
  background-size: 1440px auto;
  display: inline-block
}
.zd-bnr-icn1 {
  background-position: -198px -27px;
	width: 181px;
	height: 151px;
  bottom: -20px;
  left: -220px;
  animation: zd-anime 5s linear infinite
}
.zd-bnr-icn2 {
  background-position: -17px -22px;
	width: 151px;
	height: 161px;
  left: -215px;
  top: 130px;
  animation: zd-anime 5s 2s linear infinite
}
.zd-bnr-icn3 {
  background-position: -17px -191px;
	width: 154px;
	height: 152px;
  top: -10px;
  right: -210px;
  animation: zd-anime 5s 1s linear infinite
}
.zd-bnr-icn4 {
  background-position: -399px -27px;
	width: 171px;
	height: 188px;
  right: -215px;
  bottom: 55px;
  animation: zd-anime 5s 2s linear infinite
}
@keyframes zd-anime {
  0%, 50%, 100% {
    transform: translateY(0)
  }
  25% {
    transform: translateY(-10px)
  }
  75% {
    transform: translateY(10px)
  }
}
.ylwbg-sec {
  background-color: rgb(255, 245, 231);
}
.max-ele1 {
  max-width: 700px;
  margin: 0 auto;
  width: 100%;
  text-align: center
}
.zd-lble-ele {
  font: 17px/1.2 var(--zf-primary-regular);
  color: rgb(11, 91, 66);
  border: 1px solid rgb(11, 91, 66);
  border-radius: 23px;
  padding: 10px 30px;
  display: inline-block;
  margin: 0 auto 15px
}
.inr-hdr {
  font: 48px/1.1 var(--zf-primary-bold);
  letter-spacing: -1.12px
}
p {
  font: 18px/1.6 var(--zf-primary-regular);
}
.pdng-ele {
  padding: 20px 0
}
.zd-lrnmre {
  font: 20px/1.2 var(--zf-primary-semibold);
  color: #089949;
  display: inline-block;
}
.zd-qus-anssec .zd-lrnmre {
    font-size: 18px;
    padding-top: 15px;
}
.arw_lnk span {
  background: #089949;
  width: 12px;
  height: 2px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 7px;
  transition: all ease .35s
}
.arw_lnk span:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid #089949;
  transform: rotate(-45deg);
  border-left: 0;
  border-top: 0;
  top: -3px;
  right: 0
}
.arw_lnk:hover span {
  transform: translateX(4px);
  -webkit-transform: translateX(4px)
}
.zd-aiagnt-sec, .zd-cntcstmr-sec {
  max-width: 1200px;
  margin: 0 auto;
  width: 95%;
  text-align: center;
  padding: 130px 0 0;
}
.zd-datafaq-cnt {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 50px 0 100px
}
.zd-faq-lftcnt {
  max-width: 540px;
  width: 45%;
  overflow: hidden;
  padding-top: 30px;
}
.zd-faq-sec {
  border-top: 2px solid rgb(157, 159, 158, 0.1);
  position: relative
}
.zd-faq-sec:last-child {
  border-bottom: 2px solid rgb(157, 159, 158, 0.1);
}
.zd-faq-rgtcnt {
  max-width: 580px;
  position: relative;
  width: 100%;
  /* height: 480px; */
  text-align: center;
  overflow: hidden;
}
.zd-faq-img {
  /* position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0; */
  opacity: 0;
  max-height: 0;
  transition: opacity 0.4s ease-in-out, max-height 0.4s ease-in-out;
  overflow: hidden;
  /* transition: all ease-in-out .5s; */
}
.act-img {
  /* opacity: 1; */
  max-height: 600px;
  opacity: 1;
}
.zd-qus-tle {
  font: 28px/1.2 var(--zf-primary-semibold);
  padding: 25px 40px 25px 0;
  cursor: pointer;
  position: relative
}
.zd-qus-tle:after {
  content: '';
  background-position: -490px -395px;
  width: 20px;
  height: 12px;
  position: absolute;
  right: 10px;
  top: 34px;
  transition: all ease-in-out .2s;
}
.faq-act .zd-qus-tle:after {
  background-position: -455px -395px;
}
.zd-qus-anssec {
  display: none;
  padding-bottom: 25px
}
.zd-cstmrcht-sec{
  padding: 130px 0
}
.zd-ziaai-sec {
  padding: 130px 0 125px;
  position: relative;
}
.zd-ziaai-sec .zd-zia-imgsec {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    padding-top: 30px;
    position: relative;
  }
  .zd-zia-img{
    /* position: absolute;
    top: 0;
    left: 0;
    right: 0; */
    margin: 0 auto;
    transition: all ease-in-out .5s;
  }
.zd-ziaai-sec .inr-hdr, .zd-ziaai-sec h3{
    padding-bottom: 20px;
  }
  /* .zd-ziaai-sec h3{
    padding-bottom: 20px;
  } */
.zd-ziavdo-sec,.zd-imgs-sec, .zia-clmn {
  position: relative
}
.zd-zia-imgsec {
  padding-top: 10px;
  /* display: none */
}
.pos-abs {
  position: absolute
}
.zd-smry-img {
  bottom: -25px;
  right: 30px;
}
.zd-tne-img {
  top: 10px;
  right: 55px;
}
.zd-sumry-mimg {
  margin-left: -120px;
}
.zd-cntcstmr-sec {
  padding: 130px 0 0
}
.zd-cntcstmr-sec .zd-datafaq-cnt {
  flex-direction: row-reverse
}
.zd-testimnl-sec {
  max-width: 1100px;
  margin: 0 auto -250px;
  width: 100%;
  text-align: center
}
.zd-testi-con {
  margin: 35px auto 0;
  border-radius: 16px;
  background-color: rgb(11, 91, 66);
  box-shadow: 0px 3px 34px 6px rgba(0, 0, 0, 0.05);
  padding: 60px;
  position: relative;
  z-index: 1;
  text-align: left
}
.zd-testi-sldrs {
  text-align: left;
  margin: 0
}
.zd-testi-con .zcrm-sldr-dots {
  position: absolute;
  right: 0;
  margin: 0;
  width: auto;
  bottom: 0;
}
.zd-testi-con .zcrm-sldr-dots li.zsldr-active {
  background: #fff;
  border: 1px solid #fff;
  width: 20px;
  border-radius: 6px;
}
.zd-testi-con .zcrm-sldr-dots li {
  background: #919599;
  border-style: none;
}
.slick-img-prev, .slick-img-next {
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    z-index: 1;
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0;
}
.zd-testi-con .slick-prev , .zd-zia-imgsec .slick-img-prev{
  left: -20px;
}
.slick-next, .slick-prev,  .slick-img-prev, .slick-img-next{
  width: 45px;
  height: 45px
}
.zd-testi-con .slick-next {
  right: -20px;
  transform: translateY(-50%) rotate(180deg)
}
.zd-zia-imgsec .slick-img-next{
   right: -20px;
  transform: translateY(-50%) rotate(180deg)
}
.slick-next img, .slick-prev img, .slick-img-prev img, .slick-img-next img {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0
}
.zd-testi-desc {
  font: 28px/1.5 var(--zf-primary-semibold);
  color: #fff5e7;
  padding: 45px 0
}
.zd-cstmr-dtls {
  display: flex;
  justify-content: space-between;
  align-items: center
}
.cstmr-icn1 {
  background-position: -56px -416px;
  width: 103px;
  height: 103px;
}
.cartika-lgo {
  background-position: -223px -431px;
  width: 199px;
  height: 74px;
}
.webhost-lgo{
    background-position:-223px -432px;
	width: 199px;
	height: 73px;
}
.cycling-lgo{
    background-position: -458px -432px;
	width: 199px;
	height: 73px;
}
.cntrctr-fortman-lgo{
  background-position: -459px -431px;
  width: 199px;
  height: 74px;
}
.zd-cmpny-dtls {
  text-align: left;
  padding-left: 30px
}
.zd-cstmr-nme {
  font: 22px/1.5 var(--zf-primary-semibold);
  color: #fff5e7;
  display: block
}
.zd-cmpny-nme {
  font: 18px/1.5 var(--zf-primary-regular);
  color: #fff5e7;
}
.zd-quts-icn {
  background-position: -589px -239px;
  width: 103px;
  height: 86px;
  position: absolute;
  right: 60px;
  top: 60px;
  transform: rotate(180deg);
}
.whtebg-sec.altr-sec {
  padding-top: 250px;
  background: #fff;
  position: relative
}
.zd-ftrs-sec {
  max-width: 1180px;
  margin: 0 auto;
  padding: 130px 0 0;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap
}
.zd-ftrs-box {
  margin: 0 3%;
  text-align: center;
  max-width: 310px
}
.zd-ftr-icn1 {
  background-position: -33px -224px;
  width: 118px;
  height: 127px;
}
.zd-ftr-icn2 {
  background-position: -219px -219px;
  width: 104px;
  height: 127px;
}
.zd-ftr-icn3 {
  background-position: -405px -224px;
  width: 104px;
  height: 127px;
}
.sub-hdr {
  font: 28px/1.2 var(--zf-primary-bold);
  letter-spacing: -0.8px;
  padding: 10px 0 15px
}
.zd-btm-sec {
  max-width: 920px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  padding: 130px 0 145px;
  position: relative
}
.btns-sec {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 40px
}
.zd-ctabtn, .cmpr-btn {
  border-radius: 16px;
  min-width: 300px;
  box-sizing: border-box;
  font: 16px/1.4 var(--zf-primary-semibold);
  cursor: pointer;
  background: var(--primary-btn-color);
  color: #fff;
  padding: 10px 30px;
  display: inline-block;
  text-transform: uppercase;
}
.cmpr-btn {
  margin-left: 30px;
  background: #fff5e7;
  color: #000;
  border: 1px solid rgb(0, 0, 0);
}
.zd-ctabtn.arw_lnk span {
  background: #fff
}
.zd-ctabtn.arw_lnk span:before {
  border-color: #fff
}
.cmpr-btn.arw_lnk span {
  background: #000
}
.cmpr-btn.arw_lnk span:before {
  border-color: #000
}
.zcrm-sldr-dots {
  margin: 0 auto;
}
.zcrm-sldr-dots li {
  margin: 0 15px;
  width: 12px;
  height: 12px;
  background-color: rgb(59, 137, 71, 0.2);
}
li.zsldr-active {
  background: rgb(59, 137, 71)
}
.zd-shw-txt,img.zd-vdo, .zb-safari video.zd-vdo,.slick-prev:before, .slick-prev:after, .slick-img-prev:before, .slick-img-prev::after, .slick-next:before, .slick-next:after, .slick-img-next:before, .slick-img-next::after {
  display: none
}
.zd-showmore {
  cursor: pointer;
  font: 16px/1.2 var(--zf-primary-semibold);
  color: #d8ae52;
  display: block;
}
.Ncrm_breadcrumb {
    list-style-type: none;
    max-width: 1280px;
    margin: 0 auto;
    width: 90%;
    padding: 25px 0 0;
}
.Ncrm_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
}
.Ncrm_bcLnk {
    color: #caffd0;
    position: relative;
    display: inline-block
}
.Ncrm_bcLnk:before {
    content: ">";
    position: absolute;
    right: -15px;
    display: inline-block
}
.Ncrm_bcLnk:after {
    content: '';
    display: block;
    position: absolute;
    left: auto;
    right: 0;
    bottom: -4px;
    height: 1px;
    width: 0;
    background: #fff;
    transition: all .3s linear
}
.Ncrm_bcLnk:hover {
    color: #fff
}
.Ncrm_bcLnk:hover:after {
    width: 100%;
    left: 0;
    right: auto;
    transition: all .2s linear
}
.testimonial_slider_footer h2 {
  font: 15px/1.5 var(--zf-primary-bold);
  margin-bottom: 5px;
}
.testimonial_slider_footer p, .testimonial_slider_footer li {
  font: 14px/1.8 var(--zf-primary-regular);
  padding-bottom: 0;
}
.zd-zia-imgsec .slick-dots li.slick-active {
    border: 1px solid #0b5b42;
    background: #0b5b42;
}
.zd-zia-imgsec .slick-dots li {
    background: #cbd2d0;
    border: 1px solid #cbd2d0;
    margin: 0 8px;

}
.testimonial_innersec_footer .slick-dots li.slick-active {
  background: #919599 !important;
  height: 8px;
}
.testimonial_slider_footer a {
  color: #089949;
  font-family: var(--zf-secondary-medium);
}
.testimonial_innersec_footer .slick-dots li {
  border: 1px solid #919599 !important;
  width: 8px !important;
  height: 8px;
  background: #fff;
}
.testimonial_sec_footer {
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
  width: 90%;
  padding: 30px 0;
}
.crmbadge-txt {
  font: 14px/1 var(--zf-primary-regular) !important;
  color: #000;
  background: #eee;
  border-radius: 20px;
  padding: 7px 12px 6px;
  margin-bottom: 10px;
  display: inline-block;
  letter-spacing: 0;
}
.testimonial_sec_footer .slick-dots {
  display: block !important;
}
.ai-clmn-box {
    display: flex;
}
.chgpt-clmn, .zia-clmn {
    width: 48%;
    margin: 1%;
    padding: 30px;
    text-align: center;
}
.zia-clmn:after {
    position: absolute;
    background: #ccc;
    background: -moz-linear-gradient(top,#fff 0,#ccc 29%,#ccc 75%,#fff 100%);
    background: -webkit-linear-gradient(top, #fff 0, #ccc 29%, #ccc 75%, #fff 100%);
    background: linear-gradient(to top, #fff 0, #ccc 30%, #ccc 70%, #fff 100%);
    width: 1px;
    height: 100%;
    content: "";
    left: 100%;
    bottom: 0;
}
.zia-lgo {
    background-position: -35px -38px;
    width: 162px;
    height: 161px;
}
.chatgpt-logo {
    background-position: -239px -39px;
    width: 161px;
    height: 161px;
}
.bg_lazy_loaded .sprite-img {
    background-image: url(/sites/zweb/images/desk/zd-gen-ai-sprite-2x.png);
    background-size: 1078px auto;
    display: inline-block;
}
/* .zd-cntcstmr-sec.contine{
    padding-top: 0;
} */


.avail-dc-sec{
text-align: center;
    padding: 40px 20px 0px;
}

.zia-text{
       font: 16px / 1 var(--zf-primary-regular);
    color: rgb(112, 112, 112);
}
.btm-ftrs-lst {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0 0;
}
.btm-ftrs-lst li {
    position: relative;
    padding: 0px 0 0 35px;
    text-align: left;
    margin: 0px 30px 15px 0;
    font: 18px / 1.3 var(--zf-primary-medium);
}
.bg_lazy_loaded .btm-ftrs-lst li:after {
    background-image: url(/sites/zweb/images/desk/zd-self-service-sprite-2x.webp);
    display: inline-block;
    background-size: 1440px auto;
     content: '';
    position: absolute;
    left: 0;
    top: 0px;
    background-position: -637px -390px;
	width: 20px;
	height: 20px;
}
.zd-sldr-img .slick-dots li {
    margin: 0 14px;
}
.zd-sldr-img .slick-dots li.slick-active {
    border: 1px solid #0b5b42;
    background: #0b5b42;
}
.zd-sldr-img .slick-dots {
    position: absolute;
}
.zd-sldr-img.slick-dotted.slick-slider {
    margin-bottom: 0;
}
@media only screen and (max-width: 1140px) {
  .bg_lazy_loaded .ziahub-bnr-con {
    background-image: url("/sites/zweb/images/desk/zd-ss-banner-browser-tablet.svg");
    padding: 220px 30px 60px;
    background-size: 780px auto;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
.zd-sldr-img .slick-dots {
    position: static;
}
  .bnr-hdr {
    font-size: 52px;
    letter-spacing: -1.04px
  }
  .inr-hdr {
    font-size: 42px;
    letter-spacing: -0.96px
  }
  .zd-cstmrcht-sec, .zd-btm-sec {
    padding: 90px 30px;
  }
  .zd-ziaai-sec {
    padding: 90px 30px 85px;
  }
  .zd-datafaq-cnt {
    display: block;
    padding: 30px 0 90px;
  }
  .zd-faq-lftcnt {
    max-width: 100%;
    width: 100%
  }
  .zd-faq-img {
    position: static;
    padding-top: 15px;
   text-align: center;
  }
  .zd-ftrs-box {
    margin: 0 30px;
  }
  .zd-ftrs-box:last-child {
    margin-top: 60px
  }
  .faq-act.zd-faq-sec {
    border-width: 2px
  }
  .zd-cntcstmr-sec {
    padding: 90px 30px 0;
  }
  .zd-testimnl-sec {
    width: calc(100% - 60px)
  }
  .zd-qus-tle, .zd-testi-desc {
    font-size: 24px
  }
  .zd-testi-desc {
    padding: 30px 0;
  }
  .zd-cstmr-nme {
    font-size: 20px
  }
  .zd-ftrs-sec {
    padding: 90px 0 0
  }
  .sub-hdr {
    font-size: 24px;
    letter-spacing: -0.72px
  }
  p, .zd-lrnmre {
    font-size: 18px
  }
  br,.ziahub-bnr-con:before {
    display: none
  }
  .zd-aiagnt-sec, .zd-cntcstmr-sec {
    width: 100%;
  }
  .zd-aiagnt-sec {
    padding: 90px 30px 0;
  }
  .zd-faq-sec {
    border: none;
    border-bottom: 2px solid rgb(157, 159, 158, 0.1);
  }
  .zd-testi-con {
    padding: 45px;
  }
  .zd-zia-imgsec {
    display: block
  }
  .ziahub-bnr-sec {
    max-width: 500px;
  }
  .zd-ziavdo-sec {
    max-width: 90%
  }
  .zd-bnr-icn1 {
      background-position:  -739px -39px;
	width: 106px;
	height: 90px;
    
    left: -170px;
  }
  .zd-bnr-icn2 {
    background-position: -628px -36px;
	width: 91px;
	height: 96px;
    left: -170px;
  }
  .zd-bnr-icn3 {
    background-position: -867px -42px;
	width: 93px;
	height: 91px;
    top: 35px;
    right: -180px;
  }
  .zd-bnr-icn4 {
    background-position: -973px -44px;
	width: 100px;
	height: 109px;
    right: -180px;
  }
  .zd-video-sec{
    background-position:-410px -222px;
	width: 91px;
	height: 85px;
  }
    .Ncrm_breadcrumb {
        width: 93%;
    }
}
@media only screen and (max-width: 768px) {
  .bg_lazy_loaded .ziahub-bnr-con {
    background-size: 730px auto;
  }
  .zd-bnr-icn2{
    left: -140px;
  }
  .zd-bnr-icn3{
    right: -140px;
  }
  .zd-bnr-icn4{
    right: -140px;
  }
  .zd-bnr-icn1{
    left: -140px;
  }
  .zd-video-sec{
    margin-top: -40px;
  }
          

}
@media only screen and (max-width: 767px) {
  .zd-video-sec{
        margin-top: -40px;
  }
    .zia-clmn:after{
        display: none;
    }
    .pos-abs{
      display: none !important;
    }
    .ai-clmn-box {
        flex-wrap: wrap;
    }
    .chgpt-clmn, .zia-clmn {
        width: 100%;
        margin: 0;
        border-right: 0;
    }
  .bg_lazy_loaded .ziahub-bnr-con {
    background-image: inherit;
    padding: 55px 25px 40px;
    margin-top: -70px;
  }
  .ziahub-bnr-sec {
    padding: 30px 0;
  }
  .btns-sec {
    display: block;
    padding-top: 25px;
  }
  .cmpr-btn, .zd-bnrbk-btn {
    margin: 0 auto
  }
  .zd-lble-ele {
    font-size: 15px
  }
  .zd-cstmrcht-sec {
    padding: 70px 25px
  }
  .zd-btm-sec {
    padding: 70px 0
  }
  .zd-ctabtn{
    min-width: 200px;
  }
  .zd-ziaai-sec {
    padding:70px 25px 65px;
  }
  .zd-ftrs-sec {
    padding: 70px 0 0
  }
  .zd-cntcstmr-sec {
    padding: 70px 25px 0;
  }
  .zd-datafaq-cnt {
    padding: 0 0 70px;
  }
  .zd-zia-imgsec .slick-arrow{
    display: none;
  }
  .zd-faq-lftcnt{
        padding-top: 0px;
  }
  p, .zd-lrnmre {
    font-size: 16px
  }
  .bnr-hdr {
    font-size: 46px;
    letter-spacing: 0;
    max-width: 440px;
    margin: 0 auto
  }
  .inr-hdr {
    font-size: 38px;
    letter-spacing: 0
  }
  .sub-hdr {
    font-size: 22px;
    letter-spacing: 0
  }
  .zd-aiagnt-sec {
    padding: 70px 25px 0;
  }
  .zd-testimnl-sec {
    width:100%;
  }
  .zd-testi-con {
    padding: 45px 30px;
    text-align: center
  }
  .zd-cstmr-dtls, .zd-ftrs-sec {
    display: block
  }
  .zd-cmpny-dtls {
    text-align: center;
    padding: 15px 0 0;
  }
  .zd-ftrs-box {
    margin: 0 auto 45px;
  }
  .zd-ftrs-box:last-child {
    margin: 0 auto
  }
  .zd-ziavdo-sec {
      max-width: 100%;
      padding-bottom: 30px;
   }
  .zd-vdoply-inrcon {
    right: -10px;
    bottom: -15px
  }
  .zd-testi-con .zcrm-sldr-dots {
    position: static;
    margin: 30px auto;
}
.zd-testi-sldrs {
    text-align: center;
}
 .zd-testi-desc,.zd-cstmr-nme {
        font-size: 18px;
}
.zd-cmpny-nme,.zd-qus-anssec .zd-lrnmre{
       font-size: 16px;
}
.zd-vdo {
    height: 50px;
}
.Ncrm_breadcrumb {
        display: none;
    }
    .slick-dots {
    display: block !important;
    margin: 25px 0 10px;
  }
  .slick-dots li {
    background: #0b5b42;
    opacity: 0.3;
    margin: 0 25px;
  }
  .slick-dots li.slick-active {
    background: #0b5b42;
    width: 8px;
    height: 8px;
    border: 1px solid #0b5b42;
    opacity: 1;
  }
  .footer-sec {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 540px) {
  .bnr-hdr {
    font-size: 40px;
    padding-bottom: 25px;
  }
}