@media only screen and (max-width: 768px) {
  p.blink {
    display: flex;
  }
  section.mob_placement_sec1 {
    display: block !important;
    background: url(Images/about/mob_abt_bck.jpg) center/cover;
    padding: 20px;
  }

  section.mob_placement_sec1 h2 {
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
  }

  .mob_placement_sec {
    background: url(Images/about/mob_banner_abt_1.jpg) center/cover;
    height: 1000px;
  }
  .schoolNavbar-fixed-top {
    top: 55px;
  }
  .outcome ul li {
    width: 100%;
  }
  .bannerShape {
    width: 100%;
    left: 0;
    transform: none;
    padding: 0 !important;
  }
  .bannerDetails {
    transform: none;
    padding: 1rem;
  }
  .recDetails {
    transform: none;
    margin: 0;
  }
  .recInfo {
    transform: none;
    width: 100%;
  }
  .experience {
    display: none !important;
  }
  .timeline2 {
    width: 100%;
    display: block !important;
    padding: 4em 0 1em 0;
  }

  .timeline2 li {
    padding: 2em 0;
  }

  .direction-l,
  .direction-r {
    float: none;
    width: 100%;

    text-align: center;
  }

  .flag-wrapper {
    text-align: center;
  }

  .flag {
    background: rgb(255, 255, 255);
    z-index: 15;
  }

  .direction-l .flag:before,
  .direction-r .flag:before {
    position: absolute;
    top: -30px;
    left: 50%;
    content: " ";
    display: block;
    width: 12px;
    height: 12px;
    margin-left: -9px;
    background: #fff;
    border-radius: 10px;
    border: 4px solid rgb(255, 80, 80);
    z-index: 10;
  }

  .direction-l .flag:after,
  .direction-r .flag:after {
    content: "";
    position: absolute;
    left: 50%;
    top: -8px;
    height: 0;
    width: 0;
    margin-left: -8px;
    border: solid transparent;
    border-bottom-color: rgb(255, 255, 255);
    border-width: 8px;
    pointer-events: none;
  }

  .time-wrapper {
    display: block;
    position: relative;
    margin: 4px 0 0 0;
    z-index: 14;
  }

  .direction-l .time-wrapper {
    float: none;
  }

  .direction-r .time-wrapper {
    float: none;
  }

  .desc {
    position: relative;
    margin: 1em 0 0 0;
    padding: 1em;
    background: rgb(255, 255, 255);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3rem 2rem rgba(0, 0, 0, 0.2);

    z-index: 15;
  }

  .direction-l .desc,
  .direction-r .desc {
    position: relative;
    margin: 1em 1em 0 1em;
    padding: 1em;

    z-index: 15;
  }
}

@media only screen and (max-width: 920px) {
  .outcome ul li {
    width: 100%;
  }
}

/* @media only screen and (min-width: 992px) {
  .bannerShape {
    left: -12%;
    width: 60%;
  }
} */

@media only screen and (max-width: 1230px) and (min-width: 992px) {
  .bannerShape {
    left: -12%;
    width: 60%;
    padding-left: 12%;
  }
}

@media only screen and (max-width: 992px) and (min-width: 768px) {
  .bannerShape {
    width: 100%;
    left: 0;
    transform: none;
    padding: 0 !important;
  }
  .bannerDetails {
    transform: none;
    padding: 2rem;
    width: 80%;
  }
}

@media only screen and (max-width: 600px) {
  .naac table {
    overflow-x: scroll;
    display: block;
  }
  .innerLevel {
    border: 1px solid #06355f;
    padding: 25px;
  }

  .level.p-3 {
    width: 100% !important;
    padding: 15px 30px !important;
  }
  .levelDiv.p-3 {
    border-right: 0px !important;
  }

 
}

@media only screen and (max-width: 975px) {

  /* div#admissions {
    left: 0 !important;
    width: auto !important;
  }
  div#studentcorner {
    left: 0 !important;
    width: auto !important;
  }
  div#placement {
    left: 0 !important;
    width: auto !important;
  }
  div#campus {
    left: 0 !important;
    width: auto !important;
  }
  div#international {
    left: 0 !important;
    width: auto !important; 
  }
  div#naac {
    left: 0 !important;
    width: auto !important;
  } */
}
