.contact-info .header__contact--info__icon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    color: #c02140;
}

.contact-info_wrapper {
    padding: 15px 0;
}

.contact-info ul {
    gap: 60px;
    justify-content: end;
}

.svgicons_wrapper {
    display: flex;
    align-items: flex-end;
}

.cont-text_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.contact-info h6 {
    font-weight: 600;
    font-size: 15px;
    font-family: "Mulish", sans-serif;
    /* text-transform: capitalize; */
    margin-bottom: 0px;
    margin-top: 8px;
}

.contact-info span {
    color: #000000;
    font-weight: 300;
    font-size: 15px;
}

.offcanvas__header--menu__open.text-center a {
    border: 2px solid rgb(0 60 135 / 47%);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    padding: 6px;
}

.hero__slider--section {
    position: relative;
}

.subslider-box {
    position: absolute;
    bottom: -327px;
    width: 100%;
}

.subslider-box .single__counterup {
    background-color: white;
}

.d-mb-block {
    display: none;
}

.aboutpage .featured__product--thumbnail__img {
    margin: 0 auto;
    width: 100%;
    min-height: 100%;
    object-fit: none;
}

.aboutpage .featured__product--thumbnail {
    height: 100%;
}

.center-img {
    display: flex;
    align-items: center;
}


.services__card .services__card--number {
    opacity: 1;
    visibility: visible;
}



.services__card--number__text {
    background-color: #f2b5b5;
    color: white;
}

.services__card--link {
    padding: 2rem;
}

.services__card--number__text {
    background-color: #d1000063;
    color: white;
}

.services__card--number {
    border: 4px solid #ffffff;
}

.aboutpage .services__card--topbar,
.indexpage .services__card--topbar {
    float: right;
}

.indexpage .services__card {
    -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0.00);
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.00);
    position: relative;
    background: var(--white-color);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.services__card {
    height: 100%;
}

.Catouge {
    color: #c02140;
}

h2 span {
    color: #003c87;
}

.footer__contact--info__icon {
    color: #ffffffb0;
}

h2.footer__widget--title {
    padding-bottom: 7px;
    margin-bottom: 20px;
}

.contactpage .contact__info {
    background: #003c87;
}

.headertop h2.footer__widget--title {
    margin-bottom: 3px;
    padding-bottom: 0;
}

.headertop p {
    margin-bottom: 10px;
    font-size: 15px;
}

.productpage .widget__categories--sub__menu--list {
    padding-left: 25px;
}

.productpage .variant__color {
    justify-content: center;
}

.productpage .product__card--btn {
    width: 100%;
    text-align: center;
}

.productpage .product__card--content {
    padding: 2rem 2rem 0.2rem;
}

.productpage .product__card--btn {
    background: #003c87;
}

.productpage .variant__color--value {
    width: 25px;
    height: 25px;
}

.productpage .product__card {
    box-shadow: 1px 1px 7px 5px rgb(163 161 161 / 23%);
    border-radius: 5px;
}

.shadow {
    box-shadow: 1px 1px 7px 5px rgb(163 161 161 / 23%);
    border-radius: 5px;
}

.footerpage .footer__contact--info__list {
    font-size: 1.5rem;
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}


.pt-0 {
    padding-top: 0px !important;
}

.pt-1 {
    padding-top: 8px !important;
}

.account__login--header__title {
    border-bottom: 2px dashed rgb(211 211 211);
    float: left;
}

/* styles.css */

/* Modal Background */
.enquiry-modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

/* Modal Content */
.modal-content {
    background-color: #fff;
    margin: 10% auto;
    border-radius: 8px;
    width: 90%;
    max-width: 500px;
    position: relative;
}

/* Close Button */
.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    color: #333;
    cursor: pointer;
}


.active-bg {
    /* background: aliceblue; */
    background: #ffcfd5;
}

a.fullwidth {
    width: 100%;
}


@media only screen and (max-width: 1440px) {
    .indexpage .single__counterup {
        padding: 3rem 1rem;
    }

    .lr-space {
        padding-left: 80px;
        padding-right: 80px;
    }

    .padtopbottom {
        padding-bottom: 60px;
        padding-top: 60px;
    }

    .padfooterbottom {
        padding-bottom: 140px;
    }

    .subslider-box {
        position: absolute;
        bottom: -274px;
        width: 100%;
    }

    .contact-info .header__contact--info__icon {
        width: 25px;
        height: 25px;
        margin-right: 8px;
    }

    .contact-info span {
        font-size: 13px;
    }

    .contact-info h6 {
        font-weight: 700;
        font-size: 13px;
        margin-top: 6px;
    }

    .contact-info_wrapper {
        padding: 7px 0;
    }

    .hero__slider--items.style4 {
        height: 618px;
    }

    .offcanvas__header--menu__open.text-center a {
        border: 1.5px solid rgb(0 60 135 / 47%);
        border-radius: 3px;
        padding: 4px;
    }

    .indexpage .main__footer {
        padding-bottom: 4rem;
    }
}

@media only screen and (max-width: 991px) {
    .indexpage .single__counterup {
        padding: 3rem 1rem;
    }

    .lr-space {
        padding-left: 60px;
        padding-right: 60px;
    }

    .padtopbottom {
        padding-bottom: 40px;
        padding-top: 40px;
    }

    .padfooterbottom {
        padding-bottom: 120px;
    }

    .indexpage .single__counterup {
        padding: 1rem 1rem;
    }

    .subslider-box {
        position: absolute;
        bottom: -209px;
        width: 100%;
    }

    .product__details--media {
        margin-bottom: 2rem;
    }

    .product__media--right {
        padding-left: 0rem;
    }

    .newsletter__bg.newsletter_wrapper {
        background: none;
        background-color: #1f78ff;
        display: none;
    }

    .padfooterbottom {
        padding-bottom: 60px;
    }

    .indexpage .footer__section {
        margin-top: 0px;
        padding-top: 0px;
    }
}

@media only screen and (max-width: 767px) {

    .hero__slider--items.style4 {
        height: 500px;
    }

    .subslider-box {
        position: relative;
        bottom: 0px;
        width: 100%;
    }

    .hero__slider--section {
        position: relative;
    }

    .d-mb-none {
        display: none;
    }

    .d-mb-block {
        display: block;
    }

    .hero__slider--section {
        position: relative;
        margin-bottom: 0px;
        padding-bottom: 00px;
    }

    h2.footer__widget--title {
        padding-bottom: 7px;
    }

    h2.footer__widget--title::after {
        left: 17px;
        border: 1px solid white;
        width: 30px;
    }

    h2.footer__widget--title::before {

        width: 12px;
        border: 1px solid #ffffff6e;
    }

    .indexpage .header__contact--info.style3 {
        text-align: center;
    }

}


@media only screen and (max-width: 500px) {

    .hero__slider--items.style4 {
        height: 400px;
    }

    .hero__slider--thumbnail__img.style4 {
        max-width: 280px;
        margin-bottom: 0;
    }

    .productpage .product__showing--count {
        text-align: end;
        margin-top: 0rem;
    }

    .productpage .shop__header {
        padding: 0.5rem 2rem;
        border-radius: 0.5rem;
    }



    .variant__color--list {
        margin-right: 5px;
    }

    .productpage .variant__color--value {
        width: 25px;
        height: 25px;
    }

    .productpage .product__card--action {
        display: none;
    }

    .productpage .product__card--content {
        padding: 1rem 1rem 0.2rem;
    }

    .product-detailpage .swiper-slide {
        width: 81%;
    }

    .product-detailpage .product__media--nav__items--img {
        height: 100%;
        object-fit: fill;
    }

    .product-detailpage .product__media--nav__items {
        height: 100%;
        background: aliceblue;
    }

    .product__card--btn {
        font-size: 17px;
        height: 3.2rem;
        line-height: 0rem;
        padding: 2rem 1.2rem;
        font-weight: 600;
    }

    .slider__content.style4 {
        margin-bottom: 52px;
    }

    .slider__pagination.style4.swiper-pagination {
        display: none;
    }

    .hero__slider--items.style4 {
        height: 500px;
    }

    .project__card--content {
        flex-direction: row;
    }

    .product__media--nav {
        display: none;
    }

    .product__media--right {
        width: calc(100%);
    }
}