@font-face {
  font-family: "latomedium";
  src:
    url("../fonts/museosans_500-webfont.woff2") format("woff2"),
    url("../fonts/museosans_500-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "latobold";
  src:
    url("museosans_700-webfont.woff2") format("woff2"),
    url("museosans_700-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "latoregular";
  src:
    url("lato-regular-webfont.woff2") format("woff2"),
    url("lato-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ITC Franklin Gothic Std";
  src:
    url("itc_franklin_gothic_std_medium-webfont.woff2") format("woff2"),
    url("itc_franklin_gothic_std_medium-webfont.woff") format("woff");

  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "latomedium";
  src:
    url("museosans_500-webfont.woff2") format("woff2"),
    url("museosans_500-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "latobold";
  src:
    url("museosans_700-webfont.woff2") format("woff2"),
    url("museosans_700-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "latoregular";
  src:
    url("museosans-300-webfont.woff2") format("woff2"),
    url("museosans-300-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "robotoblack";
  src:
    url("roboto-black-webfont.woff2") format("woff2"),
    url("roboto-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "robotobold";
  src:
    url("roboto-bold-webfont.woff2") format("woff2"),
    url("roboto-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "robotoregular";
  src:
    url("roboto-regular-webfont.woff2") format("woff2"),
    url("roboto-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  color: #191819;
  font-family: "latoregular", Arial, Helvetica, sans-serif;
  margin: 0 auto;
  font-size: 18px;
  margin-top: 80px;
}

.wrapper-container {
  max-width: 1411px;
  padding: 50px 98px;
}

h5 {
  font-size: 1.5rem;
}

/*******navbar css start*****/
.navbar {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  top: 0;
  z-index: 999;
  background-color: #ffffff;
  padding: 0 !important;
  position: sticky !important;
  top: 0;
  width: 100%;

  .fc-advancedSearch-event {
    opacity: 0.4;
    pointer-events: none;
    width: 100%;
  }

  .advancedSearch-event {
    width: 100%;
  }

  .button {
    background: transparent;
    text-align: center;
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 0.5rem 0.5rem;
    height: 100%;
  }

  .nav-warpper {
    width: 100%;
  }
}

.navbar-container {
  display: flex;
  justify-content: space-between;
  height: 81px;
  width: 100%;
  max-width: 1438px;
  margin: 0 auto;
  padding: 0 10px;
  align-items: center;

  &.public-navbar {
    padding: 0 20px;
    background-color: #f4fafd;
  }
}

.right-menu {
  margin-bottom: 0;
  display: flex;
  height: 100%;
  align-items: center;

  .contact-us-icon {
    margin: 0 1.2rem 0 1rem;
    width: 27px !important;

    button {
      width: auto !important;
      background-color: transparent !important;
    }

    img {
      max-width: 30px;
      width: 100%;
    }

    @media (max-width: 767px) {
      margin-right: 6px;

      img {
        max-width: 24px;
      }
    }
  }

  .down-arrow-icon-mobile {
    display: none;
  }

  .nav-link {
    display: flex;
    text-transform: capitalize;
    padding: 0.5rem 0.5rem !important;
    width: max-content;
    position: relative;

    button {
      padding: 0;
      font-family: "latoregular" !important;
      border: none;
    }

    p.notification {
      position: absolute;
      right: -5px;
      top: 18px;
      font-size: 10px;
      background: #3fb144;
      border-radius: 50%;
      padding: 2px;
      height: 22px;
      width: 22px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0;
      color: #fff;
      font-weight: bold;
    }
  }
}

.navbar-logo {
  cursor: pointer;
  max-width: 255px;

  img {
    max-width: 100%;
  }

  @media (max-width: 480px) {
    img {
      max-width: 151px;
    }
  }
}

.navbar-icon {
  margin-right: 0.5rem;
}

.event {
  .event-li {
    pointer-events: none;
    opacity: 0.4;
  }

  .drop-event {
    .dropdown-menu1 {
      li:nth-child(1),
      li:nth-child(2),
      li:nth-child(3),
      li:nth-child(4),
      li:nth-child(8) {
        pointer-events: none;
        opacity: 0.4;
      }
    }
  }
}

.new-header {
  width: 100%;
  justify-content: space-between !important;
}

.nav-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  text-align: center;
  justify-content: end;
  margin-bottom: 0;
  height: 100%;
  margin-left: 30px;
  margin-right: 30px;
}

.nav-item {
  border-bottom: 2px solid transparent;
  text-transform: uppercase;
  height: 100%;
  position: relative;
  transition: all 0.3s ease-in-out;

  .sub-menu-box.open {
    height: 140px;
    border: 1px solid #e3f1fb;
    box-shadow: 0px 10px 11px 0px #23335463;

    &.about {
      height: 140px;
    }
  }

  .drop-menu {
    &::after {
      display: inline-block;
      margin-left: 0.5em;
      vertical-align: 0.255em;
      content: "";
      border-top: 0.4em solid;
      border-right: 0.4em solid transparent;
      border-bottom: 0;
      border-left: 0.4em solid transparent;

      @media (max-width: 767px) {
        display: none;
      }
    }
  }

  .sub-menu-box {
    position: absolute;
    background-color: #fff;
    padding: 0 0;
    text-align: left;
    top: 66px;
    left: 0;
    overflow: hidden;
    box-sizing: border-box;
    transition: height 0.3s ease-in-out;
    transition-delay: 0.1s;
    height: 0;
    width: 200px;
    margin: 15px 0;
    z-index: 3;

    @media (max-width: 1023px) {
      z-index: 1;
      top: 34px;
      width: 100%;
    }

    &:hover {
      overflow: visible;
    }

    li {
      font-size: 12px;
      color: #0a5587;
      padding: 12px 14px;
      margin: 0 0 4px;

      a:hover {
        color: #ed1c24;
      }
    }

    .submenu {
      position: relative;

      &:hover {
        background: #e3f1fb;

        .inner-sub-menu {
          display: block;
        }
      }

      a {
        display: flex;
        justify-content: space-between;
      }

      .drop-menu {
        &::after {
          display: inline-block;
          margin-left: 0.5em;
          vertical-align: 0.255em;
          content: "";
          border-top: 0.4em solid;
          border-right: 0.4em solid transparent;
          border-bottom: 0;
          border-left: 0.4em solid transparent;
          transform: rotate(-90deg);

          @media (max-width: 767px) {
            display: none;
          }
        }
      }
    }

    .inner-sub-menu {
      position: absolute;
      background-color: #fff;
      padding: 0 14px;
      text-align: left;
      border: 1px solid #e3f1fb;
      left: 100%;
      width: 164px;
      top: 0px;
      display: none;
      box-shadow: 0px 10px 11px 0px #23335463;

      @media (max-width: 1023px) {
        left: 0;
        width: 164px;
        top: 40px;
        z-index: 9;
      }
    }
  }

  .sidebar-pallets {
    display: none;
  }

  button {
    color: #0a5587;
    letter-spacing: 0.58px;
    font-size: 14px;
    font-family: "latoregular";
  }

  .userPic {
    margin-right: 10px;
  }

  .user-name {
    p {
      margin: 0;
      line-height: 16px;
    }
  }
}

.on-mobile {
  display: none;

  svg {
    width: 14px;
    color: #0a5587;
  }

  @media (max-width: 1023px) {
    position: absolute;
    top: 0;
    right: 0;
    background: #e3f1fba3;
    bottom: 0;
    display: flex;
    align-items: center;
    width: 45px;
    justify-content: center;
  }
}

.nav-link {
  color: #0a5587;
  display: flex !important;
  align-items: center;
  text-decoration: none;
  padding: 0.5rem 15px !important;
  height: 100%;
  font-size: 14px;
  text-align: left;
  font-family: "latoregular";
  line-height: 18px;
  text-transform: uppercase;
  border-bottom: 4px solid transparent;
  justify-content: space-between;
  white-space: nowrap;
}

&.active {
  color: #70ac08;
  border-bottom: 4px solid #70ac08;
}

.notificationCountReqOrderStyle {
  position: absolute;
  right: 8px;
  top: 9px;
  font-size: 10px;
  background: rgb(63, 177, 68);
  border-radius: 50%;
  padding: 2px;
  height: 25px;
  width: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px;
  color: rgb(255, 255, 255);
  font-weight: bold;
}

@media (max-width: 1250px) {
  .notificationCountReqOrderStyle {
    top: 0px;
    left: 80px;
  }

  .TMUQs {
    max-width: 100%;
    min-width: 305px;
  }
}

.notificationCountOrderChatStyle {
  position: absolute;
  right: -5px;
  top: 9px;
  font-size: 10px;
  background: rgb(63, 177, 68);
  border-radius: 50%;
  padding: 2px;
  height: 25px;
  width: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px;
  color: rgb(255, 255, 255);
  font-weight: bold;
}

@media (max-width: 1250px) {
  .notificationCountOrderChatStyle {
    top: 0px;
    left: 97px;
  }
}

.searchInventory {
  border-radius: 50px;
  background: linear-gradient(180deg, #61b01f, #27911b);
  height: 50px;
  border-bottom: 0;
  margin-left: 65px;
  margin-right: 0px;

  .nav-link {
    color: #fff;
    font-size: 11px !important;
    white-space: nowrap;
  }

  .nav-link:hover {
    color: #fff !important;
  }
}

.nav-link:hover {
  color: #70ac08;
  border-bottom: 4px solid #70ac08;
}

.fa-bars {
  color: #fff;
}

.menu-icon {
  display: none;
}

.mobile-view {
  display: none;
}

.web-view-menu {
  display: block;
}

.mobile-menu {
  display: none;
}

.subscription-promo-text {
  display: block;
  font-size: 13px !important;
  font-weight: bold;
  padding-left: 15px;
}

@media screen and (max-width: 1250px) {
  .searchInventory {
    border-radius: 0;
    background: none;
    margin: 0px;

    border-bottom: none;

    .nav-link {
      color: #70ac08;
      font-size: 12px !important;
      white-space: nowrap;
    }

    .nav-link:hover {
      color: #70ac08 !important;
    }
  }

  .mobile-menu {
    display: block;
  }

  .header-logo {
    width: 151px;
    height: 28px;
  }

  .web-view-menu {
    display: none;
  }

  .subscription-promo-text {
    position: absolute;
    bottom: -2px;
    z-index: 5;
    right: 0;
    left: 0;
    text-align: center;
    font-size: 11px !important;
    padding-left: 0px;
    padding-right: 0px;

    br {
      display: none;
    }
  }

  .navbar-container {
    padding: 0 15px;
  }

  .mobile-view {
    box-shadow: none;
    display: block;

    .user-name {
      font-size: 18px !important;

      p {
        text-align: center;
      }
    }
  }

  .right-menu {
    position: absolute;
    right: 0;
    height: auto;

    .down-arrow-icon-mobile {
      display: inline-flex;
    }

    .web-view {
      .userPic {
        margin: 0;
      }

      .user-id {
        display: none;
      }
    }

    .nav-link {
      padding: 0.5rem 0.5rem !important;
    }

    li {
      a {
        display: flex;

        img {
          width: 20px;
        }
      }
    }
  }

  .NavbarItems {
    position: relative;
  }

  .nav-menu {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: calc(100vh - 72px);
    position: absolute;
    top: 72px;
    left: -100%;
    opacity: 1;
    transition: all 0.5s ease;
    padding: 0;
    margin: 0;
    overflow: auto;
  }

  .nav-menu.active {
    background: #ffffff;
    left: 0;
    opacity: 1;
    transition: all 0.6s ease;
    z-index: 2;
    display: flow-root;

    .nav-item {
      box-shadow: 0 1px 6px 0 #00000029;
      margin-top: 8px;
    }
  }

  .nav-link {
    text-align: left;
    padding: 18px !important;
    width: 100%;
    display: table;
    font-size: 17px;
    line-height: 21px;
    text-transform: capitalize;
    font-family: "latobold";
    color: #0a5587;
  }

  .nav-item:hover {
    border-color: transparent;
  }

  .nav-item {
    width: 100%;
    height: 50px;

    .user-name {
      font-size: 12px;
      align-items: end;
    }

    .sidebar-pallets {
      display: block;
      padding: 0 15px;
      position: unset;

      .detail-section .pallets-link {
        height: 56px;

        > div {
          display: flex;
          align-items: center;
          justify-content: space-between;
          flex-direction: row-reverse;
        }

        p {
          text-align: left;
          font-size: 15px;
          line-height: 21px;
          text-transform: capitalize;
          font-family: "latobold";
        }
      }
    }
  }

  .navbar-logo {
    cursor: pointer;
    position: absolute;
    left: 48px;
    max-width: 220px;
  }

  .menu-icon {
    display: flex;
    cursor: pointer;
    margin-right: 10px;

    svg {
      color: #2d5d7c !important;
    }
  }

  .fa-times {
    color: #fff;
    font-size: 2rem;
  }

  .nav-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 120px;
  }
}

.contact-us-text {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  color: #0a5587;
  text-transform: uppercase;
  margin-left: 0.3rem;
}

.flex-menu {
  display: flex;
  align-items: center;
  gap: 10px;
}

.guest-header .navbar .nav-link {
  border: none;
  font-size: 12px;
  text-transform: uppercase;
}

.guest-header .navbar .right-menu .sign-up-btn button {
  background-color: #0e5789;
  color: #fff;
  height: 37px;
  width: 132px !important;
  text-transform: uppercase;
  border: none;
  justify-content: center;
}

.guest-header .navbar .right-menu .nav-link button {
  font-size: 12px;
  margin-top: 0;
}

.right-menu .nav-link {
  padding: 0.5rem 0.5rem !important;
  width: max-content;
  position: relative;
}

.guest-header .navbar .right-menu .sign-up-btn .nav-link {
  padding: 0 !important;
}

.nav-warpper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.wrapper-container p {
  font-size: 18px;
  text-align: justify;
  margin: 8px 0;
  word-spacing: -0.1px;
}

.guest-header .navbar {
  background-color: #f4fafd;
}

li.nav-item.viewBtn button {
  width: initial;
}

/*******navbar css end*******/
.fcontainer {
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px clamp(20px, 3.194vw, 46px);
  background-color: #233354;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  -webkit-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  color: #ffffff;

  h4 {
    font-size: 16px;
    margin-bottom: 20px;
  }

  li {
    font-size: 12px;
    line-height: 30px;

    a {
      color: #ffffff;
      text-decoration: none;
    }
  }
}

.last-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.social-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.nav-item .sub-menu-box li a {
  text-decoration: none;
}

.nav-item .sub-menu-box li a:hover {
  color: #ed1c24;
}

.nav-item .sub-menu-box .submenu a {
  display: flex;
  justify-content: space-between;
  color: #0a5587;
}

.subscription-promo-text {
  display: block;
  font-size: 13px !important;
  font-weight: bold;
  padding-left: 15px;
}

.guest-header .navbar .right-menu {
  position: unset;
}

.wrapperheader.app-container.guest-header {
  position: fixed;
  top: 0;
  width: 100%;
  background: white;
  z-index: 1000;
}

a.navbar-logo.active:focus-visible {
  outline: none;
}

.footerpart.fcontainer h4 {
  text-align: left;
}

@media (max-width: 767px) {
  .fcontainer {
    grid-template-columns: 1fr;
  }

  .last-box {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .guest-header .navbar .right-menu .nav-link button {
    font-size: 10px;
  }
}

@media screen and (max-width: 1250px) {
  .wrapper-container {
    padding: 15px;
  }

  .subscription-promo-text {
    position: absolute;
    bottom: 6px;
    z-index: 5;
    right: 0;
    left: 0;
    text-align: center;
    font-size: 11px !important;
    padding-left: 0px;
    padding-right: 0px;
  }

  .nav-menu {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: calc(100vh - 72px);
    position: absolute;
    top: 72px;
    left: -100%;
    opacity: 1;
    transition: all 0.5s ease;
    padding: 0;
    margin: 0;
    overflow: auto;
  }

  .navbar-logo {
    cursor: pointer;
    position: absolute;
    left: 48px;
    max-width: 220px;
  }

  .menu-icon {
    display: flex;
    cursor: pointer;
    margin-right: 10px;
  }

  .navbar-container {
    padding: 0 15px;
  }

  .menu-icon {
    display: flex;
    cursor: pointer;
    margin-right: 10px;
  }

  .right-menu {
    position: absolute;
    right: 0;
    height: auto;
  }

  .nav-item {
    width: 100%;
    height: 50px;
  }

  .web-view-menu {
    display: none;
  }
}

/*******footer css end here*****/
.our_expertise {
  background-color: #e3f1fb;
  width: 100%;
  background-repeat: repeat;
  background-position: right;
  margin: 4vw 0;

  .expertise_overlay {
    background: linear-gradient(109deg, #ee0000bf 50%, transparent 50%);
    height: 700px;
    color: #ffffff;
    padding: 16px;
    padding-left: 6.25vw;
    padding-right: 6.25vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    .digital_supplier_img {
      img {
        max-width: 410px;

        @media (max-width: 1023px) {
          max-width: 250px;
        }
      }
    }

    .max-w {
      max-width: 370px;

      @media (max-width: 1023px) {
        max-width: 264px;
      }

      @media (max-width: 767px) {
        margin-top: 18px;
      }
    }

    .grid {
      display: grid;

      button {
        background-color: #ffffff;
        color: #ee0000;
        width: 270px;
      }
    }
  }

  @media (max-width: 1024px) {
    .expertise_overlay {
      height: 400px;
    }
  }

  @media (max-width: 767px) {
    background-size: cover;

    .expertise_overlay {
      background: linear-gradient(180deg, #ee0000c4 43%, #e3f1fb 34%);
      height: 430px;
      flex-direction: column;

      h2 {
        font-size: 20px;
      }

      p {
        font-size: 14px;
      }

      .digital_supplier_img {
        img {
          max-width: 290px;
        }
      }
    }
  }
}

.simplify_process {
  /* padding: 0 0 min(2.45vw, 35px) 0; */
  margin-top: 4vw;
  background-color: #e9ecec;

  .box-3-wrp {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;

    @media (max-width: 1024px) {
      gap: 1rem;

      button {
        width: 184px;
      }
    }

    @media (max-width: 767px) {
      grid-template-columns: 1fr;
      gap: 1rem;
      padding: 0 16px;
    }

    .box-info {
      background-color: #e3f1fb;

      li {
        list-style: disc;
        margin-left: 16px;
      }
    }
  }

  .simplify_process_titel {
    padding: 4rem;

    h2 {
      text-align: center;
      color: #233354;
    }
  }

  .img-bg {
    background-color: #233354;
    padding: 26px;
    display: flex;
    justify-content: center;
    min-height: 206px;
  }

  .text-bg {
    background-color: #e3f1fb;
    color: #233354;
    display: grid;
    place-items: center;
    text-align: center;

    ul {
      text-align: left;
    }

    h4 {
      margin-bottom: 25px;
    }
  }

  .item-center-box {
    display: flex;
    justify-content: center;
    background-color: #ffffff;
    padding-bottom: min(2.45vw, 35px);
  }

  @media (max-width: 1024px) {
    .img-bg {
      padding: 16px;
      min-height: 110px;

      img {
        max-width: 80px;
      }
    }
  }

  @media (max-width: 767px) {
    .simplify_process_titel {
      padding: 22px 12px;

      h2 {
        font-size: 16px;
      }
    }

    .img-bg {
      padding: 16px;
      min-height: 100px;

      img {
        max-width: 80px;
      }
    }
  }
}

button {
  background-color: #233354;
  font-weight: 400;
  color: rgb(255, 255, 255);
  border: none;
  margin-top: min(1.75vw, 25px);
  font-size: 14px;
  padding: 8px 20px;
  width: 250px;
}

button {
  font-weight: 400;
  border: none;
  margin-top: min(1.75vw, 25px);
  font-size: 14px;
  padding: 8px 20px;
  width: 250px;
}

.Procurement_Solutions {
  .hedding-wrp {
    display: grid;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 4vw;

    h2 {
      text-align: center;
      color: #233354;
      margin-bottom: 1.389vw;
    }

    p {
      max-width: 610px;
    }
  }

  .Solutions_box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 4vw;

    @media (max-width: 767px) {
      grid-template-columns: 1fr;
    }

    .gry-bg {
      background-color: #efefef;
      padding: max(2.083vw, 25px);
      display: grid;
      place-items: center;
      min-height: 350px;

      @media (max-width: 767px) {
        min-height: auto;
      }

      img {
        max-width: 350px;

        @media (max-width: 767px) {
          max-width: 250px;
        }
      }
    }

    .blue-bg {
      background-color: #233354;
      color: #ffffff;
      padding: max(2.083vw, 25px);
      display: grid;
      place-content: center;
      text-align: left;
    }

    p {
      max-width: 490px;
    }

    button {
      width: 265px;
    }

    &.mid-part {
      .gry-bg {
        @media (max-width: 767px) {
          grid-row-end: none;
        }
      }
    }
  }

  @media (max-width: 1024px) {
    h4 {
      font-size: 1.5rem;
    }
  }
}

.search_marketplace {
  padding: 5vw 16px;
  display: grid;
  justify-content: center;
  text-align: center;

  .flex {
    gap: 3vw;
    display: flex;
    margin-top: 30px;

    button {
      background-color: #233354;
      color: rgb(255, 255, 255);
    }

    @media (max-width: 1023px) {
      button {
        width: 215px;
      }
    }
  }
}

@media (max-width: 1024px) {
  h2 {
    font-size: 1.7rem;
  }

  h4 {
    font-size: 1rem;
  }

  li {
    font-size: 14px;
  }

  p {
    font-size: 14px;
  }
}

.quote {
  position: absolute;
  z-index: 99;
  bottom: 28px;
  right: 0;

  button {
    background-color: #ff0000c7;
    color: #fff;
    border: none;
    padding: 12px;
    font-size: 16px;
    width: 155px;
    margin-top: min(1.75vw, 25px);
  }
}

.banner-text {
  margin-left: 6.25vw;
  color: #ffffff;
  background: #00000047;
  padding: 40px;

  p {
    width: 235px;
  }

  h2 {
    font-weight: 500;
    /* &.mb-4 {
        margin-bottom: 4px !important;
      } */
  }
}

@media (max-width: 1024px) {
  .quote {
    bottom: 118px;

    button {
      padding: 8px;
      font-size: 14px;
      width: 155px;
    }
  }
}

@media (max-width: 767px) {
  .banner-text {
    margin-left: -16px;
    padding: 16px;

    p {
      font-size: 14px;
      width: 100%;
      margin-top: -8px;
    }

    h2 {
      font-size: 20px;
    }
  }

  .quote {
    bottom: 118px;

    button {
      padding: 4px;
      font-size: 11px;
      width: 132px;
    }
  }
}

.kPWwDf {
  background-image: url(/static/media/Buyer_Image.d8f46e0a.jpg);
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  padding: 16px;
  height: 550px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bhmSpu .our_expertise {
  background-color: #e3f1fb;
  width: 100%;
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
  margin: 4vw 0;
  background-image: url(/static/media/Buyer_Puzzle.4b4fdf9e.jpg);
}

.dMUJud .simplify_process .simplify_process_titel h2 {
  text-align: center;
  color: #233354;
}

.dMUJud .simplify_process .simplify_process_titel {
  padding: 1.2rem;
}

.bhmSpu h2 {
  font-size: 2.45rem;
  font-weight: 600;
}

.dMUJud .simplify_process .text-bg h4 {
  font-size: 32px;
  margin-bottom: 25px;
  background-color: #233354;
  color: #ffffff;
  padding: 20px 16px 16px 16px;
}

.dVRlfA {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}

.dMUJud .simplify_process .text-bg ul {
  text-align: left;
  margin-bottom: 0;
  padding: 20px 16px 16px 16px !important;
  color: #0e5789;
  min-height: 345px;
}

.dMUJud .simplify_process .text-bg {
  background-color: #f4fafd;
  display: grid;
  place-items: center;
  text-align: center;
  padding-bottom: 19px;
}

.dMUJud .simplify_process .box-3-wrp .box-info li {
  margin-left: 44px;
  font-size: 19px;
  padding-bottom: 22px;
}

.dMUJud .simplify_process ul {
  position: relative;
}

.dMUJud .simplify_process ul li:before {
  content: "✓";
  position: absolute;
  left: 24px;
}

.dMUJud .simplify_process ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.dMUJud .simplify_process ul li::marker {
  content: "";
}

.box-info button a {
  color: #ffffff;
  text-decoration: none;
}

.bhmSpu .our_expertise .expertise_overlay.operation {
  background: linear-gradient(109deg, #b40001e0 50%, transparent 50%);
}

.bhmSpu .our_expertise .expertise_overlay .max-w {
  max-width: 461px;
  text-align: left;
}

.bhmSpu .our_expertise .expertise_overlay p {
  margin-top: 42px;
}

.bhmSpu p {
  font-size: 1.5rem;
}

.bhmSpu .our_expertise .Homepage {
  background-color: #ffffff;
  color: #ee0000;
  width: 270px;
  font-weight: 600;
}

.bhmSpu .Procurement_Solutions .hedding-wrp h2 {
  text-align: center;
  color: #233354;
  margin-bottom: 0;
}

.bhmSpu .Procurement_Solutions .hedding-wrp {
  display: grid;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin-top: 4vw;
  margin-bottom: 21px;
}

.bhmSpu .Procurement_Solutions .hedding-wrp p {
  max-width: 946px;
  text-align: center;
  margin-bottom: 0px;
}

.bhmSpu .Procurement_Solutions .Solutions_box .gry-bg {
  background-color: #efefef;
  padding: max(2.083vw, 25px);
  display: grid;
  place-items: center;
  min-height: 480px;
}

.bhmSpu .Procurement_Solutions .Solutions_box .gry-bg img {
  max-width: 500px;
}

.bhmSpu .Procurement_Solutions .Solutions_box .manage {
  font-weight: 700;
  font-size: 41px !important;
}

.bhmSpu .Procurement_Solutions .Solutions_box .blue-bg h4 {
  font-size: 34px;
}

.bhmSpu .Procurement_Solutions .Solutions_box p {
  max-width: 490px;
  margin-top: 40px;
}

.bhmSpu .Procurement_Solutions .Solutions_box button {
  width: 265px;
  font-weight: 600;
  background: #efefef;
}

.bhmSpu .Procurement_Solutions .Solutions_box button a {
  color: #191819;
  text-decoration: none;
}

.gkHAYc {
  gap: 3vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.kPWwDf .banner-text p {
  width: 444px;
  font-size: 1.5rem;
}

.kPWwDf .quote {
  position: fixed;
  z-index: 99;
  top: 318px;
  right: -2px;
  height: fit-content;
}

@media (min-width: 1441px) {
  .kPWwDf .quote {
    margin-right: calc(50vw - 726px);
  }
}

.text-down,
.textdown {
  opacity: 0;
  transform: translateY(-40px);
  transition: all 0.6s ease;
}

.text-down.show,
.textdown.show {
  opacity: 1;
  transform: translateY(0);
}

.buyerpart .textdown:nth-child(1) {
  transition-delay: 0.2s;
}

.buyerpart .textdown:nth-child(2) {
  transition-delay: 0.6s;
}

.buyerpart .textdown:nth-child(3) {
  transition-delay: 0.9s;
}

.numberpart .text-down:nth-child(1),
.numberpart .text-down:nth-child(2),
.numberpart .text-down:nth-child(3) {
  transition-delay: 0.2s;
}

.numberpart .text-down:nth-child(4),
.numberpart .text-down:nth-child(5),
.numberpart .text-down:nth-child(6) {
  transition-delay: 0.6s;
}

.numberpart .text-down:nth-child(7),
.numberpart .text-down:nth-child(8),
.numberpart .text-down:nth-child(9) {
  transition-delay: 0.9s;
}

.text-right {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.8s ease;
}

.text-right.show {
  opacity: 1;
  transform: translateX(0);
}

.text-downone {
  opacity: 0;
  transform: translateY(-40px);
  transition: all 0.8s ease;
}

.text-downone.show {
  opacity: 1;
  transform: translateY(0);
}

.text-downtwo {
  opacity: 0;
  transform: translateY(-40px);
  transition: all 0.8s ease;
}

.text-downtwo.show {
  opacity: 1;
  transform: translateY(0);
}

.text-up {
  position: relative;
  animation: moveUp 1s ease-out;
}

@keyframes moveUp {
  from {
    transform: translateY(100px);
    /* start below */
    opacity: 0;
  }

  to {
    transform: translateY(0);
    /* end at normal position */
    opacity: 1;
  }
}

.text-upb {
  opacity: 0;
  transform: translateY(40px);
  /* start below */
  transition: all 0.8s ease;
}

.text-upb.show {
  opacity: 1;
  transform: translateY(0);
  /* move to normal position */
}

.text-upc {
  opacity: 0;
  transform: translateY(40px);
  /* start below */
  transition: all 0.8s ease;
}

.text-upc.show {
  opacity: 1;
  transform: translateY(0);
  /* move to normal position */
}

.text-upd {
  opacity: 0;
  transform: translateY(40px);
  /* start below */
  transition: all 0.8s ease;
}

.text-upd.show {
  opacity: 1;
  transform: translateY(0);
  /* move to normal position */
}

.text-upe {
  opacity: 0;
  transform: translateY(40px);
  /* start below */
  transition: all 0.8s ease;
}

.text-upe.show {
  opacity: 1;
  transform: translateY(0);
  /* move to normal position */
}

.text-upf {
  opacity: 0;
  transform: translateY(40px);
  /* start below */
  transition: all 0.8s ease;
}

.text-upf.show {
  opacity: 1;
  transform: translateY(0);
  /* move to normal position */
}

.text-upg {
  opacity: 0;
  transform: translateY(40px);
  /* start below */
  transition: all 0.8s ease;
}

.text-upg.show {
  opacity: 1;
  transform: translateY(0);
  /* move to normal position */
}

.text-uph {
  opacity: 0;
  transform: translateY(40px);
  /* start below */
  transition: all 0.8s ease;
}

.text-uph.show {
  opacity: 1;
  transform: translateY(0);
  /* move to normal position */
}

.text-upj {
  opacity: 0;
  transform: translateY(40px);
  /* start below */
  transition: all 0.8s ease;
}

.text-upj.show {
  opacity: 1;
  transform: translateY(0);
  /* move to normal position */
}

.text-upi {
  opacity: 0;
  transform: translateY(40px);
  /* start below */
  transition: all 0.8s ease;
}

.text-upi.show {
  opacity: 1;
  transform: translateY(0);
  /* move to normal position */
}

.text-upl {
  opacity: 0;
  transform: translateY(40px);
  /* start below */
  transition: all 0.8s ease;
}

.text-upl.show {
  opacity: 1;
  transform: translateY(0);
  /* move to normal position */
}

.bhmSpu .search_marketplace h2 {
  color: #233354;
}

@media (max-width: 767px) {
  .bhmSpu .our_expertise .expertise_overlay {
    background: linear-gradient(180deg, #ee0000c4 102%, #e3f1fb 102%);
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 300px;
  }

  .bhmSpu .our_expertise .expertise_overlay.operation {
    background: linear-gradient(180deg, #ee0000c4 102%, #e3f1fb 102%);
  }

  .bhmSpu .our_expertise {
    background-size: cover;
    margin: 5.5vw 3.5vw !important;
    width: auto;
  }

  .bhmSpu .Procurement_Solutions .hedding-wrp h2 {
    font-size: 1.8rem !important;
  }

  .bhmSpu p {
    font-size: 14px;
  }

  .bhmSpu .Procurement_Solutions .Solutions_box {
    grid-template-columns: 1fr;
    margin: 5.5vw 3.5vw;
    width: auto !important;
  }

  .bhmSpu .Procurement_Solutions .Solutions_box .gry-bg {
    min-height: auto;
    padding: max(1.083vw, 15px);
  }

  .bhmSpu .Procurement_Solutions .Solutions_box .manage {
    font-size: 32px !important;
  }

  .bhmSpu h4 {
    font-size: 32px !important;
  }

  .bhmSpu .Procurement_Solutions .Solutions_box p {
    padding-top: 0px;
    margin-top: 19px;
  }

  .bhmSpu .search_marketplace h2 {
    font-size: 1.7rem !important;
    display: contents;
  }

  .bhmSpu .search_marketplace {
    padding: 7vw 16px;
  }

  .bhmSpu .search_marketplace .experience {
    margin-top: 6px;
  }

  .gkHAYc {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bhmSpu .search_marketplace h2 {
    font-size: 1.7rem !important;
    display: contents;
  }

  .kPWwDf .banner-text {
    margin-left: -9px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 28px;
    height: 410px;
  }

  .kPWwDf .banner-text h2 {
    font-size: 2rem !important;
  }

  .kPWwDf .banner-text p {
    font-size: 22px;
    width: 100%;
    margin-top: -5px;
    text-align: left;
  }

  .quote {
    bottom: 118px;
  }

  .kPWwDf {
    background-size: cover;
    height: 410px;
    padding: 0;
  }
}

.dxgUrs .the_experience img {
  max-width: 105%;
}

@media (max-width: 1024px) {
  .bhmSpu .Procurement_Solutions .Solutions_box .gry-bg img {
    max-width: 331px;
  }

  .dxgUrs h2 {
    font-size: 1.7rem;
  }

  .dxgUrs .our_expertise .expertise_overlay .digital_supplier_img img {
    max-width: 250px;
  }

  .dxgUrs .our_expertise .expertise_overlay {
    height: 400px;
  }

  .bVfhNL .banner-text {
    width: 459px;
  }

  .bVfhNL .quote {
    bottom: 118px;
  }

  .bVfhNL {
    height: 345px;
  }
}

.footerpart.fcontainer li {
  list-style: none;
}

.footerpart.fcontainer ul {
  padding-left: 0;
}

/*******modal css start*****/
.gbRmSu .text-header {
  width: 95%;
  display: block;
}

.gbRmSu img {
  height: 17px;
  width: 17px;
  margin-bottom: 2px;
  cursor: pointer;
}

.gbRmSu h6 {
  font-size: 18px;
  font-weight: bold;
}

.app-input-text input.error {
  border: 1px solid #ef5657 !important;
}

.app-input-text {
  margin-bottom: 25px;
  position: relative;
}

.gbRmSu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 25px 30px 25px;
  background: #00000005;
  -webkit-align-items: end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

.cVsOsL {
  padding: 0px 25px 10px 25px;
}

.app-input-text {
  margin-bottom: 24px;

  input {
    border-radius: 5px;
    border: solid 1px #87cdf1;
    width: 100%;
  }
}

.app-input-text input {
  height: 37px;
  border-radius: 5px;
  border: solid 1px #87cdf1;
  width: 100%;
  background: #ffffff;
  padding: 6px 14px;
  color: #191819;
}

.cVsOsL .mandatorystar {
  color: #a30202;
}

.cVsOsL p {
  margin: 8px 0;
  font-size: 16px;
}

.radio-container {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px !important;
  -webkit-user-select: none;
  user-select: none;
  color: inherit;
}

.cVsOsL .radio-container {
  padding-top: 2px;
}

.radioField {
  display: inline-block;
}

.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.radio-checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #87cdf1;
}

.radio-container input:checked ~ .radio-checkmark {
  background-color: transparent;
}

.radio-container .radio-checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #87cdf1;
}

.radio-container input:checked ~ .radio-checkmark:after {
  display: block;
}

.custom-date-piker > .file-input-wrapper {
  width: 100%;
}

.custom-date-piker input[type="text"],
.custom-date-piker input[type="number"] {
  width: 100% !important;
}

/*******modal css end here****/
.featured_dropDown__3egqZ {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 15px;
  align-items: center;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 20px;
  margin-top: 20px;
  grid-gap: 10px;
  gap: 10px;
}

.fOJEZU {
  max-width: 1430px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 5px 0 5px 0px;
  gap: 10px;
  position: relative;
  z-index: 1;
}

.featured_featuredSection__3uik5 .featured_dropDown__3egqZ > div:first-child {
  padding-left: 0;
}

.TMUQs {
  width: 100%;
  text-align: right;
  position: relative;
  z-index: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #0a5587;
}

.type-ahead-search-input {
  position: relative;
  border-radius: 4px;
  margin: 0;
  display: flex;
  align-items: center;
}

.TMUQs .type-ahead-search-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.type-ahead-search-input > div {
  width: 100%;
  flex: 1 1;
}

.TMUQs .type-ahead-search-input > div input {
  height: 37px;
  width: 100%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 5px;
  margin-top: 5px;
  border: solid 1px #87cdf1;
}

.TMUQs .type-ahead-search-input .seacrh-icon {
  margin: 0;
  height: 35px;
  position: absolute;
  cursor: pointer;
  right: 0;
}

.type-ahead-search-input .seacrh-icon {
  max-width: 41px;
  height: 41px;
  margin-left: 13px;
  border-radius: 3.3px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.bZywbG {
  margin-left: 10px;
  box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
  padding: 5px;
  border-radius: 10px;
}

.bZywbG img {
  cursor: pointer;
}

.cEnuJQ {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
}

.cEnuJQ > div {
  width: 240px;
}

.css-2b097c-container {
  position: relative;
  box-sizing: border-box;
}

.fMGGsp .custom-select__control {
  border-radius: 23px;
  box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
  border: solid 1px #fff;
  background-color: #fff;
  height: 40px;
}

.css-xgd8jm-control {
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 80%);
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  cursor: default;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 38px;
  outline: 0 !important;
  position: relative;
  -webkit-transition: all 100ms;
  transition: all 100ms;
  box-sizing: border-box;
  color: #24272b;
  border: none;
}

.cEnuJQ p {
  margin: 8px 0;
}

.sort-container {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: Arial, sans-serif;
}

.sort-container label {
  font-size: 14px;
  color: #333;
}

.sort-container select {
  padding: 8px 82px 8px 12px;
  border-radius: 20px;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
  font-size: 14px;
  cursor: pointer;
  outline: none;
  border-radius: 23px;
  box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
  border: solid 1px #fff;
  background-color: #fff;
  height: 40px;
}

.TMUQs .type-ahead-search-input > div input::placeholder {
  color: #bcc1d1;
}

.sort-container select {
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='gray' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
}

.wrapper-containerone {
  max-width: 1455px;
  padding: 0 10px;
}

.no-record {
  margin-top: 120px;
}

.no-record p {
  font-size: 1.375rem;
}

@media (max-width: 528px) {
  .featured_featuredSection__3uik5 .featured_dropDown__3egqZ > div:first-child {
    width: 100%;
  }
}

@media (max-width: 718px) {
  .TMUQs {
    padding: 0;
  }

  .fOJEZU {
    display: grid;
    grid-gap: 10px;
  }
}

/**************about page css start*******/
.dxgUrs {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}

.bVfhNL {
  background-image: url(/static/media/About_Page_Header.a5efb5ba.jpg);
  width: 100%;
  position: relative;
  background-repeat: round;
  background-position: top;
  background-size: contain;
  padding: 16px;
  height: 550px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dxgUrs .the_experience {
  background-color: #efefef;
  padding: 56px 20px;
  text-align: center;
  margin-top: 4vw;
}

.dxgUrs .our_expertise.indispensable {
  background-position: 55px center;
  background-repeat: no-repeat;
  background-image: url(/static/media/1ManagedServices.17107864.svg);
}

.dxgUrs .our_expertise {
  background-color: #e3f1fb;
  width: 100%;
  background-repeat: repeat;
  background-position: right;
  margin: 4vw 0 !important;
}

.dxgUrs .pallet_faq {
  margin: 2.5vw 3.5vw;
}

.dxgUrs .pallet_faq.wrp-bg {
  background-color: #efefef;
  padding: 50px 40px;
}

.dxgUrs .lead {
  display: none;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.dxgUrs .our_expertise.suppliers {
  background-image: url(/static/media/6Rectangle.d04188a9.jpeg);
  background-size: cover;
}

.dxgUrs .our_expertise {
  background-color: #e3f1fb;
  width: 100%;
  background-repeat: repeat;
  background-position: right;
  margin: 4vw 0 !important;
}

.dxgUrs .pallet_faq .faq-head {
  text-align: center;
  margin-bottom: 40px;
}

.dxgUrs .pallet_faq .faq-head h2 {
  font-family: ITC Franklin Gothic Std;
  color: #233354;
  text-align: center;
}

.dxgUrs h2 {
  font-size: 2.759rem;
}

.dxgUrs .number-set {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 40px;
  margin-top: -26px;
  gap: 16px;
  grid-template-rows: repeat(3, 1fr);
}

.dxgUrs .number-set .item-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.dxgUrs .number-set .first {
  background-color: #f3f7ff;
  padding: 15px 0;
}

.dxgUrs .number-set .item-container .number-box {
  background: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(-1rem, -4%);
  -ms-transform: translate(-1rem, -4%);
  transform: translate(-1rem, -4%);
}

.dxgUrs .number-set .txt-wrp {
  margin-left: 1rem;
  margin-right: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dxgUrs .item-container.first .number-box .number {
  color: #00a5d7;
}

.dxgUrs .number-set .item-container .number-box .number {
  font-size: 5.3rem;
  line-height: 50%;
  font-weight: 800;
  position: relative;
  z-index: 11;
}

.dxgUrs .number-set .item-container .number-box .number-shadow {
  font-weight: 800;
  font-size: 5.3rem;
  line-height: 100%;
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke: 25px;
  color: #fff;
  z-index: 10;
  position: absolute;
}

.dxgUrs .number-set p {
  font-size: 20px;
}

.dxgUrs .number-set .secound {
  background-color: #e3f1fb;
}

.dxgUrs .pallet_faq .faq-head h2 {
  font-family: ITC Franklin Gothic Std;
  color: #233354;
}

.dxgUrs h2 {
  font-size: 2.759rem;
}

.dxgUrs .pallet_faq .buyer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  font-family: "latobold" !important;
}

.dxgUrs .pallet_faq .buyer .red-bg {
  background-color: #95cded;
  color: rgb #0e578a (14, 87, 138);
  padding: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 16px 16px 0px 0px;
}

.dxgUrs .pallet_faq .buyer .buyer_body {
  border: 2px solid rgb(149, 205, 237);
  padding: 20px;
  background-color: #ffffff;
  min-height: 693px;
  display: grid;
  grid-template-rows: 1fr auto;
  border-radius: 0px 0px 16px 16px;
}

.dxgUrs .pallet_faq .buyer .red-bg h2 {
  font-size: 24px;
  font-family: "latobold";
  margin: 0;
  color: #0e578a;
}

.dxgUrs .pallet_faq .buyer .red-bg p {
  font-size: 17px;
  margin: 4px 0;
  color: #0e578a;
  font-family: "latoregular";
  font-weight: 500;
}

.dxgUrs .pallet_faq .buyer .buyer_body li {
  line-height: 36px;
  font-family: "latoregular";
}

.dxgUrs .pallet_faq .buyer .buyer_body .fa-check {
  margin-right: 10px;
  color: #00db05;
}

.dxgUrs .pallet_faq .buyer .buyer_body h5 {
  text-align: center;
  font-size: 22px;
  font-family: "latoregular" !important;
  font-weight: 600;
}

.dxgUrs .pallet_faq .buyer .buyer_body button {
  background: #95cded;
  color: #0e578a;
  border-radius: 4px;
  height: 45px;
  width: 250px;
  font-family: "latoregular";
  font-weight: 600;
}

.dxgUrs button {
  background-color: #233354;
  font-weight: 400;
  color: rgb(255, 255, 255);
  border: none;
  margin-top: min(1.75vw, 25px);
  font-size: 14px;
  padding: 8px 20px;
  width: 250px;
}

.dxgUrs .pallet_faq .buyer .buyer_body li {
  list-style: none;
  position: relative;
  padding-left: 20px;
  font-size: 16px;
}

.dxgUrs .pallet_faq .buyer .buyer_body li::before {
  content: "\2714";
  color: #00db05;
  position: absolute;
  left: 0;
}

.buyer_body ul {
  padding-left: 0;
}

.dxgUrs .pallet_faq .buyer .red-bg.orange {
  background-color: #0e578a;
}

.dxgUrs .pallet_faq .buyer .buyer_body.orange-b {
  border: 2px solid rgb(14, 87, 138);
}

.dxgUrs .pallet_faq .buyer .red-bg.yellow {
  background-color: #f2ce77;
}

.dxgUrs .pallet_faq .buyer .buyer_body.yellow-b {
  border: 2px solid rgb(242, 206, 119);
}

.dxgUrs .pallet_faq .buyer .buyer_body.orange-b button {
  background: #0e578a;
  color: #fff;
}

.dxgUrs .pallet_faq .buyer .buyer_body.yellow-b button {
  background: #f2ce77;
  color: #3c4251;
}

.dxgUrs .pallet_faq .buyer .red-bg h2 {
  font-size: 24px;
  font-family: "latoregular";
  margin: 0;
  color: #0e578a;
  font-weight: bold;
}

.dxgUrs .pallet_faq .buyer .red-bg.orange h2 {
  color: #fff !important;
}

.dxgUrs .pallet_faq .buyer .red-bg.orange p {
  color: #fff !important;
  font-family: "latoregular";
  font-weight: 500;
}

.dxgUrs .our_expertise .expertise_overlay.newsroom {
  background: linear-gradient(109deg, #b40001e0 50%, transparent 50%);
  height: 400px !important;
}

.dxgUrs h2,
.dxgUrs h3,
.dxgUrs h4 {
  font-family: ITC Franklin Gothic Std;
  text-align: left;
}

.dxgUrs .our_expertise .expertise_overlay .grid {
  display: grid;
}

.dxgUrs .our_expertise .expertise_overlay .grid button {
  background-color: #ffffff;
  color: #ee0000;
  width: 270px;
  font-weight: 600;
}

.dxgUrs .our_expertise .expertise_overlay .grid button a {
  color: #ee0000;
  text-decoration: none;
  cursor: pointer;
}

.dxgUrs .pallet_faq .faq-head {
  text-align: center;
  margin-bottom: 40px;
}

.dxgUrs .pallet_faq .faq-head h2 {
  font-family: ITC Franklin Gothic Std;
  color: #233354;
  line-height: 1;
}

.ccNEYG {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dxgUrs .our_expertise .expertise_overlay {
  background: linear-gradient(109deg, #ee0000bf 50%, transparent 50%);
  height: 700px;
  color: #ffffff;
  padding: 16px;
  padding-left: 6.25vw;
  padding-right: 6.25vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.expertise_overlay.newsroom.aboutnews .max-w {
  max-width: 550px !important;
}

.dxgUrs .the_experience p {
  margin: 8px 123px;
  text-align: center;
}

.dxgUrs .the_experience h2 {
  color: #233354;
  text-align: center;
  line-height: 0.8;
}

.bVfhNL .banner-text {
  margin-left: 6.25vw;
  color: #ffffff;
  background: #00000047;
  padding: 40px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.bVfhNL h3 {
  font-size: 1.4rem;
  font-family: ITC Franklin Gothic Std;
  line-height: 0.8;
}

.dxgUrs h2 {
  font-size: 2.759rem;
  line-height: 1;
}

.dxgUrs p {
  font-size: 1.5rem;
}

.dxgUrs .number-set p {
  font-size: 20px;
  text-align: left;
}

.dxgUrs .our_expertise .expertise_overlay .max-w {
  max-width: 516px;
}

.dxgUrs .our_expertise .expertise_overlay .max-w {
  max-width: 516px;
}

.dxgUrs .our_expertise .expertise_overlay p {
  margin-top: 42px;
  text-align: left;
}

.dxgUrs .our_expertise .expertise_overlay.resource {
  background: linear-gradient(109deg, #b40001d9 50%, transparent 50%);
  -webkit-backdrop-filter: blur(0px);
  backdrop-filter: blur(0px);
}

.dxgUrs .our_expertise .expertise_overlay .digital_supplier_img img {
  max-width: 495px;
}

.bVfhNL .quote button {
  background-color: #ff0000c7;
  color: #fff;
  border: none;
  padding: 12px;
  font-size: 16px;
  width: 155px;
  margin-top: min(1.75vw, 25px);
}

.felsTJ button {
  position: relative;
  border-radius: 0 0;
  background-color: #ed1c24;
  color: #fff;
  border: none;
  padding: 3px 15px 3px 15px;
  font-size: 21px;
}

.bVfhNL .quote div {
  margin-left: 0 !important;
}

.felsTJ {
  position: relative;
  margin-left: 0;
}

.bVfhNL .quote div {
  margin-left: 0 !important;
}

.bVfhNL .quote {
  position: fixed;
  z-index: 99;
  top: 318px;
  right: -2px;
  height: fit-content;
}

.bVfhNL .quote div {
  margin-left: 0 !important;
}

.textupaa {
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.6s ease;
}

.textupaa.show {
  opacity: 1;
  transform: translateY(0);
}

.textupab {
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.6s ease;
}

.textupab.show {
  opacity: 1;
  transform: translateY(0);
}

.textupac {
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.6s ease;
}

.textupac.show {
  opacity: 1;
  transform: translateY(0);
}

.text-down,
.text-downone,
.text-downtwo {
  opacity: 0;
  transform: translateY(-100px);
  transition: all 0.6s ease;
}

.text-down.show,
.text-downone.show,
.text-downtwo.show {
  opacity: 1;
  transform: translateY(0);
}

.footerwrp .felsTJ button {
  font-size: 16px;
}

@media (max-width: 767px) {
  .bVfhNL {
    background-size: cover;
    height: 410px;
    padding: 0;
  }

  .sc-eywEdf.bVfhNL .quote {
    bottom: 40px;
  }

  .bVfhNL .quote button {
    padding: 4px;
    font-size: 11px;
    width: 132px;
  }

  .bVfhNL .quote {
    bottom: 117px;
  }

  .bVfhNL .banner-text {
    margin-left: -9px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 28px;
    height: 410px;
    padding-top: 7px;
  }

  .dxgUrs h2 {
    font-size: 1.7rem;
  }

  .dxgUrs .the_experience {
    margin: 5.5vw 3.5vw !important;
    width: auto;
  }

  .dxgUrs .our_expertise.indispensable {
    background-image: url(/static/media/1ManagedServices.17107864.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 86%;
  }

  .dxgUrs .our_expertise {
    background-size: cover;
    margin: 5.5vw 3.5vw !important;
    width: auto;
  }

  .dxgUrs .our_expertise .expertise_overlay.resource {
    background: linear-gradient(180deg, #ee0000c4 100%, #e3f1fb);
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    height: 324px;
  }

  .dxgUrs .our_expertise .expertise_overlay {
    background: linear-gradient(180deg, #ee0000c4 52%, #e3f1fb 34%);
    background-color: #ee0000c4;
    height: 604px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .dxgUrs .our_expertise .expertise_overlay .max-w {
    max-width: 300px;
    margin-top: 18px;
  }

  .dxgUrs .our_expertise .expertise_overlay h2 {
    font-size: 20px;
  }

  .dxgUrs .our_expertise .expertise_overlay .digital_supplier_img {
    display: none;
  }

  .dxgUrs .our_expertise .expertise_overlay .digital_supplier_img img {
    max-width: 290px;
  }

  .dxgUrs .pallet_faq {
    margin: 5.5vw 3.5vw !important;
  }

  .dxgUrs .pallet_faq .faq-head h2 {
    font-size: 1.8rem !important;
  }

  .dxgUrs .number-set {
    grid-template-columns: 1fr;
  }

  .dxgUrs .number-set .item-container .number-box {
    -webkit-transform: translate(0rem, -4%);
    -ms-transform: translate(0rem, -4%);
    transform: translate(0rem, -4%);
  }

  .dxgUrs .number-set .item-container .number-box .number-shadow,
  .dxgUrs .number-set .item-container .number-box .number {
    font-size: 3.3rem;
  }

  .dxgUrs .number-set .txt-wrp {
    margin-right: 0rem;
    min-height: 68px;
  }

  .dxgUrs p {
    font-size: 14px !important;
  }

  .dxgUrs .the_experience p {
    margin: 8px 0;
  }

  .dxgUrs .pallet_faq.wrp-bg {
    padding: 20px 10px;
  }

  .dxgUrs .pallet_faq {
    margin: 5.5vw 3.5vw !important;
  }

  .dxgUrs .pallet_faq .buyer {
    grid-template-columns: 1fr;
  }

  .dxgUrs .the_experience h2 {
    color: #233354;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 0;
  }

  .bVfhNL h3 {
    font-size: 21px !important;
    display: contents;
  }

  .dxgUrs .pallet_faq .buyer .buyer_body {
    padding: 12px;
  }

  .dxgUrs .pallet_faq .buyer .buyer_body {
    min-height: auto;
  }

  .dxgUrs .our_expertise.suppliers .expertise_overlay {
    background: linear-gradient(180deg, #ee0000c4 100%, #e3f1fb 34%);
    height: 202px !important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .ccNEYG {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .dxgUrs .pallet_faq#library h2 {
    font-size: 1.7rem !important;
    display: contents;
  }

  .bVfhNL .quote {
    right: 0px;
  }

  section.wrp p {
    margin: 25px 12px 0px 12px !important;
    text-align: left;
  }
}

@media (min-width: 1441px) {
  .bVfhNL .quote {
    margin-right: calc(50vw - 726px);
  }

  .kPWwDf .quote {
    margin-right: calc(50vw - 726px);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .bVfhNL .felsTJ {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: calc(50vw - 726px) !important;
  }

  .kPWwDf .felsTJ {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.footerpart {
  max-width: 1320px;
  margin: 0 auto;
  width: 100%;
}

.fTghMW .radio-checkmark {
  width: 18px;
  height: 18px;
  border-radius: 0px;
}

.footerpart .radio-checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #87cdf1;
}

.footerpart .radio-container {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px !important;
  -webkit-user-select: none;
  user-select: none;
  color: inherit;
}

.fTghMW .radio-checkmark:after {
  top: 2px;
  left: 2px;
  width: 12px;
  height: 12px;
  border-radius: 0px;
}

.radio-container input:checked ~ .radio-checkmark:after {
  display: block;
}

.radio-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.LoginForm_formSubmitBtn__2QAY1 {
  padding: 0.6rem 0.6rem;
  min-width: 132px;
  background-color: #ee0000;
  color: #fff;
  border: none;
  border-radius: 0px;
  width: 150px;
}

.LoginForm_formSubmitBtn__2QAY1:disabled,
.LoginForm_formSubmitBtn__2QAY1[disabled] {
  opacity: 0.4;
}

/**************about page css end*******/
.linkClr {
  color: rgb(10, 85, 135);
  font-weight: bold;
}

.dlink,
.slink {
  color: #191819;
}

.slink {
  color: #191819;
  text-decoration: none;
}

.Solutions_box h4 {
  font-family: "ITC Franklin Gothic Std";
}

/****************self managed services css start************/
.jJdIuB {
  max-width: 1440px;
  margin: 0 auto;
}

.jJdIuB .our_expertise.suppliers {
  background-image: url(/static/media/7Rectangle.28bbae0a.png);
  background-size: cover;
  height: 400px;
}

.jJdIuB .our_expertise {
  background-color: #e3f1fb;
  width: 100%;
  background-repeat: repeat;
  background-position: right;
}

.jJdIuB .our_expertise .expertise_overlay {
  background: linear-gradient(109deg, #d20e0ee8 50%, transparent 50%);
  height: 400px;
  color: #ffffff;
  padding: 16px;
  padding-left: 6.25vw;
  padding-right: 6.25vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.jJdIuB .our_expertise .expertise_overlay h2 {
  font-size: 4rem;
  font-weight: 500;
}

.jJdIuB h1,
.jJdIuB h2,
.jJdIuB h3,
.jJdIuB h4 {
  font-family: ITC Franklin Gothic Std;
}

.jJdIuB h2 {
  font-size: 2.759rem;
}

.jJdIuB .pallet_faq {
  margin: 2.5vw 3.5vw;
}

.jJdIuB .pallet_faq .faq-head {
  text-align: center;
  margin-bottom: 40px;
}

.jJdIuB .pallet_faq .faq-head h2 {
  font-family: ITC Franklin Gothic Std;
  color: #233354;
}

.jJdIuB .digital_supplier {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.jJdIuB .digital_supplier .digital_supplier_img {
  background-color: #e3f1fb;
  text-align: center;
  place-items: center;
  padding: max(2.083vw, 42px);
}

.jJdIuB .digital_supplier .digital_supplier-text {
  background-color: #233354;
  color: #ffffff;
  padding: 20px;
  display: grid;
  place-items: center;
}

.jJdIuB .digital_supplier .digital_supplier-text h2 {
  margin-bottom: 40px;
}

.jJdIuB p {
  font-size: 1.5rem;
  margin: 8px 0;
}

.jJdIuB .what_you_get {
  font-family: sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 4vw 0;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -ms-transform: scale (1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
}

.jJdIuB .what_you_get .what_you_get-container {
  background: #efefef;
}

.jJdIuB .what_you_get .what_you_get-container > h2 {
  font-family: ITC Franklin Gothic Std;
  color: #233354;
  text-align: center;
  padding: 1.2rem;
}

.jJdIuB .what_you_get .what_you_get-container .cards-container {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.jJdIuB .what_you_get .what_you_get-container .cards-container .card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.jJdIuB .what_you_get .what_you_get-container .cards-container .card .text-box {
  background: #233354;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.3rem 1rem 1rem 1rem;
  text-align: center;
  gap: 0.5rem;
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  line-height: 190%;
  position: relative;
}

.jJdIuB
  .what_you_get
  .what_you_get-container
  .cards-container
  .card
  .text-box
  > h4,
.jJdIuB
  .what_you_get
  .what_you_get-container
  .cards-container
  .card
  .img-box
  .hover-box
  > h4 {
  font-size: 38px;
  color: #fff;
  font-weight: 500;
  margin: 0;
}

.jJdIuB
  .what_you_get
  .what_you_get-container
  .cards-container
  .card
  .text-box
  > p {
  font-size: 1.2rem;
  color: #23759f;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  margin: 0;
  cursor: pointer;
}

.jJdIuB
  .what_you_get
  .what_you_get-container
  .cards-container
  .card
  .text-box
  .hover-box {
  background: #233354;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.3rem;
  text-align: center;
  position: absolute;
  width: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  top: 0;
  left: 0;
  border: 1px solid #a6a6a6;
  z-index: 10;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.jJdIuB
  .what_you_get
  .what_you_get-container
  .cards-container
  .card
  .text-box
  img {
  max-width: 100%;
  height: 100px;
  object-fit: contain;
}

.jJdIuB
  .what_you_get
  .what_you_get-container
  .cards-container
  .card
  .text-box
  .hover-box
  > img {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 0.6rem;
  height: auto;
  cursor: pointer;
}

.jJdIuB
  .what_you_get
  .what_you_get-container
  .cards-container
  .card
  .text-box
  .hover-box
  h4 {
  color: #ffffff;
}

.jJdIuB
  .what_you_get
  .what_you_get-container
  .cards-container
  .card
  .text-box
  .hover-box
  ul {
  margin: 0;
  margin-top: 1.3rem;
  padding: 0;
  color: #fff;
  list-style: none;
  text-align: start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  font-size: 0.85rem;
}

.jJdIuB
  .what_you_get
  .what_you_get-container
  .cards-container
  .card
  .text-box
  .hover-box
  ul
  li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 19px;
}

.jJdIuB
  .what_you_get
  .what_you_get-container
  .cards-container
  .card
  .text-box
  .hover-box
  ul
  li
  img {
  width: 10px;
  height: auto;
  padding-top: 0.3rem;
}

.jJdIuB .what_you_get .what_you_get-container .cards-container .card .img-box {
  background: #e4f1f9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem 1rem;
  position: relative;
  height: 168px;
  border: 2px solid #233354;
}

.jJdIuB .pallet_faq .faq-head p {
  color: #231f20;
  max-width: 249vh;
  text-align: center;
  margin: 16px auto;
  margin-top: 5px;
}

.jJdIuB .color_box_wrp {
  margin: 3.5vw;
  margin-top: -25px;
  display: grid;
  grid-template-rows: repeat(3, 1fr);
}

.eTxsWr {
  display: grid;
  grid-template-columns: 320px 1fr;
  margin: 30px 0;
}

.eTxsWr .color_head {
  padding: 24px;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.eTxsWr .color_head.blue {
  background-color: #003471;
}

.eTxsWr .color_head h4 {
  font-size: 2rem;
}

.eTxsWr .color_body {
  padding: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.eTxsWr .color_body.gry {
  background-color: #f0f0f2;
}

.eTxsWr .color_head.sky {
  background-color: #56baff;
}

.eTxsWr .color_body.light_sky {
  background-color: #e3f1fb;
}

.eTxsWr .color_head.ocean {
  background-color: #005586;
}

.eTxsWr .color_body.gry {
  background-color: #f0f0f2;
}

.mixml {
  gap: 3vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.jJdIuB button {
  background-color: #233354;
  font-weight: 400;
  color: rgb(255, 255, 255);
  border: none;
  margin-top: min(1.75vw, 25px);
  font-size: 14px !important;
  padding: 8px 20px !important;
  width: 260px !important;
  height: 37px !important;
}

.mixml button {
  background-color: #233354;
  color: rgb(255, 255, 255);
  border: none;
  padding: 12px;
  font-size: 16px;
  width: 260px !important;
  margin-top: min(1.75vw, 25px);
}

.mixml div {
  margin-left: 0 !important;
}

.eAgRag {
  position: relative;
  margin-left: 0;
}
.mixml .alert-modal {
  display: none;
}

.mixml div:nth-child(3) {
  display: none;
}

.footerwrp .footerpart {
  max-width: 1440px;
}

@media (min-width: 1441px) {
  .eAgRag {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: calc(50vw - 726px);
  }

  .eAgRag button {
    font-size: 21px;
  }
}

/****************self managed services css end**************/
/****************managed services css start**************/
.haKfUu {
  max-width: 1440px;
  margin: 0 auto;
}

.haKfUu .our_expertise.suppliers {
  background-image: url(/static/media/self-managed-page.525568a0.png);
  background-size: contain;
  height: 400px;
}

.haKfUu .our_expertise {
  background-color: #e3f1fb;
  width: 100%;
  background-repeat: repeat;
  background-position: right;
}

.haKfUu .our_expertise .expertise_overlay {
  background: linear-gradient(109deg, #d20e0ee8 50%, transparent 50%);
  height: 400px;
  color: #ffffff;
  padding: 16px;
  padding-left: 6.25vw;
  padding-right: 6.25vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.haKfUu .our_expertise .expertise_overlay h2 {
  font-size: 4rem;
  font-weight: 500;
}

.haKfUu h1,
.haKfUu h2,
.haKfUu h3,
.haKfUu h4 {
  font-family: ITC Franklin Gothic Std;
}

.haKfUu h2 {
  font-size: 2.759rem;
}

.haKfUu .pallet_faq {
  margin: 2.5vw 3.5vw;
}

.haKfUu .pallet_faq .faq-head {
  text-align: center;
  margin-bottom: 40px;
}

.haKfUu .pallet_faq .faq-head h2 {
  font-family: ITC Franklin Gothic Std;
  color: #233354;
}

.haKfUu .digital_supplier {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.haKfUu .digital_supplier .digital_supplier_img {
  background-color: #e3f1fb;
  text-align: center;
  place-items: center;
  padding: 0;
}

.haKfUu .digital_supplier .digital_supplier-text {
  background-color: #233354;
  color: #ffffff;
  padding: 20px;
  display: grid;
  place-items: center;
}

.haKfUu .digital_supplier .digital_supplier-text h2 {
  margin-bottom: 40px;
}

.haKfUu p {
  font-size: 1.5rem;
  margin: 8px 0;
}

.haKfUu .what_you_get {
  font-family: sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 4vw 0;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -ms-transform: scale (1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
}

.haKfUu .what_you_get .what_you_get-container {
  background: #efefef;
}

.haKfUu .what_you_get .what_you_get-container > h2 {
  font-family: ITC Franklin Gothic Std;
  color: #233354;
  text-align: center;
  padding: 1.2rem;
}

.haKfUu .what_you_get .what_you_get-container .cards-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
}

.haKfUu .what_you_get .what_you_get-container .cards-container .card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.haKfUu .what_you_get .what_you_get-container .cards-container .card .text-box {
  background: #233354;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.3rem 1rem 1rem 1rem;
  text-align: center;
  gap: 0.5rem;
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  position: relative;
}

.haKfUu
  .what_you_get
  .what_you_get-container
  .cards-container
  .card
  .text-box
  > h4,
.haKfUu
  .what_you_get
  .what_you_get-container
  .cards-container
  .card
  .img-box
  .hover-box
  > h4 {
  font-size: 31px;
  color: #fff;
  font-weight: 500;
  margin: 0;
}

.haKfUu
  .what_you_get
  .what_you_get-container
  .cards-container
  .card
  .text-box
  > p {
  font-size: 1.2rem;
  color: #23759f;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  margin: 0;
  cursor: pointer;
}

.haKfUu
  .what_you_get
  .what_you_get-container
  .cards-container
  .card
  .text-box
  .hover-box {
  background: #233354;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.3rem;
  text-align: center;
  position: absolute;
  width: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  top: 0;
  left: 0;
  border: 1px solid #a6a6a6;
  z-index: 10;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.haKfUu
  .what_you_get
  .what_you_get-container
  .cards-container
  .card
  .text-box
  img {
  max-width: 100%;
  height: 100px;
  object-fit: contain;
}

.haKfUu
  .what_you_get
  .what_you_get-container
  .cards-container
  .card
  .text-box
  .hover-box
  > img {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 0.6rem;
  height: auto;
  cursor: pointer;
}

.haKfUu
  .what_you_get
  .what_you_get-container
  .cards-container
  .card
  .text-box
  .hover-box
  h4 {
  color: #ffffff;
}

.haKfUu
  .what_you_get
  .what_you_get-container
  .cards-container
  .card
  .text-box
  .hover-box
  ul {
  margin: 0;
  margin-top: 1.3rem;
  padding: 0;
  color: #fff;
  list-style: none;
  text-align: start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  font-size: 0.85rem;
}

.haKfUu
  .what_you_get
  .what_you_get-container
  .cards-container
  .card
  .text-box
  .hover-box
  ul
  li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 19px;
}

.haKfUu
  .what_you_get
  .what_you_get-container
  .cards-container
  .card
  .text-box
  .hover-box
  ul
  li
  img {
  width: 10px;
  height: auto;
  padding-top: 0.3rem;
}
.haKfUu * {
  box-sizing: border-box;
}
.haKfUu .what_you_get .what_you_get-container .cards-container .card .img-box {
  background: #e4f1f9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem 1rem;
  position: relative;
  height: 218px;
  border: 2px solid #233354;
}
.haKfUu .digital_supplier .digital_supplier-text div {
  max-width: 410px;
}
.haKfUu .digital_supplier .digital_supplier-text h2 {
  margin-bottom: 40px;
}
.haKfUu .pallet_faq .faq-head p {
  color: #231f20;
  max-width: 249vh;
  text-align: center;
  margin: 16px auto;
  margin-top: 5px;
}

.haKfUu .color_box_wrp {
  margin: 3.5vw;
  margin-top: -28px;
}

.eTxsWr {
  display: grid;
  grid-template-columns: 320px 1fr;
  margin: 30px 0;
}

.eTxsWr .color_head {
  padding: 24px;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.eTxsWr .color_head.blue {
  background-color: #003471;
}

.eTxsWr .color_head h4 {
  font-size: 2rem;
}
.haKfUu .digital_supplier .digital_supplier_img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.eTxsWr .color_body {
  padding: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.eTxsWr .color_body.gry {
  background-color: #f0f0f2;
}

.eTxsWr .color_head.sky {
  background-color: #56baff;
}

.eTxsWr .color_body.light_sky {
  background-color: #e3f1fb;
}

.eTxsWr .color_head.ocean {
  background-color: #005586;
}

.eTxsWr .color_body.gry {
  background-color: #f0f0f2;
}

.mixml {
  gap: 3vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.haKfUu button {
  background-color: #233354;
  font-weight: 400;
  color: rgb(255, 255, 255);
  border: none;
  margin-top: min(1.75vw, 25px);
  font-size: 14px !important;
  padding: 8px 20px !important;
  width: 260px !important;
  height: 37px !important;
}

.mixml button {
  background-color: #233354;
  color: rgb(255, 255, 255);
  border: none;
  padding: 12px;
  font-size: 16px;
  width: 260px !important;
  margin-top: min(1.75vw, 25px);
}

.mixml div {
  margin-left: 0 !important;
}

.eAgRag {
  position: relative;
  margin-left: 0;
}
.mixml .alert-modal {
  display: none;
}

.mixml div:nth-child(3) {
  display: none;
}

.footerwrp .footerpart {
  max-width: 1440px;
}
.haKfUu .what_you_get .what_you_get-container > h2 {
  font-family: ITC Franklin Gothic Std;
  color: #233354;
  text-align: center;
  padding: 1.2rem;
  margin-bottom: -16px;
}
.haKfUu .what_you_get .what_you_get-container p {
  text-align: center;
}
.haKfUu
  .what_you_get
  .what_you_get-container
  .cards-container
  .card
  .img-box
  #icon2-id {
  padding-top: 51px;
}
.haKfUu .list-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.8rem;
}
.haKfUu .list-wrapper .item-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  min-height: 155px;
}
.haKfUu .list-wrapper .item-container .number-box {
  background: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(2rem, -4%);
  -ms-transform: translate(2rem, -4%);
  transform: translate(2rem, -4%);
}
.haKfUu .list-wrapper .item-container.first .icon-box {
  background: #00a5d7;
}
.haKfUu .list-wrapper .item-container .icon-box {
  width: 28%;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 4.5rem;
  text-align: center;
}
.haKfUu .list-wrapper .item-container .bg-set {
  background: #d9f2f9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.haKfUu .list-wrapper .item-container .number-box .number {
  font-size: 9.3rem;
  line-height: 50%;
  font-weight: 800;
  position: relative;
  z-index: 11;
}
.haKfUu .list-wrapper .item-container.first .number-box .number {
  color: #00a5d7;
}
.haKfUu .list-wrapper .item-container .number-box .number-shadow {
  font-weight: 800;
  font-size: 9.3rem;
  line-height: 100%;
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke: 25px;
  color: #fff;
  z-index: 10;
  position: absolute;
}
.haKfUu .list-wrapper .item-container .icon-box p {
  font-size: 2rem;
  font-weight: 600;
  text-align: left;
}
.haKfUu .list-wrapper .item-container .bg-set .traingle {
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 101%);
  clip-path: polygon(100% 50%, 0 0, 0 101%);
  width: 55px;
  position: relative;
  left: -1px;
}
.haKfUu .list-wrapper .item-container.first .traingle {
  background-color: #00a5d7;
}
.haKfUu .list-wrapper .item-container .bg-set .description-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 3rem 0px;
}
.haKfUu .list-wrapper .item-container .bg-set .description-box li {
  list-style: disc;
  line-height: 33px;
  color: #233354;
  margin-bottom: 7px;
  font-family: "latoregular", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
}
.haKfUu .list-wrapper .item-container.third .icon-box {
  background: #293b8e;
}
.haKfUu .list-wrapper .item-container.first .icon-box {
  background: #00a5d7;
}
.haKfUu .list-wrapper .item-container.second .icon-box {
  background: #1a75bb;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.haKfUu .list-wrapper .item-container.second .number-box .number {
  color: #1a75bb;
}
.haKfUu .list-wrapper .item-container.third .number-box .number {
  color: #293b8e;
}
.haKfUu .list-wrapper .item-container.second .traingle {
  background-color: #1a75bb;
}
.haKfUu .list-wrapper .item-container.third .traingle {
  background-color: #293b8e;
}
@media (min-width: 1441px) {
  .eAgRag {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: calc(50vw - 726px);
  }

  .eAgRag button {
    font-size: 21px;
  }
}
/****************managed services css end**************/
/****************customized managed services css start**************/
.hqsKNc {
  max-width: 1440px;
  margin: 0 auto;
}

.hqsKNc .our_expertise.suppliers {
  background-image: url(/static/media/customized-solutions-worker-laptop-factory.bb2f54a5.png);
  background-size: cover;
  height: 400px;
}

.hqsKNc .our_expertise {
  background-color: #e3f1fb;
  width: 100%;
  background-repeat: repeat;
  background-position: right;
}

.hqsKNc .our_expertise .expertise_overlay {
  background: linear-gradient(109deg, #d20e0ee8 50%, transparent 50%);
  height: 400px;
  color: #ffffff;
  padding: 16px;
  padding-left: 6.25vw;
  padding-right: 6.25vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hqsKNc .our_expertise .expertise_overlay h2 {
  font-size: 4rem;
  font-weight: 500;
}

.hqsKNc h1,
.hqsKNc h2,
.hqsKNc h3,
.hqsKNc h4 {
  font-family: ITC Franklin Gothic Std;
}

.hqsKNc h2 {
  font-size: 2.759rem;
}

.hqsKNc .pallet_faq {
  margin: 2.5vw 3.5vw;
}

.hqsKNc .pallet_faq .faq-head {
  text-align: center;
  margin-bottom: 40px;
}

.hqsKNc .pallet_faq .faq-head h2 {
  font-family: ITC Franklin Gothic Std;
  color: #233354;
}

.hqsKNc .digital_supplier {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.hqsKNc .digital_supplier .digital_supplier_img {
  background-color: #e3f1fb;
  text-align: center;
  place-items: center;
  padding: max(2.083vw, 42px);
}

.hqsKNc .digital_supplier .digital_supplier-text {
  background-color: #233354;
  color: #ffffff;
  padding: 20px;
  display: grid;
  place-items: center;
}

.hqsKNc .digital_supplier .digital_supplier-text h2 {
  margin-bottom: 40px;
}

.hqsKNc p {
  font-size: 1.5rem;
  margin: 8px 0;
}

.hqsKNc .what_you_get {
  font-family: sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 4vw 0;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -ms-transform: scale (1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
}

.hqsKNc .what_you_get .what_you_get-container {
  background: #efefef;
}

.hqsKNc .what_you_get .what_you_get-container > h2 {
  font-family: ITC Franklin Gothic Std;
  color: #233354;
  text-align: center;
  padding: 1.2rem;
}

.hqsKNc .what_you_get .what_you_get-container .cards-container {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.hqsKNc .what_you_get .what_you_get-container .cards-container .card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.hqsKNc .what_you_get .what_you_get-container .cards-container .card .text-box {
  background: #233354;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.3rem 1rem 1rem 1rem;
  text-align: center;
  gap: 0.5rem;
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  line-height: 190%;
  position: relative;
}

.hqsKNc
  .what_you_get
  .what_you_get-container
  .cards-container
  .card
  .text-box
  > h4,
.hqsKNc
  .what_you_get
  .what_you_get-container
  .cards-container
  .card
  .img-box
  .hover-box
  > h4 {
  font-size: 38px;
  color: #fff;
  font-weight: 500;
  margin: 0;
}

.hqsKNc
  .what_you_get
  .what_you_get-container
  .cards-container
  .card
  .text-box
  > p {
  font-size: 1.2rem;
  color: #23759f;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  margin: 0;
  cursor: pointer;
}

.hqsKNc
  .what_you_get
  .what_you_get-container
  .cards-container
  .card
  .text-box
  .hover-box {
  background: #233354;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.3rem;
  text-align: center;
  position: absolute;
  width: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  top: 0;
  left: 0;
  border: 1px solid #a6a6a6;
  z-index: 10;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.hqsKNc
  .what_you_get
  .what_you_get-container
  .cards-container
  .card
  .text-box
  img {
  max-width: 100%;
  height: 100px;
  object-fit: contain;
}

.hqsKNc
  .what_you_get
  .what_you_get-container
  .cards-container
  .card
  .text-box
  .hover-box
  > img {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 0.6rem;
  height: auto;
  cursor: pointer;
}

.hqsKNc
  .what_you_get
  .what_you_get-container
  .cards-container
  .card
  .text-box
  .hover-box
  h4 {
  color: #ffffff;
}

.hqsKNc
  .what_you_get
  .what_you_get-container
  .cards-container
  .card
  .text-box
  .hover-box
  ul {
  margin: 0;
  margin-top: 1.3rem;
  padding: 0;
  color: #fff;
  list-style: none;
  text-align: start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  font-size: 0.85rem;
}

.hqsKNc
  .what_you_get
  .what_you_get-container
  .cards-container
  .card
  .text-box
  .hover-box
  ul
  li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 19px;
}

.hqsKNc
  .what_you_get
  .what_you_get-container
  .cards-container
  .card
  .text-box
  .hover-box
  ul
  li
  img {
  width: 10px;
  height: auto;
  padding-top: 0.3rem;
}

.hqsKNc .what_you_get .what_you_get-container .cards-container .card .img-box {
  background: #e4f1f9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem 1rem;
  position: relative;
  height: 168px;
  border: 2px solid #233354;
}

.hqsKNc .pallet_faq .faq-head p {
  color: #231f20;
  max-width: 249vh;
  text-align: center;
  margin: 16px auto;
  margin-top: 5px;
}

.hqsKNc .color_box_wrp {
  margin: 3.5vw;
  margin-top: -25px;
  display: grid;
  grid-template-rows: repeat(6, 1fr);
}

.hqsKNc button {
  background-color: #233354;
  font-weight: 400;
  color: rgb(255, 255, 255);
  border: none;
  margin-top: min(1.75vw, 25px);
  font-size: 14px;
  padding: 8px 20px;
  width: 250px;
}
.guJJl {
  display: grid;
  grid-template-columns: 400px 1fr;
  margin: 30px 0;
}
.guJJl .color_head {
  padding: 24px;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.guJJl .color_head.blue {
  background-color: #003471;
}
.guJJl .color_body {
  padding: 24px;
}
.hqsKNc .color_box_wrp h4 {
  font-size: 2rem;
}
.guJJl .color_body p {
  margin: 6px 0;
}
.hqsKNc p {
  font-size: 1.5rem;
}
.guJJl .color_head.sky {
  background-color: #56baff;
}
.guJJl .color_head.ocean {
  background-color: #005586;
}
.guJJl .color_head.blue {
  background-color: #003471;
}
.guJJl .color_head.ocean {
  background-color: #005586;
}
.guJJl .color_head.sky {
  background-color: #56baff;
}
.guJJl .color_body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.guJJl .color_body.gry {
  background-color: #f0f0f2;
}
.guJJl .color_body.light_sky {
  background-color: #e3f1fb;
}
/****************customized managed services css end**************/
/****************supplier solutions css start**************/
.gEEmtD {
  max-width: 1440px;
  margin: 0 auto;
}
.gEEmtD .banners {
  background-image: url(/static/media/Worker_Supplier_new.ed101fe5.jpg);
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  padding: 16px;
  height: 550px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.gEEmtD .banners .quotes {
  position: fixed;
  z-index: 99;
  right: 0;
  top: 318px;
  right: 0;
}
.gEEmtD .banners .quotes div {
  margin-left: 0 !important;
}
.gEEmtD .banners .quotes div {
  margin-left: 0 !important;
}
.gEEmtD .banners .banner-texts {
  margin-left: 6.25vw;
  color: #ffffff;
  opacity: 2;
  background: #00000047;
  padding: 40px;
}
.gEEmtD .banners h2,
.gEEmtD .banners h3,
.gEEmtD .banners h4 {
  font-family: ITC Franklin Gothic Std;
}
.gEEmtD h2 {
  font-size: 2.759rem;
}
.gEEmtD .banners .banner-texts p {
  width: 637px;
}
.gEEmtD p {
  font-size: 1.5rem;
}
.gEEmtD .what_you_get {
  font-family: sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 4vw 0;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -ms-transform: scale (1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
}
.gEEmtD .what_you_get .what_you_get-container {
  background: #efefef;
}
.gEEmtD .what_you_get .what_you_get-container > h2 {
  font-family: ITC Franklin Gothic Std;
  color: #233354;
  text-align: center;
  padding: 1.2rem;
}
.gEEmtD .what_you_get .what_you_get-container .cards-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
}
.gEEmtD * {
  box-sizing: border-box;
}
.gEEmtD .what_you_get .what_you_get-container .cards-container .card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.gEEmtD .what_you_get .what_you_get-container .cards-container .card .text-box {
  background: #233354;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.3rem 1rem 1rem 1rem;
  text-align: center;
  gap: 0.5rem;
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  position: relative;
}
.gEEmtD .what_you_get .what_you_get-container .cards-container .card .img-box {
  background: #e4f1f9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem 1rem;
  position: relative;
  height: 218px;
  border: 2px solid #233354;
}
.gEEmtD
  .what_you_get
  .what_you_get-container
  .cards-container
  .card
  .text-box
  > h4,
.gEEmtD
  .what_you_get
  .what_you_get-container
  .cards-container
  .card
  .img-box
  .hover-box
  > h4 {
  font-size: 30px;
  color: #fff;
  font-weight: 500;
  margin: 0;
}
.gEEmtD
  .what_you_get
  .what_you_get-container
  .cards-container
  .card
  .text-box
  > p {
  font-size: 1.2rem;
  color: #23759f;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  margin: 0;
  cursor: pointer;
}
.gEEmtD
  .what_you_get
  .what_you_get-container
  .cards-container
  .card
  .text-box
  .hover-box {
  background: #233354;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.3rem;
  text-align: center;
  position: absolute;
  width: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  top: 0;
  left: 0;
  border: 1px solid #a6a6a6;
  z-index: 10;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.gEEmtD
  .what_you_get
  .what_you_get-container
  .cards-container
  .card
  .text-box
  .hover-box
  > img {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 0.6rem;
  height: auto;
  cursor: pointer;
}
.gEEmtD
  .what_you_get
  .what_you_get-container
  .cards-container
  .card
  .text-box
  img {
  max-width: 100%;
  height: 100px;
  object-fit: contain;
}
.gEEmtD
  .what_you_get
  .what_you_get-container
  .cards-container
  .card
  .text-box
  .hover-box
  ul {
  margin: 0;
  margin-top: 1.3rem;
  padding: 0;
  color: #fff;
  list-style: none;
  text-align: start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  font-size: 0.85rem;
}
.gEEmtD
  .what_you_get
  .what_you_get-container
  .cards-container
  .card
  .text-box
  .hover-box
  ul
  li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 16px;
}
.gEEmtD
  .what_you_get
  .what_you_get-container
  .cards-container
  .card
  .text-box
  .hover-box
  ul
  li
  img {
  width: 10px;
  height: auto;
  padding-top: 0.3rem;
}
.gEEmtD .our_expertise {
  background-color: #e3f1fb;
  width: 100%;
  background-repeat: repeat;
  background-position: right;
  background-size: contain;
  margin: 4vw 0;
  background-image: url(/static/media/supplier-community-palletyard.595a7022.png);
}
.gEEmtD .our_expertise .expertise_overlay.join {
  background: linear-gradient(109deg, #b40001eb 50%, transparent 50%);
}
.gEEmtD .our_expertise .expertise_overlay {
  background: linear-gradient(109deg, #ee0000bf 50%, transparent 50%);
  height: 700px;
  color: #ffffff;
  padding: 16px;
  padding-left: 6.25vw;
  padding-right: 6.25vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.gEEmtD .our_expertise .expertise_overlay h2 {
  font-family: "ITC Franklin Gothic Std";
}
.gEEmtD .our_expertise .expertise_overlay .max-w {
  max-width: 537px;
}
.gEEmtD .our_expertise .expertise_overlay p {
  margin-top: 42px;
}
.gEEmtD .our_expertise .expertise_overlay .grid {
  display: grid;
}
.gEEmtD .our_expertise .expertise_overlay .grid button {
  background-color: #ffffff;
  color: #ee0000;
  width: 270px;
  font-weight: 600;
}
.gEEmtD .main {
  font-family: sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.gEEmtD .main h2 {
  color: #20396d;
  font-family: "ITC Franklin Gothic Std";
}
.gEEmtD .main .main_text {
  margin-top: 1px;
}
.gEEmtD .main .list-wrapper {
  display: grid;
  grid-template-rows: repeat(4, 1fr);
  gap: 1.8rem;
  margin: 0 3.5vw;
}
.gEEmtD .main .item-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.gEEmtD .main .item-container .number-box {
  background: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(2rem, -4%);
  -ms-transform: translate(2rem, -4%);
  transform: translate(2rem, -4%);
}
.gEEmtD .main .item-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.gEEmtD .main .item-container .number-box .number {
  font-size: 9.3rem;
  line-height: 50%;
  font-weight: 800;
  position: relative;
  z-index: 11;
}
.gEEmtD .main .item-container.first .number-box .number {
  color: #00a5d7;
}

.gEEmtD .main .item-container .number-box .number-shadow {
  font-weight: 800;
  font-size: 9.3rem;
  line-height: 100%;
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke: 25px;
  color: #fff;
  z-index: 10;
  position: absolute;
}
.gEEmtD .main .item-container.first .icon-box {
  background: #00a5d7;
}
.gEEmtD .main .item-container .icon-box {
  width: 33%;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 3.5rem;
}
.gEEmtD .main .item-container .icon-box img {
  max-height: 75px;
  max-width: 55px;
  object-fit: contain;
}
.gEEmtD .main .item-container .icon-box p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  text-align: left;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-weight: 700;
  font-size: 1.8rem;
  z-index: 4;
  margin-bottom: 0;
}
.gEEmtD .main .bg-wrap {
  background: #d9f2f9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.gEEmtD .main .item-container.first .traingle {
  border-left: 55px solid #00a5d7;
}
.gEEmtD .main .item-container .traingle {
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 101%);
  clip-path: polygon(100% 50%, 0 0, 0 101%);
  width: 55px;
  position: relative;
  left: -1px;
  background: transparent;
}
.gEEmtD .main .item-container .description-box {
  background: #d9f2f9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  padding: 3px 5rem;
  padding-left: 23px;
  font-size: 1.5rem;
  font-family: "latoregular", Arial, Helvetica, sans-serif;
}
.gEEmtD .CONTAINERS .faqcontainer {
  width: 100%;
  margin: 40px auto;
  margin-top: 4vw;
  padding: 20px;
  text-align: center;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "ITC Franklin Gothic Std";
}
.gEEmtD .CONTAINERS .header {
  margin-bottom: 10px;
  color: #1f396c;
}
.gEEmtD .CONTAINERS .subheader {
  font-size: 25px;
  margin-bottom: 20px;
  margin-top: 2px;
}
.gEEmtD .CONTAINERS .benefits-list {
  list-style: none;
  padding: 0;
  width: 100%;
  text-align: left;
}
.gEEmtD .CONTAINERS .reach-new-markets {
  border-top: 3px solid #1f396c;
  margin-top: 10px;
}
.gEEmtD .CONTAINERS .accordion-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 23px;
  color: #20396d;
  cursor: pointer;
  padding: 4px 0;
  font-family: "ITC Franklin Gothic Std";
}
.gEEmtD .CONTAINERS .toggle-icon {
  font-size: 37px;
}
.gEEmtD .CONTAINERS .accordion-item {
  border-bottom: 3px solid #1f396c;
}
.gEEmtD .CONTAINERS .buttons-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 60px;
  margin-top: 25px;
}
.gEEmtD .CONTAINERS .button {
  background-color: #233354;
  color: rgb(255, 255, 255);
  border: none;
  font-size: 14px;
  padding: 8px 20px;
  width: 100%;
  min-width: 250px;
  cursor: pointer;
  margin: 5px 0;
  font-family: "latoregular", Arial, Helvetica, sans-serif;
}
.gEEmtD .our_expertise.suppliers {
  background-image: url(/static/media/Frame-1.d4f06d1d.jpg);
  background-size: cover;
  margin-top: -4px;
}
.gEEmtD .our_expertise {
  background-color: #e3f1fb;
  width: 100%;
  background-repeat: repeat;
  background-position: right;
  background-size: contain;
  margin: 4vw 0;
  background-image: url(/static/media/supplier-community-palletyard.595a7022.png);
}
.gEEmtD .our_expertise .expertise_overlay.newsroom {
  height: 650px;
  background: linear-gradient(109deg, #b40001eb 50%, transparent 50%);
}
.gEEmtD .our_expertise .expertise_overlay h2 {
  font-family: "ITC Franklin Gothic Std";
}
.gEEmtD .search_marketplace {
  padding: 1vw 16px;
  margin-top: 3vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.gEEmtD .search_marketplace h2 {
  font-family: ITC Franklin Gothic Std;
  color: #233354;
}
.gEEmtD .search_marketplace .register {
  gap: 3vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.gEEmtD .search_marketplace .register button {
  background-color: #233354;
  color: rgb(255, 255, 255);
}
.gEEmtD .main .item-container.second .icon-box {
  background: #1a75bb;
}
.gEEmtD .main .item-container.second .number-box .number {
  color: #1a75bb;
}
.gEEmtD .main .item-container.third .icon-box {
  background: #293b8e;
}
.gEEmtD .main .item-container.third .number-box .number {
  color: #293b8e;
}
.gEEmtD .main .item-container.fourth .icon-box {
  background: #1f396c;
}
.gEEmtD .main .item-container.fourth .number-box .number {
  color: #1f396c;
}
.gEEmtD .main .item-container.fourth .traingle {
  border-left: 55px solid #1f396c;
}
.gEEmtD .main .item-container.third .traingle {
  border-left: 55px solid #293b8e;
}
.gEEmtD .main .item-container.second .traingle {
  border-left: 55px solid #1a75bb;
}
.gEEmtD .main .btn-container01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 3rem;
  margin-top: 2rem;
}
.gEEmtD .main .btn-container01 button {
  background: #1f396c;
  color: #fff;
  font-size: 0.8rem;
  padding: 0.7rem 1rem;
  border: none;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: -18px;
}
.gEEmtD .banners .quotes button {
  background-color: #ff0000c7;
  color: #fff;
  border: none;
  padding: 12px;
  font-size: 16px;
  width: 155px;
  margin-top: min(1.75vw, 25px);
}
@media (min-width: 1441px) {
  .gEEmtD .banners .quotes {
    margin-right: calc(50vw - 726px);
  }
}
/****************supplier solutions css end**************/
/****************founders circle css start**************/
.imFRwl {
  max-width: 1440px;
  margin: 0 auto;
}
.bvojHZ {
  padding-top: clamp(39px, 4.69vw, 67px);
}
.bvojHZ h2 {
  color: #0e5789;
}
.bvojHZ h3 {
  max-width: 1196px;
  margin: 0 auto;
  margin-bottom: 26px;
}
.bvojHZ h3,
.bvojHZ h2 {
  font-size: min(4.2vw, 60px);
  line-height: min(4.2vw, 60px);
  font-family: "robotoblack";
  text-align: center;
}
.bvojHZ > p {
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
  font-family: "robotoregular";
  margin-bottom: clamp(37px, 5.208vw, 75px);
  font-size: min(1.4vw, 20px);
  line-height: min(1.82vw, 26px);
  -webkit-letter-spacing: -0.66px;
  -moz-letter-spacing: -0.66px;
  -ms-letter-spacing: -0.66px;
  letter-spacing: -0.66px;
  font-family: "robotobold";
  margin-bottom: min(1.26vw, 18px);
  color: #095587;
  text-align: center;
}
.bvojHZ .ambassadors-logo {
  width: min(52.431vw, 755px);
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  height: min(11vw, 157px);
}
.xBsGr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 80px;
}
.xBsGr > div {
  width: 25%;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.xBsGr img {
  max-width: 100%;
  width: 90%;
  aspect-ratio: 3 / 2;
  object-fit: contain;
}
.hover-box {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.tooltip {
  display: none;
  position: absolute;
  bottom: 250px;
  background-color: #f4fafd;
  color: #0e5789;
  padding: 8px 10px;
  border-radius: 4px;
  width: 280px;
  text-align: center;
  opacity: 1;
  font-size: 11.5px;
  text-align: justify;
  font-family: "robotoregular";
}
.para {
  color: #0e5789;
  font-size: 12px;
  font-weight: bold;
  font-family: "robotobold";
  text-align: center;
}
.tooltip::after {
  content: "";
  position: absolute;
  top: 103%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 18px;
  border-style: solid;
  border-color: #005586 transparent transparent transparent;
}
.hover-box:hover .tooltip {
  display: block;
  padding: 10px 16px;
  line-height: 1.2;
}
#tooltip {
  background-color: #f4fafd;
  color: #0e5789;
  padding: 8px 10px;
  border-radius: 4px;
  height: min-content;
}
.tooltip.tooltipone {
  display: none;
  position: absolute;
  bottom: -150px;
  background-color: #f4fafd;
  color: #0e5789;
  padding: 8px 10px;
  border-radius: 4px;
  width: 280px;
  text-align: center;
  opacity: 1;
  font-size: 12px;
  text-align: justify;
}
.tooltip.tooltipone::after {
  content: "";
  position: absolute;
  top: -40px;
  left: 43%;
  border-width: 18px;
  border-style: solid;
  border-color: #005586 transparent transparent transparent;
  transform: rotate(180deg);
}
.gEEmtD .CONTAINERS .accordion-content {
    padding: 10px;
    font-size: 17px;
    -webkit-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
}

/* .cards-container {
  margin-top: 300px;
} */
.box {
  width: 100%;
  margin: 20px 0 0 0;
  background: teal;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateX(-100px);
  transition: all 0.9s ease;
}

/* Active animation */
.box.show {
  opacity: 1;
  transform: translateX(0);
}
.card.box h4 {
    font-size: 38px !important;
}
.card.box .text-box,
.card.box .img-box {
    width: 100%;
}
/* Delay for each box */
.box:nth-child(1) { transition-delay: 0.2s; }
.box:nth-child(2) { transition-delay: 0.4s; }
.box:nth-child(3) { transition-delay: 0.6s; }
.box:nth-child(4) { transition-delay: 0.8s; }
.box1 {
  width: 100%;
  margin: 20px 0 0 0;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateX(-100px);
  transition: all 0.9s ease;
}
.box1.show {
  opacity: 1;
  transform: translateX(0);
}
.card.box1 h4 {
    font-size: 29px !important;
}
.card.box1 .text-box,
.card.box1 .img-box {
    width: 100%;
}
/* Delay for each box */
.box1:nth-child(1) { transition-delay: 0.2s; }
.box1:nth-child(2) { transition-delay: 0.4s; }
.box1:nth-child(3) { transition-delay: 0.6s; }
.box1:nth-child(4) { transition-delay: 0.8s; }
.box1:nth-child(5) { transition-delay: 0.95s; }
 .animated-div {
    transform: perspective(2500px) rotateX(-100deg);
    transform-style: preserve-3d;
    transition: transform 1s ease-out, opacity 0.5s ease-out;
    opacity: 0;
  }
 .animated-div {
    transform: perspective(2500px) rotateX(-100deg);
    transform-style: preserve-3d;
    transition: transform 1s ease-out, opacity 0.5s ease-out;
    opacity: 0;
  }
  
.animated-div.show {
    opacity: 1; 
  }
  .animated-div.rotate {
    transform: perspective(2500px) rotateX(0);
  }
  .text-slide {
  display: inline-block;
  transform: translateY(100%);
  opacity: 0;
  animation: slideUp 1s forwards; 
}
@keyframes slideUp {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.accordion-content {
  display: none;
  transition: max-height 0.3s ease;
}
.accordion-content.show {
  display: block;
}
.gEEmtD .card.box1 h4 {
    font-size: 30px !important;
    font-family: "ITC Franklin Gothic Std";
}
#how, #benefits, #what, #our {
  scroll-margin-top: 110px;
}

.gEEmtD .what_you_get .what_you_get-container .cards-container .card .text-box .hover-box,
.hqsKNc .what_you_get .what_you_get-container .cards-container .card .text-box .hover-box,
.jJdIuB .what_you_get .what_you_get-container .cards-container .card .text-box .hover-box,
.haKfUu .what_you_get .what_you_get-container .cards-container .card .text-box .hover-box {
    background: #233354;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.3rem;
    text-align: center;
    position: absolute;
    width: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    top: 0;
    left: 0;
    border: 1px solid #a6a6a6;
    z-index: 10;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.gEEmtD .what_you_get .what_you_get-container .cards-container .card .text-box .hover-box.active,
.hqsKNc .what_you_get .what_you_get-container .cards-container .card .text-box .hover-box.active,
.jJdIuB .what_you_get .what_you_get-container .cards-container .card .text-box .hover-box.active,
.haKfUu .what_you_get .what_you_get-container .cards-container .card .text-box .hover-box.active {
    display: flex;
    transform: scale(1.04);
    transition: 0.4s;
}
.gEEmtD .what_you_get .what_you_get-container .cards-container .card .text-box .hover-box.active h4,
.hqsKNc .what_you_get .what_you_get-container .cards-container .card .text-box .hover-box.active h4,
.jJdIuB .what_you_get .what_you_get-container .cards-container .card .text-box .hover-box.active h4,
.haKfUu .what_you_get .what_you_get-container .cards-container .card .text-box .hover-box.active h4 {
  font-size: 26px !important;
}
.gEEmtD .what_you_get .what_you_get-container .cards-container .card .text-box .hover-box ul,
.hqsKNc .what_you_get .what_you_get-container .cards-container .card .text-box .hover-box ul,
.jJdIuB .what_you_get .what_you_get-container .cards-container .card .text-box .hover-box ul,
.haKfUu .what_you_get .what_you_get-container .cards-container .card .text-box .hover-box ul {
    margin: 0.5rem 0px 0px;
    padding: 0px;
    color: rgb(255, 255, 255);
    list-style: none;
    text-align: start;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    font-size: 0.85rem;
}
.gEEmtD .what_you_get .what_you_get-container .cards-container .card .text-box .hover-box ul li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-size: 16px;
}

.hqsKNc .what_you_get .what_you_get-container .cards-container .card .text-box .hover-box ul li,
.jJdIuB .what_you_get .what_you_get-container .cards-container .card .text-box .hover-box ul li,
.haKfUu .what_you_get .what_you_get-container .cards-container .card .text-box .hover-box ul li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-size: 19px;
}
.hqsKNc .digital_supplier .digital_supplier-text div {
    max-width: 410px;
}


 /* Default: show on top */
  .tooltip.top {
    bottom: 125%;
  }

  /* If flipped: show below */
  .tooltip.bottom {
    top: 125%;
  }

  .tooltip-container:hover .tooltip {
    opacity: 1;
    visibility: visible;
  }
  #tooltip {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s;
}

#tooltip.show {
  opacity: 1;
  visibility: visible;
}

/* TOP (default) */
#tooltip.top {
    bottom: 100%;
    margin-bottom: 20px;
}

/* BOTTOM */
#tooltip.bottom {
  top: 100%;
  margin-top: 20px;
}
#tooltip.bottom::before {
  content: "";
    position: absolute;
    top: -41px;
    left: 42%;
    border-width: 18px;
    border-style: solid;
    border-color: #005586 transparent transparent transparent;
    transform: rotate(180deg);
}
  
/****************founders circle css end**************/
@media (max-width: 768px) {
  .bvojHZ h2,
  .bvojHZ h3,
  .bvojHZ .featured-ambassador-heading {
    line-height: 4vw;
    margin-bottom: 2.42vw;
  }

  .imFRwl {
    padding: min(5.11vw, 73px);
}
  .box1,
  .card.box1 .text-box,
.card.box1 .img-box,
 .box,
  .card.box .text-box,
.card.box .img-box {
    width: 100%;
  }
  .bvojHZ > p {
    max-width: 100%;
    font-size: 2.84vw;
    line-height: 3.5vw;
    margin-bottom: 2.42vw;
  }
  .bvojHZ {
    padding-top: 0;
  }
  .xBsGr > div {
    width: 100%;
  }
  .xBsGr > div img {
    max-width: 120px;
  }
  .tooltip {
    bottom: 125px;
  }
  .jJdIuB .our_expertise.suppliers {
    height: 144px !important;
  }
  .jJdIuB .our_expertise.suppliers .expertise_overlay {
    background: linear-gradient(180deg, #ee0000c4 100%, #e3f1fb 34%);
    height: 144px !important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .jJdIuB h2 {
    font-size: 2rem !important;
  }
  .jJdIuB .pallet_faq {
    margin: 5.5vw 3.5vw !important;
  }
  .jJdIuB .digital_supplier {
    grid-template-columns: 1fr;
    margin: 5.5vw 3.5vw !important;
    width: auto;
  }
  .jJdIuB .digital_supplier .digital_supplier_img {
    padding: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .jJdIuB .digital_supplier .digital_supplier_img img {
    max-width: 280px;
  }
  .jJdIuB .digital_supplier .digital_supplier-text h2 {
    font-size: 2rem !important;
    margin-bottom: 20px;
  }
  .jJdIuB .what_you_get .cards-container {
    display: grid !important;
    grid-template-columns: 1fr !important;
    padding: 0 16px;
  }
  .jJdIuB .pallet_faq {
    margin: 5.5vw 3.5vw !important;
  }
  .jJdIuB .pallet_faq .our {
    font-size: 2rem !important;
  }
  .eTxsWr .color_body {
    padding: 8px 24px;
  }
  .jJdIuB p {
    font-size: 14px !important;
  }
  .eTxsWr {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .mixml {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .jJdIuB .pallet_faq .market {
    display: contents;
  }
  .haKfUu .our_expertise.suppliers .expertise_overlay {
    background: linear-gradient(180deg, #ee0000c4 100%, #e3f1fb 34%);
    height: 144px !important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .haKfUu .our_expertise.suppliers {
    height: 144px !important;
  }
  .haKfUu .our_expertise .expertise_overlay.self h2 {
    display: inline-block;
    padding-right: 9px;
    font-size: 36px !important;
  }
  .haKfUu .digital_supplier {
    grid-template-columns: 1fr;
    margin: 5.5vw 3.5vw !important;
    width: auto;
  }
  .haKfUu .digital_supplier .digital_supplier_img {
    padding: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .haKfUu .digital_supplier .digital_supplier_img img {
    max-width: 190px;
  }
  .haKfUu .digital_supplier .digital_supplier-text h2 {
    margin-bottom: 20px;
  }
  .haKfUu .digital_supplier .digital_supplier-text p {
    font-size: 14px;
  }
  .haKfUu .color_box_wrp {
    margin: 0 !important;
  }
  .haKfUu .list-wrapper .item-container {
    margin-right: 21px;
  }
  .haKfUu .list-wrapper .item-container .number-box {
    -webkit-transform: translate(1rem, -34%);
    -ms-transform: translate(1rem, -34%);
    transform: translate(1rem, -34%);
  }
  .haKfUu .list-wrapper .item-container .icon-box {
    padding-left: 33px;
    width: 228px;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .haKfUu .list-wrapper .item-container .number-box .number {
    line-height: 54%;
    position: relative;
    z-index: 11;
    font-size: 81px;
  }
  .haKfUu .list-wrapper .item-container .number-box .number-shadow {
    -webkit-text-stroke: 20px;
    font-size: 83px;
  }
  .haKfUu .list-wrapper .item-container .icon-box .paras {
    margin-bottom: 0;
    margin-top: 0;
  }
  .haKfUu .list-wrapper .item-container .icon-box p {
    font-size: 17px !important;
    font-weight: 600;
    z-index: 28 !important;
    text-align: center;
  }
  .haKfUu .list-wrapper .item-container .bg-set .traingle {
    width: 55px;
    left: -1px;
  }
  .haKfUu .list-wrapper .item-container .bg-set .description-box {
    padding: 16px 10px 0px 0;
  }
  .haKfUu .list-wrapper .item-container .bg-set .description-box li {
    font-size: 14px;
    line-height: 22px;
  }
  .haKfUu .list-wrapper .item-container .icon-box p {
    font-size: 17px !important;
    font-weight: 600;
    z-index: 28 !important;
    text-align: center;
  }
  .haKfUu .digital_supplier .digital_supplier-text h2 {
    margin-bottom: 20px;
  }
  .haKfUu .what_you_get .cards-container {
    display: grid !important;
    grid-template-columns: 1fr !important;
    padding: 0 16px;
  }
  .hqsKNc .our_expertise.suppliers .expertise_overlay {
    background: linear-gradient(180deg, #ee0000c4 100%, #e3f1fb 34%);
    height: 144px !important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .hqsKNc .our_expertise.suppliers {
    height: 144px !important;
  }
  .hqsKNc .our_expertise .expertise_overlay.self h2 {
    display: inline-block;
    padding-right: 9px;
    font-size: 36px !important;
  }
  .hqsKNc .digital_supplier {
    grid-template-columns: 1fr;
    margin: 5.5vw 3.5vw !important;
    width: auto;
  }
  .hqsKNc .digital_supplier .digital_supplier_img {
    padding: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .hqsKNc .digital_supplier .digital_supplier_img img {
    max-width: 190px;
  }
  .hqsKNc .digital_supplier .digital_supplier-text h2 {
    margin-bottom: 20px;
  }
  .hqsKNc .digital_supplier .digital_supplier-text p {
    font-size: 14px;
  }
  .hqsKNc .color_box_wrp {
    margin: 0 14px !important;
  }
  .hqsKNc .list-wrapper .item-container {
    margin-right: 21px;
  }
  .hqsKNc .list-wrapper .item-container .number-box {
    -webkit-transform: translate(1rem, -34%);
    -ms-transform: translate(1rem, -34%);
    transform: translate(1rem, -34%);
  }
  .hqsKNc .list-wrapper .item-container .icon-box {
    padding-left: 33px;
    width: 228px;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .hqsKNc .list-wrapper .item-container .number-box .number {
    line-height: 54%;
    position: relative;
    z-index: 11;
    font-size: 81px;
  }
  .hqsKNc .list-wrapper .item-container .number-box .number-shadow {
    -webkit-text-stroke: 20px;
    font-size: 83px;
  }
  .hqsKNc .list-wrapper .item-container .icon-box .paras {
    margin-bottom: 0;
    margin-top: 0;
  }
  .hqsKNc .list-wrapper .item-container .icon-box p {
    font-size: 17px !important;
    font-weight: 600;
    z-index: 28 !important;
    text-align: center;
  }
  .hqsKNc .list-wrapper .item-container .bg-set .traingle {
    width: 55px;
    left: -1px;
  }
  .hqsKNc .list-wrapper .item-container .bg-set .description-box {
    padding: 16px 10px 0px 0;
  }
  .hqsKNc .list-wrapper .item-container .bg-set .description-box li {
    font-size: 14px;
    line-height: 22px;
  }
  .hqsKNc .list-wrapper .item-container .icon-box p {
    font-size: 17px !important;
    font-weight: 600;
    z-index: 28 !important;
    text-align: center;
  }
  .hqsKNc .digital_supplier .digital_supplier-text h2 {
    margin-bottom: 20px;
  }
  .hqsKNc .what_you_get .cards-container {
    display: grid !important;
    grid-template-columns: 1fr !important;
    padding: 0 16px;
  }
  .hqsKNc .pallet_faq {
    margin: 5.5vw 3.5vw !important;
  }
  .hqsKNc h2 {
    font-size: 2rem !important;
  }
  .hqsKNc p {
    font-size: 14px !important;
  }
  .guJJl {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .hqsKNc .color_box_wrp {
    grid-template-rows: auto;
  }
      .gEEmtD .banners {
        background-size: cover;
        height: 410px;
        padding: 0;
    }
        .gEEmtD .banners .quotes {
        top: 294px;
    }
  .gEEmtD .banners .banner-texts {
        margin-left: -9px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 28px !important;
        height: 410px;
    }
        .gEEmtD .banners .banner-texts h2 {
        font-size: 2rem !important;
    }
        .gEEmtD .banners .banner-texts h2.mb-4 {
        margin-bottom: 15px !important;
        margin-top: -2px;
    }
        .gEEmtD .what_you_get .cards-container {
        display: grid !important;
        grid-template-columns: 1fr !important;
        padding: 0 16px;
    }
        .gEEmtD .main h2 {
        font-size: 2rem !important;
    }
        .gEEmtD p {
        font-size: 14px !important;
    }
        .gEEmtD .CONTAINERS .header {
        font-size: 2rem !important;
    }
        .gEEmtD .banners .quotes {
        top: 294px;
    }
        .gEEmtD .banners .quotes button {
        padding: 4px !important;
        font-size: 11px !important;
        width: 132px !important;
    }
        .gEEmtD .search_marketplace {
        padding: 7vw 16px;
    }
        .gEEmtD .search_marketplace h2 {
        font-size: 1.7rem !important;
        display: contents;
    }
    .gEEmtD .search_marketplace .register {
        margin-top: 6px;
    }
    .gEEmtD .main .main_text {
        text-align: center;
    }
        .gEEmtD .main .list-wrapper {
        width: 100%;
        gap: 1.2rem;
    }
    .gEEmtD .main .item-container {
        width: 96%;
        -webkit-align-items: start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }
        .gEEmtD .main .item-container .number-box {
        -webkit-transform: translate(1rem, 25%);
        -ms-transform: translate(1rem,25%);
        transform: translate(1rem, 25%);
    }
        .gEEmtD .main .item-container .number-box .number, .gEEmtD .main .item-container .number-box .number-shadow {
        font-size: 77px;
    }
        .gEEmtD .main .item-container .number-box .number-shadow {
        -webkit-text-stroke: 16px;
    }
    .gEEmtD .main .item-container .number-box .number, .gEEmtD .main .item-container .number-box .number-shadow {
        font-size: 77px;
    }
        .gEEmtD .main .item-container .icon-box {
        padding: 0rem 0.5rem 0rem 2rem;
        -webkit-flex: 1 0 0;
        -ms-flex: 1 0 0;
        flex: 1 0 0;
        height: 169px;
        min-width: 144px;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
        .gEEmtD .main .item-container .icon-box img {
        max-height: 5rem;
        max-width: 35px;
        padding-top: 37px;
    }
        .gEEmtD .main .item-container .icon-box p {
        font-size: 17px !important;
        text-align: center;
    }
        .gEEmtD .main .item-container.first .traingle {
        border-left: 33px solid #00a5d7;
    }
        .gEEmtD .main .item-container .traingle {
        font-weight: 800;
        width: 33px;
        position: relative;
    }
        .gEEmtD .main .item-container .description-box {
        padding: 19px 5px;
        font-size: 14px;
        height: 169px;
        font-weight: 530;
        padding-left: 11px;
    } 
        .gEEmtD .main .item-container .description-box {
        font-size: 12px !important;
    }
    .gEEmtD .main .btn-container01 {
        gap: 34px;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
        .gEEmtD .CONTAINERS .buttons-01 {
        gap: 20px;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
        .gEEmtD .banners .banner-texts p {
        font-size: 21px !important;
        width: 100%;
        margin-top: 5px;
    }
        .gEEmtD .our_expertise.suppliers .expertise_overlay {
        background: linear-gradient(180deg, #ee0000c4 100%, #e3f1fb 34%);
        height: 300px !important;
    }
    .gEEmtD h2 {
        font-size: 1.5rem !important;
    }
        .gEEmtD .our_expertise .expertise_overlay p {
        font-size: 14px;
        margin-top: 18px;
    }
        .gEEmtD .our_expertise {
        background-size: cover;
        margin: 5.5vw 3.5vw !important;
        width: auto;
    }
    .gEEmtD .our_expertise .expertise_overlay .grid {
        display: grid;
    }
    .gEEmtD .search_marketplace .register button {
        width: 180px !important;
    }
        .gEEmtD .our_expertise .expertise_overlay.join {
        background: linear-gradient(180deg, #ee0000c4 100%, #e3f1fb 34%);
    }
        .gEEmtD .our_expertise {
        background-size: cover;
        margin: 5.5vw 3.5vw !important;
        width: auto;
    }
    .gEEmtD .our_expertise .expertise_overlay {
        background: linear-gradient(180deg, #ee0000c4 100%, #e3f1fb 34%);
        height: 357px;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .gEEmtD .our_expertise .expertise_overlay h2 {
      line-height: 0.9;
    }
       .box1 {
    width: 100% !important;
    }
    .card.box1 .text-box, .card.box1 .img-box {
    width: 100% !important;
}
  .box {
    width: 100%;
    }
    .card.box .text-box, .card.box .img-box {
    width: 100%;
}
}

@media (max-width: 1024px) {
  .jJdIuB .our_expertise.suppliers {
    height: 300px;
  }
  #tooltip {
    width: 200px;
}
      .gEEmtD .our_expertise .expertise_overlay .max-w {
        max-width: 264px;
        margin-top: 0;
    }
    .box1 {
    width: 100%;
    }
    .card.box1 .text-box, .card.box1 .img-box {
    width: 100%;
}
  .box {
    width: 100%;
    }
    .card.box .text-box, .card.box .img-box {
    width: 100%;
}
      .gEEmtD .search_marketplace .register button {
        width: 215px;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
  .hqsKNc .our_expertise.suppliers {
    height: 300px;
  }
  .hqsKNc .pallet_faq {
    margin: 3.5vw 3.5vw;
  }
  .hqsKNc .our_expertise .expertise_overlay h2,
  .haKfUu .our_expertise .expertise_overlay h2,
  .jJdIuB .our_expertise .expertise_overlay h2 {
    font-size: 3rem;
  }
  .hqsKNc .our_expertise .expertise_overlay,
  .haKfUu .our_expertise .expertise_overlay,
  .jJdIuB .our_expertise .expertise_overlay {
    height: 300px;
  }
  .hqsKNc .digital_supplier .digital_supplier_img img {
    max-width: 300px;
  }
  .hqsKNc h2,
  .haKfUu h2,
  .jJdIuB h2 {
    font-size: 2rem;
  }
  .hqsKNc p,
  .haKfUu p,
  .jJdIuB p {
    font-size: 14px;
  }
  .hqsKNc
    .what_you_get
    .what_you_get-container
    .cards-container
    .card
    .text-box
    > h4,
  .hqsKNc
    .what_you_get
    .what_you_get-container
    .cards-container
    .card
    .img-box
    .hover-box
    > h4 {
    font-size: 23px;
  }
  .haKfUu p {
    font-size: 14px;
  }
  .haKfUu .color_box_wrp {
    margin-right: 46px;
    margin-top: 51px;
  }
  .haKfUu h2 {
    font-size: 2rem;
  }
  .haKfUu .our_expertise .expertise_overlay h2 {
    font-size: 3rem;
  }
  .haKfUu .our_expertise.suppliers {
    height: 300px;
  }
  .jJdIuB .pallet_faq .market {
    font-size: 1.7rem !important;
  }
  .jJdIuB .pallet_faq {
    margin: 3.5vw 3.5vw;
  }
  .jJdIuB .pallet_faq .market {
    font-size: 1.7rem !important;
  }
  .jJdIuB p {
    font-size: 14px;
  }
  .jJdIuB .digital_supplier .digital_supplier_img img {
    max-width: 300px;
  }
  .jJdIuB
    .what_you_get
    .what_you_get-container
    .cards-container
    .card
    .text-box
    > h4,
  .jJdIuB
    .what_you_get
    .what_you_get-container
    .cards-container
    .card
    .img-box
    .hover-box
    > h4,
  .haKfUu
    .what_you_get
    .what_you_get-container
    .cards-container
    .card
    .text-box
    > h4,
  .haKfUu
    .what_you_get
    .what_you_get-container
    .cards-container
    .card
    .img-box
    .hover-box
    > h4,
  .jJdIuB
    .what_you_get
    .what_you_get-container
    .cards-container
    .card
    .text-box
    > h4,
  .jJdIuB
    .what_you_get
    .what_you_get-container
    .cards-container
    .card
    .img-box
    .hover-box
    > h4 {
    font-size: 23px;
  }
  .jJdIuB
    .what_you_get
    .what_you_get-container
    .cards-container
    .card
    .text-box
    .hover-box
    ul
    li {
    font-size: 15px;
  }
  .jJdIuB .pallet_faq {
    margin: 3.5vw 3.5vw;
  }
  .eTxsWr h4 {
    font-size: 25px;
  }
        .gEEmtD .banners .banner-texts {
        padding: 17px;
        /* height: 288px; */
    }
}
@media (max-width: 410px) {
  .jJdIuB
    .what_you_get
    .what_you_get-container
    .cards-container
    .card
    .text-box
    > h4,
  .jJdIuB
    .what_you_get
    .what_you_get-container
    .cards-container
    .card
    .img-box
    .hover-box
    > h4 {
    font-size: 1.5rem !important;
  }
  .jJdIuB .color_box_wrp h4 {
    font-size: 1.5rem !important;
  }
  .hqsKNc .color_box_wrp h4 {
    font-size: 1.5rem !important;
  }
}
/* @media (max-width: 500px) {
    .gEEmtD .main .main_text {
        text-align: center;
    }
        .gEEmtD .main .list-wrapper {
        width: 100%;
        gap: 1.2rem;
    }
    .gEEmtD .main .item-container {
        width: 96%;
        -webkit-align-items: start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }
        .gEEmtD .main .item-container .number-box {
        -webkit-transform: translate(1rem, 25%);
        -ms-transform: translate(1rem,25%);
        transform: translate(1rem, 25%);
    }
        .gEEmtD .main .item-container .number-box .number, .gEEmtD .main .item-container .number-box .number-shadow {
        font-size: 77px;
    }
        .gEEmtD .main .item-container .number-box .number-shadow {
        -webkit-text-stroke: 16px;
    }
    .gEEmtD .main .item-container .number-box .number, .gEEmtD .main .item-container .number-box .number-shadow {
        font-size: 77px;
    }
        .gEEmtD .main .item-container .icon-box {
        padding: 0rem 0.5rem 0rem 2rem;
        -webkit-flex: 1 0 0;
        -ms-flex: 1 0 0;
        flex: 1 0 0;
        height: 169px;
        min-width: 144px;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
        .gEEmtD .main .item-container .icon-box img {
        max-height: 5rem;
        max-width: 35px;
        padding-top: 37px;
    }
        .gEEmtD .main .item-container .icon-box p {
        font-size: 17px !important;
        text-align: center;
    }
        .gEEmtD .main .item-container.first .traingle {
        border-left: 33px solid #00a5d7;
    }
        .gEEmtD .main .item-container .traingle {
        font-weight: 800;
        width: 33px;
        position: relative;
    }
        .gEEmtD .main .item-container .description-box {
        padding: 19px 5px;
        font-size: 14px;
        height: 169px;
        font-weight: 530;
        padding-left: 11px;
    } 
        .gEEmtD .main .item-container .description-box {
        font-size: 12px !important;
    }
} */
@media only screen and (min-width: 360px) and (max-width: 767px) {
    .gEEmtD .main .item-container .description-box {
        font-size: 12px !important;
    }
}