@media (min-width:50px) and (max-width:425px) {

    .welcome{
        display: none;
    }
/* styling the marquee */
marquee{
    width: 100%;
}

/* styling the navbar */
#navbar ul li {
    font-size: 0.6rem;
}
#navbar ul{
    font-size: 0.8rem;
}

/* styling the cover */
#cover{
    padding: 1px 6px;
}
.best{
    font-size: 26px;
}
#cover p {
    font-size: 1.2rem;
    width: 72%;
    height: 195px;
    padding-right: 13px;
    padding-top: 10px;

}
/* utility classes */
.heading-cover{
    text-align: justify;
    font-size: 33px;
    padding: 1px;
    display: flex;
}

/* Styling the abourt */
#about{
    padding-top: 1px;
    margin-bottom: 1500px;
}
.about-heading {
    font-size: 33px;
}
/* styling the pricipal& vice principal Says */
.m{
    flex-direction: column;
    flex-wrap: wrap;
    padding: 0px;
    background-color: #36D0ff;
    margin: 0px;
}
.p{
    width: 300px;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 10px;
    margin: 10px;
}
/* Styling the achevement for responsive */
.ach {
    height: 410px;
    width: 290px;
}
/* sStyling TH Gallery image */
.our-gal img {
    height: 300px;
    width: 315px;
}
 /* Styling The trusted Section  */
 #belive{
    align-items: flex-start;
 }
}