.zw-product-header {
    position: absolute;
    width: 100%;
    z-index: 2;
}
.zwrapper h1 {
    font-size: 70px;
    font-family: var(--zf-secondary-extrabold);
}
.zwrapper h1 span {
}
.zwrapper h1 span {
    display: block;
    font-size: 45%;
    font-family: var(--zf-primary-bold);
    margin-bottom: 5px;
}
.zwrapper h1 span.single-line {
    font-size: 100%;
    display: inline-block;
    font-family: var(--zf-primary-extrabold);
    margin: 0;
}
.zwrapper h2 {
    font-size: 40px;
    font-family: var(--zf-primary-bold);
    line-height: 1.2;
}
.zwrapper h2 span {
    display: block;
    font-size: 65%;
    margin-bottom: 5px;
}
.zwrapper h3 {
    font-size: 40px;
    font-family: var(--zf-primary-bold);
}
.zwrapper h4 {
    font-size: 24px;
    font-family: var(--zf-primary-semibold);
}
.zsection.top-section {
}
.top-section {
    position: relative;
    overflow: hidden;
}
.top-section .ripple-line {
    width: 1010px;
    display: grid;
    height: 510px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
}
.top-section .ripple-line::before {
    content: "";
    display: grid;
    width: 100%;
    height: 100%;
    background-image: url(/sites/zweb/images/mail/zia/banner-line.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    opacity: 0.7;
}
.top-section .ripple-line.r-line-2 {
    width: 1200px;
    height: 610px;
}
.top-section .ripple-line.r-line-2:before {
    opacity: 0.55;
}
.top-section .ripple-line.r-line-3 {
    width: 1390px;
    height: 696px;
}
.top-section .ripple-line.r-line-3:before {
    opacity: 0.4;
}
.top-section .ripple-line.r-line-4:before {
    opacity: 0.3;
}
.top-section .ripple-line.r-line-4 {
    width: 1580px;
    height: 793px;
}
.top-section:before {
    background-image: url(/sites/zweb/images/mail/zia/top-section-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    content: "";
    display: grid;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(1.3);
}
.zsection .content-wrap {
    padding: 100px 0;
}
.zsection.top-section .content-wrap {
    padding-bottom: 0;
    padding-top: 170px;
}
.ts-content-box {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    gap: 100px;
    position: relative;
    z-index: 1;
}
.ts-content-box .ts-left {
}
.ts-content {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
}
.ts-content p {
    padding: 0px 0 30px;
    line-height: 1.7;
    max-width: 570px;
    margin: 0 auto 0px;
}
.ts-content-box .ts-right {
    display: grid;
    justify-content: center;
}
.ts-content-box .ts-media-box {
    max-width: 1100px;
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.ts-content-box .ts-media-box .main-img {
    line-height: 0;
    display: block;
    position: relative;
    border-radius: 30px 30px 0 0;
    overflow: hidden;
}
.ts-content-box .ts-media-box .main-img img {
    border-radius: 30px 30px 0 0;
}
.ts-content-box .ts-media-box .main-img:after {
    content: "";
    display: grid;
    width: 100%;
    height: 30%;
    background: linear-gradient(0deg, #fff, transparent);
    position: absolute;
    bottom: 0;
}
.star-group {
    display: inline-block;
    position: absolute;
    width: 55px;
    height: 55px;
    top: -50px;
    left: -50px;
}
.star-icon {
    position: absolute;
    width: 55px;
    height: 55px;
    top: -50px;
    left: -50px;
}
.star-group .star-icon{
    top: 0;
    left: 0;
}
.star-group .star-icon:first-child:before{
    display: none;
}
.star-group .star-icon:last-child:after{
    display: none;
}

/* span.star-icon:before {
    width: 42px;
    background: url(/sites/zweb/images/mail/zia/site-sprite.svg);
    content: "";
    display: grid;
    height: 45px;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: -217px -2px;
    background-size: 300px;
    transform: scale(0.5) translate(-10px, -10px);
} */
span.star-icon:before {
    width: 21px;
    background: url(/sites/zweb/images/mail/zia/site-sprite.svg);
    content: "";
    display: grid;
    height: 23px;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: -108px -1px;
    background-size: 150px;
    /* transform: scale(0.5) translate(-10px, -10px); */
}
span.star-icon:after {
    width: 42px;
    background: url(/sites/zweb/images/mail/zia/site-sprite.svg);
    content: "";
    display: grid;
    height: 45px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: -217px -2px;
    background-size: 300px;
}
span.banner-icon {
    display: grid;
    width: 80px;
    height: 80px;
    background: #fff;
    position: absolute;
    bottom: 170px;
    left: 115px;
    border-radius: 60px;
    box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.3);
    place-items: center;
}
span.banner-icon.zia-icon {
    bottom: 170px;
    right: 115px;
    left: auto;
}
.top-section .global-sprite-icon:before {
    content: "";
    background: var(--product-icons) no-repeat;
    background-size: var(--zp-i-bs);
    width: var(--zp-i-w);
    height: var(--zp-i-h);
    display: block;
    transform: scale(1.1);
    margin: 0 0 5px 0;
}
.top-section .zmail-icon:before {
    background-position: var(--zp-mail-bp);
}
.top-section .zia-icon:before {
    background-position: var(--zp-zia-bp);
}
/* important section start */
.zwc-sec-title {
    text-align: center;
    margin-bottom: 80px;
}
.zia-features-content-box {
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
}
.zia-feature-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}
.zia-feature-list .fl-right {
    padding-left: 20px;
}
.zia-feature-list + .zia-feature-list {
    margin-top: 140px;
}
.zf-list-content {
    max-width: 510px;
}
.zf-list-content p {
    margin-bottom: 0;
}
.zf-list-content h2,
.zf-list-content h3 {
    margin-bottom: 25px;
}
.zia-features-content-box .fl-media {
    background: #ffeca8;
    line-height: 0;
    border-radius: 15px;
    position: relative;
}
.zia-features-content-box .fl-media span.star-icon {
   
}
.zia-features-content-box .fl-media .star-group{
    top: -50px;
    left: -40px;
}
.zia-features-content-box .fl-media span.star-icon::before {
    opacity: 0.5;
    right: 0;
    top: 0;
    left: auto;
}
.zia-features-content-box .fl-media span.star-icon::after {
    left: 0;
    bottom: 0;
}
.zia-feature-list:nth-child(2n + 2) span.star-icon:after{
    background-position: -259px -2px;
}
.zia-feature-list:nth-child(2n + 2) span.star-icon:before {
    background-position: -130px -1px;
}
.zia-features-content-box .fl-media-in {
    overflow: hidden;
    display: grid;
    width: 100%;
    height: 100%;
    padding: 30px 0px 0px 30px;
    border-radius: 15px;
    position: relative;
}
.zia-features-content-box .fl-media .bg-screen {
    border-radius: 10px;
    position: relative;
    display: grid;
}
.zia-features-content-box .fl-media .bg-screen:after {
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    background: linear-gradient(0deg, #ffeca8, transparent);
    position: absolute;
    bottom: 0;
}
.zia-features-content-box .fl-media .bg-screen img {
    border-radius: 10px 0px 0px 10px;
}
.zia-features-content-box .zia-feature-list:nth-child(2n + 2) .fl-media {
    background: #cdd2fe;
}
.zia-features-content-box .zia-feature-list:nth-child(2n + 2) .fl-media .bg-screen:after {
    background: linear-gradient(0deg, #cdd2fe, transparent);
}
.zia-features-content-box .fl-media .inner-screen {
    position: absolute;
    bottom: 18%;
    width: 100%;
    max-width: 475px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: -5px 5px 15px -5px rgba(0, 0, 0, 0.3);
    margin-left: 5px;
}
.zf-enhance .fl-media .inner-screen {
    width: 90%;
    margin-left: 7%;
}
.zf-personalized .fl-media .inner-screen {
    position: absolute;
    bottom: 30px;
    width: 72%;
    max-width: 380px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: -5px 5px 15px -5px rgba(0, 0, 0, 0.3);
    margin-left: 12.5%;
}
.zf-iterate .fl-media .inner-screen {
    position: absolute;
    bottom: 1%;
    width: 20%;
    max-width: 107px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: -5px 5px 15px -5px rgba(0, 0, 0, 0.3);
    margin-left: 47%;
}
.zf-prioritize .fl-media .inner-screen {
    position: absolute;
    bottom: 30px;
    width: 72%;
    max-width: 380px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: -15px 15px 35px 0px rgba(0, 0, 0, 0.2);
    margin-left: 5px;
    right: 20px;
}
/* important section end */
/* zkey-feature sectiion start */
.zkey-feature-section {
}
.zkey-feature-section .content-wrap {
    padding: 20px 0 0;
}
.zkey-feature-content-box {
    padding: 100px 100px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    border-radius: 30px;
    width: 100%;
    max-width: 1100px;
    margin: 0px auto 0 auto;
    background: #4c13cb;
    box-shadow: 0 0 25px 0px #00000017;
    color: #fff;
}
.zkey-feature-content-box h2 {
    color: #fcd328;
    margin-bottom: 30px;
}
.zkey-feature-content-box h4 {
    margin-bottom: 20px;
}
.zkey-feature-content-box p {
    margin-bottom: 0;
}
.zkey-feature-content-box p a {
    color: #fff;
    font-family: var(--primaryfont-semibold);
    text-decoration: underline;
}
.zkey-feature-media {
    display: grid;
    max-width: 370px;
    position: relative;
    align-items: center;
    justify-items: center;
}
.zkey-feature-media:before {
    content: "";
    background: var(--product-icons) no-repeat;
    background-size: var(--zp-i-bs);
    width: var(--zp-i-w);
    height: var(--zp-i-h);
    display: block;
    margin: 0 0px 0px 0;
    background-position: var(--zp-zia-bp);
    position: absolute;
    transform: scale(1.5);
    z-index: 1;
}
.zkey-feature-media {
}
.zkey-feature-content {
}
.zkey-feature-content ul {
    font-size: 16px;
    font-family: var(--zf-primary-bold);
}
.zkey-feature-content ul li {
    padding-left: 40px;
    position: relative;
}
.zkey-feature-content ul li:before {
}
.zkey-feature-content ul li + li {
    margin-top: 30px;
}
.zkey-feature-content .yes {
    width: 20px;
    height: 20px;
    background: #fcd328;
    border-radius: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 1px;
}
.zkey-feature-content .yes:before,
.zkey-feature-content .yes:after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 4px;
    position: absolute;
    top: 11px;
    transform: rotate(45deg);
    width: 6px;
}
.zkey-feature-content .yes:before {
    left: 7px;
    top: 9px;
    transform: rotate(-52deg);
    width: 9px;
}
/* zkey-feature section end */
/*  */
.zwc-do-content-inner {
    background: linear-gradient(135deg, #edf7ff, #ffe8eb);
    padding: 80px;
    border-radius: 30px;
    min-height: 600px;
}
.zsection.zwc-do-section .content-wrap {
    padding-bottom: 0;
}
/* feature slider section css start */
.features {
}
.features .slider-wrapper {
    max-width: 1280px;
    margin: 0 auto;
    width: 94%;
}
.features .content-wrap {
    max-width: 2200px;
    width: 100%;
    overflow: hidden;
}
.feature-heading-box {
    max-width: 560px;
    margin-bottom: 50px;
    padding-left: 10px;
}
.feature-heading-box h2 {
}
.features .slick-list {
    overflow: visible;
}
.features .slick-track {
    display: flex !important;
    margin-left: 0;
}
.features-wrapper > ul {
    display: flex;
    max-height: 540px;
}
.features-wrapper > ul.slick-initialized {
    display: block;
    max-height: none;
}
.features .slick-arrow {
    position: absolute;
    left: auto;
    height: 60px;
    width: 60px;
    background-color: #eee;
    border-radius: 50%;
    top: -80px;
    transition: background-color 0.4s ease;
}
.features .slick-arrow:hover {
    background-color: #d9d9d9;
}
.features .slick-arrow::before,
.features .slick-arrow::after {
    content: none;
}
.features .slick-prev {
    right: 70px;
}
.features .slick-next {
    right: 0px;
}
.features .slider-left-button::before,
.features .slider-right-button::before,
.features .slider-left-button::after,
.features .slider-right-button::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.features .slider-left-button::before,
.features .slider-right-button::before {
    background-color: black;
    width: 14px;
    height: 2px;
}
.features .slider-left-button::before {
    transform: translate(0%, 50%);
}
.features .slider-right-button::before {
    transform: translate(0%, 50%);
}
.features .slider-left-button::after,
.features .slider-right-button::after {
    width: 8px;
    height: 8px;
    border: 2px solid black;
}
.features .slider-left-button::after {
    border-width: 2px 0px 0 2px;
    transform: rotate(-45deg) translate(-30%, -10%);
}
.features .slider-right-button::after {
    border-width: 2px 2px 0 0;
    transform: rotate(45deg) translate(30%, -10%);
}
.features .slick-next.slick-disabled,
.features .slick-prev.slick-disabled {
    opacity: 0.3;
}
.feature-item {
    padding: 50px 40px 50px;
    margin: 0 10px;
    border-radius: 20px;
    height: inherit !important;
}
.feature-item > p {
    margin-bottom: 0;
}
.feature-item {
    background-color: #ffeca8;
}
.feature-item img {
    display: inline-block;
    height: 60px;
    width: 60px;
    margin-bottom: 30px;
    object-fit: contain;
}
.zwrapper .feature-item h3 {
    font-size: 24px;
}
.zwrapper .feature-item h3 {
    position: relative;
    padding-top: 90px;
}
.zwrapper .feature-item h3::before {
    content: "";
    display: grid;
    width: 66px;
    height: 66px;
    background: url(/sites/zweb/images/mail/zia/site-sprite.svg) no-repeat;
    position: absolute;
    top: 0;
    background-size: 350px auto;
}
.feature-item.benefits-fl-1 h3::before {
    background-position: 0 0;
}
.feature-item.benefits-fl-2 h3::before {
    background-position: -66px 0px;
    width: 55px;
}
.feature-item.benefits-fl-3 h3::before {
    background-position: -122px 0;
}
.feature-item.benefits-fl-4 h3::before {
    background-position: -188px 0;
}
/* feature slider section css end */
/* bottom section css start */
.bs-content-wrap {
    text-align: center;
    max-width: 650px;
    margin: 0 auto;
}
.bs-content-wrap h2 {
    color: #4c19cb;
    margin-bottom: 30px;
}
.bs-content-wrap h2 span {
    color: #000000;
    margin-top: 10px;
}
/* bottom section css end */
.zwrapper h2 span.single-txt {
    font-size: 100%;
    display: inline-block;
}

/* animation css start */

.main-img img {
    -webkit-animation: bounce-in-bottom .5s linear .45s both;
    animation: bounce-in-bottom .5s linear .45s both;
}

 @-webkit-keyframes bounce-in-bottom {
    0% {
      -webkit-transform: translateY(100px);
              transform: translateY(100px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @keyframes bounce-in-bottom {
    0% {
      -webkit-transform: translateY(60px);
              transform: translateY(60px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  
  


.feature-item h3::before{
    transform: scale(0);
}

.zwe-op .feature-item h3::before{
    -webkit-animation: scale-in-center .75s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s both;
	        animation: scale-in-center .75s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s both;
}

.zwe-op .feature-item:nth-child(2) h3::before{
    animation-delay: .8s;
}
.zwe-op .feature-item:nth-child(3) h3::before{
    animation-delay: 1.2s;
}
.zwe-op .feature-item:nth-child(4) h3::before{
    animation-delay: 1.6s;
}

@-webkit-keyframes scale-in-center {
    0% {
      -webkit-transform: scale(0);
              transform: scale(0);
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 1;
    }
  }
  @keyframes scale-in-center {
    0% {
      -webkit-transform: scale(0);
              transform: scale(0);
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 1;
    }
  }
  

  .zkey-feature-media{
            transform: scale(.65);
            opacity: 0;
            transition: transform .5s ease-in, opacity .35s linear;
  }

  .zwe-op.zkey-feature-media{
    opacity: 1;
    transform: scale(1);
  }


  .zkey-feature-media img{
    -webkit-animation: rotate-in-2-cw 90s linear infinite alternate-reverse .75s both;
	        animation: rotate-in-2-cw 90s linear infinite alternate-reverse .75s both;
  }



  @-webkit-keyframes rotate-in-2-cw {
    0% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
    100% {
      -webkit-transform: rotate(0);
              transform: rotate(0);
    }
  }
  @keyframes rotate-in-2-cw {
    0% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
    100% {
      -webkit-transform: rotate(0);
              transform: rotate(0);
    }
  }


/* animation css end */


.zia-features-content-box .fl-media .bg-screen{
    opacity: 0;
}

.zwe-op.zia-feature-list .fl-media .bg-screen{
    -webkit-animation: slide-in-right 1s ease-out .35s both;
	        animation: slide-in-right 1s ease-out .35s both;
}
.zwe-op.zia-feature-list:nth-child(2n + 2) .fl-media .bg-screen{
   
}

@-webkit-keyframes slide-in-right {
    0% {
      -webkit-transform: translateX(100px);
              transform: translateX(100px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }
  @keyframes slide-in-right {
    0% {
      -webkit-transform: translateX(100px);
              transform: translateX(100px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }

  @-webkit-keyframes slide-in-left {
    0% {
      -webkit-transform: translateX(-100px);
              transform: translateX(-100px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }
  @keyframes slide-in-left {
    0% {
      -webkit-transform: translateX(-100px);
              transform: translateX(-100px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }

.zia-features-content-box .fl-media .inner-screen{
    opacity: 0;
}

.zia-features-content-box .zwe-op.zia-feature-list .fl-media .inner-screen{
    -webkit-animation: slide-in-bottom .75s ease-out 1s both;
	        animation: slide-in-bottom .75s ease-out 1s both;
}

@-webkit-keyframes slide-in-bottom {
    0% {
      -webkit-transform: translateY(50px);
              transform: translateY(50px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
  }
  @keyframes slide-in-bottom {
    0% {
      -webkit-transform: translateY(50px);
              transform: translateY(50px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
  }

  .top-section .star-icon{
    opacity: 0;
    -webkit-animation: scale-in-center .75s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.75s both;
	        animation: scale-in-center .75s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.75s both;
  }

  .top-section .star-group .star-icon:last-child{
    animation-delay: 2.5s;
  } 

  .zia-feature-list .star-icon{
    opacity: 0;
  }

  .zia-feature-list.star-active .star-icon{
    -webkit-animation: scale-in-center .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: scale-in-center .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  }

  .zia-feature-list.star-active .star-group .star-icon:last-child{
    animation-delay: .5s;
  }
  

  span.star-icon:after{
    -webkit-animation: heartbeat 1.5s ease-in-out infinite 2s both;
	        animation: heartbeat 1.5s ease-in-out infinite 2s both;
  }

  span.star-icon:before{
    -webkit-animation: heartbeat 1.5s ease-in-out infinite 2.8s both;
	        animation: heartbeat 1.5s ease-in-out infinite 2.8s both;
  }

  span.banner-icon:not(.is-anim){
    -webkit-animation: scale-in-center 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both;
    animation: scale-in-center 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both;
  }
  span.banner-icon.zia-icon:not(.is-anim){
    animation-delay: 1.5s;
  }

  .banner-icon.is-anim{
    -webkit-animation: move-ltr 3s linear .7s infinite alternate both;
    animation: move-ltr 3s linear .7s infinite alternate both;
  }
  
  .banner-icon.zia-icon.is-anim{
    -webkit-animation: move-rtl 3s linear .7s infinite alternate both;
    animation: move-rtl 3s linear .7s infinite alternate both;
  }

  @-webkit-keyframes move-ltr {
    0% {
        -webkit-transform: translateY(0px) translateX(0px);
                transform: translateY(0px) translateX(0px);
    }
    100% {
    -webkit-transform: translateY(-30px) translateX(-30px);
            transform: translateY(-30px) translateX(-30px);
    }
  }
  @keyframes move-ltr {
    0% {
      -webkit-transform: translateY(0px) translateX(0px);
              transform: translateY(0px) translateX(0px);
    }
    100% {
      -webkit-transform: translateY(-30px) translateX(-30px);
              transform: translateY(-30px) translateX(-30px);
    }
  }

  @-webkit-keyframes move-rtl {
    0% {
    -webkit-transform: translateY(0px) translateX(0px);
            transform: translateY(0px) translateX(0px);
    }
    100% {
    -webkit-transform: translateY(-30px) translateX(30px);
            transform: translateY(-30px) translateX(30px);
    }
  }
  @keyframes move-rtl {
    0% {
    -webkit-transform: translateY(0px) translateX(0px);
            transform: translateY(0px) translateX(0px);
    }
    100% {
    -webkit-transform: translateY(-30px) translateX(30px);
            transform: translateY(-30px) translateX(30px);
    }
  }


  
  span.banner-icon.zia-icon{
   animation-delay: 1.2s;
  }


  @-webkit-keyframes heartbeat {
    from {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transform-origin: center center;
              transform-origin: center center;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    10% {
      -webkit-transform: scale(0.91);
              transform: scale(0.91);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    17% {
      -webkit-transform: scale(0.98);
              transform: scale(0.98);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    33% {
      -webkit-transform: scale(0.87);
              transform: scale(0.87);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    45% {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
  }
  @keyframes heartbeat {
    from {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transform-origin: center center;
              transform-origin: center center;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    10% {
      -webkit-transform: scale(0.91);
              transform: scale(0.91);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    17% {
      -webkit-transform: scale(0.98);
              transform: scale(0.98);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    33% {
      -webkit-transform: scale(0.87);
              transform: scale(0.87);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    45% {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
  }
  




@media only screen and (min-width: 992px) {
    .zia-feature-list:nth-child(2n + 2) {
    }
    .zia-feature-list:nth-child(2n + 2) .fl-left {
        order: 1;
        margin-left: auto;
    }
    .zia-feature-list:nth-child(2n + 2) {
        grid-template-columns: 1fr 1fr;
    }
    .zia-feature-list:nth-child(2n + 2) .fl-right {
        padding-left: 0;
        padding-right: 20px;
    }
}
@media only screen and (max-width: 1399px) {
    .zwrapper .feature-item h3 {
        font-size: 23px;
    }
}
@media only screen and (max-width: 1199px) {
    .ts-content-box .ts-media-box {
        width: 95%;
    }
    .features {
    }
    .feature-heading-box {
        margin-bottom: 30px;
    }
    .features .slick-arrow {
        top: -60px;
    }
    .zia-feature-list {
    }
    .zf-list-content {
        max-width: 480px;
    }
    .zia-features-content-box .fl-media span.star-icon {
        /* transform: scale(-0.7, 0.7); */
    }
    .zia-features-content-box .fl-media .star-group {
        transform: scale(-0.7, 0.7);
        top: -40px;
        left: -40px;
    }
    .zia-feature-list + .zia-feature-list {
        margin-top: 120px;
    }
    .zia-feature-list {
        gap: 30px;
    }
    .zkey-feature-content-box {
        padding: 75px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .zwrapper h1 {
        font-size: 65px;
    }
    .zwrapper h2 {
        font-size: 38px;
    }
    .zwrapper h3 {
        font-size: 26px;
    }
    .zwrapper h4 {
        font-size: 22px;
    }
    .zia-features-content-box{
        width: 95%;
    }
}
@media only screen and (max-width: 1100px) {
    .features {
    }
    .features .features-wrapper {
        max-width: 90%;
        margin: 0 auto;
    }
    .feature-heading-box {
        text-align: center;
        margin: 0 auto 40px;
        padding-left: 0;
        max-width: 480px;
        width: 90%;
    }
    .feature-heading-box h2 {
        max-width: none;
    }
    .features .slick-arrow {
        top: auto;
        bottom: -120px;
        height: 55px;
        width: 55px;
    }
    .features .slick-prev,
    .features .slick-next {
        right: 0;
        left: 0;
        margin: auto;
    }
    .features .slick-prev {
        transform: translate(-62%, -50%);
    }
    .features .slick-next {
        transform: translate(62%, -50%);
    }
    .bottom-section .content-wrap {
        padding-top: 70px;
        padding-bottom: 110px;
    }
}
@media only screen and (max-width: 1024px) {
    .top-section .ripple-line {
        display: none;
    }
    .ts-content-box .ts-media-box {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    /* .ts-media-box span.star-icon {
        transform: scale(0.7);
    } */
    .ts-media-box .star-group {
        transform: scale(0.7);
        left: -40px;
    top: -40px;
    }

    .ts-content-box {
        gap: 60px;
    }
    .zsection.top-section .content-wrap {
        padding-top: 140px;
    }
    .zia-features-content-box .fl-media .star-group{
        transform: scale(-0.7, 0.7);
    }
    .ts-content-box .ts-media-box .main-img, .ts-content-box .ts-media-box .main-img img {
        border-radius: 15px 15px 0 0;
    }
}
@media only screen and (max-width: 991px) {
    .zsection .content-wrap {
        padding: 80px 0;
    }
    .zwrapper h1 {
        font-size: 45px;
    }
    .zwrapper h2 {
        font-size: 32px;
    }
    .zwrapper h3 {
        font-size: 28px;
    }
    .zwrapper h4 {
        font-size: 22px;
    }
    .feature-heading-box {
        margin-bottom: 40px;
    }
    .feature-item {
        padding: 50px 40px 50px;
    }
    .feature-heading-box h2 {
        margin-bottom: 10px;
    }
    .zia-feature-list {
        grid-template-columns: 1fr;
        gap: 50px;
        justify-items: center;
    }
    .zf-list-content {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .zia-feature-list .fl-right {
        padding-left: 0;
    }
    .zf-list-content p {
        margin-bottom: 0;
    }
    .zia-feature-list + .zia-feature-list {
        margin-top: 80px;
    }
    .zkey-feature-section .content-wrap {
        padding: 10px 0 0;
    }
    .zkey-feature-media:before {
        transform: scale(1.2);
        /* margin: 0 5px 3px 0; */
    }
    .zf-list-content {
        max-width: 550px;
    }
    .zf-list-content h2 {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
    .bottom-section .content-wrap {
        padding-top: 60px;
        padding-bottom: 100px;
    }
}
@media only screen and (max-width: 850px) {
    .features .features-wrapper {
        max-width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .zwrapper h1 {
        font-size: 36px;
        line-height: 1.1;
    }
    .zwrapper h2 {
        font-size: 26px;
    }
    .zwrapper h3 {
        font-size: 22px;
    }
    .zwrapper h4 {
        font-size: 20px;
    }
    .zwrapper h5 {
        font-size: 18px;
    }
    .features .features-wrapper {
        max-width: 100%;
    }
    .feature-item {
        padding: 50px 35px 50px;
    }
    .zsection.top-section .content-wrap {
        padding-top: 90px;
    }
    .ts-content p {
        padding-bottom: 20px;
    }
    .ts-content-box {
        gap: 40px;
    }
    .zsection .content-wrap {
        padding: 60px 0;
    }
    .zkey-feature-content-box {
        grid-template-columns: 1fr;
        justify-items: center;
    }
    .zkey-feature-media {
        margin-left: auto;
        margin-right: auto;
        max-width: 250px;
    }
    .zkey-feature-content ul {
        font-size: 15px;
    }
    .zkey-feature-content ul li + li {
        margin-top: 25px;
    }
    .zkey-feature-content-box {
        padding: 50px 35px;
    }
    .zkey-feature-section .content-wrap {
        padding: 10px 0 0;
    }
    .zia-feature-list + .zia-feature-list {
        margin-top: 60px;
    }
    .zkey-feature-content-box h2 {
        margin-bottom: 45px;
        text-align: center;
    }
    .zia-features-content-box .fl-media {
        max-width: 450px;
        border-radius: 10px;
    }
    .zia-features-content-box .fl-media-in {
        padding: 25px 0px 0px 25px;
        border-radius: 10px;
    }
    .zf-list-content {
        max-width: 550px;
    }
    .zf-list-content h2 {
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;
    }
    .zkey-feature-content ul li {
        padding-left: 35px;
    }
    .zf-enhance .fl-media .inner-screen {
        border-radius: 5px;
    }
    .zia-features-content-box .fl-media span.star-icon {
        /* transform: scale(-0.5, 0.5); */
        /* top: -41px;
        left: -35px; */
    }
    .zia-features-content-box .fl-media .star-group{
        transform: scale(-0.5, 0.5);
        top: -41px;
        left: -35px;
    }
    .zia-feature-list {
        gap: 35px;
    }
    .bottom-section .content-wrap {
        padding-top: 45px;
        padding-bottom: 75px;
    }
    .act-btn{
        font-size: 14px;
    }
}
@media only screen and (max-width: 650px) {
    .features .features-wrapper {
        max-width: 85%;
    }
    .features .feature-item {
        text-align: center;
    }
    .zwrapper .feature-item h3::before {
    }
    .zwrapper .feature-item h3 {
        display: grid;
        justify-items: center;
    }
    .ts-content-box .ts-media-box .main-img, .ts-content-box .ts-media-box .main-img img {
        border-radius: 10px 10px 0 0;
    }
}
@media only screen and (max-width: 480px) {
    
    .top-section:before {
        background-size: -65px -40px;
    }
    .features .slick-arrow {
        height: 50px;
        width: 50px;
    }
    .feature-heading-box {
        margin-bottom: 30px;
    }
    .features .features-wrapper {
        max-width: 95%;
    }
    .feature-item {
        padding: 35px 20px 35px;
    }
    .zkey-feature-content-box {
        padding: 30px;
        border-radius: 15px;
    }
    .zkey-feature-media {
    }
    .zkey-feature-media {
        width: 80%;
    }
    .ts-content-box .ts-media-box {
        width: 100%;
    }
    .ts-media-box span.star-icon {
        display: none;
    }
    .zia-features-content-box .fl-media-in {
        padding: 20px 0px 0px 20px;
        border-radius: 10px;
    }
    .zf-enhance .fl-media .inner-screen {
        border-radius: 5px;
    }
    .zf-list-content h2,
    .zf-list-content h3 {
        margin-bottom: 20px;
    }
    .zia-features-content-box .fl-media span.star-icon {
        display: none;
    }
    .zkey-feature-content ul li + li {
        margin-top: 20px;
    }
}
