@media only screen and (max-width: 1400px) {
  .testimoinside {
    width: 70%;
  }
  .fees h4 {
    font-size: 20px;
  }
  .testimoinside h2 {
    font-size: 35px;
  }
  .testimoinside h2 span {
    font-size: 35px;
  }
  .countbox {
    width: 80%;
  }
}
@media only screen and (max-width: 1200px) {
  .testimoinside {
    padding: 10px 15px;
  }
  .testimoinside h2 {
    font-size: 30px;
    line-height: 45px;
  }
  .fees h4 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .navbar-toggler {
    display: block;
  }
  .navbar-hide {
    display: none;
  }
  .navbar-show {
    display: block;
    position: absolute;
    /* display: flex; */
    top: 0px;
    right: 0;
    width: 250px;
    background: white;
    z-index: 99;
  }

  .nav-mob {
    display: flex !important;
    flex-direction: column;
    gap: 45px;
    align-items: flex-start !important;
    height: 100vh;
    margin-top: 50px;
  }
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* 50% opacity black */
    z-index: 90;
    display: none; /* initially hidden */
  }
  .video-btn {
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 120px;
    text-align: center;
    border-radius: 0;
    color: var(--main-color);
    position: relative;
    top: 3px;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    transition: var(--transition);
  }
  .testcards {
    margin-top: 35px;
  }
  .show-overlay {
    display: block; /* show the overlay */
  }
}

@media only screen and (max-width: 991px) {
  .testimo {
    margin-bottom: 50px;
  }
  .about-content {
    margin-top: 10px;
  }
  .ourappbox {
    margin-top: 30px;
  }
  .learn-img {
    margin-top: 40px;
  }
  .footer-area {
    padding-top: 70px;
  }
  .testimoinside {
    width: 100%;
    padding: 20px 25px;
    margin-bottom: 30px;
  }
  .about-content {
    margin-left: 0;
  }
  .abouttop {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .aboutbannerImage {
    padding-top: 35px;
    padding-bottom: 20px;
  }
  .title-sec h2 {
    font-size: 30px;
  }

  .aboutpage-content {
    padding: 20px 17px;
    margin-bottom: 20px;
  }
  .aboutpage-content p {
    font-size: 16px;
    font-weight: 500;
    text-align: justify;
  }
  .countbox {
    bottom: -240px;
  }
  .subjects {
    margin-top: 210px;
  }
  /* .vsncontainer{
    padding: 30px 0px;
    margin-top: 20px;
    margin-left: 80px;
  } */
  /* .vision{
    width: 95%;
    height: 90%;
  }
  .mission{
    width: 95%;
    height: 90%;
  } */
}

@media only screen and (max-width: 767px) {
  .learn-img {
    margin-bottom: 20px;
  }
  .bodycontent {
    padding-top: 25px;
    padding-bottom: 35px;
  }
  .headertextss .counter {
    font-size: 45px;
  }
  .navbar-show {
    display: block;
    position: absolute;
    /* display: flex; */
    top: 0;
    right: 0;
    width: 250px;
    background: white;
    z-index: 99;
  }
  .header {
    display: none;
  }
  .historycontent {
    padding: 40px 20px;
    z-index: 2;
    color: white;
    position: relative;
  }
  .aboutbannerImage {
    padding-top: 30px;
    padding-bottom: 25px;
  }
  .title-sec h2 {
    font-size: 33px;
  }
  .aboutpage-content {
    padding: 20px 20px;
    margin-bottom: 20px;
  }
  .aboutpage-content p {
    font-size: 15px;
    font-weight: 500;
    text-align: justify;
  }
  .vision {
    padding: 35px;
    margin: 10px;
    height: 95%;
  }
  .mission {
    padding: 35px;
    margin: 10px;
    height: 95%;
  }
}

@media only screen and (max-width: 560px) {
  .testimoinside h2 {
    font-size: 25px;
  }
  .testimoinside h2 span {
    font-size: 30px;
  }
  .headertextss .counter {
    font-size: 35px;
  }
  .bannersl li {
    font-size: 21px !important;
    margin-bottom: 15px !important;
    font-weight: 500;
  }
  .countbox {
    bottom: -340px;
  }
  .subjects {
    margin-top: 300px;
  }
  .abouttop {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .ourapptop {
    padding-top: 0px;
    padding-bottom: 50px;
  }
}
