header span {
    font-size: 40px;

}

#midpart .container {
    background-color: rgb(232, 243, 217);
}

.footer a {
    text-decoration: none;
    color: gray;
}

.nav-pills a {
    color: black;
}

.nav-pills a:hover {
    color: rgb(3, 104, 129);
    /* transition-delay: 0ms; */
    border: 1px solid black;
    background-color: rgb(249, 250, 250);
}

.home a:hover {
    font-weight: 600;
}

.aboutus a:hover {
    font-weight: 600;
}

.contactus a:hover {
    font-weight: 600;
}

.products a:hover {
    font-weight: 600;
}

.dropdown-menu li {
    position: relative;
}

.dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 70%;
    top: 7px;
}

.dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
}

.dropdown-menu>li:hover>.dropdown-submenu {
    display: block;
}


#info-btn {
    display: none;
}

#head {
    display: flex;
    justify-content: center;
}

@media(max-width:455px) {
    header img {
        height: 70px;
        width: 60px;
    }

    #home-btn,
    #aboutus-btn,
    #products-btn,
    #contact-btn {
        display: none;
    }

    #info-btn {
        display: flex;

    }

    #head {
        /* margin-bottom: 2px;
        padding-bottom: 2px; */
        justify-content: space-between;
    }

    #dropborder {
        border: 1px solid rgb(11, 19, 59);
        /* border-radius: 4px; */
        color: #036881;
        font-weight: bold;
    }

    header span {
        font-size: 30px;
    }
}

@media(max-width:1366px) {}

@media(max-width:1024px) {
    .all {
        max-width: none;

    }

    body {
        width: max-content;
    }

    footer {
        padding-top: 25px;
    }

    footer h5 {
        font-size: 20px;
        margin-bottom: 8px;
    }

    footer a {
        font-size: 16px;
    }

    footer address {
        font-size: 16px;
    }

    .contactfooter {
        width: 300px;
    }

    .all {
        margin-left: -1.5%;
    }
}

@media(max-width:768px) {
    .all {
        margin-left: 10%;
    }

    .all {
        width: 1200px;
    }
}

@media(max-width:428px) {
    .all {
        width: 600px;
    }

    footer {
        padding-top: 25px;
    }

    footer h5 {
        font-size: 27px;
        margin-bottom: 8px;
    }

    footer a {
        font-size: 20px;
    }

    footer address {
        font-size: 20px;
    }

    .contactfooter {
        width: 310px;
    }

    .quicklinks,
    .social {
        width: 200px;
    }

    .links {
        margin-left: 3%;
    }
}

@media(max-width:412px) {
    .all {
        margin-left: 5%;
        width: 600px;
    }

    .links {
        margin-left: 3%;
    }

}

@media(max-width:390px) {
    .links {
        margin-left: 3%;
    }

    .all {
        width: 600px;
    }
}

@media(max-width:384px) {}


@media(max-width:375px) {}

@media(max-width:360px) {}