@media (max-width: 1400px) {
  .section-title .title-two {
    font-size: 36px;
    line-height: 48px;
  }
}

@media (min-width: 1200px) {
  .items-wrapper.list-view .col-lg-4 {
    width: 50%;
  }

  .items-wrapper.list-view .img-wrap {
    width: 45%;
  }
}

@media (max-width: 1200px) {

  .header .header-top .info li,
  .header .header-top a {
    font-size: 13px !important;
  }

  .social-icons {
    justify-content: center;
  }

  .counter-section .counter-item {
    padding: 30px 20px;
  }

  .single-item .item-content {
    padding: 4px;
  }
}

@media (max-width: 992px) {
  .header .navbar-nav li a {
    padding: 10px 0px;
    border-bottom: 1px solid #ddd;
  }

  .header .navbar-nav li .btn-three {
    margin-top: 20px;
  }

  .items-wrapper.list-view .img-wrap {
    width: 300px;
  }

  .modal-close {
    right: 7px;
    top: 2px;
  }
}

@media (max-width: 768px) {
  .banner-section .banner-title {
    font-size: 40px;
    line-height: 50px;
  }

  .items-wrapper.list-view .img-wrap {
    width: 200px;
  }
}

@media (max-width: 767px) {
  .process-card-area-4:before {
    top: 0;
  }

  .process-card-area-4 {
    padding: 30px 0px 0 0;
  }

  .process-card4 {
    min-height: unset;
  }
}

@media (max-width: 576px) {
  .banner-section .banner-title {
    font-size: 30px;
    line-height: 40px;
  }

  .section-title .title-two {
    font-size: 30px;
    line-height: 40px;
  }

  .banner-section .btn-three {
    display: block;
    width: fit-content;
    margin-bottom: 10px;
  }

  .form-one-section .form-content {
    padding: 30px 30px 50px 30px;
  }

  .header .header-top .info li:last-child {
    padding: 0;
    margin: 0;
  }

  .card-three {
    max-width: 200px;
    margin: 40px auto 0;
  }

  .items-wrapper.list-view .course-meta {
    text-align: left;
    display: flex;
    justify-content: left;
    flex-direction: column;
    align-items: center;
  }

  .items-wrapper.list-view .course-meta span {
    width: 100%;
  }

  .form-wrapper {
    padding: 30px 30px;
  }

  .btn-three {
    padding: 15px 20px !important;
  }

  .breadcrumb-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .breadcrumb-section h4 {
    font-size: 36px;
  }

  .card-eight .number {
    position: absolute;
    right: 0px;
    font-size: 40px;
  }

  .content-wrapper {
    background: #ffffff;
    padding: 30px 25px;
  }

  .admin-dashboard table td {
    min-width: 95px;
  }
}

@media (max-width: 450px) {
  .items-wrapper.list-view .img-wrap {
    width: 160px;
  }

  .items-wrapper.list-view .btn-three {
    padding: 15px 15px !important;
  }

  .items-wrapper.list-view .single-item {
    gap: 10px;
  }

  .process-card-area-4 .section-tilte {
    padding: 0px 12px;
  }
}

@media (max-width: 400px) {
  .header .header-top .info {
    display: none;
  }

  .items-wrapper.list-view .single-item {
    flex-direction: column;
  }

  .items-wrapper.list-view .item-content,
  .items-wrapper.list-view .img-wrap {
    width: 100%;
  }

  .single-item .course-meta {
    font-size: 14px;
  }
}