@media (max-width: 767px) {
    body,html{
        overflow-x:unset;
    }
    .main-content-wrap {
        background: #fff;
    }
    .section{
        overflow-x: hidden;
    }

    .container-fluid {
        padding-left: 5px;
        padding-right: 5px;
        max-width: 3000px;
    }

    /********************************
            face-bg
    *********************************/
    .face-bg .container-fluid {
        padding: 0;
    }

    .cate-banner {
        margin: 0;
    }

    .cate-banner-wrap {
        padding: 0;
    }

    .face-bg {
        background: none;
    }

    #my-nav-menu {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    #my-nav-menu.fixed {
        background: #003e52;
        background: -webkit-linear-gradient(left, #003e52 0, #003e52 25%, #196a80 75%, #1a9cb7 100%);
        background: linear-gradient(to right, #003e52 0, #003e52 25%, #196a80 75%, #1a9cb7 100%);
        padding: 14px 12px;
        z-index: 80;
    }

    .form-search {
        border-radius: 0;
    }

    .search-btn {
        border-radius: 0;
        background: transparent;
        left: 0;
    }

    .form-search input {
        height: 54px;
        border-radius: 0;
    }

    .owl-1 .owl-dots {
        position: absolute;
        top: 80%;
    }

    .owl-1 .owl-dots .owl-dot {
        background: #fff;
    }

    /********************************
           section-line-cate
    *********************************/
    .section-line-cate .container-fluid {
        padding: 0;
    }

    .line-cate-box {
        width: 70px;
    }

    .section.section-line-cate {
        margin-top: 0;
        background: #e7e8ec;
    }

    .section-line-cate-wrap {
        background: transparent;
    }

    /*******************************************
        section-new-product
    ************************************/
    .new-product-box-col:nth-child(2) {
        display: block;
    }

    .new-product-box {
        padding: 0;
    }

    .new-product-box-title-icon {
        display: none;
    }

    .new-product-box-img img {
        width: 90px;
        height: 90px;
    }

    .new-product-box-info-label {
        margin: 10px 0;
    }

    .present-box-bottom-col {
        background: transparent;
        padding: 0;
    }

    .present-box-bottom-col h4 {
        min-height: unset;
        color: #000;
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        margin-bottom: 5px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        display: inline-flex;
        vertical-align: middle;
        align-items: center;
    }

    .present-box-bottom-col-product {
        display: flex;
        margin-top: 0;
    }

    .present-box-bottom-col-product a {
        height: auto;
        display: block;
        flex: 1 1;
        margin: 3px;
    }

    .label-off {
        position: absolute;
        color: rgb(255, 255, 255);
        border-radius: 0px 9px 9px 0px;
        background-color: rgb(255, 102, 0);
        left: 0px;
        bottom: 0px;
        padding-right: 4px;
        margin-bottom: 4px;
        padding-left: 4px;
        height: 18px;
        font-size: 12px;
    }

    .new-product-box-info-verify {
        position: relative;
        display: flex;
        flex-shrink: 0;
        flex-grow: 0;
        overflow: hidden;
        align-items: center;
        /*justify-content: center;*/
        width: 100%;
        height: 13px;
        flex-direction: row;
        margin-top: 10px;
    }

    .new-product-box-info-verify a {
        position: relative;
        display: flex;
        flex-shrink: 0;
        flex-grow: 0;
        overflow: hidden;
        margin-right: 5px;
        visibility: visible;
        width: fit-content;
        height: 100%;
        -webkit-box-flex: 0;
    }

    .new-product-box-info-verify a:last-child {
        margin-right: 0;
    }

    .new-product-box-info-verify a img {
        max-width: 33px;
        height: 10px;
    }

    .new-product-box-info-price {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-height: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 12px;
        margin-top: 10px;
        font-weight: 300;
    }

    /*******************************
        section-indiamart
    **********************************/
    .product-sec-wrapper {
        border-top: none;
    }

    .product-banner {
        position: relative;
        width: 100%;
        height: 100%;
        background-size: cover;
        z-index: 1;
    }

    #my-page .minht .row {
        position: relative;
        z-index: 2;
        /*overflow: hidden;*/
    }

    .wrap-mobile-minht-item {
        width: 500px;
        overflow-x: scroll;
        display: flex;
        white-space: nowrap;
    }
    .wrap-mobile-minht-item li{
        display: inline-block;
        margin-right: 10px;
    }

    .product-sec-wrapper .product-item {
        border-radius: 10px;
        width: 300px;

    }

    .product-sec-wrapper .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 0;
        flex: 0 0 0;
    }

    .pbnr7 {
        background: url("../images/indiamart-bg-mb.webp");
    }

    .product-sec-wrapper h2 a {
        color: #2e3192;
        font-size: 18px;
    }
    .section.section-indiamart{
        overflow-x: scroll;
    }
    .section-indiamart .container-fluid{
        padding: 0;
    }
    .test{
        width: 500px;
        overflow-x:scroll;
        display: flex;
        /*flex-wrap: nowrap;*/
    }
    .test-li{
        background: red;
        /*display: inline-block;*/
        width: 300px;
        padding: 10px;
        height: 100px;
    }


}