.zw-product-header {
  background: linear-gradient(10deg, #151aca 29.52%, #00037e 80.87%);
}
.ovrfhidden {
  overflow: hidden;
}
.lnk-undrlne {
  position: relative;
  color: #0047ff;
}
.lnk-undrlne:before {
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #0047ff;
}
.zwc-title h1 {
  font-size: 22px;
  color: #0f9;
  text-transform: uppercase;
  font-family: var(--zf-primary-medium);
}
.zwb-bnnr .zwc-title h2 {
  font-size: var(--h3-size);
}
.zwc-title h2 {
  font-size: var(--h4-size);
}
.zwc-title h3 {
  font-size: var(--h5-size);
}
.zwc-title h4,
.zwb-sub-title h2 {
  font-size: var(--h6-size);
}
.zwc-badge-txt {
  font-size: 22px;
  display: inline-block;
  font-family: var(--zf-primary-regular);
  text-transform: uppercase;
  margin: 0 0 30px;
  line-height: var(--h1-line-height);
}
.zwb-bnnr {
  background: linear-gradient(115deg, #151aca 29.52%, #00037e 80.87%);
  padding: 100px 0 190px;
  overflow: hidden;
}
.zws-bnnr-img {
  border-radius: 16px;
}
.zwb-bnnr .zwc-badge-txt {
  color: #0f9;
  font-family: var(--zf-primary-medium);
}
.zwb-bnnr .zwc-title p {
  max-width: 574px;
  font-size: 20px;
}
/* .zwc-after-login {
  width: 150%;
  left: 50px;
} */
.zwb-ovrly1 {
  top: 45%;
  left: 0;
  max-width: 284px;
  width: 46%;
  border-radius: 12px;
}
.zwb-ovrly2 {
  top: -6%;
  left: 50%;
  max-width: 159px;
  width: 17%;
  box-shadow: 0px 34px 34px rgba(0, 0, 0, 0.1);
}
.zwb-ovrly3 {
  top: -16%;
  left: 39%;
  z-index: 0;
  max-width: 197px;
  width: 21%;
}
/* ///////// */
.zwc-trusted-brands .zwb-sub-title {
  margin: 0 0 40px;
}
.zwc-trusted-brands {
  padding: 110px 0;
}
.trusted-brand-logos {
  overflow: hidden;
  max-width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
  align-items: stretch;
}

.trusted-brand-logos li {
  display: none !important;
  width: auto;
  flex: none;
  margin: 20px 26px 20px 26px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.trusted-brand-logos li span {
  display: block;
  text-align: center;
  color: var(--black-color);
  font-size: 16px;
  font-family: var(--zf-primary-regular);
  margin-top: 20px;
  max-width: 130px;
  word-break: break-word;
}

.trusted-brand-logos li img {
  width: auto;
  max-height: 36px;
  min-height: auto;
  display: block;
  margin: 0 auto auto;
}

.trusted-brand-logos li img,
.trusted-brand-logos li span {
  opacity: 0;
  transform: scale(0.6);
  transition: transform 0.4s ease-out, opacity 0.4s ease-out;
}

.zwe-op .trusted-brand-logos li img,
.zwe-op .trusted-brand-logos li span {
  transform: scale(1);
  opacity: 1;
}

.trusted-brand-logos li.current-region {
  display: inline-flex !important;
}

.trusted-brand-logos .trstd-img-24 {
  max-height: 24px;
}

.trusted-brand-logos .trstd-img-28 {
  max-height: 28px;
}

.trusted-brand-logos .trstd-img-30 {
  max-height: 30px;
}

.trusted-brand-logos .trstd-img-32 {
  max-height: 32px;
}

.trusted-brand-logos .trstd-img-34 {
  max-height: 34px;
}

.trusted-brand-logos .trstd-img-42 {
  max-height: 42px;
}

.trusted-brand-logos .trstd-img-46 {
  max-height: 46px;
}

.trusted-brand-logos .trstd-img-50 {
  max-height: 50px;
}

.trusted-brand-logos .trstd-img-54 {
  max-height: 54px;
}

.trusted-brand-logos .trstd-img-60 {
  max-height: 60px;
}

.trusted-brand-logos .trstd-img-70 {
  max-height: 70px;
}

.trusted-brand-logos .trstd-img-74 {
  max-height: 74px;
}

.trusted-brand-logos .trstd-img-80 {
  max-height: 80px;
}
/* ///////// */
.zwb-stcky-section {
  padding: 40px 0 40px;
}
.zws-fixd-sdebar {
  position: sticky;
  display: flex;
  align-items: center;
  top: 250px;
  width: 30px;
  height: 100%;
  z-index: 4;
  transition: transform 0.3s ease;
  margin-left: -60px;
  margin-right: 30px;
  padding-bottom: 60px;
}

.zws-fixd-sdebar.hidden {
  display: none;
}
.zws-lst-item {
}
.zws-lst-item li a {
  background: #c7c9fc;
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  position: relative;
  transition: background-color 0.3s ease;
  padding: 0;
  border: none;
}
.zws-lst-item li.active a {
  background: #373df2;
}

.zws-lst-item li.active a::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background: #373df2;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: anim-vibrate 2s infinite;
}

.zwb-stcky-section .zwc-title p {
  max-width: 730px;
}
.zwc-article-cntnt {
  transition: all 0.5s ease;
  padding-bottom: 60px;
  position: sticky;
}
.zwb-stcky-wrpr article,
.zwc-article-cntnt {
  min-height: 596px;
}
.zwc-article-cntnt .pr-0 {
  padding-right: 0;
}
.zwc-article-cntnt .extra-spce {
  padding-bottom: 100px;
}
.zwb-stcky-wrpr {
  padding: 56px 0 0;
}
.zwb-stcky-wrpr article {
  border-radius: 24px;
  padding: 60px;
  border: 1px solid #f5e0d2;
  background: #fff6f0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.zwb-stcky-wrpr article .zcol-wrap {
  width: 100%;
}

.zwb-stcky-wrpr article h3 {
  color: var(--black-color);
  font-size: var(--h5-size);
  font-family: var(--zf-primary-semibold);
  margin: 0 0 12px;
}
.zwb-ovrly1-1 {
  top: -10%;
  right: -10%;
  max-width: 214px;
  width: 42%;
}
.zwb-ovrly2-1 {
  top: 42%;
  left: 46%;
  max-width: 314px;
  width: 62%;
}
.zwb-ovrly3-1 {
  max-width: 230px;
  top: 32%;
  left: 0;
  width: 45%;
}
.zwb-ovrly4-1 {
  top: -4%;
  left: 55%;
  max-width: 106px;
  width: 20%;
  border-radius: 7px;
}
.zwb-ovrly4-2 {
  max-width: 87px;
  width: 16%;
  border-radius: 100%;
  left: 36%;
  top: 83%;
}
.zwb-ovrly5-1 {
  top: -5%;
  left: 47%;
  max-width: 162px;
  width: 30%;
  border-radius: 12px;
}
.zwb-ovrly6-1 {
  right: -7%;
  top: 78%;
  max-width: 221px;
  width: 45%;
}
.zwc-cntnt-blck,
.zwc-mlti-lsts {
  max-width: 460px;
}
.zwc-cntnt-blck {
  margin: 0 0 32px;
}
.zwc-cntnt-blck,
.zwc-cntnt-blck p {
  color: var(--black-color);
  font-size: 18px;
  line-height: 1.4;
}
.zwc-cntnt-blck > p {
  font-family: var(--zf-primary-medium);
}
/* ///////// */
.zwc-mlti-lsts {
  margin: 40px 0 0;
}
.zwc-mlti-lsts li {
  color: var(--black-color);
  font-size: 16px;
  margin: 0 0 15px;
  position: relative;
  padding-left: 20px;
}
.zwc-mlti-lsts li:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 11px;
  left: 0;
  top: 0.5rem;
  background: url("/sites/zweb/images/backstage/features/zwb-fts-sprite.svg")
    no-repeat -2px 0px / 420px auto;
}
/* ///////// */
/* Tabs section */
.zwb-rsvp {
  padding: 40px 0 100px;
}
.zwc-horz-tab .zwc-tabs-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.zwc-tabs-items .tab-link {
  background: none;
  border: 0;
  font-family: var(--zf-primary-semibold);
  font-size: 18px;
  color: rgba(0, 0, 0, 1);
  padding: 10px 24px 10px 24px;
  margin-left: 24px;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
}
.zwc-tabs-items .tab-link:before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background: rgba(173, 173, 173, 1);
  transform: translate(-50%, -50%);
  left: 0;
  top: 50%;
  border-radius: 100%;
}
.zwc-tabs-items .tab-link.active {
  border-radius: 48px;
  background: #000;
  color: #fff;
}
.zwc-tabs-items .tab-link.active:before {
  display: none;
}
.zwc-tabs-content .tab-content {
  padding: 60px 0;
}
.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}
.zwb-top-fts-ovrly1 {
  max-width: 171px;
  top: 47%;
  left: 49%;
  box-shadow: 0px 34px 54px rgba(0, 0, 0, 0.1);
  width: 32%;
  border-radius: 4px;
}
.zwb-top-fts-ovrly2 {
  max-width: 168px;
  bottom: 0;
  left: 6%;
  width: 31%;
}
.zwb-top-fts-ovrly3 {
  bottom: 0;
  max-width: 191px;
  width: 36%;
  left: 8%;
}
.zwb-top-fts-ovrly4 {
  max-width: 154px;
  width: 29%;
  top: 36%;
  left: 68%;
}
.zwb-top-fts-ovrly5 {
  max-width: 187px;
  width: 35%;
  bottom: 0;
  left: 10%;
}
/* Tabs section end*/
/* ///////// */
.zwb-tstimonial {
  padding: 0px 0 180px;
}
.zwb-tstimonial .slick-list {
  position: relative;
  padding: 5.5rem 0 0;
}
.zwb-tstimonial .slick-list:before {
  position: absolute;
  content: "";
  width: 105px;
  height: 75px;
  background: url("/sites/zweb/images/backstage/features/zwb-fts-sprite.svg");
  background-size: 430px auto;
  background-repeat: no-repeat;
  background-position: -16px 1px;
  text-indent: -999px;
  overflow: hidden;
  margin: 0 0 30px;
  top: 0;
  left: 20px;
}
.zwb-custmr-item {
  padding: 20px 0;
}
.zwb-custmr-item blockquote {
  color: var(--black-color);
  font-size: 40px;
  font-family: var(--zf-primary-light);
  line-height: 1.4;
  margin: 0 0 40px;
}
.zwb-custmr-item blockquote .txt-strong {
  color: var(--black-color);
  font-size: 40px;
  font-weight: normal;
  font-family: var(--zf-primary-semibold);
}
.zwb-custmr-item .zwb-custmr-info {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.zwb-custmr-img {
  display: flex;
  align-items: center;
}
.zwb-custmr-img img {
  max-width: 70px;
  border-radius: 100%;
}
.zwb-custmr-img div {
  padding-left: 20px;
  padding-right: 30px;
  margin-right: 30px;
  flex: 1;
  border-right: 1px solid #c1c1c1;
}
.zwb-custmr-img div span,
.zwb-custmr-img div strong {
  display: block;
  color: var(--black-color);
  font-size: 24px;
}
.zwb-custmr-img div strong {
  color: var(--black-color);
  font-size: 24px;
  font-weight: normal;
  font-family: var(--zf-primary-bold);
}
.zwb-compny-logo {
  padding: 15px 25px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
}
.zwb-custmr-slider .slick-track {
  margin: 0 10px;
}
.zwb-custmr-slider .zwb-custmr-item {
  margin: 20px;
}
.zwb-custmr-slider .slick-prev {
  right: 5%;
  top: 5%;
  left: inherit;
}
.zwb-custmr-slider .slick-next {
  top: 5%;
}
.zwb-custmr-slider .slick-next,
.zwb-custmr-slider .slick-prev {
  background: rgba(239, 240, 255, 1);
  border-radius: 100%;
  width: 42px;
  height: 42px;
  padding: 10px;
  z-index: 5;
  transition: transform 0.3s ease;
  transform: translateY(-50%) scale(0.9);
}
.zwb-custmr-slider .slick-prev:before {
  top: 10px;
  left: 16px;
}

.zwb-custmr-slider .slick-prev:after {
  bottom: 9px;
  left: 16px;
}
.zwb-custmr-slider .slick-next:before {
  top: 10px;
  right: 20px;
}
.zwb-custmr-slider .slick-next:after {
  bottom: 9px;
  right: 20px;
}
.zwb-custmr-slider .slick-next:after,
.zwb-custmr-slider .slick-next:before,
.zwb-custmr-slider .slick-prev:after,
.zwb-custmr-slider .slick-prev:before {
  height: 14px;
  background: rgba(20, 25, 201, 1);
}
.zwb-custmr-slider .slick-next:hover,
.zwb-custmr-slider .slick-prev:hover {
  background: rgba(20, 25, 201, 1);
  transform: translateY(-50%) scale(1.2);
}
.zwb-custmr-slider .slick-next:hover:before,
.zwb-custmr-slider .slick-prev:hover:before,
.zwb-custmr-slider .slick-next:hover:after,
.zwb-custmr-slider .slick-prev:hover:after {
  background: #fff;
}

/* ///////// */
.zwc-footer-actn {
  border-radius: 30px;
  padding: 120px 90px 140px;
  background: url("/sites/zweb/images/backstage/features/zwb-tstimonial.png")
    no-repeat center / cover;
}
.zwc-footer-actn .zwc-title p {
  max-width: 640px;
  margin: 0 auto;
}
/* ///////// */
.zwc-faq {
  padding: 140px 0 120px;
}
.zwc-faq .zwc-badge-txt {
  font-size: 16px;
  font-family: var(--zf-primary-bold);
}
.zwc-faq .zwc-title h2 {
  margin: 0 0 12px;
  font-size: var(--h4-md-size);
  font-family: var(--zf-primary-medium);
  line-height: normal;
}
.collapse-item {
  border-bottom: 1px solid #cbcbcb;
}

.collapse-container {
  margin: 0 auto;
}

.collapse-content {
  display: none;
}

.collapse-content p {
  max-width: 780px;
  line-height: var(--h8-line-height);
}

.collapse-button {
  background: 0;
  border: 0;
  font-size: 24px;
  line-height: 1.4;
  margin: 0;
  outline: 0;
  font-family: var(--zf-primary-medium);
  cursor: pointer;
  padding: 28px 80px 28px 0;
  position: relative;
  width: 100%;
  text-align: left;
  color: var(--black-color);
}

.collapse-button:after {
  content: "";
  display: inline-block;
  padding: 4px;
  position: absolute;
  transition: all 0.3s ease;
  border: solid #000;
  clear: both;
  border-width: 0 2px 2px 0;
  right: 10px;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
}

.collapse-button.active:after {
  border: 2px solid #000;
  border-width: 0 2px 2px 0;
  transform: translateY(-50%) rotate(-135deg);
}

.collapse-content,
.collapse-content p {
  font-size: 18px;
}
.zwb-mob-hding {
  display: none;
  color: #ff7813;
  text-transform: uppercase;
  font-family: var(--zf-primary-medium);
  margin: 0 0 16px;
  font-size: 16px;
}
/* Animations starts */
.zws-anim-scale,
.zws-anim-top,
.zws-anim-bottom,
.stcky-ovrly-img1-1,
.zws-anim-left,
.zws-anim-right,
.zscale-img,
.zscale-top {
  transition: transform 0.5s ease-in, opacity 0.5s ease-in;
  opacity: 0;
}
.zfade {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.zwe-op .zws-anim-scale,
.zwe-op .zws-anim-top,
.zwe-op .zws-anim-bottom,
.zwe-op.zwe-ob .zws-anim-top,
.zwe-op .zws-anim-left,
.zwe-op .zws-anim-right,
.tab-content.active .zscale-img,
.tab-content.active .zscale-top {
  opacity: 1;
}
.zws-anim-top,
.zscale-top {
  transform: translateY(40px);
}
.zws-anim-bottom {
  transform: translateY(-40px);
}
.zws-anim-left {
  transform: translateX(40px);
}
.zws-anim-right {
  transform: translateX(-40px);
}
.zws-anim-scale {
  transform: scale3d(0.6, 0.6, 0.6);
}
.zwe-op .zws-anim-scale {
  transform: scale3d(1, 1, 1);
}
.zwe-op .zws-anim-top,
.zwe-op .zws-anim-bottom,
.zwe-op.zwe-ob .zws-anim-top,
.tab-content.active-animation .zscale-top {
  transform: translateY(0);
}
.zwe-op .zws-anim-left,
.zwe-op .zws-anim-right {
  transform: translateX(0);
}
.zwc-delay1 {
  transition-delay: 0.4s;
}
.zwc-delay2 {
  transition-delay: 0.5s;
}
.zwc-delay3 {
  transition-delay: 0.9s;
}
.zwc-delay4 {
  transition-delay: 1.5s;
}
.zwc-delay5 {
  transition-delay: 2s;
}
.zscale-img {
  transform: scale3d(0.8, 0.8, 0.8);
}
.tab-content.active-animation .zscale-img {
  transform: scale3d(1, 1, 1);
}
.tab-content.active-animation .zfade {
  opacity: 1;
}

.zwb-sphp1,
.zwb-sphp2,
.zwb-sphp3 {
  animation: bounce 2s infinite ease-in-out;
}

.zwb-sphp2 {
  animation-delay: 0.2s;
}

.zwb-sphp3 {
  animation-delay: 0.4s;
}
@keyframes anim-vibrate {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 #373df2;
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 0.6rem rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(86, 78, 78, 0);
  }
}
@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }
}
/* Animation ends */
/* Mediaquery*/
@media (max-width: 1440px) {
  .zwb-bnnr {
    padding: 100px 0 120px;
  }
  .zwb-bnnr .zwc-title h1 {
    font-size: 16px;
  }
  .zwb-bnnr .zwc-title h2 {
    font-size: var(--h4-size);
  }
  .zwc-badge-txt {
    font-size: 16px;
  }
  .zwb-bnnr .zwc-title p {
    font-size: 18px;
  }
  .zwc-trusted-brands {
    padding: 90px 0 70px;
  }
  .zwc-title h2 {
    font-size: var(--h4-md-size);
  }

  .zwb-stcky-wrpr {
    padding: 36px 0 0;
  }
  .zwb-stcky-wrpr article,
  .zwc-article-cntnt {
    min-height: 576px;
  }
  .zwb-custmr-item blockquote,
  .zwb-custmr-item blockquote .txt-strong {
    font-size: 32px;
  }
  .zwb-tstimonial .slick-list:before {
    transform: scale(0.8);
  }
  .zwb-tstimonial {
    padding: 0 0 120px;
  }
  .zwc-footer-actn {
    padding: 90px 90px 100px;
  }
  .zwc-faq {
    padding: 110px 0 90px;
  }
  .collapse-button {
    font-size: 20px;
  }
}

@media (max-width: 1199px) {
  .zwb-bnnr {
    padding: 70px 0 70px;
  }
  /* .zwc-after-login {
    width: 130%;
  } */
  .zwc-badge-txt {
    font-size: 14px;
  }
  .zwb-bnnr .zwc-title h1 {
    font-size: 14px;
  }
  .zwb-bnnr .zwc-title h2 {
    font-size: var(--h4-md-size);
  }
  .zwb-bnnr .zwc-title p {
    font-size: 18px;
  }
  .zwc-cntnt-blck,
  .zwc-cntnt-blck p,
  .zwc-tabs-items .tab-link,
  .zwc-title p {
    font-size: 16px;
  }
  .zwc-trusted-brands {
    padding: 70px 0 70px;
  }
  .zwc-title h2 {
    font-size: var(--h4-sm-size);
  }
  .zws-fixd-sdebar {
    display: none;
  }
  .zwb-stcky-wrpr article h3 {
    font-size: var(--h6-size);
  }
  .zwc-article-cntnt {
    padding-bottom: 40px;
  }
  .zwb-stcky-wrpr article,
  .zwc-article-cntnt {
    min-height: unset;
  }
  .zwb-stcky-wrpr article {
    padding: 40px;
  }
  .zwb-rsvp {
    padding: 40px 0 70px;
  }
  .zwb-tstimonial .slick-list:before {
    transform: scale(0.6);
    left: -20px;
  }
  .zwb-custmr-item blockquote,
  .zwb-custmr-item blockquote .txt-strong {
    font-size: 24px;
  }
  .zwb-custmr-img div strong {
    font-size: 18px;
  }
  .zwb-custmr-item .zwb-custmr-info {
    align-items: center;
  }
  .zwb-custmr-img div span,
  .zwb-custmr-img div strong,
  .collapse-content,
  .collapse-content p {
    font-size: 16px;
  }
  .zwb-custmr-img img {
    max-width: 45px;
  }
  .zwb-tstimonial {
    padding: 0 0 80px;
  }
  .zwc-footer-actn {
    padding: 70px 70px 90px;
  }
  .collapse-button {
    font-size: 18px;
    padding: 22px 60px 22px 0;
  }
  .zwc-faq .zwc-title h2 {
    font-size: var(--h4-sm-size);
  }
  .zwc-faq .zwc-badge-txt {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .zwb-bnnr {
    padding: 50px 0 70px;
  }
  .zwb-bnnr .zwc-title h1 {
    margin: 0 0 20px;
  }
  .zwb-bnnr .zwc-title h2 {
    font-size: var(--h5-size);
  }
  .zwc-faq .zwc-title h2,
  .zwc-title h2 {
    font-size: var(--h5-size);
  }
  .zwb-bnnr .zwc-title p {
    font-size: 16px;
  }
  .zwc-trusted-brands {
    padding: 70px 0 50px;
  }
  .zwb-stcky-section .zwc-title {
    max-width: 500px;
  }
  .zwc-article-cntnt {
    position: static !important;
  }
}
@media (max-width: 767px) {
  .zwb-bnnr .zwc-title {
    text-align: center;
  }
  .zwb-bnnr .zwc-title .d-blck,
  .zwb-mob-hding {
    display: block;
  }
  .zwc-cntnt-blck h4 {
    font-size: var(--h6-size);
  }
  /* .zwc-after-login {
    width: 100%;
    left: 0;
    margin: 60px 0 0;
  } */
  .zwc-btn-set {
    justify-content: center;
    flex-direction: column;
    max-width: 260px;
    margin: 0 auto 20px;
  }
  .zwb-stcky-section .zwc-title {
    margin: 0 0 20px;
  }
  .zwc-mlti-lsts {
    margin: 40px 0 30px;
  }
  .zwc-horz-tab .zwc-tabs-items {
    display: none;
  }
  .zwc-tabs-content .tab-content {
    display: block;
  }
  .zwc-tabs-content .tab-content {
    padding: 40px 0;
    margin-left: auto;
    margin-right: auto;
  }
  .zscale-top,
  .zscale-img,
  .zfade {
    opacity: 1;
    transform: unset;
  }
  .zwb-custmr-item blockquote,
  .zwb-custmr-item blockquote .txt-strong {
    font-size: 20px;
  }
  .zwb-custmr-img div span {
    font-size: 14px;
  }
  .zwb-custmr-item {
    padding: 20px 10px;
  }
  .zwc-footer-actn {
    padding: 30px;
  }
  .zwc-faq {
    padding: 90px 0 70px;
  }
  .zwb-tstimonial {
    padding: 0 0 50px;
  }
  .zwb-top-fts-ovrly1 {
    bottom: 0;
    top: unset;
  }
  .zwb-compny-logo {
    display: none;
  }
  .zwb-custmr-img div {
    padding-right: 0;
    margin-right: 0;
    border: none;
  }
  .zwb-mob-hding {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .zwb-custmr-item .zwb-custmr-info {
    flex-direction: column;
    justify-content: flex-start;
  }
  .zwc-tabs-content .tab-content {
    max-width: 300px;
  }
}
