/* Banner */
.digital-transformation .common-title-left {
  max-width: 730px;
}
/* Banner End */
/* Digital Numeric List */
.number-list-border {
  counter-reset: ol-counter;
  margin-bottom: 0;
}
.number-list-border li {
  padding: 10px 20px 10px 66px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  position: relative;
  margin-bottom: 16px;
}
.number-list-border li:last-child {
  margin-bottom: 0;
}
.number-list-border li::before {
  /* content: counters(ol-counter, ".") "."; */
  /* counter-increment: ol-counter; */
  /* position: absolute; */
  top: 10px;
  left: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  color: #393939;
}
/* Digital Numeric List End */
/* Helps You */
.helps-you .grey-box,
.digital-services .grey-box {
  height: 100%;
}
.helps-you .heading_six,
.digital-services .heading_six {
  line-height: 30px;
}
/* Helps You End */
/* Digital Services */
.digital-services-row {
  margin-bottom: -24px;
}
.digital-services-col {
  margin-bottom: 24px;
}
.digital-services-image,
.our-engagement-image {
  display: inline-block;
  margin-bottom: 16px;
}
/* Digital Services End */
/* Digital Info */
.digital-info .digital-info-row {
  margin-bottom: 80px;
  align-items: center;
}
.digital-info .digital-info-row:last-child {
  margin-bottom: 0;
}
.digital-info .digital-info-row:nth-child(2n) .digital-info-left {
  order: 2;
}
.digital-info .digital-info-row:nth-child(2n) .digital-info-right {
  order: 1;
}
.digital-info-img {
  border-radius: 20px;
  overflow: hidden;
}
.digital-info-img img {
  width: 100%;
  height: 100%;
}
/* Digital Info End */
/* Digital Strategy */
.digital-strategy .common-list {
  margin-bottom: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
}
.digital-strategy .common-list li {
  width: calc(33.33% - 24px);
}
/* .common-list li {
  position: relative;
  padding-left: 24px;
} */
/* .common-list li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #003399;
} */
/* Digital Strategy End */
/* Why Choose */
.digital-why-choose .common-title-left {
  max-width: 750px;
}
.digital-why-choose .common-list {
  margin-bottom: 0;
  column-count: 2;
  column-gap: 24px;
  margin-bottom: -12px;
}
.digital-why-choose .common-list li {
  break-inside: avoid;
  margin-bottom: 12px;
}
/* .check-list li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 12px;
} */
/* .check-list li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 16px;
  height: 16px;
  background-image: url(../images/icon_circle_check.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
} */
.digital-why-choose .counter-list {
  margin-bottom: -30px;
}
.digital-why-choose .counter-list li {
  margin-bottom: 30px;
}
/* Why Choose End */
/* Digital Assessment */
.step-image-box {
  position: relative;
  text-align: center;
  margin-bottom: 34px;
}
.step-image-box::before {
  content: "";
  position: absolute;
  width: 100%;
  border: 1px dashed #7c787e;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.step-box-col {
  padding: 0;
}
.step-box-col:first-child .step-image-box::before {
  width: 50%;
  left: inherit;
  right: 0;
}
.step-box-col:last-child .step-image-box::before {
  width: 50%;
  left: 0;
  right: inherit;
}
.step-image-box .img-box {
  margin: 0;
  max-width: 100%;
  position: relative;
  width: 86px;
  height: 86px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
}
.step-image-box .img-box::after {
  content: "";
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100px;
  height: 100px;
  background-color: #003399;
  border-radius: 100%;
  z-index: -2;
}
.step-image-box .img-box::before {
  content: "";
  position: absolute;
  width: 124px;
  height: 124px;
  border-radius: 100%;
  border: 1px dashed rgba(0, 51, 153, 0.5);
  left: -19px;
  top: -19px;
  border-radius: 100%;
  -webkit-animation: spinAround 9s linear infinite;
  -moz-animation: spinAround 9s linear infinite;
  animation: spinAround 9s linear infinite;
  z-index: -1;
}
.step-box-col .step-content {
  padding-left: 12px;
  padding-right: 12px;
}
.step-block-row {
  position: relative;
  z-index: 0;
  margin-top: 22px;
}
.step-block-row::after {
  content: url(../images/step-arrow.svg);
  position: absolute;
  top: 45px;
  transform: translateY(-50%);
  -webkit-animation: travel 6s linear infinite;
  animation: travel 6s linear infinite;
  z-index: -1;
  display: block;
  height: 16px;
}
@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes travel {
  0% {
    left: 20%;
  }
  100% {
    left: 85%;
  }
}
@keyframes travel {
  0% {
    left: 20%;
  }
  100% {
    left: 85%;
  }
}
/* Digital Assessment End */
/* Our Engagement */
.our-engagement .grey-box {
  height: 100%;
}
.our-engagement .common-list li {
  margin-bottom: 12px;
}
/* Our Engagement End */
/* Topical Guide */
.topical-guide .common-title h2 {
  max-width: 700px;
}
.nav-pills.topical-guide-nav {
  gap: 16px;
  flex-direction: column;
  position: sticky;
  top: 110px;
}
.nav-pills.topical-guide-nav .nav-link {
  padding: 12px 16px;
  background: 0 0;
  border: 0;
  border-radius: 6px;
  text-align: left;
  transition: 0.2s;
}
.nav-pills.topical-guide-nav .nav-link.active,
.nav-pills.topical-guide-nav .show > .nav-link {
  background-color: #003399;
}
.nav-pills.topical-guide-nav .nav-link:focus,
.nav-pills.topical-guide-nav .nav-link:hover {
  color: #ffffff;
  background-color: #003399;
  transition: 0.2s;
}
.topical-guide .common-list li {
  margin-bottom: 26px;
}
.topical-guide .common-list li:last-child {
  margin-bottom: 0;
}
.topical-guide .common-list li > .text-lg {
  margin-bottom: 8px;
}
/* Topical Guide End */
/* FAQ */
.faq-left {
  position: sticky;
  top: 110px;
}
.faq p a {
  text-decoration: underline;
}
/* FAQ End */

@media only screen and (max-width: 1199px) {
  /* Banner */
  .digital-transformation .common-title-left {
    max-width: 100%;
  }
  .common-title {
    gap: 16px;
  }
  /* Banner End */
}
@media only screen and (max-width: 991px) {
  /* Digital Numeric List */
  .number-list-border {
    margin-top: 16px;
    margin-bottom: -12px;
    gap: 12px;
    /* column-count: 2; */
    display: flex;
    flex-wrap: wrap;
  }
  .number-list-border li {
    width: calc(50% - 6px);
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    margin-bottom: 0;
    padding: 7px 17px 7px 66px;
  }
  /* Digital Numeric List End */
  /* Helps You Info */
  .helps-you-info-row,
  .our-engagement-row {
    margin-bottom: -24px;
  }
  .helps-you-info-col,
  .our-engagement-col {
    margin-bottom: 24px;
  }
  /* Helps You Info End */
  /* Digital Info */
  .digital-info-img {
    margin: 12px 0 20px;
  }
  /* Digital Info End */
  /* Digital Strategy */
  .digital-strategy .common-list {
    gap: 16px;
  }
  .digital-strategy .common-list li {
    width: calc(50% - 16px);
  }
  /* Digital Strategy End */
  /* Why Choose */
  .digital-why-choose .common-title-left {
    max-width: 100%;
  }
  .digital-why-choose .common-list {
    column-gap: 12px;
  }
  /* Why Choose End */
  /* Digital Assessment */
  .step-block-row::after,
  .step-image-box::before {
    display: none;
  }
  .step-block-row {
    margin-bottom: -46px;
  }
  .step-box-col {
    margin-bottom: 46px;
  }
  /* Digital Assessment End */
  /* Topical Guide */
  .topical-guide .common-title h2 {
    max-width: 100%;
  }
  .nav-pills.topical-guide-nav {
    gap: 16px;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-y: hidden;
    padding-bottom: 12px;
    margin-bottom: 12px;
    position: static;
  }
  .nav-pills.topical-guide-nav .nav-link {
    padding: 8px 12px;
    white-space: nowrap;
  }
  /* Topical Guide End */
}
@media only screen and (max-width: 767px) {
  /* Digital Numeric List */
  /* .number-list-border {
    column-count: 1;
  } */
  .number-list-border li {
    padding: 7px 17px 7px 50px;
    width: 100%;
  }
  .number-list-border li::before {
    top: 6px;
    left: 10px;
  }
  /* Digital Numeric List End */
  /* Why Choose */
  .digital-why-choose .common-list {
    margin-bottom: 12px;
  }
  /* Why Choose End */
  /* FAQ */
  .faq-left {
    position: static;
  }
  .faq-block {
    margin-top: 24px;
  }
  /* FAQ End */
}
@media only screen and (max-width: 575px) {
  /* Digital Numeric List */
  .number-list-border li::before {
    font-size: 16px;
    line-height: 24px;
    top: 4px;
  }
  /* Digital Numeric List End */
  /* Helps You Info */
  .helps-you-info-row,
  .digital-services-row {
    margin-bottom: -16px;
  }
  .helps-you-info-col,
  .digital-services-col {
    margin-bottom: 16px;
  }
  .helps-you .heading_six,
  .digital-services .heading_six {
    line-height: 24px;
  }
  /* Helps You Info End */
  /* Digital Services */
  .digital-services-image,
  .our-engagement-image {
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
  }
  .digital-services-image img,
  .our-engagement-image img {
    object-fit: cover;
  }
  /* Digital Services End */
  /* Digital Strategy */
  .digital-strategy .common-list li {
    width: 100%;
  }
  .common-list li {
    padding-left: 16px;
  }
  .common-list li::before {
    width: 6px;
    height: 6px;
  }
  /* Digital Strategy End */
  /* Why Choose */
  .digital-why-choose .common-list {
    column-count: 1;
  }
  .digital-why-choose .counter-list {
    margin-bottom: -20px;
  }
  .digital-why-choose .counter-list li {
    margin-bottom: 20px;
  }
  /* .check-list li {
    padding-left: 24px;
  } */
  /* .check-list li::before {
    width: 14px;
    height: 14px;
  } */
  /* Why Choose End */
  /* Digital Assessment */
  .step-image-box {
    margin-bottom: 24px;
  }
  .step-image-box .img-box {
    width: 66px;
    height: 66px;
  }
  .step-image-box .img-box::before {
    width: 98px;
    height: 98px;
    left: -16px;
    top: -16px;
  }
  .step-image-box .img-box::after {
    width: 78px;
    height: 78px;
    top: -6px;
    left: -6px;
  }
  /* Digital Assessment End */
  /* Topical Guide */
  .topical-guide .common-list li {
    margin-bottom: 12px;
  }
  /* Topical Guide End */
}
@media only screen and (max-width: 480px) {
}
