header span {
    font-size: 40px;

}

#midpart .container {
    background-color: rgb(7, 54, 63);

}

#midpart img {
    border: 1px solid white;
}

.nav-pills a {
    color: black;
}

.home a {
    padding-top: 4px;
    padding-bottom: 4px;
    border: 2px solid black;
    /* box-shadow: inset 0.2em 0.2em 0.2em 0 rgba(255, 255, 255, 0.5), inset -0.2em -0.2em 0.2em 0 rgba(0, 0, 0, 0.5); */
    /* border: 5px outset grey; */
    border-top: 5px solid lightgrey;
    border-bottom: 5px solid grey;
    border-left: 5px solid lightgrey;
    border-right: 5px solid grey;
    /* background-color: rgb(242, 247, 247); */
    background-color: rgb(249, 250, 250);
    /* background-color: rgb(216, 221, 221); */
    font-weight: 600;
    /* font-size: larger; */
}

.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;
}

h1 {
    color: aliceblue;
}

.about-hero h2 {
    color: blue;
}



.figure-img-box {
    width: 75px;
    margin-left: auto;
    margin-right: auto;
}

.slide .carousel-inner {
    width: 100%;
    height: 290px;
    margin-bottom: 100px;
    background-position: center center;
}


.footer a {
    text-decoration: none;
    color: gray;
}

.nav-pills a {
    color: black;
}

.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;
}

.para {
    font-size: 20px;
}

#one,
#two {
    min-height: 256px;
}

footer {
    padding-top: 40px
}

footer h5 {

    margin-bottom: 20px;
}

.list-i {
    margin-bottom: 20px;
}

@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;
    }

    #drophome {
        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) {
    footer {
        padding-top: 30px;
    }

    footer h5 {
        font-size: 18px;
        margin-bottom: 8px;
    }

    footer a {
        font-size: 15px;
    }

    footer address {
        font-size: 15px;
    }

    .slide .carousel-inner {
        height: 250px;
        margin-bottom: 50px;
    }
}

@media(max-width:768px) {
    .img-about img {
        margin-left: 28%;
    }

    .readmore-btn {
        margin-left: 1%;
    }

    .readmore-btn a {
        width: 600px;
    }

    #midpart p,
    h2 {
        text-align: center;
    }

    #one {
        min-height: 165px;
    }

    #two {
        min-height: 155px;
    }

    .product-h h2 {
        font-size: 35px;
    }

    .product-p p {
        font-size: 15px;
    }

    .img-design img {
        margin-left: 29%;
    }

    .list-i {
        margin-bottom: 0;
    }

    .three {
        justify-content: center;
    }

    .slide .carousel-inner {
        height: 185px;
        margin-bottom: 50px;
    }

    footer {
        padding-top: 20px;
    }

    footer h5 {
        font-size: 15px;
        margin-bottom: 8px;
    }

    footer a {
        font-size: 12px;
    }

    footer address {
        font-size: 12px;
    }
}

@media(max-width:428px) {

    body {
        width: 690px;
    }

    #midpart h2 {
        font-size: 35px;
    }

    #midpart p {
        font-size: 25px;
    }

    #midpart p,
    h2 {
        text-align: center;
    }

    #midpart {
        padding-top: 1rem;
    }

    .img-about img {
        max-width: 309px;
    }

    .readmore-btn {
        margin-left: 1%;
    }

    .readmore-btn a {
        width: 550px;
    }

    #one {
        min-height: 165px;
    }

    #two {
        min-height: 155px;
    }

    .img-design img {
        max-width: 330px;
    }

    .slide .carousel-inner {
        height: 175px;
        margin-bottom: 50px;
    }

    .three p,
    .three h3 {
        font-size: 25px;
    }

    .whyus h5,
    .whyus h2 {
        font-size: 35px;
    }

    footer {
        padding-top: 20px;
    }

    footer h5 {
        font-size: 15px;
        margin-bottom: 8px;
    }

    footer a {
        font-size: 12px;
    }

    footer address {
        font-size: 12px;
    }

}

@media(max-width:412px) {}

@media(max-width:390px) {}

@media(max-width:384px) {}

@media(max-width:375px) {}

@media(max-width:360px) {}