@media(max-width:991px) {
    .product .product-media .product-img {
        height: 200px;
    }
}

@media(max-width:767px) {
    .nav-pills {
        border-right: 0px solid #ddd;
        border-bottom: 1px solid #ddd;
    }
}

@media(max-width:576px) {
    :root {
        --font-size: 14px;
    }

    body {
        font-size: var(--font-size);
    }

    .owl-carousel .owl-nav button {
        min-width: 36px;
        min-height: 36px;
    }

    .owl-carousel .owl-prev span,
    .owl-carousel .owl-next span {
        line-height: 26px;
    }

    .services-block .services-box {
        padding: 20px 20px;
    }

    .services-block .services-box .boxicon {
        width: 100px;
        height: 100px
    }

    .services-block .services-box .boxicon img {
        width: 50px;
    }

    .innerpage-title {
        padding: 40px 0px 40px;
    }

    .innerpage-title .content h1 {
        font-size: 40px;
    }

}