@media (min-width: 1980px) {
  .FirstSec .direction-container {
    display: none;
  }
}
@media (max-width: 1380px) {
  .about_content .direction {
    display: none;
  }
}
@media (max-width: 1280px) {
  .test-types_section .plane-frame {
    bottom: -100px;
    width: 100%;
    max-width: 450px;
    left: 0px;
  }
}
@media (max-width: 990px) {
  .footerContentSection .fColSection {
    width: 100%;
    max-width: 100%;
    justify-content: center !important;
  }
  .fCol {
    width: -moz-fit-content;
    width: fit-content;
    max-width: 200px !important;
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 760px) and (max-width: 979.98px) {
  header .logo {
    width: 120px;
  }
  header .loginSearchBtn {
    padding: 0.7rem 1rem;
    border-radius: 1rem;
    font-weight: 500;
  }
}
@media (max-width: 765px) {
  .responsive-title {
    font-size: 1.8rem !important;
  }
  .FirstSec .direction-container {
    display: none;
  }
  header .logo {
    width: 150px;
  }
  .img-card {
    width: 413px !important;
  }
  .second-section .sec2-frame {
    left: 54%;
    width: 100%;
    max-width: 800px;
    height: 1000px;
    top: 40%;
  }
  .about-us .plane-overcard {
    bottom: 20%;
    width: 100%;
  }
  .team-section {
    padding-top: 7.6rem;
  }
  .team-section .logo {
    left: 50%;
    transform: translateX(-50%);
  }
  .team-section .content-parent {
    display: flex;
    justify-content: center;
  }
  footer .frame {
    -o-object-fit: cover;
       object-fit: cover;
    top: 26px;
    left: 0;
    width: 100%;
    height: 920px;
  }
}
@media (max-width: 500px) {
  .logo-footer {
    width: 100%;
    max-width: 300px;
  }
}
@media (max-width: 480px) {
  .img-card {
    width: 283px !important;
  }
}/*# sourceMappingURL=responsive.css.map */