.req-form-wrapper.dom-after-load {
  min-height: 700px;
  border-radius: 5px;
}

.zw-product-header,
.zw-template-inner {
  background: #0f111a;
}

.zw-template-inner::after {
  content: "";
  position: absolute;
  height: 44%;
  width: 80%;
  filter: blur(45px);
  opacity: 0.6;
  z-index: -1;
  border-radius: 60%;
  margin-inline: auto;
  background: linear-gradient(270deg, #e32e76, #422dff, #e32e76) 0 0 / 300% 300%;
  inset: auto 0 -32% 0;
}

.zw-template-inner {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.req-content-block {
  color: #fff;
}

.req-form-wrapper {
  background: #fff;
  padding: 40px 50px;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
}

.zw-template-inner h1 {
  font-size: clamp(30px,3vw,52px);
  margin-bottom: 30px;
  padding-top: 50px;
  font-family: var(--primaryfont-semibold);
  max-width: 500px;
}
.req-demo-wrapper {
  max-width: 1170px;
  width: 90%;
  margin: 0 auto 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  padding-block: clamp(40px, 5vw, 100px);
  gap: clamp(30px, 3vw, 50px);
}
.req-content-wrapper {
  max-width: 600px;
  width: 100%;
  position: relative;
}

.req-content-wrapper ul {
  list-style: none;
  margin: 0 0 30px;
  text-align: left;
  max-width: 370px;
}

.req-form-warp {
  max-width: 450px;
  width: 95%;
  margin: 0 auto;
}
.req-content-wrapper ul li {
  background: url(/sites/zweb/images/apptics/apptics-demo-tick.svg) no-repeat;
  background-position: 0 5px;
  padding-left: 27px;
  background-size: 16px;
  padding-right: 0;
  margin: 0 0 20px;
  max-width: 440px;
}
.heading-text p {
  max-width: 490px;
}

@media only screen and (max-width: 992px) {
  .req-demo-wrapper {
    flex-wrap: wrap;
  }
  .req-content-wrapper {
    margin: 0 auto;
    text-align: center;
    padding: 0;
  }
  .req-form-warp {
    max-width: 500px;
    padding: 0;
  }
  .heading-text h1,
  .heading-text p,
  .req-content-block ul {
    margin-inline: auto;
  }
}



.zapptics-demo-iframe {
    padding: 55.55% 0 0 0;
    position: relative;
    border-radius: 10px;
    margin-top: 30px;
}


.zapptics-demo-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}


.zr-cus-vid {
    cursor: pointer;
    position: relative;
    width: 90%;
    display: inline-block;
}
span.play-video, .cus-texti, .cus-logo {
    position: absolute;
}

span.watch-video.vimvideo {
    display: block;
    cursor: pointer
}

span.watch-video.vimvideo img {
    vertical-align: middle;
    border-radius: 8px;
    margin-bottom: 0
}
span.play-video {
    top: 130px;
    right: 215px;
    border-radius: 26px;
    background: #FFF;
    max-width: 45px;
    padding: 9px 18px;
    text-align: center;
}

@media only screen and (max-width: 480px) {
    span.watch-video.vimvideo.play-video {
        display:none
    }
}

