.banner-overlay {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    position: absolute;
    top: 0;
}

.banner-text-box {
    background-color: rgba(54, 70, 156, .5);
    border-radius: 10px;
}

.banner-text-box-2 {
    position: relative;
    z-index: 9999999;
}

.text-design {
    color: #fff !important;

}

.about-us-images {
    height: 330px;
    width: 100%;
    object-fit: cover;
}

.product-picture {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.footer-top {
    border-bottom: 1px solid grey;
}

.footer-wrapper {
    display: flex;
}

.footer-box {
    width: auto;
}

.footer-copyright-me {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-copyright-me p {
    display: flex;
    margin: 0;
    align-items: center;
}

@media(max-width:991px) {
    .copyright-responsive{
        text-align: center;
        margin-top: 20px !important
    }
    .banner-text-box {
        background-color: rgba(54, 70, 156, 0);
        border-radius: 10px;
    }

    .about-us-images {
        height: 200px !important;
    }

    .about-wrapper {}

    .product-responsive {
        padding-top: 0 !important;
    }

    .footer-copyright-me {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start !important;
    }

    .footer-wrapper {
        flex-direction: column;
        gap: 40px;
    }

    .footer-box iframe {
        width: 100% !important;
    }
    .banner-bg{
        height: 240px !important;
    }
}