﻿@media(max-width: 768px){
    .logo-center img {
        height: 60px;
    }
    .hero-shape{
        display:none;
    }
    .custom-btn {
        padding: 6px 12px;
    }
    footer img {
        height: 100px;
    }
    .about-heading {
        font-size: 1.5rem;
        padding: 0 15px;
        left: 30%;
    }
    .sticky-wrapper {
        position: static;
        margin-bottom: 2rem;
    }

        .sticky-wrapper img {
            height: auto;
        }
    .highlight-bar {
        width: 3px;
    }
    .products-card img {
      /*  height: 200px;*/
        width: 100%;
    }
    .svg-square {
        width: 100% !important; /* change this to control size */
    }
}
@media(max-width: 1140px){
    .bg-text {
        display: none;
    }
    .svg-square {
        width: 100% !important; /* change this to control size */
    }
}
@media(min-width: 992px) {
    .overlay-menu {
        display: none;
    }

}

@media (max-width: 576px) {
    table.theMobileTable,
    table.theMobileTable thead,
    table.theMobileTable tbody,
    table.theMobileTable th,
    table.theMobileTable td,
    table.theMobileTable tr {
        display: block;
        width: 100%;
    }

        table.theMobileTable thead {
            display: none;
        }

        table.theMobileTable tr {
            margin-bottom: 15px;
            border: 1px solid #ddd;
            padding: 10px;
            border-radius: 8px;
            background: #fff;
        }

        table.theMobileTable td {
            text-align: right;
            padding-left: 50%;
            position: relative;
        }

            table.theMobileTable td::before {
                content: attr(data-label);
                position: absolute;
                left: 15px;
                top: 8px;
                font-weight: 600;
                text-align: left;
            }
}
