/**!------------------------------------------------------
	Extra large devices ( large desktops, 1200px and up )
--------------------------------------------------------**/
@media (min-width: 992px) and (max-width: 1200px) {}
@media (max-width: 1200px) {
    .main-menu .navbar-nav li {
        padding-left: 15px;
    }
    .slider-area .carousel-caption {
        bottom: 20%;
    }
    .lab-action img {
        width: 100%;
        min-height: 160px;
        object-fit: cover;
    }
    .lab-excerpt {
        padding: 10px 15px;
    }
    .award-detail h5 {
        font-size: 20px;
    }
    .specification-table thead th {
        padding: 6px 10px;
        white-space: nowrap;
    }
    .specification-table tbody td {
        padding: 6px 10px;
    }
}
@media (max-width: 991px) {
    .header-menu-area {
        padding: 10px 0;
    }
    .main-menu .navbar-nav .dropend > .dropdown-menu {
        position: static;
    }
    .main-menu nav.navbar .navbar-collapse {
        width: 100%;
        position: absolute;
        top: 55px;
        text-align: right;
        padding: 10px;
        background: #fcfcfc;
        border-radius: 3px;
        z-index: 2;
        left: 0;
    }
    .header-absolute .main-menu nav.navbar .navbar-collapse,
    .sticky .main-menu nav.navbar .navbar-collapse {
        top: 46px;
    }
    .main-menu .navbar-toggler {
        border: none;
        box-shadow: none;
        outline: none;
        background: #489aeb;
        padding: 5px 10px;
        border-radius: 3px;
    }
    .main-menu .navbar-toggler i{
        color: #ffffff;
    }
    .main-menu .navbar-nav {
        padding: 0 0 5px;
    }
    .main-menu .navbar-nav li {
        padding: 7px 0;
        text-align: right;
    }
    .main-menu .navbar-nav li:last-of-type a {
        padding-right: 15px;
    }
    .main-menu .navbar-nav li a, .header-absolute .main-menu .navbar-nav li a{
        color: #3f3f3f;
    }
    .header-absolute .main-menu .navbar-nav .dropdown-toggle::after {
        color: #115aa2;
    }
    .main-menu .navbar-nav #navbarService + .dropdown-menu {
        min-width: initial;
    }
    .main-menu .navbar-nav .dropdown-menu {
        box-shadow: none;
        padding: 0 10px 0 0;
    }
    .lab-excerpt h3 {
        font-size: 24px;
    }
    .slider-area .carousel-caption {
        bottom: 15%;
    }
    .slider-area .carousel-item img {
        min-height: 450px;
    }
    .slide-content {
        max-width: 500px;
        padding: 20px 20px;
    }
    .slide-content h2 {
        font-size: 32px;
    }
    .slide-content p {
        font-size: 15px;
    }
    .about-summary h5 {
        font-size: 16px;
    }
    .about-summary h3 {
        font-size: 22px;
    }
    .award-detail h3 {
        font-size: 32px;
    }
    .purchase-content h3 {
        font-size: 28px;
    }
    .item-table thead th{
        white-space: nowrap;
    }
    .item-table thead th, .item-table tbody td {
        font-size: 14px;
        padding: 8px 5px;
        min-width: 80px;
    }
    .item-table .product-thumbnail {
        padding: 10px;
        min-width: initial;
    }
    .footer-social {
        text-align: center;
    }
    .footer-bottom .row > .col-md-12{
        order: 1;
    }
    .footer-bottom .row > .col-lg-8{
        order: 3;
    }
    .footer-bottom .row > .col-lg-4{
        order: 2;
    }
    .privacy-menu ul {
        text-align: center;
        margin-bottom: 10px;
    }
    .copyright p {
        text-align: center;
    }
}
/**!--------------------------------------
	Large devices (desktops, 992px and up)
----------------------------------------**/
@media (min-width: 768px) and (max-width: 991.98px) {}
@media (max-width: 767px) {
    .partner-logo img {
        max-width: 100%;
    }
    .product-carousel .owl-nav button.owl-prev,
    .partner-carousel .owl-nav button.owl-prev {
        left: -25px;
    }
    .product-carousel .owl-nav button.owl-next,
    .partner-carousel .owl-nav button.owl-next {
        right: -25px;
    }
    .history-content ul {
        column-count: 1;
        column-gap: 0;
    }
    .specification-table thead th {
        font-size: 14px;
        padding: 6px 10px;
        white-space: nowrap;
        min-width: 90px;
    }
    .specification-table tbody td{
        font-size: 14px;
        padding: 6px 10px;
        min-width: 90px;
    }
    .option-table.specification-table thead th {
        font-size: 14px;
        padding: 6px 10px;
        white-space: nowrap;
        min-width: 110px;
    }
    .option-table.specification-table tbody td {
        font-size: 14px;
        padding: 6px 10px;
        min-width: 130px;
    }
    .order-table thead th{
        white-space: nowrap;
        font-size: 14px;
        padding: 6px 10px;
    }
    .order-table tbody td{
        padding: 6px 10px;
        font-size: 14px;
    }
    .order-table tbody td:nth-child(2){
        min-width: 105px;
    }
    .cart-btn li:first-of-type {
        text-align: center;
    }
    .cart-btn li a {
        font-size: 14px;
        padding: 6px 15px;
    }
    .login-box {
        padding: 30px 20px;
    }
    .login-heading h3 {
        font-size: 26px;
    }
    .login-form form {
        padding-right: 0;
    }
    .shipping-area {
        justify-content: start;
        align-items: start;
        flex-direction: column;
    }
    .shipping-area .form-check{
        padding-top: 10px;
    }
    .solution-item {
        padding: 25px 20px;
    }
    .solution-item h4 {
        font-size: 18px;
    }
    .newsletter-title h3 {
        font-size: 24px;
    }
    .heading h2,.service-content h2 {
        font-size: 32px;
    }
    .support-area .heading h2 {
        font-size: 30px;
    }
    .service-content h5 {
        font-size: 18px;
    }
    .view-more {
        padding-top: 10px;
    }
    .lab-excerpt {
        padding: 15px 30px;
    }
    .lab-excerpt h3 {
        font-size: 30px;
    }
    .about-summary-image {
        text-align: center;
    }
    .about-summary-image img {
        position: relative;
    }
    .about-summary-area .row > div:first-of-type{
        order: 2;
    }
    .about-summary-area .row > div:last-of-type{
        order: 1;
    }
    .banner-area {
        padding: 100px 0 15px;
    }
    .industry-content h3 {
        font-size: 20px;
    }
    .item-table tbody td.product-sku{
        min-width: 215px;
    }
    .item-table tbody td span.size {
        font-size: 14px;
    }
    .order-area .heading h3 {
        font-size: 26px;
    }
    .recaptcha-area{
        padding-top: 0;
    }
}
/**!---------------------------------------------
	Small devices (landscape phones, 576px and up)
-------------------------------------------------*/
@media (min-width: 576px) and (max-width: 767.98px) {}
@media (max-width: 639px) {}
@media (max-width: 575px) {
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        --bs-gutter-x: 2rem;
    }
    .partner-logo-list > div{
        max-width: 50%;
    }
    .heading h3, .purchase-content h3, .contact-heading h2 {
        font-size: 28px;
    }
    .contact-form h4, .contact-heading h3 {
        font-size: 22px;
    }
    .slider-area .carousel-caption {
        bottom: 10%;
    }
    .slider-area .carousel-item img {
        min-height: 400px;
    }
    .slide-content h2 {
        font-size: 30px;
    }
    .action-content {
        padding: 20px 15px;
    }
    .action-content h2 {
        font-size: 40px;
    }
    .action-content p {
        color: #ffffff;
    }
    .industry-content ul {
        column-count: 1;
        column-gap: 0;
    }
    .billing-info p span {
        padding-right: 10px;
        min-width: 115px;
    }
    .product-carousel .owl-nav button.owl-prev,
    .partner-carousel .owl-nav button.owl-prev {
        left: -15px;
    }
    .product-carousel .owl-nav button.owl-next,
    .partner-carousel .owl-nav button.owl-next {
        right: -15px;
    }
    .product-tab .nav-tabs li.nav-item button {
        padding: 0.5rem 0.5rem 0.8rem;
    }
    .option-table.specification-table thead, .item-table thead th, .order-table thead th{
        display: none;
    }
    .item-table tbody td, .order-table tbody td {
        display: block;
        border-color: transparent;
        padding: 4px 0;
    }
    .item-table tbody td:last-of-type, .order-table tbody td:last-of-type{
        border-color: #cccccc;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .item-table tbody tr td.quantity, .item-table tbody tr td.amount, .order-table tbody td {
        text-align: left;
    }
    .item-table tbody tr.subtotal-td td{
        display: inline-block;
        padding: 4px 0;
        margin-bottom: 0;
        border: none;
        min-width: 100px;
    }
    .option-table tbody td.desktop-td, .item-table tbody tr.subtotal-td td.desktop-td{
        display: none;
    }
    .item-table tbody td h4 {
        margin-bottom: 5px;
    }
    .item-table .product-thumbnail {
        padding: 10px 0;
    }
    .product-quantity span.mobile-price, .option-table .mobile-pack {
        display: block;
    }
    .option-table .mobile-sku, .item-table .mobile-sku {
        display: inline-block;
        font-weight: 400;
        padding-right: 5px;
    }
    .order-table .mobile-sku{
        display: inline-block;
        min-width: 110px;
    }
    .product-quantity .input-group-btn {
        margin: 0;
    }
    .specification-area .heading.option-heading, .order-area .heading.item-heading,
    .order-area .heading.order-heading{
        border-bottom: 4px solid #2165a9;
        padding-bottom: 20px;
    }
    p.packaging.divider {
        border-top: 1px solid #ccc;
        padding-top: 15px;
        margin-top: 15px;
    }
    .login-box {
        height: auto;
        margin-bottom: 25px;
    }
    .register-title h4 {
        font-size: 22px;
    }
    .register-title h4 span {
        display: block;
        padding-top: 8px;
    }
    .scrollUp li a {
        width: 32px;
        height: 32px;
    }
    .scrollUp li a i {
        font-size: 15px;
    }
    .scrollUp li a img {
        max-height: 14px;
    }
    .breadcrumb .breadcrumb-item, .breadcrumb .breadcrumb-item a {
        font-size: 14px;
    }
    .product-detail h3 {
        font-size: 24px;
    }
    .newsletter-title h3 {
        margin-bottom: 15px;
        text-align: center;
    }
    .heading h2 {
        font-size: 30px;
    }
    .support-flex h4 {
        font-size: 18px;
    }
    .support-flex p {
        font-size: 14px;
    }
    .lab-excerpt {
        padding: 15px 15px;
    }
    .lab-excerpt h3 {
        font-size: 25px;
    }
    .product-carousel .product-excerpt {
        min-height: 9rem;
    }
    .product-excerpt {
        min-height: inherit;
    }
    .summary-content h4 {
        font-size: 22px;
    }
    .sort-area {
        justify-content: start;
    }
    .product-area .sort-area, .news-area .sort-area {
        padding-top: 15px;
    }
    .announce-sort > .col-md-9.col-sm-8, .announce-sort > .col-md-3.col-sm-4{
        max-width: 50%;
    }
    .announce-sort .sort-area{
        padding-top: 0;
    }
    .sort-area select{
        min-width: 125px;
    }
    .order-area .heading h3{
        font-size: 24px;
    }
    p.packaging {
        font-size: 14px;
    }
}
/**!------------------------------------------------------
	Extra small devices (portrait phones, less than 576px)
--------------------------------------------------------**/
@media only screen and (min-width: 479px) and (max-width: 575.98px) {}
@media (max-width: 479px) {
    .header-cart li {
        padding: 0 5px;
    }
    .slider-area .carousel-caption {
        bottom: 5%;
    }
    .privacy-menu li {
        padding-left: 5px;
    }
    .privacy-menu li a {
        font-size: 13px;
    }
    .heading h2{
        font-size: 30px;
    }
    .heading h3, .purchase-content h3, .contact-heading h2 {
        font-size: 24px;
    }
    .support-area .heading h2{
        font-size: 28px;
    }
    .about-summary h3 {
        font-size: 20px;
    }
    .banner-area {
        padding: 100px 0 25px;
    }
    .award-banner.banner-area, .banner-area.news-banner, .banner-area.download-banner {
        padding: 140px 0 25px;
    }
    .banner-content h2 {
        font-size: 30px;
    }
    .product-carousel .owl-nav button.owl-prev, .partner-carousel .owl-nav button.owl-prev {
        left: -5px;
    }
    .product-carousel .owl-nav button.owl-next, .partner-carousel .owl-nav button.owl-next {
        right: -5px;
    }
}