.act-btn {
  background-color: #000;
  padding: 12px 30px;
}

.template-inner h1 {
  font-size: 53px;
}

.template-inner h2 {
  font-family: var(--zf-primary-bold);
  font-size: 42px;
}

.template-inner h3 {
  font-family: var(--zf-primary-regular);
  font-size: 38px;
}

.template-inner h4 {
  font-size: 24px;
}

.template-inner h5 {
  font-size: 20px;
  font-family: var(--zf-primary-bold);
}

.template-inner section {
  padding: 100px 0;
}

.w-t-product-icon {
  position: relative;
}

.w-t-product-icon::before {
  content: "";
  background: var(--product-icons) no-repeat 0 0;
  background-size: var(--zp-i-bs);
  position: absolute;
  width: var(--zp-i-w);
  height: var(--zp-i-h);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.w-t-product-icon.product-meeting::before {
  background-position: var(--zp-meeting-bp);
}

.w-t-product-icon.product-workdrive::before {
  background-position: var(--zp-workdrive-bp);
}

.w-t-product-icon.product-mail::before {
  background-position: var(--zp-mail-bp);
}

/* BANNER SECTION */

.template-inner .banner-section {
  padding: 10px 90px 100px;
}

.banner-outer {
  background-color: #fbece8;
  padding: 100px 0 100px;
  border-radius: 20px;
}

.content-wrap {
  margin: 0 auto;
}

.banner-content {
  display: grid;
  grid-template-columns: 1.8fr 2fr;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-items: center;
  grid-gap: 20px;
}

.banner-left {
  /* margin-top: 20px; */
  max-width: 500px;
  /* align-self: flex-start; */
  justify-self: left;
}

.banner-left h1 {
  /* max-width: 400px; */
  margin-bottom: 20px;
}

.banner-left p {
  margin-bottom: 30px;
  font-size: 19px;
}

@keyframes slide-up {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.banner-right {
  justify-content: right;
  position: relative;
  animation: slide-up 2s ease;
  padding-top: 30px;
  justify-self: right;
  text-align: right;
  line-height: 0;
  /* max-width: 610px; */
}

@keyframes wiggle {
  0% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes wiggleReverse {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes fadeInCollaborate {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateY(-10px);
    opacity: 1;
  }
}

@keyframes fadeInCreate {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

.banner-right-video {
  height: 26%;
  width: 18%;
  position: absolute;
  background-image: url("/sites/zweb/images/workplace/team-collaboration/team-collab-banner2.png");
  background-position: center;
  background-size: contain;
  top: 3%;
  left: 25%;
  background-repeat: no-repeat;
  animation: wiggle 5s ease 2.8s infinite, fadeInCollaborate 1.5s ease 1.3s;
  animation-fill-mode: backwards;
}

.banner-right-share {
  position: absolute;
  background-image: url("/sites/zweb/images/workplace/team-collaboration/team-collab-banner1.png"),
    linear-gradient(to right, #fff 45%, #fdaeb3);
  border-radius: 100px;
  border: 1px solid #eee;
  height: 7%;
  width: 20%;
  top: 36%;
  left: 10%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  animation: wiggleReverse 5s ease 3.5s infinite, fadeInCreate 1.5s ease 2s;
  animation-fill-mode: backwards;
}

@keyframes scaleInWithOpacity {
  0% {
    transform: scale(0.4);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.banner-products {
  margin-top: 45px;
  display: grid;
  grid-template-columns: repeat(2, min-content);
  max-width: 80%;
  justify-items: left;
  grid-gap: 25px;
  text-align: center;
}

.banner-product {
  animation: scaleInWithOpacity 0.6s ease 1.2s;
  animation-fill-mode: backwards;
}

.banner-product:nth-child(2) {
  animation-delay: 1.5s;
}

.banner-product:last-child {
  animation-delay: 2s;
}

.banner-product span {
  border-radius: 15px;
  width: 65px;
  height: 65px;
  background-color: #fff;
  display: inline-block;
  box-shadow: 0 0 14px -8px;
  z-index: 5;
}

.banner-product p {
  margin: 10px 0 0;
  font-size: 15px;
  z-index: 2;
}

.banner-product:nth-child(1) p {
  animation-delay: 1.8s;
}

.banner-product:nth-child(2) p {
  animation-delay: 2.6s;
}

.banner-product:nth-child(3) p {
  animation-delay: 3.4s;
}

/* BANNER SECTION */

/* SLIDERS SECTION */

.template-inner .sliders-section {
  background-color: #f5f5f7;
  padding: 100px 0 120px;
}

.slider-parent {
  overflow: hidden;
  margin: 0 auto;
  max-width: 2000px;
}

.slider-head {
  max-width: 1120px;
  margin: 0 auto 10px;
}

.slick-next.slick-disabled,
.slick-prev.slick-disabled {
  opacity: 0.4;
}

button.slick-arrow {
  position: absolute;
  top: -60px;
  background-color: #fff;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  color: #000;
  font-size: 25px;
  line-height: 0;
  box-shadow: 0 0 25px -20px;
  transition: background-color 0.4s ease;
}

button.slick-arrow:hover {
  background-color: #d9d9d9;
}

.slider-left-button,
.slider-right-button {
  display: inline-block;
  transform: translateY(-2px);
}

button.slick-arrow span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slider-right-button::before,
.slider-left-button::before {
  content: "";
  height: 2px;
  width: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: black;
}

.slider-right-button::after,
.slider-left-button::after {
  content: "";
  height: 9px;
  width: 9px;
  border: 2px solid black;
  position: absolute;
  left: 50%;
  top: 50%;
}

.slider-right-button::after {
  margin-left: 1px;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.slider-left-button::after {
  margin-left: -1px;
  border-width: 2px 0 0 2px;
  transform: translate(-50%, -50%) rotate(-45deg);
}

button.slick-arrow::before,
button.slick-arrow::after {
  display: none;
}

@keyframes growBefore {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(3.5);
    opacity: 0;
  }
}

.slick-arrow .slick-arr-under {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transform: scale(0);
  opacity: 1;
  background-color: #fff;
  border-radius: 50%;
  pointer-events: none;
  animation: growBefore 0.6s ease;
}

.slick-next:hover:after,
.slick-next:hover:before,
.slick-prev:hover:after,
.slick-prev:hover:before {
  background-color: #fff;
}

button.slick-next {
  right: 25px;
}

button.slick-prev {
  position: absolute;
  right: 90px;
  left: auto;
}

.slider-head-content {
  display: grid;
  grid-template-columns: min-content 1fr;
  justify-items: left;
  align-items: center;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  max-width: 500px;
}

.slider-title {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, min-content);
  grid-gap: 10px;
}

.template-inner .slider-title h2 {
  font-size: 35px;
  margin-bottom: 0;
}

.slider-product-icon {
  display: inline-block;
  height: 50px;
  width: 50px;
}

.slider-product-icon::before {
  transform: scale(1.2);
}

.sliders-section .slider-head p {
  grid-column: 1/-1;
}

.slider-parent:not(:last-of-type) .slider {
  margin-bottom: 120px;
}

.slider {
  position: relative;
}

.slide-list-wrapper {
  max-width: 1175px;
  margin: 0 auto;
}

.slide-list-wrapper::before,
.slide-list-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 250px;
}

.slide-list-wrapper::before {
  z-index: 5;
  left: 0;
  background-image: linear-gradient(
    to right,
    #f5f5f7 25%,
    rgba(255, 255, 255, 0)
  );
}

.slide-list-wrapper::after {
  right: 0;
  background-image: linear-gradient(
    to left,
    #f5f5f7 25%,
    rgba(255, 255, 255, 0)
  );
}

.slick-list {
  overflow: visible;
}

.slick-track {
  display: flex !important;
}

.slide-item {
  height: inherit !important;
}

.slide-item {
  /* width: 365px; */
  /* height: 425px; */
  background-color: #fff;
  border-radius: 15px;
  margin: 0 20px;
  padding: 60px 45px 40px;
}

.slide-item p {
  margin: 0px;
}

.slider-content {
  display: grid;
  height: 100%;
  grid-template-rows: repeat(3, min-content);
}

.deluge-link {
  color: #000;
  text-decoration: underline;
}

.slider-heading::before {
  content: "";
  height: 60px;
  width: 60px;
  position: absolute;
  top: -100px;
  background-image: url("/sites/zweb/images/workplace/team-collaboration/workplace-team-collab-icons.png");
  background-size: 480px;
  opacity: 0;
  transform: scale(0.5);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.zwe-ob .slider-heading::before {
  transform: scale(1);
  opacity: 1;
}

.slide-item:nth-child(2) .slider-heading::before {
  transition-delay: 0.3s;
}

.slide-item:nth-child(3) .slider-heading::before {
  transition-delay: 0.6s;
}

.slide-item:nth-child(4) .slider-heading::before {
  transition-delay: 0.9s;
}

.slide-item:nth-child(5) .slider-heading::before {
  transition-delay: 1.2s;
}

.slide-item:nth-child(6) .slider-heading::before {
  transition-delay: 1.5s;
}

.slider-heading-1::before {
  background-position: 0px 0px;
}

.slider-heading-2::before {
  background-position: -60px 0px;
}

.slider-heading-3::before {
  background-position: -120px 0px;
}

.slider-heading-4::before {
  background-position: -180px 0px;
}

.slider-heading-5::before {
  background-position: -240px 0px;
}
.slider-heading-6::before {
  background-position: -300px 0px;
}
.slider-heading-7::before {
  background-position: -360px 0px;
}
.slider-heading-8::before {
  background-position: -420px 0px;
}
/* sheet position */

.slider-heading-9::before {
  background-position: 0px -60px;
}

.slider-heading-10::before {
  background-position: -60px -60px;
}

.slider-heading-11::before {
  background-position: -120px -60px;
}

.slider-heading-12::before {
  background-position: -180px -60px;
}

.slider-heading-13::before {
  background-position: -240px -60px;
}

.slider-heading-14::before {
  background-position: -300px -60px;
}

.slider-heading {
  position: relative;
  margin-top: 100px;
  margin-bottom: 10px;
}

/* SLIDERS SECTION */

/* GRIDS SECTION */

.template-inner .grids-section {
  padding: 100px 90px 0;
}

.hidden-page-span {
  display: none;
}

.administration-section {
  background-color: #fefff0;
  border-radius: 20px 20px 0 0;
}

.secure-data-section {
  background-color: #feffe1;
}

.collaborate-outside-org-section {
  background-color: #fefec9;
  border-radius: 0 0 20px 20px;
}

.grids-section-inner {
  padding: 100px 0 110px;
}

.grids-section .content-wrap {
  max-width: 1140px;
  text-align: center;
}

.grids-heading {
  max-width: 800px;
  margin: 0 auto 15px;
}

.grids-top-para {
  margin-bottom: 70px;
}

.grid-outer {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(265px, max-content));
  justify-content: center;
  align-content: center;
  justify-items: center;
  grid-gap: 60px;
  grid-row-gap: 70px;
}

.grid-item {
  max-width: 340px;
  text-align: left;
}

.secure-data-section .grid-outer .grid-item:last-child,
.administration-section .grid-outer .grid-item:last-child {
  display: grid;
  grid-column: 1/3;
  max-width: none;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: min-content min-content;
  grid-gap: 0 60px;
}

.secure-data-section .grid-outer .grid-item:last-child,
.administration-section .grid-outer .grid-item:last-child {
  margin-bottom: 10px;
}

.secure-data-section .grid-outer .grid-item:last-child > div,
.administration-section .grid-outer .grid-item:last-child > div {
  margin-bottom: 0px;
  grid-row: 1/3;
}

.secure-data-section .grid-outer .grid-item:last-child > h4,
.administration-section .grid-outer .grid-item:last-child > h4 {
  align-self: end;
}

.grid-item p {
  margin: 0px;
}

.grid-item-img {
  background-color: #e4e8ed;
  display: grid;
  place-items: center;
  padding: 30px;
  border-radius: 15px;
  margin-bottom: 35px;
  overflow: hidden;
}

.grid-item-img img {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 1s ease, opacity 1s ease;
}

.zwe-ob.grid-item-img img {
  transform: translate(0);
  opacity: 1;
}

.grid-item:nth-of-type(2) img {
  transition-delay: 0.3s;
}

.grid-item:nth-of-type(3) img {
  transition-delay: 0.6s;
}

.grid-item:nth-of-type(4) img {
  transition-delay: 0s;
}

.grid-item:nth-of-type(5) img {
  transition-delay: 0.3s;
}

.grid-item:nth-of-type(6) img {
  transition-delay: 0.6s;
}

.grid-item:nth-of-type(7) img {
  transition-delay: 0s;
}

.grid-item-heading {
  margin-bottom: 10px;
}

/* GRIDS SECTION */

/* ASSIST SECTION */

.template-inner .go-mobile-section {
  padding: 100px 0 105px;
}

.go-mobile-heading-box {
  /* display: none; */
  margin: 0 auto 70px;
  text-align: center;
}

.go-mobile-section .content-wrap:nth-child(2) {
  max-width: 1100px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
  width: 90%;
}

.go-mobile-panel {
  background-color: #fbece8;
  border-radius: 15px;
  overflow: hidden;
}

.go-mobile-left {
  display: grid;
}

.go-mobile-contents {
  padding: 80px 55px 0;
  margin-bottom: 20px;
}

.go-mobile-left .go-mobile-img-container {
  line-height: 0px;
  overflow: hidden;
  align-self: end;
}

.go-mobile-left .go-mobile-img-container img {
  width: 100%;
}

.go-mobile-heading-main {
  margin-bottom: 8px;
}

.go-mobile-right {
  display: grid;
  grid-template-rows: min-content;
  overflow: hidden;
}

.go-mobile-heading-sub {
  margin-bottom: 6px;
}

.go-mobile-content-box-1 {
  margin-bottom: 40px;
}

.go-mobile-content-box-2 {
  margin-bottom: 70px;
}

.go-mobile-right .go-mobile-img-container {
  display: grid;
  line-height: 0;
}

.go-mobile-right .go-mobile-img {
  align-self: end;
  justify-self: center;
  max-width: 320px;
  line-height: 0;
}

@keyframes slideRightLeft {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0px);
  }
}

@keyframes slideLeftRight {
  0% {
    transform: translateX(0) scaleX(-1);
  }
  50% {
    transform: translateX(20px) scaleX(-1);
  }
  100% {
    transform: translateX(0px) scaleX(-1);
  }
}

.go-mobile-right .go-mobile-img img {
  transform: translateY(120px);
  opacity: 0;
  transition: transform 1s ease, opacity 1s ease;
}

.go-mobile-right .zwe-ob.go-mobile-img img {
  transform: translate(0);
  opacity: 1;
}

.apps-download-links-wrap {
  text-align: center;
  margin-top: 70px;
}

/* ASSIST SECTION */

/* across platform SECTION */

.template-inner .across-platforms-section {
  background-color: #f5f5f7;
  padding: 100px 0 120px;
}

.across-platforms-section .content-wrap {
  max-width: 1140px;
}

.across-platform-heading-box {
  margin-bottom: 70px;
}

.across-platforms-section-heading {
  max-width: 700px;
}

.content-item {
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: center;
  grid-gap: 50px;
  max-width: 1000px;
}

.content-item:not(:last-child) {
  margin-bottom: 60px;
}

.across-platforms-product-box {
  display: grid;
  place-items: center;
  background-color: #e4e8ed;
  height: 210px;
  width: 370px;
  border-radius: 15px;
}

.product-combo-box {
  line-height: 0;
}

.product-combo-box span {
  display: inline-block;
  position: relative;
  height: 100px;
  width: 100px;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 5px;
  box-shadow: 0 0 15px -10px;
  opacity: 0;
  transform: scale(0.4);
  transition: transform 1s ease, opacity 1s ease;
}

.product-combo-box.combo-3 span {
  margin: 0 24px;
}

.product-combo-box span:nth-child(2) {
  transition: transform 1s ease 0.5s, opacity 1s ease 0.5s;
}

.product-combo-box span::before {
  transform: scale(1.1);
}

.zwe-ob.across-platforms-product-box .product-combo-box span {
  transform: scale(1);
  opacity: 1;
}

.combo-3 span:first-child,
.combo-3 span:last-child {
  transform: scale(0);
}

.combo-3 span:last-child {
  transition: transform 1s ease 0.5s;
}

.product-out::before {
  background: url("/sites/zweb/images/workplace/team-collaboration/workplace-team-collab-icons.png");
  background-size: 480px;
}

.product-out.product-msteams::before {
  background-image: url(/sites/zweb/images/otherbrandlogos/microsoft-office-teams.svg);
  background-size: contain;
background-repeat:no-repeat;
}

.product-out.product-cloud::before {
  background-position: -400px -60px;
}

/* across platform SECTION */

/* FAQ SECTION */

.template-inner .faq-section {
  padding: 100px 0 0;
}

.faq-section h2 {
  text-align: center;
}

.faq-accordian {
  max-width: 900px;
  margin: 60px auto 0;
  counter-reset: number;
}

.faq-accordian li {
  border-top: 1px solid #ccc;
  padding: 40px 50px;
  cursor: pointer;
}

.faq-accordian li:last-child {
  border-bottom: 1px solid #ccc;
}

.faq-accordian h5 {
  position: relative;
  color: black;
  margin: 0;
  padding-right: 30px;
}

.faq-accordian h5.active {
  color: #1194f6;
}

.faq-accordian h5:before {
  counter-increment: number;
  content: counter(number) ". ";
}

.faq-accordian h5:after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 19px;
  line-height: 28px;
}

.faq-accordian h5.active:after {
  content: "-";
}

.faq-accordian p {
  margin: 0;
  font-size: 15px;
  padding: 10px 30px 0 0;
  display: none;
}

.faq-accordian p.active {
  display: block;
}

/* FAQ SECTION */

/* PRE FOOTER SECTION */

.template-inner .pre-footer-section {
  padding: 100px 0 110px;
}

.pre-footer-section .content-wrap {
  max-width: 450px;
  text-align: center;
}

.pre-footer-heading {
  margin-bottom: 30px;
}

/* top breadcrumb start */

@media only screen and (min-width:768px) {

    .i18n-en .zwc_t_breadcrumb + .template-inner .banner-section {
        margin-top: 10px;
    }
    
}
  
/* top breadcrumb end */

/* PRE FOOTER SECTION */

/* ******************** */

/* MEDIA QUERIES */

/* ******************** */

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  /* Banner section */
  .template-inner h1 {
    font-size: 50px;
  }

  .template-inner h2 {
    font-size: 40px;
  }
  .template-inner h3 {
    font-size: 36px;
  }
  .template-inner h4 {
    font-size: 22.6px;
  }
  .template-inner p {
    font-size: 16.6px;
  }
  .banner-left p {
    font-size: 18px;
  }
  .banner-product p {
    font-size: 15px;
  }
  .grids-heading-wrap {
    transform: translateY(17%);
    min-width: 120px;
  }
}

@media only screen and (max-width: 1399px) {
  /* Banner section */
  .template-inner h1 {
    font-size: 43px;
  }
  .template-inner h2 {
    font-size: 38px;
  }
  .template-inner h3 {
    font-size: 35px;
  }
  .template-inner h4 {
    font-size: 22.4px;
  }
  .template-inner p {
    font-size: 16.6px;
  }
  .banner-outer {
    border-radius: 20px;
  }
  .banner-content {
    grid-template-columns: 1fr 1fr;
  }
  .banner-left h1 {
    max-width: 400px;
  }
  .banner-left p {
    font-size: 18px;
  }
  .banner-product p {
    font-size: 15px;
  }
  .template-inner .banner-section {
    padding: 10px 70px 100px;
  }
  .template-inner .grids-section {
    padding: 100px 70px 0;
  }
  .template-inner .sliders-section {
    padding: 90px 0 120px;
  }
  .grids-section-inner {
    padding: 90px 0 100px;
  }
  .grids-heading-wrap {
    transform: translateY(20%);
    min-width: 110px;
  }
  .template-inner .go-mobile-section {
    padding: 90px 0 95px;
  }
  .slide-list-wrapper::before,
  .slide-list-wrapper::after {
    display: none;
  }
  .template-inner section {
    padding: 90px 0;
  }
  button.slick-next {
    right: 30px;
  }
  button.slick-prev {
    right: 95px;
  }
  .go-mobile-section .content-wrap:nth-child(2) {
    grid-gap: 40px;
  }
  .go-mobile-left .go-mobile-img {
    max-width: 380px;
    margin: 0 auto;
  }
  .go-mobile-right .go-mobile-img::before {
    left: -230px;
    top: 170px;
  }
  .go-mobile-right .go-mobile-img::after {
    right: -85px;
    top: auto;
    bottom: 82%;
  }
  .content-item {
    margin: 0 auto;
    max-width: 900px;
  }
  .template-inner .across-platforms-section {
    padding: 90px 0 110px;
  }
  .across-platform-heading-box {
    text-align: center;
  }

  .across-platforms-section-heading {
    max-width: 700px;
    margin: 0 auto 15px;
  }

  .template-inner .pre-footer-section {
    padding: 90px 0 100px;
  }
}

@media only screen and (max-width: 1199px) {
  .template-inner h1 {
    font-size: 42px;
  }
  .template-inner h2 {
    font-size: 34px;
  }
  .template-inner h3 {
    font-size: 34px;
  }
  .template-inner h4 {
    font-size: 22px;
  }
  /* Banner section */
  .template-inner .banner-section {
    padding: 10px 0px 85px;
  }
  .template-inner .banner-section .content-wrap {
    width: 92%;
  }
  .banner-outer {
    padding: 80px 0 80px;
    width: 95%;
    margin: 0 auto;
  }
  .banner-product span {
    height: 65px;
    width: 65px;
  }
  .banner-product p {
    font-size: 15px;
  }

  /* Banner section */
  /* Slider section */
  .template-inner .sliders-section {
    padding: 70px 0 95px;
  }
  .slider-head {
    width: 92%;
  }
  .slide-list-wrapper {
    max-width: 100%;
    padding: 0 20px;
  }
  button.slick-next {
    right: 20px;
  }
  button.slick-prev {
    right: 85px;
  }
  .slider-parent:not(:last-of-type) .slider {
    margin-bottom: 80px;
  }
  /* Slider section */
  /* Grids section */
  .template-inner .grids-section {
    padding: 85px 0px 0;
  }
  .grids-section-inner {
    padding: 70px 10px 75px;
    width: 95%;
    margin: 0 auto;
  }
  .grids-heading-wrap {
    transform: translateY(22%);
  }
  .grids-heading-wrap::before {
    height: 57px;
  }
  .grid-outer {
    grid-gap: 40px;
    grid-row-gap: 55px;
  }

  .secure-data-section .grid-outer .grid-item:last-child,
  .administration-section .grid-outer .grid-item:last-child {
    grid-gap: 0 40px;
  }
  .grid-item-img {
    min-height: auto;
    margin-bottom: 25px;
  }
  /* Grids section */
  /* Assist section */
  .template-inner .go-mobile-section {
    padding: 70px 0 75px;
  }
  .go-mobile-heading-box {
    margin: 0 auto 60px;
  }
  .go-mobile-contents {
    padding: 60px 55px 0;
  }
  .go-mobile-right .go-mobile-img {
    max-width: 280px;
  }
  /* Assist section */
  /* across platform section */
  .template-inner .across-platforms-section {
    padding: 70px 0 90px;
  }
  /* across platform section */
  /* FAQ section */
  .template-inner .faq-section {
    padding: 60px 0 0;
  }
  /* FAQ section */
  .template-inner .pre-footer-section {
    padding: 70px 0 80px;
  }
}

@media only screen and (max-width: 1024px) {
  .go-mobile-contents {
    padding: 60px 40px 0;
  }
}

@media only screen and (max-width: 991px) {
  .template-inner h1 {
    font-size: 35px;
  }
  .template-inner h2 {
    font-size: 30px;
  }
  .template-inner h3 {
    font-size: 35px;
  }
  .template-inner h4 {
    font-size: 21.8px;
  }
  .template-inner p {
    font-size: 16px;
  }
  /* Banner section */
  .template-inner .banner-section {
    padding: 10px 0 80px;
  }
  .banner-outer {
    padding: 75px 0 75px;
  }
  .banner-content {
    grid-template-columns: 1fr;
    grid-gap: 40px;
  }
  .banner-left {
    max-width: 670px;
    text-align: center;
    justify-self: center;
  }
  .banner-left h1 {
    margin-bottom: 15px;
    max-width: none;
  }
  .banner-left p {
    margin: 0 auto 25px;
    max-width: 600px;
    font-size: 17px;
  }
  .banner-right {
    max-width: 480px;
    text-align: center;
    justify-self: center;
  }
  .banner-products {
    margin-top: 40px;
    max-width: 100%;
    justify-content: center;
  }
  .banner-product p {
    margin-top: 10px;
    font-size: 15px;
  }

  /* Banner section */
  /* Sliders section */
  .template-inner .sliders-section {
    padding: 70px 0 0px;
  }
  .slider-parent:not(:last-of-type) .slider {
    margin-bottom: 150px;
  }
  .slider-head {
    padding-left: 0;
    margin: 0 auto 20px;
  }
  .template-inner .slider-title h2 {
    font-size: 30px;
  }
  .slider-product-icon::before {
    transform: scale(1.1);
  }
  .slider-head-content {
    max-width: 400px;
    grid-template-columns: auto;
    text-align: center;
    justify-items: center;
    margin: 0 auto;
  }
  .slider-head-content h2 {
    justify-self: left;
  }
  .sliders-section .slider-workdrive-parent {
    padding-bottom: 160px;
  }
  .w-o-product-icon {
    height: 45px;
    width: 45px;
    justify-self: right;
  }
  .slide-list-wrapper {
    max-width: 85%;
    padding: 0;
    margin: 0 auto;
  }
  button.slick-prev,
  button.slick-next {
    right: 50%;
    top: auto;
    bottom: -60px;
  }
  button.slick-next {
    transform: translate(58px, 50%);
  }
  button.slick-prev {
    transform: translate(-8px, 50%);
  }
  .slider-heading {
    margin-bottom: 10px;
    margin-top: 90px;
  }
  .zwe-ob .slider-heading::before {
    transform: scale(0.9);
    top: -92px;
    left: -1px;
  }
  /* Sliders section */
  /* Grids section */
  .template-inner .grids-section {
    padding: 85px 0 0;
  }
  .grids-section-inner {
    padding: 70px 10px;
  }

  .grids-heading {
    max-width: 560px;
  }
  .collaborate-outside-org-section {
    padding-bottom: 80px;
  }
  .grid-outer {
    max-width: 730px;
    margin: 0 auto;
    grid-gap: 50px;
    grid-row-gap: 60px;
  }
  .grids-heading-wrap {
    transform: translateY(24%);
    min-width: 100px;
  }
  .grids-top-para {
    max-width: 530px;
    margin: 0 auto 50px;
  }
  .grid-item:nth-of-type(2) img {
    transition-delay: 0.3s;
  }
  .grid-item:nth-of-type(3) img {
    transition-delay: unset;
  }
  .grid-item:nth-of-type(4) img {
    transition-delay: 0.3s;
  }
  .grid-item:nth-of-type(5) img {
    transition-delay: unset;
  }
  .grid-item:nth-of-type(6) img {
    transition-delay: 0.3s;
  }
  .grid-item:nth-of-type(7) img {
    transition-delay: unset;
  }

  .secure-data-section .grid-outer .grid-item:last-child,
  .collaborate-outside-org-section .grid-outer .grid-item:last-child {
    grid-gap: 0 50px;
  }

  .secure-data-section .grid-outer .grid-item:last-child {
    display: inline-block;
    grid-column: auto;
  }

  .secure-data-section .grid-outer .grid-item:last-child {
    margin-bottom: 0px;
  }

  .secure-data-section .grid-outer .grid-item:last-child > div {
    margin-bottom: 25px;
  }

  .collaborate-outside-org-section .grid-outer .grid-item:last-child {
    display: grid;
    grid-column: 1/3;
    max-width: none;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: min-content min-content;
  }

  .collaborate-outside-org-section .grid-outer .grid-item:last-child {
    margin-bottom: 10px;
  }
  .collaborate-outside-org-section .grid-outer .grid-item:last-child > div {
    margin-bottom: 0px;
    grid-row: 1/3;
  }

  .collaborate-outside-org-section .grid-outer .grid-item:last-child > h4 {
    align-self: end;
  }

  /* Grids section */
  /* Smart assist section */
  .go-mobile-section .content-wrap:nth-child(2) {
    grid-template-columns: 1fr;
    max-width: 480px;
    grid-gap: 50px;
  }
  .template-inner .go-mobile-section {
    padding: 70px 0 75px;
  }

  .go-mobile-heading-box {
    margin: 0 auto 50px;
  }
  .go-mobile-contents {
    text-align: center;
  }

  .go-mobile-left .go-mobile-contents {
    z-index: 10;
  }

  .go-mobile-right .go-mobile-img::after {
    right: -50px;
    top: -70px;
    width: 45%;
  }
  .go-mobile-right .go-mobile-img::before {
    left: -180px;
    top: 60px;
    width: 70%;
  }
  .apps-download-links-wrap {
    margin-top: 60px;
  }
  /* Smart assist section */
  /* across platform section */
  .template-inner .across-platforms-section {
    padding: 70px 0 90px;
  }
  .template-inner .across-platforms-section-heading {
    font-size: 30px;
    max-width: 500px;
  }

  .across-platform-heading-box {
    margin-bottom: 50px;
  }

  .content-item {
    grid-template-columns: 1fr 360px;
    justify-content: center;
    justify-items: center;
    max-width: 450px;
    grid-gap: 35px;
  }
  .across-platforms-product-box {
    height: 200px;
    width: 330px;
  }
  .product-combo-box span {
    height: 90px;
    width: 90px;
  }
  .product-out.product-humaaans::before {
    background-position: -112px -471px;
    height: 25%;
    width: 75%;
    background-size: 418px;
  }
  /* across platform section */

  .template-inner .pre-footer-section {
    padding: 70px 0 80px;
  }
  .pre-footer-section .content-wrap {
    max-width: 330px;
  }
}

@media only screen and (max-width: 800px) {
  .slide-list-wrapper {
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 768px) {
  .across-platforms-section .across-platforms-product-info {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .zw-product-header {
    background: #fbece8;
  }
  .template-inner h1 {
    font-size: 32px;
  }
  .template-inner h2 {
    font-size: 28px;
  }
  .template-inner h3 {
    font-size: 32px;
  }
  .template-inner h4 {
    font-size: 22px;
  }
  .template-inner h5 {
    font-size: 18px;
  }
  .template-inner p {
    font-size: 15px;
  }
  .main-container-wrapper #mini-panel-product_menu,
  .ptmenu.sticky {
    border-bottom: 0;
    background: #e8f7fb;
  }
  /* Banner section */
  .template-inner .banner-section {
    padding: 50px 0 55px;
    background-color: #fbece8;
  }
  .banner-content {
    grid-gap: 20px;
  }
  .banner-outer {
    padding: 0px 0 20px;
  }
  .banner-left {
    max-width: 550px;
  }
  .banner-left p {
    max-width: 470px;
    font-size: 17px;
  }
  .banner-right {
    max-width: 420px;
    margin: 0 20px;
  }
  .banner-product span {
    height: 55px;
    width: 55px;
    background-size: 30px;
  }
  .banner-product-icon::before {
    transform: scale(0.8);
  }
  .banner-product p {
    font-size: 14px;
  }

  /* Banner section */
  /* Sliders section */
  .template-inner .sliders-section {
    padding: 60px 0 0px;
  }
  .sliders-section .slider-workdrive-parent {
    padding-bottom: 155px;
  }
  .template-inner .slider-title h2 {
    font-size: 28px;
  }
  .slide-item {
    padding: 50px 35px 35px;
  }
  .slider-heading {
    margin-top: 80px;
  }
  .zwe-ob .slider-heading::before {
    transform: scale(0.85);
    top: -83px;
    left: -2px;
  }
  .slider-parent:not(:last-of-type) .slider {
    margin-bottom: 140px;
  }
  /* Sliders section */
  /* Grids section */
  .template-inner .grids-section {
    padding: 75px 0 0;
  }
  .grids-section-inner {
    padding: 60px 0 70px;
  }
  .collaborate-outside-org-section {
    padding-bottom: 75px;
  }
  .grids-heading-wrap {
    transform: translateY(28%);
    min-width: 90px;
  }
  .grids-top-para {
    margin: 0 auto 45px;
  }
  .grid-outer {
    grid-template-columns: 1fr;
    grid-gap: 60px;
  }
  .grid-item {
    text-align: center;
    max-width: 450px;
    display: grid;
  }
  .grid-item-img {
    margin: 30px auto 0px;
    max-width: 290px;
    grid-row: 3;
    padding: 20px;
  }
  .grid-item:nth-of-type(2) img {
    transition-delay: unset;
  }
  .grid-item:nth-of-type(3) img {
    transition-delay: unset;
  }
  .grid-item:nth-of-type(4) img {
    transition-delay: unset;
  }
  .grid-item:nth-of-type(5) img {
    transition-delay: unset;
  }
  .grid-item:nth-of-type(6) img {
    transition-delay: unset;
  }
  .grid-item:nth-of-type(7) img {
    transition-delay: unset;
  }

  .administration-section .grid-outer .grid-item:last-child,
  .collaborate-outside-org-section .grid-outer .grid-item:last-child,
  .secure-data-section .grid-outer .grid-item:last-child {
    display: grid;
    grid-column: auto;
    grid-template-columns: auto;
    grid-template-rows: auto;
    max-width: 450px;
  }

  .administration-section .grid-outer .grid-item:last-child,
  .collaborate-outside-org-section .grid-outer .grid-item:last-child {
    margin-bottom: 0px;
  }

  .administration-section .grid-outer .grid-item:last-child > div,
  .collaborate-outside-org-section .grid-outer .grid-item:last-child > div,
  .secure-data-section .grid-outer .grid-item:last-child > div {
    margin-bottom: 0px;
    grid-row: 3;
  }

  /* Grids section */
  /* Assist section */
  .template-inner .go-mobile-section {
    padding: 60px 0;
  }
  .go-mobile-section .content-wrap:nth-child(2) {
    max-width: 450px;
    width: 95%;
    grid-gap: 30px;
  }

  .go-mobile-heading-box {
    margin: 0 auto 45px;
    width: 95%;
  }
  .go-mobile-right .go-mobile-img img:last-child {
    max-width: 260px;
  }
  .go-mobile-right .go-mobile-img::before {
    top: 40px;
  }
  .go-mobile-right .go-mobile-img::after {
    right: -70px;
  }
  .go-mobile-contents {
    padding: 65px 45px 0;
  }
  .go-mobile-content-box-2 {
    margin-bottom: 40px;
  }
  .go-mobile-left .go-mobile-img {
    max-width: 270px;
    margin: 0 auto;
  }

  .apps-download-links-wrap {
    margin-top: 50px;
  }

  /* Assist section */
  /* across platform section */

  .template-inner .across-platforms-section {
    padding: 60px 0 80px;
  }
  .across-platform-heading-box {
    margin-bottom: 45px;
  }
  .template-inner .across-platforms-section-heading {
    font-size: 28px;
  }

  .across-platforms-product-box {
    height: 170px;
    width: 100%;
    max-width: 290px;
    grid-row: 2;
  }
  .content-item {
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }

  .content-item:not(:last-child) {
    margin-bottom: 60px;
  }
  .across-platforms-product-info {
    text-align: center;
  }
  .product-combo-box span {
    height: 80px;
    width: 80px;
  }
  .product-combo-box span::before {
    transform: scale(1);
  }
  .product-out.product-humaaans::before {
    background-position: -109px -461px;
    height: 25%;
    width: 82%;
    background-size: 408px;
  }
  /* across platform section */
  .template-inner .faq-section {
    padding: 55px 0 0;
  }
  /* Pre footer section */
  .template-inner .pre-footer-section {
    padding: 60px 0 70px;
  }

  /* Pre footer section */
}

@media only screen and (max-width: 600px) {
  .slide-list-wrapper {
    max-width: 80%;
    padding: 0;
    margin: 0 auto;
  }
  .slider-content {
    text-align: center;
  }
  .slider-heading {
    margin-left: auto;
    margin-right: auto;
  }
  .slider-heading::before {
    left: 0;
    right: 0;
    margin: auto;
  }
}

@media only screen and (max-width: 480px) {
  .template-inner h2 {
    font-size: 28px;
  }
  .template-inner h3 {
    font-size: 29px;
  }
  .template-inner h4 {
    font-size: 20px;
  }
  /* Banner section */
  .template-inner .banner-section {
    padding: 40px 0 45px;
  }
  .template-inner .banner-section .content-wrap {
    width: 90%;
  }
  .banner-outer {
    padding: 10px 0 20px;
  }

  .banner-left p {
    font-size: 15px;
    max-width: 350px;
  }
  .banner-product p {
    font-size: 14px;
  }
  .banner-right {
    padding-top: 0;
    animation: none;
  }
  .banner-right img {
    max-width: 100%;
  }
  .banner-right-video {
    display: none;
  }
  .banner-right-share {
    display: none;
  }
  .banner-products {
    margin-top: 30px;
  }
  /* Banner section */
  /* Sliders section */
  .template-inner .sliders-section {
    padding: 50px 0 0px;
  }
  .template-inner .slider-title h2 {
    font-size: 26px;
  }
  .sliders-section .slider-workdrive-parent {
    padding-bottom: 145px;
  }
  .slider-parent:not(:last-of-type) .slider {
    margin-bottom: 140px;
  }
  .slider-title {
    grid-gap: 5px;
  }
  .slider-head {
    margin: 0 auto 10px;
  }
  .slider-head-content {
    grid-row-gap: 8px;
  }
  .slider-product-icon::before {
    transform: scale(0.9);
  }
  .slide-list-wrapper {
    max-width: 90%;
    padding: 0;
    margin: 0 auto;
  }
  /* Sliders section */
  /* Grids section */
  .template-inner .grids-section {
    padding: 65px 0 0;
  }
  .grids-section-inner {
    padding: 50px 0 60px;
  }
  .collaborate-outside-org-section {
    padding-bottom: 65px;
  }
  .grids-heading-wrap {
    display: none;
  }
  .hidden-page-span {
    display: inline-block;
    font-family: var(--primaryfont-bold);
  }
  /* Grids section */
  /* Assist section */
  .template-inner .go-mobile-section {
    padding: 50px 0;
  }
  .go-mobile-section .content-wrap {
    width: 95%;
    max-width: 380px;
  }

  .go-mobile-heading-box {
    margin: 0 auto 25px;
    max-width: 310px;
  }
  .go-mobile-panel {
    position: relative;
    border-radius: 15px;
  }
  .go-mobile-contents {
    padding: 50px 25px 0;
  }

  .go-mobile-left .go-mobile-img {
    max-width: 220px;
    margin: 0 auto;
  }

  .go-mobile-right .go-mobile-img {
    padding: 0;
  }
  .go-mobile-right .go-mobile-img img:last-child {
    max-width: 240px;
  }
  .go-mobile-right .go-mobile-img::before {
    display: none;
  }
  .go-mobile-right .go-mobile-img::after {
    display: none;
  }

  /* Assist section */
  /* across platform section */
  .template-inner .across-platforms-section-heading {
    font-size: 27px;
  }
  .template-inner .across-platforms-section {
    padding: 50px 0 70px;
  }

  .product-combo-box span {
    height: 70px;
    width: 70px;
  }
  .product-combo-box.combo-3 span:first-child,
  .product-combo-box.combo-3 span:last-child {
    margin: 0px 18px;
  }
  .product-combo-box span::before {
    transform: scale(0.8);
  }
  .product-out.product-humaaans::before {
    width: 95%;
  }
  /* across platform section */
  /* FAQ section */
  /* .template-inner .faq-section {
          padding: 45px 0 0;
        }
        .faq-accordian {
          margin: 40px auto 0;
        }
        .faq-accordian li {
          padding: 20px 10px;
        }
        .faq-accordian h5 {
          padding-right: 20px;
        }
        .faq-accordian p {
          padding: 10px 20px 0 0;
        } */
  /* FAQ section */
  .template-inner .pre-footer-section {
    padding: 50px 0 60px;
  }
  .template-inner .pre-footer-heading {
    font-size: 27px;
  }
}

@media only screen and (max-width: 430px) {
  .slide-list-wrapper {
    max-width: 100%;
  }
}

@media only screen and (max-width: 415px) {
  .slick-track {
    display: flex !important;
  }
  .slide-item {
    height: inherit !important;
    width: auto;
  }
  button.slick-prev,
  button.slick-next {
    bottom: -60px;
  }
}
