.zw-product-header {
  background: #101010;
}
.zwrapper {
  overflow: hidden;
}
.zwrapper h1,
.zwrapper h2,
.zwrapper h3,
.zwrapper h4,
.zwrapper h5 {
  font-family: var(--zf-primary-bold);
}
.zwrapper h1 {
  font-size: 5.5rem;
  line-height: 1.1;
}
.zwrapper h2 {
  font-size: 5.2rem;
}
.ep-offer-section h2{
  text-align: center;
  line-height: 1.15;
}
.zwrapper h3 {
  font-size: 4.0rem;
  line-height: 1.2;
}
.zwrapper h4 {
  font-size: 3.5rem;
}
.zwrapper h5 {
  font-size: 2.0rem;
}
.zwrapper p {
  margin: 0;
}
.zsection {
}
.zsection .content-wrap {
  padding-top: 14.0rem;
  padding-bottom: 15.0rem;
}
/* banner section start */
.banner-section {
  background: #101010;
  color: #ffffff;
  position: relative;
}

.banner-line-pattern {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
  pointer-events: none;
  opacity: 0.5;
}
.banner-section .content-wrap {
  padding-top: 7.0rem;
}
.banner-section .zsec-content-box {
}
.banner-top-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  align-items: center;
  gap: 5.0rem;
  max-width: 108.0rem;
  margin: 0 auto;
}
.zbrc-top {
  /* max-width: 45.0rem; */
}
.zb-content-left {
}
.zb-content-right {
}
.banner-top-content h1 {
  margin: 0;
  font-size: 6.5rem;
}
.banner-top-content h1 span.txt-sm {
  font-size: 2.4rem;
  display: block;
  margin-top: 2.0rem;
  font-family: var(--primaryfont-regular);
}
.watch-play-icon {
  padding-left: 3.5rem;
  color: #fff;
  text-transform: capitalize;
  position: relative;
  padding-right: 0;
}
.watch-play-icon:before {
  content: "";
  position: absolute;
  left: 0;
  width: 2.6rem;
  height: 2.6rem;
  border: .1rem solid #fff;
  box-sizing: border-box;
  border-radius: 100%;
  background: transparent;
  top: 50%;
  transform: translateY(-50%);
}
.watch-play-icon:after {
  content: "";
  position: absolute;
  display: block;
  left: 1.1rem;
  width: 0;
  height: 0;
  border-top: .5rem solid transparent;
  border-bottom: .5rem solid transparent;
  border-left: .7rem solid #f0483e;
  top: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
}
.zb-cta-box {
  display: grid;
  grid-auto-flow: column;
  justify-content: flex-start;
  gap: 2.0rem;
  padding-top: 3.5rem;
  align-items: center;
}
.banner-mid-content {
  margin-top: 10.0rem;
  padding-top: 5.0rem;
}
.banner-obj-box {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(auto-fit, minmax(30.0rem, 110.0rem));
  gap: 5.0rem;
}
.mail-cover-icon {
  max-width: 110.0rem;
  line-height: 0;
  width: 100%;
  position: relative;
  display: grid;
  align-items: center;
  justify-items: center;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5.0rem;
  line-height: 1;
  overflow: hidden;
  transform:  translateY(.0rem) scale(1.2);

}
.shild-icon {
  display: inline-block;
  width: 24.0rem;
  position: absolute;
  line-height: 0;
  z-index: 1;
}
.shild-icon img {
}
.banner-mail-cover {
  position: relative;
  padding-bottom: 24%;
}
.banner-mail-cover:before {
  content: "";
  display: block;
  width: 35%;
  position: absolute;
  height: 35%;
  background: #1830a5;
  border-radius: 50%;
  top: 8.0rem;
  transform: translate(0%, 0%);
  left: .0rem;
  filter: blur(10.0rem);
  pointer-events: none;
}
.banner-mail-cover:after {
  content: "";
  display: block;
  width: 35%;
  position: absolute;
  height: 35%;
  background: #d2a358;
  border-radius: 50%;
  bottom: 10.0rem;
  transform: translate(0%, 0%);
  right: 6.0rem;
  filter: blur(10.0rem);
  pointer-events: none;
}
.mail-cover-icon > img {
  position: relative;
  z-index: 1;
  border-radius: 5.0rem;
}
.trusted-content {
  width: 56.0rem;
  text-align: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.zwrapper .trusted-content p {
  font-size: 2.0rem;
}
.zwrapper .trusted-content p.sol-txt {
  font-size: 1.8rem;
  margin-top: 1.2rem;
}
.trusted-content .txt-bold {
  font-family: var(--primaryfont-semibold);
  color: #e3ab2a;
}
.banner-bot-content {
  margin-top: 15.0rem;
  margin-bottom: .0rem;
}
.ep-features-list-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  gap: 7.5rem;
}
.ep-feature-item {
}
.ep-feature-item h4 {
  position: relative;
  display: grid;
  gap: 2.5rem;
}
.ep-feature-item h4 + p {
  padding-top: 1.0rem;
}
.ep-feature-item h4:before {
  content: "";
  width: 7.0rem;
  height: 7.0rem;
  display: block;
  background: url('/sites/zweb/images/eprotect/home/site-sprite.png') top left no-repeat;
  border-radius: 1.0rem;
  background-size: 21.0rem auto;
}
.ep-feature-item.ep-fea-1 h4:before {
  background-position: 0 0;
}
.ep-feature-item.ep-fea-2 h4:before {
  background-position: -7.0rem 0;
}
.ep-feature-item.ep-fea-3 h4:before {
  background-position: -14.0rem 0;
}
.ep-features-list:nth-child(3n + 1) .ep-feature-item {
  margin-left: 0;
}
.ep-features-list:nth-child(3n + 3) .ep-feature-item {
  margin-right: 0;
}

/* Why section start */
:root {
    --anime_count: 7.0rem;
}

.banner-section div.content-wrap{
    padding-bottom: 0;
}
.banner-why-feat-content h2{
    /* max-width: 70.0rem; */
    max-width: 60.0rem;
    margin-bottom: 5.0rem;
}
.banner-why-feat-content{
   background-color: #000000;
   border-radius: 5.0rem 5.0rem 0 0;
   margin-top: 15.0rem;
   padding:12.0rem 7.5rem 15.5rem;
}
.ep-why-feat-box{
    max-width: 105.5rem;
    margin: 0 auto;
}
.ep-why-feat-list-box{
    display: flex;
    gap: 3.5rem;
    justify-content: center;
}
.ep-why-feat-list{
    background-image: linear-gradient(141deg,#1D1D1D,#000000);
    border: .1rem solid #292929;
    border-radius: 2.0rem;
    padding: 4.5rem 4.0rem 6.0rem;
    /* padding: 4.5rem 4.0rem; */
    max-width: 51.0rem;
}
.ep-why-ul>li:not(:last-of-type){
    padding-bottom: 3.0rem;
}
.ep-why-feat-item h4{
    margin-bottom: 3.5rem;
}
.ep-why-ul>li{
    display: grid;
    /* align-items: center; */
    grid-template-columns: 2.0rem 1fr;
    gap: 1.5rem;
}
.ep-why-ul>li .tick-box{
    border: .1rem solid #21B473;
    display: inline-block;
    width: 2.0rem;
    height: 2.0rem;
    border-radius: 50%;
    position: relative;
    margin-top: .3rem;
}
.ep-why-ul>li .tick-box::before{
    content: '';
    display: block;
    width: .5rem;
    height: 1.0rem;
    border: solid #21B473;
    border-width: 0 .2rem .2rem 0;
    transform: rotate(38deg);
    position: absolute;
    left: .7rem;
    top: .3rem;
}
.ep-why-stat{
    margin-top: 5.0rem;
    /* background: linear-gradient(134deg,#1d1d1d 0%,#000 100%) transparent; */
    /* border: .1rem solid #292929; */
    /* border-radius: 2.0rem; */
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 3.0rem;
    /* padding: 3.6rem; */
    align-items: center;
    text-align: left;
}

.ep-why-stat p.ep-stat-value {
    color: #f6db61;
    font-size: 3.0rem;
    font-family: var(--zf-primary-bold);
    line-height: 0;
}
.banner-why-feat-content .ep-why-stat p {
    margin: 0;
    position: relative;
    /* font-size: 1.7rem; */
}

.ep-stat-num {
    color: transparent;
    display: inline-block;
    overflow: hidden;
    height: 7.0rem;
    font-size: 8.9rem;
    -webkit-text-stroke: .3rem #f6db61;
}
.ep-why-feat-2 .ep-stat-num.zwe-op span:nth-child(1) {
    transform: translateY(calc(var(--anime_count) * -6));
}
.ep-why-feat-2 .ep-stat-num.zwe-op span:nth-child(2) {
    transform: translateY(calc(var(--anime_count) * -12));
}
.ep-why-feat-1 .ep-stat-num span{
    transform: translateY(calc(var(--anime_count) * -8));
}
.ep-why-feat-1 .ep-stat-percent {
 left: -.3rem;
 bottom: .4rem;
}
.ep-why-feat-1 .ep-stat-bar{
    font-size: 3.0rem;
    /* position: relative;
    bottom: .2rem; */
}
.ep-stat-num span {
    float: left;
    width: 6.2rem;
    line-height: var(--anime_count);
    transition: transform 1s cubic-bezier(0,0,0,0.97) 0s;
}
.ep-stat-percent {
    font-size: 2.5rem;
    position: relative;
    bottom: .2rem;
    left: -.5rem;
    color: #f6db61;
    font-family: var(--primaryfont-bold);
}
/* Why section end */

/* banner section end */
/* ep offer section start */
.ep-offer-section {
}
.ep-offer-section .content-wrap {
  max-width: 110.0rem;
}
.ep-offer-section h2 {
}
.ep-offer-content-box {
  padding-top: 10.0rem;
}
span.d-block {
  display: block;
}
.ep-offer-list {
  display: grid;
  grid-template-columns: 2fr 2fr;
  align-items: center;
  gap: 5.0rem;
}
.ep-offer-list .epo-content-left {
  padding-right: 9.0rem;
}
.ep-offer-list h3 + p {
  padding-top: 1.0rem;
}
.ep-offer-list + .ep-offer-list {
  margin-top: 15.0rem;
}
/* ep offer section end */

/* Advantages sec Starts */
.ep-advantages-section{
    color: #fff;
    background: #000000; 
}
.ep-advantages-section .ep-highlight{
   color: #2C75FF;
   display: block;
}
.ep-why-choose h2{
    position: relative;
    align-self: center;
    background: url(/sites/zweb/images/eprotect/home/why-choose.png) no-repeat;
    background-size: contain; 
    padding-top: 12%;
    padding-bottom: 11%;
    padding-left: 34%;
    margin-bottom: 0;
}
.ep-why-choose h2::before{
    /* content: ' '; */
    background: url(/sites/zweb/images/eprotect/home/why-choose.png) no-repeat;
    background-size: 50.0rem auto; 
    display: inline-block;
    width: 50.0rem;
    height: 24.0rem;
    position: absolute;
    /* right: 34%;
    top: -35%; */
}
.ep-advantages-section .content-wrap {
    max-width: 110.0rem;
}
.ep-why-choose{
    display: grid;
    grid-template-columns: 49% 40%;
    justify-content: space-between;
}
.ep-why-choose li{
    padding-bottom: 3.5rem;
}
.ep-explore-tab{
    margin-left: 2.5rem;
    /* margin-left: 6.5%; */
}
.ep-explore-tab>a{
    /* text-decoration: underline; */
    position: relative;
/*color: var(--primary-anchor-color-dark);*/
}
.ep-explore-tab>a::before {
    content: '';
    border-bottom: .1rem solid;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}
.ep-why-choose li {
    display: grid;
    /* align-items: center; */
    grid-template-columns: 1.0rem 1fr;
    gap: 1.5rem;
}
.ep-why-choose li {
    position: relative;
}
.ep-why-choose li::before {
    content: '';
    display: inline-block;
    width: .7rem;
    height: 1.2rem;
    border: solid #21B473;
    border-width: 0 .2rem .2rem 0;
    transform: rotate(38deg);
    justify-self: center;
    margin-top: .6rem;
}
/* Advantages sec ends */
/* Integrate sec starts */
.ep-integrate-section{
    color: #000000;
    text-align: center;
    margin-top: 15.0rem;
    position: relative;
    /* overflow: clip;
    overflow-clip-margin: content-box; */
    /* overflow: hidden; */
}
.ep-integrate-content{
    background-color: rgb(239, 240,242);
    border-radius: 2.0rem;
    /* overflow: hidden; */
    padding: 16.0rem 0;
}
.ep-integrate-content>h2,.ep-integrate-content>p{
    max-width: 62.0rem;
    /* margin: 0 auto; */
    margin-left: auto;
    margin-right: auto;
}
.ep-integrate-content>h2{
    /* margin-bottom: 5.0rem; */
}
.integrate-line-pattern{
    position: absolute;
    left: 50%;
    top: 0;
    /* bottom: 0; */
    transform: translateX(-50%);
    pointer-events: none;
    opacity: 0.5;
    overflow: hidden;
}

.integrate-line-pattern .ag-orbit_box{
    margin: 0 auto;
    /* left: 50%; */
    top: 50%;
    transform: translateY(-50%);
}
.integrate-line-pattern .orbit_3 .ag-orbit_planet__right_1{
    top: calc(99%);
    left: 48%;
}
.integrate-line-pattern  .ag-orbit_planet__left_2{
    top: calc(99%);
    left: 48%;
}
.integrate-line-pattern .orbit_2 .ag-orbit_planet__right_2{
    top: calc(89%);
}
.integrate-line-pattern .ag-orbit_orbit__inner{
    height: calc(100% - 8.0rem);
    width: calc(100% - 8.0rem);
    margin: 4.0rem auto 0;
}
.integrate-line-pattern .ag-orbit_orbit__outer.orbit_3{
    height: calc(100% - 24.0rem);
    width: calc(100% - 24.0rem);
    margin-top: 12.0rem;
    transform: rotate(86deg);
}
.integrate-line-pattern .ag-orbit_orbit__inner.orbit_4{
    height: calc(100% - 40.0rem);
    width: calc(100% - 40.0rem);
    margin-top: 20.0rem;
    transform: rotate(61deg);
}
.integrate-line-pattern .ag-orbit_orbit.orbit_2{
    transform: rotate(15deg);
}
.ep-integrate-section::after,.ep-integrate-section::before {
    content: "";
    display: block;
    width: 20%;
    position: absolute;
    height: 38%;
    border-radius: 50%;
    transform: translate(0%, 0%);
    filter: blur(5.0rem);
    pointer-events: none;
    z-index: 1;
    will-change: transform;
}
.ep-integrate-section::before {
    background: #1830a5;
    /* top: 0;
    right: 0; */
    /* bottom: 72%;
    left: 85%; */
    bottom: 68%;
    left: 83%;
}
.ep-integrate-section::after {
    background: #d2a358;
    /* bottom: 0;
    left: 0; */
    /* top: 70%;
    right: 84%; */
    top: 65%;
    right: 82%;
}
.ep-integrate-wrap{
    position: relative;
    z-index: 2;
}
.ep-other-brand-logos .other-brand-logo::before{
  content: " ";
  background-size: 20.0rem auto;
  display: inline-block;
  width: 14.0rem;
  height: 3.0rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.ep-other-brand-logos  .other-brand-1::before{
  background-image: url(/sites/zweb/images/otherbrandlogos/yahoomail.svg);
}
.ep-other-brand-logos  .other-brand-2::before{
  background-image: url(/sites/zweb/images/otherbrandlogos/icewarp.png);
  transform: translateY(.2rem);
}
.ep-other-brand-logos  .other-brand-3::before{
  background-image: url(/sites/zweb/images/otherbrandlogos/microsoft-365.svg);
  width: 15.0rem;
}
.ep-other-brand-logos  .other-brand-4::before{
  background-image: url(/sites/zweb/images/otherbrandlogos/zimbra.png);
  width: 14.0rem;
}
.ep-other-brand-logos  .other-brand-5::before{
  background-image: url(/sites/zweb/images/otherbrandlogos/microsoft-exchange.svg);
}
.ep-other-brand-logos  .other-brand-6::before{
  background-image: url(/sites/zweb/images/otherbrandlogos/google-workspace.svg);
  width: 17.0rem;
  transform: translateY(.2rem);
}
.ep-other-brand-logos  .other-brand-7::before{
  background-image: url(/sites/zweb/images/otherbrandlogos/amazon.svg);
  transform: translateY(.3rem);
  width: 10.0rem;
}
.ep-other-brand-logos  .other-brand-8::before{
  background-image: url(/sites/zweb/images/otherbrandlogos/proton-mail.svg);
}

.ep-other-brand-logos .other-brand-logo{
  line-height: 0;
  padding: 1.5rem 2.0rem;
}
.ep-other-brand-logos .other-brand-logo>img{
  /* max-width: 14.0rem; */
}
.ep-other-brand-logos  .other-brand-7>img{
  /* max-width: 10.0rem;
  transform: translateY(.3rem); */
}
.ep-other-brand-logos .other-brand-3>img{
    /* max-width: 15.0rem; */
}
.ep-other-brand-logos  .other-brand-6>img{
  /* max-width: 17.0rem;
  transform: translateY(.2rem); */
}
.ep-other-brand-logos  .other-brand-2>img{
  /* transform: translateY(.2rem); */
}
/* Integrate sec ends */

/* faq section start */
.faq-section.dark-section {
  color: #fff;
  background: #101010;
}
.faq-section h2 {
  text-align: center;
}
.faq-section .content-wrap {
  max-width: 110.0rem;
}
.faq-accordian {
  margin: 6.0rem auto 0;
  counter-reset: number;
  max-width: 90.0rem;
}
.faq-accordian li {
  border-top: .1rem solid #222222;
  padding: 4.0rem 2.0rem 4.0rem .0rem;
  cursor: pointer;
}
.faq-accordian li:first-child {
  border-top: none;
  padding-top: 2.0rem;
}
.faq-accordian li:last-child {
  padding-bottom: 0;
}
.zwrapper .faq-accordian h4 {
  position: relative;
  margin: 0;
  padding-right: 3.0rem;
  font-size: 2.3rem;
}
.zwrapper .faq-accordian h4.active {
  color: #e3ab2a;
}
.zwrapper .faq-accordian h4:before {
  counter-increment: number;
  content: counter(number) ". ";
}
.zwrapper .faq-accordian h4:after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.9rem;
  line-height: 2.8rem;
}
.zwrapper .faq-accordian h4.active:after {
  content: "-";
}
.faq-accordian .faq-desc {
  margin: 0;
  font-size: 1.5rem;
  padding: 0rem 3.0rem 0 0;
  display: none;
  margin-top: 2.0rem;
}
.faq-accordian .faq-desc.active {
  display: block;
}
.faq-accordian .faq-desc p {
}
.faq-accordian .faq-desc p .txt-bold {
  font-family: var(--primaryfont-semibold);
}
.faq-accordian .faq-desc p a{
/*color:var(--primary-anchor-color-dark);*/
}
.faq-accordian .faq-desc p + p {
  margin-top: 2.0rem;
}
/* faq section end */
/* bottom section start */
.bottom-section {
}
.bottom-section .content-wrap {
  max-width: 110.0rem;
  padding-bottom: 12.0rem;
}
.bs-content-box {
  position: relative;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 5.0rem;
  align-items: center;
}
.bs-cont h2 {
  margin-bottom: 3.0rem;
}
.banner-line-pattern .line-1 {
}
.banner-line-pattern .line-1 {
  width: 100%;
  display: grid;
  justify-content: center;
  margin-top: 21.5rem;
  opacity: 0.2;
  position: relative;
}

span.line-full-circle {
  max-height: 80.0rem;
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 100%;
}

span.line-full-circle:after {
  content: "";
  display: block;
  position: absolute;
  height: 30.0rem;
  width: 100%;
  background: linear-gradient(3600deg, #101010, transparent);
  bottom: 0;
}

/* animation css start */

.ep-feature-item h4:before {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.5s ease-in;
  transition: -webkit-transform 0.5s ease-in;
  -o-transition: transform 0.5s ease-in;
  transition: transform 0.5s ease-in;
  transition: transform 0.5s ease-in, -webkit-transform 0.5s ease-in;
}

.zwe-op.ep-feature-item h4:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.ep-feature-item.ep-fea-2 h4:before {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.ep-feature-item.ep-fea-3 h4:before {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.bs-media {
  opacity: 0;
  -webkit-transform: translateX(5.0rem);
  -ms-transform: translateX(5.0rem);
  transform: translateX(5.0rem);
  -webkit-transition: opacity 0.7s ease, -webkit-transform 0.7s ease;
  transition: opacity 0.7s ease, -webkit-transform 0.7s ease;
  -o-transition: transform 0.7s ease, opacity 0.7s ease;
  transition: transform 0.7s ease, opacity 0.7s ease;
  transition: transform 0.7s ease, opacity 0.7s ease, -webkit-transform 0.7s ease;
  transition-delay: 0.25s;
}

.zwe-op .bs-media {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

/* animation css end */

/* ++++ */

.banner-mail-cover-in {
  z-index: 1;
  position: relative;
}
.is-active {
}
.is-active .banner-mail-cover-in {
}

.shild-icon {
  transform: translateY(-50%) translateZ(10.0rem) translateX(-50%);
  top: 50%;
  left: 50%;
  margin-top: 2.0rem;
}

.banner-slider {
  max-width: 70.0rem;
  position: absolute;
  top: 0;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -ms-transition: transform 1s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 1s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-transition: transform 1s cubic-bezier(0.4, 0.2, 0.2, 1);
  -ms-transform: rotateX(180deg) rotateY(180deg);
  -webkit-transform: rotateX(180deg) rotateY(180deg);
  transform: rotateX(180deg) rotateY(180deg);
}
.is-active .banner-slider {
}
.is-active .banner-slider.is-z-active {
}
/* +++++ */

/* banner flip animation css start */


.banner-zslick-box{
  max-width: 110.0rem;
  width: 100%;
}

.bzs-slider{
  width: 100%;
}

.bzs-slider .slick-dots li.slick-active {
  width: 1.2rem;
  height: 1.2rem;
  background: #2C75FF;
    border: 1px solid #2C75FF;
}

.bzs-slider .slick-dots li {
  vertical-align: middle;
}

.flip-box-inner {
  transform: scale(.8);
}

.flip-box {
  perspective: 100.0rem;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.is-active1 .flip-box .flip-box-inner {
  transform: rotateY(180deg) scale(1) translateY(0);
}
.flip-box:hover .flip-box-inner {
}

.flip-box-front{
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  top: 0;
  bottom: 0;
}
.flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  top: 0;
  bottom: 0;
}

.is-active1 .flip-box-front{
  transform: rotateY(0deg);
}

.flip-box-back {
  transform: rotateY(180deg);
}

/* banner flip animation css end */

/* orbit block css start */

.ag-orbit_box {
  height: 100%;
  width: 100%;
  margin: 15.0rem auto;
  position: relative;
}
.ag-orbit_orbit {
  border-width: .1rem;
  border-style: solid;
  border-color: #8c8c8e;

  position: absolute;
  left: 0;
  right: 0;

  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;

  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;


  
}
.is-animation .ag-orbit_orbit{
  -webkit-animation: an-orbits 50s linear infinite;
  -moz-animation: an-orbits 50s linear infinite;
  -o-animation: an-orbits 50s linear infinite;
  animation: an-orbits 50s linear infinite;
}

.is-animation .ag-orbit_orbit__reverse{
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  -o-animation-direction: reverse;
  animation-direction: reverse;
}

.is-animation .ag-orbit_orbit{

}
.ag-orbit_orbit__reverse {
  
}
.ag-orbit_orbit__outer {
  height: 100%;
  width: 100%;
  margin: .0rem auto 0;
}
.ag-orbit_orbit__inner {
  height: calc(100% - 13.0rem);
  width: calc(100% - 13.0rem);
  margin: 6.5rem auto 0;
}

.ag-orbit_planet {
  height: 2.0rem;
  width: 2.0rem;
  background: #757575;

  position: absolute;
  top: 50%;

  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.ag-orbit_planet__left {
  left: -1.0rem;
}
.ag-orbit_planet__right {
  right: -1.0rem;
}
.ag-orbit_orbit.orbit_2{
}

.ag-orbit_orbit__inner.orbit_2 .ag-orbit_planet__left,
.ag-orbit_orbit__inner.orbit_4 .ag-orbit_planet__left {
  left: -.8rem;
}
.ag-orbit_orbit__inner.orbit_2 .ag-orbit_planet__right,
.ag-orbit_orbit__inner.orbit_4 .ag-orbit_planet__right {
  right: -.8rem;
}
.ag-orbit_orbit__inner.orbit_2 .ag-orbit_planet,
.ag-orbit_orbit__inner.orbit_4 .ag-orbit_planet {
  width: 1.4rem;
  height: 1.4rem;
}

.ag-orbit_planet__left_1 {
  left: 50%;
  top: -.8rem;
}

.ag-orbit_planet__left_2 {
  left: 50%;
  top: calc(99% + .8rem);
}

.ag-orbit_planet__right_1 {
  right: 10%;
  top: 80%;
}
.ag-orbit_planet__right_2 {
  right: 50%;
  top: 100%;
}
.orbit_2 .ag-orbit_planet__left_1 {
  left: 6%;
  top: 25%;
}

.orbit_2 .ag-orbit_planet__left_2 {
  left: 50%;
    margin: -.8rem 0 0 .0rem;
    top: 0%;
}

.orbit_2 .ag-orbit_planet__left_3 {
  left: 80%;
  top: 10%;
}

.orbit_2 .ag-orbit_planet__right_1 {
  left: 33%;
  top: 3%;
}
.orbit_2 .ag-orbit_planet__right_2 {
  right: 80%;
  top: calc(89% + .8rem);
}
.orbit_2 .ag-orbit_planet__right_3 {
  right: 20%;
  top: calc(89% + .3rem);
}

.orbit_3 .ag-orbit_planet__left_1 {
  left: 50%;
  top: -1.1rem;
}
.orbit_3 .ag-orbit_planet__right_1 {
  left: 50%;
  top: calc(99% + .8rem);
}


.orbit_5 .ag-orbit_planet__left_1 {
  left: 50%;
  top: -1.1rem;
}

.orbit_5 .ag-orbit_planet__right_1 {
  left: 50%;
  top: calc(100% - 1.0rem);
}

@-webkit-keyframes an-orbits {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}
@-moz-keyframes an-orbits {
  0% {
      -moz-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -moz-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}
@-o-keyframes an-orbits {
  0% {
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}
@keyframes an-orbits {
  0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}


.banner-line-pattern {
  overflow: hidden;
}
.banner-line-pattern:after {
  content: "";
  display: block;
  width: 100%;
  height: 15.0rem;
  background: linear-gradient(0deg, #101010, transparent);
  position: absolute;
  bottom: 0;
}
.ag-orbit_orbit__outer.orbit_1 {
  opacity: 0.2;
}
.ag-orbit_orbit__inner.orbit_2 {
  opacity: 0.4;
  animation-duration: 40s;
}
.ag-orbit_orbit__outer.orbit_3 {
  width: calc(100% - 26.0rem);
  margin-top: 13.0rem;
  height: calc(100% - 26.0rem);
  opacity: 0.6;
  animation-duration: 70s;
}
.ag-orbit_orbit__inner.orbit_4 {
  width: calc(100% - 39.0rem);
  margin-top: 19.5rem;
  height: calc(100% - 39.0rem);
  opacity: 0.8;
}

.ag-orbit_orbit__outer.orbit_5 {
  width: calc(100% - 52.0rem);
  margin-top: 26.0rem;
  height: calc(100% - 52.0rem);
  opacity: 0.9;
  animation-duration: 25s;
}

/* orbit block css end */


.mail-cover-mobile {
  text-align: center;
  position: relative;
  top: 27.0rem;
  line-height: 0;
}

.mail-cover-mobile img {
  border-radius: 1.5rem;
}

.act-btn.modal-toggle {
  background: #f0483e;
  color: #fff;
}

/* Updated Code */

 @media only screen and (min-width: 992px) {
  .ep-other-brand-logos .other-brand-logo{
      background-color: #FFFFFF;
      box-shadow: .0rem .3rem .6rem #00000029;
      border-radius: .8rem;
      position: absolute;
      opacity: 0;
  }
   .ep-integrate-wrap.zwe-op .other-brand-right{
      animation: logos-animation-reverse .4s ease alternate both;
  }
  .ep-integrate-wrap.zwe-op .other-brand-left{
     animation: logos-animation .4s ease alternate both; 
  }
   .ep-integrate-wrap.zwe-op .other-brand-1{
    /* animation-delay: 1s; */
    /* animation-delay: .9s; */
    animation-delay: .3s;
}
  .ep-integrate-wrap.zwe-op .other-brand-2{
      /* animation-delay: 1s; */
      /* animation-delay: 1.5s; */
      animation-delay: .6s;
  }
  .ep-integrate-wrap.zwe-op .other-brand-3{
      /* animation-delay: 2s; */
      /* animation-delay: .3s; */
  }
  .ep-integrate-wrap.zwe-op .other-brand-4{
      /* animation-delay: 3s; */
      /* animation-delay: 2.1s; */
      animation-delay: .9s;
  }
  .ep-integrate-wrap.zwe-op .other-brand-5{
      /* animation-delay: .5s; */
      /* animation-delay: 1.2s; */
      animation-delay: .6s;
  }
  .ep-integrate-wrap.zwe-op .other-brand-6{
      /* animation-delay: 1.5s; */
      /* animation-delay: .9s; */
  }
  .ep-integrate-wrap.zwe-op .other-brand-7{
      /* animation-delay: 2.5s; */
      /* animation-delay: .6s; */
      animation-delay: .3s;
  }
  .ep-integrate-wrap.zwe-op .other-brand-8{
      /* animation-delay: 3.5s; */
      /* animation-delay: 1.8s; */
      animation-delay: .9s;
  }
  .other-brand-1{
      top: 6%;
      left: 5%;
  }
  .other-brand-2{
      top: 30%;
      left: 6%;
  }
  .other-brand-3{
      top: 57%;
      right: 86%;
  }
  .other-brand-4{
      top: 80%;
      left: 10%;
  }
  .other-brand-5{
      top: 6%;
      right: 24%;
  }
  .other-brand-6{
      top: 16%;
      left: 83%;
  }
  .other-brand-7{
      top: 49%;
      right: 7%;
  }
  .other-brand-8{
      bottom: 11%;
      right: 10%;
  }
  .ep-other-brand-logos.anime-end .other-brand-1,
  .ep-other-brand-logos.anime-end .other-brand-3,
  .ep-other-brand-logos.anime-end .other-brand-6,
  .ep-other-brand-logos.anime-end .other-brand-8{
      animation: wiggle 4s ease infinite;
  }
  .ep-other-brand-logos.anime-end .other-brand-2,
  .ep-other-brand-logos.anime-end .other-brand-4,
  .ep-other-brand-logos.anime-end .other-brand-5,
  .ep-other-brand-logos.anime-end .other-brand-7{
      animation: wiggle-reverse 4s ease infinite;
  }
  
   @keyframes logos-animation{
      0%{
        opacity: 0;
        /* transform: translateX(-50%); */
        transform: scale(.5);
      }
      100%{
          opacity: 1;
          /* transform: translateX(0); */
        transform: scale(1);
      }
  }
  @keyframes logos-animation-reverse{
      0%{
        opacity: 0;
        /* transform: translateX(50%); */
        transform: scale(.5);
      }
      100%{
          opacity: 1;
          /* transform: translateX(0); */
        transform: scale(1);
      }
  }
  @keyframes wiggle{
      0% {
          transform: translateY(0);
          opacity: 1;
      }
      50% {
          transform: translateY(-.5rem);
          opacity: 1;
      }
      100%{
          transform: translateY(0);
          opacity: 1;
      }
  }
  @keyframes wiggle-reverse{
      0% {
          transform: translateY(0);
          opacity: 1;
      }
      50% {
          transform: translateY(.5rem);
          opacity: 1;
      }
      100%{
          transform: translateY(0);
          opacity: 1;
      }
  }
  .ep-other-brand-logos .cloned{
      display: none;
  }
}
 /* Updated Code */

@media only screen and (min-width: 1681px) {
  .banner-top-content h1 {
      font-size: 7.2rem;
  }
  .banner-top-content h1 span.txt-sm {
      font-size: 2.6rem;
  }
  .zbrc-top p {
      font-size: 1.9rem;
  }
  .banner-top-content {
      gap: 7.5rem;
      max-width: 116.0rem;
  }
  .zwrapper h4 {
      font-size: 3.8rem;
  }
  .zwrapper h2 {
      font-size: 5.2rem;
  }
  .zwrapper h3 {
      font-size: 4.8rem;
      line-height: 1.1;
  }
  .zwrapper p {
      font-size: 1.8rem;
      line-height: 1.7;
  }
  .ep-offer-list + .ep-offer-list {
      margin-top: 20.0rem;
  }
  .zwrapper .faq-accordian h4 {
      font-size: 2.5rem;
  }
}
@media only screen and (min-width: 1025px) {

  .mail-cover-mobile{
    display: none;
  }

}

@media only screen and (min-width: 1344px) and (max-width: 1526px) {
  .ep-features-list-box {
      max-width: 110.0rem;
      margin: 0 auto;
  }
  .zwrapper h4 {
      font-size: 3.2rem;
  }
  .ep-offer-list {
      grid-template-columns: 2fr 1.75fr;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .zwrapper h1 {
      font-size: 5.2rem;
  }
  .zwrapper h2 {
      font-size: 4.2rem;
  }
  .zwrapper h3 {
      font-size: 2.6rem;
  }
  .zwrapper h4 {
      font-size: 2.2rem;
  }
  .banner-obj-box {
      /* gap: 4.0rem; */
  }

  /* Updated code */
  .other-brand-3 {
     right: 79%;
  }
  .other-brand-6 {
     top: 24%;
     left: 78%;
  }
    .other-brand-1 {
    left: 2%;
  }
  .other-brand-7 {
    right: 5%;
}
 /* Updated code */
}
@media only screen and (max-width: 1399px) {
   /* Updated code */
    .banner-why-feat-content{
        padding: 12.0rem 3.5rem 15.5rem;
    }
    .ep-why-ul>li,.ep-why-choose li{
       /* font-size: 1.6rem; */
    }
    .ep-stat-num{
        font-size: 8.5rem;
    }
    .ep-stat-num span{
        width: 5.9rem;
    }
    .ep-why-feat-list {
        padding: 4.5rem 3.5rem 6.0rem;
    }    
    /* Updated code */
}
@media only screen and (max-width: 1199px) {
  .banner-mail-cover{
    padding-bottom: 19.0rem;
  }
  .banner-mail-cover-in{
    max-width: 100.0rem;
    margin: 0 auto;
  }
   /* updated code */
    .ep-why-choose {
        grid-template-columns: 49% 47%;
    }
    .banner-why-feat-content h2 {
        max-width: 48.0rem;
    }
    .ep-why-ul>li:not(:last-of-type) {
        padding-bottom: 2.5rem;
    }
    .ep-why-stat,
    .ep-why-feat-list-box {
        gap: 2.0rem;
    }
    .ep-integrate-content>h2, .ep-integrate-content>p {
        max-width: 52.0rem;
    }
    .ep-stat-num{
        font-size: 8.0rem;
    }
    .ep-stat-num{
        height: 6.6rem;
    }
    .ep-why-feat-1 .ep-stat-bar {
        font-size: 2.8rem;
    }
    .ep-why-stat{
        /* grid-template-columns: auto;
        max-width: 31.0rem;
        margin-left: auto;
        margin-right: auto;
        text-align: center; */
    }
    .ep-integrate-section {
        margin-top: 12.0rem;
    }
    /* updated code */
}
@media only screen and (max-width: 1024px) {
  .mail-cover-icon > img{
    width: 75%;
    border-radius: 2.0rem;
  }
  .banner-mail-cover {
  }
  .banner-bot-content {
    margin-top: 12.0rem;
  }
  .banner-mail-cover{
    padding-bottom: 0;
  }
  .flip-box{
    display: none;
  }
  .mail-cover-mobile{
    top: 0;
    max-width: 60.0rem;
    margin-left: auto;
    margin-right: auto;
  }
  .banner-line-pattern {
    display: none;
  }
  .banner-mid-content{
    margin-top: 0;
  }
  .zwrapper .trusted-content p {
    font-size: 1.8rem;
  }
  .zwrapper .trusted-content p.sol-txt {
    font-size: 1.6rem;
    margin-top: 1.2rem;
  }

/* updated Code */
.ep-other-brand-logos .other-brand-logo::before{
  width: 12.0rem;
}
.ep-other-brand-logos  .other-brand-3::before{
  width: 13.0rem;
}
.ep-other-brand-logos  .other-brand-6::before{
  width: 15.0rem;
}
.ep-other-brand-logos  .other-brand-7::before{
  width: 8.5rem;
}
.ep-other-brand-logos  .other-brand-4::before{
  width: 11.0rem;
}
.integrate-line-pattern .ag-orbit_orbit__inner{
  height: calc(100% - 5.0rem);
  width: calc(100% - 5.0rem);
}
.integrate-line-pattern .ag-orbit_orbit__outer.orbit_3{
  height: calc(100% - 21.0rem);
  width: calc(100% - 21.0rem);
}
.integrate-line-pattern .ag-orbit_orbit__inner.orbit_4{
  height: calc(100% - 37.0rem);
  width: calc(100% - 37.0rem);
}
/* updated Code */

}
/* updated Code */
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .other-brand-2 {
    left: 5%;
  }
}
/* updated Code */
@media only screen and (max-width: 991px) {
  .zwrapper h1 {
      font-size: 4.5rem;
  }
  .zwrapper h2 {
      font-size: 3.4rem;
  }
  .zwrapper h3 {
      font-size: 3.0rem;
  }
  .zwrapper h4 {
      font-size: 2.2rem;
  }
  .zwrapper .faq-accordian h4 {
      font-size: 2.0rem;
  }
  .banner-top-content {
      grid-template-columns: auto;
      text-align: center;
      justify-content: center;
      gap: 3.0rem;
      max-width: 60.0rem;
  }
  .zbrc-top{
      margin-left: auto;
      margin-right: auto;
  }
  .zb-cta-box {
      justify-content: center;
  }

  .ep-feature-item {
      max-width: 40.0rem;
  }
  .zwrapper h2 {
      text-align: center;
  }
  .zsection .content-wrap {
      padding-top: 7.0rem;
      padding-bottom: 8.0rem;
  }
  .ep-offer-list .epo-content-left {
      padding-right: 0;
  }
  .bs-content-box {
  }
  .bs-content-box h2 {
      text-align: left;
  }
  .ep-offer-content-box {
      padding-top: 7.0rem;
  }
  
  .banner-bot-content {
      margin-top: 10.0rem;
  }
  .ep-feature-item h4 + p {
      padding-top: .0rem;
  }
  .faq-accordian {
      margin-top: 3.0rem;
  }
  
  .banner-top-content h1 span.txt-sm{
    font-size: 2.2rem;
  }
 
  .banner-bot-content {
    margin-top: 7.0rem;
  }
  .ep-features-list-box{
    gap: 2.5rem;
  }

  .faq-accordian li{
    padding: 3.0rem .0rem 3.0rem 0;
  }
   /* Updated Code */
    .banner-why-feat-content h2 {
        max-width: 45.0rem;
        margin-left: auto;
        margin-right: auto;
    }
    .ep-why-feat-list-box{
        flex-direction: column;
        align-items: center;
    }
    .ep-why-feat-item h4{
      /*  text-align: center; */
    }
    .ep-why-stat{
        /* grid-template-columns: auto;
        max-width: 31.0rem;
        margin-left: auto;
        margin-right: auto;
        text-align: center; */
    }
    .ep-why-feat-list{
        max-width: 44.0rem;
        padding: 4.5rem 4.0rem 5.0rem;
    }
    .banner-section .content-wrap {
        /* padding-bottom: 0; */
    }
    .zwc-stat-num {
        font-size: 7.0rem;
    }
    .ep-why-feat-list-box{
        gap: 5.0rem;
    }
    .ep-why-choose{
        grid-template-columns: auto;
        justify-content: center;
    }
    .ep-why-choose h2{
        background-image: none;
        padding: 0;
        margin-bottom: 4.0rem;
    }
    .ep-explore-tab{
        /* text-align: center;
        margin-left: 0; */
    }
    .ep-advantages-section .ep-highlight{
        display: inline-block;
    }
    .ep-why-choose li {
        padding-bottom: 2.5rem;
    }
    .ep-why-choose li:last-child{
      /* padding-bottom: 1.5rem; */
  }
    .ep-why-choose-list>ul{
        display: grid;
        grid-gap: 0 4.5rem;
    }
    .ep-why-choose-list>ul li:nth-child(1){
        grid-area: 1/1/2/2;
    }
    .ep-why-choose-list>ul li:nth-child(2){
        grid-area: 1/2/2/3;
    }
    .integrate-line-pattern{
        display: none;
    }
    .ep-integrate-content{
        padding: 0 2.5rem;
    }
    .ep-integrate-wrap{
        background-color: rgb(239, 240,242);
        border-radius: 2.0rem;
        padding: 6.5rem 0 7.5rem;
        overflow: hidden;
    }
    .ep-other-brand-logos .other-brand-logo{
        background-color: #FFFFFF;
        box-shadow: .0rem .3rem .6rem #00000029;
        border-radius: .8rem;
        /* width: 20.0rem;
        height: 5.0rem; */
        display: grid;
        align-items: center;
        justify-content: center;
    }
     .ep-other-brand-logos{
        display: grid;
        grid-template-columns:max-content;
        grid-auto-flow: column;
        padding-top: 5.0rem;
    }
  .ep-other-brand-logos>div{
      display: grid;
      grid-template-columns: max-content;
      grid-auto-flow: column;
      grid-gap: 2.0rem;
      padding-right: 2.0rem;
    }
    .ep-other-brand-logos.is-active>div{
      animation: scroll-animation 25s linear infinite;
      animation-delay: .5s;
    }
    @keyframes scroll-animation{
      0% {
        transform: translateX(0);
    }
    
    100% {
        transform: translateX(-100%);
    }
    }
    .ep-other-brand-logos>div.other-brand-1{
        /* background-color: red; */
    }
    .ep-explore-tab {
       /* max-width: 41.5%; */
        text-align: center;
        margin-left: 0;
    }
   .ep-integrate-content>p {
        max-width: 46.0rem;
    }
    .ep-integrate-content>h2{
        max-width: 42.0rem;
    }
    .ep-stat-num {
        font-size: 7.0rem;
    }
    .ep-stat-num span {
        width: 4.8rem;
    }
    .ep-stat-num {
        height: 6.2rem;
    }
    .banner-why-feat-content {
        padding: 8.0rem 3.5rem 9.0rem;
        margin-top: 7.5rem;
    }
    .ep-integrate-section {
        margin-top: 8.5rem;
    }
    .ep-why-ul>li,.ep-why-choose li,.ep-explore-tab>a{
        font-size: 1.5rem;
    }
    /* Updated Code */
}
@media only screen and (max-width: 767px) {
  .content-wrap {
      width: 85%;
  }
  .zwrapper h1 {
      font-size: 3.5rem;
      line-height: 1.2;
  }
  .zwrapper h2 {
      font-size: 3.0rem;
  }
  .zwrapper h3 {
      font-size: 2.4rem;
  }
  .zwrapper h4 {
      font-size: 2.0rem;
  }
  .zwrapper .faq-accordian h4 {
      font-size: 1.7rem;
  }
  .zsection .content-wrap {
      padding-top: 6.0rem;
      padding-bottom: 7.0rem;
  }
  .banner-section .content-wrap{
    padding-top: 4.0rem;
    padding-bottom: 6.0rem;
  }
  .mail-cover-icon > img{
    width: 100%;
    border-radius: 1.0rem;
  }
  .zwrapper .trusted-content p {
    font-size: 1.7rem;
  }
  .zwrapper .trusted-content p.sol-txt {
    font-size: 1.5rem;
  }
  .ep-offer-list,
  .bs-content-box {
      grid-template-columns: auto;
      text-align: center;
      justify-content: center;
  }
  .ep-offer-list + .ep-offer-list {
      margin-top: 7.0rem;
  }
  .ep-offer-content-box {
      padding-top: 2.0rem;
  }
  .epo-content {
      max-width: 54.0rem;
      display: grid;
      justify-items: center;
  }
  .epo-content h3 {
      max-width: 45.0rem;
  }
  .epo-media,
  .bs-media {
      max-width: 35.0rem;
      margin-left: auto;
      margin-right: auto;
  }
  .bs-content-box h2 {
      text-align: center;
  }
  .bs-content-box h2 .d-block {
      display: inline;
  }
  .bs-media {
      max-width: 30.0rem;
  }
  .banner-obj-box {
  }
  .shild-icon {
      width: 30%;
  }
  .faq-accordian li {
      padding-top: 2.0rem;
      padding-bottom: 2.0rem;
  }
  .faq-accordian .faq-desc p {
      font-size: 1.4rem;
  }
  .faq-accordian .faq-desc {
    /* padding-top: 1.0rem; */
    margin-top: 1.0rem;
  }
  .faq-accordian .faq-desc p + p {
      margin-top: 1.0rem;
  }
  .bs-media{
    -webkit-transform: translateY(5.0rem);
    -ms-transform: translateY(5.0rem);
    transform: translateY(5.0rem);
  }
  .zwe-op .bs-media{
    -webkit-transform: translateY(.0rem);
    -ms-transform: translateY(.0rem);
    transform: translateY(.0rem);
  }
  .ep-features-list-box {
    grid-template-columns: auto;
    text-align: center;
    justify-content: center;
    gap: 5.0rem;
  }
  .ep-feature-item h4:before {
      margin-left: auto;
      margin-right: auto;
  }
  .ep-feature-item h4 {
    text-align: center;
  }
  .banner-top-content h1 span.txt-sm {
    font-size: 2.0rem;
    margin-top: 1.5rem;
  }
  .trusted-content p br{
    display: none;
  }
  .trusted-content{
    max-width: 50.0rem;
    width: 100%;
  }
  .banner-obj-box {
    gap: 4.5rem;
  }
  .mail-cover-mobile {
    max-width: 100%;
    width: 75%;
  }
.contact-box .scs-pop-inr span.scs-txt br{
      display: none;
  }
    /* Updated Code */
    .ep-why-stat{
        grid-template-columns: auto;
        text-align: center;
    }
    .ep-why-choose-list>ul li:nth-child(2) {
        grid-area: auto;
    }
    .ep-explore-tab {
        max-width: 100%;
         /* margin-left: 2.5rem; */
        /* text-align: center; */
    }
    .ep-stat-num {
        font-size: 6.5rem;
    }
    .ep-stat-num span {
        width: 4.3rem;
    }
    .ep-why-stat{
        gap: 1.5rem;
        max-width: 27.0rem;
        margin-left: auto;
        margin-right: auto;
    }
    .ep-why-feat-list-box {
        gap: 4.0rem;
    }
    .ep-integrate-content>h2 {
        max-width: 37.0rem;
    }
    .ep-other-brand-logos {
        padding-top: 4.0rem;
    }
    .banner-why-feat-content h2 {
        max-width: 40.0rem;
    }
    .banner-why-feat-content {
        padding: 6.0rem 2.5rem 7.5rem;
    }
    .banner-why-feat-content h2{
        margin-bottom: 4.0rem;
    }
    .ep-why-stat {
        margin-top: 3.5rem;
    }    
    .ep-integrate-wrap {
        padding: 4.5rem 0 5.5rem;
    }
    .ep-why-choose h2,.ep-integrate-content>h2 {
        margin-bottom: 2.5rem;
     } 
    .ep-why-feat-list {
        max-width: 41.0rem;
        padding: 4.5rem 3.0rem 4.0rem;
    }
    .ep-integrate-content {
      padding: 0 1.5rem;
    }
    .ep-why-ul>li .tick-box {
        margin-top: .1rem;
        transform: scale(.9);
    }
    .ep-other-brand-logos .other-brand-logo::before{
      width: 11.0rem;
    }
    .ep-other-brand-logos  .other-brand-3::before{
      width: 13.0rem;
    }
    .ep-other-brand-logos  .other-brand-6::before{
      width: 15.0rem;
    }
    .ep-other-brand-logos  .other-brand-7::before{
      width: 7.0rem;
    }
    .ep-other-brand-logos  .other-brand-4::before{
      width: 10.0rem;
    }
    .ep-other-brand-logos .other-brand-logo{
      padding: 1.0rem 1.5rem;
    }
    .ep-other-brand-logos>div{
      grid-gap: 1.5rem;
      padding-right: 1.5rem;
    }
    .ep-why-feat-1 .ep-stat-percent {
      left: -.1rem;
  }
  .ep-stat-percent{
    left: 0;
  }
    .ep-stat-num {
    height: 6.0rem;
}
    /* Updated Code */
}
@media only screen and (min-width: 481px) and (max-width: 991px) {
  .banner-top-content h1 br{
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .zwrapper h1 {
      font-size: 3.2rem;
      /* padding: 0 1.0rem; */
  }
  .zwrapper h2 {
      font-size: 2.8rem;
  }
  .zwrapper h3 {
      font-size: 2.2rem;
  }
  .zwrapper h4 {
  }
  .banner-top-content{
    text-align: left;
  }
  .zwrapper .trusted-content p {
    font-size: 1.5rem;
  }
  .zwrapper .trusted-content p.sol-txt {
    font-size: 1.4rem;
  }
  .zb-cta-box {
      justify-content: center;
      grid-auto-flow: row;
      justify-items: center;
  }
  .banner-top-content h1 span.txt-sm {
    font-size: 1.8rem;
    font-family: var(--primaryfont-semibold);
  }
  .trusted-content{
    padding: 0 2.0rem;
  }
  .ep-feature-item h4{
    gap: 1.0rem;
  }
  .zwe-op.ep-feature-item h4:before {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
  }
  .banner-mid-content {
    padding-top: 4.0rem;
  }
  .bs-media {
    max-width: 60%;
  }
   /* Update Code */
    .banner-why-feat-content {
        /* padding: 7.0rem 1.5rem; */
        border-radius: 2.5rem 2.5rem 0 0;
    }
    .ep-why-feat-list {
        padding: 4.5rem 1.5rem 3.0rem;
        border-radius: 1.5rem;
    }
    .ep-why-ul>li {
        gap: 1.0rem;
    }
    .ep-why-choose h2,.ep-integrate-content>h2 {
       margin-bottom: 2.5rem;
    } 
    .ep-integrate-section {
        margin-top: 6.5rem;
    }
    .banner-why-feat-content h2 {
        max-width: 33.0rem;
    }
    .ep-why-feat-list {
        max-width: 36.0rem;
    } 
     .faq-accordian .faq-desc{
      padding-right: 0;
    }   
    /* Update Code */
}
@media only screen and (max-width: 375px) {
  .banner-top-content h1 span.txt-sm {
    font-size: 1.6rem;
  }
}