
@media only screen and (min-width:200px) and (max-width:760px) {
    .col-sm-6.laeftimagelogo {
        width: 50%;
        float: left;
    }
    ul.navbar-nav.rightmenu li.nav-item .badge.bg-danger {right: auto !important;
    }


    .logoimages img {
        max-width: 70%;
    }

    .col-sm-5.rightimages.pull-right {
        height: auto;
        width: 100%;
    }

    .col-sm-7.giffimage {
        height: 320px;
        width: 100%;
    }

    .home-demo {
        height: auto !important;
    }

    .navigation .navbar-collapxse.collapse.show {
        display: none;
    }

    .logonews img {
        max-width: 100%;
    }

    .whitebgnew {
        position: relative;
        top: 0;
        transform: none;
        width: 100%;
    }

    .fixedfotter {
        position: relative;
        bottom: 0;
        margin: 10px 0;
        display: inline-block;
    }

    .logonews img {
        max-width: 100% !important;
    }

    .col-sm-2.logonews, .col-sm-2.cataloglogo {
        width: 20% !important;
    }

    .productsmain {
        font-size: 15px !important;
    }

    .navigation {
        padding: 15px 0;
    }

    button.iconbtn {
        font-size: 15px;
        padding: 4px 9px;
        margin-bottom: 10px;
        margin-right: 0;
    }

    .panelgroup {
        padding: 7px 7px;
        font-size: 15px;
    }

    #togglemain svg {
        display: block;
        position: absolute;
        right: 30px;
        top: 0;
        color: #fff;
        font-size: 16px;
    }

    #togglemain {
        position: relative;
        top: -8px;
        display: block;
    }

    ul.navbar-nav.rightmenu li.nav-item {
        width: 100% !important;
        padding: 0 !important;
        text-align: left !important;
    }

        ul.navbar-nav.rightmenu li.nav-item a.nav-link {
            padding: 10px 0 !important;
        }

    .numerictext {
        width: 50%;
    }

    button.deletebtn, button.addsavebtn {
        font-size: 12px !important;
        padding: 6px 9px !important;
        margin: 0 0 10px 0 !important;
    }

    span.numericright {
        width: 32%;
    }

    .imagescolor i {
        margin: 0 2px;
    }

    div#divsvg {
        width: 100% !important;
        height: auto !important;
        margin-bottom: 20px;
    }

    .imagescolor {
        width: 100%;
        padding: 8px 0 !important;
    }

    .col-sm-2.cataloglogo img {
        max-width: 100%;
        top: 6px;
    }

    .table.display.nowrap.dataTable td .form-control {
        padding: 3px 4px;
    }

    #carts .col-sm-12 {
        overflow: auto;
        padding: 0;
    }
}

@media only screen and (min-width:641px) and (max-width:760px) {
}


@media only screen and (min-width:767px) and (max-width:999px) {
    .owl-carousel.owl-theme.owl-loaded.owl-drag {
        position: absolute;
        top: 43%;
        transform: translateY(-50%);
    }

    .home-demo {
        height: 96vh !important;
    }

    .whitebgnew {
        width: 100% !important;
    }

    ul.navbar-nav.rightmenu li.nav-item a.nav-link {
        padding: 10px 4px 13px;
    }

    span.menutext {
        font-size: 13px;
    }

    .productsmain {
        font-size: 17px;
    }
}

@media only screen and (min-width:1000px) and (max-width:1250px) {
    .owl-carousel.owl-theme.owl-loaded.owl-drag {
        position: absolute;
        top: 43%;
        transform: translateY(-50%);
    }

    .home-demo {
        height: 96vh !important;
    }
}
@media only screen and (min-width:1600px) and (max-width:10000px) {

    .headerbg .row {
        position: relative;
    }

    p.productsmain {
        top: -10px;
    }
}
@media only screen and (min-width:1340px) and (max-width:10000px) {
    body {
        max-width: 100% !important;
        margin: auto !important;
    }

    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 100%!important;
    }
}