/*Mobile view css*/
/*--------------mobile view css---------------*/

@media only screen and (max-width: 480px)
{
    .oms-parallax-container
    {
        height:610px !important;
    }
    .headerclass
    {
        height: 437px;
    }
    .table-responsive
    {
        width: 100%!important;
        margin-bottom: 15px!important;
        overflow-y: hidden !important;
        -ms-overflow-style: -ms-autohiding-scrollbar!important;
    }
    .navNew
    {
        margin-top: -68px;
    }
    .cards
    {

        width: 296px;
    }
}


/*--------------mobile view css---------------*/
@media screen and (max-width: 600px) {
    .categoryfiltercontainer {
        width: 100% !important;
    }

    .datasheetcontainer.container {
        width: 100% !important;
    }

    .categorycontainer.container {
        width: 100% !important;
        background-color: white;
    }

    .manufacturercontainer {
        width: 100% !important;
    }

    .samplebuycontainer {
        width: 100%;
    }

    .obsoletecomponents {
        width: 100%;

    }

    .manufacturercontainer {
        width: 100%;
    }

    .agent_container {
        width: 100%;
    }

}

@media only screen and (min-width: 993px) {
    .container {
        width: 90% !important;
    }
}