.client-heading {
  font-weight: 500;
  font-size: 17px;
  line-height: 27px;
  color: #191919;
  text-align: center;
  width: fit-content;
  margin: 8px auto;
}
.hire-badge {
  border-radius: 10px;
  opacity: 1;
  background: 0% 0% no-repeat padding-box;
  padding: 4px 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  background-color: #ed6625;
  color: #fff;
}
.feature-badge {
  height: 24px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #eb5d1e;
}
.available-badge {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 4px 8px;
  gap: 4px;
  position: absolute;
  height: 24px;
  right: 10px;
  top: 10px;
  background: #effff3;
  border: 1px solid #34c759;
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;

  color: #34c759;
}
.custom-badge {
  padding: 6px 8px;
  position: absolute;
  left: 10px;
  top: 10px;
  background: #555555;
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #fffcfb;
  z-index: 12;
}
.section-heading-new {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  display: flex;
  align-items: center;
  color: #191919;
  margin-bottom: 4px;
  text-align: center;
}
.section-subheading-new {
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 27px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #555555;
}
.icon-interval {
  background-image: url('../icons/interval.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 6px;
}
.icon-interval path {
  fill: #121212;
}
.response-within-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #555555;
}
.our-tools .content-wrap {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 48px 0px 0px;
  background: #ffffff;
  border: 1px solid #e1e4ea;
  border-radius: 16px;
  overflow: hidden;
}
.our-tools .tools-content-footer {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 48px 0px;
  gap: 24px;
  height: 205px;
  width: 100%;
  border-top: 1px solid #e1e4ea;
  background: #ffffff;
  z-index: 2;
}
.our-tools .quickinfo-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 8px;
  border-radius: 12px;
  max-width: 100%;
}
.our-tools .quickinfo-wrap .quickinfo-wrap-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  gap: 12px;
  width: 175px;
  height: 61px;
  border-radius: 8px;
}
.our-tools .quickinfo-wrap .quickinfo-wrap-item h2 {
  font-weight: 500;
  font-size: 32px;
  line-height: 16px;
  text-align: center;
  color: #191919;
  margin: 0;
  padding: 0;
}
.our-tools .quickinfo-wrap .quickinfo-wrap-item p {
  font-weight: 400;
  font-size: 14px;
  line-height: 124%;
  text-align: center;
  color: #191919;
  margin: 0;
  padding: 0;
}

.our-tools .tools-content-footer .item-divider {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  width: 8px;
  height: 8px;
  background: #d6d9e4;
}

.automation-intelligence {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 96px 0px;
  gap: 4px;
  width: 100%;
  background: #ffffff;
}
.automation-intelligence-left {
  width: 50%;
}
.automation-intelligence-right {
  position: absolute;
  right: -30px;

  min-height: 560px;
  display: flex;
  padding-left: 100px;
  align-items: center;
  width: calc(50% - 100px);
}
.automation-intelligence-right img {
  scale: 1.38;
  max-height: 400px;
  /* min-height: 400px; */
  max-width: fit-content;
}
.automation-intelligence .automation-intelligence-nav {
  display: flex;
  flex-direction: column !important;
  align-items: flex-start;
  padding: 0px;
  gap: 24px;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  white-space: normal;
}
.automation-intelligence-nav li a {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px 0px 16px 24px;
  gap: 20px;

  border-left: 4px solid #f5f5f5;
  transition: all 0.3s;

  color: #555555;
  max-width: 100%;
}
.automation-intelligence-nav li .nav-heading {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #191919;
}
.automation-intelligence-nav li .nav-text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #555555;
}
.automation-intelligence-nav li a.active {
  border-left: 4px solid #eb5d1e;
}
.page-header-new {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: #f9f9f9;
  border-bottom: 1px solid #e1e4ea;
  padding: 80px 0px;
}
.page-header-new .page-header-content {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
}
.page-header-new .main-heading {
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 56px;
  text-align: center;
  color: #191919;
}
.page-header-new .main-summary {
  font-style: normal;
  font-weight: 500;
  font-size: 16.875px;
  line-height: 27px;
  text-align: center;
  color: #555555;
}
.new-section-content {
  max-width: 768px;
  width: 100%;
}
.section-new {
}
.section-new h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #121212;
}
.section-new p {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #383838;
}
.hire-featured-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px 16px;
  gap: 10px;
  width: 296px;
  height: 206px;
  text-align: center;
}
.how-work-featured-block {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  gap: 10px;
  width: 300px;
  min-width: 300px;
  height: 290px;
  background: #fafafa;
  border: 1px solid #e1e4ea;
  border-radius: 16px;
  text-align: left;
}

.how-we-build-featured-block {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  gap: 32px;
  width: 241px;
  height: 240px;
  background: #fafafa;
  border: 1px solid #e1e4ea;
  border-radius: 16px;
}
.our-values-featured-block {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  gap: 32px;
  width: 100%;
  height: 428px;
  background: #fafafa;
  border: 1px solid #e1e4ea;
  border-radius: 16px;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #535862;
}
.featured-block-icon {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 24px;
  gap: 10px;
  min-width: 100px;
  min-height: 100px;
  width: 100px;
  height: 100px;
  background: #fefefe;
  border: 1px solid #ebedf0;
  box-shadow: 0px 1px 2px rgba(10, 13, 18, 0.05),
    inset 0px 0px 0px 1px rgba(10, 13, 18, 0.18),
    inset 0px -2px 0px rgba(10, 13, 18, 0.05);
  border-radius: 10px;
}

.featured-block-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;

  color: #121212;
}
.featured-block-desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;

  color: #383838;
}
.featured-response-within {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;

  display: flex;
  align-items: center;
  text-align: center;

  color: #555555;
  margin-left: -10px;
  padding: 0;
}
.featured-response-within span {
  filter: hue-rotate(90deg);
}

.hire-expertise {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 96px 52px;
  gap: 32px;
  width: 100%;
  background: #f9f9f9;
  border-width: 1px 0px;
  border-style: solid;
  border-color: #e1e4ea;
}
.custom-input-new {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 12px 24px;
  gap: 2px;
  border: 1px solid #e1e4ea;
  border-radius: 16px;
  font-weight: 500;
  font-size: 16px;
  color: #767676 !important;
  background-color: #ffffff;
}
.custom-textarea-contact-form7 {
  height: auto !important;
  resize: none;
}

.custom-input-new::placeholder,
.input-container-select select {
  color: rgb(118 118 118 / 50%) !important;
}
.input-container-select option:not(:first-of-type) {
  color: #767676;
}
.input-container-icon {
  position: relative;
}
.input-container-icon .custom-input-new {
  padding-right: 45px;
}
.input-container-icon i {
  position: absolute;
  right: 20px;
  top: 10px;
}

.user-grid-item {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px 16px;
  gap: 16px;
  isolation: isolate;

  min-width: 316px;
  width: 100%;
  min-height: 402px;
  background: #ffffff;

  border: 1px solid #e1e4ea;
  border-radius: 16px;
  font-weight: 400;
  font-size: 14px;

  color: #606060;
  position: relative;
}
.user-grid-item .button {
  font-size: 14px;
  line-height: 14px;
  width: 100%;
}
.team-plan-grid-item {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  gap: 2px;

  width: 100%;
  min-height: 362px;

  background: #ffffff;

  border: 1px solid #e1e4ea;
  border-radius: 16px;
}
.team-plan-grid-item h6 {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #767676;
}
.team-plan-grid-item .team-plan-item {
  display: flex;
  gap: 12px;
}
.team-plan-grid-item img {
  width: 20px;
}
.team-plan-custom-price {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  color: #000000;
}

.team-plan-custom-price span {
  font-weight: 500;
  color: #ed6625;
}
.team-plan-custom-item {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  gap: 2px;
  width: 100%;
  min-height: 308px;
  background: #ffffff;
  border: 1px solid #e1e4ea;
  border-radius: 16px;
}
.team-plan-custom-item h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  color: #ed6625;
}
.custom-count-selection {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 12px 0px;
  gap: 2px;
  max-width: 614px;
  width: 100%;
  min-height: 122px;
  border-top: 1px solid #e1e4ea;
  border-bottom: 1px solid #e1e4ea;
  font-weight: 500;
  font-size: 16px;
  text-align: left;
  color: #000000;
  justify-content: space-around;
}
.custom-count-selection .custom-column {
  height: 48px;
  display: flex;
  align-items: center;
  text-align: left;
  width: 100%;
  white-space: nowrap;
}
.custom-input-counter {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 4px 12px;
  gap: 10px;

  width: 100px;
  height: 32px;

  background: #fefefe;
  border: 1px solid #ebedf0;

  box-shadow: 0px 1px 2px rgba(10, 13, 18, 0.05),
    inset 0px 0px 0px 1px rgba(10, 13, 18, 0.18),
    inset 0px -2px 0px rgba(10, 13, 18, 0.05);
  border-radius: 10px;
}
.custom-input-counter button {
  width: 24px;
  padding: 0;
  border: 0;
  margin: 0;
}
.custom-input-counter .counter-value {
  width: auto;
}

.our-vision-mission {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 96px 52px;
  gap: 32px;

  width: 100%;

  background: #f9f9f9;
  border-width: 1px 0px;
  border-style: solid;
  border-color: #e1e4ea;
}
.our-vision-mission-featured-block {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  width: 100%;
  height: 292px;
  background: #ffffff;
  border: 1px solid #e1e4ea;
  border-radius: 16px;
}
.guide-featured-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  gap: 20px;
  width: 100%;
  min-width: 320px;
  min-height: 178px;
  text-align: center;
}
.featured-block-icon-sm {
  box-sizing: border-box;
  width: 48px;
  height: 48px;
  background: #ffffff;
  border: 1px solid #eceefb;
  box-shadow: 0px 1px 2px rgba(10, 13, 18, 0.05),
    inset 0px 0px 0px 1px rgba(10, 13, 18, 0.18),
    inset 0px -2px 0px rgba(10, 13, 18, 0.05);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
}
.button-round-new {
  box-sizing: border-box;
  display: block;
  padding: 12px 18px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #d5d7da;
  box-shadow: 0px 1px 2px rgba(10, 13, 18, 0.05),
    inset 0px 0px 0px 1px rgba(10, 13, 18, 0.18),
    inset 0px -2px 0px rgba(10, 13, 18, 0.05);
  border-radius: 99px;

  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #414651;
}
.button-round-orange {
  box-sizing: border-box;
  display: block;
  width: fit-content;
  align-items: center;
  padding: 12px 24px;
  background: #ed6625;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #ffffff;
  transition: all 0.3s;
}

.button-round-orange:hover {
  box-shadow: 0px 11px 20px -10px #1f1c1b;
  color: white;
}
.button-round-new:hover {
  box-shadow: 0px 11px 20px -10px #1f1c1b;
  color: #414651;
}
.section-border-top {
  border-top: 1px solid #e1e4ea;
}
.our-team-grid {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 96px 52px;
  gap: 32px;

  width: 100%;
  min-height: 1334px;

  background: #f9f9f9;
  border-top: 1px solid #e1e4ea;
}
.team-grid-featured-block {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px 16px;
  width: 100%;
  min-height: 424px;
  background: #ffffff;
  border: 1px solid #e1e4ea;
  border-radius: 16px;

  font-weight: 400;
  font-size: 14px;

  color: #606060;
}
.team-grid-featured-block .team-grid-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #121212;
}
.blue-banner-big {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 0px;
  gap: 20px;
  width: 100%;
  min-height: 274px;
  background: #314276;
  border-radius: 32px;

  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
  overflow: hidden;
}
.banner-featured-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 768px;
  gap: 20px;
  padding: 24px;
  height: 100%;
  justify-content: center;
}

.blue-banner-big h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin: 0;
}
.why-company-choose-featured-block {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  gap: 32px;
  width: 100%;
  height: 308px;
  background: #fafafa;
  border: 1px solid #e1e4ea;
  border-radius: 16px;
}
.list-with-tickmark {
  list-style-type: none;
  padding-left: 0;
}
.list-with-tickmark li::before {
  background: url('../icons/new/icon-check-circle.png');
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background-size: contain;
  background-repeat: no-repeat;
}
.list-with-tickmark li {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #535862;
  position: relative;
  padding-left: 40px;
  height: 28px;
  margin-bottom: 1rem;
}
.play-button {
  position: absolute;
  width: 96px;
  height: 96px;
  left: calc(50% - 96px / 2);
  top: calc(50% - 96px / 2);
  border-radius: 11998.8px;
  background: transparent;
  border: 0;
  font-size: 96px;
  color: rgb(207, 179, 171, 0.9);
  transition: all 0.2s;
  z-index: 10;
}
.play-button:hover {
  color: rgb(221, 194, 186, 0.9);
}
.text-grey-46 {
  color: rgba(118, 118, 118, 1);
}
.contact-info-list img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
#contactus-page {
  padding: 96px 52px;
  gap: 32px;
  width: 100%;
  min-height: 598px;
  background: #fefefe;
}
#contactus-page .form-control {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 16px !important;
  gap: 10px;
  background: #fefefe !important;
  border: 1px solid #ebedf0 !important;

  box-shadow: 0px 1px 2px rgba(10, 13, 18, 0.05),
    inset 0px 0px 0px 1px rgba(10, 13, 18, 0.18),
    inset 0px -2px 0px rgba(10, 13, 18, 0.05) !important;
  border-radius: 10px !important;
}
#contactus-page .form-label {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #555555;
}
#contactus-page .form-control::placeholder {
  letter-spacing: 0px;
  text-transform: capitalize;
  opacity: 1;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 16px !important;
  color: #888888 !important;
}
.contact-address {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 96px 52px;
  gap: 32px;

  width: 100%;
  min-height: 700px;

  background: #f9f9f9;

  border-width: 1px 0px;
  border-style: solid;
  border-color: #e1e4ea;
}
.contact-address-featured-block {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  gap: 2px;
  width: 100%;
  min-height: 354px;
  background: #ffffff;

  border: 1px solid #e1e4ea;
  border-radius: 16px;
}
.mega-menu-title-new {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #767676;
  height: 36px;
}
.header .menu > ul > li .menu-subs {
  padding: 16px;
  min-width: 367px;
  width: auto;
  background: #ffffff;
  border: 1px solid #e1e4ea;
  box-shadow: 0px 12px 16px -4px rgba(10, 13, 18, 0.08),
    0px 4px 6px -2px rgba(10, 13, 18, 0.03),
    0px 2px 2px -1px rgba(10, 13, 18, 0.04);
  border-radius: 16px;
}
.header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a {
  font-weight: 500;
  height: 40px;
}
.mega-menu-hire-button {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px 0px;
  gap: 16px;
  width: 300px;
  background: linear-gradient(180deg, #fcf4f2 0%, #ffe8dc 100%);
  border: 1px solid #eb5d1e;
  border-radius: 24px;
}
.mega-menu-icon-image {
  width: 20px;
  height: 16px;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 8px;
}

.custom-contact-form7 label {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #555555;
  font-family: inherit;
}

/*inputs*/
.custom-contact-form7 input:not([type='submit']),
.custom-contact-form7 textarea {
  box-sizing: border-box;
  padding: 14px;
  width: 100%;
  height: 48px;
  background: #fefefe;
  border: 1px solid #ebedf0;
  box-shadow: 0px 1px 2px rgba(10, 13, 18, 0.05),
    inset 0px 0px 0px 1px rgba(10, 13, 18, 0.18),
    inset 0px -2px 0px rgba(10, 13, 18, 0.05);
  border-radius: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #888888;
  font-family: inherit;
}

.custom-contact-form7 select {
  box-sizing: border-box;
  padding: 14px;
  width: 100%;
  height: 48px;
  background: #fefefe;
  border: 1px solid #ebedf0;
  box-shadow: 0px 1px 2px rgba(10, 13, 18, 0.05),
    inset 0px 0px 0px 1px rgba(10, 13, 18, 0.18),
    inset 0px -2px 0px rgba(10, 13, 18, 0.05);
  border-radius: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #888888;
  font-family: inherit;
}

.custom-contact-form7 input[type='checkbox'] {
  accent-color: #eb5d1e;
  height: 20px;
  width: 20px;
  vertical-align: text-top;
}

.header-item-center {
  justify-content: flex-end;
  flex: 0 0 75%;
}

@media (max-width: 991px) {
  .our-tools .quickinfo-wrap .quickinfo-wrap-item h2 {
    font-size: 17px;
    line-height: 17px;
  }
  .our-tools .quickinfo-wrap .quickinfo-wrap-item p {
    font-size: 10px;
    line-height: 12px;
  }
  .our-tools .tools-content-footer .item-divider {
    min-width: 4px;
    width: 4px;
    height: 4px;
  }

  .automation-intelligence-left {
    width: 100%;
  }
  .automation-intelligence-right {
    position: relative;
    right: 0px;
    padding-left: 0px;
    align-items: center;
    width: 100%;
    min-height: auto;
    margin-top: 40px;
    margin-bottom: -30px;
  }
  .automation-intelligence-right img {
    scale: 1.11;
    max-width: 100%;
  }
  .page-header-new {
    padding: 48px 16px;
  }
  .section-new h2,
  .page-header-new .main-heading {
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    text-align: center !important;
    color: #191919;
  }
  .hire-expertise h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
  }
  .section-new .feature-badge {
    text-align: center !important;
  }
  .our-values-featured-block {
    height: 340px;
  }
  .text-center-md-sr {
    text-align: center !important;
  }
  .how-we-build-featured-block,
  .our-vision-mission-featured-block {
    width: 100%;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    height: auto;
  }
  .team-grid-featured-block .team-grid-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #121212;
  }
  .blue-banner-big h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
  }

  #contactus-page,
  .contact-address,
  .our-vision-mission,
  .hire-expertise,
  .section-new,
  .our-values,
  .our-vision-mission,
  .about-our-story {
    padding: 40px 8px;
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .featured-block-wrapper {
    width: 100%;
  }
  .our-automation-service,
  .automation-intelligence {
    padding: 40px 0px;
    margin-bottom: 0;
  }

  .hire-featured-block {
    width: 100%;
  }
  .how-work-featured-block,
  .how-we-build-featured-block,
  .our-values-featured-block,
  .our-vision-mission-featured-block,
  .why-company-choose-featured-block {
    width: 100%;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    height: auto;
    padding: 16px;
  }
  .featured-block-icon {
    padding: 24px;
    gap: 10px;
    min-width: 80px;
    min-height: 80px;
    width: 80px;
    height: 80px;
  }

  .featured-block-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
  }

  .our-tools .content-wrap {
    padding: 24px 0px 0px 0px;
  }
  .section-heading-new {
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
  }
  .section-subheading-new {
    font-size: 14px;
    line-height: 150%;
  }
  .our-tools .content-wrap .tab-content {
    padding: 0px;
  }
}

@media (max-width: 430px) {
  .our-tools .content-wrap ul.nav.nav-tabs.tools-nav li {
    width: 100%;
  }

}
