@media only screen and (min-width: 1200px) and (max-width: 1399px) {}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about_company {
    max-height: 320px !important;
  }

  .services_banner_overlay {
    padding: 66px 0 !important;
  }

  .services_banner img {
    height: 375px;
  }

  .progress_bar p {
    width: 60% !important;
  }

  .contact_form {
    max-width: 100% !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about_company {
    max-height: 515px !important;
  }

  .process_content_items h5 {
    font-size: 20px !important;
  }

  .process_content_items span {
    font-size: 24px !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about_company {
    max-height: 290px !important;
  }

  .banner_title {
    font-size: 48px !important;
  }

  .about_company h5 {
    font-size: 30px !important;
  }

  .our_services_content p {
    padding: 0 10%;
  }

  .gallery_images {
    grid-template-columns: 1fr !important;
  }
}

@media only screen and (max-width: 575px) {
  .about_company {
    max-height: 290px !important;
  }

  .banner_subtitle {
    font-size: 24px !important;
  }

  .banner_title {
    font-size: 40px !important;
  }

  .navbar-brand img {
    height: 36px !important;
    margin: 0 !important;
  }

  .about_company h5 {
    font-size: 23px !important;
  }

  .our_services_content p {
    padding: 0 10%;
  }

  .process_content_items h5 {
    font-size: 22px !important;
  }

  .contact_form_items h3 {
    font-size: 32px !important;
  }

  .contact_form {
    padding: 20px !important;
  }

  .contact_form_items h4 {
    font-size: 20px !important;
  }

  .card-header {
    font-size: 16px !important;
  }

  .gallery_images {
    grid-template-columns: 1fr !important;
  }
}

@media only screen and (min-width: 320px) and (max-width: 320px) {
  .navbar-brand img {
    height: 30px !important;
    margin: 0 !important;
  }

  .our_services_content p {
    padding: 0 6% !important;
  }

  .process_content_items h5 {
    font-size: 18px !important;
  }

  .process_content_items span {
    font-size: 24px !important;
  }

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

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .services_banner_overlay {
    padding: 30px 0 !important;
  }

  .services_banner img {
    height: 375px !important;
  }

  .progress_bar p {
    width: 100% !important;
  }

  .progress_bar:hover .development_images {
    opacity: 0 !important;
    visibility: hidden !important;
  }

  .contact_form {
    max-width: 100% !important;
  }

  .meter--ranger {
    width: 100% !important;
  }

  .tabs {
    flex-wrap: wrap !important;
    background-color: transparent !important;
    border: none !important;
    gap: 10px !important;
  }

  .tab {
    border: 1px solid #2d4a8a !important;
  }

  .arrow-line,
  .tab.active::after,
  .tech-grid::after,
  .tech-grid::before {
    display: none !important;
  }

  .tech-grid {
    border-top: none !important;
    padding-top: 0 !important;
    gap: 30px !important;
  }

  .service_icon img {
    bottom: 2% !important;
    right: 4% !important;
  }
  .career_card {
            padding: 15px;
        }
        .career_title {
            font-size: 16px;
        }
        .career_text {
            font-size: 13px;
        }
          .robot_hands {
            flex-direction: column;
        }
        .robot_hands img {
            max-width: 120px;
        }
}

@media only screen and (min-width: 320px) and (max-width: 374px) {}