.footer .footer-logo img {
    width: 400px !important;
    height: auto;
    margin: 0 20px;
}
.text-theme {
    color: #e3000f!important;
}

.header .area .logo img {
    width: 300px;
}

.header--fixed {
    position: fixed;
    box-shadow: 0 0 3px rgba(11, 34, 57, 0.1);
    top: 0px;
}

.bg-theme {
    background: #e4000e !important;
}

@media(min-width:320px) and (max-width:767px) {

    .header .area .logo img {
        width: 150px;
    }

    .header__bar {
        top: 55px;
    }

    .about__content h1 {
        font-size: 28px;
        text-align: center;
    }

    .about__content p {
        text-align: justify;
        font-size: 14px;
    }

    .about__content .lab-btn {
        margin-left: 100px;
    }

    .about__content {
        padding: 0px 25px;
        max-width: 100%;
    }
    .about__content h3{
        text-align: center;
    }

    .offer__content {
        padding: 30px 25px;
    }

    .offer__content h2 {
        text-align: center;
    }

    .offer__content p {
        text-align: center;
    }

    .offer__content .lab-btn {
        margin-left: 100px;
    }

    .footer__about {
        padding: 30px 25px;
    }

    .footer__body {
        padding: 10px 10px;
    }

    .footer__title h5 {
        text-align: center;
    }

    .pageheader {
        padding-top: 60px;
        padding-bottom: 50px;
        margin-top: 0px;
    }

    .section__wrapper {
        padding: 10px 10px;
    }

    .feature--two .feature__item {
        padding: 10px 10px;
    }

    .padding-tb {
        padding-block: 60px !important;
    }
    .footer__about ul{
    margin-top: 10px;
}
.map-responsive {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* Aspect ratio: 16:9 */
    height: 0;
    overflow: hidden;
    border-radius: 8px; /* Optional: Rounded corners */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Optional: Shadow */
}

.map-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.footer__top .text {
    margin-top: 10px;
}

.footer .footer-logo img {
    width: 260px !important;
}

h3 {
    font-size: 22px;
}
.header--one, .header--two, .header--three, .header--four, .header--five, .header--six {
    z-index: 99999;
    background-color: #f2f2f2;
    top: 25px;
    position: static;
}

#carouselExampleIndicators.carousel {
    position: relative;
    margin-top: 10px;
}
.header {
    padding-block: 10px;
    background-color: #fff;
}

.product--four .product__thumb img {
    object-fit: cover;
    object-position: center;
}
.footer__bottom p {
    font-size: 10px;
    font-weight: normal;
}

}

.offer--one::after {
    width: 50%;
    height: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
     background: none!important; 
    background-position: 0% 15%;
    background-size: cover;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 90%!important;
}