@media only screen and (max-width:1199px){
  .courses-offered h2 {
    font-size: 32px;
  }
}
@media only screen and (min-width:992px){
  .student-abt .accordion-body
{
  padding:25px 0;
}
}


@media only screen and (max-width:991px){
    .update-col:nth-child(5){
      display: none !important;
    }
    .update-col{
        flex-basis: 25% !important;
        padding: 10px;
      }
      .side-col{
        display: none;
      }
      .right-col{
        width: 100% !important;
      }
      .tab-content>.tab-pane {
        display: block;
        opacity: 1;
      }
.student-abt .accordion-item {border: 1px #ddd solid;
  margin: 8px 0; border-radius: 8px;}
  .student-abt .online-lectures{margin-top: 0;}
.student-abt .accordion-item .accordion-button{border-radius: 8px;}
.simple_tabel table thead tr th{
  padding:10px 8px;
}
.simple_tabel table tbody tr td {
  padding:9px 8px 0 8px;
}
}


@media only screen and (max-width: 767px) {
.chancellor{margin: 20px 0;}
.latestnews{margin: 20px 0;}

.usefull-links ul li a {
    padding: 3px 10px;
    margin: 2px 0;
    font-size: 14px;
}
  .update-col{
    flex-basis: 50% !important;
  }
  .courses-offered h2 {
    font-size: 26px;
}
.student-abt .box{margin: 10px 0;}
#datatable, .simple_tabel table{font-size: 13px;}
.simple_tabel strong{
  font-size: 17px;
  font-weight: 500;
}
.departmemts-banner{height: 350px;}
.departmemts-banner .banner-text-part {
    transform: translateY(50%);
    padding: 0 15px;
}
header .dropdown-menu{max-width: 100%; width: 100%;}

}
@media only screen and (max-width: 600px){
  .carousel-indicators [data-bs-target] {
    width: 5px;
    height: 5px;
}
.carousel-indicators [data-bs-target] {
    margin-right: 2px;
    margin-left: 2px;
  }
}

@media only screen and (max-width: 500px){
    .departmemts-banner{
height: 270px;
    }

    .departmemts-banner h2 {
        font-size: 25px;
        margin-top: 10px;
    }
    .departmemts-banner p {
        font-size: 14px;
        line-height: 18px;
    }
    .departmemts-banner a {
        padding: 9px 26px;
        font-size: 14px;
        margin-top: 0;
    }
    .main-slider .carousel img {
      min-height: 320px;
      max-height: 320px;
  }
}
@media only screen and (max-width: 480px){
  .courses-offered h2 {
    font-size: 20px;
}
.simple_tabel strong {
  font-size: 14px;
}

}


@media only screen and (max-width: 380px){
    .update-col{
        flex-basis: 100% !important;
      }
      .departmemts-banner{
        height: 240px;
            }
            .departmemts-banner .banner-text-part {
                transform: translateY(20%);
            }
            .main-slider .carousel img {
              min-height: 216px;
              max-height: 416px;
          }
}
