body {
    font-family: "Poppins", sans-serif
}

.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1090;
    top: 0;
    left: 0;
    background-color: #006f7c;
    overflow-x: hidden;
    padding-top: 60px
}

.sidebar a {
    padding: 10px 15px;
    text-decoration: none;
    border-bottom: 1px solid #f9fafb5c;
    font-size: 15px;
    display: block;
    transition: 0.3s
}

.close-sidebar-btn {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    background: none;
    border: none;
    color: #fff
}

#header-bottom-box {
    box-shadow: rgb(0 0 0 / 20%) 0 25px 20px -22px;
    padding: 0
}

.logo-main {
    display: flex;
    justify-content: center
}

.phone-n {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    display: flex;
    align-items: center
}

.phone-n i {
    margin-right: 8px;
    animation: shake 2s infinite
}

@keyframes shake {

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

    25% {
        transform: rotate(15deg)
    }

    50% {
        transform: rotate(-15deg)
    }

    75% {
        transform: rotate(15deg)
    }
}

.phone-n:hover {
    color: #fff
}

.phone-header {
    display: flex;
    justify-content: center;
    align-items: center
}

.open-sidebar-btn {
    font-size: 30px;
    cursor: pointer;
    background: none;
    border: none;
    color: #006f7c;
    position: fixed;
    top: 5px;
    right: 20px;
    z-index: 1100
}

.open-sidebar-btn {
    display: none
}

.floating_btn {
    position: fixed;
    bottom: 20px;
    right: -16px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000
}

@keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px #fff0
    }
}

.contact_icon {
    background-color: #106871;
    color: #fff;
    width: 56px;
    height: 56px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #08a9b9;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(.66, 0, 0, 1);
    font-weight: 400;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out
}

.get-quote {
    font-size: 11px;
    color: #fff;
    margin-bottom: 0;
    font-weight: 700
}

.text_icon {
    margin-top: 3px;
    color: #707070;
    font-size: 11px
}

.get-l {
    font-size: 14.8px;
    margin-bottom: 2px;
    font-weight: 500
}

.main-m-h {
    font-size: 21px;
    color: #036a78;
    font-weight: 600
}

.model-quote {
    margin-top: 5%
}

.get-btn {
    background: #006c79;
    color: #fff;
    padding: 6px 19px
}

.get-quote-btn {
    border: none;
    background: #027c89;
    color: #fff;
    color: #fff;
    padding: 6px 10px;
    font-size: 14px;
    border-radius: 3px
}

.get-header {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 12px
}

@media (min-width:768px) and (max-width:822px) {
    .get-quote-btn {
        padding: 6px 8px !important;
        font-size: 13px !important
    }
}

.container .searchInput {
    background: #fff;
    width: 100%;
    /* border-radius: 5px; */
    position: relative;
    border: 1px solid #035262;
}

.searchInput input {
    height: 55px;
    outline: none;
    border: none;
    padding: 0 60px 0 20px;
    font-size: 18px;
  
}

.searchInput.active input {
    border-radius: 5px 5px 0 0
}

.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
}

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

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

.resultBox li:hover {
    background: #efefef
}

.searchInput .icon {
    position: absolute;
    right: 0;
    top: 0;
    height: 55px;
    width: 55px;
    text-align: center;
    line-height: 55px;
    font-size: 20px;
    color: #644bff;
    cursor: pointer
}

.float {
    position: fixed;
    bottom: 145px;
    right: 11px;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100
}

.my-float {
    margin-top: 10px;
    color: green;
    font-size: 39px
}

.bounce {
    animation: bounce 2s infinite
}

@keyframes bounce {

    0%,
    25%,
    50%,
    75%,
    100% {
        transform: translateY(0)
    }

    40% {
        transform: translateY(-20px)
    }

    60% {
        transform: translateY(-12px)
    }
}

@media(min-width:1201px) {
    .get-q-main {
        display: flex;
        justify-content: center
    }
}

.searchInput {
    position: relative
}

.header__menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex
}

.header__menu ul li {
    display: inline;
    margin-bottom: 0
}

.bottom-h {
    box-shadow: rgb(99 99 99 / .2) 0 2px 8px 0;
    padding: 12px;
    background: #0b6f83
}

.acoun-tra {
    display: flex;
    justify-content: center;
    align-items: center
}

.track-ord {
    margin-left: 30px
}

.top_mail {
    color: #0b6f83 !important;
    text-decoration: none;
    margin-left: 8px;
    font-size: 15px;
    font-weight: 500
}

.nav_table i {
    color: #0e8299;
    font-size: 22px
}

.header__menu ul li a {
    position: relative;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    margin-right: 20px;
    font-size: 15px
}

.header__menu ul li a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    display: block;
    bottom: 0;
    left: 0;
    background: #fff;
    transition: width 0.3s ease
}

.header__menu ul li a:hover::after {
    width: 100%
}

.searchInput input {
    height: 39px;
    width: calc(100% - 70px);
    outline: 0;
    border: none;
    padding: 0 20px;
    font-size: 14px;
  
 }
 
 .searchInput.active input {
    border-radius: 5px 5px 0 0
 }
 
 .searchInput .resultBox {
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 0;
    opacity: 0;
    pointer-events: none;
    max-height: 280px;
    overflow-y: auto;
    background: #fff;
    box-shadow: 0 1px 5px rgba(0,0,0,.1)
 }
 
 .searchInput.active .resultBox {
    padding: 4px 5px;
    opacity: 1;
    pointer-events: auto;
    box-shadow: rgba(99,99,99,.2) 0 2px 8px 0;
    margin-top: -25px
 }
 
 .resultBox li {
    list-style: none;
    padding: 8px 12px;
    display: none;
    width: 100%;
    font-size: 14.5px;
    cursor: default;
    color: #0c377c;
    border-radius: 3px
 }
 .resultBox li:hover {
    background: #6585b91c
 }
 
 .searchInput .searchButton {
    position: absolute;
    right: 0;
    font-size: 14px;
    top: 0;
    font-weight: 500;
    height: 39px;
    width: 70px;
    color: #ffffff;
    border: none;
    cursor: pointer;
    transition: background-color .3s;
    background: #0e8299;
 }
 
 .searchInput .searchButton:hover {
    background: #0e8299;
 }
.btn-outline-light {
    border-radius: 20px;
    padding: 4px 28px;
    position: absolute;
    top: 78px;
    right: 78px;
    background: #0790ab;
    z-index: 100;
    font-weight: 600;
    font-size: 14px;
    border: 2px solid #fff0;
    animation: borderChange 3s infinite
}

@keyframes borderChange {
    0% {
        border-color: #fff0
    }

    50% {
        border-color: #fff
    }

    100% {
        border-color: #fff0
    }
}

.btn-outline-light:hover {
    background: #0e8299;
    color: #fff
}

.top-header {
    background: #0e8299
}

.nav-bar {
    background-color: #084298
}

.bottom-header {
    background: #0b6f8303
}

.header .logo img {
    height: 50px
}

.header .search-bar input {
    padding: 8px;
    border: none;
    border-radius: 4px;
    width: 100%
}

.header .nav-links a {
    color: #fff;
    text-decoration: none;
    margin: 0 10px;
    font-weight: 700
}

.header .contact-info span {
    display: block;
    margin: 0 10px
}

.header .get-quote {
    background: #fff;
    color: #084298;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 700
}

.header .get-quote:hover {
    background: #0d6efd;
    color: #fff
}

header {
    background: #fff
}

.nav-table-d {
    display: flex
}

.img-logo {
    width: 235px
}

.model-backg {
    background: linear-gradient(51deg, #0b6f83, #0e829900)
}

.modal_head {
    color: #0a6b7f;
    font-size: 18px !important;
    font-weight: 600
}

.btnc {
    color: #fff;
    font-weight: 400
}

.btnc:hover {
    color: #fff
}

.modal_input label {
    font-weight: 400;
    color: #fff;
    margin-bottom: 2px;
    font-size: 15px
}

.modal_btn {
    color: #fff;
    background-color: #1099b5;
    margin-top: 0;
    margin-bottom: 13px;
    padding: 6px 15px;
    border-radius: 3px;
    border: 1px solid #ffffff8f;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .1px;
    position: relative
}

.cont {
    margin-bottom: 20px
}

.banner-image img {
    width: 100%;
    margin-top: 84px
}

@media(min-width:300px) and (max-width:1200px) {
    .open-sidebar-btn {
        display: block
    }

    .open-sidebar-btn {
        top: 19px
    }

    .bottom-h {
        display: none
    }

    .banner-image img {
        display: none
    }

    .phone-header {
        display: none !important
    }

    .bottom-header {
        padding-bottom: 12px;
        padding-top: 7px;
        background-color: #fff;
        border-top: none;
        box-shadow: rgb(0 0 0 / 11%) 0 24px 20px -20px
    }

    .btn-outline-light {
        position: absolute;
        top: 35%
    }

    .nav-table-d {
        display: none
    }
}

@media(min-width:472px) and (max-width:768px) {
    .get-q-main {
        position: absolute;
        top: 16px;
        left: 47%
    }

    .searchInput {
        position: relative;
        margin-top: 15px
    }
}

@media(min-width:320px) and (max-width:768px) {
    .catego-se {
        display: none
    }

    .img-logo {
        width: 185px
    }

    .searchInput {
        position: relative;
        margin-top: 15px
    }

    .btn-outline-light {
        position: absolute;
        top: 12%
    }

    .open-sidebar-btn {
        top: 6px
    }

    .logo-main {
        display: block;
        justify-content: center
    }
}

@media(min-width:320px) and (max-width:991px) {
    .sidenav {
        display: none
    }
}

@media(min-width:320px) and (max-width:471px) {
    .get-q-main {
        display: none
    }

    .product-section h1 {
        font-size: 24px !important
    }
}

@media(min-width:320px) and (max-width:450px) {
    .btn-outline-light {
        display: none !important
    }
}

@media(min-width:300px) and (max-width:991px) {
    .footer-last {
        display: flex;
        justify-content: left !important
    }
}

button:focus:not(:focus-visible) {
    outline: none !important
}

.btn-check:focus+.btn,
.btn:focus {
    box-shadow: none !important
}

.sidenav {
    position: sticky;
    top: 80px;
    box-shadow: rgb(11 111 131 / 15%) 0 1px 2px 0, rgb(60 64 67 / .15) 0 1px 3px 1px;
    background-color: #98bdc71a;
    border: 1px solid #044c5a26;
    color: #000;
    padding-top: 11px !important;
    padding: 20px;
    box-sizing: border-box
}

.sidenav h2 {
    font-size: 1.5em;
    margin-bottom: 20px
}

.sidenav ul {
    list-style: none;
    padding: 0
}

.sidenav ul li {
    margin-bottom: 10px
}

.sidenav ul li a {
    color: #000000d9;
    text-decoration: none;
    line-height: 1.7;
    font-size: 14.8px;
    font-weight: 500
}

ul {
    padding-left: 20px
}

ul li {
    margin-bottom: 7px;
    font-size: 14.8px
}

ul li i {
    color: #084298;
    margin-right: 10px
}

.request_quote_form {
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    background: #f1f7f875;
    padding: 20px;
    margin-top: 30px
}

.request_quote_form .pd_dhead {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #0b6f83
}

.contact-input {
    margin-bottom: 20px
}

.contact-input label {
    font-weight: 500;
    color: #0b6f83;
    margin-bottom: 2px
}

.contact-input input,
.contact-input textarea {
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    padding: 10px;
    width: 100%
}

.contact-input input:focus,
.contact-input textarea:focus {
    border-color: #084298;
    box-shadow: 0 0 5px rgb(8 66 152 / .3);
    outline: none
}

.contact-input span.err_message {
    color: red;
    font-size: 12px
}

.btn.view_btn {
    background-color: #0b6f83;
    color: #fff;
    padding: 5px 20px;
    border: none;
    border-radius: .25rem;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer
}

.btn.view_btn:hover {
    background-color: #0d6efd
}

.phone-header,
.phone-mail {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4px;
    transition: background-color 0.3s, transform 0.3s
}

.email-phone-main {
    display: flex;
    justify-content: end
}

.phone-header i,
.phone-mail i {
    font-size: 19px;
    color: #095260;
    margin-right: 10px
}

.phone-h-m {
    border-right: 1px solid #0b6f8382;
    padding-right: 15px
}

.envelop-opn {
    padding-left: 15px
}

.phone-header p,
.phone-mail p {
    font-size: 14px;
    color: #020c16;
    margin: 0;
    font-weight: 400
}

.phone-header a,
.phone-mail a {
    color: #095260;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600
}

.whats-appb {
    color: #00e355 !important;
    font-size: 22px !important;
    margin-right: 7px !important
}

.heading h1 {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 1px;
    color: #0b6f83
}

.heading {
    text-decoration: none
}

.lab-equipment-sec {
    margin-top: 48px
}

.lab-para {
    font-size: 13px;
    text-align: center;
    color: #857b7b;
}

.lab-box {
    width: 20%;
    padding: 0 9px;
    margin-bottom: 21px
}

.lab-box img {
    margin: 33px 0;
    width: 103px
}

.lab-text {
    font-size: 15px;
    display: block;
    color: #000000e8;
    padding: 0 10px;
    font-weight: 600;
    text-align: center;
    padding-top: 10px;
    line-height: 1.2;
}

.image-box {
    display: flex;
    justify-content: center
}

.lab-text {
    text-decoration: none
}

.lab-inner-box {
    border: 1px solid #8dccd8cc;
    box-shadow: rgb(99 99 99 / .2) 0 2px 5px 0
}

@media(min-width:768px) and (max-width:990px) {
    .lab-box {
        width: 33.33%;
        padding: 0 9px;
        margin-bottom: 21px
    }

    .lab-equipment-sec {
        margin-top: 107px !important;
    }

    .searchInput {
        position: relative;
        margin-top: 12px
    }

    .img-logo {
        width: 181px
    }

    .lab-para {
        display: none
    }

    .heading h1 {
        padding-bottom: 9px
    }

    .product-desc {
        margin-top: 121px !important;
    }
}

@media(min-width:991px) and (max-width:1200px) {
    .lab-box {
        width: 25%;
        padding: 0 9px;
        margin-bottom: 21px
    }

    .lab-equipment-sec {
        margin-top: 100px !important;
    }

    .searchInput {
        margin-top: 12px
    }

    .product-desc {
        margin-top: 96px;
        background: #fff;
        padding: 20px 20px 28px 20px;
        border-radius: 8px
    }

    .product-desc {
        margin-top:124px !important
    }
}

@media(min-width:320px) and (max-width:767px) {
    .lab-box {
        width: 50%;
        padding: 0 9px;
        margin-bottom: 21px
    }

    .medical-diagnostic {
        padding-top: 10px
    }

    .product-description-tabs {
        margin-top: 48px !important
    }

    .product-desc{
        margin-top:187px !important;
    }
    .heading h1{
        margin-bottom: 12px !important;
    }
}

@media(min-width:320px) and (max-width:420px) {
    .headingdc h1 {
        font-size: 20px !important
    }
}

.spectro-box {
    width: 25%;
    padding: 0 6px;
    margin-bottom: 15px
}

.heading_2 h2,
.heading_2 h3,
.heading_2 h4,
.heading_2 h5,
.heading_2 h6 {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0;
    color: #065666;
    padding-bottom: 4px
}

.heading_2 {
    text-decoration: none
}

.spectro-section {
    margin-top: 83px
}

.spectro-text h2,
.spectro-text h3,
.spectro-text h4,
.spectro-text h5,
.spectro-text h6 {
    font-size: 15.8px;
    color: #0a5e6e;
    background: #10788f14;
    border: 1px solid #b3c0c37e;
    padding: 9px 14px;
    font-weight: 600;
    margin-bottom: 11px
}

.spectro-textp {
    font-size: 15.8px;
    color: #0a5e6e;
    background: #10788f14;
    border: 1px solid #b3c0c37e;
    padding: 7px 14px;
    font-weight: 600;
    margin-bottom: 11px
}

.spectro-text {
    text-decoration: none
}

.anyla-bio {
    border-radius: 5px;
    margin-bottom: 14px;
    margin-left: 9px;
    text-align: left;
    margin-right: 10px;
    /* border: 1px solid #8080806e; */
    height: 161px;
    padding-left: 9px;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: #038cb7 #fff;
}

.spectro-inner img {
    margin-top: 15px;
    margin-bottom: 25px;
    width: 132px;
}

.spectro-inner {
    border: 1px solid #80808038;
    box-shadow: rgb(99 99 99 / .2) 0 2px 8px 0
}
.text-c{
    display: block;
    text-align: center;
}

.anyla-s {
    font-size: 13px;
    font-weight: 600;
    color: #000000d6
}

.anyla-m {
    color: #000;
    font-weight: 400;
    font-size: 13px;
    padding-top: 7px;
    margin-bottom: 0;
    border-bottom: 1px solid #8080805c;
    padding-bottom: 7px
}

.testing_eui {
    margin-top: 70px;
    padding: 45px 0;
    background: #78c9d91c;
}

@media(min-width:768px) and (max-width:990px) {
    .spectro-box {
        width: 50%;
        padding: 0 6px;
        margin-bottom: 15px
    }

    .spectro-section {
        margin-top: 66px
    }
}

@media(min-width:991px) and (max-width:1200px) {
    .spectro-box {
        width: 33.33%;
        padding: 0 6px;
        margin-bottom: 15px
    }

    .spectro-section {
        margin-top: 66px
    }
}

@media(min-width:320px) and (max-width:767px) {
    .spectro-box {
        width: 100%;
        padding: 0 6px;
        margin-bottom: 15px
    }

    .spectro-section {
        margin-top: 50px
    }
}

@media(min-width:320px) and (max-width:420px) {
    .testing_eui {
        margin-top: 43px
    }
}

.pilot-section h5 {
    font-size: 23px;
    color: #044c5a;
    font-weight: 600
}

.pilot-section {
    margin-top: 50px
}

.Pilot-para {
    font-size: 13px;
    color: #686565;
    line-height: 1.5
}

.Pilot-card a h2,
.Pilot-card a h3,
.Pilot-card a h4,
.Pilot-card a h5,
.Pilot-card a h6 {
    color: #086e83;
    font-size: 17.5px;
    padding-bottom: 7px;
    margin-bottom: 0;
    font-weight: 600;
    text-decoration: none
}

.Pilot-card a {
    text-decoration: none
}

.pilot-r-box {
    margin: 27px 0;
    position: relative;
    display: flex;
    justify-content: center;
    margin-right: 11px
}

.pilot-wish {
    border: none;
    background: none
}

.Pilot-wish i {
    color: red;
    position: absolute;
    top: 4px;
    left: 30px
}

.pilot-r-box img {
    width: 106px;
    margin-top: 16px
}

.Pilot-ref i {
    font-size: 9px;
    color: #ffa500d6;
    margin-bottom: 7px
}

.Pilot-ref {
    padding-bottom: 10px
}

.pilot-section h5 {
    font-size: 23px;
    color: #044c5a;
    font-weight: 600
}

.pilot-cart:hover {
    background: #077085;
    color: #fff
}

.tbbs tbody {
    border: 1px solid #38717c7a
}

.tbbs_box {
    border-radius: 5px;
    text-align: left;
    margin-right: 10px;
    margin-bottom: 0;
    height: 189px;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: #038cb7 #fff
}

.tbbs td {
    font-size: 13px
}

.pilot-box {
    box-shadow: rgb(99 99 99 / .2) 0 2px 8px 0;
    padding: 18px 2px 0 0;
    background-color: #fff
}

.Pilot-r-box img {
    width: 115px
}

.Pilot-b p {
    margin-bottom: 0;
    font-size: 14px;
    color: #dc3545
}

.Pilot-cart {
    font-size: 12px;
    background: none;
    border: 1px solid #799fa7;
    padding: 2px 15px;
    color: #044c5a;
    font-weight: 500;
    margin-right: 11px
}

.Pilot-wish {
    background: none;
    border: none
}

.Pilot-wish i {
    color: red
}

.pilot-box-sub {
    padding: 0 6px;
    margin-bottom: 14px
}

@media(min-width:991px) and (max-width:1200px) {
    .pilot-box-sub {
        width: 50%;
        padding: 0 3px
    }

    .Pilot-r-box img {
        width: 91px
    }
}

@media(min-width:768px) and (max-width:990px) {
    .pilot-box-sub {
        width: 50%;
        padding: 0 3px
    }

    .Pilot-card {
        padding-left: 13px
    }
    .Pilot-r-box img {
        width: 97px !important;
        margin-bottom: 26px;
        margin-top: 14px;
    }
}

@media(min-width:320px) and (max-width:767px) {
    .pilot-box-sub {
        width: 100%;
        padding: 0 3px
    }

    .Pilot-card {
        padding-left: 13px
    }
    .Pilot-r-box img {
        width: 97px !important;
        margin-bottom: 26px;
        margin-top: 14px;
    }

    .lab-para {
        display: none
    }

    .lab-equipment-sec {
        margin-top: 147px
    }
}

@media(min-width:320px) and (max-width:420px) {
    .heading h1 {
        text-align: center;
        font-size: 25px
    }

    .heading h1 {
        margin-bottom: 10px
    }
}

.shaker-box {
    width: 20%;
    padding: 0 5px;
    margin-bottom: 14px
}

.shaker-text h2,
.shaker-text h3,
.shaker-text h4,
.shaker-text h5,
.shaker-text h6 {
    font-size: 15px;
    color: #000000d9;
    padding: 0 10px;
    font-weight: 600;
    text-align: center;
    height: 64px;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 16px;
}

.shaker-textp {
    font-size: 15.2px;
    color: #5b5e60;
    padding: 0 10px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 16px;
    line-height: 1.2
}

.image-s-box img {
    width: 98px;
    margin:19px 0
}

.shaker-text {
    text-decoration: none
}

.image-s-box {
    text-align: center
}

.shaker-inner {
    border-left: 1px solid #605e6042;
    border-right: 1px solid #b0afaf8c;
    border-top: 4px solid #0790ab94;
    border-bottom: 1px solid #b0afaf7a;
    border-radius: 5px;
    box-shadow: rgb(99 99 99 / .2) 0 2px 8px 0
}

.image-s-box img {
    width: 98px;
    margin: 26px 0
}

.shaker-main {
    margin-top: 80px
}

@media(min-width:991px) and (max-width:1200px) {
    .shaker-box {
        width: 25%
    }
}

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

@media(min-width:320px) and (max-width:767px) {
    .shaker-box {
        width: 50%
    }
}

@media(min-width:320px) and (max-width:420px) {
    .shaker-box {
        width: 50%;
        padding: 0 4px !important
    }

    .heading_2 h2,
    .heading_2 h3,
    .heading_2 h4,
    .heading_2 h5,
    .heading_2 h6 {
        text-align: center;
        margin-bottom: 5px;
        font-size: 20px !important
    }
    .shaker-text h2, .shaker-text h3, .shaker-text h4, .shaker-text h5, .shaker-text h6{
        height: 81px !important;
    }
    .image-s-box img {
        margin: 11px 0 !important;
    }
}

#more {
    display: none
}

.labor-text h2,
.labor-text h3,
.labor-text h4,
.labor-text h5,
.labor-text h6 {
    color: #075f70;
    font-size: 16.1px;
    border-bottom: 1px solid #bcd1d5;
    padding-bottom: 10px;
    margin-bottom: 0;
    font-weight: 600;
    padding-top: 13px;
    padding-left: 15px;
    text-decoration: none
}

.labor-textp {
    color: #075f70;
    font-size: 16.1px;
    border-bottom: 1px solid #bcd1d5;
    padding-bottom: 7px;
    margin-bottom: 0;
    font-weight: 600;
    padding-top: 13px;
    padding-left: 15px;
    text-decoration: none
}

.labor-text {
    text-decoration: none
}

.labor-box {
    width: 33.33%;
    padding: 0 4px;
    margin-bottom: 10px
}

.laborato-image img {
    margin: 25px 0;
    width: 130px
}

.labor-inner {
    border: 1px solid #0b6f8336;
    box-shadow: rgb(17 17 26 / .05) 0 1px 0, rgb(17 17 26 / .1) 0 0 8px
}

.anyla-bio1 {
    border-radius: 5px;
    text-align: left;
    margin-right: 10px;
    margin-bottom: 0;
    height: 150px;
    padding-left: 13px;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: #038cb7 #fff
}

.laboratory-section {
    padding-top: 100px
}

.balance-box {
    width: 20%;
    padding: 0 4px;
    margin-bottom: 6px
}

.balance-text h2,
.balance-text h3,
.balance-text h4,
.balance-text h5,
.balance-text h6 {
    color: #075f70;
    font-size: 15px;
    border-top: 1px solid #8585855c;
    padding-bottom: 10px;
    margin-bottom: 0;
    font-weight: 600;
    padding-top: 13px;
    padding-left: 12px;
    padding-right: 6px;
    text-decoration: none
}

.balance-image img {
    margin: 25px 0;
    width: 98px
}

.balance-textp {
    color: #075f70;
    font-size: 15px;
    border-top: 1px solid #8585855c;
    padding-bottom: 10px;
    margin-bottom: 0;
    font-weight: 600;
    padding-top: 13px;
    padding-left: 12px;
    line-height: 1.2;
    padding-right: 6px;
    text-decoration: none
}

.balance-text {
    text-decoration: none
}

.balance-image {
    display: flex;
    justify-content: center;
    margin: 3px 0
}

.balance-inner {
    box-shadow: rgb(99 99 99 / .2) 0 2px 4px 0;
    border: 1px solid #0b6f8333
}

.balance-section {
    margin-top: 65px
}

@media(min-width:991px) and (max-width:1200px) {
    .balance-box {
        width: 25%
    }
}

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

@media(min-width:320px) and (max-width:767px) {
    .balance-box {
        width: 50%
    }
}

@media(min-width:320px) and (max-width:420px) {
    .balance-image img {
        width: 95px !important
    }
}

@media(min-width:991px) and (max-width:1200px) {
    .labor-box {
        width: 33.33%
    }
}

@media(min-width:768px) and (max-width:990px) {
    .labor-box {
        width: 50%
    }
}

@media(min-width:320px) and (max-width:767px) {
    .labor-box {
        width: 100%
    }
}

@media(min-width:320px) and (max-width:420px) {
    .labor-box {
        width: 100%
    }
}

.footer-labo {
    background: linear-gradient(98deg, #125f6e, #0790abdb);
    color: #fff;
    margin-top: 100px;
    padding-top: 37px
}

.footer-labo .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.footer-labo .footer-l,
.footer-labo .footer-u {
    margin-bottom: 20px
}

.footer-labo .footer-f .logo-footer img {
    max-width: 170px;
    margin-bottom: 20px
}

.footer-labo .footer-f .address .footer-p {
    line-height: 1.8;
    margin-bottom: 0;
    font-size: 15px
}

.footer-labo .footer_links_u p,
.footer-labo .footer_links_p p {
    font-size: 18px;
    margin-bottom: 18px;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff
}

.footer-labo .footer_links_u ul,
.footer-labo .footer_links_p ul {
    list-style: none;
    padding: 0
}

.footer-labo .footer_links_u ul li,
.footer-labo .footer_links_p ul li {
    margin-bottom: 10px
}

.footer-labo .footer_links_u ul li a,
.footer-labo .footer_links_p ul li a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease
}

.footer-last {
    display: flex;
    justify-content: center
}

.footer-labo .footer_links_p .footer_ul .footer_li {
    margin-bottom: 13px
}

.footer-labo .footer_links_p .footer_ul .footer_li a {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: color 0.3s ease
}

.footer-labo .footer_links_p .footer_ul .footer_li a i {
    margin-right: 5px;
    font-size: 12px;
    background: #fff;
    width: 23px;
    height: 23px;
    color: #0b6f83;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center
}

.copy-rights {
    background-color: #096b7e;
    text-align: center;
    padding: 15px 0;
    margin-top: 20px
}

.copy-rights p {
    margin: 0;
    font-size: 14px;
    color: #fff
}

compare-page .table-wrapper .table {
    border: 1px solid #ddd;
    text-transform: capitalize;
    color: #333;
    margin-bottom: 0
}

.table-wrapper .table th {
    border: 1px solid #abb1b7ad !important;
    vertical-align: middle;
    text-align: start;
    padding-left: 12px;
    font-weight: 500;
    font-size: 15px;
    color: #333
}

.th-compare td {
    font-size: 14px;
    font-weight: 500;
    background: #f1f1f1;
    border-right: 1px solid #ddd;
    letter-spacing: .05em;
    padding-left: 20px;
    text-align: center
}

.th-compare th {
    text-align: left;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding-left: 20px;
    vertical-align: middle
}

.th-compare th .remove-compare {
    text-align: center;
    border: none;
    background: #fff0;
    padding: 0;
    font-size: 14px;
    font-weight: 500
}

.table .product-name {
    width: 15%
}

.table-wrapper .table tbody tr td {
    padding: 17px;
    vertical-align: middle;
    border-bottom: 1px solid #c6cace;
    border-top: 1px solid #c6cace;
    border-right: 1px solid #c6cace;
    font-size: 14px;
    font-weight: 500;
    color: #383737;
    text-align: center
}

.grid-link__title {
    font-size: 16px;
    margin-top: 10px;
    font-weight: 500
}

.product-name h2,
.product-name h3,
.product-name h3,
.product-name h4,
.product-name h5,
.product-name h6 {
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    color: #07829b;
    text-align: center
}

.product-name {
    text-decoration: none
}

.table-wrapper .table .featured-image {
    width: 131px;
    margin: 20px 0
}

.grid-link a {
    text-decoration: none;
    color: #000;
    font-weight: 400
}

.price1-stock p {
    margin-bottom: 0
}

.compare-cart-btn {
    font-size: 14px;
    padding: 6px 25px;
    border: none;
    background: #0d636c;
    ;
    color: #fff;
    border-radius: 3px;
    font-weight: 500
}

.remove-compare1 {
    border: none;
    background: none;
    color: #e53e3e;
    font-size: 11px;
    display: block;
    text-align: center
}

.item-delete {
    text-align: center !important;
    display: flex;
    align-items: center;
    justify-content: center
}

.compare-padding {
    margin-top: 180px;
    margin-bottom: 120px
}

.compare-heading h1 {
    text-align: left;
    font-size: 26px;
    color: #0c778d;
    font-weight: 600
}

.compare-heading {
    text-decoration: none
}

@media(min-width:991px) and (max-width:1200px) {
    .compare-padding {
        margin-top: 83px;
        margin-bottom: 120px
    }
}

@media(min-width:768px) and (max-width:990px) {
    .compare-padding {
        margin-top: 130px;
        margin-bottom: 120px
    }
}

@media(min-width:320px) and (max-width:767px) {
    .compare-padding {
        margin-top: 155px;
        margin-bottom: 120px
    }
}

@media(min-width:320px) and (max-width:340px) {
    .btn-view {
        padding: 3px 18px !important
    }

    .btn-catalog {
        padding: 3px 17px !important
    }
}

.categories-box {
    columns: 4;
    column-gap: 13px;
    border-radius: 15px
}

.categories-box1 {
    columns: 5;
    column-gap: 13px;
    border-radius: 15px
}

.labcontent ul li {
    list-style-type: none
}

.labcontent ul li a {
    color: #212529;
    font-weight: 500;
    text-decoration: none
}

.categories-main {
    margin-top: 170px
}

.categories-inner {
    border: 1px solid #0b6f8342;
    box-shadow: rgb(99 99 99 / .2) 0 2px 4px 0;
    margin: 0 0 18px;
    width: 100%;
    overflow: hidden;
    background: #fff;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s
}

.categories-inner1 {
    border: 1px solid #0b6f8342;
    box-shadow: rgb(99 99 99 / .2) 0 2px 4px 0;
    margin: 0 0 18px;
    width: 100%;
    overflow: hidden;
    background: #fff;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s
}

.categories-inner1 a {
    text-decoration: none
}

.air-text h2,
.air-text h3,
.air-text h4,
.air-text h5,
.air-text h6 {
    font-size:14.5px;
    color: #fff;
    background: #0b6f83f2;
    padding: 8px 14px;
    font-weight: 500;
    margin-bottom: 0;
}
.air-image{
    display: block;
    text-align: center;
}
.air-textp {
    font-size:14.5px;
    color: #fff;
    background: #0b6f83f2;
    padding: 7px 14px;
    font-weight: 500;
    display: block;
    line-height: 1.2;
    margin-bottom: 0
}

.air-text {
    text-decoration: none
}

.air-image img {
    width: 84px;
    margin: 31px 0;
}

.aircontent ul li a {
    color: #212529;
    font-weight: 400;
    font-size: 14px;
    text-decoration: none
}

.air-content ul {
    list-style-type: none;
    padding-left: 15px;
    padding-bottom: 10px
}

.air-content ul li a {
    color: #000000bf;
    font-weight: 600;
    font-size: 13.4px;
    text-decoration: none;
}
.text-c{
    display: block;
    text-align: center;
}
.heading-bottom {
    margin-bottom: 35px
}

.air-content {
    border-top: 1px solid #80808073;
    padding-top: 10px
}
.categories-section{
    margin-top:194px;
}

@media(min-width:991px) and (max-width:1200px) {
    .categories-box {
        columns: 3;
        column-gap: 13px;
        border-radius: 15px
    }

    .categories-main {
        margin-top: 112px
    }

    .categories-box1 {
        columns: 4;
        column-gap: 13px;
        border-radius: 15px
    }
    .categories-section {
        margin-top: 140px;
    }
}

@media(min-width:768px) and (max-width:990px) {
    .categories-box {
        columns: 2;
        column-gap: 13px;
        border-radius: 15px
    }

    .categories-box1 {
        columns: 3;
        column-gap: 13px;
        border-radius: 15px
    }

    .categories-main {
        margin-top: 111px
    }
    .categories-section {
        margin-top: 143px;
    }
}

@media(min-width:421px) and (max-width:768px) {
    .categories-box {
        columns: 1;
        column-gap: 5px;
        border-radius: 15px
    }

    .categories-box1 {
        columns: 2;
        column-gap: 5px;
        border-radius: 15px
    }
    .categories-section {
        margin-top: 165px;
    }

    .btn-d,
    .btn-c {
        display: flex;
        justify-content: center
    }

    .categories-main {
        margin-top: 155px
    }
}

@media(min-width:320px) and (max-width:420px) {
    .categories-box1 {
        columns: 1;
        column-gap: 13px;
        border-radius: 15px
    }
    .categories-box {
        columns: 1;
        column-gap: 13px;
        border-radius: 15px
    }
    .categories-section {
        margin-top: 165px;
    }

    .categories-box {
        columns: 1;
        column-gap: 13px;
        border-radius: 15px
    }

    .btn-d,
    .btn-c {
        display: flex;
        justify-content: center
    }

    .heading h1 {
        text-align: center;
        font-size: 22px !important
    }

    .categories-main {
        margin-top: 132px
    }
}

.sub-inner {
    box-shadow: rgb(99 99 99 / .2) 0 2px 8px 0
}

.sub-inner img {
    margin-top: 54px;
    margin-bottom: 42px;
    width: 98px;
}

.sub-inner a {
    text-decoration: none
}

.sub-text h2,
.sub-text h3,
.sub-text h4,
.sub-text h5,
.sub-text h6 {
    font-size: 15.6px;
    color: #0b6c7e;
    padding-bottom: 10px;
    padding-left: 13px;
    font-weight: 600;
    margin-bottom: 0
}
.sub-image{
    display: flex;
    justify-content: end;
    align-items: center;
}
.sub-textp {
    font-size: 15.6px;
    color: #0b6c7e;
    padding-bottom: 6px;
    padding-left: 13px;
    font-weight: 600;
    margin-bottom: 0;
    display: block
}

.anyla-bio2 {
    border-radius: 5px;
    text-align: left;
    box-shadow: rgb(0 0 0 / .1) 0 0 5px 0, rgb(0 0 0 / .1) 0 0 1px 0;
    margin-right: 10px;
    margin-bottom: 15px;
    height: 179px;
    background: #a3a9ab12;
    margin-left: 10px;
    border: 1px solid #1068716b;
    padding-left: 13px;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: #038cb7 #fff
}

.sub-text {
    text-decoration: none
}

.compare_bttn {
    background-color: #334a9f
}

.action--compare-add {
    color: #0e8299
}

.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:hover {
    color: #0e8299
}

.action--compare-add .fa-check,
.action--compare-add :checked~.fa-square {
    display: none
}

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

.check-hidden {
    position: absolute;
    opacity: 0
}

.action {
    display: inline-block;
    font-size: 13px;
    white-space: nowrap;
    cursor: pointer;
    border: none;
    background: #fff0;
    text-align: center;
    padding-top: 8px;
    font-weight: 500
}

.action:focus {
    outline: none
}

.action__text {
    font-weight: 500;
    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: 153px;
    right: 20px;
    z-index: 1099
}

.btn-compare,
.btn-compare:hover {
    background-color: #0b6f83;
    ;
    color: #ffffff !important;
    font-size: 14px
}

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

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

.cpp {
    float: right !important;
    border: none
}

.tbbs_box1 {
    text-align: left;
    margin-right: 10px;
    margin-left: 10px;
    height: 185px;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: #038cb7 #fff
}

.tbbs_box1 table {
    font-weight: 500;
    color: #000000b3;
    border: 1px solid #80808061
}

.nav-pills .nav-sub.active,
.nav-pills .show>.nav-sub {
    background: #0790abf2 !important;
    color: #fff
}

.nav-sub h2 {
    padding: 3px 13px;
    font-size: 15px;
    font-weight: 600;
    margin-right: 7px;
    margin-bottom: 0
}

.nav-sub {
    text-decoration: none;
    background: none !important;
    color: #0b4854e0;
    padding: 2px 13px;
    font-weight: 600;
    font-size: 15px;
    border: 1px solid #0e8299 !important;
    margin-right: 7px
}

.btn-view {
    border: none;
    background: #077186f2 !important;
    padding: 3px 16px;
    font-weight: 600;
    border-radius:0px;
    font-size: 13.3px;
    color: #fff
}

.btn-catalog {
    border: none;
    border-radius: 0px;
    background: #077186f2 !important;
    padding: 3px 16px;
    font-weight: 600;
    font-size: 13.3px;
    color: #fff
}

.btn-view a {
    text-decoration: none;
    font-size: 13.3px;
    color: #fff
}

.btn-catalog a {
    text-decoration: none;
    font-size: 13.3px;
    color: #fff
}

.btn-d,
.btn-c {
    display: flex;
    justify-content: center
}

.main-sub-r {
    padding-bottom: 13px
}

.product-desc {
    margin-top: 173px;
    background: #fff;
    padding: 20px 20px 28px 20px;
    border-radius: 8px
}

.product-image {
    display: flex;
    justify-content: center;
    border: 1px solid #0b6f833b;
    align-items: center
}

.product-image img {
    width: 210px;
    height: auto;
    border-radius: 8px;
    margin-bottom: 15px
}

.wrapper2 h2 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 18px;
    color: #0b6f83;
    padding-top: 50px
}

.headingdc {
    font-size: 1.5rem;
    font-weight: 700;
    color: #084298;
    margin-bottom: 6px;
    display: block
}

.headingdc h1 {
    font-weight: 600;
    font-size: 24px;
    margin: 0;
    color: #0c778d
}

.headingdc {
    text-decoration: none
}

.description {
    text-align: justify;
    color: #000;
    line-height: 1.6;
    font-size: 14px
}

.getcatalog {
    display: inline-block;
    padding: 5px 16px;
    font-size: 12px;
    background: #0b6f83;
    font-weight: 600;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    font-size: 13px;
    transition: background 0.3s ease
}

.getcatalog i {
    margin-left: 5px
}

.getcatalog:hover {
    background: #0b6f83;
    color: #fff
}

.request-q {
    padding-bottom: 0;
    font-size: 15px;
    font-weight: 500
}

.product-n {
    font-size: 14px
}

.fake-input img {
    width: 53px
}

.heading-r {
    color: #046a61
}

.enqq_btn {
    padding: 5px 38px;
    font-size: 12px;
    background: #0b6f83;
    font-weight: 600;
    margin-bottom: 22px;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    font-size: 15px;
    border: 1px solid #0b6f8396;
    color: #054e5c;
    font-weight: 600;
    padding: 4px 20px;
    margin-bottom: 7px;
    margin-right: 7px;
    margin-left: 0
}

.nav-tabs .nav-link.active {
    color: #fff;
    margin-bottom: 10px;
    margin-right: 7px;
    margin-left: 0;
    font-weight: 600;
    background-color: #0b6f83;
    border-color: #dee2e6 #dee2e6 #fff
}

.product-description-tabs {
    margin-top: 59px
}

.bdt_table strong {
    font-weight: 600
}

.bdt_table td {
    font-size: 14px !important
}

.bdt_table {
    border: 1px solid #8080803b
}

.tab-spe-main {
    border: 1px solid #10677142;
    padding: 20px
}

.product-features {
    list-style-type: none;
    padding-left: 0;
    margin-top: 20px
}

.tab-content {
    border-top: none;
    background-color: #fff;
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.bdt_table table {
    margin-bottom: 0
}

.bdt_table table thead th {
    background-color: #084298;
    color: #fff;
    border: none
}

.bdt_table tbody tr:nth-child(even) {
    background-color: #0b6f830f
}

.bdt_table table td,
.table th {
    padding: 10px;
    border: 1px solid #dee2e6;
    vertical-align: middle
}

.bdt_table td {
    font-size: 14px
}

ul {
    padding-left: 20px
}

ul li {
    margin-bottom: 4px;
    font-size: 14.8px
}

ul li i {
    color: #084298;
    margin-right: 10px
}

.subcate-image img {
    width: 115px;
    margin-top: 61px;
    border: none;
    box-shadow: none;
    margin-bottom: 34px
}

.product-title h2,
.product-title h3,
.product-title h4,
.product-title h5,
.product-title h6 {
    line-height: 1.3;
    padding-left: 11px;
    display: block;
    color: #085c6e;
    margin-bottom: 9px;
    font-size: 16px;
    text-decoration: none;
    font-weight: 600
}

.product-titlep {
    line-height: 1.3;
    padding-left: 11px;
    display: block;
    color: #085c6e;
    margin-bottom: 9px;
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
    text-decoration: none
}

.card-sub2 a {
    text-decoration: none !important
}

.headding h2 {
    font-weight: 600;
    font-size: 21px;
    margin: 0;
    padding-bottom: 10px;
    color: #0c778d
}

.headding {
    text-decoration: none !important
}

.slick-next,
.slick-prev {
    z-index: 5;
    top: 38%
}

.slick-next {
    right: 15px
}

.slick-prev {
    left: 15px
}

.slick-next:before,
.slick-prev:before {
    color: #0d636c;
    font-size: 26px
}

.slick-dots {
    display: none !important
}

.tbbs_box1 table {
    font-weight: 500;
    color: #000000b3;
    border: 1px solid #80808061
}

.tbbs_box1 td {
    font-size: 13px
}

.sub-main-b {
    border: 1px solid #6c646426
}

.relates-products {
    margin-top: 60px
}

.contact-heading h1 {
    color: #0d636c;
    font-size: 27px;
    text-align: center;
    padding-bottom: 10px;
    font-weight: 500
}

.card-body {
    position: relative;
    padding: 20px 27px 27px 27px;
    border-radius: 5px;
    border: 1px solid #ced4da
}

.card-title1 {
    font-size: 19px !important;
    color: #201f1fcf !important;
    font-weight: 600 !important;
}

.main-c h2 {
    font-size: 21px;
    color: #077581;
    font-weight: 600
}

.card-body p {
    font-size: 1rem;
    margin-bottom: 1rem
}

.card-i {
    padding: 10px 0
}

.btn-primary {
    background-color: #0b6f83;
    border: none;
    margin-top: 6px
}

.btn-primary:hover {
    background-color: #068290
}

.form-control {
    border-radius: 0
}

.form-control:focus {
    box-shadow: none
}

.list-unstyled {
    margin-bottom: 0
}

.list-unstyled i {
    color: #0d636c;
    margin-right: 7px;
    padding-top: 3px;
    font-size: 20px !important
}

.list-unstyled p {
    font-size: 14px;
    margin-bottom: 0
}

.list-unstyled a {
    text-decoration: none;
    color: #000
}

.list-unstyled li {
    font-size: 15px;
    display: inline-flex
}

.contact-la label {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 3px
}

.contact-la {
    margin-bottom: 16px;
    padding: 9px
}

.main-c {
    border: 1px solid #ced4da;
    padding: 20px;
    height: 321px;
    border-radius: 3px
}

.sub-category-section {
    margin-top: 189px;
}

.contact-h {
    margin-bottom: 30px
}

.company-description {
    font-size: 14px;
    margin-bottom: 16px;
    text-align: justify;
    line-height: 1.8;
    padding-top: 16px
}

.company-section {
    margin-top:190px
}

#about-h {
    text-align: left !important
}

@media(min-width:991px) and (max-width:1200px) {
    .catlog-section {
        margin-top: 134px !important;
    }
    .sub-category-section {
        margin-top: 137px !important;
    }
}

@media(min-width:768px) and (max-width:990px) {
    .sub-category-section {
        margin-top: 138px !important;
    }
    .catlog-section {
        margin-top: 125px;
    }   
}

@media(min-width:320px) and (max-width:767px) {
    .sub-category-section {
        margin-top: 159px !important;
    }
}

.catlog-section {
    margin-top: 190px
}

.catlog-box {
    columns: 4;
    column-gap: 13px;
    border-radius: 15px;
    margin-top: 10px
}

.cate-b {
    margin: 0 0 18px;
    width: 100%;
    border: 1px solid #0e82996b;
    overflow: hidden;
    background: #fff;
    box-shadow: 3px 3px #066f85b8;
    overflow: hidden
}

.cate-b a {
    text-decoration: none
}

ul li .catlog-content {
    text-decoration: none;
    color: #000000ad;
    font-weight: 600;
    padding: 0 10px;
    text-align: left;
    font-size: 13px;
    transition: background-color 0.3s ease, padding-left 0.3s ease;
    display: block;
    border-radius: 8px
}

ul .catlog-content {
    list-style-type: none;
    padding-left: 0
}

.cate-a h2,
.cate-a h3,
.cate-a h4,
.cate-a h5,
.cate-a h6 {
    margin: 0;
    margin-bottom: 9px;
    font-weight: 600;
    padding: 9px 11px;
    font-size: 17px;
    color: #0689a3;
    border-bottom: 1px solid rgb(154 189 207 / 68%)
}

.cate-p {
    margin: 0;
    margin-bottom: 9px;
    display: block;
    margin-bottom: 9px;
    font-weight: 600;
    padding: 7px 11px;
    font-size: 17px;
    text-decoration: none;
    color: #0689a3;
    border-bottom: 1px solid rgb(154 189 207 / 68%)
}

.catlog-content ul li a {
    text-decoration: none;
    color: #000000ad;
    font-weight: 600;
    padding: 0 10px;
    text-align: left;
    font-size: 13px;
    transition: background-color 0.3s ease, padding-left 0.3s ease;
    display: block;
    border-radius: 8px
}

.catlog-content ul {
    list-style-type: none;
    padding-left: 0
}

@media(min-width:991px) and (max-width:1200px) {
    .catlog-box {
        columns: 3
    }

    .catlog-section {
        margin-top: 106px
    }
}

@media(min-width:768px) and (max-width:990px) {
    .catlog-section {
        margin-top: 104px
    }

    .catlog-box {
        columns: 2
    }
}

@media(min-width:430px) and (max-width:767px) {
    .catlog-box {
        columns: 2
    }

    .catlog-section {
        margin-top: 140px
    }
}

@media(min-width:320px) and (max-width:429px) {
    .catlog-box {
        columns: 1
    }

    .catlog-section {
        margin-top: 135px
    }
}

.catalog_body {
    max-width: 700px;
    height: auto;
    margin: auto;
    margin-bottom: 50px;
    background-color: #fff
}

.download_btn,
.download_btn:hover {
    color: #0e869e;
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
    cursor: pointer
}

.p_dow {
    font-size: 17px
}

.download_1 {
    font-size: 17px;
    padding-top: 25px;
    color: #0e869e
}

.body1_part1 {
    height: 840px;
    position: relative;
    box-shadow: 0 0 30px rgb(0 0 0 / .253)
}

.catalog_cover {
    background-image: url(../images/catalog\ \(1\).png);
    background-size: cover;
    max-width: 100%;
    height: 840px;
    margin: auto
}

.catalog_logo {
    width: 220px;
    float: left;
    margin: 85px 0 0 84px
}

.catalog_img {
    width: 39%;
    margin-top: 87px;
    vertical-align: middle
}

.check_icon {
    color: #0e869e
}

.catalog_head h1,
.catalog_head h2 {
    font-size: 28px;
    text-shadow: 1px 0 #00000015;
    color: #0e869e;
    font-weight: 600;
    margin: 77px 30px 0 20px;
    margin-bottom: 0
}

.catalog_contact {
    color: #fff;
    text-shadow: 1px 0 #00000015;
    margin-left: 15px;
    font-weight: 400;
    text-align: center
}

.body2 {
    height: auto;
    box-shadow: 0 0 30px rgb(0 0 0 / .253)
}

.body_center {
    margin: 0 25px
}

.fa-chevron-circle-right {
    color: #0e869e
}

.catalog_subhead {
    color: #0a6e83;
    font-size: 20px;
    font-weight: 600;
    padding: 40px 0 0 10px
}

.catalog_text {
    margin: 5px 10px 0 10px;
    line-height: 1.6rem;
    font-size: 14px
}

.tbbs_box table,
td,
th {
    border: 1px solid #00000059;
    margin-top: 5px;
    font-size: 14.5px
}

.mobile_bottom {
    padding-bottom: 15px
}

li,
ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.body3 {
    height: 840px;
    box-shadow: 0 0 30px rgb(0 0 0 / .253)
}

.catalog_footerlog {
    width: 25%;
    margin-top: 132px
}

.li_loc {
    padding: 0 60px
}

.single-catlog-sec {
    margin-top: 94px
}

.single-c {
    color: #06505e
}

@media only screen and (min-width:320px) and (max-width:580px) {
    .download_btn {
        border: none;
        cursor: pointer;
        font-size: 17px;
        margin-top: 17px;
        text-decoration: none
    }

    .check_icon {
        margin-left: -30px
    }

    .body1_part1 {
        max-height: 840px;
        position: relative;
        box-shadow: 0 0 30px rgb(0 0 0 / .253);
        margin-top: 0
    }

    .catalog_cover {
        background-image: url(../assets/images/singlecatlog.jpg);
        background-size: cover;
        max-width: 100%;
        margin: auto
    }

    .catalog_logo {
        width: 35%;
        margin: 20px 20px 0 0
    }

    .catalog_img {
        width: 55%;
        margin-top: 0
    }

    .catalog_head h1,
    .catalog_head h2 {
        font-size: 22px;
        margin: 0 30px 0 15px
    }

    .catalog_contact {
        margin-bottom: auto;
        margin-left: 5px;
        font-size: 14px
    }

    .body2 {
        height: auto;
        box-shadow: 0 0 30px rgb(0 0 0 / .253);
        padding: 10px 0 10px 0
    }

    .body_center {
        margin: 0 25px
    }

    .catalog_subhead {
        color: #0e869e;
        font-size: 19px;
        padding: 15px 0 0 0
    }

    .catalog_text {
        margin: 10px 10px 0 0
    }

    .table,
    td,
    th {
        border: 1px solid #000;
        margin-top: 2px
    }

    .table {
        padding-bottom: 10px
    }

    .body3 {
        height: auto;
        box-shadow: 0 0 30px rgb(0 0 0 / .253);
        padding: 10px 0 10px 0
    }

    .catalog_footerlog {
        width: 40%;
        margin-top: 120px;
        margin-bottom: 10px
    }

    .li_loc {
        padding: 0 15px
    }
}
@media only screen and (min-width:990px) and (max-width:1200px){
    .catalog_head h1,
    .catalog_head h2{
margin: 10px 1px 0 0px !important;
    }
}

@media only screen and (min-width:768px) and (max-width:991px){
    .catalog_head h1,
    .catalog_head h2{
margin: 11px 1px 0 0px !important;
    }
}
    

@media only screen and (min-width:320px) and (max-width:576px){
    .catalog_head h1,
    .catalog_head h2{
        margin: 30px 0 0 30px !important;
    }
}
    



@media only screen and (min-width:576px) and (max-width:768px) {
    .catalog_logo {
        width: 162px;
        float: left;
        margin: 30px 0 0 30px
    }

    .catalog_head h1,
    .catalog_head h2 {
        font-size: 26px;
        text-shadow: 1px 0 #00000015;
        margin: 33px 1px 0 0px;
    
    }

    .catalog_subhead {
        font-size: 20px;
        padding: 40px 0 0 0
    }

    .li_loc {
        padding: 0 20px
    }
}

@media only screen and (min-width:1000px) and (max-width:1400px) {
    .logo_img {
        width: 180px;
        margin-top: 20px
    }

    .for_ipadpro {
        width: 100%
    }
}

.category-dry {
    width: 20%;
    padding: 0 8px;
    margin-bottom: 14px
}

.oven-main {
    margin-top: 78px;
    margin-bottom: 60px
}

.oven-main h2 {
    font-size: 25px;
    color: #084298
}

.category-box-d {
    border: 1px solid #dce1e9;
    overflow: hidden;
    box-shadow: 0 4px 8px rgb(0 0 0 / .1);
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    background: linear-gradient(135deg, #ffffff29, #2899af1f)
}

.category-box-d:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgb(0 0 0 / .2)
}

.drying-d {
    text-align: center;
    padding: 20px 13px
}

.img-product {
    width: 109px;
    margin-bottom: 20px;
    padding-top: 20px;
    transition: transform 0.3s eas
}

.content-box {
    padding: 7px 4px;
    background: #fff;
    border: 1px solid #80808078;
    border-radius: 8px;
    transition: background 0.3s ease
}

.content-box:hover {
    background: rgb(255 255 255)
}

.product-title {
    color: #004552;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 12px
}

.anyla-bio3 {
    border-radius: 5px;
    text-align: left;
    box-shadow: rgb(0 0 0 / .1) 0 0 5px 0, rgb(0 0 0 / .1) 0 0 1px 0;
    margin-right: 10px;
    margin-bottom: 15px;
    height: 161px;
    background: #a3a9ab12;
    margin-left: 10px;
    border: 1px solid #1068716b;
    padding-left: 13px;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: #038cb7 #fff
}

.all-products-page {
    margin-top: 159px
}

.search-p {
    padding-bottom: 20px
}

@media(min-width:300px) and (max-width:768px) {
    .category-dry {
        width: 50%;
        margin-bottom: 10px
    }

    .all-products-page {
        margin-top: 128px
    }
}

@media(min-width:769px) and (max-width:991px) {
    .category-dry {
        width: 33.33%;
        padding: 0 8px
    }

    .all-products-page {
        margin-top: 103px
    }

    .search-p {
        padding-bottom: 0
    }
}

@media(min-width:992px) and (max-width:1200px) {
    .category-dry {
        width: 25%;
        padding: 0 8px
    }

    .all-products-page {
        margin-top: 102px
    }
}

@media(min-width:320px) and (max-width:420px) {
    .product-title {
        font-size: 14px
    }

    .drying-d {
        text-align: center;
        padding: 20px 6px
    }

    .category-dry {
        width: 50%;
        padding: 0 2px
    }

    .img-product {
        width: 116px
    }
}

.dots {
    display: inline
}

.more {
    display: none
}

a.readMoreBtn {
    color: #0e869e;
    text-decoration: none;
    font-weight: 700;
    display: inline;
    cursor: pointer
}

.sitemap ul>li>a {
    display: inline-block;
    max-width: 500px;
    padding: 5px 10px;
    border: 2px solid #0b6f83;
    color: #0b6f83;
    font-size: 15px;
    text-decoration: none;
    border-radius: 0 30px 30px 0;
    text-overflow: ellipsis;
    margin: 5px 0;
    -webkit-box-shadow: 0 0 1px 0 rgb(0 0 0 / .2);
    box-shadow: 0 0 1px 0 rgb(0 0 0 / .2);
    position: relative
}

.sitemap ul>li {
    border-left: solid #0b6f83 2px;
    padding-left: 15px
}

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

.section_top {
    margin-top: 142px
}

.l1bg {
    background: #0e869e;
    color: white !important
}
 
.thank-you-container h1 {
    margin: 20px 0 10px;
    margin: 20px 0 10px;
    font-size: 30px;
    color: #0d636c
}

.thanku-p {
    margin: 0 0 20px;
    font-size: 14px;
    color: #555
}

.img-thick i {
    font-size: 54px;
    margin-bottom: 20px;
    color: #25d366;
    margin-top: 13px
}

.thank-you-container {
    text-align: center;
    margin-top: 20px;
    background: #fff;
    padding: 40px 30px;
    border-radius: 10px;
    margin-top: 179px
}

.btn-t {
    color: #fff;
    background: #108491fa;
    font-size: 14px;
    padding: 6px 15px
}

@media(min-width:991px) and (max-width:1200px) {
    .thank-you-container {
        margin-top: 104px !important
    }
}

@media(min-width:768px) and (max-width:990px) {
    .thank-you-container {
        margin-top: 107px !important
    }
}

@media(min-width:320px) and (max-width:767px) {
    .thank-you-container {
        margin-top: 153px !important
    }
}

ol.breadcrumb {
    margin-bottom: 0
}

nav.breadcrumb_section {
    background: #edeff6
}

li.breadcrumb-item:hover {
    color: #f26522
}

.main_menu nav>ul>li>a:hover {
    color: #f26522
}

.headbar {
    padding: -3px
}

.dvBreadcrumbs {
    color: red;
    background: #e9ecef;
    position: absolute;
    width: 100%;
    top: 117px;
    padding: 0;
    margin: 0
}

.breadcrumb-item.active {
    color: #6c757d;
    padding: 5px 0 0 0
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
    margin: 0
}

.breadcrumb-item.active a {
    text-decoration: none;
    color: #0b6f83
}

@media screen and (max-width:1199.98px) {
    .dvBreadcrumbs {
        top: 72px
    }
}

@media screen and (max-width:768px) {
    .dvBreadcrumbs {
        top: 104px
    }
}

@media screen and (max-width:576px) {
    .categories-main {
        margin-top: 160px !important
    }
}

 