mheader nav ul li .nav-link-color {
  text-transform: uppercase;
}

header h6 {
  display: none;
}

header .navbar-background {
  background-color: #343a40;
}

header .navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  color: #007bff;
}

header .navbar-light .navbar-nav .nav-link-color {
  font-size: 1rem;
  color: #fff;
}

header .navbar-light .navbar-6dx {
  margin: 0 auto;
  left: 8rem;
  position: relative;
  top: 0.2rem;
}

header .navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #007bff;
}

header .navbar-light .navbar-nav .nav-link-color {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

header .navbar-background .request-demo-6dx a {
  border: 0.2rem solid #fcde26;
  border-radius: 0.8rem;
  padding: 0.3rem 1.1rem 0.3rem 1.1rem;
  font-size: 1rem;
}

header .navbar-background .request-demo-6dx a:hover {
  border: 0.2rem solid #fcde26;
  background: #fcde26;
}

header .navbar-background .request-demo-6dx {
  right: 4.4rem;
  position: relative;
}

header .navbar-background .bar-icon {
  left: 6rem;
  width: 2.8rem;
  cursor: pointer;
}



header .search-torch {
  right: 5.4rem;
}

section.footer-section {
  background: #333233;
}

section.footer-section .top-hr {
  bottom: 4.95rem;
  position: relative;
  border: 0.05rem solid white;
}

section.request-demo-footer {
  padding-top: 4.2rem;
}

section.footer-section .submit-button {
  position: relative;
  top: 0.2rem;
  font-size: 1.35rem;
  font-weight: bold;
  border: 0.1rem solid #fff;
  width: 12.5rem;
  background: transparent;
}

section.footer-section .footer-form {
  position: relative;
  bottom: 1.1rem;
}

section.footer-section .submit-button:hover {
  background-color: #ffc107;
  border: 0.1rem solid #ffc107;
}

section.footer-section .list-of-nav ul li {
  padding: 0rem 0 0.85rem 0;
  list-style: none;
  font-size: 1.15rem;
}

section.footer-section .list-of-nav ul li a {
  color: #fff;
  font-size: 1rem;
}

section.footer-section .position-left {
  position: relative;
}

section.footer-section .social-icons {
  display: flex;
  position: relative;
  list-style: none;
  //float: right;
}

section.footer-section .image-text ul {
  padding-left: 0;
}

section.footer-section .footer-logo {
  bottom: -1.1rem;
  width: 8rem;
  position: relative;
}

section.footer-section .footer-container-6dx {
  margin: 0 auto;
}

section.footer-section .social-icons img:hover {
  transform: scale(1.1);
}

section.footer-section .social-icons img {
  width: 2.3rem;
  transform: scale(0.9);
  transition: 0.5s ease;
}

section.footer-section .social-icons li {
  padding-right: 0.5rem;
}

section.footer-section .position-left ul {
  padding-left: 0;
}

section.footer-section input {
  background-color: #efefef;
  border-radius: 0;
  box-shadow: unset;
  height: 2.85rem;
  width: 100%;
  padding: 0.6rem 1rem;
  color: #333 !important;
  border: 0;
  border: 0.1rem solid #efefef;
  float: left;
  border-radius: 0.35rem;
  outline: 0;
}

section.footer-section input:focus {
  background-color: #fff;
}

footer #nsFormbtn {
  width: 35%;
  margin-top: 1rem;
  clear: both;
  display: block;
  float: left;
  background: #dca872;
  color: #fff !important;
  border: 0 !important;
  padding: 0.1rem 0.35rem !important;
  border-radius: 1rem;
  height: 2rem;
}

.footer-btn {
  margin: 0.3rem 0;
}

footer #nsFormbtn:hover {
  background: #fff;
  color: #1d4d2a !important;
}

#email-error {
  color: #ff4040;
  text-shadow: 0.1rem 0.1rem 0.3rem #000;
}

section.footer-section h6 {
  font-size: 1.4rem;
  font-weight: 100;
}

section.footer-section .copyright-text-row {
  position: relative;
  border-top: 0.1rem solid #fff;
  width: 100%;
  margin: 0 auto;
}

section.footer-section .copyright-text-row img {
  width: 6rem;
  margin: 0 auto;
  display: flex;
  float: right;
  position: relative;
}

section.footer-section h5 {
  font-size: 1.15rem;
  font-weight: normal;
  color: #fff;
}

section.footer-section .privacy-policy h6 {
  font-size: 0.8rem;
  text-align: center;
  position: relative;
  right: 9.5rem;
  font-weight: 500;
  bottom: -0.3rem;
}

section.footer-section hr {
  bottom: 4.2rem;
  position: relative;
}

.bottom-footer p {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.25;
  margin-top: 0.55rem;
}

.bottom-footer ul {
  padding: 0;
  margin: 0.35rem 0;
  margin-top: 0;
  text-align: center;
}

.bottom-footer ul li {
  display: inline-block;
  float: left;
  font-size: 1rem;
  margin-left: 1rem;
  color: #ccc;
  margin-right: 1rem;
  position: relative;
  list-style: none;
}

.bottom-footer ul li a {
  color: #fff;
  font-size: 0.75rem;
}

header {
  padding: 1rem 0;
  position: fixed;
  width: 100%;
  z-index: 200;
  box-shadow: 0 0 0.8rem rgb(0 0 0 / 5%);
  background: #333233;
}

ul.mtree.transit {
  position: relative;
  top: 2.25rem;
  margin-left: 3.6rem;
}

ul.mtree.transit a {
  color: #fff;
}

ul.mtree.transit a.active {
  position: relative;
}

a.btn-br.active {
  background: #dca872 !important;
  color: #333233 !important;
}

a.btn-br {
  padding: 0.35rem 0.75rem !important;
  border-radius: 0.5rem;
  float: right;
  color: #fff !important;
  font-size: 1.1rem;
  background: #dca872 !important;
}

a.btn-br:hover {
  background: #1d4d2a !important;
  color: #fff !important;
  border: 0 !important;
}

ul.mtree.transit li>a:hover,
ul.mtree.transit li.mtree-active>a {
  background: transparent;
  color: #dca872;
}

a.btn-br.active:before {
  display: none;
}

.footer-section .active {
  color: #dca872 !important;
}

.nsletter-wrap h3 {
  font-size: 1rem;
  font-weight: 300;
  font-family: "Arial";
  text-transform: none;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.form-control:focus {
  border-color: transparent !important;
  outline: 0;
  box-shadow: none !important;
}

#newsletter input.form-control {
  border-color: transparent;
}

.insights-new .relbox2-left {
  position: absolute;
  left: -3rem;
  right: auto;
  top: 13rem;
}

.insights-new .relbox2-right {
  position: absolute;
  right: -3rem;
  left: auto;
  top: 13rem;
}

.insights-new .slick-dots {
  display: none !important;
}

@media (max-width: 991px) {
  .insights-new .relbox2-left {
    left: 0.4rem !important;
  }

  .insights-new .relbox2-right {
    right: 0.4rem !important;
  }

  .realted-reads-slide2 {
    padding: 0 1.5rem;
  }

  .insights-new .slick-dots {
    display: block !important;
    left: 0;
  }

  /* body ul.mtree.transit a {
        color: #333 !important
    } */
  section.footer-section .social-icons {
    right: 0;
    top: 1rem;
    float: none;
  }

  section.footer-section .footer-logo {
    width: 8rem;
  }

  section.footer-section .copyright-text-row {
    top: 1rem;
  }

  section.footer-section hr {
    bottom: 0;
  }

  footer #nsFormbtn {
    width: 50%;
  }

  header .navbar-background .request-demo-6dx {
    right: 0;
  }

  .responsive-position {
    flex: 100%;
    max-width: 100%;
  }

  section.footer-section .privacy-policy h6 {
    right: 0;
    text-align: left;
  }

  header .navbar-light .navbar-6dx {
    left: 0;
  }

  section.footer-section .position-left {
    right: 0;
    bottom: 0;
    top: 1rem;
  }

  section.footer-section .footer-form {
    bottom: 0.1rem;
  }

  section.footer-section .footer-container-6dx {
    width: 98%;
  }

  section.footer-section .copyright-text-row img {
    float: right;
    display: initial;
  }

  .mob_btn {
    display: inline-block;
    width: 2rem;
    padding-left: 0;
    margin-top: 0;
    float: right;
    position: relative;
    border: 0;
    padding: 0;
    right: -0.55rem;
    top: 2rem;
  }

  span.icon-bar {
    display: block;
  }

  ul.mtree.transit {
    display: none;
    position: fixed;
    background: #ffdd0e;
    top: 0rem;
    width: 100%;
    z-index: 999;
    left: 0rem;
    height: 100%;
    height: 100vh;
    padding: 2rem 0;
  }

  header ul.mtree.bubba li {
    display: block;
    width: 100%;
  }

  a.btn-br {
    float: left;
  }

  #menu-header .close-btn {
    float: right;
    position: relative;
    top: -7rem;
    right: 1.3rem;
    width: 3.3rem;
    height: 3.3rem;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: #000;
    color: #fff;
    border-radius: 100%;
    transform: scale(1.2);
  }

  ul.mtree.transit a.active:before {
    display: none;
  }

  ul.mtree.transit a.active {
    color: #dca872 !important;
  }

  header ul.mtree.bubba li {
    width: auto;
  }

  section.footer-section .social-icons {
    float: right;
    left: 0;
  }

  section.footer-section a.btn-br {
    float: right;
  }

  ul.mtree.transit {
    margin-left: 0;
  }

  .mob-theam .col-md-9 {
    height: 0;
  }
}

@media (max-width: 767px) {
  .insights-new .relbox2-left {
    width: 3rem !important;
    height: 3rem !important;
    left: -22.6rem;
    top: 10rem;
  }

  .insights-new .relbox2-right {
    width: 3rem !important;
    height: 3rem !important;
    top: 10rem;
    right: 0.5rem;
  }

  section.footer-section .copyright-text-row img {
    width: 8rem;
  }

  .bottom-footer ul li:first-child {
    margin: 0;
  }

  .bottom-footer ul li {
    margin-right: 0.45rem;
    margin-left: 0.45rem;
  }

  section.footer-section .footer-logo {
    bottom: 0;
  }

  section.footer-section .copyright-text-row {
    border-top: 0;
  }

  header .navbar-light .navbar-nav .nav-link-color {
    color: rgba(0, 0, 0, 0.9);
  }

  header .navbar-light .navbar-toggler-icon {
    width: 4.5em;
    height: 4.5em;
  }

  section.footer-section .copyright-text-row .float-left,
  section.footer-section .copyright-text-row .float-right {
    float: none !important;
  }

  p.cp {
    margin-top: 1rem;
    text-align: center;
    width: 100%;
    display: block;
    float: none;
    padding-bottom: 1rem;
    clear: both;
  }

  footer .list-of-nav {
    width: 50% !important;
    margin-bottom: 1rem;
  }

  .mob_btn {
    top: -4rem;
  }

  footer a.btn-br {
    display: block;
  }

  .footer-btn {
    margin: 1.5rem 0 4rem;
  }

  footer #nsFormbtn {
    width: 35%;
  }

  section.footer-section a.btn-br {
    float: left;
  }

  #menu-header .close-btn {
    float: right;
    position: relative;
    top: -1rem;
    right: 1rem;
    width: 3rem;
    height: 3rem;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: #333;
    color: #fff;
    border-radius: 100%;
    line-height: 1;
    transform: scale(1.2);
  }

  header ul.mtree.bubba li {
    display: block;
    width: 100%;
  }

  header a.btn-br {
    float: left;
  }

  section.footer-section .social-icons {
    float: none;
    padding: 0;
  }

  section.footer-section .float-right {
    width: 100%;
    display: block;
    clear: both;
    padding-bottom: 0.35rem;
  }

  section.footer-section .copyright-text-row img {
    float: none;
    display: block;
  }

  .bottom-footer ul li {
    float: none;
  }

  section.footer-section {
    padding: 2.5rem 0;
  }
}

.border-warning {
  background: #dca872;
  color: #fff !important;
  border: 0 !important;
}

.btn.border-warning:hover {
  background: #1d4d2a;
  color: #fff !important;
}

.modal-open {
  padding-right: 0 !important;
}

body.landing-page .container {
  width: 100%;
}

.bg-dark {
  background-color: #333233 !important;
}

.relbox1-left,
.relbox1-right,
.relbox3-left,
.relbox3-right,
.relbox2-left,
.relbox2-right {
  cursor: pointer;
}

section.banner-section-next {
  padding: 8rem 0 0rem;
  position: relative;
}

section.banner-section-next {
  background-image: url(../images/bannerscroll-1.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}

section.banner-section-next img {
  width: 100%;
}

section.banner-section-next .puzzle-image-part {
  text-align: center;
  width: 100%;
}

section.banner-section-next .puzzle-image-part img {
  width: 20%;
  margin: 0 auto;
}

section.banner-section-next .puzzle-image-part img.gif {
  width: 26.55%;
  margin: 0 auto;
  margin-top: -0.55rem;
}

section.banner-section-next .home-bannner-text h1 {
  font-size: 5rem;
  width: 59%;
  margin: 0 auto;
  line-height: 1;
}

section.banner-section-next .home-bannner-text h2 {
  font-size: 2.8rem;
  width: 59%;
  margin: 0 auto;
  line-height: 1;
}

section.banner-section-next .home-bannner-text h1 span.retail-tech {
  margin-left: 3rem;
}

section.banner-section-next .home-bannner-text h4 {
  font-size: 1.8rem;
  width: 40%;
  margin: 0 auto;
  line-height: 1;
  margin-top: 1rem;
}

section.banner-section-next .home-bannner-text p {
  font-size: 1.1rem;
  width: 38%;
  float: right;
  margin: 1rem 25rem 6rem;
  font-weight: 500;
}

section.banner-section-next .home-bannner-text p:after {
  content: "";
  background-image: url(../images/bicon-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  position: absolute;
  width: 4rem;
  height: 4rem;
  margin: 0 auto;
  left: 0;
  right: -1rem;
  margin-top: 2.5rem;
}

section.banner-section-next .home-bannner-text {
  padding: 2rem 0 0rem;
}

section.banner-section-next .home-bannner-text span.introducing-6dx {
  position: absolute;
  right: 0;
  left: 20.7rem;
  font-size: 1.9rem;
  background-color: #fbd800;
  width: 16.5%;
  padding: 0 1rem;
  font-weight: 800;
  color: #000;
  margin: 1rem 0;
  text-align: center;
}

section.banner-section-next .home-image-part {
  text-align: center;
  width: 38%;
  margin: 0 auto;
}

section.banner-section-next .home-image-part img {
  width: 80%;
  margin: 0 auto;
}

section.banner-section-next .home-banner-line {
  position: absolute;
  bottom: -3rem;
  left: 10rem;
  width: 60%;
}

section.banner-section-next .home-banner-line img {
  width: 49%;
  height: 15rem;
  min-height: 15rem;
  object-fit: contain;
  position: relative;
  z-index: 10;
}

section.the-next-gen-section:before {
  position: relative;
}

section.the-next-gen-section h2 {
  font-size: 5rem;
  line-height: 1;
  width: 58.5%;
  margin: 0 auto;
  margin-top: 3rem;
}

section.the-next-gen-section .content-part p {
  font-size: 1.1rem;
  width: 39%;
  margin: 1.35rem 19.2rem 1rem;
}

section.the-next-gen-section .request-demo-button a {
  border-radius: 1rem;
  padding: 0.85rem 2rem 0.7rem;
  border: 0.18rem solid #fff;
  font-size: 1.2rem;
}

section.the-next-gen-section .request-demo-button a:hover {
  background: #ffdd0e !important;
  color: #333233 !important;
}

section.the-next-gen-section .request-demo-button {
  margin: 0 19.25rem;
}

section.the-next-gen-section .next-banner-line {
  width: 10%;
}

section.the-next-gen-section .next-banner-line img {
  width: 80%;
  position: relative;
  right: 17rem;
  top: 2.48rem;
  object-fit: contain;
}

section.catalyzes-6dx-section {
  padding-bottom: 2rem;
  margin-top: -4rem;
}

section.catalyzes-6dx-section .catalyzes-image-part {
  width: 45%;
  margin: 3rem auto;
  text-align: center;
}

section.catalyzes-6dx-section .catalyzes-image-part img {
  width: 55%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: none;
}

section.catalyzes-6dx-section .content-part p {
  font-size: 1.1rem;
  width: 42%;
  margin: 1rem 16.2rem;
}

section.catalyzes-6dx-section .content-part {
  position: relative;
  left: 3rem;
  margin-top: 1rem;
}

section.catalyzes-6dx-section .content-part p:before {
  content: "";
  background-image: url(../images/bicon-6.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 5rem;
  height: 5rem;
  background-position: left;
  background-size: contain;
  left: 13rem;
  top: 3rem;
  border: 0;
  object-fit: contain;
  display: none;
}

section.catalyzes-6dx-section .content-part p:after {
  content: "";
  background-image: url(../images/bicon-5.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  position: absolute;
  width: 3rem;
  height: 3rem;
  bottom: -7rem;
  left: -9.55rem;
  right: 0;
  margin: 0 auto;
  object-fit: contain;
  display: none;
}

section.catalyzes-6dx-section h2 {
  font-size: 5rem;
  line-height: 1;
  margin: 0rem auto;
  text-align: center;
  position: relative;
  width: 75%;
  z-index: 0;
  margin-top: 3rem;
  left: 5.25rem;
}

section.catalyzes-6dx-section .content-part img {
  position: absolute;
  top: -12rem;
  left: 15.5rem;
  width: 5rem;
  object-fit: contain;
}

section.experience-express-section {
  position: relative;
  background: #fff !important;
  color: #333233;
  padding: 3rem 0 1rem;
}

section.experience-express-section .nav-tabs {
  padding: 1rem 2.3rem 0.85rem 2.3rem;
  width: 100%;
  margin-top: 3rem;
}

section.experience-express-section ul li img {
  width: 70%;
  transform: scale(0.75);
  transition: 0.9s ease;
  margin-bottom: 1.55rem;
  text-align: center;
}

section.experience-express-section ul.nav-tabs li a.nav-link.active img {
  transform: scale(1);
}

section.experience-express-section ul li .tab-active-img img {
  width: 100%;
}

section.experience-express-section .nav-tabs {
  border-bottom: 0.3rem solid #a7a9ac;
}

section.experience-express-section ul li .tab-active-img img {
  display: none;
}

section.experience-express-section ul.nav-tabs li a.nav-link.active .tab-active-img img {
  display: block;
  position: absolute;
  bottom: -5.65rem;
  background-color: #fff;
  z-index: 1;
  width: 25%;
  left: 1rem;
}

section.experience-express-section ul.nav-tabs li a.nav-link:after {
  content: "";
  position: absolute;
  width: 3rem;
  height: 3rem;
  background-image: url(../images/fold3/drop-icon.png);
  background-repeat: no-repeat;
  left: 2rem;
  top: 7rem;
  background-color: transparent;
  z-index: 100;
  background-size: contain;
}

section.experience-express-section ul.nav-tabs li a.nav-link.active:after {
  left: 0.3rem;
}

section.experience-express-section ul.nav-tabs li a.nav-link {
  padding: 0;
  background-color: transparent;
  border: 0;
  text-align: center;
}

section.experience-express-section ul.nav-tabs li {
  padding: 0;
  margin: 0;
  text-align: center;
}

section.experience-express-section ul.nav-tabs li.prtab-1,
section.experience-express-section ul.nav-tabs li.prtab-3,
section.experience-express-section ul.nav-tabs li.prtab-5 {
  margin-top: -3rem;
}

section.experience-express-section ul.nav-tabs li p {
  font-size: 1.3rem;
  color: #333233;
  transform: none;
  font-weight: 600;
  margin: -0.5rem 0;
}

section.experience-express-section ul.nav-tabs li:nth-child(2) p,
section.experience-express-section ul.nav-tabs li:nth-child(4) p,
section.experience-express-section ul.nav-tabs li:nth-child(6) p {
  text-align: center;
  transform: none;
}

section.experience-express-section ul.nav-tabs li:nth-child(3) p,
section.experience-express-section ul.nav-tabs li:nth-child(5) p {
  text-align: center;
  transform: none;
}

section.experience-express-section div.tab-pane h2 {
  font-size: 3.3rem;
  line-height: 1;
  margin-top: 1.8rem;
  color: #333233;
}

section.experience-express-section div.tab-pane {
  position: relative;
  padding: 4rem 0 4rem;
}

section.experience-express-section img.fast-top-line {
  width: 99%;
  position: absolute;
  top: -11rem;
  left: 4rem;
  object-fit: contain;
  display: none;
}

section.experience-express-section div.promotions img.fast-top-line {
  left: 22rem;
}

section.experience-express-section div.payments img.fast-top-line {
  left: 35rem;
}

section.experience-express-section div.crm img.fast-top-line {
  left: 9rem;
  transform: rotateX(180deg);
}

section.experience-express-section div.coupons-vouchers img.fast-top-line {
  left: 22rem;
  top: -10.5rem;
  transform: rotateX(180deg);
}

section.experience-express-section div.loyalty-programmes img.fast-top-line {
  left: 37rem;
  top: -10.5rem;
  transform: rotateX(180deg);
}

section.experience-express-section h5 {
  font-size: 2rem;
  padding: 0;
  border-bottom: 0.2rem solid #ccc;
  width: fit-content;
  margin: 1.5rem 0.15rem 1rem;
  color: #333233;
}

section.experience-express-section ul.list-items {
  padding: 0 0.15rem;
  width: 100%;
}

section.experience-express-section ul.list-items li {
  display: block;
  font-size: 1.5rem;
  font-family: "Arial";
  width: 100%;
  padding: 0.5rem 0;
  color: #333233;
}

section.experience-express-section img.fast-bottom-line {
  width: 5rem;
  height: 5rem;
  position: absolute;
  margin: 0.4rem 0;
  object-fit: contain;
}

section.experience-express-section .read-more-button {
  padding: 1.55rem 8rem 0;
}

section.experience-express-section .fast-checkout {
  position: relative;
}

section.experience-express-section .read-more-button a {
  border-radius: 1rem;
  padding: 0.85rem 2rem 0.7rem;
  border: 0.18rem solid #ccc;
  font-size: 1.2rem;
  color: #333233;
}

section.experience-express-section .read-more-button a:hover {
  background-color: #fcde26;
  border-color: #fcde26;
}

section.experience-express-section img.fast-left-img {
  width: 92%;
  margin: 1rem 0rem 0;
  border: 0.25rem solid #ccc;
  background-color: #ccc;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: transparent;
}

section.Drive-perfect-section {
  background-color: #f8f8f8;
  padding: 5rem 0 9rem;
  position: relative;
}

section.Drive-perfect-section h2 {
  font-size: 3.3rem;
  width: 70%;
  line-height: 1;
  margin: 0 5rem;
}

section.Drive-perfect-section img {
  width: 80%;
  margin: 0 auto;
  transform: scale(0.9);
  transition: 0.5s ease;
  cursor: pointer;
}

section.Drive-perfect-section img:hover {
  transform: scale(1);
}

section.Drive-perfect-section ul li {
  display: inline-block;
  width: 16%;
  height: 17rem;
  position: relative;
}

section.Drive-perfect-section .six-dimensions {
  padding: 2rem 0 0;
}

section.Drive-perfect-section .six-dimensions ul {
  text-align: center;
  padding: 0 2.5rem;
}

section.Drive-perfect-section .dimensions-list p {
  font-size: 1.5rem;
  text-align: center;
  font-family: "Arialbd";
  padding: 0.5rem 0;
}

section.Drive-perfect-section ul li:nth-child(1),
section.Drive-perfect-section ul li:nth-child(5) {
  top: 2rem;
}

section.Drive-perfect-section ul li:nth-child(2),
section.Drive-perfect-section ul li:nth-child(4) {
  top: 5rem;
}

section.Drive-perfect-section ul li:nth-child(6) {
  top: 7rem;
}

section.science-of-technology {
  background: linear-gradient(89deg,
      rgba(232, 232, 232, 1) 10%,
      rgba(255, 255, 255, 1) 41%,
      rgba(255, 255, 255, 1) 70%,
      rgba(232, 232, 232, 1) 100%);
  padding: 5rem 0 5rem;
  position: relative;
}

section.science-of-technology .heading-content h2 {
  font-size: 3.3rem;
  font-family: "Arialbd";
  width: 50%;
  margin: 0 auto;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0;
}

section.science-of-technology .heading-content p {
  font-size: 1.5rem;
  width: 50%;
  float: right;
  margin: 3rem 15.5rem 8rem;
  font-weight: 500;
  color: #000;
  position: relative;
}

section.science-of-technology .heading-content p:before {
  content: "";
  background-image: url(../images/line-tech.png);
  position: absolute;
  width: 17rem;
  height: 17rem;
  background-repeat: no-repeat;
  background-size: contain;
  left: -7.8rem;
  top: -1.2rem;
  background-position: top;
  object-fit: contain;
}

section.science-of-technology .sigle-box {
  border-radius: 0.7rem;
  overflow: hidden;
  box-shadow: 0 0 8px #cacaca;
  margin-left: 3rem;
  margin-bottom: -1rem;
  background-color: #fff;
}

section.science-of-technology .sigle-box .technology-cnt img {
  width: 6rem;
  border-radius: 100%;
  background-color: #ddd;
  height: 6rem;
  object-fit: contain;
}

section.science-of-technology .sigle-box .image-sec p {
  font-size: 1.5rem;
  padding: 2rem 3rem 5rem;
}

section.science-of-technology .sigle-box .technology-cnt p.designation {
  font-size: 1.3rem;
  padding: 0.5rem 0 0;
}

section.science-of-technology .sigle-box .image-sec {
  background-color: #eef1f2;
}

section.science-of-technology .sigle-box .technology-cnt {
  text-align: center;
  position: relative;
  bottom: 4.15rem;
  height: 8rem;
}

section.science-of-technology .sigle-box .technology-cnt p {
  font-size: 1.5rem;
  font-weight: 600;
  color: #6d6e71;
  padding: 0.15rem 0;
  margin-bottom: 0;
}

section.science-of-technology .grid {
  float: right;
}

section.science-of-technology .grid.grid-tech {
  float: left;
}

section.science-of-technology .grid-item {
  width: 37.6rem;
}

section.science-of-technology .grid-item-box {
  padding-top: 5rem;
}

section.science-of-technology .sigle-box .technology-cnt:after {
  content: "\201D";
  font-weight: 600;
  font-family: Times New Roman;
  font-size: 10rem;
  padding: 0;
  position: absolute;
  top: -1.25rem;
  right: 1.3rem;
  color: #ddd;
}

section.share-focus-section .single-box:before {
  content: "";
  border-right: 0.3rem dotted #fff;
  position: absolute;
  width: 2rem;
  height: 34rem;
  right: 4rem;
}

section.share-focus-section .single-box.life-style-cnt:before {
  border-right: 0;
}

section.share-focus-section {
  padding: 5rem 0 4rem;
  background-color: #323232;
  color: #fff;
  position: relative;
}

section.share-focus-section .share-focus-heading h2 {
  font-size: 3.3rem;
  line-height: 1;
  margin-left: 1rem;
  width: 85%;
}

section.share-focus-section .share-focus-heading h4 {
  font-size: 2.3rem;
  margin-left: 1rem;
  padding: 2rem 0 0.15rem;
}

section.share-focus-section .share-focus-heading {
  padding: 0rem 0 1rem;
}

section.share-focus-section .single-box img {
  width: 58% !important;
  margin: 0 !important;
  height: 8rem !important;
  min-height: 100% !important;
  object-fit: contain !important;
  position: relative !important;
  right: auto !important;
  float: left !important;
  clear: both !important;
  display: block !important;
  text-align: left !important;
  left: auto !important;
}

section.share-focus-section .single-box img.heading2-text {
  width: 44% !important;
}

section.share-focus-section .card-body h3 {
  padding: 1rem 0rem;
  font-size: 2.2rem;
  line-height: 0.95;
}

section.share-focus-section .card-body p {
  font-size: 1.5rem;
  width: 78%;
  margin: 0;
}

section.share-focus-section .card-body ul li {
  font-size: 1.5rem;
  width: 80%;
  margin: 0.5rem 0rem;
}

section.share-focus-section .card-body ul {
  width: 95%;
  margin: 0 auto;
  padding: 0;
  margin-top: 1.55rem;
  font-weight: normal;
}

section.share-focus-section .explore-button {
  margin: 0 6.5rem;
}

section.share-focus-section a.btn {
  border-radius: 1rem;
  padding: 0.7rem 2rem 0.6rem;
  font-size: 1rem;
  font-family: "Arial";
  color: #fff;
  border-width: 0.15rem;
}

section.share-focus-section a.btn:hover {
  background-color: #ffc107;
  color: #000;
}

section.share-focus-section .single-box {
  position: relative;
}

.card {
  background-color: transparent;
}

.card-body {
  color: #fff;
}

section.Expertise-that-powered-section {
  background-color: #f9f9f9;
  color: #000;
  padding: 4rem 0 4rem;
  position: relative;
  background: linear-gradient(80deg,
      rgba(232, 232, 232, 1) 10%,
      rgba(255, 255, 255, 1) 41%,
      rgba(255, 255, 255, 1) 70%,
      rgba(232, 232, 232, 1) 100%);
}

section.Expertise-that-powered-section .experience-content h2 {
  font-size: 3.3rem;
  line-height: 1;
  margin: 0 auto;
  width: 69%;
}

section.Expertise-that-powered-section .experience-content p {
  font-size: 1.5rem;
  width: 48%;
  margin: 3rem 24rem 0rem;
  font-weight: 500;
  position: relative;
}

section.Expertise-that-powered-section .experience-content p:before {
  content: "";
  background-image: url(../images/line-tech.png);
  position: absolute;
  width: 17rem;
  height: 17rem;
  background-repeat: no-repeat;
  background-size: contain;
  left: -4.8rem;
  top: -1.2rem;
  background-position: top;
  object-fit: contain;
}

section.Expertise-that-powered-section .experience-botton-cnt img {
  width: 100%;
  object-fit: contain;
}

section.Expertise-that-powered-section .experience-botton-cnt {
  width: 100%;
}

section.Expertise-that-powered-section .experience-count ul {
  margin: 0 7rem;
}

section.Expertise-that-powered-section .experience-count ul li {
  display: inline-block;
  margin: 7rem 4.1rem 0;
  text-align: center;
  font-size: 1.9rem;
  line-height: 1;
  position: relative;
}

section.Expertise-that-powered-section .experience-count ul li span {
  font-size: 3.5rem;
  font-family: "Arialbd";
}

section.Expertise-that-powered-section .experience-count ul li:nth-child(3) {
  top: 6rem;
  left: 1.5rem;
}

section.Expertise-that-powered-section .experience-count ul li:nth-child(2) {
  top: 9.5rem;
  left: 1.5rem;
}

section.Expertise-that-powered-section .experience-count ul li:nth-child(1) {
  top: 10.5rem;
  left: 2.5rem;
}

section.Expertise-that-powered-section .experience-count ul li:nth-child(4) {
  top: -0.5rem;
  left: -1.5rem;
}

section.Expertise-that-powered-section .experience-count ul li:after {
  content: "";
  background-image: url(../images/up-icon.png);
  position: absolute;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  width: 2rem;
  height: 2rem;
  left: 0;
  right: 0;
  bottom: -2rem;
  margin: 0 auto;
}

section.trusted-by-the-people {
  padding: 5rem 0 3rem;
  position: relative;
}

section.trusted-by-the-people .logo-item ul {
  width: 100%;
  margin: 0 auto;
  padding: 0 3rem 2rem;
  display: flex;
  align-items: baseline;
  justify-content: center;
}

section.trusted-by-the-people ul.bottom-logo-details li:nth-child(2):after {
  top: 0.7rem;
}

section.trusted-by-the-people ul.bottom-logo-details li:nth-child(3):after {
  top: 0.4rem;
}

section.trusted-by-the-people .logo-item ul:first-child {
  padding: 0 3rem;
}

section.trusted-by-the-people .logo-item ul li {
  display: inline-block;
  padding: 0 2rem;
  min-height: 8rem;
  position: relative;
}

section.trusted-by-the-people .logo-item ul li img {
  width: 10rem;
  object-fit: contain;
  height: 10rem;
}

section.trusted-by-the-people ul.bottom-logo-details li {
  padding: 0 1.8rem;
}

section.trusted-by-the-people ul.bottom-logo-details li img {
  width: 10rem;
  object-fit: contain;
}

section.trusted-by-the-people .logo-item ul li:after {
  content: "";
  border-right: 0.2rem solid #ccc;
  height: 7rem;
  width: fit-content;
  position: absolute;
  top: auto;
  bottom: 1rem;
  right: 0;
}

section.trusted-by-the-people .explore-button {
  text-align: center;
  width: 100%;
  margin: 1rem 0;
}

section.trusted-by-the-people a.btn {
  border-radius: 1rem;
  padding: 0.85rem 2rem 0.7rem;
  font-size: 1.2rem;
  font-family: "Arial";
  border-width: 0.3rem;
  border-color: #f9a602 !important;
  margin-top: 0;
  border: 0.18rem solid #f9a602 !important;
}

section.trusted-by-the-people a.btn:hover {
  background-color: #ffc107;
  color: #fff;
}

section.trusted-by-the-people h2 {
  font-size: 3.3rem;
  line-height: 1;
  width: 40%;
  margin: 0 5rem 5rem;
  position: relative;
}

section.trusted-by-the-people h2:after {
  content: "";
  background-image: url(../images/trusted-line.png);
  position: absolute;
  width: 5rem;
  height: 7rem;
  left: -2.3rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  bottom: -7rem;
}

section.trusted-by-the-people .trusted-cnt {
  position: relative;
}

section.trusted-by-the-people .bottom-line {
  position: absolute;
  bottom: 3rem;
  left: 5.2rem;
}

section.trusted-by-the-people .bottom-line img {
  width: 25rem;
  height: 5rem;
  object-fit: contain;
}

section.trusted-by-the-people .logo-item ul.bottom-logo-details li:nth-child(4):after {
  top: 1.5rem;
}

section.trusted-by-the-people .logo-item ul li:last-child:after {
  border-right: 0;
}

body.page-client section.trusted-by-the-people .logo-item ul li {
  padding: 0 2.5rem;
}

body.page-client section.trusted-by-the-people .logo-item ul:first-child {
  padding: 0 5.5rem 0 0;
}

section.retail-ecosystem-sec {
  background-color: #ebebeb;
  padding: 5rem 0;
  background-image: radial-gradient(#ebebeb 5%, #fff 20%, #ebebeb 60%);
  position: relative;
}

section.retail-ecosystem-sec .row.ecosystem-details {
  padding: 0 3.4rem;
}

section.retail-ecosystem-sec .ecosysten-details img {
  width: 96%;
  border-radius: 2rem;
  object-fit: contain;
}

section.retail-ecosystem-sec h2 {
  font-size: 3.3rem;
  line-height: 1;
  width: 100%;
  margin: 0 1rem 3rem;
}

section.retail-ecosystem-sec .ecosysten-details p {
  font-size: 1.5rem;
  width: 86%;
  margin: 1.5rem 0 0.5em;
  min-height: 6rem;
  color: #000;
  font-weight: 500;
}

section.retail-ecosystem-sec .ecosysten-details .explore-button a.btn {
  font-size: 1.2rem;
  padding: 0.8rem 2rem 0.7rem;
  border-radius: 1rem;
  border: 0.18rem solid #ffdd0e;
  line-height: 1.25;
}

section.retail-ecosystem-sec .ecosysten-details .explore-button a.btn:hover {
  color: #fff;
  background-color: #ffc107;
}

section.retail-ecosystem-sec .ecosysten-details span {
  position: absolute;
  border-bottom: 2.8rem solid #ffc107;
  width: 6.5rem;
  height: 7rem;
  bottom: 16rem;
  left: 0rem;
  opacity: 0.6;
}

section.Unified-section .position-fix {
  width: 100%;
  position: absolute;
  bottom: -6rem;
}

section.Unified-section .unified-container-6dx {
  max-width: 92.5rem;
}

section.Unified-section {
  background-color: #f9d604;
  padding: 6rem 0 4rem 0;
  position: relative;
}

section.Unified-section p {
  font-size: 1.6rem;
  font-weight: 600;
  padding: 1.45rem 0 1.45rem 0;
  width: 72%;
  color: #000;
}

section.Unified-section h2 {
  font-size: 3.3rem;
  line-height: 1;
  color: #231f20;
}

section.Unified-section .box-shade-partners {
  width: 1.5rem;
  position: absolute;
  left: -3.3rem;
  top: -0.2rem;
  height: 13rem;
}

section.Unified-section .request-demo-button a {
  border: 0.18rem solid #231f20;
  border-radius: 1rem;
  color: #000;
  padding: 0.85rem 2rem 0.7rem;
  font-size: 1.2rem;
  font-family: "Arial";
}

section.Unified-section .unified-power {
  width: 100%;
  object-fit: contain;
}

section.Unified-section .unified-section-row {
  width: 100%;
  padding: 0 3.4rem;
}

section.Unified-section .request-demo-button a:hover {
  background-color: #231f20;
  color: #fff;
}

section.footer-section {
  position: relative;
  z-index: 1;
}

[data-simplebar] {
  position: relative;
  flex-flow: column wrap;
  place-content: flex-start;
  min-height: 20rem;
  max-height: 20rem;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0rem;
  margin: 0rem;
  inset: 0rem;
  z-index: 0;
  width: auto !important;
  height: auto !important;
}

.simplebar-offset {
  position: absolute;
  inset: 0rem;
  padding: 0rem;
  margin: 0rem;
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
}

.simplebar-content-wrapper {
  direction: inherit;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  visibility: visible;
  overflow: auto;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box !important;
}

.simplebar-content::before,
.simplebar-content::after {
  content: " ";
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  height: 100%;
  width: 100%;
  max-width: 0.1rem;
  position: relative;
  float: left;
  max-height: 0.1rem;
  overflow: hidden;
  z-index: -1;
  padding: 0rem;
  margin: 0rem;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0rem;
  box-sizing: inherit !important;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0rem;
  left: 0rem;
  height: 1000%;
  width: 1000%;
  min-height: 0.1rem;
  min-width: 0.1rem;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0rem;
  bottom: 0rem;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  right: 0.3rem;
  width: 0.3rem;
  min-height: 0.4rem;
}

.simplebar-scrollbar::before {
  position: absolute;
  content: "";
  background: #ddd;
  border-radius: 0.2rem;
  left: 0rem;
  right: 0rem;
  opacity: 0;
  transition: opacity 0.2s linear 0s;
}

.simplebar-track .simplebar-scrollbar.simplebar-visible::before {
  opacity: 0.5;
  transition: opacity 0s linear 0s;
}

.simplebar-track.simplebar-vertical {
  top: 0rem;
  width: 1.1rem;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar::before {
  top: 0.8rem;
  bottom: 0.8rem;
}

.simplebar-track.simplebar-horizontal {
  left: 0rem;
  height: 0.2rem;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar::before {
  height: 100%;
  left: 0.2rem;
  right: 0.2rem;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0rem;
  top: 0.2rem;
  height: 0.7rem;
  min-height: 0;
  min-width: 1rem;
  width: auto;
}

[data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0rem;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 30rem;
  width: 30rem;
  overflow: scroll hidden;
}

section.Unified-section:before,
section.trusted-by-the-people:before,
section.science-of-technology:before,
section.retail-ecosystem-sec:before,
section.share-focus-section:before,
section.Expertise-that-powered-section:before,
section.Drive-perfect-section:before,
section.experience-express-section:before,
section.the-next-gen-section:before {
  content: "";
  background-image: url(../images/box-shade-in-experience-section.png);
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  position: absolute;
  width: 12rem;
  height: 12rem;
}

section.science-of-technology:before,
section.retail-ecosystem-sec:before,
section.Expertise-that-powered-section:before {
  background-position: right;
  right: 0;
}

section.experience-express-section:before {
  background-position: right;
  right: 0;
  top: 50%;
}

.form-control:focus {
  border-color: transparent !important;
  outline: 0;
  box-shadow: none !important;
}

#homeimg0 {
  display: none;
}

.videoModal button.close {
  position: absolute;
  right: -1.4rem;
  top: -1rem;
  background: #000;
  width: 3rem;
  height: 3rem;
  z-index: 1000;
  opacity: 1;
  text-shadow: unset;
  color: #fff;
  border-radius: 100%;
}

.videoModal .modal-open {
  overflow: hidden;
}

.videoModal .modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.videoModal .modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.videoModal .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.videoModal .modal-dialog {
  width: 100%;
  max-width: 36rem;
  margin: 10rem auto;
}

.videoModal .modal-content {
  position: relative;
  background-color: #333;
  border: 0.2rem solid #ffdd0e;
  border-radius: 0.3rem;
  outline: 0;
  box-shadow: none;
}

.videoModal .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.videoModal iframe.video {
  width: 100%;
  height: 18rem;
}

.videoModal .close:not(:disabled):not(.disabled):focus,
.videoModal .close:not(:disabled):not(.disabled):hover {
  opacity: 1;
  color: #fff;
}

@media (max-width: 1024px) {
  section.Expertise-that-powered-section .experience-count ul li {
    margin: 7rem 4rem 0;
  }

  section.experience-express-section ul.list-items {
    padding: 0 0rem;
  }
}

@media (max-width: 991px) {
  section.experience-express-section ul.nav-tabs li a.nav-link.active .tab-active-img img {
    width: 41%;
    bottom: -5.78rem;
  }

  section.Expertise-that-powered-section .experience-count ul {
    margin: 0 5rem;
  }

  section.banner-section-next .home-bannner-text h4 {
    width: 44%;
  }

  section.banner-section-next .home-bannner-text h1 {
    font-size: 3rem;
    width: 94%;
  }

  section.banner-section-next .home-bannner-text h1 {
    font-size: 2.55rem;
    width: 94%;
  }

  section.catalyzes-6dx-section h2 {
    left: 0;
    width: 90%;
    font-size: 3rem;
    margin: 0;
    margin-top: 4rem;
  }

  section.banner-section-next .home-bannner-text span.introducing-6dx {
    left: 5.8rem;
    font-size: 1.15rem;
    width: 19%;
    padding: 0.25rem 1rem;
  }

  section.catalyzes-6dx-section .content-part {
    left: 0;
  }

  section.banner-section-next .home-bannner-text {
    padding: 3rem 4rem 0rem;
  }

  section.banner-section-next .home-bannner-text p {
    font-size: 1.1rem;
    width: 50%;
    float: right;
    margin: 1rem 11rem 6rem;
    font-weight: 500;
  }

  section.banner-section-next .puzzle-image-part img {
    width: 40%;
    margin: 0 auto;
  }

  section.banner-section-next .home-banner-line {
    left: 8.8rem;
  }

  section.the-next-gen-section h2 {
    font-size: 3rem;
    width: 73.5%;
  }

  section.the-next-gen-section .content-part p {
    width: 75%;
    margin: 2rem 8rem;
  }

  section.the-next-gen-section .request-demo-button {
    margin: 0 8rem;
  }

  section.the-next-gen-section .next-banner-line img {
    width: 90%;
    right: 6rem;
  }

  section.the-next-gen-section.bg-dark.text-white {
    padding: 0.5rem 0;
  }

  section.catalyzes-6dx-section .catalyzes-image-part img {
    width: 65%;
  }

  section.banner-section-next .home-banner-line img {
    width: 15%;
    height: 14rem;
    min-height: 15rem;
  }

  section.catalyzes-6dx-section .content-part img {
    top: -8rem;
    left: 4rem;
    height: 10rem;
    width: 6rem;
    object-fit: contain;
  }

  section.catalyzes-6dx-section .content-part p {
    font-size: 1.5rem;
    width: 75%;
    margin: 1rem 7.2rem;
  }

  section.catalyzes-6dx-section .content-part p:before {
    left: 3rem;
    top: 3rem;
    border: 0;
  }

  section.experience-express-section ul.nav-tabs li p {
    font-size: 1.1rem;
  }

  section.experience-express-section img.fast-top-line {
    width: 50%;
    top: -9rem;
  }

  section.experience-express-section div.promotions img.fast-top-line {
    width: 44%;
    left: 12rem;
  }

  section.experience-express-section div.payments img.fast-top-line {
    width: 44%;
    left: 19rem;
  }

  section.experience-express-section div.crm img.fast-top-line {
    width: 44%;
    left: 9rem;
    transform: rotateX(180deg);
  }

  section.experience-express-section div.loyalty-programmes img.fast-top-line {
    width: 44%;
    left: 26rem;
    top: -9rem;
  }

  section.experience-express-section div.coupons-vouchers img.fast-top-line {
    width: 44%;
    left: 16rem;
    top: -9rem;
  }

  section.experience-express-section img.fast-left-img {
    width: 70%;
    margin: 0 7rem 3rem;
  }

  section.experience-express-section div.tab-pane h2 {
    font-size: 2.6rem;
    line-height: 1;
  }

  section.experience-express-section ul.list-items li {
    font-size: 1.4rem;
  }

  section.experience-express-section div.tab-pane {
    position: relative;
    padding: 6rem 3rem 4rem;
  }

  section.experience-express-section div.tab-pane h2 br {
    display: none;
  }

  section.experience-express-section img.fast-bottom-line {
    width: 15%;
    position: absolute;
    margin: -0.6rem 0;
  }

  section.experience-express-section ul.nav-tabs li.prtab-4 a.nav-link.active:before,
  section.experience-express-section ul.nav-tabs li.prtab-5 a.nav-link.active:before,
  section.experience-express-section ul.nav-tabs li.prtab-6 a.nav-link.active:before {
    bottom: -6rem;
    transform: rotateY(180deg);
  }

  section.Drive-perfect-section h2 {
    font-size: 3.5rem;
    margin: 0 4rem;
    width: 98%;
  }

  section.Drive-perfect-section .dimensions-list p {
    font-size: 1.4rem;
  }

  section.Expertise-that-powered-section .experience-content p {
    margin: 3rem 20rem 0rem;
    font-size: 1.4rem;
  }

  section.Expertise-that-powered-section .experience-content h2 {
    font-size: 2.6rem;
    width: 69%;
  }

  section.Expertise-that-powered-section .experience-count ul li {
    margin: 6rem 0.9rem 0;
    font-size: 1.5rem;
  }

  section.Expertise-that-powered-section .experience-botton-cnt img {
    width: 95%;
  }

  section.Expertise-that-powered-section .experience-count ul li:nth-child(2) {
    top: 4rem;
    left: 1.5rem;
  }

  section.Expertise-that-powered-section .experience-count ul li:nth-child(1) {
    top: 5rem;
    left: 0.5rem;
  }

  section.Expertise-that-powered-section .experience-count ul li:nth-child(4) {
    top: -2rem;
    left: -0.5rem;
  }

  section.Expertise-that-powered-section .experience-count ul li:nth-child(3) {
    top: 2rem;
    left: 2.5rem;
  }

  section.six-dx-get-in-touch-banner-section .border-left-6dx {
    border-left: 0;
  }

  section.share-focus-section {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }

  section.share-focus-section .share-focus-heading {
    padding: 1rem;
  }

  section.share-focus-section .share-focus-heading h2 {
    font-size: 2.6rem;
    width: 81%;
  }

  section.share-focus-section .share-focus-heading h4 {
    font-size: 2rem;
    padding: 2rem 0 0.15rem;
  }

  section.share-focus-section .single-box img {
    width: 94%;
    margin: 0;
    height: 100%;
    min-height: 100%;
    margin: 0 auto;
    right: 0;
  }

  section.share-focus-section .card-body {
    padding: 1.25rem 0.8rem;
  }

  section.share-focus-section .card-body h3 {
    padding: 1rem 0;
  }

  section.share-focus-section .card-body p {
    margin: 0;
    width: 90%;
    font-size: 1.4rem;
  }

  section.share-focus-section .card-body ul li {
    margin: 1rem 0rem;
    width: 90%;
    font-size: 1.4rem;
  }

  section.share-focus-section .card-body ul {
    width: 88%;
  }

  section.share-focus-section .explore-button {
    margin: 0 1rem;
  }

  section.science-of-technology .sigle-box {
    margin-left: 0rem;
  }

  section.science-of-technology .grid-item {
    width: 26.6rem;
  }

  section.science-of-technology .heading-content h2 {
    font-size: 2.6rem;
    width: 76%;
    margin: 0 2rem;
  }

  section.science-of-technology .heading-content p {
    width: 59%;
    margin: 2rem 7.5rem 8rem;
    font-size: 1.4rem;
  }

  section.science-of-technology .heading-content p:before {
    width: 22rem;
    height: 22rem;
    left: -6.8rem;
  }

  section.science-of-technology .sigle-box .image-sec p {
    line-height: 1.4;
    font-size: 1.4rem;
  }

  section.science-of-technology .sigle-box .technology-cnt p {
    font-size: 1.4rem;
  }

  section.science-of-technology .sigle-box .technology-cnt p.designation {
    font-size: 1.2rem;
  }

  section.trusted-by-the-people {
    padding: 7rem 0 3rem;
  }

  section.trusted-by-the-people h2 {
    font-size: 2.6rem;
    width: 68%;
  }

  section.trusted-by-the-people ul.bottom-logo-details li img {
    width: 9rem;
  }

  section.trusted-by-the-people .bottom-line {
    bottom: 4.5rem;
  }

  section.trusted-by-the-people .bottom-line img {
    width: 16rem;
    height: 3rem;
    position: relative;
    top: 1rem;
  }

  section.trusted-by-the-people .logo-item ul {
    display: block;
  }

  body.page-client section.trusted-by-the-people .logo-item ul li {
    padding: 0 2.5rem;
  }

  body.page-client section.trusted-by-the-people .logo-item ul:first-child {
    padding: 0;
    margin: 0 3rem;
  }

  body.page-client section.trusted-by-the-people ul.bottom-logo-details li img {
    width: 12rem;
  }

  section.retail-ecosystem-sec h2 br {
    display: none;
  }

  section.retail-ecosystem-sec h2 {
    font-size: 2.6rem;
    margin: 2rem 1.2rem;
  }

  .insights-new .slide-arrow img {
    display: none;
  }

  section.retail-ecosystem-sec .ecosysten-details p {
    width: 95%;
    min-height: 7rem;
  }

  section.retail-ecosystem-sec .row.ecosystem-details {
    padding: 0 1.4rem;
  }

  section.Unified-section .unified-section-row {
    padding: 0 2rem;
    margin: 0;
  }

  section.Unified-section h2 br {
    display: none;
  }

  section.Unified-section h2 {
    font-size: 2.6rem;
  }

  section.Unified-section p {
    width: 100%;
    font-size: 1.4rem;
  }

  section.Unified-section .position-fix {
    width: 100%;
    bottom: 0;
  }

  section.share-focus-section .single-box:before {
    height: 36rem;
    right: 1rem;
  }
}

@media (max-width: 767px) {
  section.experience-express-section ul.nav-tabs li a.nav-link.active .tab-active-img img {
    width: 29%;
    bottom: -2.35rem;
    position: relative;
  }

  section.share-focus-section .single-box img {
    height: 6rem !important;
  }

  section.experience-express-section ul.nav-tabs li:nth-child(6) a.nav-link.active .tab-active-img img {
    bottom: -2.5rem;
  }

  section.experience-express-section ul.nav-tabs li a.nav-link.active .tab-active-img:nth-child(6) img {
    bottom: -2.5rem;
  }

  section.experience-express-section .nav-tabs {
    border-bottom: 0;
    position: relative;
  }

  section.experience-express-section .nav-tabs:before {
    content: "";
    border-bottom: 0.3rem solid #a7a9ac;
    position: absolute;
    width: 110rem;
    height: 100%;
    bottom: 1.685rem;
  }

  section.catalyzes-6dx-section .content-part p:after {
    left: 0;
  }

  section.banner-section-next .home-bannner-text h4 {
    width: 100%;
  }

  .videoModal .modal-dialog {
    max-width: 24rem;
  }

  section.Unified-section:before,
  section.trusted-by-the-people:before,
  section.science-of-technology:before,
  section.retail-ecosystem-sec:before,
  section.share-focus-section:before,
  section.Expertise-that-powered-section:before,
  section.Drive-perfect-section:before,
  section.experience-express-section:before,
  section.the-next-gen-section:before {
    display: none;
  }

  [data-simplebar] {
    min-height: 100%;
    max-height: 100%;
  }

  section.banner-section-next .home-bannner-text h1 {
    font-size: 2rem;
    width: 100%;
    line-height: 1.1;
  }

  section.banner-section-next .home-bannner-text h2 {
    font-size: 1.75rem;
    width: 100%;
    line-height: 1.1;
  }

  section.banner-section-next .home-bannner-text h1 span.retail-tech {
    margin-left: 1.3rem;
  }

  section.banner-section-next .puzzle-image-part img {
    width: 70%;
  }

  section.banner-section-next .home-banner-line img {
    width: 21%;
    height: 5rem;
    min-height: 7rem;
    display: none;
  }

  section.banner-section-next .home-bannner-text span.introducing-6dx {
    left: 0;
    font-size: 1.4rem;
    width: 45%;
    margin: 2rem auto;
    text-align: center;
  }

  section.banner-section-next .home-bannner-text p {
    font-size: 1.2rem;
    width: 100%;
    margin: 2rem auto 6rem;
  }

  section.banner-section-next .home-bannner-text {
    left: 1rem;
    padding: 3rem 1rem 0rem;
  }

  section.banner-section-next .home-banner-line {
    left: 1.8rem;
  }

  section.the-next-gen-section.bg-dark.text-white {
    padding: 3.5rem 0.5rem 4rem;
  }

  section.the-next-gen-section h2 {
    font-size: 2rem;
    width: 95%;
  }

  section.the-next-gen-section .content-part p {
    width: 93%;
    margin: 2rem 0.5rem;
    font-size: 1.2rem;
    line-height: 1.25;
  }

  section.the-next-gen-section .request-demo-button {
    margin: 0 1.5rem;
    text-align: center;
  }

  section.the-next-gen-section .request-demo-button a {
    font-size: 1rem;
  }

  section.the-next-gen-section .next-banner-line img {
    width: 38%;
    right: 0rem;
  }

  section.catalyzes-6dx-section h2 {
    font-size: 3rem;
    top: 0;
    width: 100%;
    margin: 0;
    text-align: left;
    margin-left: 0.75rem;
  }

  section.catalyzes-6dx-section .content-part {
    left: 0;
  }

  section.catalyzes-6dx-section .catalyzes-image-part img {
    width: 100%;
  }

  section.catalyzes-6dx-section {
    margin-top: -2rem;
    padding: 0 0.5rem 2rem;
  }

  section.catalyzes-6dx-section .content-part p {
    font-size: 1.2rem;
    width: 95%;
    margin: 1rem;
  }

  section.catalyzes-6dx-section .content-part p:before {
    left: 1rem;
    top: 4rem;
    width: 3rem;
    height: 3rem;
    display: none;
  }

  section.catalyzes-6dx-section .content-part img {
    top: -6rem;
    left: 1rem;
    height: 9.5rem;
    width: 6rem;
    display: none;
  }

  section.catalyzes-6dx-section.rotaes .content-part img {
    height: 12rem;
  }

  section.the-next-gen-section .next-banner-line {
    width: 12rem;
  }

  section.experience-express-section .nav-tabs {
    overflow-x: scroll;
    overflow-y: hidden;
    align-items: normal;
    justify-content: normal;
    white-space: nowrap;
    float: none;
    display: inline-flex;
    width: 100%;
    position: relative;
    text-align: center;
    flex-wrap: nowrap;
    padding-top: 3rem;
  }

  section.experience-express-section ul.nav-tabs li {
    width: 100%;
    flex: 100%;
    max-width: 21rem;
    float: left;
  }

  section.experience-express-section ul li img {
    width: auto;
  }

  section.experience-express-section ul.nav-tabs li p {
    font-size: 1.6rem;
  }

  section.experience-express-section img.fast-top-line,
  section.experience-express-section div.promotions img.fast-top-line,
  section.experience-express-section div.payments img.fast-top-line {
    width: 75%;
    top: -8rem;
    left: 5rem;
  }

  section.experience-express-section div.crm img.fast-top-line,
  section.experience-express-section div.coupons-vouchers img.fast-top-line,
  section.experience-express-section div.loyalty-programmes img.fast-top-line {
    width: 75%;
    left: 5rem;
    transform: none;
  }

  section.experience-express-section img.fast-left-img {
    width: 100%;
    margin: 0 0 3rem;
  }

  section.experience-express-section div.tab-pane {
    padding: 6rem 0rem 4rem;
  }

  section.experience-express-section div.tab-pane h2 {
    font-size: 2rem;
    line-height: 1.1;
  }

  section.experience-express-section ul.list-items li {
    font-size: 1.35rem;
  }

  section.experience-express-section h5 {
    font-size: 1.8rem;
  }

  section.experience-express-section ul.list-items {
    margin: 0;
  }

  section.experience-express-section .read-more-button {
    padding: 2rem 5rem 0;
  }

  section.experience-express-section .read-more-button a {
    padding: 0.9rem 2rem;
  }

  section.experience-express-section img.fast-bottom-line {
    width: 6rem;
    bottom: 3.5rem;
    left: -1rem;
    height: 3rem;
  }

  section.Drive-perfect-section {
    padding: 5rem 0 7rem;
  }

  section.Drive-perfect-section h2 {
    font-size: 2rem;
    width: 96%;
    margin: 0 1rem;
  }

  section.Drive-perfect-section .six-dimensions ul {
    padding: 0 0.5rem;
  }

  section.Drive-perfect-section ul li {
    width: 32%;
    padding: 4rem 0;
  }

  section.Drive-perfect-section .six-dimensions {
    padding: 0rem 0 0;
  }

  section.Drive-perfect-section .dimensions-list p {
    font-size: 1.2rem;
  }

  section.Expertise-that-powered-section .experience-content h2 {
    font-size: 2rem;
    width: 100%;
    padding: 0 01rem;
  }

  section.Expertise-that-powered-section .experience-content p {
    margin: 2rem 1rem 1rem;
    width: 88%;
    font-size: 1.35rem;
  }

  section.Expertise-that-powered-section .experience-content p:before {
    width: 22rem;
    height: 15rem;
    left: -5.8rem;
    display: none;
  }

  section.Expertise-that-powered-section .experience-botton-cnt img {
    width: 100%;
  }

  section.Expertise-that-powered-section .experience-count ul {
    margin: 0 0.75rem;
  }

  section.Expertise-that-powered-section .experience-count ul li {
    margin: 6rem 0.35rem 0;
    font-size: 1.04rem;
  }

  section.Expertise-that-powered-section .experience-count ul li span {
    font-size: 1.6rem;
  }

  section.Expertise-that-powered-section .experience-count ul li:nth-child(4) {
    top: -2.5rem;
    left: 0.5rem;
  }

  section.Expertise-that-powered-section .experience-count ul li:nth-child(3) {
    top: 0.2rem;
    left: -0.3rem;
  }

  section.Expertise-that-powered-section .experience-count ul li:nth-child(2) {
    top: 2rem;
    left: -1.5rem;
  }

  section.Expertise-that-powered-section .experience-count ul li:nth-child(1) {
    top: 2.6rem;
    left: -2.5rem;
  }

  section.Expertise-that-powered-section .experience-count ul li:after {
    height: 1.5rem;
  }

  section.share-focus-section .share-focus-heading h2 {
    font-size: 2rem;
    width: 95%;
    margin-left: 0rem;
  }

  section.share-focus-section .share-focus-heading {
    padding: 0;
  }

  section.share-focus-section .share-focus-heading h4 {
    font-size: 1.8rem;
    padding: 2rem 0 0;
    margin-left: 0rem;
  }

  section.share-focus-section .single-box.life-style-cnt {
    bottom: -2rem;
  }

  section.share-focus-section a.btn {
    font-size: 1.4rem;
  }

  section.share-focus-section .card-body p {
    font-size: 1.35rem;
  }

  section.share-focus-section .card-body ul li {
    font-size: 1.35rem;
  }

  section.science-of-technology .heading-content p:before {
    width: 24rem;
    height: 24rem;
    left: -5rem;
  }

  section.science-of-technology .heading-content p {
    width: 73%;
    margin: 2rem 2.5rem 2rem;
    font-size: 1.35rem;
  }

  section.science-of-technology .heading-content h2 {
    font-size: 2rem;
    width: 88%;
  }

  section.science-of-technology .grid-item {
    width: 350px;
    padding-top: 3rem;
    max-width: 90%;
    margin: 0 auto;
  }

  section.science-of-technology .sigle-box .technology-cnt {
    margin-bottom: -2rem;
    height: 100%;
  }

  section.science-of-technology .grid.grid-tech {
    float: none;
  }

  section.science-of-technology .grid {
    float: none;
  }

  section.science-of-technology .sigle-box .image-sec p {
    padding: 2rem 1.55rem 1rem;
    font-size: 1.35rem;
  }

  section.science-of-technology .sigle-box .technology-cnt p {
    font-size: 1.35rem;
  }

  section.trusted-by-the-people {
    padding: 5rem 0 1rem;
  }

  section.trusted-by-the-people h2 {
    font-size: 2rem;
    width: 100%;
    margin: 0 1rem 5rem;
  }

  section.trusted-by-the-people .logo-item ul:first-child {
    padding: 0;
  }

  section.trusted-by-the-people .logo-item ul {
    padding: 0 0rem;
  }

  section.trusted-by-the-people .logo-item ul li {
    padding: 0 1.5rem;
    min-height: 4rem;
  }

  section.trusted-by-the-people .logo-item ul li img {
    width: 10rem;
    height: 6rem;
  }

  section.trusted-by-the-people .logo-item ul li:nth-child(2):after,
  section.trusted-by-the-people .logo-item ul li:nth-child(4):after {
    border-right: 0;
  }

  section.trusted-by-the-people .bottom-line {
    left: 2rem;
    display: none;
  }

  section.trusted-by-the-people .bottom-line img {
    width: 6rem;
    height: 4rem;
  }

  section.trusted-by-the-people a.btn {
    font-size: 1.2rem;
  }

  body.page-client section.trusted-by-the-people ul.bottom-logo-details li img {
    width: 9rem;
    padding: 0.5rem 0;
  }

  body.page-client section.trusted-by-the-people .logo-item ul:first-child {
    margin: 0 0rem;
  }

  body.page-client section.trusted-by-the-people .logo-item ul li {
    padding: 0 1.5rem;
  }

  section.retail-ecosystem-sec h2 {
    font-size: 2.5rem;
    width: 100%;
    margin: 0 0rem 2rem;
  }

  section.retail-ecosystem-sec .ecosysten-details p {
    min-height: 0rem;
  }

  section.retail-ecosystem-sec .ecosysten-details {
    padding-bottom: 2rem;
  }

  section.retail-ecosystem-sec {
    padding: 5rem 0 2rem;
  }

  section.Unified-section .position-fix {
    bottom: -1rem;
    position: relative;
  }

  section.trusted-by-the-people .logo-item ul li:after {
    display: none;
  }

  section.Unified-section .unified-section-row {
    padding: 0 0rem;
  }

  section.Unified-section p {
    width: 100%;
  }

  section.retail-ecosystem-sec .ecosysten-details .explore-button {
    text-align: center;
  }

  section.retail-ecosystem-sec .row.ecosystem-details {
    padding: 0 0.4rem;
  }
}

@media only screen and (min-width: 414px) and (max-width: 736px) {
  section.trusted-by-the-people .logo-item ul li img {
    width: 12rem;
  }

  section.Expertise-that-powered-section .experience-count ul li {
    margin: 6rem 0.5rem 0 !important;
    font-size: 1.2rem;
  }
}

@media (max-width: 360px) {
  section.Expertise-that-powered-section .experience-count ul li {
    margin: 6rem 0.4rem 0;
    font-size: 1.02rem;
  }

  section.experience-express-section ul.nav-tabs li a.nav-link.active .tab-active-img img {
    bottom: -2.35rem;
  }

  section.experience-express-section ul.nav-tabs li:nth-child(6) a.nav-link.active .tab-active-img img {
    bottom: -2.4rem;
  }

  section.Expertise-that-powered-section .experience-count ul {
    margin: 0 0rem;
  }
}

@media (max-width: 320px) {
  section.Expertise-that-powered-section .experience-count ul li span {
    font-size: 1.6rem;
  }

  section.experience-express-section ul.nav-tabs li a.nav-link.active .tab-active-img img {
    bottom: -2.4rem;
  }

  section.experience-express-section ul.nav-tabs li:nth-child(6) a.nav-link.active .tab-active-img img {
    bottom: -2.5rem;
  }

  section.banner-section-next .home-bannner-text span.introducing-6dx {
    width: 44%;
    font-size: 1.2rem;
  }

  section.the-next-gen-section .request-demo-button a {
    font-size: 0.8rem;
    padding: 0.8rem 1rem;
  }

  section.catalyzes-6dx-section h2 {
    font-size: 2.5rem;
  }

  section.catalyzes-6dx-section .content-part img {
    top: -7rem;
  }

  section.catalyzes-6dx-section .content-part p:before {
    width: 2.2rem;
    height: 2.2rem;
  }

  section.experience-express-section .read-more-button a {
    font-size: 1rem;
  }

  section.Expertise-that-powered-section .experience-count ul li {
    font-size: 0.75rem;
  }

  section.trusted-by-the-people .logo-item ul li img {
    width: 9rem;
  }

  section.science-of-technology .sigle-box .image-sec p {
    font-size: 1.2rem;
  }

  section.science-of-technology .heading-content p {
    font-size: 1.25rem;
    margin: 2rem 1.5rem 2rem;
  }

  section.Drive-perfect-section .dimensions-list p {
    font-size: 1rem;
  }

  section.Unified-section .position-fix {
    bottom: -1rem;
    position: relative;
  }

  section.retail-ecosystem-sec .row.ecosystem-details {
    padding: 0 0.4rem;
  }
}

@media (max-width: 320px) {
  section.Unified-section h2 {
    font-size: 2.2rem;
    line-height: 1;
  }

  section.Unified-section p {
    font-size: 1.5rem;
  }

  section.Unified-section .request-demo-button a {
    font-size: 1.3rem;
  }

  section.Expertise-that-powered-section .experience-count ul li:nth-child(1) {
    top: 2.1rem;
  }

  section.Expertise-that-powered-section .experience-count ul li:nth-child(2) {
    top: 1.5rem;
  }

  section.Expertise-that-powered-section .experience-count ul {
    margin: 0 0.5rem;
  }
}

section.retail-ecosystem-sec img {
  width: 29rem;
  object-fit: cover;
  object-position: top;
  width: 100%;
}

section.retail-ecosystem-sec .slide-arrow img {
  width: 3.5rem;
  height: 3.5rem;
  object-fit: cover;
  z-index: 100;
  background: #1d4d2a;
  border-radius: 100%;
}

section.retail-ecosystem-sec .slide-arrow ul li {
  list-style: none;
  display: inline-block;
  margin: 0 0.2rem;
}

section.retail-ecosystem-sec p {
  font-size: 1.5rem;
  width: 96%;
  margin: 1.5rem 0 0.5em;
  min-height: 6rem;
  color: #000;
  font-weight: 500;
}

section.retail-ecosystem-sec .explore-button a {
  font-size: 1.2rem;
  padding: 0.85rem 2rem 0.7rem;
  border-radius: 1rem;
  border-width: 0.18rem;
}

.tech-video-pop-up .modal-content {
  position: relative;
  background-color: #333;
  border: 0.2rem solid #ffdd0e;
  border-radius: 0.3rem;
  outline: 0;
  box-shadow: none;
}

.tech-video-pop-up button.close {
  position: absolute;
  right: -1.4rem;
  top: -1rem;
  background: #000;
  width: 3rem;
  height: 3rem;
  z-index: 1000;
  opacity: 1;
  text-shadow: unset;
  color: #fff;
  border-radius: 100%;
}

.tech-video-pop-up .modal-dialog {
  width: 100%;
  max-width: 36rem;
  margin: 10rem auto;
}

.tech-video-pop-up iframe.video {
  height: 17rem;
}

.relbox1-left,
.relbox1-right {
  cursor: pointer;
}

section.trusted-by-the-people .logo-item ul.hide-cslogo {
  display: none;
}

#verticals-arrows .relbox2-left {
  position: absolute;
  left: 3rem;
  right: auto;
  top: 18rem;
  background: #e1d4d4;
}

#verticals-arrows .relbox2-right {
  position: absolute;
  right: 3rem;
  left: auto;
  top: 18rem;
  background: #e1d4d4;
}

@media (max-width: 991px) {
  section.retail-ecosystem-sec p {
    font-size: 1.4rem;
    width: 100%;
    margin: 1.5rem 0 0.5em;
    min-height: 10rem;
    color: #000;
    font-weight: 500;
  }

  section.experience-express-section ul.nav-tabs li a.nav-link:after {
    left: 0.55rem;
    top: 3rem;
  }

  section.experience-express-section ul.nav-tabs li a.nav-link.active:after {
    left: -0.3rem;
  }

  #verticals-arrows .relbox2-left {
    top: 17rem;
  }

  #verticals-arrows .relbox2-right {
    right: 3rem;
    top: 17rem;
  }
}

@media (max-width: 767px) {
  #verticals-arrows .relbox2-left {
    left: 0;
    width: 3rem;
    height: 3rem;
  }

  #verticals-arrows .relbox2-right {
    right: -0.5rem;
    width: 3rem;
    height: 3rem;
  }

  section.retail-ecosystem-sec p {
    min-height: 5rem;
    font-size: 1.35rem;
  }

  .realted-reads-slide {
    padding-bottom: 2rem;
  }

  .realted-reads-slide .explore-button {
    text-align: left;
  }

  section.retail-ecosystem-sec h2 {
    font-size: 2rem;
    width: 100%;
    margin: 0 1rem 2rem;
  }

  section.experience-express-section ul.nav-tabs li a.nav-link:after {
    top: 5.5rem;
    left: -0.15rem;
  }

  section.experience-express-section ul.nav-tabs li a.nav-link.active:after {
    left: -0.8rem;
  }

  section.experience-express-section ul.nav-tabs li a.nav-link.active img {
    transform: scale(0.9);
  }

  section.share-focus-section .single-box:before {
    display: none;
  }

  section.Unified-section h2 {
    font-size: 2rem;
  }

  section.Unified-section p {
    font-size: 1.35rem;
  }

  section.experience-express-section ul.nav-tabs li a.nav-link.active .tab-active-img img {
    left: 2rem;
  }

  section.Unified-section:before {
    top: 4rem;
  }

  section.Unified-section {
    padding: 8rem 0 4rem 0;
  }

  section.Unified-section:before,
  section.trusted-by-the-people:before,
  section.science-of-technology:before,
  section.retail-ecosystem-sec:before,
  section.share-focus-section:before,
  section.Expertise-that-powered-section:before,
  section.Drive-perfect-section:before,
  section.experience-express-section:before,
  section.the-next-gen-section:before {
    display: block;
  }

  section.the-next-gen-section:before,
  section.share-focus-section:before,
  section.trusted-by-the-people:before {
    background-position: right;
    right: 0;
  }

  section.experience-express-section:before {
    top: 55%;
  }
}

@media (max-width: 360px) {
  section.experience-express-section ul.nav-tabs li a.nav-link.active .tab-active-img img {
    bottom: -2.35rem;
  }

  section.experience-express-section ul.nav-tabs li:nth-child(6) a.nav-link.active .tab-active-img img {
    bottom: -2.4rem;
  }
}

@media (max-width: 320px) {
  section.experience-express-section ul.nav-tabs li a.nav-link.active .tab-active-img img {
    bottom: -2.4rem;
  }

  section.experience-express-section ul.nav-tabs li:nth-child(6) a.nav-link.active .tab-active-img img {
    bottom: -2.5rem;
  }
}

.pgmain.pgstart section {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  margin: 0;
  background: #000;
  min-height: 40rem;
}

.pgmain.pgends section {
  height: 100%;
  width: 100%;
  overflow: visible;
  margin: 0;
  background: #000;
  min-height: 100%;
  display: block !important;
}

section.catalyzes-6dx-section .catalyzes-image-part {
  transition: 0.5s ease;
}

.catalyzes-6dx-section .catalyzes-image-part {
  opacity: 0.3;
}

.catalyzes-6dx-section.rotaes .catalyzes-image-part {
  width: 30%;
  margin: 0 auto;
  position: relative;
  right: -35%;
  transition: 0.5s ease;
  top: 2rem;
  opacity: 1;
}

.catalyzes-6dx-section.rotaes h2 {
  top: 4rem;
}

section.catalyzes-6dx-section.rotaes .content-part img {
  height: 8rem;
  width: 8rem;
  object-fit: contain;
  top: -6rem;
  left: 12rem;
}

section.catalyzes-6dx-section.rotaes .content-part {
  position: relative;
  left: 1rem;
  margin-top: -8rem;
}

section.catalyzes-6dx-section.rotaes {
  margin-top: 12rem;
}

.pgmain-ns {
  background-color: #333233;
}

.landing-page header {
  background-color: #333233;
  color: #fff;
}

.landing-page ul.mtree.transit a {
  color: #fff;
}

body {
  background-color: #333233;
}

html,
body {
  overflow-x: hidden;
}

section.trusted-by-the-people {
  background: #fff;
}

section.experience-express-section ul.nav-tabs li a.nav-link.active p {
  color: #333233;
  font-size: 1.6rem;
}

section.science-of-technology .sigle-box .image-sec {
  background-color: #eef1f2;
  padding-bottom: 4rem;
}

section.trusted-by-the-people .logo-item ul li:after {
  border-right: 0.2rem solid #ccc;
}

section.science-of-technology .sigle-box .technology-cnt img {
  opacity: 0;
}

section.share-focus-section .single-box img {
  width: 50%;
  margin: 0;
  height: 5rem;
  min-height: 100%;
  object-fit: contain;
  position: relative;
  right: 0;
  float: left;
}

section.share-focus-section .single-box img.heading2-text {
  width: 35%;
}

@media (max-width: 991px) {

  .catalyzes-6dx-section.rotaes .catalyzes-image-part,
  .catalyzes-6dx-section .catalyzes-image-part {
    width: 45%;
    top: 2rem;
    right: 0;
  }

  .catalyzes-6dx-section.rotaes h2 {
    top: 0rem;
  }

  section.catalyzes-6dx-section.rotaes .content-part img {
    top: -9rem;
    left: 0rem;
  }

  section.catalyzes-6dx-section.rotaes .content-part {
    left: 0;
    margin-top: 5rem;
  }

  section.catalyzes-6dx-section.rotaes {
    margin-top: 2rem;
  }

  section.experience-express-section ul.nav-tabs li a.nav-link.active p {
    font-size: 1.2rem;
  }

  section.experience-express-section ul.nav-tabs li p {
    font-size: 0.85rem;
  }

  section.retail-ecosystem-sec .explore-button a {
    font-size: 1rem;
  }

  section.retail-ecosystem-sec:before {
    top: 2rem;
  }
}

#bancubeonly {
  font-size: 54.5%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  width: 100%;
  top: 0;
  left: 0rem;
}

.banner-section-next #bancubeonly {
  top: 2rem;
}

#bancubeonly .main-heading {
  font-size: 3.5em;
  padding-bottom: 2em;
  width: 40em;
}

#bancubeonly .main {
  align-items: center;
  background: transparent;
  display: flex;
  flex-direction: row;
  height: 15vh;
  position: relative;
  width: 100%;
}

.banner-section-next #bancubeonly .main {
  height: 28vh;
}

.Unified-section #bancubeonly .main {
  height: 40vh;
}

.bann-cubewrap #bancubeonly .main {
  height: 45vh;
}

#bancubeonly .cube__section {
  align-items: center;
  display: flex;
  height: 5rem;
  justify-content: center;
  width: 100%;
}

#bancubeonly .cube {
  height: 20em;
  perspective: 60em;
  width: 20em;
}

#bancubeonly .cube__container {
  animation: rotationBox 20s linear infinite forwards;
  height: 100%;
  position: relative;
  transform: translateZ(-10em);
  transform-style: preserve-3d;
  width: 100%;
}

#bancubeonly .cube__face {
  align-items: center;
  background-color: transparent;
  display: flex;
  height: 20em;
  justify-content: center;
  overflow: hidden;
  position: absolute;
  width: 20em;
}

#bancubeonly .cube__face--front {
  transform: rotateY(0deg) translateZ(10em);
}

#bancubeonly .cube__face--back {
  transform: rotateY(180deg) translateZ(10em);
}

#bancubeonly .cube__face--left {
  transform: rotateY(-90deg) translateZ(10em);
}

#bancubeonly .cube__face--right {
  transform: rotateY(90deg) translateZ(10em);
}

.cube__face--top {
  transform: rotateX(90deg) translateZ(10em);
}

.cube__face--bottom {
  transform: rotateX(-90deg) translateZ(10em);
}

@media only screen and (max-width: 48em) {
  #bancubeonly .main-heading {
    width: 100%;
  }

  .cube__section {
    height: 100vh;
    width: 100%;
  }
}

#bancubeonly {
  cursor: default;
}

#bancubeonly .cube__face img {
  width: 100%;
}

@media only screen and (max-width: 22.5em) {
  #bancubeonly .cube__section {
    height: 60vh;
    width: 100%;
  }

  .cube {
    height: 15em;
    perspective: 60em;
    width: 15em;
  }

  .cube__container {
    transform: translateZ(-7.5em);
  }

  .cube__face {
    height: 15em;
    width: 15em;
  }

  .cube__face--front {
    transform: rotateY(0deg) translateZ(7.5em);
  }

  .cube__face--back {
    transform: rotateY(180deg) translateZ(7.5em);
  }

  .cube__face--left {
    transform: rotateY(-90deg) translateZ(7.5em);
  }

  .cube__face--right {
    transform: rotateY(90deg) translateZ(7.5em);
  }
}

@keyframes rotationBox {
  0% {
    transform: rotate3d(0, 0, 0, 0deg);
  }

  25% {
    transform: rotate3d(0, 1, 1, 90deg);
  }

  50% {
    transform: rotate3d(1, 0, 1, 180deg);
  }

  75% {
    transform: rotate3d(1, 1, 0, 240deg);
  }

  100% {
    transform: rotate3d(1, 1, 1, 360deg);
  }
}

.about-banner-in-6dx #bancubeonly {
  top: 3.55rem;
}

section.Unified-section:before {
  background-position: right;
  width: 100%;
}

.six-dx-request-demo-banner-section:before,
.manson-sec:before,
.bg-shade-icon:before,
.product-template-i6dx .experience-fast-section:before {
  content: "";
  background-image: url(../images/box-shade-in-experience-section.png);
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 12rem;
}

.manson-sec:before,
.delve-into-section.bg-shade-icon:before {
  background-position: left;
}

.bg-shade-icon:before {
  background-position: right;
  right: 0;
}

@media (max-width: 1024px) {
  section.banner-section-next .home-banner-line img {
    display: none;
  }

  .Unified-section #bancubeonly .main,
  .banner-section-next #bancubeonly .main {
    height: 15vh;
  }

  .bann-cubewrap #bancubeonly .main {
    height: 18vh;
  }

  .about-banner-in-6dx #bancubeonly {
    top: 4.55rem;
  }

  #bancubeonly {
    font-size: 50.5%;
  }
}

@media (max-width: 991px) {
  section.banner-section-next .home-bannner-text span.introducing-6dx {
    font-size: 1.2rem;
    width: 12rem;
  }

  #bancubeonly {
    font-size: 40.5%;
  }

  .banner-section-next #bancubeonly {
    top: 1.6rem;
  }

  .about-banner-in-6dx #bancubeonly {
    top: 0 !important;
    font-size: 65.5%;
  }

  .manson-sec:before,
  .delve-into-section.bg-shade-icon:before {
    background-position: right;
  }
}

@media (max-width: 767px) {
  #bancubeonly .main {
    height: 30vh;
  }

  #bancubeonly {
    font-size: 46.5%;
    padding-top: 3.5rem;
    top: 4rem;
  }

  .about-banner-in-6dx #bancubeonly {
    font-size: 55.5%;
  }

  section.Unified-section #bancubeonly {
    top: -5rem;
  }
}