* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'arial';
}
@font-face{
    font-family: 'arial';
    src:url(../fonts/arial/arial.ttf);
}

nav {
    background-color: #ba1622;
}

nav .container-fluid {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav .container-fluid img {
    width: 70px;
}

nav .container-fluid img:first-child {
    margin-left: 7rem;
}

nav .container-fluid img:last-child {
    margin-right: 2rem;
}


.text {
    font-size: 4vw; 
    text-align: center;
    padding-top: 40px;
    font-weight: 600;

}
.text1 {
    /* font-size: 2.5vw;  */
    text-align: center;
    margin-top: -2vw; 

}

/* Fallback for larger screens */

h1{
    font-size: 2rem;
    color: #ba1622;
    margin-bottom: 20px;
}

.container {
    margin-top: 10px;
}

p {
    font-size: 1.2rem;
    margin-bottom: 2px;
    padding-left: 20px;
    position: relative;

}

/* .ah{
    position: relative;
    right: 65px;
} */
p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

input[type="checkbox"] {
    margin-right: 10px;
    transform: scale(1.5);
    accent-color: #007bff;
}
.pest {
    text-align: center;
    font-size: 60px;
}
.table2{
    margin-top: -38px;
}
table tbody {
    border: 2px solid black;
}



#footer2 h6{
    font-weight: 600;
}
#footer h6{
    font-weight: 600;
}
#footer hr:not([size]) {
    height: 2px;
}
#lst-btn{
    display: flex;
    align-items: center;
    justify-content: center;
}
#lst-btn .btns{
    margin-top: 10rem;
    outline: none;
    padding: 7px 10px;
    border-radius: 5px;
    margin-bottom: 1rem;
    background-color: #ba1622;
    color: white;
    cursor: pointer;
    font-weight: 600;
    cursor: pointer;
    width: 260px;
}
.footer-school{
    margin-top: 100px;
}
@media (min-width: 1200px) {
    /* .text {
        font-size: 50px;
    } */
    .text1 {
        margin-top: 0px;
    }
}

/* Additional adjustments for smaller screens */
@media (max-width: 576px) {
    .text {
        font-size: 7vw;
    }
    .text1 {
        font-size: 4vw;
        margin-top: -3vw;
    }
}
@media (max-width: 768px) {

.table-responsive {
    overflow-x: auto;
}
}
.mj{
    padding-left: 0px;
}
#setle.container{
    margin-top: 0px;
}