@media only screen and (max-width: 1366px) {
  .new-banner h2 {
    font-size: 27px;
  }
  .new-banner h1 {
    font-size: 37px;
    line-height: 1.4;
    margin-bottom: 2rem;
    font-weight: 900;
    margin-top: 12px;
  }
}
@media only screen and (max-width: 1199px) {
  .tools .tools-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
  }
}

@media only screen and (max-width: 1024px) {
  .tools .tools-box {
    min-height: 100px;
  }
  .navbar-brand img {
    max-width: 160px;
  }
  .section {
    padding: 60px 0;
  }
  .teahcers .company-logo {
    max-width: 75%;
  }
  .navbar .navbar-toggler {
    filter: invert(1);
  }
  .teahcers-page .carousel-container {
   
    grid-template-columns: repeat(2, 1fr);
}
}

@media only screen and (max-width: 768px) {
  .new-banner h2::before {
    transform: skew(9deg, 0deg);
  }
  .tools .tools-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
  }
  .teahcers-page .company-logo {
    max-width: 80%;
}
}

@media only screen and (max-width: 576px) {
  .tools .tools-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .price-package .comparison-table tbody td {
    padding: 10px 10px;
  }
  .price-package .comparison-table thead th.right-header img {
    max-width: 119px;
  }
  .price-package .comparison-table thead th {
    padding: 10px 10px;
  }
  .price-package .comparison-table thead th.right-header h3 {
    font-size: 18px;
  }
  .new-courses .main-container {
    flex-direction: column;
  }
  .testi .owl-next {
    right: 0;
  }
  .testi .owl-prev {
    left: 0;
  }
  .admision-process .process-flow {
    gap: 3rem;
  }
  .admision-process .process-card:not(:last-child)::after {
    left: 43%;
    rotate: 90deg;
    transform: translate(80%, -38%);
    bottom: 0;
    top: unset;
    right: unset;
  }
  .section-title h2 {
    font-size: 28px;
  }
  .new-courses .tab-buttons-container {
    overflow: scroll;
    flex-direction: unset;
  }
  .new-courses .tab-button {
    white-space: nowrap;
  }
  .new-courses .sidebar {
    padding: 2rem 1rem;
  }
  .new-courses .content-area {
    flex-grow: 1;
    padding: 2rem 1rem;
  }
  #why-choose .choose-item {
    height: auto;
  }
  .admision-process .card-number {
    left: 0;
    transform: translate(0%, -58%);
  }
  .admision-process .card-number {
    font-size: 2rem;
    width: 60px;
    height: 60px;
  }
  .new-banner h1 {
    font-size: 24px;
  }
  .new-banner {
    padding-top: 9rem;
  }
  .bnr-btns {
    margin-bottom: 4rem;
  }
  .new-banner h2 {
    font-size: 23px;
    padding-left: 2rem;
  }
  .new-banner h2::before {
    transform: unset;
    left: 0;
    width: 98%;
  }
  #about .about-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin-bottom: 0;
  }
  #about .about-content {
    padding: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  .teahcers-page .carousel-container {
        grid-template-columns: repeat(1, 1fr);
    }
    .course-page .main-container{
        flex-direction: column;
    }
    .course-page .tab-buttons-container{
        flex-direction: unset;
        overflow-x: scroll;
    }
     .course-page .tab-buttons-container button{
            white-space: nowrap;
     }
}
