@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .hero-section .card-categori {
        width: 100%;
    }

    .breadcrumb-category {
        padding: 0 20px;
    }

    .total-item {
        padding: 0 8px;
    }

    .product-service {
        padding: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hero-section .card-categori {
        width: 100%;
    }

    .breadcrumb-category {
        padding: 0 20px;
    }

    .total-item {
        padding: 0 8px;
    }

    input.quantity-input {
        width: 100px;
        margin-right: 10px;
    }

    /* .prod-col {
        width: 32% !important;
    } */
}

@media only screen and (min-width: 993px) and (max-width: 1199px) {

    .hero-section .card-categori {
        width: 100%;
    }

    .breadcrumb-category {
        padding: 0 20px;
    }

    .total-item {
        padding: 0 8px;
    }

    .second-sec-col {
        width: 100% !important;
        padding: 0 !important;
    }

    .prod-col {
        width: 33% !important;
    }

    .product-service {
        padding: 0 !important;
    }

    input.quantity-input {
        width: 100px;
    }

    .about-card {
        margin: 5px;
    }

    .company {
        display: block;
    }
}

@media only screen and (min-width: 769px) and (max-width: 992px) {

    .second-sec-col {
        width: 100% !important;
        padding: 0 !important;
    }

    .hero-section .card-categori {
        width: 100%;
    }

    /* .prod-col {
        width: 45% !important;
    } */

    /* ------------------header-css-------------- */
    .nav-bar-col {
        justify-content: space-between;
    }

    .navbar-toggler:focus {
        box-shadow: none !important;
    }

    .nav-row {
        margin: 0 !important;
        padding: 5px 5px !important;
    }

    .filter-section .scall {
        margin-top: 60px;
    }

    .menu-link {
        display: flex;
        justify-content: center;
        padding: 20px 10px;
    }

    .navbar-nav.mb-lg-0 {
        text-align: center;
    }

    .nav-link {
        font-size: 20px;
    }

    .navbar-toggler:focus {
        box-shadow: none !important;
    }

    /* -------------------about-us------------------------- */
    .about-card {
        margin: 5px;
    }

    /* --------------------header-------------------- */
    .logo-wrapper .nav-logo {
        margin: 0px;
        height: 65px;
        width: 65px;
    }

    .txt-head-end {
        display: flex;
        align-items: center;
    }

    .company {
        display: block;
    }


}

@media only screen and (max-width:768px) {
    #send_a_inq_8230083 {
        width: 100% !important;
    }

    .hero-section .card-categori {
        width: 100%;
    }

    .second-sec-col {
        width: 100% !important;
        padding: 0 !important;
    }

    /* .prod-col {
        padding: 0 30px;
    } */

    .block-category {
        display: block;
        padding: 10px 10px;
        margin-top: 15px;
    }

    .total-item {
        margin-bottom: 10px;
    }

    .breadcrumb-category {
        padding: 0 10px;
    }

    .about-card-container {
        display: block;
    }

    .company-info {
        margin-left: 0;
    }

    .company-info p {
        margin-right: 0;
        padding: 0 10px;
    }

    .contact-row {
        display: block !important;
    }

    .about-card {
        margin: 10px 0;
    }

    .about-card {
        max-width: 100%;
        width: 100%;
    }

    .card-image img {
        width: 100%;
    }

    .filter-section.col-3 {
        width: 100%;
    }

    .col-9.product-col {
        width: 100%;
    }

    .nav-bar-col {
        justify-content: space-between;
    }

    .nav-row {
        margin: 0 !important;
        padding: 5px 5px !important;
    }

    .filter-section .scall {
        margin-top: 25px;
    }

    .menu-link {
        display: flex;
        justify-content: center;
        padding: 20px 10px;
    }

    .navbar-nav.mb-lg-0 {
        text-align: center;
    }

    .nav-link {
        font-size: 20px;
    }

    .navbar-toggler:focus {
        box-shadow: none !important;
    }

    .hero-section {

        padding: 10px 10px;
    }

    .logo-wrapper .nav-logo {
        margin: 0px;
        height: 65px;
        width: 65px;
    }

    .txt-head-end {
        display: flex;
        align-items: center;
    }

    .full-detail-product {
        padding: 20px 10px;
    }

    .other-info-section {
        padding: 15px 10px;
    }

    .detail-product-img-div {
        height: 450px;
    }

    .cart-form .product-detail-btn-section {
        width: 100%;
    }

    .full-detail-product .det-prod-name {
        width: 100%;
    }

    .product-details ul li span:first-child {
        width: 60%;
    }

    .checkout-btn {
        padding: 7px 30px;
    }

    .detail-product-img-div .main-img-div {
        height: 450px;
    }

    .content .main-container {
        margin: 10px;
    }

    .content {
        padding: 2em 0 0 0;
    }

    .filter-container .aiz-category-menu .sub-cat-menu {
        width: 50%;
        height: auto;
    }

    .company {
        display: block;
    }

    .company .img {
        margin: 0;
    }

    #search {
        display: none;
    }

    .search-input-box>svg {
        position: absolute;
        right: 0px;
        top: -9px;
    }

    .contact-form {
        width: 100%;
    }

    li {
        margin: 25px 0;
    }

    .comp-partner-logo {
        padding: 15px;
    }

    .menu-for-pages {
        list-style: none;
    }
}