@media (max-width: 1399px) {
  .menu li a {
    font-size: 18px;
  }

  .menu li {
    margin: 0 3px;
  }
}

@media(max-width:1280px) {
  .course-details h1 {
    font-size: 14px;
    font-weight: 700;
  }
}

@media (max-width: 991px) {
  
  .main-title {
    font-size: 20px;
  }
  
  .timer {
    justify-content: center;
    padding-left: 10px;
    padding-top: 10px;
  }

  .subject-header h5 {
    margin-bottom: 10px;
  }

  .banner-text {
    height: 300px;
    padding-top: 30px;
  }

  .banner-text h1 {
    font-size: 26px;
  }

  .banner-text h2 {
    font-size: 18px;
  }

  .banner-img-cont {
    display: none;
  }

  .banner-botttom {
    position: inherit;
    padding-bottom: 40px;
    bottom: 0;
    padding-top: 30px;
  }

  .section-two {
    margin-top: 0px;
  }

  .title {
    font-size: 24px;
  }

  .section-two h5 {
    font-size: 18px;
  }

  .psy-banner h2 {
    font-size: 16px;
    line-height: 24px;
  }

  .psy-banner h1 {
    font-size: 24px;
  }

  .psy-box-cont h4 {
    font-size: 18px;
  }

}

@media (max-width: 768px) {
  .squear-logo img {
    max-width: 60px;
  }

   .search-bar {
    height: 50px;
   }

  .search-bar input[type="text"] {
    height: 48px;
  }

  .search-bar button {
    height: 48px;
  }

  .sub-hdg {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
  }

  .banner-bottom-cont {
    padding: 20px;
  }

  .bbc-icon {
    background-color: transparent;
  }

  .banner-text h2 {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 525px) {
}
