/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');


/*********************************
Univercel CSS
*********************************/

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Roboto", serif;
    letter-spacing: 0.4px;
    line-height: 23px;
    background: #FFFFFF;
    color: #1e1e27;
    overflow-x: hidden;
}

ul {
    list-style: none;
    margin-bottom: 0px;
    padding: 0;
}

p {
    font-size: 14px;
    line-height: 1.5;
    color: #383434;
}

a {
    color: #0098b5;
    text-decoration: none;
}

a:hover {
    color: #006b85;
}

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

.trans_300 {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

form .form-control,
form .form-select {
    font-size: 14px;
    padding: 6px 10px;
    border-radius: 5px;
    height: 40px;
}

form textarea {
    resize: none;
}

.form-control:focus,
.form-select:focus,
.btn-close:focus,
.accordion-button:focus,
.lbz-btn,
.form-check-input:focus,
.navbar-light .navbar-toggler {
    box-shadow: none !important;
    border-color: #dee2e6 !important;
}

.btn:focus {
    box-shadow: none !important;
}

.form-label {
    margin-bottom: 1px;
    font-weight: 500;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: center !important;
    padding-bottom: 0px !important;
    padding-top: 16px !important;
}

textarea.form-control {
    height: 100px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

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

/* Scrollbar Styling */

::-webkit-scrollbar {
    width: 5px;
    margin-right: 15px;
    height: 5px;
}

::-webkit-scrollbar-track {
    margin: 10px 10px 10px 0;
    padding-right: 10px;
    background-color: #ddd;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #0098b5;
}

/*********************************
1. Header
*********************************/

/* Start main_nav_container  */

.main_nav_container {
    width: 100%;
    background: #fff;
    padding: 10px 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

/* .sticky-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    border-bottom: 0;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 16px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
} */

.logo_container .logo {
    width: 180px;
}

/* header-search */

.header-search {
    position: relative;
}

.header-search .search-input {
    height: 42px;
    z-index: 89;
    position: relative;
}

.search-input input {
    height: 100%;
    width: 100%;
    outline: none;
    border-radius: 5px;
    padding: 0 75px 0 12px;
    font-size: 14px;
    background: #ffffff;
    border: 1px solid #0098b5;
}

.search-input.active input {
    border-radius: 5px;
    font-size: 14px;
}

.search-input .search-icon {
    position: absolute;
    top: 3px;
    bottom: 3px;
    right: 4px;
    font-size: 14px;
    color: #fff;
    border: 0;
    border-radius: 5px;
    background: #0098b5;
    text-align: center;
    width: 48px;
}

.search-input .search-icon i {
    font-size: 15px;
}

.search-input .resultBox {
    padding: 0;
    opacity: 0;
    pointer-events: none;
    max-height: 280px;
    overflow-y: auto;
}

.search-input.active .resultBox {
    padding: 10px 12px;
    opacity: 1;
    pointer-events: auto;
    background: rgb(255 255 255);
    border: 1px solid #f4f3f3;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .13);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .13);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .13);
}

#scrollsearch::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(43, 41, 41, 0.3);
    background-color: #F5F5F5;
    padding: 10px 0;
    margin: 10px 0;
}

#scrollsearch::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

#scrollsearch::-webkit-scrollbar-thumb {
    background-color: #163661;
}

.resultBox li {
    list-style: none;
    padding: 5px 8px;
    display: none;
    width: 100%;
    cursor: default;
    border-radius: 3px;
    font-size: 14px;
}

.search-input.active .resultBox li {
    display: block;
    cursor: pointer;
    transition: all 0.3s ease;
}

.search-input.active .resultBox li:hover {
    background: #e4e4e4;
}

.search-input.active .resultBox li a {
    font-size: 14px;
    color: #222;
}

/***/

.right-users {
    display: inline-flex;
    justify-content: flex-end;
    width: 100%;
    align-items: center;
}

.navbar_user {
    display: flex;
    gap: 20px;
    align-items: center;
}

.navbar_user li .header-icon {

    position: relative;
    height: 42px;
    width: 42px;
    background-color: #fff;
    color: #1e1e27;
    border-radius: 5px;
    padding: 0;
    font-size: 25px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.navbar_user .checkout {
    position: relative;
}

.checkout_items {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -2px;
    left: auto;
    right: -3px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #0098b5;
    font-size: 8px;
    color: #fff;
}


/* Header email CSS */

.dropdown-container .header-email {
    display: flex;
    align-items: baseline;
}

.header-email .icon {
    display: inline-block;
    color: #1e1e27;
    font-size: 22px;
    margin-right: 6px;
    position: relative;
}

.header-email .user-text {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    line-height: 18px;
    font-size: 14px;
}

.header-email .user-text .label {
    color: #848484;
    font-size: 12px;
}

.header-email .user-text .text {
    color: #222;
    font-weight: 500;
}

/* User/Profie CSS */

.dropdown-container a {
    display: flex;
    align-items: center;
    color: #222;
    font-weight: 500;
}

.dropdown-container a .icon {
    display: inline-block;
    color: #1e1e27;
    font-size: 14px;
    margin-right: 2px;
    position: relative;
}

.dropdown-container .user-text {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    line-height: 16px;
    font-size: 14px;
}

.dropdown-container .user-text .label {
    color: #848484;
    font-size: 12px;
}

.dropdown-container .user-text .text {
    color: #222;
    font-weight: 500;
    font-size: 16px;
}


/* Quote Button animations */

.button-container {
    text-align: center;
}

.live-animated-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px 18px;
    font-size: 14px;
    color: #fff;
    background: #0098b5;
    border: 2px solid transparent;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
    height: 31px;
    line-height: 15px;
    border-radius: 5px;
    transition: color 0.3s ease;
    animation: 3s ease-in-out infinite;
    white-space: nowrap;
}

.call-btn .live-animated-button {
    min-width: 118px;
}

a.live-animated-button,
a.live-animated-button:hover,
a.live-animated-button:focus,
a.live-animated-button:visited,
a.live-animated-button:active {
    text-decoration: none;
    color: #fff;
}

.live-animated-button .btn-icon {
    display: none;
}

@keyframes buttonMoveLeftRight {

    0%,
    100% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(-20px)
    }
}

/* Button animations */

.ezilab-btn {
    width: auto;
    line-height: 16px;
    padding: 8px 19px;
    border: 1px solid;
    border-radius: 5px;
    text-align: center;
    font-size: 17px;
    color: white !important;
    background-color: #0098b5;
    border-color: #0056a3;
    transition: all 0.35s;
}

.ezilab-h-btn {
    width: 100%;
    line-height: 16px;
    padding: 8px 19px;
    border: 1px solid;
    border-radius: 5px;
    text-align: center;
    font-size: 17px;
    color: white !important;
    background-color: #0098b5;
    border-color: #0056a3;
    transition: all 0.35s;
}

.ezilab-btn:hover {
    box-shadow: inset 0 1.5em 0em 0em #006b85, inset 0 -1.5em 0em 0em #006b85;
    border-color: #006b85;
    color: #fff;
}

.catalogs-section {
    margin-top: 27px;
}

.ezilab-btn i {
    font-size: 14px;
    margin-left: 2px;
}

/* start header-bottom */

/* .header-bottom {
    background: linear-gradient(180deg, rgb(242 242 242) 0%, rgb(168 197 245) 100%);
    padding: 3px 0;
} */

/* .header-bottom {
    background: linear-gradient(270deg, #1F7A8C 0%, #3DB2C7 100%);
    padding: 8px 0;
}

.header-bottom .nav-link {
    color: #FFFFFF;
}

.header-bottom .nav-link:hover {
    color: #E0F7FA;
} */

.header-bottom {
    background: #0097b640;
    /* border-top: 1px solid #E3EDF3;
    border-bottom: 1px solid #E3EDF3;
    padding: 8px 0; */
}

/* navbar css */

.navbar-light .navbar-nav .nav-item {
    margin-left: 12px;
    margin-right: 9px;
}

.navbar-light .navbar-nav .nav-item:first-child {
    margin-left: 0;
}

.navbar-light .navbar-nav .nav-link {
    position: relative;
    color: #222;
    font-size: 17px;
    font-weight: 500;
    margin: 0 1px;
    padding: 3px 0;
    transition: all 0.3s ease;
    text-decoration: none;
}

.navbar-light .navbar-nav .nav-link::before {
    content: "";
    position: absolute;
    top: auto;
    bottom: 0;
    height: 2px;
    width: 0;
    margin: 0 auto;
    background: transparent;
    left: 0;
    right: auto;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.navbar-light .navbar-nav .nav-link:hover::before {
    background: #006b85;
    width: 100%;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #006b85;
}

.call-btn {
    display: inline-flex;
    justify-content: flex-end;
    width: 100%;
    align-items: center;
    gap: 30px;
}

/* offcanvas css */

@media (min-width: 992px) {
    .navbar-expand-lg .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none;
    }

    .navbar-expand-lg .offcanvas .offcanvas-header {
        display: none;
    }

    .navbar-expand-lg .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }

}

.offcanvas.show .navbar-nav .nav-link {
    color: #292b2c;
    padding: 0;
    display: inline-block;
}


/**===============================- Compare -=================================-**/

.compare_bttn {
    background-color: #0098b5;
}

.action--compare-add {
    color: #41464b;
}

.action--compare-add:hover .action__text--invisible,
.action--download:hover .action__text--invisible {
    color: #ddd;
    font-size: 16px;
    letter-spacing: 0;
    background: #2F3035;
    border-radius: 2px;
    padding: 3px 5px;
}

.action--compare-add .fa-check,
.action--compare-add input[type=checkbox]:checked~.fa-plus {
    display: none;
}

.action--compare-add input[type=checkbox]:checked~.fa-check {
    display: inherit;
    color: #2a2a2a;
    cursor: pointer;
}

.product-item .icon-overlay .btn {
    display: inline-block;
    width: 35px;
    height: 35px;
    padding: 0;
    line-height: 28px;
}

.check-hidden {
    position: absolute;
    top: 10px;
    opacity: 0;
    cursor: pointer;
}

.cpp .fa-check {
    display: none;
}

.action {
    display: inline-block;
    font-size: 14px;
    white-space: nowrap;
    cursor: pointer;
    border: none;
    background: transparent;
    text-align: center;
    text-transform: capitalize;
}

.action:focus {
    outline: none;
}

.action__text {
    font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: .813em;
    vertical-align: middle;
    display: inline-block;
}

.action__text--invisible {
    position: absolute;
    top: 100%;
    opacity: 0;
    pointer-events: none;
}

.compare-top {
    position: fixed;
    top: 265px;
    right: 30px;
    z-index: 99;
}

.btn-compare,
.btn-compare:hover {
    background-color: #0097b6;
    color: #ffffff !important;
    font-size: 14px;
    border-radius: 0;
    padding: 8px 10px;
}

.btn-compare:focus {
    box-shadow: none;
}

.col-md-2-5.col-lg-2-5 {
    width: 20%;
}

.leftfl::before,
.rightfl::before {
    font-size: 25px;
}

/* modal-dialog */

.modal-dialog .modal-header {
    padding: 7px 14px;
    color: #04193c;
    color: #ffffff !important;
    position: relative;
    background: #0098b51f;
}

.modal-header .modal-title {
    font-size: 19px;
    color: #0098b5;
    font-weight: 600;
}

.modal-dialog .btn-close {
    position: absolute;
    top: -7px;
    font-size: 11px;
    border-radius: 50%;
    height: 12px;
    width: 12px;
    right: -11px;
    background-color: white;
    margin-right: 0;
    opacity: 1;
}

#browseProductsModal .btn-close {
    position: static;
    top: auto;
    right: auto;
    height: 28px;
    width: 28px;
    font-size: 13px;
    border-radius: 50%;
    background-color: #f0f0f0;
    opacity: 1;
    flex-shrink: 0;
}

#browseProductsModal .btn-close:hover {
    background-color: #0098b5;
    opacity: 1;
    filter: brightness(0) invert(1);
}

.modal-dialog .download-catlog {
    display: inline-block;
    width: 100%;
    padding: 8px 12px;
    border: 1px dashed #e1e1e1;
    background: #f9f9f9;
    font-size: 14px;
    margin-bottom: 8px;
    position: relative;
    color: #010f1c;
}

.modal-dialog .download-catlog i {
    padding-left: 4px;
    font-size: 13px;
    color: #686767;
}

/*****/

/* Quantity CSS */

.quantity-control {
    display: inline-flex;
    border: 1px solid #e6e6e6;
}

.quantity-control button {
    background-color: #f6f6f6;
    color: #222;
    border: none;
    cursor: pointer;
    font-size: 16px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
}


.quantity-control input.quantity {
    width: 36px;
    height: 36px;
    text-align: center;
    border: none;
    padding: 8px 10px;
    font-size: 14px;
    outline: none;
    color: #595353;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}

.categories-section {
    margin-top: 32px;
}

/* Home Page */

.cont-cw {
    padding: 0 55px;
}

/* section-title css */
.icon i {
    color: #0098b5;
    font-size: 21px;
}

section {
    section {
        padding: 24px 0 55px;
    }
}

.section-title {
    text-align: center;
    margin-bottom: 2px;

}

.section-title h2,
.section-title h3,
.section-title h4,
.section-title h5,
.section-title h6 {
    font-size: 27px;
    color: #0098b5;
    font-weight: 500;
    position: relative;
    display: inline-block;
    margin-bottom: 2px;
}

.section_c {
    margin-top: 46px;
}

.section-title h1 {
    font-size: 32px;
    color: #0098b5;
    font-weight: 600;
    position: relative;
    display: inline-block;
    margin-bottom: 5px;
}

.section-about p {
    /* text-align: center; */
    text-align: justify;
    color: #625f5f;
    font-size: 13.5px;
}


/*********************************
4. Breadcrumbs
*********************************/

.breadcrumbs {
    width: 100%;
    padding: 6px 0;
    /* border-bottom: solid 1px #ebebeb; */
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #282828;
}

.breadcrumbs ul {
    display: flex;
    flex-wrap: wrap;
}

.breadcrumbs .breadcrumb {
    margin: 4px 0;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 25px;
    position: relative;
}

.breadcrumbs ul li::before {
    position: absolute;
    left: 5px;
    top: 0px;
    font-family: 'bootstrap-icons';
    display: inline-block;
    vertical-align: middle;
    content: "\F285" !important;
    font-size: 13px;
    color: #282828 !important;
}

.breadcrumbs ul li:first-child::before {
    display: none;
}

.breadcrumb-item.active {
    color: #000;
}

.breadcrumbs ul li a {
    color: #51545f;
}


/*****/

/*********************************
2. Home Page
*********************************/

/* start categories-tab */

.categories-tab .tab-head {
    border-top: 1px solid #ededed;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
    padding: 20px 18px;
    text-align: center;
}

.categories-tab .tab-head h1 {
    font-size: 22px;
    margin-bottom: 0;
    color: #000;
}

.categories-tab .tab-inner {
    border: 1px solid #ededed;
}

.tab-inner .tabs {
    width: 20%;
    border-right: 1px solid #ededed;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
    clear: both;
    max-height: 570px;
}

.tab-inner .tab-content {
    width: 80%;
    padding: 10px;
}

.tabs-container {
    display: flex;
}

.categories-tab .tabs .tab {
    padding: 10px 20px;
    color: #202435;
    display: inline-block;
    font-size: 14px;
    border-bottom: 1px solid #ededed;
    transition: background-color 0.3s, color 0.3s;
    cursor: pointer;
}

.categories-tab .tabs .tab h2,
.categories-tab .tabs .tab h3,
.categories-tab .tabs .tab h4,
.categories-tab .tabs .tab h5,
.categories-tab .tabs .tab h6,
.categories-tab .tabs .tab p {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 20px;
    color: #222;
}

.categories-tab .tabs .active h2,
.categories-tab .tabs .active h3,
.categories-tab .tabs .active h4,
.categories-tab .tabs .active h5,
.categories-tab .tabs .active h6,
.categories-tab .tabs .active p {
    color: #0098b5;
}

.categories-tab .tabs .active {
    position: relative;
}

.categories-tab .tabs .active:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid #cbcbcb;
    border-bottom: 10px solid transparent;
    right: 0;
    top: 10px;
}

.content-panel {
    display: none;
    overflow-y: auto;
    overflow-x: hidden;
    clear: both;
    max-height: 580px;
    padding-right: 8px;
}

.content-panel.active {
    display: block;
}

.product-box {
    padding: 12px 10px;
    position: relative;
    border: 1px solid #efefef;
    border-radius: 5px;
    height: 100%;
    box-shadow: 0 0px 4px 0 #e9e9e9;
}

.categories-tab .tab-inner .tab-content .product-box {
    -webkit-animation: zoomIn 300ms ease-in-out;
    animation: zoomIn 300ms ease-in-out;
}

@keyframes zoomIn {
    from {
        transform: scale(0.5);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

.product-box .img-block {
    padding: 10px;
    text-align: center;
    margin-bottom: 10px;
}

.product-box .img-block img {
    width: 130px;
    height: 131px;
    object-fit: cover;
}

.product-box .product-info {
    background: #fefefe;
    padding: 12px;
    border: 1px solid #ebebeb;
    border-radius: 5px;
}

.product-box .product-info .product-title {
    margin-bottom: 8px;
}

.product-box .product-info .product-name {
    display: block;
    font-size: 15px;
    color: #0a357a;
    font-weight: 600;
    line-height: 18px;
}

.product-box .product-specifications li {
    color: #494747;
    font-size: 14px;
    position: relative;
    line-height: 20px;
    margin-bottom: 5px;
}

.product-box .product-specifications li span {
    color: #222;
    font-weight: 500;
}

.item .icon-overlay {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.item .icon-overlay button,
.item .icon-overlay .compare {
    width: 38px;
    height: 38px;
    line-height: 38px;
    outline: 0 none;
    background: #ffffff;
    color: #484949;
    box-shadow: 0 1px 3px rgba(3, 4, 28, .12);
    display: inline-block;
    font-size: 18px;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    transform: translateX(100%);
    transition: transform 0.5s ease;
}

.item:hover button,
.item:hover .compare {
    transform: translateX(0);
}

.item:hover .icon-overlay {
    opacity: 1;
}

/* .item .icon-overlay button:hover, .item .icon-overlay .compare:hover{
    background: #677a9b;
    color: #fff;
} */
/* .item .icon-overlay .compare:hover .action--compare-add, .item .icon-overlay .compare:hover .action--compare-add input[type=checkbox]:checked~.fa-check{
    color: #fff;
} */
.item .icon-overlay button:focus {
    box-shadow: none;
}

.item .icon-overlay ul {
    margin: 12px 12px 0 0;
}

.product-specs ul li {
    color: #494747;
    font-size: 13.3px;
    position: relative;
    line-height: 20px;
    margin-bottom: 2px;
    border-bottom: 1px solid #80808063;
    padding-bottom: 6px;
}

.product-specs li span {
    color: #1d1d1d;
    font-weight: 500;
    font-size: 13.3px;
}

/* Product price css */

.pro_price_row {
    border-top: 1px solid #d8d8d8;
    margin-top: 5px;
    padding-top: 12px;
    display: flex;
    align-items: center;
    align-items: center;
    justify-content: space-between;
}

.sub_quote {
    font-size: 13px;
    background: none;
    border: 1px solid #0098b587;
    padding: 1px 10px;
    color: #3e3e55;
    font-weight: 500;
}

.pro_price_s {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
}

.search_contant_p {
    padding: 0px 11px 10px 11px;
}

.pro_addb {
    font-size: 12px;
    background: none;
    border: none;
    padding: 1px 10px;
    color: #3e3e55;
    font-weight: 500;
    border: 1px solid #0098b5;
    padding: 0px 10px;
}

.pro_addb i {
    font-size: 14px;
    margin-right: 3px;
}

.get_quoten {
    font-size: 13px;
    background: none;
    border: 1px solid #0098b587;
    padding: 1px 10px;
    color: #3e3e55;
    font-weight: 500;
}

.rtngs-right {
    float: right;
}

.price_left {
    display: inline-flex;
    justify-content: flex-start;
    gap: 10px;

}

.pro_price {
    display: flex;
    font-size: 13px;
    line-height: 24px;
    font-weight: 500;
    color: #0098b5;
}

.rating i {
    font-size: 7px;
    margin-right: 2px;
}

.pro_price .old-price {
    font-size: 12px;
    margin-left: 10px;
    color: #b5aec4;
    text-decoration: line-through;
}

.price_left .get-btn {
    display: table;
    border: 1px solid #005490;
    color: #005490;
    padding: 1px 8px;
    font-size: 13px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    cursor: pointer;
}

.price_left .get-btn:hover {
    background-color: #0098b5;
    color: #fff;
    border: 1px solid #0098b5;
}


/* Start faq-section */

.faq-section .accordion {
    border: 1px solid #f1f1f1;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
}

.faq-section .accordion-item {
    border: 0;
    width: 48%;
    margin: 0 1%;
    position: relative;
}

.faq-section .accordion .accordion-item button[aria-expanded='true'] {
    border-bottom: 1px solid #1082ce;
}

.faq-section .accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 12px 0;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
    border-bottom: 1px solid #dbdbdb;
}

.faq-section .accordion button:hover,
.faq-section .accordion button:focus {
    cursor: pointer;
    color: #0098b5;
}

.faq-section .accordion button:hover::after,
.faq-section .accordion button:focus::after {
    cursor: pointer;
    color: #0098b5;
    border: 1px solid #0098b5;
}

.faq-section .accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
}

.faq-section .accordion button .icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}

.faq-section .accordion button .icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}

.faq-section .accordion button[aria-expanded='true'] {
    color: #0098b5;
}

.faq-section .accordion button[aria-expanded='true'] .icon::after {
    width: 0;
}

.faq-section .accordion button[aria-expanded='true']+.accordion-content {
    opacity: 1;
    max-height: 12em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
    position: absolute;
    bottom: auto;
    top: auto;
    left: 0;
    right: 0;
}

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    will-change: opacity, max-height;
    border: 1px solid #e5e5e5;
    border-top: 0;
    padding: 0 10px;
    z-index: 999;
    background: #fff;
}


.accordion .accordion-content p {
    font-size: 14px;
    margin: 10px 5px;
    text-align: justify;
    line-height: 20px;
    overflow: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
    height: 115px;
}


/*********************************
2.1 Footer section
*********************************/

.footer {
    margin-top: 84px;
    position: relative;
    background-color: #0a3d8e1a;
}

.footer-items {
    border-bottom: 1px solid #0098b5b0;
}

.footer .footer-middle {
    position: relative;
    padding-top: 45px;
    /* padding-bottom: 20px; */
}

.footer .footer-middle::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 20px;
    background-color: #fff;
    clip-path: polygon(43% 0, 63% 0, 100% 0, 98% 100%, 2% 100%, 0 0);
    top: -1px;
    left: 0;
    border-bottom: 1px solid #0098b5;
}

.footer-items .ftr-header {
    font-size: 21px;
    text-transform: capitalize;
    color: #0098b5;
    font-weight: 600;
    margin-bottom: 26px;
    position: relative;
    padding-bottom: 7px;
}

.footer-items .ftr-header::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 60px;
    height: 2px;
    background: #0098b5;
}

.ftr-item li {
    margin-bottom: 10px;
    line-height: 18px;
}

.ftr-item .ftr-link {
    color: black;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.3s ease;
}

.ftr-item .ftr-link:hover {
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    color: #0098b5;
}

.ftr-contact p {
    position: relative;
    margin-bottom: 10px;
    text-align: left;
    color: black;
    display: block;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.ftr-contact p span {
    color: #0098b5;
    font-weight: 500;
}

.ftr-contact p span i {
    padding-right: 5px;
    font-size: 13px;
}

.ftr-contact p a {
    color: black !important;
    transition: color 0.3s;
    font-size: 14px;
}

.ftr-contact p a:hover {
    color: #0098b5;
}

.copyright-footer {
    font-size: 13px;
    padding: 14px 0;
    color: #383e46;
    text-align: center;
}

/* start featured-products */

.background-fea {
    background: #edf2fa52;
    padding: 30px 0px;
    margin-top: 80px;
}

.laborat-section {
    margin-top: 80px;
}

.lab_quot {
    font-size: 13px;
    background: none;
    border: 1px solid #0098b587;
    padding: 1px 10px;
    color: #3e3e55;
    font-weight: 500;
}

.product-item {
    position: relative;
    border: 1px solid #ededed;
    border-radius: 5px;
    background-color: #fff;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-shadow: 0 0px 4px 0 #e9e9e9;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-item .pro-img {
    position: relative;
    text-align: center;
    background: #fafafa;
    padding: 10px;
    border: 1px solid #0098b52e;
    margin: 13px;

}

.product-item .pro-img img {
    width: 190px;
    padding: 4px;

    position: relative;
    margin-top: 10px;
    border-bottom: 1px solid rgba(153, 153, 153, 0.0666666667);

}

.product-item h2,
.product-item h3,
.product-item h4,
.product-item h5,
.product-item h6,
.product-item p {
    display: block;
    color: #282828;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 2px;
    padding-top: 11px;
    padding-bottom: 5px;

}

.product-item .product-specs {
    overflow-y: auto;
    overflow-x: hidden;
    height: 116px;


}

.main-box-p {
    padding: 0px 11px 12px 12px;
}

.section-abou {
    text-align: left;
    color: #625f5f;
    font-size: 13.5px;

}

.product-item .pro-offer {
    position: absolute;
    top: 12px;
    left: 12px;
}

.product-item .pro-offer span {
    display: inline-block;
    height: 25px;
    width: 40px;
    line-height: 24px;
    background: #dadde2;
    color: #1e4990;
    text-align: center;
    font-size: 11px;
    border-radius: 8px 0;
}

.product-item .price {
    padding: 0;
}

.product-item .icon-hover a {
    display: inline-block;
    font-size: 14px;
    color: #3e445a;
    background: #e4e4e4;
    height: 32px;
    width: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    margin: 5px 5px 0 0;
}

.product-item .icon-hover a:hover {
    color: #fff;
    background: #0098b5;
}

.product-item .icon-hover {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    opacity: 0;
    transition: bottom 0.5s, opacity 0.5s;
}

.product-item:hover .icon-hover {
    bottom: 5px;
    opacity: 1;
}

/* start laborat-section */

.laborat-section .pro-item {
    display: flex;
    align-items: center;
    padding: 8px 7px 0px 8px;
    border: 1px solid #949ba77a;
    border-radius: 5px;
    position: relative;
    margin-bottom: 15px;
    gap: 14px;
    height: 100%;
    transition: all .3s ease-out 0s;
}

.laborat-section .pro-item:hover {
    box-shadow: 0 4px 10px rgba(1, 15, 28, .14);
}

.pro-item .pro-img {
    text-align: center;
    padding: 0 10px;
}

.pro-item .pro-img img {
    width: 120px;
}

.pro-item .pro-text h2,
.pro-item .pro-text h3,
.pro-item .pro-text h4,
.pro-item .pro-text h5,
.pro-item .pro-text h6,
.pro-item .pro-text p {
    font-size: 16px;
    font-weight: 600;
    color: #282828;
    margin-top: 0px;
    margin-bottom: 10px;
    line-height: 18px;
}

.pro-item .product-specs {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100px;

}

.related_quot {
    font-size: 13px;
    background: none;
    border: 1px solid #0098b587;
    padding: 1px 10px;
    color: #3e3e55;
    font-weight: 500;
}

/* Start Product section page */

.product-text h1 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 10px;
    color: #0098b5;
}

.product-text .product-about {
    font-size: 14px;
    color: #615b5b;
    line-height: 20px;
    text-align: center;
    margin: 10px 0 20px;
}



.subcat {
    display: flex;
    flex-wrap: wrap;
}

.subcat li .subproduct-name {
    display: inline-block;
    border: 1px solid #ada7a7;
    padding: 5px 10px;
    margin-right: 7px;
    font-size: 15px;
    color: #282828;
    font-weight: 500;
}

.categ_box {
    padding: 0px 12px 13px 12px;
}

/*********************************
3. Product by Categories
*********************************/

.categories-list {
    max-height: 1200px;
    overflow-y: auto;
    scrollbar-width: none;
}

.sidebar-heading {
    padding: 6px 12px;
    background: #fdfdfd;
    margin-bottom: 20px;
    border: 1px solid #e7e7e7;
}

.sidebar-heading .sidebar-header {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 30px;
}

.sort-dropdown {
    display: inline-flex;
    justify-content: flex-end;
    width: 100%;
    align-items: center;
}

.sort-dropdown .sort-by {
    font-size: 14px;
    color: #777777;
    padding-right: 12px;
}

.sort-dropdown select {
    width: 200px;
}

.filter-sidebar {
    margin-top: 10px;
}

.sidebar_section {
    padding: 12px 16px;
    border: 1px solid #efefef;
    margin-bottom: 16px;
    box-shadow: 0 0px 4px 0 #e9e9e9;
}

.sidebar_title {
    margin-bottom: 12px;
}

.sbar_name {
    font-size: 15px;
    font-weight: 500;
    color: #222;
}

/* price filter css */

.filter-bg {
    background: #f3f3f3;
    padding: 10px;
}

.price-input {
    width: 100%;
    display: flex;
    margin: 10px 0 15px;
}

.price-input .field {
    display: flex;
    width: 100%;
    height: 45px;
    align-items: center;
}

.field input {
    width: 100%;
    height: 34px;
    outline: none;
    font-size: 13px;
    margin-left: 12px;
    text-align: center;
    border: 1px solid #e7e7e7;
    border-radius: 0;
}

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

.price-input .separator {
    width: 130px;
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center;
}

.slider {
    height: 5px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
}

.slider .progress {
    height: 100%;
    left: 25%;
    right: 25%;
    position: absolute;
    border-radius: 5px;
    background: #6d7178;
}

.range-input {
    position: relative;
    margin-bottom: 15px;
}

.range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type="range"]::-webkit-slider-thumb {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #0056a3;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

input[type="range"]::-moz-range-thumb {
    height: 15px;
    width: 15px;
    border: none;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #0056a3;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

/*****/

/* checkbox of product  */

.checkboxes li {
    margin-bottom: 10px;
}

.checkboxes li.active i {
    color: #006d5b;
    margin-right: 21px;
}

.checkboxes li.active i::after {
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    font-family: 'FontAwesome';
    font-size: 10px;
    content: '\f00c';
    color: #FFFFFF;
}

.checkboxes {
    height: auto;
}

.checkboxes.active {
    height: auto;
}

.checkboxes li .check-box {
    position: relative;
    color: #b3b7c8;
    cursor: pointer;
    margin-right: 8px;
}

.checkboxes li .check-box+* {
    overflow: hidden;
    font-size: 14px;
    color: #51545f;
    line-height: 20px;
    margin: 0;
    vertical-align: middle;
    max-width: 78%;
    display: inline-block;
}

.form-check-input[type=checkbox] {
    border-radius: 0;
}

.form-check-input:checked {
    background-color: #0098b5;
    border-color: #0098b5;
}

.form-select {
    font-size: 14px;
}

.sub-categories .price-row {
    margin: 0;
}

.sub-section .product-footer {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    border-top: 1px solid #ebebeb;
    padding-top: 10px;
}

.pro-btn {
    border: none;
    display: inline-block;
    height: 36px;
    line-height: 40px;
    width: 36px;
    text-align: center;
    background: #fff;
    border-radius: 30px;
    color: #2a2a2a;
    padding: 0;
    margin: 5px 2px;
    transition: all 0.3s ease-in-out;
}

.pro-btn:hover {
    color: #fff;
    background: #71cd14;
}

/* Compare page */

.browse-products-btn {
    padding: 10px 28px;
    font-size: 14px;
    font-weight: 600;
}

/* Browse Products Modal */
.browse-prod-card {
    border: 2px solid #e8eaf0;
    border-radius: 12px;
    padding: 14px;
    text-align: center;
    transition: border-color 0.2s, box-shadow 0.2s;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.browse-prod-card:hover {
    border-color: #0098b5;
    box-shadow: 0 4px 14px rgba(0, 152, 181, 0.12);
}

.browse-prod-card.already-compared {
    opacity: 0.5;
    pointer-events: none;
    background: #f5f5f5;
}

.browse-prod-img {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    overflow: hidden;
    background: #f7f8fc;
}

.browse-prod-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.browse-prod-info {
    width: 100%;
}

.browse-prod-name {
    font-size: 13px;
    font-weight: 600;
    color: #1a1a2e;
    margin-bottom: 10px;
    line-height: 1.4;
}

.browse-prod-select {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    margin: 0;
}

.browse-prod-select input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: #0098b5;
    cursor: pointer;
}

.browse-check-label {
    font-size: 12px;
    font-weight: 600;
    color: #0098b5;
    cursor: pointer;
}

.browse-selected-count {
    font-size: 13px;
    max-width: 60%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-browse-compare {
    font-size: 14px;
    padding: 8px 20px;
}

.btn-browse-compare.disabled {
    opacity: 0.5;
    pointer-events: none;
}

/* ===================== Compare Page ===================== */

.compare-section { background: #f4f7fb; }

/* Header */
.cmp-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 24px;
}
.cmp-title {
    font-size: 26px;
    font-weight: 700;
    color: #0098b5;
    margin: 0 0 4px;
}
.cmp-subtitle {
    font-size: 13px;
    color: #999;
    margin: 0;
}

/* Table wrapper */
.cmp-table-wrap {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.07);
    overflow: hidden;
}

.cmp-table {
    margin: 0;
    border-collapse: separate;
    border-spacing: 0;
}

/* Label column */
.cmp-label-col {
    width: 160px;
    min-width: 140px;
    background: #f0fafc;
    color: #333;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    border-right: 2px solid #0098b5 !important;
    vertical-align: middle !important;
    padding: 16px 18px !important;
}

.cmp-td {
    padding: 16px 20px !important;
    vertical-align: middle !important;
    font-size: 14px;
    color: #333;
    border-color: #d8dde8 !important;
    border-right: 2px solid #d8dde8 !important;
}

.cmp-table tbody tr {
    border-bottom: 1px solid #d8dde8;
}

/* Row alternating */
.cmp-row-even td, .cmp-row-even th { background: #f9fafb; }
.cmp-row-odd  td, .cmp-row-odd  th  { background: #fff; }

/* Differing spec row highlight — only when values genuinely differ (not dash) */
.cmp-row-diff th  { background: #f0fafc; color: #333; }
.cmp-row-diff td  { background: #f0fafc; }
.cmp-val-diff     { font-weight: 600; color: #0098b5; }

/* Product card inside first row */
.cmp-row-product td, .cmp-row-product th {
    background: #fff !important;
    padding: 24px 20px !important;
}

.cmp-td-product {
    position: relative;
}

.cmp-product-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
    padding-top: 10px;
}

.cmp-remove-btn {
    position: absolute;
    top: 8px;
    right: 8px;
    background: #fff0f0;
    border: none;
    color: #e04040;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    font-size: 11px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, color 0.2s;
    z-index: 2;
    flex-shrink: 0;
}
.cmp-remove-btn:hover { background: #e04040; color: #fff; }

.cmp-product-img {
    width: 120px;
    height: 120px;
    border-radius: 12px;
    background: #f4f7fb;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid #eaecf0;
}
.cmp-product-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.cmp-product-name {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #1a1a2e !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    transition: color 0.2s;
}
a:hover .cmp-product-name { color: #0098b5 !important; }

/* Price */
.cmp-price {
    font-size: 17px;
    font-weight: 700;
    color: #0098b5;
}
.cmp-na { color: #bbb; font-size: 13px; }

/* Action row */
.cmp-row-action td, .cmp-row-action th { background: #f0fafc !important; }
.cmp-row-action .cmp-td { padding: 12px 16px !important; }

.cmp-action-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

.cmp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 7px 16px;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none !important;
    transition: all 0.2s;
    margin: 3px 0;
    border: 2px solid transparent;
    cursor: pointer;
    white-space: nowrap;
    width: fit-content;
}
.cmp-btn-cart {
    background: #f0fafc;
    color: #0098b5;
    border-color: #0098b5;
}
.cmp-btn-cart:hover { background: #0098b5; color: #fff; }

.cmp-btn-buy {
    background: #0098b5;
    color: #fff;
    border-color: #0098b5;
}
.cmp-btn-buy:hover { background: #007a93; border-color: #007a93; color: #fff; }

.cmp-btn-quote {
    background: #f5f5f5;
    color: #555;
    border-color: #ddd;
}
.cmp-btn-quote:hover { background: #0098b5; color: #fff; border-color: #0098b5; }

/* Stars */
.cmp-stars i { color: #f5a623; font-size: 14px; }
.cmp-stars i.bi-star { color: #ddd; }

/* Responsive */
@media (max-width: 767px) {
    .cmp-label-col { width: 100px; min-width: 90px; font-size: 11px; padding: 12px 10px !important; }
    .cmp-td { padding: 12px 10px !important; font-size: 13px; }
    .cmp-product-img { width: 80px; height: 80px; }
    .cmp-title { font-size: 20px; }
}

.product-details {
    margin-top: 50px;
}

.product-details .pro-cart-btn .cart-btn {
    background: #0098b5;
    color: #fff;
    font-size: 14px;
    max-inline-size: max-content;
}

.product-details .pro-cart-btn {
    margin-right: 10px;
}

.nav_ezi .nav-link {
    padding: 4px 2px;
    margin-right: 15px;
    font-size: 16px !important;
}

.product-details .wish-btn {
    height: 40px;
    width: 40px;
    padding-bottom: 5px;
}

.product_price {
    display: flex;
    font-size: 15px;
    line-height: 24px;
}

.product_price del {
    font-size: 13px;
    margin-right: 6px;
    margin-left: 6px;
}

.product_price .on_sale {
    display: inline-block;
    color: #388e3c;
    font-size: 14px;
}

/* page-header */

.page-header {
    padding: 8px 0 20px;
}

.page-header h1 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 0;
}

.rating-icons {
    display: flex;
}

.rating {
    display: flex;
    align-items: center;
    gap: 1px;
    font-size: 10px;
    color: #fcc419;
    text-align: center;
}

.rating-icons .rating-num {
    font-size: 12px;
    margin-left: 5px;
    vertical-align: middle;
    display: inline-block;
    color: #777;
}

/*********************************
5. Product details
*********************************/

.more-images-slider {
    margin-top: 15px;
}

.more-images-slider .more-imge-item {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #fefefe;
    border: 1px solid #e8e8e8;
    height: 95px;
    transition: all 0.3s;
}

.more-images-slider .more-imge-item:hover {
    border: 1px solid #003366;
}

.more-imge-item img {
    width: 90px !important;
}

/* Start slider-section */

.owl-carousel .owl-dots {
    display: none;
}

.more-images-slider .owl-carousel .owl-nav button {
    color: #44464a !important;
    transform: translateY(-20px);
    background: #cfdbef;
    height: 25px;
    width: 25px;
    text-align: center;
    border-radius: 50%;
}

.more-images-slider .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: -11px;
}

.more-images-slider .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: -11px;
}

.more-images-slider .owl-nav button span {
    font-family: FontAwesome;
    display: inline-block;
    vertical-align: middle;
    content: "\f095";
    font-size: 12px;
    color: #595858;
    padding: 0;
}

/***/

.product_image_m {
    position: sticky;
    top: 25px;
}

.main-image {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dee2e6;
    height: auto;
}

.main-image img {
    width: 370px;
    padding: 10px;
}

.product-desc {
    padding-right: 10px;
}

.pro-name h1 {
    font-size: 24px;
    color: #0098b5;
    font-weight: 500;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
}

.section-tile_description h2,
.section-tile_description h3,
.section-tile_description h4,
.section-tile_description h5,
.section-tile_description h6 {
    font-size: 23px;
    color: #0098b5;
    font-weight: 500;
    text-align: center;
    margin-bottom: 6px;
}

.product-about .about {
    text-align: justify;
}

.product-title h1 {
    font-size: 20px;
    color: #222;
}

.product-price {
    font-size: 17px;
    color: oraange;
    margin-bottom: 5px;
    padding-top: 0;
    color: #0098b5;
    font-weight: 600;
}

.product-price small {
    font-size: 12px;
    font-weight: 400;
    text-decoration: line-through;
    display: inline-block;
    margin-left: 5px;
    color: #73787c;
}

.price-row {
    align-items: center;
    margin-left: 20px;
}

.product-actions {
    display: inline-flex;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 15px;
}

.product-spec {
    padding: 20px 0 15px;
}

.product-details .table tbody th {
    font-size: 14px;
    background: #f8f8f8;
    font-weight: 500;
}

.product-details .table tbody td {
    background-color: #fff;
}

.product-details .accordion-button {
    background-color: #e5e5e5;
    font-weight: 500;
}

.features-item ul {
    list-style: none !important;
    padding-left: 0 !important;
}

.features-item li::before {
    content: '✓ ';
    color: #28a745;
}

.product-details .features-item li {
    font-size: 14px;
    line-height: 30px;
    position: relative;
    padding-left: 25px;
}

.product-details .features-item li::before {
    position: absolute;
    left: 3px;
    top: 0px;
    font-family: 'bootstrap-icons';
    display: inline-block;
    vertical-align: middle;
    content: "\F633";
    font-size: 15px;
    color: #222;
}

.product-details .download-catalog a {
    border: 1px dashed #c3c3c3;
    padding: 5px 12px;
    color: #222;
    display: inline-block;
    line-height: 20px;
    background-color: #fff;
}

.spec-item {
    margin-bottom: 25px;
    border: 1px solid #eee;
}

.spec-item .spec-content {
    padding: 12px;
    background: #fcfcfc;
}

.spec-header {
    background: #60727e;
    color: #fff;
    padding: 10px 10px;
    text-align: center;
    font-size: 15px;
    margin-bottom: 10px;
    border: 1px solid #60727e;
}

.review-section {
    margin-top: 30px;
    margin-bottom: 10px;
}

.revies-title {
    font-size: 20px;
    color: #222;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 500;
}

.review-item {
    display: flex;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 15px;
    box-shadow: 0 2px 7px #dfdfdf;
    padding: 20px;
}

.review-item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.comment_img img {
    width: 65px;
    border-radius: 50%;
    border: 1px solid #5087e1;
    padding: 3px;
}

.review-text {
    margin-left: 20px;
    width: 100%;
}

.review-text .info-row {
    margin-bottom: 3px;
    line-height: 20px;
}

.review-info {
    display: flex;
}

.review-info .user_name {
    font-size: 14px;
    font-weight: 500;
    color: #25252d;
    margin-bottom: 3px;
}

.review-info .date {
    color: #858585;
    font-size: 13px;
    position: relative;
    padding-left: 11px;
    margin-left: 3px;
}

.review-info .date::after {
    position: absolute;
    content: "";
    left: 0;
    top: 8px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #a8acb0;
}

.review-text p {
    color: #687188;
    font-size: 14px;
    text-align: justify;
    margin-right: 10px;
}

/* review form */

.review-form {
    padding: 25px 30px;
    box-shadow: 0 2px 7px #dfdfdf;
}

.review-header {
    font-size: 20px;
    margin-bottom: 10px;
    color: #222425;
}

.review {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.review i {
    color: #8d8d8d;
    font-size: 13px;
    padding-right: 3px;
    cursor: pointer;
    transition: all 200ms ease-out;
}

.input-review {
    height: 80px !important;
}

.quote-form {
    box-shadow: 0 2px 7px #dfdfdf;
    padding: 25px 30px;
    font-size: 14px;
}

.quote-form .quote-header {
    font-size: 18px;
    margin-bottom: 20px;
}

/* reviews select */

.review input {
    display: none;
}

.review label.fa-star {
    color: #8d8d8d;
    font-size: 13px;
    padding-right: 3px;
    cursor: pointer;
    transition: all 200ms ease-out;
}

.review input:checked+label,
.review input:checked+label+input+label,
.review input:checked+label+input+label+input+label,
.review input:checked+label+input+label+input+label+input+label,
.review input:checked+label+input+label+input+label+input+label+input+label {
    color: #fcc419;
}

/* expert form */

.expert-form {
    margin-top: 30px;
    margin-bottom: 10px;
    border: 1px solid #efefef;
    padding: 25px 30px;
    background-color: #fafafa;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.expert-form h3 {
    font-size: 22px;
    margin-bottom: 20px;
    text-align: center;
}

/* Contact page css */

.contact-map {
    border: 1px solid #e9e9e9;
    padding: 10px;
    border-radius: 5px;
}

.contact-form {
    border: 1px solid #eee;
    padding: 22px;
    height: 100%;
    border-radius: 5px;
}

.contact-title {
    margin-bottom: 20px;
}

.contact-title h2 {
    font-size: 24px;
    margin-bottom: 12px;
}

.contact-title h1 {
    font-size: 32px;
    color: #0098b5;
    font-weight: 600;
    text-align: left;
    position: relative;
    display: inline-block;
    margin-bottom: 5px;
}

.contact-title p {
    text-align: justify;
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    margin-top: 40px;
}

.contact-item {
    grid-column: span 4;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
    padding-left: 32px;
    padding-right: 15px;
    height: 100px;
    background: #f3f3f3;
    border: 1px solid #e7e7e7;
}

.contact-icon {
    font-size: 22px;
    color: #0098b5;
    border: 1px solid #0098b5;
    padding: 10px;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    text-align: center;
}

.contact-info {
    padding-left: 15px;
}

.contact-info span {
    display: block;
}

.contact-info .cont-name {
    color: #1e1e27;
    font-size: 15px;
    font-weight: 500;
}

.contact-info .cont-text {
    color: #888;
    font-size: 13px;
    line-height: 18px;
}

.contact-info .cont-text a {
    color: #888;
    font-size: 13px;
    line-height: 18px;
}

/*********************************
5. Laboratory Equipment (categories) Page
*********************************/

.categorie-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 18px;
}

.categorie-product {
    position: relative;
    text-align: center;
    border-radius: 6px;
    box-shadow: 0 15px 20px -10px rgba(0, 0, 0, .04);
    transition: .5s ease-in-out;
    z-index: 1;
    padding: 12px 18px;
    height: 100%;
}

.categorie-product:hover {
    border-color: #fff;
    box-shadow: 0 20px 20px -10px rgba(0, 0, 0, .1);
}

.categorie-product::before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: #fff;
    border: 1px solid #6f77845e;
    border-radius: 4px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    transition: transform .5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.categorie-product:hover::before {
    transform: scale(1.1);
}

.categorie-product .categorie-img {
    border-bottom: 1px solid #e5e5e5;
}

.categorie-product .categorie-img img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    padding: 15px;
}

.categorie-product h2,
.categorie-product h3,
.categorie-product h4,
.categorie-product h5,
.categorie-product h6,
.categorie-product p {
    color: #202435;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 0 0;
    margin-bottom: 2px;
    line-height: 18px;
}

.categorie-product .categorie-content .items {
    color: #9b9b9b;
    font-size: 13px;
}

.productsby-content {
    margin-top: 20px;
}

/*********************************
6. Catalog Page
*********************************/

.catlog-item {
    overflow: hidden;
    border: 1px solid #88909d8f;
    border-radius: 5px;
    box-shadow: 0 0 4px 2px transparent;
    padding: 20px;
    margin-bottom: 15px;
}

.catlog-item .cat-img {
    overflow: hidden;
    width: 40%;
    float: left;
    text-align: center;
    padding: 15px 0;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
}

.cat-img img {
    width: 90px;
    transition: all .3s 0s ease-out;
}

.catlog-item .cat-list {
    overflow: hidden;
    padding: 0px 12px 10px;
    overflow-y: auto;
    overflow-x: hidden;
    height: 140px;
    margin-right: 8px;
}

.cat-name {
    text-align: center;
    margin-bottom: 20px;
}

.cat-name h2,
.cat-name h3,
.cat-name h4,
.cat-name h5,
.cat-name h6,
.cat-name p {
    font-size: 19px;
    font-weight: 500;
    color: #0098b5;
    line-height: 20px;
}

.cat-list li {
    position: relative;
    padding-left: 20px;
    line-height: 18px;
    margin-bottom: 8px;
}

.cat-list li::before {
    content: "\F640";
    font-family: 'bootstrap-icons';
    font-size: 12px;
    position: absolute;
    top: 0px;
    left: 1px;
    color: #0098b5;
}

.cat-list li a {
    font-size: 14px;
    color: black;
    font-weight: 400;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
}

.cat-list li a:hover {
    color: #ff6a00;
    text-decoration: underline;
}


/*********************************
7. Single Catalog
*********************************/


.single-catalog {
    padding: 30px 0;
}

.download-text h1 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 12px;
    color: #0097b6;
}

.s-catalog-item {
    max-width: 685px;
    width: 100%;
}

.s-catalog-item .catalog-cover {
    background-image: url(../../assets/images/catalog-bg.png);
    background-size: cover;
    background-position: center;
    height: auto;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    position: relative;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.cat-logo {
    position: absolute;
    top: 30px;
    right: 30px;
}

.cat-logo img {
    width: 180px;
}

.main-wrapper {
    text-align: center;
    padding: 285px 20px 130px;
}

.main-wrapper img {
    width: 180px;
}

.main-wrapper .cat-name {
    margin: 40px 0 5px;
}

.cat-name h2 {
    font-size: 20px;
    color: #0098b5;
    font-weight: 500;
    margin-bottom: 0;
}

.catalog-body {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 30px 40px;
}

.body-item {
    margin-bottom: 45px;
}

.catalog-head {
    margin-bottom: 20px;
}

.catalog-head .catalog-heading {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 0;
    background: #0098b5;
    padding: 10px 18px;
    border-radius: 5px;
}

.body-item p,
.body-item li {
    font-size: 14px;
    text-align: justify;
    line-height: 22px;
}

.body-item li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}

.body-item li .list-icon {
    position: absolute;
    top: 1px;
    left: 0;
    font-size: 14px;
}

.catalog-body .table tbody th,
.catalog-body .table tbody td {
    padding: 10px 14px;
    font-size: 13px;
    line-height: 18px;
}

.catalog-body .table tbody th {
    vertical-align: middle;
    font-weight: 500;
}

.catalog-footer {
    text-align: center;
    padding-top: 30px;
}

.catalog-footer img {
    width: 180px;
}

.catalog-footer ul {
    padding-top: 14px;
}

.catalog-footer li {
    text-align: center;
    line-height: 22px;
    font-size: 14px;
}

.catalog-footer li a {
    color: #0098b5;
}

.catalog_contact a {
    color: #383434;
}

/* Start login page */

.login-section {
    padding: 80px 0;
}

.login_wrap {
    width: 500px;
    margin: 0 auto;
    border: 1px solid #e5e5e5;
    padding: 20px;
}

.login-tabs .nav-pills {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 22px;
}

.login-tabs .nav-pills .nav-item {
    margin: 0 20px;
}

.login-tabs .nav-pills .nav-link,
.login-tabs .nav-pills .nav-link {
    font-size: 22px;
    margin-bottom: 0;
    color: #222;
}


.login-tabs .nav-pills .nav-link.active,
.login-tabs .nav-pills .show>.nav-link {
    border-radius: 0;
    padding-bottom: 10px;
    color: #222;
    background-color: #fff;
    border-bottom: 2px solid #003366;
}

.login_wrap label {
    font-size: 14px;
    margin-bottom: 6px;
}

.login_wrap .form-control {
    color: #000;
    box-shadow: none;
    height: 42px;
    padding: 8px 15px;
    background: #fafafa;
    border: 1px solid #eeeeee;
}

.login_footer {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    margin-top: 15px;
}

.login-link a {
    color: #0482bb;
    transition: all 0.3s ease;
    font-size: 14px;
    text-decoration: underline;
}

.login-link a:hover {
    color: #003366;
}

.custome-checkbox span {
    padding-left: 5px;
    font-size: 14px;
}

/* Forgot password CSS */

.forgot-header h2 {
    font-size: 24px;
    margin-bottom: 0;
    color: #586b89;
    text-align: center;
}

/* Responsive forgot password css */

@media screen and (max-width: 567px) {
    .forgot-header h2 {
        font-size: 20px;
    }
}

@media screen and (max-width: 475px) {
    .forgot-header h2 {
        font-size: 18px;
    }
}

/*** My Account page CSS ***/

.account-dashboard {
    box-shadow: 0 0px 4px 0 #e9e9e9;
    background-color: #fff;
}

.account-dashboard .nav-pills .nav-link,
.account-dashboard .nav-link a {
    text-align: left;
    padding: 10px 20px;
    border-radius: 0;
    color: #2b2f4c;
    font-size: 14px;
}

.account-dashboard .nav-link a {
    text-align: left;
    padding-left: 0;
    border-radius: 0;
    color: #2b2f4c;
    font-size: 14px;
}

.account-dashboard .nav-pills .nav-link:last-child {
    border-bottom: 0;
}

.account-dashboard .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #ffffff;
    background-color: #0098b5;
    font-weight: 500;
}

.account-dashboard .nav-pills .nav-link i {
    font-size: 14px;
    padding-right: 5px;
}

.table>:not(:last-child)>:last-child>* {
    border-bottom: 0;
    font-weight: 500;
}

.tab-content .card {
    border-radius: 0;
    border: 0;
    box-shadow: 0 0px 4px 0 #e9e9e9;
}

.card-header h1 {
    font-size: 27px;
    color: #0098b5;
    font-weight: 500;
    position: relative;
    display: inline-block;
    margin-bottom: 2px;

}

.tab-content .card-header {
    background-color: #fff;
    border-bottom: 1px solid #efefef;
    padding: 7px 10px;
}

.tab-content .card-header h2,
.tab-content .card-header h3,
.tab-content .card-header h4,
.tab-content .card-header h5,
.tab-content .card-header h6 {
    font-size: 23px;
    color: #0098b5;
    font-weight: 500;
    position: relative;
    display: inline-block;
    margin-bottom: 2px;
}

.tab-content .labmt-btn {
    padding: 5px 18px;
    font-size: 14px;
}

.tab-content .table tbody td {
    font-size: 14px;
    vertical-align: middle;
}

.card-body address {
    color: #212529;
}

.blink {
    font-size: 15px;
}

.blink a {
    color: #1082ce;
    transition: color 0.3s ease;
}

.blink a:hover {
    color: #2f8e94;
}

.dashbord-content label {
    color: #333;
    font-size: 15px;
    margin-bottom: 2px;
    font-weight: 500;
}

.dashbord-content label .required {
    color: #ff0000;
}

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

.order-title .order-table>div p {
    font-weight: 400;
    font-size: 16px;
    color: #545454;
}

.order-table>div p {
    font-weight: 300;
    font-size: 14px;
    color: #2a2e32;
}

/* Tracking Section CSS Start*/

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.10rem
}

.card-header:first-child {
    border-radius: calc(0.37rem - 1px) calc(0.37rem - 1px) 0 0
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

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

.order-table>div p {
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    padding: 10px 0;
    color: #4e5256;
}

.order-title .order-table>div p {
    font-weight: 500;
}

.order-table>div p .view-1-btn {
    background: #0098b5;
    color: #fff;
    display: inline-block;
    padding: 6px 16px;
    border-radius: 5px;
    border: 1px solid #0098b5;
    transition: all 0.3s ease;
}

.order-table>div p .view-1-btn:hover {
    background: #fff;
    color: #000000;
}

.order-table>div p .view-1-btn i {
    font-size: 13px;
    padding-left: 6px;
}

.order-card,
.order-title {
    border-bottom: 1px solid #dee2e6;
}

/*********************************
12. Order Tracking
*********************************/

.order-traking .card {
    border: 0;
}

.order-card {
    padding: 15px 0;
}

.order_about {
    border: 1px solid #f3f3f3;
    background: #f7f7f7;
    padding: 34px 20px;
    text-align: center;
    height: 100%;
}

.order_about span {
    display: block;
}

.order_about .about_title {
    font-size: 16px;
    margin-bottom: 2px;
    color: #212529;
}

.order_about .about_content {
    font-size: 14px;
    color: #747171;
}

.order-box {
    border: 1px solid #efefef;
    padding: 0 0 20px;
}

.order_pointer {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    background: #f8f8fb;
    padding: 12px 20px;
    color: #212529;
    border-bottom: 1px solid #efefef;
}

span.pf_text {
    color: #235a66;
    font-weight: 600;
}

.tracking-wrapper {
    margin: 30px;
    padding: 0 30px;
}

.tracking * {
    padding: 0;
    margin: 0;
}

.tracking {
    width: 100%;
    max-width: 100%;
    position: relative;
}

.tracking .empty-bar {
    display: block;
    height: 3px;
    width: calc(100% - 85px);
    background-color: #e4e4e4;
    top: 18px;
    position: absolute;
    left: calc(1% + 32px);
    z-index: 0;
}

.tracking .color-bar {
    background: #0082d2;
    position: absolute;
    height: 20%;
    top: 40%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.tracking ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
}

.tracking ul>li {
    background: #999999;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 1;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    display: inline-block;
    position: relative;
    width: 35px;
}

.tracking ul>li .el {
    position: relative;
    margin-top: 100%;
}

.tracking ul>li .el i {
    position: absolute;
    bottom: 3px;
    left: 8px;
    margin-bottom: 3px;
    color: #fff;
    font-size: 18px;
}

.tracking ul>li .txt {
    color: #8a8a8a;
    position: absolute;
    top: 46px;
    left: -55px;
    text-align: center;
    width: 150px !important;
    font-size: 14px;
}

.tracking ul>li .txt i {
    font-size: 15px;
    padding-right: 10px;
}

.tracking .progress-0 .color-bar {
    width: 00%;
}

.tracking .progress-1 .color-bar {
    width: 15%;
}

.tracking .progress-2 .color-bar {
    width: 25%;
}

.tracking .progress-3 .color-bar {
    width: 35%;
}

.tracking .progress-4 .color-bar {
    width: 50%;
}

.tracking .progress-5 .color-bar {
    width: 75%;
}

.tracking .progress-6 .color-bar {
    width: 90%;
}

.tracking .progress-7 .color-bar {
    width: 100%;
}

.tracking .progress-0>ul>li.bullet-1,
.tracking .progress-1>ul>li.bullet-1,
.tracking .progress-2>ul>li.bullet-1,
.tracking .progress-3>ul>li.bullet-1,
.tracking .progress-4>ul>li.bullet-1,
.tracking .progress-5>ul>li.bullet-1,
.tracking .progress-6>ul>li.bullet-1,
.tracking .progress-7>ul>li.bullet-1 {
    background-color: #0098b5;
}

.tracking .progress-2>ul>li.bullet-2,
.tracking .progress-3>ul>li.bullet-2,
.tracking .progress-4>ul>li.bullet-2,
.tracking .progress-5>ul>li.bullet-2,
.tracking .progress-6>ul>li.bullet-2,
.tracking .progress-7>ul>li.bullet-2 {
    background-color: #0098b5;
}

.tracking .progress-4>ul>li.bullet-3,
.tracking .progress-5>ul>li.bullet-3,
.tracking .progress-6>ul>li.bullet-3,
.tracking .progress-7>ul>li.bullet-3 {
    background-color: #0098b5;
}

.tracking .progress-6>ul>li.bullet-4,
.tracking .progress-7>ul>li.bullet-4 {
    background-color: #0098b5;
}

.tracking .progress-7>ul>li.bullet-4 {
    background-color: #22c1f2;
}

.tracking .progress-1>ul>li.bullet-1 .el i,
.tracking .progress-2>ul>li.bullet-1 .el i,
.tracking .progress-3>ul>li.bullet-1 .el i,
.tracking .progress-4>ul>li.bullet-1 .el i,
.tracking .progress-5>ul>li.bullet-1 .el i,
.tracking .progress-6>ul>li.bullet-1 .el i,
.tracking .progress-7>ul>li.bullet-1 .el i {
    display: block;
}

.tracking .progress-3>ul>li.bullet-2 .el i,
.tracking .progress-4>ul>li.bullet-2 .el i,
.tracking .progress-5>ul>li.bullet-2 .el i,
.tracking .progress-6>ul>li.bullet-2 .el i,
.tracking .progress-7>ul>li.bullet-2 .el i {
    display: block;
}

.tracking .progress-5>ul>li.bullet-3 .el i,
.tracking .progress-6>ul>li.bullet-3 .el i,
.tracking .progress-7>ul>li.bullet-3 .el i {
    display: block;
}

.tracking .progress-7>ul>li.bullet-4 .el i {
    display: block;
}

.tracking .progress-1>ul>li.bullet-1 .txt,
.tracking .progress-2>ul>li.bullet-1 .txt,
.tracking .progress-3>ul>li.bullet-1 .txt,
.tracking .progress-4>ul>li.bullet-1 .txt,
.tracking .progress-5>ul>li.bullet-1 .txt,
.tracking .progress-6>ul>li.bullet-1 .txt,
.tracking .progress-7>ul>li.bullet-1 .txt {
    color: #0098b5;
}

.tracking .progress-3>ul>li.bullet-2 .txt,
.tracking .progress-4>ul>li.bullet-2 .txt,
.tracking .progress-5>ul>li.bullet-2 .txt,
.tracking .progress-6>ul>li.bullet-2 .txt,
.tracking .progress-7>ul>li.bullet-2 .txt {
    color: #0098b5;
}

.tracking .progress-5>ul>li.bullet-3 .txt,
.tracking .progress-6>ul>li.bullet-3 .txt,
.tracking .progress-7>ul>li.bullet-3 .txt {
    color: #0098b5;
}

.tracking .progress-7>ul>li.bullet-4 .txt {
    color: #0098b5;
}

.tracking .progress-0>ul>li.bullet-1 .cmplt-text {
    color: #2d2f34;
    font-weight: 500;
}


/* Start Cart page */

.cart-item {
    position: relative;
    border: 1px solid #e7e7e7;
    padding: 20px 18px;
    margin-bottom: 18px;
}

.cart-row {
    display: flex;
    align-items: center;
}

.cart-details {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    gap: 12px;
    align-items: center;
}

.cart-img {
    background: #f5f5f5;
    padding: 15px;
    text-align: center;
    border-radius: 5px;
}

.cart-img img {
    width: 80px;
}

.pro-name h2,
.pro-name h3,
.pro-name h4,
.pro-name h5,
.pro-name h6,
.pro-name p {
    display: block;
    color: #1e1e27;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

.price-quan {
    display: flex;
    align-items: center;
    gap: 12px;
}

.cart-item .remove {
    position: absolute;
    top: -11px;
    right: -11px;
}

.cart-item .remove a {
    color: #727171;
    font-size: 20px;
}

.acc-name a {
    color: #848484;
    font-size: 14px;
}

.acces-remove a {
    color: #c13d3d;
    font-size: 11px;
}

.cart-summary {
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #e1dede;
    box-shadow: 0 0px 4px 0 #e9e9e9;
}

.cart-summary .cart-summary-header {
    font-size: 18px;
    font-weight: 500;
}

.cart-summary .sum-header {
    font-size: 14px;
    font-weight: 500;
    color: #222;
}

.btn-warning {
    font-size: 14px;
    color: white !important;
    background-color:#0098b5;
    border-color:#0098b5;
}
.btn-warning:hover{
    font-size: 14px;
    color: white !important;
    background-color:#0098b5;
    border-color:#0098b5;

}

.cart_btn .btn {
    padding: 10px 20px;
    font-size: 14px;
}

.accessories-table tr td {
    color: #848484;
    font-size: 14px;
}

.emptycartb h1 {
    font-size: 20px;
}


/* Start Checkout page */

.form-body .heading_s1 {
    margin-bottom: 25px;
    border-bottom: 1px solid #e3e3e3;
}

.form-body .heading_s1 .order-header {
    font-size: 22px;
    font-weight: 500;
    padding-bottom: 8px;
    margin-bottom: 0;
}

.billing-details .form-group {
    margin-bottom: 18px;
}

.your-order.form-body {
    border: 2px solid #525f72;
    border-radius: 5px;
    padding: 25px;
}

.tp-order-info-list-header {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.tp-order-info-list-header .order-list-header {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}

.tp-order-info-list-desc,
.tp-order-info-list-subtotal,
.tp-order-info-list-shipping,
.tp-order-info-list-total {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    margin-bottom: 5px;
}

.tp-order-info-list-desc p {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin-bottom: 0;
}

.tp-order-info-list-subtotal {
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    margin: 12px 0 16px;
    padding: 8px 0;
}

.sub-header {
    font-size: 15px;
    font-weight: 500;
}

.amt-total {
    font-size: 18px;
    font-weight: bold;
}

.tp-order-info-list-shipping,
.tp-order-info-list-total {
    border-bottom: 1px solid #e3e3e3;
    padding: 8px 0;
}

.tp-order-info-list-shipping label {
    font-size: 14px;
    margin-right: 6px;
}

.order-payment-method {
    margin-top: 12px;
}

.single-payment {
    margin-bottom: 10px;
}

.single-payment label {
    font-size: 14px;
    font-weight: 600;
    padding-left: 12px;
}

.single-payment p {
    color: #818ea0;
    font-size: 13px;
    text-align: justify;
    margin-bottom: 0;
}

.your-order .form-check {
    font-size: 13px;
    margin: 10px 0;
}

/*****/

.aboutus-section p {
    text-align: justify;
}

/* Start Sitemap Section */

.sitemap-section .sitemap-header {
    padding: 10px 0 20px;
    color: #222;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 0;
}

.sitemap-header .med-title {
    color: #32cd32;
}

.sitemap-header .sico-title {
    color: #0097b6;
}

.sitemap ul>li>a {
    display: inline-block;
    max-width: 500px;
    padding: 8px 10px;
    border: 1px solid #cfd6db;
    font-size: 14px;
    border-radius: 5px;
    text-overflow: ellipsis;
    margin: 5px 0;
    -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
    position: relative;

}

.sitemap ul>li>.l2bg {
    line-height: 18px;
    color: #ffffff;
    background: #0098b5;
    border: 2px solid #0098b5;
}

.sitemap ul>li {
    border-left: solid #e1e1e1 2px;
    padding-left: 30px;
}

.sitemap ul>li>a:before {
    content: "";
    position: absolute;
    left: -32px;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    width: 30px;
    background: #e1e1e1;
}

.sitemap ul>li>.l1bg h2,
.sitemap ul>li>.l1bg h3,
.sitemap ul>li>.l1bg h4,
.sitemap ul>li>.l1bg h5,
.sitemap ul>li>.l1bg h6 {
    font-size: 14px;
    margin-bottom: 0;
    color: #31444a;
    background: #fff;
}

.sitemap ul>li>.l2bg h2,
.sitemap ul>li>.l2bg h3,
.sitemap ul>li>.l2bg h4,
.sitemap ul>li>.l2bg h5,
.sitemap ul>li>.l2bg h6 {
    font-size: 14px;
    margin-bottom: 0;
}

.search-header h2 {
    font-size: 20px;
    margin-bottom: 20px;
}

.aboutus-section p {
    text-align: justify;
}

/*****/

/*********************************
11. Thankyou & Error
*********************************/

.thankyou-img img {
    width: 320px;
}

.error-section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 5rem;
}

.error-wrap {
    width: 500px;
    margin: 0 auto;
    text-align: center;
}

.error-wrap h2 {
    font-size: 80px;
    font-weight: 600;
    color: #000;
}

.error-wrap h3 {
    font-size: 26px;
    font-weight: 500;
    color: #8e8e8e;
}


/* Top to bottom scroll css */


.blok:nth-of-type(odd) {
    background-color: white;
}

.blok:nth-of-type(even) {
    background-color: black;
}

@-webkit-keyframes border-transform {

    0%,
    100% {
        border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
    }

    14% {
        border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
    }

    28% {
        border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
    }

    42% {
        border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
    }

    56% {
        border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
    }

    70% {
        border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
    }

    84% {
        border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
    }
}

/* #Progress
================================================== */

.progress-wrap {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
    z-index: 10000;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    font-family: 'bootstrap-icons';
    content: '\F145';
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    color: #54575f;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap:hover::after {
    opacity: 0;
}

.progress-wrap::before {
    position: absolute;
    font-family: 'bootstrap-icons';
    content: '\F145';
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    opacity: 0;
    background: black;
    /* --- Pijl hover kleur --- */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap:hover::before {
    opacity: 1;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: #54575f;
    /* --- Lijn progres kleur --- */
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}


/* capcha img/input css */

.capbox .fake-input {
    display: flex;
    /* justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 5px; */
}

.captcha_input {
    width: auto;
}

.refresh_captcha {
    cursor: pointer;
}

.capbox .fake-input .captcha_image {
    height: 40px;
    margin-right: 17px;
    border-radius: 5px;
}

.refresh {
    margin-left: 10px;
    margin-top: 15px;
}


/* Order details page start */

.order-details .details-box {
    border: 1px solid #dee2e6;
    font-size: 15px;
    margin-bottom: 20px;
    padding: 20px;
}

.details-box .order-header {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
}

.order-header h2 {
    font-size: 18px;
    color: #0098b5;
}

table {
    border-bottom: 1px solid #fff;
}

.table tbody td .product-img img {
    width: 160px;
    padding: 10px;
    border-radius: 5px;
}

.table .order-titile h2,
.table .order-titile h3,
.table .order-titile h4,
.table .order-titile h5,
.table .order-titile h6,
.table .order-titile p {
    color: #222;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
}

.table>:not(:last-child)>:last-child> {
    border-bottom: 0;
    font-weight: 400;
}

.track-btn {
    display: block;
    color: #FFFFFF;
    background: #515461;
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    padding: 6px 15px;
    transition: all 0.3s ease;
}

.track-btn:hover {
    color: #FFFFFF;
}



/* Quote button & Whatsapp button CSS */

#fixed-icons {
    position: fixed;
    right: 9px;
    bottom: 78px;
    z-index: 99;
}

#fixed-icons .fixed-item {
    margin-bottom: 6px;
    display: block;
}

#fixed-icons a {
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    color: #fff;
}

.fixed-item .fix-btn {
    display: block;
    font-size: 18px;
    border-radius: 50%;
    box-shadow: 0 8px 16px rgba(3, 4, 28, .3);
    height: 46px;
    width: 46px;
    text-align: center;
    padding: 10px;
    border: 0;
    outline: 0 none;
}

.fixed-item .quote-btn {
    background-color: #0098b5;
    color: #fff;
}

.fixed-item .wtspp-btn {
    background-color: #2db640;
    color: #fff;
}

.fixed-item .wtspp-btn i {
    font-size: 23px;
}

/* Start product tabs css */



.product-details .nav-pills {
    padding: 10px 0;
    background: none;
    border: none;
}

.product-details .product-tabs .nav-pills .nav-link {
    color: #2c2b2b;
    font-weight: 500;
}

.product-tabs .nav-pills .nav-link.active,
.product-tabs .nav-pills .show>.nav-link {
    color: #1a3158;
    background: none;
    margin-bottom: 0;
    border-radius: 0px;
    border-radius: none;
    border-bottom: 2px solid #0098b5;
}

.product-details .tab-content {
    padding: 20px;
    border: 1px solid #80808047;
}


/* New Lab Equipments section homepage */

/* Grid Styles */
.categories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 13px;
    align-items: stretch;
}

/* Category Card */

.category-card {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #6672855e;
    cursor: pointer;

    box-shadow: 0 1px 5px rgb(145 136 136 / 22%);

    text-align: center;
}



/* Image Styles */

.category-image {
    width: 178px;
    padding: 15px;
}



/* Content Styles */

.category-content {
    padding: 10px;
    background-color: #fff;
}

.category-content h2,
.category-content h3,
.category-content h4,
.category-content h5,
.category-content h6 {
    font-size: 15.7px;
    color: #000;
    margin-bottom: 5px;
    font-weight: 600;
    line-height: 20px;
}

.category-desc {
    font-size: 13px;
    color: #666;
}




/* Start lab-categories */

.labs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 0px;
    align-items: stretch;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
}

.grid-item {
    position: relative;
    min-width: 0;
}

.grid-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #eee;
    border-top-width: 0;
    border-left-width: 0;
    pointer-events: none;
}

.grid-item .cat-wrap {
    padding: 10px 10px;
    position: relative;
    display: block;
    text-align: center;
}

.grid-item .category-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.grid-item .category-img img {
    width: 100px;
    transition: transform 0.5s ease;
}

.grid-item:hover .category-img img {
    transform: scale(1.1);
}

.category-info {
    position: relative;
    z-index: 5;
}

.category-title h2,
.category-title h3,
.category-title h4,
.category-title h5,
.category-title h6 {
    font-size: 15px;
    font-weight: 500;
    color: #222;
    line-height: 20px;
}


/* Blog */
.blog-header {
    text-align: center;
    margin-bottom: 30px;
}

.section-title {
    text-align: center;
    margin-bottom: 2px;
    margin-top: 40px;
}

.section-title p {
    text-align: center;
    color: #625f5f;
    font-size: 14px;
    margin-top: 10px;
}

.section-title h1,
.section-title h2,
.section-title h3,
.section-title h4,
.section-title h5,
.section-title h6 {
    font-size: 32px;
    color: #0098b5;
    font-weight: 600;
    position: relative;
    display: inline-block;
    margin-bottom: 5px;
}

.blog-main-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 30px;
    border: 1px solid #ccc;
}

.blog-container {
    width: 50%;
    background: #fff;
    padding: 10px;
    display: flex;
    flex-direction: column;
    height: inherit;
}

.blogimgse {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    height: inherit;
    flex: 1;
}

.blogimgse:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.blogimgse img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.blogimgse {
    padding: 15px;
}

.blogimgse h2,
.blogimgse h3,
.blogimgse h4,
.blogimgse h5,
.blogimgse h6 {
    font-size: 18px;
    color: #0098b5;
    margin: 10px 0;
    font-weight: 600;
}

.blogimgse p,
.content-blog p {
    font-size: 15px;
    color: #555;
    line-height: 1.5;
}

.content-blog p {
    margin-top: 10px;
}

.blog-date {
    font-size: 0.85rem;
    color: #888;
    margin: 10px 0 5px;
}

nav.pagination-container {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.pagination {
    list-style: none;
    display: flex;
    gap: 5px;
}

.pagination li a {
    padding: 8px 12px;
    background-color: #0098b5;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 0.9rem;
}

.pagination li a:hover {
    background-color: #0a49a4;
}

.blogsection,
.content-blog {
    width: 75%;
}

.category-blog {
    width: 25%;
}

.searchbox-blog {
    width: 100%;
    text-align: right;
    margin-bottom: 10px;
}

.searchInput {
    background: #fff;
    width: 100%;
    position: relative;
    border-radius: 4px;
    border: 1px solid #0372c3;
}

.searchInput input {
    height: 38px;
    width: 100%;
    outline: none;
    border: none;
    padding: 0 60px 0 10px;
    font-size: 14px;
    border-radius: 4px;
}

.searchInput .icon {
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    border: none;
    height: 32px;
    padding: 0 12px;
    font-size: 14px;
    cursor: pointer;
    font-weight: 600;
    background: #0098b5;
    border-radius: 4px;
}

.menu-wrap {
    justify-content: flex-end;
}

.searchInput .resultBox {
    padding: 0;
    opacity: 0;
    pointer-events: none;
    max-height: 280px;
    overflow-y: auto;
}

.searchInput.active .resultBox {
    padding: 10px 8px;
    opacity: 1;
    pointer-events: auto;
    position: absolute;
    background: white;
    border: 1px solid #f0f0f0;
    width: 100%;
    top: 110%;
    left: 0;
    z-index: 1110;
    border-radius: 0 0 5px 5px;
    text-align: start;
    font-size: 14px;
    font-weight: 400;
}

.resultBox li {
    padding: 8px 12px;
    cursor: pointer;
    display: none;
    border-bottom: 1px solid #629504;
}

.searchInput.active .resultBox li {
    display: block;
}

.resultBox li:hover {
    background: #629504;
    color: #fff;
}

.btn-2 {
    width: 40px;
    height: 40px;
    background: #629504 !important;
    border-left: 2px solid #0363aa !important;
    border-top: 2px solid #0363aa !important;
    border-bottom: 2px solid #0363aa !important;
    border-right: none;
    border-radius: 3px;
    transition: all 0.3s ease-out;
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 1000;
}

.btn-2 i {
    font-size: 25px;
    color: #fff;
}

.category-blog {
    padding: 20px 10px;
}

.category-blog ul li {
    margin-bottom: 10px;
}

.category-blog a {
    color: #0098b5;
    text-decoration: none;
}

.category-blog a:hover {
    text-decoration: underline;
}

.Categories {
    width: 100%;
    padding: 6px 10px;
    background: #0098b5;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Categories span {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.Categories i {
    text-align: right;
    color: #fff;
    font-size: 18px;
}

.category-blog ul {
    list-style: none;
    padding-left: 0;
    margin-top: 15px;
    scrollbar-width: thin;
    scrollbar-color: #0098b5 #ccc;
    overflow-y: auto;
    height: 700px;
}

.category-blog ul li {
    margin-bottom: 10px;
    padding: 6px 10px;
    background-color: #f5f5f5;
    border-left: 4px solid #0098b5;
    transition: background-color 0.3s ease;
    border-radius: 4px;
}

.category-blog ul li:hover {
    background-color: #e9ecef;
}

.category-blog ul li a {
    text-decoration: none !important;
    color: #0098b5;
    font-weight: 500;
    display: block;
    font-size: 15px;
}

.category-blog ul li a:hover {
    color: #0098b5;
}

.blog-log {
    border: 1px solid #ccc;
}

.blog-log img {
    width: 100%;
    height: 100%;
}




@media screen and (max-width: 992px) {

    .blogsection,
    .content-blog {
        width: 100%;
    }

    .category-blog {
        display: none;
    }

    .blog-container {
        flex: 1 1 calc(50% - 20px);
    }

    .section-title p {
        display: none;
    }

    .product-text p {
        display: none !important;
    }
}

@media screen and (max-width: 600px) {
    .blog-container {
        flex: 1 1 100%;
    }
}

.fallback-banner {
    width: 100%;
    height: 180px; /* Matches image height exactly to maintain uniform rectangular shape */
    background: linear-gradient(135deg, #0098b4 0%, #0067a7 100%);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 16px 20px; /* Optimized padding for the shorter height */
    font-weight: 600;
    font-size: 0.95rem; /* Slightly smaller font to ensure it fits perfectly in the compact rectangle */
    line-height: 1.4;
    word-wrap: break-word;
    overflow: hidden;
}



/* ================================
   FORCE MINIMIZE ORDER IMAGES
   ================================ */

.order_table table img {
    max-width: 100px !important;
    max-height: 100px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain;
    display: block;
}

/* Ensure table cells don't expand */
.order_table table td {
    vertical-align: middle;
    max-height: 70px;
    overflow: hidden;
}

/* Optional: Center image */
.order_table table td:first-child {
    text-align: center;
}

/* Prevent layout breaking */
.order_table table {
    table-layout: fixed;
    width: 100%;
}

/* Default: desktop */
.phone-mobile {
    display: none !important;
}

.phone-desktop {
    display: inline !important;
    color: #000 !important;
    font-weight: normal !important;
    text-decoration: none !important;
}

/* Mobile view */
@media (max-width: 767px) {
    .phone-mobile {
        display: inline !important;
    }

    .phone-desktop {
        display: none !important;
        color: #000 !important;
        font-weight: normal !important;
        text-decoration: none !important;
    }
}

@media (max-width: 767px) {
    .para-heading {
        display: none;
    }
}

/* =========================
   GLOBAL STYLING
    ========================= */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f7fb;
    color: #333;
    line-height: 1.7;
}

.privacy-container {
    max-width: 1000px;
    margin: 60px auto;
    background: #ffffff;
    padding: 50px;
    border-radius: 8px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
}
.privacy-container h1{
    color: #0098b5;
    font-size: 32px;
    margin-bottom: 10px;
}

.privacy-container h2{
    margin-top: 40px;
    font-size: 20px;
    color: #0098b5;
    border-left: 4px solid #0098b5;
    padding-left: 10px;
}

/* =========================
   HEADINGS
    ========================= */
/* h1 {
    color: #0098b5;
    font-size: 32px;
    margin-bottom: 10px;
} */

.effective-date {
    color: #777;
    font-size: 14px;
    margin-bottom: 30px;
}

/* h2 {
    margin-top: 40px;
    font-size: 20px;
    color: #0098b5;
    border-left: 4px solid #0098b5;
    padding-left: 10px;
} */

/* =========================
   LISTS
    ========================= */
ul {
    padding-left: 20px;
    margin-top: 10px;
}

ul li {
    margin-bottom: 8px;
}

/* =========================
   LINKS
    ========================= */
a {
    color: #0098b5;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* =========================
   DIVIDER
    ========================= */
.section-divider {
    margin: 40px 0;
    border-top: 1px solid #eee;
}

/* =========================
   CONTACT BOX
    ========================= */
.contact-box {
    background: #f9fafc;
    padding: 20px;
    border-left: 4px solid #0098b5;
    margin-top: 20px;
    border-radius: 6px;
}

/* =========================
   H3 SUBSECTION HEADINGS
    ========================= */
.privacy-container h3 {
    font-size: 18px;
    color: #0098b5;
    /* Ezilab blue */
    margin-top: 25px;
    margin-bottom: 10px;
    font-weight: 600;
    position: relative;
    padding-left: 18px;
}

/* Small orange accent line */
.privacy-container h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 6px;
    height: 18px;
    background-color: #0098b5;
    /* Ezilab teal */
    border-radius: 2px;
}

.product-about {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 14px;
    color: #615b5b;
    line-height: 20px;
    text-align: center;
    margin: 10px 0 20px;
}

.product-about * {
    display: inline !important;
}

.read-toggle-product {
    white-space: nowrap;
    margin-left: 4px;
    font-size: 14px;
    color: #007bff;
    cursor: pointer;
}

.read-toggle-product:hover {
    text-decoration: underline;
}

.desc-box {
    display: inline-block;
    margin-bottom: 10px;
}

.read-toggle-box {
    white-space: nowrap;
    margin-left: 4px;
    font-size: 14px;
    color: #007bff;
    cursor: pointer;
}

.read-toggle-box:hover {
    text-decoration: underline;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(1);
    /* turns white icons to black */
}

.carousel-control-prev {
    left: -80px;
    /* adjust as needed */
}

.carousel-control-next {
    right: -80px;
    /* adjust as needed */
}

/*********************************
Blogs Page (Custom Blog Interface Styles matching Ezilab Palette)
*********************************/

.blogs-page .section-title h1 {
    color: #23413d;
    font-weight: 700;
}

.blog-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 8px;
    overflow: hidden;
    background: #ffffff;
    display: flex;
    flex-direction: column;
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 152, 180, 0.15) !important;
}

/* Stretched Rectangle Banner Styling - Forced Landscape Aspect Ratio */
.blog-banner-img {
    width: 100%;
    height: 180px; /* Fixed short height to guarantee a wide, stretched rectangular look */
    object-fit: cover;
    display: block;
}

.related-blogs {
    background-color: #f8f9fa;
    border-left: 4px solid #0098b4;
    border-radius: 0 0 8px 8px;
    padding: 16px 20px;
    margin-top: auto; /* Pushes this section to the bottom if cards vary in height */
}

.related-blogs h6 {
    color: #0098b4;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 0.95rem;
}

.related-blogs ul {
    margin: 0;
    padding: 0;
}

.related-blogs ul li {
    margin-bottom: 8px;
    list-style-type: none;
    position: relative;
    padding-left: 16px;
}

.related-blogs ul li::before {
    content: "•";
    color: #0098b4;
    font-weight: bold;
    position: absolute;
    left: 0;
}

.related-blogs ul li:last-child {
    margin-bottom: 0;
}

.related-blogs ul li a {
    color: #5c6f6b;
    text-decoration: none;
    transition: color 0.2s ease, padding-left 0.2s ease;
    font-size: 0.9rem;
    line-height: 1.4;
}

.related-blogs ul li a:hover {
    color: #0098b4;
    padding-left: 4px;
    text-decoration: underline;
}

.blog-select-dropdown {
    border: 2px solid #0098b4;
    border-radius: 8px;
    color: #282828;
    font-weight: 500;
    background-color: #fff;
}

.blog-select-dropdown:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 152, 180, 0.25);
    border-color: #0098b4;
}

.highlight-blog {
    animation: highlightPulse 1.5s ease-in-out;
}

@keyframes highlightPulse {
    0% { box-shadow: 0 0 0 0 rgba(0, 152, 180, 0.7); }
    50% { box-shadow: 0 0 0 12px rgba(0, 152, 180, 0); }
    100% { box-shadow: 0 0 0 0 rgba(0, 152, 180, 0); }
}
