.newHeaderStyle .input_search, .newHeaderStyle .input_search_date {
    width: 20% !important;
    margin-right: 12px !important;
}

.mobileMenuNew .midBarHead {
    background-color: #D29D54 !important;
}

.mbcur{
    margin-top: 8px;
    margin-left: 10px;
}

.mobilesupplylink{
    float: right;
    margin-right: 17px;
}

.mobilesupplylink button{
    background-color: #005e82;
    border: none;
    padding: 10px 18px;
    border-radius: 5px;
    font-weight: 600;
}


@media only screen and (max-width: 1290px) {
    .hideMePri {
        display: block !important;
    }

    .newHeaderStyle {
        padding-bottom: 15px !important;
        padding-left: 8px;
    }

    .supplierblack {
        margin-right: 15px;
        padding: 18px 15px 18px 15px;
        text-align: center;
        font-size: 16px;
    }

    .counterBox {
        font-size: 18px;
        background-color: #ccc;
        color: #231f20;
        padding: 6px 13px;
        border-radius: 10px;
        margin-bottom: 8px;
        display: inline-block;
    }
    .supplierdash {
        margin: 60px 15px 30px 25px;
    }
    .tQuart {
        flex: 1 0 18%;
        margin-right: 14px;
        max-width: 24%;
    }

    .taskgrey {
        background-color: #D1D1D1;
        color: #535353;
        text-align: center;
        padding: 10px 7px;
        font-size: 14px;
        line-height: 18px;
        font-weight: bold;
        border-radius: 6px 6px 0 0;
    }
}


@media only screen and (max-width: 1050px){
    .tablequart {
        margin-top: 2px;
    }
    .supplierdash {
        margin: 12px 15px 30px 25px;
    }
    .titlearea {
        margin-top: 50px;
    }

    .supplierblack {
        margin-right: 10px;
        padding: 18px 5px 15px 7px;
        text-align: center;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .tQuart {
        flex: 1 0 15%;
        margin-right: 15px;
    }
}


@media only screen and (max-width: 992px) {
    .latestNews .carousel-cell {
        width: 45%;
        margin-right: 15px;
        border-radius: 5px;
        text-align: center;
    }
    .titlearea {
        margin-top: 0px;
    }
    .newHeaderStyle{
        display: flex;
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 767px) {
    .bigsupplierblacks{
        flex-wrap: wrap;
    }
    .bigsupplierblacks a {
        flex: 1 0 33%;
    }
    .supplierblack{
        margin-bottom: -5px;
    }
    .newHeaderStyle .input_search, .newHeaderStyle .input_search_date {
        width: 90% !important;
        margin-right: 12px !important;
    }
    .tablequart{
        display: none;
    }
}

@media only screen and (max-width: 475px) {
    .bigsupplierblacks a {
        flex: 1 0 45%;
    }
}





