@media (min-width: 2000px) {
  .navbar-expand-lg .navbar-collapse {
    justify-content: center;
  }
  .header .collapse .navbar-nav {
    margin-right: auto;
  }
  .banner .banner-wrapper {
    height: calc(100vh - 575px);
  }
  .banner-text-wrapper h2 {
    font-size: 62px;
  }
  .banner-text-wrapper p {
    font-size: 24px;
  }
  .comman-heading {
    font-size: 50px;
  }
  .comman-text {
    font-size: 20px;
  }
}
@media (min-width: 1600px) {
  .navbar-expand-lg .navbar-collapse {
    justify-content: center;
  }
  .header .collapse .navbar-nav {
    margin-right: auto;
  }
}
@media (max-width: 1280px) {
  .container {
    max-width: 1050px;
  }
}

@media (max-width: 992px) {
  .footer-row {
    gap: 1.5rem;
    align-items: flex-start;
  }
  .footer-col {
    min-width: 0;
    width: calc(50% - 1.5rem);
    flex: 0 0 calc(50% - 1.5rem);
    margin-bottom: 1.2rem;
  }
  .banner .banner-wrapper {
    height: 50vh;
  }
  .banner-text-wrapper h2 {
    font-size: 32px;
  }
  .border-btn {
    font-size: 16px;
    padding: 10px 24px;
  }
}

@media (max-width: 950px) {
  .header .navbar-nav {
    display: flex;
    flex-direction: row;
  }
}

@media (max-width: 768px) {
  .banner .banner-wrapper {
    height: 40vh;
  }
  .banner-text-wrapper h2 {
    font-size: 28px;
    margin-bottom: 0;
  }
  .banner-text-wrapper p {
    font-size: 14px;
  }
  .border-btn {
    font-size: 15px;
    padding: 8px 16px;
  }
  .comman-heading {
    font-size: 18px;
  }
  .comman-text {
    font-size: 14px;
  }
  .comman-pt-md {
    padding-top: 30px;
  }
  .comman-p {
    padding: 30px 0;
  }
  .cerificate-img {
    height: 240px;
  }
}

@media (max-width: 576px) {
  .site-footer .container {
    padding: 0 0.5rem;
  }
  .footer-title {
    font-size: 1rem;
  }
  .footer-desc {
    font-size: 0.95rem;
  }
  .footer-list li,
  .footer-list a {
    font-size: 0.95rem;
  }
  .footer-bottom {
    font-size: 0.85rem;
  }
  .banner .banner-wrapper {
    height: 30vh;
  }
  .banner-text-wrapper {
    width: 100%;
  }
  .banner-text-wrapper h2 {
    font-size: 26px;
  }
  .banner-text-wrapper p {
    font-size: 12px;
  }
  .border-btn {
    font-size: 13px;
    padding: 6px 10px;
  }
  .card-common {
    width: 90%;
  }
  .comman-heading {
    font-size: 16px;
  }
  .comman-text {
    font-size: 12px;
  }
  .form-label {
    font-size: 12px;
  }
  .comman-pt-md {
    padding-top: 20px;
  }
  .comman-p {
    padding: 30px 0;
  }
}
