@media screen and (max-width: 992px) {
  .home .content {
    padding: 80px 0;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  /* html,
  body {
    overflow: hidden auto;
  } */

  .b-top,
  .b-bottom,
  .b-left,
  .b-right {
    border-width: 1px;
  }

  footer .footer-logo {
    max-width: 90px;
  }

  .btn-theme span {
    padding: 7px 15px;
  }

  footer .footer-content {
    padding: 50px 0;
  }

  .header,
  .header.active {
    background: #f3f3f3;
    padding: 0;
  }

  .header.menu-open {
    background: rgb(225 225 225 / 100%);
    padding: 0;
    height: 100vh;
    backdrop-filter: blur(0);
    background: #fff;
  }

  .header .menu-bar {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #c8c8c8;
  }

  .header .menu-bar.active {
    background: transparent;
  }

  .header .navbar-brand {
    width: 70px;
  }

  .header .nav-link {
    width: 100%;
    border-radius: 0;
    padding: 10px;
  }

  .header .nav-link:hover,
  .header .nav-link.active {
    color: rgba(0, 0, 0, 0.6);
  }

  .header .btn-outline-touchbase {
    width: 100%;
    text-align: left;
  }

  .header .navbar {
    padding: 0;
  }

  .our-process .nav-pills {
    flex-wrap: nowrap;
    overflow: auto;
    width: 100%;
    margin: 0;
    justify-content: space-between !important;
  }

  .our-process .nav-pills .nav-link {
    padding: 10px 30px !important;
  }

  .our-process .tab-content {
    margin: 50px 0;
  }

  .our-process .tab-content .main {
    transform: scale(1);
  }

  .our-process .tab-content .main img {
    min-width: 575px;
  }

  .our-process .tab-content .left,
  .our-process .tab-content .right {
    display: none;
  }

  .our-process .tab-content .left {
    left: 12%;
  }

  .our-process .tab-content .right {
    right: 12%;
  }

  .home .content .h1,
  .careers h1,
  .touchbase h2 {
    font-size: 40px;
  }

  .home .content .h5,
  .careers .remote,
  .careers .card h2,
  .touchbase h3 {
    font-size: 22px;
  }

  .careers.detail h1 {
    font-size: 30px;
  }

  .blt-200 {
    border-top-left-radius: 100px;
  }

  .brb-200 {
    border-bottom-right-radius: 100px;
  }

  .home .border-box::before {
    width: 70%;
  }

  .home .content {
    width: 100%;
    padding: 15px;
    text-align: center;
  }

  .nav-link {
    border-right-width: 0;
  }

  .service:before {
    border-width: 40px;
  }

  .service-content {
    padding: 20px 40px;
  }
}

@media screen and (max-width: 576px) {
  .our-process .tab-content {
    margin: 30px 0;
  }

  .our-process .tab-content .main img {
    min-width: 550px;
  }

  .home .content .h1,
  .careers h1,
  .touchbase h2,
  .edge-info h1 {
    font-size: 30px;
  }

  .home .content .h5,
  .careers .remote,
  .careers .card h2,
  .touchbase h3 {
    font-size: 18px;
  }

  .our-dna .dna .dna-content h4,
  .our-process h3,
  .careers .card h2,
  .current-openings h2,
  .service-content .info h2 {
    font-size: 20px;
  }

  .our-dna .dna .dna-content h5,
  .service-content .info p,
  p {
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  .our-process .tab-content .main img {
    min-width: 380px;
  }
}

@media screen and (max-width: 375px) {
}

@media screen and (min-width: 768px) {
  .header {
    width: calc(100vw - 16px);
  }

  .header .nav-link:hover,
  .header .nav-link.active {
    color: #000000;
    background-color: #e1e1e1;
  }

  .line-right {
    border-right: 0.5px solid #bababa;
  }

  .dna-row,
  .evolve-svg {
    width: 85%;
  }

  /* Edge CSS */
  /* Edge CSS */
  .edge-info h1,
  .our-process h2 {
    font-size: 40px;
    font-weight: 500;
  }

  .edge-info h2 {
    font-size: 28px;
    font-weight: 700;
  }

  .edge-info p {
    font-size: 32px;
    font-weight: 400;
  }
}

@media screen and (min-width: 1200px) {
  /* Edge CSS */
  .edge-info h1,
  .our-process h2 {
    font-size: 60px;
    font-weight: 500;
  }

  .edge-info h2 {
    font-size: 22px;
    font-weight: 700;
  }
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1100px;
  }
}
