.dropdown:hover .dropbtn,
.top_header,
.top_nav {
    background-color: #174290;
}

.cf,
.contact_msg {
    text-align: center;
}

.airsm-li,
.breadcrumb,
.list_pbc,
.navbar-nav,
ul#tabs-nav li {
    list-style: none;
}

.content_img div,
.tab-view-btn a::after {
    bottom: 0;
    right: 0;
}

.heading,
.nav_info {
    list-style-type: none;
}

#myBtn,
.content_img:hover,
.dk-footer-form button:hover,
ul#tabs-nav li {
    cursor: pointer;
}

/* .row {
    --bs-gutter-x: 0rem;
} */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}


body {
    font-family: Barlow, sans-serif;
    margin: 0;
}

html body {
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #444;
}

a:focus-visible {
    outline: 0 none;
}

p {
    padding: 0;
    margin: 0;
}

.top_header {
    padding: 0;
    margin: 0;
    height: 40px;
}

.call,
.call:hover {
    text-decoration: none;
    margin-top: 5px;
    vertical-align: middle;
    margin-left: 10px;
    color: #fff;
}

.color_span,
.copyright a:hover,
.footer-widget a:hover,
.footer-widget p,
.quote_close,
.top_tex:hover {
    color: #fff;
}

.top_btn button {
    float: right;
    padding: 5px 14px;
}

.contact_msg {
    position: fixed;
    font-size: 16px;
    z-index: 999;
    width: 500px;
    left: calc(-50vw + 50%);
    right: calc(-50vw + 50%);
    margin-left: auto;
    margin-right: auto;
}

.err_message {
    color: red;
}

.breadcrumb {
    border-bottom: 1px solid #f3f3f3;
    padding: 4px;
    color: #555;
    -webkit-box-shadow: inset rgba(160, 160, 160, 0.15) 0 0 10px;
}

.top-loho {
    width: 30%;
}

.nav-container {
    width: 50%;
}

.quick_no {
    width: 20%;
}

.login-cart {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding-left: 25px;
    font-size: 16px;
    color: #333;
    position: absolute;
    left: auto;
    right: 75px;
    top: 7px;
    bottom: auto;
}

.user-login {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.login-logout {
    position: absolute;
    top: 35px;
    left: -50px;
    width: 140px;
    padding: 8px 20px;
    background: #fff;
    border: 1px solid #aaa;
    font-size: 14px;
    font-weight: 500;
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
    display: flex;
    flex-direction: column;
    z-index: 10;
    line-height: 25px;
    border-radius: 2px;
}

.login-logout::before {
    content: '';
    position: absolute;
    top: -8px;
    left: 50px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ccc;
}

.login-logout a {
    color: #000;
}


.login-wrapper:focus-within .login-logout {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.login-wrapper-mobile {
    display: none;
}

details.login-wrapper {
    position: relative;
    display: inline-block;
}

.product-cart {
    display: flex;
    align-content: center;
    justify-content: space-between;
    padding: 10px 15px 5px 15px;
    border-bottom: 1px solid #174290;
}

.product-cart p {
    font-size: 20px;
    font-weight: 600;
}

.custom-icon {
    width: 24px;
    height: 24px;
    position: relative;
    cursor: pointer;
    border: 1px solid #bc0303;
    border-radius: 3px;
    background: #bc0303;
}

.custom-icon span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    background-color: #fff;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

/* Rotate spans to form X */
.custom-icon span:first-child {
    transform: translate(-50%, -50%) rotate(45deg);
}

.custom-icon span:last-child {
    transform: translate(-50%, -50%) rotate(-45deg);
}

/* Optional: Hover effect */
.custom-icon:hover span {
    background-color: #fff;
}

.cart-item {
    list-style: none;
    display: flex;
    gap: 16px;
    align-items: center;
    padding: 16px;
    border: 1px solid #eee;
    max-width: 500px;
}

.cart-item img {
    width: 80px;
    height: auto;
    border-radius: 4px;
}

.item-details {
    flex: 1;
}

.item-details h4 {
    margin: 0 0 6px 0;
    font-size: 15px;
    color: #163e86;
    font-weight: 500;
}

.item-details p {
    margin: 2px 0;
    font-size: 14px;
    color: #444;
}

.speed span,
.capacity span,
.display span {
    font-weight: 500;
    color: #000;
}

.item-actions {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 8px;
}

.ct-quantity {
    display: inline-flex;
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, .1);
}

.ct-quantity button {
    background-color: transparent;
    color: #2d2d2d;
    font-size: 20px;
    width: 30px;
    height: 30px;
    transition: background-color .2s;
    box-shadow: none;
    border: 0;
    pointer-events: all;
    cursor: pointer;
    font-family: 'poppins';
}

.ct-quantity .input-box {
    width: 40px;
    padding: 5px 10px;
    font-size: 16px;
    text-align: center;
    height: auto;
    border: 1px solid #e5e5e5;
    border-top: 0;
    border-bottom: 0;
    font-family: 'poppins';
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.price {
    color: #8b0296;
    margin-left: 12px;
    font-weight: bold;
}

.remove-btn {
    font-size: 18px;
    color: #888;
    cursor: pointer;
    margin-left: auto;
}

.remove-btn:hover {
    color: red;
}

.subtotal {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    font-size: 16px;
}

.subtotal span:first-child {
    font-weight: normal;
}

.subtotal span:last-child {
    font-weight: 600;
}

.cart-actions {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}

.cart-actions .view-cart,
.cart-actions .checkout {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 10px;
    border-radius: 6px;
    text-align: center;
}

.cart-actions .view-cart:hover, .cart-actions .checkout:hover {
	background: #ea5f1c;
	transition: 0.5s ease-out;
	color: #fff;
}

.view-cart {
	background-color: #ea5f1c;
	color: white;
}

.checkout {
	background-color: white;
	color: #ea5f1c;
	border: 1px solid #ea5f1c;
	font-weight: 500;
}

.offcanvas-footer {
    padding: 10px 18px;
    border-top: 1px solid #ccc;
}


summary.user-login {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
}

summary::-webkit-details-marker {
    display: none;
}

.login-wrapper {
    display: inline-block;
    position: relative;
}

.login-cart .user-login,
.login-cart .sho-cart {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

.user-login i,
.sho-cart i {
    font-size: 20px;
    color: #ea601d;
}

.login,
.cart {
    color: #174290;
    font-weight: 500;
    font-size: 15px;
}

.user-login ul.breadcrumb li a {
    color: #333;
    text-decoration: none;
    font-size: 15px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.labequipments_drop {
    text-align: center;
    font-size: 21px;
    color: #ea5f1c;
    font-weight: 600;
}

.dpaa,
.navv_li {
    font-weight: 500;
}

.dp_img {
    width: 45px;
    margin-right: 10px;
}

.dp_six {
    margin: 4px auto;
    padding: 4px 8px;
    border: 1px solid #6795ba;
    box-shadow: 2px 2px 0 0 #a3aad0;
    background-color: #ea5f1c03;
    border-radius: 5px;
}

.dpaa {
    font-size: 14px;
}

.cate_drp,
.navbar-nav>li,
.navv_li,
.quote_btn {
    font-size: 16px;
}


.dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f8f8f8;
    width: 750px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    border: 1px solid #e0e0e0;
    padding: 20px;
    z-index: 999;
}

.dp_dix {
    overflow: hidden;
    overflow-y: auto;
    overflow-x: hidden;
    height: 340px;
    padding-right: 10px;
}

.dropdown-content a {
    color: #222;
    padding: 12px 1px 5px 4px;
    text-decoration: none;
    text-align: left;
    font-weight: 500;
    font-size: 15px;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.nav-link .hea {
    font-weight: 400 !important;
}

.dropdown:hover .dropbtn {
    color: #fff;
}

.down {
    width: 15px;
}

#myBtn,
.searchfrm button {
    color: #fff;
    background-color: #ea5f1c;
}

.searchfrm button {
    border: none;
    padding: 4px;
    width: 94px;
    border-radius: 40px;
    margin-left: 33px;
}

.mobile_box {
    border-bottom: 1px solid #eae8e8;
}



.navv_li {
    margin-right: 10px;
    display: inline-flex;
    margin-bottom: 2px;
}

.logo {
    width: 160px;
    height: auto;
    object-fit: contain;
}

.logop_1 {
    width: 190px;

}

.cf {
    width: 100%;
    margin: auto;
}

.cat_hgtt {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cat_hgtt {
    background: linear-gradient(45deg, #97befd47, transparent);
    padding: 0px 11px;
    border: 1px solid #8080802b;
    box-shadow: 0px 1px 5px #f1eaea;
}

#myBtn {
    position: fixed;
    bottom: 20px;
    right: 7px;
    z-index: 99;
    font-size: 16px;
    border: none;
    outline: 0;
    padding: 5px 11px;
    border-radius: 2px;
}

#myBtn:hover {
    background-color: #ea5f1c;
}

body.offcanvas-active {
    overflow: hidden;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 100%;
}

.offcanvas-header,
.owl-dots,
.owl-nav:hover {
    display: none;
}

.dropdown-item {
    display: block;
    width: 100%;
    clear: both;
    font-size: 14px;
    font-weight: 500;
    color: black;
    white-space: nowrap;
    background-color: transparent;
    border-bottom: 1px solid #0808081f;
}

.screen-darken {
    height: 100%;
    width: 0%;
    z-index: 30;

    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(34, 34, 34, 0.6);
    transition: opacity 0.2s linear, visibility 0.2s, width 2s ease-in;
}

.quote_btn,
.quote_btn:hover {
    background-color: #ea5f1c;
    color: #fff;
}

.screen-darken.active {
    z-index: 10;
    transition: opacity 0.3s, width;
    opacity: 1;
    width: 100%;
    visibility: visible;
}

.navbar>.container-fluid {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
    border-bottom-left-radius: 70px 12px;
    border-top-right-radius: 70px 12px;
}

.navbar-nav {
    display: flex;
    font-weight: 500;
}

.navbar-nav>li {
    margin-right: 50px;
    font-weight: 500;
}


.pull-right {
    float: right !important;
}

.navbar_box {
    margin: 6px -211px auto auto;
}

.navbar_box>i {
    font-size: 26px;
    font-weight: 500;
}

.top_navbar {
    padding: 0;
}

.close_x {
    color: #272727;
    position: absolute;
    right: 20px;
    top: 15px;
}

.quote_box {
    transform: rotate(90deg);
    transform-origin: left top;
    width: fit-content;
    position: fixed;
    height: 40px;
    margin: 53px;
    top: 50%;
    right: -10%;
    left: auto;
}

.quote_btn {
    font-weight: 600;
    font-size: 15px;
    padding: 6px 15px;
    margin: 0;
    position: relative;
    border-radius: 2px;
}

/* .quote_btn {
    font-weight: 600;
    margin-bottom: 0;
    position: absolute;
    right: 8% !important;
    top: 5px;
    font-size: 15px;
    margin-right: -40px;
    padding: 2px 15px;
} */

.nav_a {
    color: #fff !important;
}

.cate_drp {
    text-align: left;
    color: #fff;
}

.span_menu {
    margin-right: 5px;
}

.dropdown_li {
    margin-top: 5px;
    margin-bottom: 5px;
}

.dropdown-menu {
    border: 0;
}

@media all and (max-width: 991px) {
    .login-wrapper-mobile {
        display: block;
    }

    .user-login i {
        color: #ea601d;
    }

    .mobile-offcanvas .container,
    .mobile-offcanvas .container-fluid,
    .offcanvas-header {
        display: block;
    }

    .mobile-offcanvas {
        visibility: hidden;
        transform: translateX(-100%);
        border-radius: 0;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        z-index: 1200;
        width: 80%;
        overflow-y: scroll;
        overflow-x: hidden;
        transition: visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
    }

    .mobile-offcanvas.show {
        visibility: visible;
        transform: translateX(0);
    }
}

.navbar_color {
    color: #fff;
    margin: auto;
    background-color: #fff;
}

.nav-linkk .nav-linkk:hover {
    color: #fff !important;
    font-size: 17px;
    font-weight: 500;
    text-decoration: none !important;
}

.nav-link {
    color: black;
    font-size: 16px;
    font-weight: 500;
}

.nav-link:hover {
    color: #555;
}

@media only screen and (min-width: 280px) and (max-width: 480px) {

    .about_content,
    .banner,
    .logo,
    .nav_info,
    .no_mobile {
        display: none;
    }

    .topnav {
        padding: 5px;
    }

    .nav_info {
        list-style-type: none;
        float: right;
        color: #fff;
        margin: auto;
    }

    .top_tex {
        color: #fff;
        margin: auto auto auto 216px;
    }

    .navbar_box {
        margin: 0px 0px auto auto;
        float: right;
    }

    #navbar_main {
        padding: 49px 0 0 40px;
        font-weight: 700;
    }

    .dp_do,
    .pg_bigbox {
        width: 100%;
    }

    .cf {
        width: 90%;
        margin: auto auto 13px;
    }

    .logo {
        margin-left: 13px;
    }

    .logop_1 {
        display: block;
        width: 160px;
        height: auto;
        object-fit: contain;
        padding-top: 7px;
    }

    .login-cart {
        right: 60px;
    }

    .nav_li {
        margin-top: 12px;
    }

    .quote_btn {
        color: #fff;
        font-weight: 600;
        margin-bottom: 0;
        border-radius: 2px;
        top: 58px;
        font-size: 14px;
        margin-right: 48px;
        padding: 1px 5px;
    }

    .navbar-nav {
        padding: 0;
    }

    .owl-nav {
        float: right;
        margin: auto;
        position: absolute;
        top: -73px;
        right: 36px;
        font-size: 30px;
        font-weight: 600;
        width: 40px;
        color: #ea5f1c;
    }
}

@media only screen and (min-width: 480px) and (max-width: 568px) {

    .navbar-nav,
    .topnav {
        padding: 0;
    }

    .about_content,
    .banner,
    .logo,
    .nav_info,
    .no_mobile {
        display: none;
    }

    .owl-nav,
    .quote_btn {
        position: absolute;
        font-weight: 600;
    }

    .topnav {
        max-width: 568px;
    }

    .navbar_box {
        margin: 0px 20px auto auto;
        float: right;
        border-bottom: 1px solid #eae8e8;
    }

    .top_tex {
        color: #fff;
        margin: auto auto auto 354px;
    }

    #navbar_main {
        padding: 49px 0 0 40px;
        font-weight: 700;
    }

    .dp_do {
        width: 100%;
    }

    .cf {
        width: 90%;
        margin: auto auto 12px;
    }

    .logo {
        margin-left: 13px;
    }

    .logop_1 {
        display: block;
        width: 180px;
        margin-left: 16px;
        padding: 10px 9px;
    }

    .nav_li {
        margin-top: 12px;
    }

    .quote_btn {
        color: #fff;
        margin-bottom: 0;
        border-radius: 2px;
        top: 4px;
        font-size: 14px;
        margin-right: -28px;
        padding: 4px 12px;
    }



    .owl-nav {
        float: right;
        margin: auto;
        top: -73px;
        right: 36px;
        font-size: 30px;
        width: 40px;
        color: #ea5f1c;
    }
}

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

    .about_content,
    .banner,
    .logo,
    .nav_info,
    .no_mobile {
        display: none;
    }

    .top_navbar {
        padding: 0;
        max-width: 768px;
    }

    .nav_info {
        list-style-type: none;
        float: right;
        color: #fff;
        margin: auto;
    }

    .navbar-nav {
        padding: 0;
    }

    .navbar_box {
        margin: 0px 30px auto auto;
        float: right;
    }

    .dp_do {
        width: 100%;
    }

    #navbar_main {
        padding: 49px 0 0 40px;
        font-weight: 700;
    }

    .cf {
        width: 90%;
        margin: auto auto 12px;
    }

    .logo {
        margin-left: 13px;
    }

    .logop_1 {
        display: block;
        width: 180px;
        margin-left: 24px;
        padding-top: 6px;
        height: auto;
        object-fit: contain;
    }

    .nav_li {
        margin-top: 12px;
    }

    .quote_btn {
        color: #fff;
        font-weight: 600;
        margin-bottom: 0;
        border-radius: 2px;
        top: 4px;
        font-size: 14px;
        margin-right: -40px;
        padding: 4px 12px;
    }

    .top_btn button {
        float: right;
        padding: 5px 14px;
        margin: auto -98% auto auto;
    }



    .owl-nav {
        float: right;
        margin: auto;
        position: absolute;
        top: -73px;
        right: 36px;
        font-size: 30px;
        font-weight: 600;
        width: 40px;
        color: #ea5f1c;
    }
}

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

    .about_content,
    .banner,
    .logo,
    .nav_info,
    .no_mobile {
        display: none;
    }

    .owl-nav,
    .quote_btn {
        position: absolute;
        font-weight: 600;
    }

    .top_navbar {
        padding: 0;
        max-width: 991px;
    }

    .nav_info {
        list-style-type: none;
        float: right;
        color: #fff;
        margin: auto;
    }

    .navbar_box {
        margin: 0px 42px auto auto;
        float: right;
    }

    #navbar_main {
        padding: 28px 10px 10px 10px;
        font-weight: 700;
        height: 100%;
        width: 276px;
        overflow: auto;
        z-index: 9999;
        position: fixed;
        z-index: 1090;
        background: #f5f5f5;
        overflow-x: hidden;
        padding-top: 60px;
        border-right: 1px solid #163e86;
    }

    .navbar-nav>li {
        margin-right: 0;
        font-weight: 500;
        margin-bottom: 5px;
        border-bottom: 1px solid #d4d4d4;
    }

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

    .cf {
        width: 90%;
        margin: auto auto 12px;
    }

    .logo {
        margin-left: 13px;
    }

    .logop_1 {
        display: block;
        width: 180px;
        padding: 10px 9px;
        height: auto;
        object-fit: contain;
        margin-left: 30px;
    }

    .nav_li {
        margin-top: 12px;
    }

    .quote_btn {
        background-color: #ea5f1c;
        color: #fff;
        margin-bottom: 0;
        border-radius: 2px;
        position: absolute;
        top: 6px !important;
        right: 20% !important;
        font-size: 14px;
        margin-right: -55px;
        padding: 4px 12px;
    }

    .top_btn button {
        float: right;
        padding: 5px 14px;
        margin: auto -410px auto auto;
    }

    .nav-link {
        color: #222 !important;
        font-size: 15px;
    }

    .owl-nav {
        float: right;
        margin: auto;
        top: -73px;
        right: 36px;
        font-size: 30px;
        width: 40px;
        color: #ea5f1c;
    }
}

@media only screen and (min-width: 1100px) and (max-width: 1362px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .close_x,
    .list-pchead,
    .top_header,
    .top_nav {
        display: none;
    }

    .navbar-nav {
        display: flex;
        list-style: none;
        padding: 0 40px;
        font-weight: 500;
    }

    .logo {
        width: 185px;
        height: auto;
        object-fit: contain;
    }

    .login-cart {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
        padding-left: 25px;
        font-size: 16px;
        color: #333;
        position: absolute;
        left: auto;
        right: 122px;
        top: 8px;
        bottom: auto;
    }

    .navbar-nav.mail_nav {
        margin-left: 10px;
    }

    .quote_btn {
        margin-right: -59px;
        margin-top: 9px;
    }

    .nav_li a {
        position: absolute;
    }
}

.cate_bigbox,
.heading,
.list_pbc {
    border-radius: 3px;
}


@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .navbar-nav.mail_nav {

        margin-left: 12px;
    }

    .navbar-nav>li {
        margin-right: 25px;
        font-weight: 500;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1310px) {
    .navbar-nav.mail_nav {
        margin-left: 55px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1100) {
    .nav_info {
        flex-direction: row;
        list-style-type: none;
        margin: 7px auto auto 45px;
        color: #174290;
        padding: 10px 1px;
    }

    .navbar-nav {
        display: flex;
        list-style: none;
        font-weight: 500;
        margin: auto;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .close_x,
    .list-pchead,
    .top_header,
    .top_nav {
        display: none;
    }

    .navbar-nav>li {
        padding-right: 10px;
    }

    .login-cart {
        right: 75px;
    }
}


@media only screen and (min-width: 991px) and (max-width: 50000000px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0 !important;
        padding-left: 0 !important;
        padding: 0 !important;
    }

    .close_x,
    .list-pchead,
    .top_header,
    .top_nav {
        display: none;
    }

    ul#tabs-nav li {
        float: right;
    }

    .navbar-nav {
        display: flex;
        list-style: none;
        font-weight: 500;
        margin: auto;

    }

}

.a_about_us {
    color: #fff;
    text-decoration: none;
}



.ab_conter {
    font-size: 14px;
    color: #010101;
    margin-top: 38px;
    font-weight: 500;
    line-height: 18px;
}

.heading_pc,
.heading_pcc {
    font-size: 26px;

    color: #ea5f1c;
}

.heading_pc {
    padding: 13px 0;
    font-weight: 500;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
}

.cate_bigbox,
.category_box,
.heading,
.list_pbc {
    text-align: center;
}

.heading_pcc {
    padding: 10px 32px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 30px;
    box-shadow: inset 345px 0 120px 0 #e3e3e333;
}

.heading {
    font-size: 20px;
    font-weight: 600;
    background-color: #174290;
    padding: 8px 0;
    color: #fff;
    width: 90%;
    margin: 8px auto 0;
}

.list_pbc,
.list_pbc>a {
    font-size: 16px;
    text-decoration: none;
}

.list_pbc>a {
    color: #174290;
    font-weight: 500;
}

.list_pbc {
    border-bottom: 1px double #ea5f1c;
    border-left: 1px double #ea5f1c;
    border-right: 1px double #ea5f1c;
    border-top: 1px double #ea5f1c;
    padding: 6px 6px 6px 0;
    box-shadow: 1px -1px 1px 0 #ea5f1c;
    margin: 7px auto 3px;
    width: 90%;
}

.owl-carousel .owl-item img {
    display: block;
    width: 94% !important;
    padding: 20px;
}

.owl-nav {
    float: right;
    margin: auto;
    position: absolute;
    top: -73px;
    right: 36px;
    font-size: 30px;
    font-weight: 600;
    width: 40px;
    color: #ea5f1c;
}

.cate_bigbox {
    padding: 10px;
    box-shadow: 0px 2px 5px #ebe3e3c4;
    border: 1px solid #4f5d744d;
    /* margin-bottom: 20px; */
    /* margin-left: 10px; */
    background-color: #f7f7f70d;
}

.category_box {
    padding: 10px 5px;
}

.tsp_aaa {
    color: #0b7caede;
    margin: 10px auto 0 -2px;
    font-size: 17px;
    font-weight: 500;
    float: left;
}

.tsp_aa,
.tsppp_aa {
    color: #555;
    font-size: 17px;
    font-weight: 500;
}

.tsp_aa {
    margin: 10px auto 0;
}

.tsppp_aa {
    margin: 10px auto auto;
    text-align: left;
}


.tsp_text {
    font-size: 13px;
    color: #242424;
    font-weight: 700;
}

.text-right {
    text-align: right;
}

.tsp_a {
    color: #0d1231;
    text-decoration: none;
    font-weight: 500;
    text-align: center;
}

.autoclave-header {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    color: #000;
    text-transform: capitalize;
    line-height: 16px;
    font-weight: 700;
    margin-top: 20px;
    justify-items: left;
}

#tabs-nav li a:hover,
.pdd-header,
.pg_a {
    color: #174290;
}

.autoclave-ul {
    margin-left: 20px;
}



.tabs {
    width: 100%;
    border-radius: 5px;
    margin: auto;
    text-align: center !important;
    display: inline-block !important;
}

.pg_a,
.pg_bigbox {
    text-align: center;
}

ul#tabs-nav li {
    color: #ea5f1c;
    margin: 0;
    border-top: none;
    padding: 7px 0px 7px 16px;
    border-radius: 2px;
    margin-top: 0;
}

#tabs-nav li a {
    color: #555;
    font-size: 15px;
    font-weight: 500;
}

ul#tabs-nav .active a {
    border-radius: 4px;
    background-color: #ea5f1c;
    padding: 5px 10px;
    color: white;
}

#tabs-nav li a {
    padding: 5px 4px;
    text-decoration: none;
    color: #080808;
    font-size: 15px;
}

.tab-content {

    width: 100%;
}

.airsm-li {
    margin-right: 10px;
}

.fa-chevron-right {
    color: #174290;
    font-size: 13px;
}

.pd_des {
    margin-top: 25px;
}

#overflowtest {
    width: 90%;
    overflow: scroll;
    margin: auto;
}

.pp_lists {
    font-size: 11px;
    float: left;
    margin-left: -14px;
}



.pg_bigbox:hover {
    background-color: #fff;
    box-shadow: inset 0 0 5px #174290;
}



.pg_img {
    width: 69%;
    padding: 10px;
}

.pg_a {
    text-decoration: none;
    font-weight: 700;
    width: 100%;
}

.trendy-product .nav {
    display: flex;
    justify-content: center;
    border: none;
}

.tab-content {
    padding: 15px 0;
}

/* .tab-trendy-box h4 {
    font-size: 13px;
    line-height: 20px;
    font-weight: 800;
} */
.main-r {
    margin-top: 40px;
}

.tab-trendy-box {
    border: 1px solid #d8d8d8;
    padding: 10px 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 4px;
}

.content_img {
    position: relative;
    width: 100%;
    height: auto;
    float: left;

}

.content_img a {
    display: flex;
    text-align: center;
    justify-content: center;
}

.content_img div {
    position: absolute;
    background: #dbe5f9;
    color: #fff;
    margin-bottom: 5px;
    opacity: 0;
    transition: 0.5s;
    width: 100%;
    border-radius: 4px;
}

.content_img:hover div {
    width: 100%;
    padding: 8px 15px;
    visibility: visible;
    opacity: 1;
}

.content_img div ul li a {
    color: #fff;
    transition: 0.3s;
    text-decoration: none;
    font-weight: 500;
    padding: 0;
    border-radius: 50%;
    height: 34px;
    width: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    background: #174290;
    color: #fff;
}

.tab-trendy-box ul li a:hover {
    color: #ccc;
}


.content_img img {
    width: 180px;
    height: 180px;
    object-fit: contain;
    padding: 5px;
}

.tab-view-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab-view-btn a {
    border: 0;
    background: #000;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    position: relative;
    outline: 0;
    padding: 10px 20px;
    box-sizing: border-box;
    transition: 0.3s;
}

.tab-view-btn a:hover {
    background: #fff;
    color: #000;
}

.tab-view-btn a::after,
.tab-view-btn a::before {
    box-sizing: inherit;
    position: absolute;
    content: "";
    border: 2px solid transparent;
    width: 0;
    height: 0;
}

.tab-view-btn a::before {
    top: 0;
    left: 0;
}

.tab-view-btn a:hover::after,
.tab-view-btn a:hover::before {
    width: 100%;
    height: 100%;
}

.tab-view-btn a:hover::before {
    border-top-color: #000;
    border-right-color: #000;
    transition: width 0.3s ease-out, height 0.3s ease-out 0.3s;
}

.tab-view-btn a:hover::after {
    border-bottom-color: #000;
    border-left-color: #000;
    transition: border-color 0s ease-out 0.6s, width 0.3s ease-out 0.6s, height 0.3s ease-out 1s;
}

@media only screen and (min-width: 1200px) and (max-width: 5000px) {
    .lx {
        padding: 0 7px;
        width: 20%;
    }
}

.footer-widget p {
    margin-bottom: 27px;
}

@-webkit-keyframes animborder {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(113px);
        transform: translateX(113px);
    }
}

@keyframes animborder {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(113px);
        transform: translateX(113px);
    }
}

.animate-border.border-white:after {
    border-color: #fff;
}

.animate-border.border-yellow:after {
    border-color: #f5b02e;
}

.animate-border.border-orange:after {
    border-right-color: #174290;
    border-left-color: #174290;
}

.animate-border.border-ash:after {
    border-right-color: #eef0ef;
    border-left-color: #eef0ef;
}

.animate-border.border-offwhite:after {
    border-right-color: #f7f9f8;
    border-left-color: #f7f9f8;
}

@keyframes primary-short {
    0% {
        width: 15%;
    }

    50% {
        width: 90%;
    }

    100% {
        width: 10%;
    }
}

@keyframes primary-long {

    0%,
    100% {
        width: 80%;
    }

    50% {
        width: 0%;
    }
}

.dk-footer {
    padding: 60px 0 0;
    background-color: #174290;
    position: relative;
    z-index: 2;
    margin-top: 25px;
}

.dk-footer .contact-us {
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 80px;
}

.dk-footer .contact-uss {
    margin-top: 25;
    margin-bottom: 30px;
    padding-left: 80px;
}

.dk-footer .contact-us .contact-info,
.dk-footer .contact-uss .contact-info {
    margin-left: 40px;
}

.dk-footer .contact-us.contact-us-last {
    margin-left: -80px;
    padding-left: 80px;
}

.dk-footer .contact-uss.contact-us-last {
    margin-left: -80px;
}

.dk-footer .contact-icon i {
    font-size: 24px;
    top: -15px;
    position: relative;
    color: #ea5f1c;
}

.dk-footer-box-info {
    background: #ffffffe0;
    padding: 20px;
    border-radius: 7px;
}

.dk-footer-box-info .footer-social-link h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 25px;
}

.dk-footer-box-info .footer-social-link ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.dk-footer-box-info .footer-social-link li {
    display: inline-block;
    margin: 16px 0 0;
}

.dk-footer-box-info .footer-social-link li a {
    text-decoration: none;
}

.dk-footer-box-info .footer-social-link a i {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    background: #000;
    margin-right: 5px;
    color: #fff;
    text-decoration: none;
}

.dk-footer-box-info .footer-social-link a i.fa-facebook {
    background-color: #3b5998;
}

.dk-footer-box-info .footer-social-link a i.fa-twitter {
    background-color: #55acee;
}

.dk-footer-box-info .footer-social-link a i.fa-google-plus {
    background-color: #dd4b39;
}

.dk-footer-box-info .footer-social-link a i.fa-linkedin {
    background-color: #0976b4;
}

.dk-footer-box-info .footer-social-link a i.fa-instagram {
    background-color: #b7242a;
}

.footer-awarad {
    display: flex;
    flex: 0 0 100%;
    align-items: center;
}

.footer-awarad p {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-left: 20px;
    padding-top: 15px;
}

.footer-info-text {
    margin: 26px 0 0;
    color: #555;
    text-align: justify;
}

.footer-left-widget {
    padding-left: 35px;
}

.footer-widget .section-heading {
    margin-bottom: 15px;
}

.footer-widget h3 {
    font-size: 24px;
    color: #fff;
    position: relative;
    margin-bottom: 5px;
    max-width: fit-content;
}

.img-fluid {
    max-width: 50%;
    height: auto;
    margin: auto;
    text-align: center;
}

/* .footer-widget ul {
    width: 50%;
    float: left;
    list-style: disclosure-closed;
    margin: 0;
    padding: 0 0 0 20px;
    color: #ea5f1c;
} */

.footer-widget li {
    margin-bottom: 5px;
}

.footer-widget a {
    color: #fff;
    transition: 0.3s;
    text-decoration: none;
}

.footer-widget:after {
    content: "";
    display: block;
    clear: both;
}

.dk-footer-form {
    position: relative;
    margin-top: 15px;
}

.dk-footer-form input[type="email"] {
    padding: 11px 28px;
    border-radius: 50px;
    background: #fff;
    border: 1px solid #fff;
}

.dk-footer-form input:-ms-input-placeholder,
.dk-footer-form input::-moz-placeholder,
.dk-footer-form input::-ms-input-placeholder,
.dk-footer-form input::-webkit-input-placeholder {
    color: #878787;
    font-size: 14px;
}

.dk-footer-form input:-ms-input-placeholder,
.dk-footer-form input::-moz-placeholder,
.dk-footer-form input::-ms-input-placeholder,
.dk-footer-form input::-webkit-input-placeholder,
.dk-footer-form input::placeholder {
    color: #878787;
    font-size: 14px;
}

.dk-footer-form button[type="submit"] {
    position: absolute;
    top: 2px;
    right: 2px;
    padding: 9px 19px 9px 17px;
    border: 1px solid #ea5f1c;
    background: #ea5f1c;
    color: #fff;
    border-radius: 0 30px 30px 0;
}

.contact-us {
    position: relative;
    z-index: 2;
    margin-top: 65px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-icon {
    position: absolute;
}

.contact-icon i {
    font-size: 36px;
    top: -5px;
    position: relative;
    color: #174290;
}

.contact-info {
    margin-left: 75px;
    color: #fff;
}

.contact-info h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
}

.copyright {
    padding: 15px 0;
    margin-top: 50px;
    background-color: #002464;
}

.copyright a,
.copyright span {
    color: #fff;
    transition: 0.3s linear;
    text-decoration: none;
    text-align: center;
    float: right;
}

.copyright-menu ul {
    text-align: right;
    margin: 0;
}

.copyright-menu li {
    display: inline-block;
    padding-left: 20px;
}

.back-to-top {
    position: relative;
    z-index: 2;
}

.back-to-top .btn-dark {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 0;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #2e2e2e;
    border-color: #2e2e2e;
    display: none;
    z-index: 999;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

.back-to-top .btn-dark:hover {
    cursor: pointer;
    background: #fa6742;
    border-color: #fa6742;
}

@media only screen and (min-width: 992px) and (max-width: 1023px) {
    .dp_do {
        margin-left: -123px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 5000px) {
    .top_navbar {
        padding: 0;
        background-color: #174290;
    }

    .dp_do {
        width: 870px;
        margin-left: -213px;
    }

    .llx {
        width: 20%;
    }

    .tsppp_aa {
        height: 254px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .llx {
        width: 25%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .llx {
        width: 20%;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1500px) {
    .heading_pcc {
        text-align: left;
    }

}

@media only screen and (min-width: 991px) and (max-width: 1100px) {
    .quote_btn {
        position: absolute;
        right: 7% !important;
        top: 7px;
        margin-right: -40px;
        padding: 10px 5px 14px;
        line-height: 0;
    }

}

@media only screen and (min-width: 1100px) and (max-width: 1350px) {
    .quote_btn {
        position: absolute;
        right: 9% !important;
        top: 6px;
        margin-right: -40px;
        padding: 10px 5px 14px;
        line-height: 0;
    }
}

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

    .dropdown-content,
    .logo,
    .nav_info,
    .no_mobile {
        display: none !important;
    }

    .top_navbar {
        border-bottom: 1px solid #9b9a9a54;
    }

    .footer-left-widget {
        padding-left: 0;
    }

    ul#tabs-nav li {
        float: left;
    }

    .dk-footer .contact-us {
        padding-left: 0;
        margin-top: 25px;
    }

    nav-link {
        color: #fff;
    }

    .heading_pcc {
        text-align: center;
    }

    .down {
        display: none;
    }
}


.searchInput input {
    height: 37px;
    width: 100%;
    border-radius:
        30px;
    outline:
        0;
    padding:
        0 12px;
    font-size: 13.4px;
    border:
        1px solid #174290;
}

.searchInput .searchButton {
    position: absolute;
    right: 3px;
    border-radius: 30px;
    color: white;
    font-size: 13px;
    top: 3px;
    font-weight: 500;
    height: 31px;
    width: 66px;
    background: #0d44a7;
    border: none;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
    border-radius: 30px;

}

.searchInput {
    position: relative;
}

.searchButton i {
    font-size: 13px;
    color: white;
}

/* .resultBox li {
    padding: 10px;
    font-size: 14.5px;
    font-weight: 500;
    cursor: pointer;
    list-style-type: none;
    border-bottom: 1px solid #f0f0f0;
}

.searchInput .resultBox {
    position: absolute;
    width: 100%;
    background-color: #fff;
    border:
        none;
    border-top:
        none;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 4px 4px;
} */

.categories_menu {
    display: flex;
    align-items: center;
}

.nav-linkk {
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    border: 1px solid;
    padding: 4px 18px;
    background-color: #fff;
    border-radius: 30px;
    display: flex;
    align-items: center;
    /* text-transform: uppercase; */
    color: #174290;
    margin-left: 10px;
}

.mail_nav .nav-link {
    padding: 5px 0px !important;
    /* border-bottom: 1px solid grey; */

}

.nav-linkk::after {
    margin-right: 4px;
}

.top_navbar {
    padding: 5px 0px;
}

.about_content {
    font-size: 14px;
    color: #313131;
    margin-top: 38px;
    font-weight: 400;
    text-align: justify;
}

.heading_main h1 {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    padding-bottom: 0px;
    margin-bottom: 12px;
    color: rgb(234 95 28);
}

.lx_cate {
    padding: 0px 4px;
    margin-bottom: 9px;
    width: 20%;
}

.tsp_aa {
    display: block;
    text-decoration: none;
    color: #070707;
    font-weight: 500;
    font-size: 15px;
    border: 1px dashed #d0d0d0;
    padding: 5px 8px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tsp_aa:hover {
    color: #163e86;
}

.heading_main {
    text-decoration: none;
}

.categ_home {
    margin-top: 50px;
}

.tsp_a img {
    width: 160px;
    height: 160px;
    object-fit: contain;
    padding: 10px;
}

.pd_details {
    margin-top: 90px;
}

.nav-link i {
    margin-left: 0px;
    position: relative;
    top: -1px;
    font-size: 14px;
}

.heading_2 h2,
.heading_2 h3,
.heading_2 h4,
.heading_2 h5,
.heading_2 h6 {
    font-size: 24px;
    color: rgb(234 95 28);
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-bottom: 0px;
    text-align: center;
}

.cat_hg {
    align-items: anchor-center;
    background: linear-gradient(45deg, #97befd47, transparent);
    border: 1px solid #8080802b;
    box-shadow: 0px 1px 5px #f1eaea;
    padding: 0px 11px;
    margin-top: 10px;
    text-align: center;
}

.suggestion-item {
    font-weight: 500 !important;
    color: #383839 !important;
    padding: 8px 13px !important;
    font-size: 14px !important;
    cursor: pointer;
    border-bottom: 1px solid #d4d4d4 !important;
    list-style-type: none;
    transition: all 0.3s ease;
}

.suggestion-item:hover {
    color: #163e86 !important;
    background-color: #f3f3f3;
}

.llx_secons_c {
    width: 20%;
    padding: 0px 4px;
    margin-bottom: 8px;
}

.pg_bigbox {
    box-shadow: 0px 1px 5px #c2c8d1;
    border-bottom: 2px solid #bed0ebc2;
    padding: 10px 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    text-align: left;
}

.pg_img {
    width: 160px !important;
    height: 160px !important;
    object-fit: contain;
    padding: 10px !important;
}

.Secon_pg h2,
.Secon_pg h3,
.Secon_pg h4,
.Secon_pg h5,
.Secon_pg h6 {
    font-size: 16.3px;
    font-weight: 600;
    color: #0b2b66;
    margin-bottom: 5px;
    line-height: 1.2;
}

.Secon_pg {
    text-decoration: none;
}

/* .main_range {
    margin-top: 70px;
} */

.tsp_aa_c h2,
.tsp_aa_c h3,
.tsp_aa_c h4,
.tsp_aa_c h5,
.tsp_aa_c h6 {
    font-size: 16px;
    font-weight: 600;
    color: #163e86;
    margin-bottom: 5px;
    line-height: 18px;
}

.footer-section {
    background-color: #cfdbef2e;
    color: #ffffff;
    font-size: 15px;
    padding-top: 28px;
    margin-top: 90px;
    border-top: 2px solid #21488c47;
}

.footer-logo-link img {
    max-width: 160px;
    height: auto;
    margin-bottom: 3px;
}

.footer-description {
    color: #1c1c1c;
    line-height: 1.2;
    margin-top: 10px;
    margin-bottom: 12px !important;
    font-weight: 500;
}

.footer-contact-box {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    align-items: anchor-center;
    margin-bottom: 13px;
}

.footer-icon i {
    font-size: 12px;
    color: white;
    background-color: #ea5f1c;
    padding: 11px;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-contact-text h4 {
    font-size: 16px;
    margin-bottom: 5px;
    color: #ffffff;
}

.footer-contact-text p,
.footer-contact-link {
    font-size: 14px;
    color: black;
    font-weight: 500;
    display: block;
    text-decoration: none;
}

.footer-contact-link:hover {
    color: #ffffff;
    text-decoration: underline;
}

/* .footer-widget {
    border: 1px solid #80808042;
    padding: 10px;
    margin: 10px;
    border-radius: 4px;
} */

.footer-heading {
    font-size: 17px;
    font-weight: 600;
    color: #ea5f1c;
    margin-bottom: 10px;
}



.footer-links-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.footer-links-list li {
    margin-bottom: 5px;
}

.footer-links-list li a {
    color: black;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 500;
}

.footer-links-list li a:hover {
    text-decoration: underline;
    color: #2c292b;
}

.footer-bottom {
    border-top: 1px solid #2c3e5038;
    margin-top: 26px;
    padding: 8px 0;
}

.footer-copyright {
    font-size: 14px;
    color: #343232;
    font-weight: 500;
}

.pp_header h2,
.pp_header h3,
.pp_header h4,
.pp_header h5,
.pp_header h6 {
    font-size: 23px;
    text-align: center;
    font-weight: 601;
    display: block;
    color: #174290;
    width: 100%;
    padding: 3px;
}

/* .sub_products_b {
    width: 25%;
} */

@media(min-width:300px) and (max-width:991px) {
    .top_header {
        display: none;
    }
}

@media(min-width:300px) and (max-width:767px) {
    .quote_btn {
        background-color: #ea5f1c;
        color: #fff;
        margin-bottom: 0;
        border-radius: 2px;
        position: absolute;
        top: 6px !important;
        right: 25% !important;
        font-size: 14px;
        margin-right: -55px;
        padding: 4px 12px;
    }

    .nav-link {
        color: #222 !important;
        font-size: 15px;
    }

    #navbar_main {
        padding: 28px 10px 10px 10px;
        font-weight: 700;
        height: 100%;
        width: 276px;
        overflow: auto;
        z-index: 9999;
        position: fixed;
        z-index: 1090;
        background: #f5f5f5;
        overflow-x: hidden;
        padding-top: 60px;
        border-right: 1px solid #163e86;
    }

    .navbar-nav>li {
        margin-right: 0;
        font-weight: 500;
        margin-bottom: 5px;
        border-bottom: 1px solid #d4d4d4;
    }
}

@media(min-width:300px) and (max-width:400px) {
    .quote_btn {
        display: none !important;
    }

    .login-wrapper {
        display: none;
    }
}

.btn-light {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb;
}

@media(min-width:300px) and (max-width:1200px) {
    .aboutus_p {
        display: none;
    }

    .ab_conter {
        display: none !important;
    }

    .about_content {
        display: none;
    }

    .banner {
        display: none !important;
    }

    .categ_home {
        margin-top: 29px !important
    }
}

@media(min-width:991px) and (max-width:1100px) {
    .lx_cate {
        width: 25%;
    }

    .llx_secons_c {
        width: 25%;
    }

    .navbar-nav.mail_nav {
        margin-left: 65px;
    }

}

@media(min-width:768px) and (max-width:990px) {
    .lx_cate {
        width: 33.33%;
    }

    .llx_secons_c {
        width: 33.33%;
    }

    .login-cart {
        right: 110px;
    }
}

@media(min-width:400px) and (max-width:767px) {
    .lx_cate {
        width: 50%;
    }

    .llx_secons_c {
        width: 50%;
    }

    .cat_hgtt {
        display: block !important;
    }

    .list-pchead {
        display: none !important;
    }

    .llx {
        width: 50%;
    }

    .login-cart {
        right: 85px;
    }

}

@media(min-width:286px) and (max-width:400px) {
    .lx_cate {
        width: 100%;
    }

    .llx_secons_c {
        width: 100%;
    }

    .cat_hgtt {
        display: block !important;
    }

    .list-pchead {
        display: none !important;
    }

    .llx {
        width: 100%;
    }

    .login-cart {
        right: 62px;
    }

    .login-wrapper {
        display: none;
    }

}


.modal-header {
    background-color: #db6b40;
    color: white;
    padding: 8px 13px;
}

.btn-close {
    box-sizing: content-box;
    height: 12px !important;
    width: 11px !important;
    font-size: 10px !important;
    padding: .25em .25em;
    color: #fff !important;
    border: 1px solid #7b7878;
}

.fake-input img {
    width: 57px !important;
    margin-bottom: 5px !important;
}

.fake-input {
    display: flex;
    align-items: center;
    gap: 10px;
}

.fake-input .refresh a {
    cursor: pointer;
    font-size: 14px;
    pointer-events: all;
}






/* Start new CSS */

.btn:focus,
.form-control:focus {
    box-shadow: none;
}

input::placeholder {
    font-size: 14px;
}

/* Search suggetion list new CSS */


.resultBox {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    border-radius: 4px;
    overflow: hidden;
    padding-right: 10px;
    overflow-y: auto;
    overflow-x: hidden;
    height: 350px;
}


/***/

ol,
ul {
    padding-left: 0;
}

li {
    list-style-type: none;
}


.spec-specs ul {
    overflow: hidden;
    padding-right: 10px;
    overflow-y: auto;
    overflow-x: hidden;
    height: 72px;
    margin: 0;
}

.spec-specs ul li {
    color: #3a3a3a;
    font-size: 13px;
    position: relative;
    line-height: 16px;
    margin-bottom: 4px;
    border-left: 2px solid #a2d7f7;
    border-radius: 0;
    padding: 1px 4px;
}

.spec-specs li span {
    color: #000;
    font-weight: 500;
}

.price-sect {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price-sect button {
    border: 1px dotted #ea5f1c;
    font-size: 18px;
    color: #ea5f1c;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: transparent;
}

.price-sect .price {
    font-size: 15px;
    font-weight: 600;
    color: #8b0296;
}


.modal-content {
    width: 90% !important;
    margin: 0 auto;
}


@media(min-width:350px) and (max-width:576px) {
    .sub_products_b {
        width: 50%;
    }
}

@media (max-width: 992px) {

    .heading_2 h2,
    .heading_2 h3,
    .heading_2 h4,
    .heading_2 h5,
    .heading_2 h6 {
        font-size: 22px;
    }
}

@media (max-width: 768px) {
    .heading_main h1 {
        font-size: 26px;
        margin-top: 12px;
    }

    .heading_2 h2,
    .heading_2 h3,
    .heading_2 h4,
    .heading_2 h5,
    .heading_2 h6 {
        font-size: 20px;
    }

    #navbar_main {
        padding: 28px 10px 10px 10px;
        font-weight: 700;
        height: 100%;
        width: 276px;
        overflow: auto;
        z-index: 9999;
        position: fixed;
        z-index: 1090;
        background: #f5f5f5;
        overflow-x: hidden;
        padding-top: 60px;
        border-right: 1px solid #163e86;
    }

    .navbar-nav>li {
        margin-right: 0;
        font-weight: 500;
        margin-bottom: 5px;
        border-bottom: 1px solid #d4d4d4;
    }

    .heading_main2 h1 {
        font-size: 22px !important;
    }
}

@media (max-width: 576px) {
    .breadcrumb {
        display: none;
    }

    .heading_main h1 {
        font-size: 24px;
    }

    .pql {
        width: 50%;
    }

    #navbar_main {
        width: 90%;
    }

    .heading_main2 h1 {
        font-size: 20px !important;
    }
}

@media (max-width: 340px) {
    .pql {
        width: 100%;
    }
}

@media (max-width: 300px) {
    .lx_cate {
        width: 100%;
    }

    .banner,
    .quote_btn,
    .no_mobile {
        display: none !important;
    }
}

/* Scroll css */

/* width */
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}


/****/

.table tr th,
.table tr td {
    padding: 10px 12px;
    vertical-align: middle;
    line-height: 18px;
}

.pg_bigbox h2,
.pg_bigbox h3,
.pg_bigbox h4,
.pg_bigbox h5,
.pg_bigbox h6 {
    font-weight: 600;
    color: #0b2a62;
    font-size: 16px;
    line-height: 18px;
    text-align: left;
}