@media only screen and (min-width: 1441px) and (max-width: 1920px) {}

@media only screen and (min-width:1003px) and (max-width:1024px) {
    #main-menu ul li a {
        font-size: 93%;
    }

    #products-menu ul li.company-name a {
        font-size: 121%;
        padding: 0 10px;
    }

    #products-menu ul li a {
        padding: 0 10px;
        font-size: 93%;
    }
}

@media only screen and (min-width:768px) and (max-width:1002px) {

    body,
    table,
    input,
    textarea,
    select {
        font-size: 13px;
    }

    #mobile-menu-icon {
        display: block;
        width: 30px;
        height: 20px;
        top: 20px;
    }

    #mobile-menu-icon span,
    #mobile-menu-icon span:before,
    #mobile-menu-icon span:after {
        width: 30px;
        height: 4px;
    }

    #mobile-menu-icon span:before {
        top: -8px;
    }

    #mobile-menu-icon span:after {
        top: 8px;
    }

    #mobile-menu.active #top-menu,
    #mobile-menu.active #main-menu {
        display: block !important;
    }

    /*    .row-eq-height {display: inherit;}*/
    #wrapper {
        width: 100%;
        position: relative;
        z-index: 10;
        overflow: hidden;
    }

    #mobile-menu {
        display: block;
    }

    #mobile-menu.active {
        right: -250px;
    }

    #main-menu,
    #menu1 {
        display: none;
    }

    #mobile-menu ul:first-child {
        border-bottom: 3px solid #565656;
        background-color: #eee;
    }

    #mobile-menu ul ul {
        background-color: #e5e5e5;
        border-bottom: 2px solid #ffcc00;
        margin-bottom: 0 !important;
    }

    #mobile-menu ul li a {
        padding: 8px 25px 8px 10px;
    }

    #mobile-menu ul ul ul {
        background-color: #f6f6f6;
    }

    #mobile-menu ul li ul li a {
        padding: 8px 25px 8px 20px;
    }

    #mobile-menu ul li ul li ul li a {
        padding: 8px 25px 8px 25px;
    }

    #mobile-menu ul:first-child {
        float: none !important;
    }

    #mobile-menu-icon span,
    #mobile-menu-icon span:before,
    #mobile-menu-icon span:after {
        background-color: #ffffff;
    }

    header {
        padding: 15px 0;
        position: inherit;
        z-index: 1;
    }

    header #top {
        display: none;
    }

    header #middle {
        height: 80px;
    }

    header #logo {
        width: 110px;
        height: auto;
        margin: 20px 0 20px;
        padding: 0;
        position: inherit;
        left: 0px;
    }

    header #logo img {
        max-width: 130px;
    }

    header #name {
        left: 0;
        top: 25px;
        font-size: 130%;
        display: none;
    }

    header #bottom {
        height: 30px;
    }

    header #quick-contacts {
        float: none;
        margin: 0;
        position: absolute;
        right: 50px;
        top: 8px;
    }

    header #quick-contacts li {
        margin: 0 0 0 10px;
        vertical-align: top;
    }

    header #quick-contacts li a {
        font-size: inherit;
        height: auto;
    }

    header #quick-contacts li a .icon {
        width: auto;
        position: relative;
        color: #1066b3;
        display: block;
        font-size: 24px;
    }

    header #quick-contacts li:last-child {
        display: none;
    }

    .breadcrumb {
        display: none;
    }

    #banner .banner-product-info {
        top: 25%;
    }

    #banner h2 {
        font-size: 280%;
    }

    #banner .banner-product-img {
        top: 14%;
    }

    #banner .bx-wrapper .bx-pager,
    .bx-wrapper .bx-controls-auto {
        top: 84%;
    }

    #about-ntex h2.title {
        text-align: left;
        font-size: 228%;
        padding: 0px 122px;
    }

    #about-ntex p {
        max-width: 503px;
    }

    #about-ntex .logo {
        margin-top: 3px;
    }

    #products .container:before {
        transform: skew(0);
    }

    #products .items .item .img-container {
        height: 277px;
    }

    #products .items .item .img-container .bg-triangle {
        bottom: -50%;
    }

    #industries ul.industry-list {
        display: flex;
        flex-wrap: wrap;
    }

    #industries ul.industry-list li {
        display: inherit;
        width: calc(50% - 10px);
        height: auto;
        margin: 5px;
        padding: 0;
        text-align: center;
        background-color: #eee;
        border: none !important;
    }

    #industries ul.industry-list li:before {
        display: none;
    }

    #industries ul.industry-list li a {
        padding: 15px !important;
        font-size: 145%;
        width: 100%;
    }

    #industries ul.industry-list li:last-child {
        width: 100%;
    }

    #main-container .wrapper {
        padding-bottom: 45px;
    }

    .product-detail p.big {
        font-size: 176%;
    }

    .product-detail .product-block {
        min-height: 0;
        width: 150%;
    }

    .product-detail .product-block h2 {
        font-size: 210%;
    }

    .product-detail .pro-img img {
        right: 4px;
        bottom: 14%;
    }

    .product-overview {
        margin-top: 45px;
    }

    .product-overview .optional-accessories img {
        right: -183px;
        width: 45%;
    }

    .content blockquote {
        font-size: 200%;
        text-align: left;
    }

    .content blockquote small {
        font-size: 60%;
    }

    #main-container .aboutus .ntex-values .values {
        margin: 0 0 55px;
        padding: 0;
        text-align: center;
    }

    #main-container .aboutus .ntex-values .values li {
        margin-top: 16px;
        line-height: 111px;
        font-size: 125%;
    }

    #main-container .aboutus .ntex-values .values li:after {
        right: -54px;
        transform: scale(0.7);
        transform-origin: left top;
    }

    #sublinks {
        width: 100%;
        padding: 0;
    }
}

@media only screen and (min-width:320px) and (max-width:767px) {

    body,
    table,
    input,
    textarea,
    select {
        font-size: 13px;
    }

    #mobile-menu-icon {
        display: block;
    }

    .row-eq-height {
        display: inherit;
    }

    #page-bg-polygon .page-bg:before,
    #page-bg-polygon.spl .page-bg:before,
    #page-bg-polygon.spl .page-bg:after {
        width: 360px;
        height: 796px;
        left: 145px;
        top: -375px;
    }

    #page-bg-polygon.spl .page-bg:after {
        left: 144px;
        clip: rect(424px, 360px, 796px, 0px);
    }

    #wrapper {
        width: 100%;
        position: initial;
        z-index: 10;
        overflow: hidden;
    }

    #mobile-menu {
        display: block;
    }

    #mobile-menu.active {
        right: -250px;
    }

    #main-menu,
    #product-menu {
        display: none;
    }

    #mobile-menu ul li a {
        padding: 10px 15px;
    }

    #mobile-menu ul ul ul {
        background-color: #f6f6f6;
    }

    header {
        padding: 15px 0;
        position: inherit;
    }

    header #logo {
        width: 120px;
        margin: 0;
        padding: 0;
    }

    #banner,
    #banner ul li,
    #banner ul li [class^="col-"] {
        height: auto !important;
    }

    #banner h2 {
        font-size: 200%;
    }

    #banner .banner-product-img,
    #banner .banner-product-info {
        position: inherit;
        bottom: auto !important;
        left: auto;
        right: auto;
        text-align: center;
    }

    #banner .banner-product-img {
        margin: 40px 0;
    }

    #banner .banner-product-img img {
        max-width: 80%;
        margin: 0 auto;
    }

    #banner .bx-wrapper .bx-pager,
    .bx-wrapper .bx-controls-auto {
        width: 100%;
        bottom: 0;
        position: inherit;
        margin-bottom: 20px;
    }

    #banner .bx-wrapper .bx-controls-direction a {
        top: 50%;
        bottom: auto;
        transform: scale(0.8);
    }

    h2.title {
        font-size: 200%;
    }

    #usp {
        position: relative;
        padding: 15px 0;
    }

    #usp:before {
        content: '';
        margin: 0 auto;
        height: 1px;
        background-color: #eee;
        position: absolute;
        left: 15px;
        right: 15px;
    }

    #usp .row {
        padding: 0 15px;
        margin: 0;
    }

    #usp .item {
        text-align: center;
        margin: 0 auto;
        width: 100%;
        padding: 25px 0;
    }

    #about-ntex::before {
        display: none;
    }

    #about-ntex .container {
        padding: 50px 15px 30px;
    }

    #about-ntex .container,
    #about-ntex .container .content {
        transform: skew(0);
    }

    #about-ntex .logo {
        margin: 0 auto 15px;
        max-width: 80%;
    }

    #industries {
        padding: 50px 0;
    }

    #industries ul.industry-list {
        display: flex;
        flex-wrap: wrap;
    }

    #industries ul.industry-list li {
        display: inherit;
        width: calc(50% - 10px);
        height: auto;
        margin: 5px;
        padding: 0;
        text-align: center;
        background-color: #eee;
    }

    #industries ul.industry-list li:before {
        display: none;
    }

    #industries ul.industry-list li a {
        padding: 10px !important;
        font-size: 120%;
        width: 100%;
    }

    #industries ul.industry-list li:last-child {
        width: 100%;
    }

    section.padding {
        padding: 50px 0 30px;
    }

    #products .container {
        padding: 50px 15px 30px;
    }

    #products .container::before {
        transform: skew(0) translateX(0);
    }

    #products h2.title {
        margin-bottom: 30px;
    }

    #products .items .item .img-container {
        height: 170px;
    }

    #products .items .item .img-container .bg-triangle {
        bottom: -53%;
    }

    #products .items .item .img-container img {
        max-width: 80%;
        bottom: 25px;
    }

    #products .items .item .text {
        font-size: 100%;
    }

    #global-reach h2.title {
        margin-bottom: 50px;
    }

    footer #top .column {
        text-align: center;
    }

    footer #top .column h3 {
        margin-bottom: 15px;
    }

    footer #top .column p {
        line-height: normal;
    }

    footer #top .sep img {
        max-width: 50px;
    }

    footer #bottom span.reserved {
        display: block;
    }

    /* Inner Pages */
    #main-container .content.contact iframe {
        margin-top: 20px;
    }

    #sublinks {
        padding: 0;
        margin-top: 30px;
    }

    #main-container .aboutus .quality .certi-thumb {
        width: 50%;
        margin: 0 auto;
    }

    .breadcrumb {
        display: none;
    }

    .content h2 {
        font-size: 203%;
    }

    .content.contact h2 {
        margin-bottom: 30px;
    }

    .aboutus .left-negative-margin {
        margin-right: 0;
        text-align: left;
    }

    .content blockquote {
        font-size: 190%;
    }

    .content blockquote small {
        font-size: 60%;
        margin-top: 10px;
    }

    .aboutus .left-negative-margin img {
        width: 92px;
    }

    .aboutus .ntex-values h2 {
        text-align: center;
        margin: 0 0 27px;
    }

    .aboutus .ntex-values .values {
        margin-bottom: 25px;
    }

    .aboutus .ntex-values .values li {
        font-size: 90%;
        line-height: 90px;
        margin: 0 0 0 28px;
    }

    .aboutus .ntex-values .values li:after {
        transform: scale(0.6);
        transform-origin: right top;
        right: -23px;
    }

    .product-detail p.big {
        margin: 30px 0 20px;
        font-size: 160%;
        display: none;
    }

    .product-detail .pro-img h2 {
        font-size: 180%;
        text-transform: none;
        line-height: normal;
    }

    .product-detail .product-block {
        width: 100%;
        margin: 20px 0;
        min-height: 0;
        background: none;
        padding: 0;
        text-align: center;
    }

    .product-detail .product-block h2 {
        font-size: 203%;
    }

    .product-detail .product-block p {
        font-size: 100%;
    }

    .product-detail .line {
        height: 5px;
        display: none;
    }

    .product-detail .dwn-btn {
        min-width: 0;
        padding: 7px 15px 9px 50px;
        font-size: 100%;
        max-width: 200px;
        display: block;
        margin: 0 auto;
    }

    .product-detail .dwn-btn i.pdf {
        transform: scale(0.7);
        transform-origin: 0 0;
        left: 10px;
        top: 5px;
    }

    .product-detail .pro-img img {
        position: inherit;
        margin: 15px auto;
        bottom: 0;
        max-height: 70% !important;
        max-width: 80% !important;
    }

    /* .product-detail .col-sm-7.col-sm-pull-5 {padding-top: 80px !important;} */

    .product-overview h3 {
        font-size: 129%;
        line-height: normal;
    }

    .product-overview .optional-accessories img {
        right: 0;
    }

    .product-overview .optional-accessories img {
        float: none;
        margin: 0;
    }
    .subFooter {
        display: block;;
        text-align: center;
    }

    .col-xs-12.policy, .col-xs-12.copyright {
        display: flex;
        justify-content: center;
    }
}

@media only screen and (min-width:320px) and (max-width:767px) and (orientation: landscape) {
    #products .items .item .img-container {
        height: 200px;
    }

}

/*Mansi Responsive Changes*/
@media only screen and (min-width:320px) and (max-width:767px) {
    #industries ul.industry-list li {
        width: 100%;
        border: none;
        text-align: center;
    }

    .vendor_reg_form_inr h2 {
        font-size: 176%;
    }

    .vendor_reg_form_inr form h3 {
        font-size: 19px;
        padding-bottom: 10px;
        padding-top: 25px;
    }

    .form-horizontal .form-group {
        display: block;
    }

    .form_fname {
        width: 100%;
        padding-bottom: 10px;
    }

    .form_lname {
        width: 100%;
        margin-left: 0px;
    }

    .form-group.form_company_name {
        padding-bottom: 10px;
    }

    .form-group.form_contact {
        padding-bottom: 10px;
    }

    .form-group.form_person_name {
        margin-right: 0px;
    }

    .form-group.form_company_email {
        margin-right: 0px;
    }

    .vendor_reg_form_inr form h3 {
        margin-top: 10px;
    }

    .form-group.form_add {
        padding-bottom: 10px;
    }

    .product-detail .pro-img .img {
        width: auto !important;
        position: unset;
    }

    .product-detail .pro-img h2 {
        text-align: center;
    }

    .btn-sets {
        margin-top: 10px;
    }

    /* .btn-sets a:nth-child(3) {margin-left: 0px;margin-top: 15px;} */
    section.optional_accessories {
        padding-top: 0px;
    }

    .items_inr {
        display: block;
    }

    .items_inr_left {
        width: auto;
    }

    .items_inr_right {
        width: 100%;
        justify-content: center;
    }

    .items_inr .items_inr_right a .img-container {
        overflow: visible;
    }

    span.bg-triangle {
        position: unset;
        background-color: unset;
        display: none;
    }

    #products_inr .items .item .text:before {
        position: unset;
    }

    .items_inr .items_inr_right a .img-container {
        background-color: unset;
    }

    #products_inr .items .item .img-container img {
        max-width: 80% !important;
        bottom: 25px !important;
    }

    .owl-dots {
        padding-top: 10px;
    }

    .owl-nav {
        display: none;
    }

    #page-bg-polygon .page-bg:before,
    #page-bg-polygon.spl .page-bg:before,
    #page-bg-polygon.spl .page-bg:after {
        width: 100%;
    }

    .gray-md #main-container .wrapper {
        background-color: #ffffff;
    }

    .product-detail .product-block h2 {
        max-width: none;
    }

    .product-detail .product-block p {
        max-width: none;
    }

    .btn-sets {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .btn-sets a span.text {
        display: none;
    }

    .product-overview {
        padding-top: 40px;
    }

    .bags_img {
        display: flex;
        justify-content: center;
    }
}

/*Mansi Responsive Css*/
@media only screen and (min-width:480px) and (max-width:1002px) {
    .banner {
        background-color: white;
    }
}

@media only screen and (min-width:1003px) and (max-width:1199px) {
    #page-bg-polygon.spl .page-bg:before {
        left: 400px;
    }

    #language {
        width: 150px;
    }
}

@media only screen and (min-width:767px) and (max-width:1060px) {
    .logo {
        display: none;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .product-detail .pro-img .img-responsive {
        width: 399px;
        height: 279px;
    }

    .product-detail .pro-img .img-sm {
        width: auto !important;
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .product-detail .pro-img .img-responsive {
        width: 500px;
        height: 300px;
    }

    .product-detail .pro-img.btm62 .img {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .product-detail .pro-img .img-sm {
        width: auto;
        height: 350px;
    }
}

@media only screen and (min-width:768px) and (max-width:1002px) {
    #product-menu {
        display: none;
    }

    header {
        padding: 0px;
    }

    #page-bg-polygon .page-bg:before,
    #page-bg-polygon.spl .page-bg:before,
    #page-bg-polygon.spl .page-bg:after {
        width: 100%;
        height: 812px;
        left: 190px;
        top: -375px;
    }

    /* #main-container {
        background-color: white;
    } */

    .product-detail .pro-img.btm62 .img {
        top: 10px;
        width: auto !important;
        display: flex;
        justify-content: end;
    }

    .product-detail p.big {
        margin: 50px 0 0px;
    }

    .product-detail .product-block {
        width: auto;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {

    #page-bg-polygon .page-bg:before,
    #page-bg-polygon.spl .page-bg:before,
    #page-bg-polygon.spl .page-bg:after {
        width: 100%;
        height: 812px;
        left: 290px;
        top: -375px;
    }

    /* #main-container {
        background-color: white;
    } */
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .product-detail .pro-img.mx-width .img {
        max-width: 100%;
    }
}

@media only screen and (min-width:1003px) and (max-width:1999px) {
    .aboutus .ntex-values .values li {
        font-size: 165%;
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .content blockquote small {
        font-size: 59%;
    }
}

@media only screen and (min-width:410px) and (max-width:767px) {
    .product-detail .pro-img .img-sm {
        max-width: 40% !important;
    }
}

/* @media only screen and (min-width:320px) and (max-width:767px) {
    .product-detail .pro-img .img-responsive {width: 339px;
height: 239px;}
} */
@media only screen and (min-width:992px) and (max-width:1199px) {
    .product-detail .pro-img.btm62 .img {
        align-items: baseline;
    }
}

@media only screen and (min-width:768px) and (max-width:1002px) {
    .container {
        width: 750px;
    }

    .product-detail .pro-img .img-responsive {
        width: 399px;
        height: 279px;
    }

    #page-bg-polygon .page-bg:before,
    #page-bg-polygon.spl .page-bg:before,
    #page-bg-polygon.spl .page-bg:after {
        width: 100%;
        height: 812px;
        left: 290px;
        top: -375px;
    }
    #main-container .wrapper {
        padding-bottom: 0px;
    }
    .product-detail .pro-img .img-sm {
        width: auto !important;
    }
}