header span {
    font-size: 40px;

}


.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;
}

.footer a {
    text-decoration: none;
    color: gray;
}

.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;
}

.allimg img {
    border: 4px solid rgb(9, 10, 10);
}

.vertical {
    border-left: 2px dashed rgb(3, 3, 3);
    height: 380px;
    position: absolute;
    left: 50%;
}

.second {
    display: none;
}

.second img {
    height: 300px;
    border: 4px solid black;
}

@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;
    }

    #dropcrystal {
        border: 1px solid rgb(11, 19, 59);
        /* border-radius: 4px; */
        color: #036881;
        font-weight: bold;
    }

    header span {
        font-size: 30px;
    }
}

@media(max-width:1366px) {
    footer {
        padding-top: 25px;
    }
}

@media(max-width:1024px) {}

@media(max-width:768px) {
    .allimg img {
        border: 2px solid black;
    }

    .vertical {
        height: 240px;
    }

    .contactfooter {
        width: 250px;
    }


    .links {
        padding-top: 40px;
    }
}

@media(max-width:428px) {
    .first {
        display: none;
    }

    .second {
        display: block;
    }

    .second img {
        height: 120px;
    }

    h4 {
        font-size: 19px;
    }

    h1 {
        font-size: 25px;
    }

    footer {
        padding-top: 5px;
    }

    footer h5 {
        font-size: 15px;
        margin-bottom: 8px;
    }

    footer a {
        font-size: 12px;
    }

    footer address {
        font-size: 12px;
    }

    .links {
        padding-top: 20px;
    }
}



@media(max-width:412px) {
    h1 {
        font-size: 22px;
    }

    h4 {
        font-size: 17px;
    }
}

@media(max-width:390px) {}

@media(max-width:384px) {
    .second img {
        height: 110px;
    }
}


@media(max-width:375px) {
    .second img {
        height: 105px;
    }

    h1 {
        font-size: 20px;
    }
}

@media(max-width:360px) {
    .second img {
        height: 100px;
    }
}