@media only screen and (min-width: 767px) and (max-width: 1024px) {
    .header {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin: auto;
    }
    .Heading {
        margin-top: -3rem;
        font-size: 40px;
        text-align: center;
        justify-content: center;
    }
    .subHeading {
        font-size: 35px;
        text-align: center;
        justify-content: center;
        margin-right: 2rem;
    }
    .header-icons {
        display: none;
    }
    .myimge img {
        height: auto;
        background-size: cover;
    }
    .about-us-section {
        padding-bottom: 15rem;
    }
    .about-us-section-content img {
        height: 19rem;
        margin-bottom: 1rem;
    }
    .about-content {
        text-align: justify;
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }
    .departments {
        margin-top: 136rem !important;
        display: none;
    }
    .news-events h1 {
        margin-top: 46rem !important;
    }
    /* .footer-section img{
        display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
      } */
    .mapsh {
        width: 92%;
    }
}


/* media at 425 (large mobile screen) */

@media only screen and (min-width: 391px) and (max-width: 576px) {
    .body {
        overflow-x: hidden;
    }
    .header img {
        width: 35%;
    }
    .header {
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        /* width: 50%; */
        /* display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin: auto; */
    }
    #mySidenav a:hover {
        width: 70%;
    }
    .Heading {
        margin-top: -3rem;
        font-size: 21px;
        margin-left: auto;
        margin-right: auto;
    }
    .subHeading {
        padding-top: 12px !important;
        font-size: 15px;
        margin-left: 20px;
    }
    .header-icons {
        display: none;
    }
    .myimge img {
        height: auto;
        background-size: cover;
    }
    .about-us-section {
        padding-bottom: 24rem;
    }
    .about-us-section h1 {
        margin-top: 1rem;
        margin-bottom: -2rem;
    }
    .about-us-section-content img {
        width: 20rem !important;
        background-size: cover;
        height: 13rem;
    }
    .about-content {
        text-align: justify;
        width: auto;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0.6rem;
    }
    .departments {
        margin-top: 136rem !important;
        display: none;
    }
    .news-events h1 {
        margin-top: 3rem !important;
    }
    .news-card-main-body {
        width: 100%;
    }
    .news-card-main-body img {
        width: 100% !important;
    }
    .news-card-main-body video {
        width: 100% !important;
    }
    .news-card-content p {
        width: 100% !important;
    }
    .mapsh {
        width: 92%;
    }
    .fc {
        margin-top: -17px !important;
    }
    .copyright {
        font-size: 12px;
    }
    .horizontal-scrollable {
        overflow-x: auto;
        white-space: nowrap;
    }
    .horizontal-scrollable {
        display: inline-block;
        float: none;
    }
    .footer-section img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
    }
    .video {
        width: 100%;
    }
    .director-message {
        padding-bottom: 32rem;
    }
    .director-message h1 {
        text-decoration: underline;
        /* margin-top: 1rem; */
        /* margin-bottom: -2rem; */
        text-align: center;
        font-size: 19px;
        padding-top: 1rem;
        text-decoration-color: #bd0f0f;
    }
    .director-message-content img {
        width: 20rem !important;
        margin-left: 2rem;
        margin-bottom: 2rem;
        margin-top: -3rem;
    }
    .director-message {
        text-align: justify;
        width: 25rem;
    }
}


/* pixel greater then 576 */

@media only screen and (min-width: 576px) and (max-width: 769px) {
    .body {
        overflow-x: hidden;
    }
    .header img {
        width: 35%;
    }
    .header {
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        /* width: 50%; */
        /* display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin: auto; */
    }
    #mySidenav a:hover {
        width: 70%;
    }
    .Heading {
        margin-top: -3rem;
        font-size: 21px;
        margin-left: auto;
        margin-right: auto;
    }
    .subHeading {
        padding-top: 12px !important;
        font-size: 15px;
        margin-left: 20px;
    }
    .header-icons {
        display: none;
    }
    .myimge img {
        height: auto;
        background-size: cover;
    }
    .about-us-section {
        padding-bottom: 18rem;
    }
    .about-us-section h1 {
        margin-top: 1rem;
        margin-bottom: -2rem;
    }
    .about-us-section-content img {
        width: 20rem !important;
        background-size: cover;
        height: 13rem;
    }
    .about-content {
        text-align: justify;
        width: auto;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0.6rem;
    }
    .departments {
        margin-top: 136rem !important;
        display: none;
    }
    .news-events h1 {
        margin-top: 3rem !important;
    }
    .news-card-main-body {
        width: 100%;
    }
    .news-card-main-body img {
        width: 100% !important;
    }
    .news-card-main-body video {
        width: 100% !important;
    }
    .news-card-content p {
        width: 100% !important;
    }
    .mapsh {
        width: 92%;
    }
    .fc {
        margin-left: 0rem !important;
        margin-top: -17px !important;
    }
    .copyright {
        font-size: 12px;
    }
    .horizontal-scrollable {
        overflow-x: auto;
        white-space: nowrap;
    }
    .footer-section img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
    }
    .video {
        width: 100%;
    }
    .director-message {
        padding-bottom: 32rem;
    }
    .director-message h1 {
        text-decoration: underline;
        /* margin-top: 1rem; */
        /* margin-bottom: -2rem; */
        text-align: center;
        font-size: 19px;
        padding-top: 1rem;
        text-decoration-color: #bd0f0f;
    }
    .director-message-content img {
        width: 20rem !important;
        margin-left: 2rem;
        margin-bottom: 2rem;
        margin-top: -3rem;
    }
    .director-message {
        text-align: justify;
        width: 25rem;
    }
    .card {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}


/* media at 375(mobile medium) */

@media screen and (min-width: 325px) and (max-width: 392px) {
    .header img {
        width: 35%;
    }
    .header {
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .Heading {
        margin-top: -3rem;
        font-size: 17px;
        text-align: center;
    }
    #mySidenav a:hover {
        width: 70%;
    }
    .subHeading {
        padding-top: 12px !important;
        font-size: 13px;
        margin-left: 9px;
        text-align: center;
    }
    .header-icons {
        display: none;
    }
    .myimge img {
        height: auto;
        background-size: cover;
    }
    .about-us-section {
        padding-bottom: 32rem;
    }
    .about-us-section h1 {
        margin-top: 1rem;
        margin-bottom: -2rem;
    }
    .about-us-section-content img {
        width: 20rem !important;
        margin-left: 0rem;
        margin-bottom: 1rem;
    }
    .about-content {
        text-align: justify;
        width: 21rem;
    }
    .departments {
        margin-top: 136rem !important;
        display: none;
    }
    .news-events h1 {
        margin-top: 3rem !important;
    }
    .news-card-main-body {
        width: 100%;
    }
    .news-card-main-body img {
        width: 100% !important;
    }
    .news-card-main-body video {
        width: 100% !important;
    }
    .news-card-content p {
        width: 100% !important;
    }
    .mapsh {
        width: 92%;
    }
    .fc {
        margin-left: 0rem !important;
    }
    .copyright {
        font-size: 12px;
    }
    .horizontal-scrollable {
        overflow-x: auto;
        white-space: nowrap;
    }
    .horizontal-scrollable {
        display: inline-block;
        float: none;
    }
    .footer-section img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
    }
    .fc {
        margin-top: -17px !important;
    }
    .video {
        width: 100%;
    }
    .director-message {
        padding-bottom: 29rem;
    }
    .director-message h1 {
        text-decoration: underline;
        /* margin-top: 1rem; */
        /* margin-bottom: -2rem; */
        text-align: center;
        font-size: 19px;
        padding-top: 1rem;
        text-decoration-color: #bd0f0f;
    }
    .director-message-content img {
        width: 20rem !important;
        margin-left: 0rem;
        margin-bottom: 2rem;
        margin-top: -3rem;
    }
    .director-message {
        text-align: justify;
        width: 22rem;
    }
}


/* media at 320(mobile small) */

@media screen and (max-width: 324px) {
    .body {
        overflow-x: hidden;
    }
    .header img {
        width: 35%;
    }
    .header {
        display: block;
        margin-left: auto;
        margin-right: auto;
        /* width: 50%; */
        /* display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin: auto; */
    }
    .Heading {
        margin-top: -3rem;
        font-size: 16px;
        margin-left: auto;
        margin-right: auto;
    }
    .subHeading {
        padding-top: 12px !important;
        font-size: 10px;
        margin-left: 20px;
    }
    .myimge img {
        height: auto;
        width: auto;
        background-size: cover;
    }
    .header-icons {
        display: none;
    }
    .about-us-section {
        padding-bottom: 39rem;
    }
    .about-us-section h1 {
        margin-top: 1rem;
        margin-bottom: -2rem;
    }
    .about-us-section-content img {
        width: 22rem !important;
        margin-left: -1rem !important;
    }
    .about-content {
        text-align: justify;
    }
    .departments {
        margin-top: 136rem !important;
        display: none;
    }
    .news-events h1 {
        margin-top: 3rem !important;
    }
    .news-card-main-body {
        width: 100%;
    }
    .news-card-main-body img {
        width: 100% !important;
    }
    .news-card-main-body video {
        width: 100% !important;
    }
    .news-card-content p {
        width: 100% !important;
    }
    .mapsh {
        width: 92%;
    }
    .fc {
        margin-left: 0rem !important;
        margin-top: -17px !important;
    }
    .copyright {
        font-size: 12px;
    }
    .horizontal-scrollable {
        overflow-x: auto;
        white-space: nowrap;
    }
    .horizontal-scrollable {
        display: inline-block;
        float: none;
    }
    .footer-section img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
    }
    .director-message {
        padding-bottom: 21rem;
    }
    .director-message h1 {
        text-decoration: underline;
        /* margin-top: 1rem; */
        /* margin-bottom: -2rem; */
        text-align: center;
        font-size: 19px;
        padding-top: 1rem;
        text-decoration-color: #bd0f0f;
    }
    .director-message-content img {
        width: 20rem !important;
        margin-left: 0rem;
        margin-bottom: 2rem;
        margin-top: -3rem;
    }
    .director-message {
        text-align: justify;
        width: 21rem;
    }
}

@media (max-width: 425px) {
    .galleryContainer {
        padding-top: 3rem;
    }
    .nav_bar_name {
        display: none;
    }
    .nav-item .title {
        font-size: 15px !important;
    }
    .service-tab {
        margin-left: 0;
    }
    .youtubeVideo {
        width: 100%;
        height: 50%;
    }
    .logoText {
        margin-left: 50px !important;
    }
    .carousel-item img {
        height: 50vh !important;
    }
}