﻿@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,200;0,300;0,400;1,200;1,400&family=Montserrat:ital,wght@0,100;0,400;0,500;0,600;0,700;1,100&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
    background: #f4f7fc;
}

.invalid {
    /*background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E") !important;
    padding-right: 1.90625rem;*/
    background-position: right calc(0.375em + 0.125rem) center !important;
    background-repeat: no-repeat !important;
    background-size: calc(0.75em + 0.25rem) calc(0.75em + 0.25rem) !important;
    border-color: #dc3545 !important;
}

.is-invalid {
    background-position: right calc(0.375em + 0.125rem) center !important;
    background-repeat: no-repeat !important;
    background-size: calc(0.75em + 0.25rem) calc(0.75em + 0.25rem) !important;
    border-color: #dc3545 !important;
}

.modal-body.panrect_data {
    padding: 0px !important;
}

.container {
    max-width: 1270px !important;
}

html {
    scroll-behavior: smooth;
}

.tabs-div {
    position: relative;
}

* {
    box-sizing: border-box;
}

.explore_btn a:hover {
    color: #05d1a0 !important;
}
/*header start*/

.bulk_form {
    width: 100%;
    float: left;
}

.thankyou_page h2 {
    font-size: 20px;
    text-align: center;
}

.sample_order h5 {
    font-size: 22px;
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.bulk_data h5 {
    font-size: 22px;
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.request_sample {
    text-align: center;
}

.forms_button button:hover {
    background: #05d1a0;
    transition: all ease 0.5s;
    color: #fff;
    border: 1px solid#05d1a0;
}

.forms_button {
    display: flex;
    justify-content: center;
    column-gap: 10px;
}

    .forms_button button {
        border: 1px solid #005f61;
        font-size: 14px;
        padding: 5px 10px;
        border-radius: 5px;
        background: #005f61;
        color: #fff;
    }

.sample_order .modal-header .btn-close {
    margin: 0px;
    color: #005f61;
}

.modal-header.bulk_data .btn-close {
    background: #005f61 !important;
    color: #fff !important;
    opacity: 1;
    margin: 0px;
    padding: 5px;
    border-radius: 100px;
    line-height: 17px;
}

.modal-header.heading_sample .btn-close {
    background: #005f61 !important;
    color: #fff !important;
    opacity: 1;
    margin: 0px;
    padding: 5px;
    border-radius: 100px;
    line-height: 17px;
}

.submit_sample {
    border: 1px solid #005f61;
    background: #005f61;
    color: #fff;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

    .submit_sample:hover {
        background: #05d1a0;
        transition: all ease 0.5s;
        color: #fff;
        border: 1px solid#05d1a0;
    }

.submit_bulkdata {
    border: 1px solid #005f61;
    background: #005f61;
    color: #fff;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

/*.modal-open {
    padding-right: 0px !important;
}*/

.submit_bulkdata:hover {
    background: #05d1a0;
    transition: all ease 0.5s;
    color: #fff;
    border: 1px solid#05d1a0;
}

.heading_sample h5 {
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.modal-header.heading_sample .btn-close {
    margin: 0px;
}

.bulk_form .form-group input {
    width: 100%;
    outline: none;
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
    border: 1px solid#b6b6b6;
    background: #fbfbfb;
    color: #484848;
    box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 8%);
}

.bulk_form .form-group label {
    display: block !important;
    color: #005f61;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
    padding-left: 5px;
}

.bulk_form .form-group.formname {
    padding-right: 10px;
}

.bulk_form .form-group {
    width: 50%;
    float: left;
    margin-bottom: 15px;
}

input[type="submit"] {
    border-radius: 5px;
    font-size: 14px;
    border: 1px solid#b6b6b6;
    padding: 5px 15px;
}

.modal-header button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}

.bulk_form .form-group textarea {
    outline: none;
    resize: vertical;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid#b6b6b6;
    background: #fbfbfb;
    color: #484848;
    box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 8%);
}

.bulk_form .bulkdata {
    display: flex;
}

.form-group.address {
    width: 100%;
}

.bulk_form .form-group select {
    width: 100%;
    float: left;
    outline: none;
    padding: 10px;
    font-size: 14px;
    border-radius: 5px;
    color: #484848;
    border: 1px solid#b6b6b6;
    background: #fbfbfb;
    box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 8%);
}

.section-nav li {
    list-style-type: none !important;
    margin-bottom: 10px;
    text-transform: capitalize;
}

    .section-nav li.active > a img {
        filter: brightness(0) invert(0);
    }

.section-nav ol {
    padding-left: 10px;
}

main > nav {
    position: sticky;
    top: 5rem;
    align-self: start;
}

.section-nav {
    padding-left: 0;
    background: #005f61;
}

    .section-nav a {
        text-decoration: none;
        display: block;
        font-size: 14px;
        padding: .125rem 0;
        color: #ccc;
        transition: all 50ms ease-in-out;
    }

/*.modal-header {
    padding: 8px 20px !important;
}
*/
main {
    display: flex;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}

.product_tabs section .card {
    height: 670px;
}

.main_container {
    padding-right: 0px;
}

.section-nav a .fa {
    margin-right: 6px;
}

/*.container-fluid {
    padding-left: 0px;
}*/

a#Vendore {
    margin-bottom: 6px;
}

.section-nav .img_sep {
    position: relative;
    /*background-image: url('../product/DSF.png');*/
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 144px;
    align-items: center;
    max-width: 92%;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 25px;
}




.section-nav li.active > a {
    color: #fff;
    font-weight: 500;
    color: #000 !important;
    background-image: url('../product/Box.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 0;
    display: flex;
    align-items: center;
    height: 90px;
    padding-left: 10px;
}


.section-nav ol ul {
    padding-left: 15px;
}

.product_tabs .section-nav .img_sep.map img {
    max-width: 25px;
    margin-right: 6px;
}

.product_tabs .section {
    margin-bottom: 20rem;
}


.product_tabs .section-nav li.active {
    margin-bottom: 0px !important;
}

.product_tabs .section-nav ol {
    padding-left: 0px;
}

    .product_tabs .section-nav ol li {
        list-style-type: none;
        margin-bottom: 10px;
    }

    .product_tabs .section-nav ol ul {
        padding-left: 15px;
    }

.product_tabs .section-nav img {
    margin-right: 6px;
}

.product_tabs .product_content a {
    position: relative;
}

.product_content a.active_col {
    background: #f7f8fd;
    color: #000 !important;
    padding: 10px;
    border-radius: 20px 0px 0px 20px;
    z-index: 0;
}

.bgimg {
    position: relative;
}

    .bgimg img {
        position: relative;
        left: -18px;
        padding-bottom: 50px;
    }


/*.profiles {
    max-width: 20px;
}*/

.product_content a.active_col img {
    filter: brightness(0) invert(0);
}

/*.container {
    max-width: 1270px;
}

.row.heads {
    align-items: center;
}
*/
.sodium_heading {
    padding-top: 10px;
}

.supplier_btn {
    background: #015659;
    color: #fff !important;
    border: 2px solid#015659;
    padding: 6px 10px;
    border-radius: 6px;
    transition: all ease 0.5s;
}

    .supplier_btn:hover {
        border: 2px solid #05d1a0;
        color: #fff !important;
        background: #05d1a0 !important;
        text-decoration: none;
        transition: all ease 0.5s;
    }

/*.becomeimg {
    max-width: 20px;
    margin-right: 6px;
}*/
/*header end*/


/*product-details*/

.product_details .product_left {
    background: #005f61;
}


.product_tabs .over_view {
    position:unset;
    padding-left: 12px;
    z-index: 9;
}

.row.tablist_sec::before {
    content: " ";
    position: absolute;
    width: 96.5%;
    background: #005f61;
    height: 1px;
    bottom: -2px;
}

.section-nav ol img {
    padding-right: 5px;
}

.section-nav li a:hover {
    color: #ddd;
}

.over_view .row {
    background: #f4f7fc;
}

section#Product_Summary {
    margin-top: 2px;
    position: relative;
}

.product_details .container-fluid {
    padding-left: 0px;
}

.product_content .collapse_sec {
    margin-bottom: 20px;
    padding: 0px;
}

    .product_content .collapse_sec img {
        margin-right: 6px;
    }

div#accordionEx {
    padding: 0px;
}

    div#accordionEx .card {
        border: none;
    }

.card-header {
}

.product_content a {
    color: #fff !important;
    font-size: 15px;
    text-transform: capitalize;
    text-decoration: none;
    display: block;
}

.product_content .show img {
    filter: brightness(0) invert(1);
}

.product_content ul {
    padding-left: 5px;
}

    .product_content ul li {
        list-style: none;
        font-size: 14px;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
        padding-left: 15px;
        color: #fff;
        text-transform: capitalize;
    }


.product_content ul {
    padding-left: 0px;
}

    .product_content ul li i {
        font-size: 20px;
        margin-right: 10px;
    }

.product_content {
    padding-top: 15px;
    padding-left: 15px;
}


.sodium_heading h2 {
    font-size: 25px;
    font-weight: 500;
}

.sodium_heading ol {
    list-style-type: none;
    display: flex;
    padding-left: 0px;
    line-height: 0;
    color: #005f61;
    font-size: 28px;
    margin-bottom: 8px;
}

table.table.skuid td {
    padding: 10px;
}

table.table.skuid th {
    padding: 10px;
}

.img_sep img {
    width: 100%;
}

.section-nav li.active {
    margin-bottom: 0px !important;
}

.section-nav .img_sep a {
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: -webkit-linear-gradient( 90deg, rgb(214,121,24) 0%, rgb(238,149,55) 100%);
    color: #fff;
    text-decoration: none;
    padding: 9px 12px;
    border-radius: 20px !important;
    font-size: 14px;
    width: 75%;
    justify-content: center;
    display: flex;
    align-items: center
}


.capture {
    text-align: right;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-50%, -25%);
}

.product_tabs .nav-tabs {
    border-bottom: none;
    flex-wrap: nowrap;
    column-gap: 6px;
}

.row.tablist_sec .col-lg-2.col-md-2 {
    padding-left: 0px;
    padding-right: 0px;
}

.product_tabs li.nav-item {
    text-align: center;
}

.table > :not(:first-child) {
    border-top: 0 !important;
}

.product_tabs {
    padding-left: 15px;
}

    .product_tabs .nav-tabs .nav-link.active {
        color: #005f61;
        background-color: #fff;
        outline: none;
        border: 2px solid #005f61;
        border-bottom: 2px solid #fff;
    }

    .product_tabs .nav-tabs .nav-link {
        margin-bottom: -1px;
        border: 2px solid #005f61;
        border-bottom: 0px;
        font-size: 15px;
        color: #fff;
        background-color: #005f61;
        outline: none;
        font-weight: 500;
        padding: 5px 42px;
        border-radius: 0.25rem;
    }

    .product_tabs a.deliverd {
        background-image: -webkit-linear-gradient( 90deg, rgb(214,121,24) 0%, rgb(238,149,55) 100%);
        color: #fff;
        text-decoration: none;
        border: 2px solid #e08626;
        padding: 5px 4px;
        float: right;
        font-size: 13px;
        border-radius: 0.25rem;
        box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 16%);
    }

        .product_tabs a.deliverd img {
            margin-right: 0px;
            max-width: 29px;
        }




#contact-tab {
    padding: 5px 20px;
}

.usp_main {
    margin-top: 156px;
    background: #fff;
    padding: 10px 0px 10px;
    border-radius: 5px 5px 0px 0px;
    box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 16%);
    margin-bottom: 20px;
}

.explore_more {
    padding-bottom: 10px;
}

.pharama_grade ul {
    list-style-type: none;
    display: flex;
    padding-left: 0px;
    column-gap: 10px;
}


.usp_main span {
    font-weight: 600;
    font-size: 14px;
}

.usp_main .grade_section .pharama_grade ul li span {
    margin-right: 5px;
}

.usp_main .grade_section .pharama_grade ul li a:hover {
    color: #fff !important;
    background: #005f61;
}

.usp_main .grade_section .pharama_grade ul li a {
    background: #e9edf0;
    padding: 5px 8px;
    text-decoration: none;
    font-size: 14px;
    transition: all ease 0.5s;
    color: #000;
    display: inline-block;
    border-radius: 5px;
}

    .usp_main .grade_section .pharama_grade ul li a.fire {
        background: #fff !important;
        padding: 0px !important;
    }

.usp_main p {
    color: #000 !important;
    margin-bottom: 0px;
}

.links_request h3 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 8px;
}

.quick_links .request {
    margin-top: 8px;
    display: flex;
    text-align: right;
    justify-content: center;
}

    .quick_links .request a {
        text-align: center;
        text-decoration: none;
        color: #000;
        border: 2px solid #005f61;
        padding: 4px 0px;
        float: right;
        justify-content: center;
        display: flex;
        width: 165px;
        font-size: 13px;
        transition: all ease 0.5s;
        border-radius: 5px;
        text-transform: capitalize;
    }

        .quick_links .request a:hover {
            border: 2px solid #005f61;
            color: #fff;
            transition: all ease 0.5s;
            background: #005f61;
        }



.grade_section {
    border-bottom: 1px solid#005f61;
    margin: 0px !important;
    padding: 10px 0px !important;
    padding-right: 6px;
    padding-bottom: 15px;
}

    .grade_section p {
        color: #000 !important;
        font-size: 14px;
    }

.coa .request a {
    align-items: center;
    width: 150px;
    font-size: 14px;
    border: 1px solid #005f61;
}


.grade_section.middles {
    padding: 10px 0px;
    align-items: center;
}

.quick_links {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.monograph_btn a {
    background-image: -webkit-linear-gradient( 90deg, rgb(214,121,24) 0%, rgb(238,149,55) 100%);
    color: #fff !important;
    display: flex;
    align-items: center;
    padding: 5px 0px 5px 10px;
    border-radius: 2px;
    font-size: 21px;
    margin-bottom: 0px;
    display: inline-block;
    text-decoration: none;
    padding: 8px;
    border-radius: 5px;
}

.monograph_btn {
    padding: 10px 0px;
}

/*.table td {
    border-top: 0px solid #dee2e6;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 500;
}

table, td, tr {
    text-align: center;
    border: 1px dotted#dee2e6
}

.table thead th {
    border-bottom: 0px;
    width: 150px;
}*/

.pakaging .monograph_btn a {
    padding: 4px 20px;
    font-size: 16px;
    border: 1px solid rgb(214,121,24);
}

    .pakaging .monograph_btn a:hover {
        background: #fff;
        border: 1px solid rgb(214,121,24);
        color: rgb(214,121,24) !important;
        transition: all ease 0.5s;
    }
/*
.table > thead {
    vertical-align: bottom;
    background: #f3f7fa;
    color: #005f61;
}*/

.addto.add-cart {
    text-align: center;
    text-decoration: none;
    color: #fff;
    border: 2px solid #005f61;
    padding: 4px 0px;
    background: #005f61;
    white-space: nowrap;
    font-size: 14px;
    padding: 2px 10px;
    transition: all ease 0.5s;
    border-radius: 5px;
}

    .addto.add-cart:hover {
        border: 2px solid #05d1a0;
        background: #05d1a0;
        color: #fff;
    }


.product_tabs .card-header h5 {
    color: #fff;
    border: 1px solid rgb(214,121,27);
    background-image: -webkit-linear-gradient( 90deg, rgb(214,121,24) 0%, rgb(238,149,55) 100%);
    white-space: nowrap;
    font-weight: 500;
    display: inline-block;
    padding: 4px 20px;
    font-size: 14px;
    padding: 5px 10px;
    transition: all ease 0.5s;
    border-radius: 5px;
    text-transform: capitalize;
    transition: all ease 0.5s;
}

    .product_tabs .card-header h5:hover {
        border: 1px solid rgb(214,121,24);
        color: rgb(214,121,24);
        background: #fff;
        transition: all ease 0.5s;
    }

.product_tabs .card-header {
    border: none !important;
    padding: 0.5rem 0.5rem !important;
    background: #fff !important;
}


.product_tabs .card {
    border: none !important;
    border-radius: 5px;
    margin-bottom: 8px;
    border-bottom: 1px solid#b7b7b7 !important;
}


    .product_tabs .card .fa {
        color: #000;
        font-size: 30px;
    }


.product_tabs .accordion {
    padding: 0px;
    box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 16%);
}


.product_tabs .card-body .manufacture ol li::before {
    content: "";
    position: absolute;
    right: -11px;
    background-image: url('../img/Med Img/Right.png');
    height: 20px;
    width: 20px;
    background-size: 100%;
    background-repeat: no-repeat;
}


.product_tabs .card-body .manufacture ol {
    padding-left: 0px;
}


    .product_tabs .card-body .manufacture ol li {
        font-size: 14px;
        margin-bottom: 5px;
        position: relative;
        font-weight: 500;
        list-style: none;
    }


.product_tabs .card-body h5 {
    color: #005f61;
    font-size: 18px;
    padding-top: 15px;
    margin-bottom: 15px;
    border-top: 1px solid#005f61;
    font-weight: 600;
}


.product_tabs .card-header a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none !important;
}

.modal-dialog {
    max-width: auto !important;
    margin: 5.75rem auto !important;
}

.product_tabs .bulk_buying a {
    text-align: center;
    text-decoration: none;
    color: #000;
    border: 1px solid rgb(214,121,27);
    background: #fff;
    white-space: nowrap;
    font-weight: 500;
    font-size: 14px;
    padding: 5px 10px;
    transition: all ease 0.5s;
    border-radius: 5px;
    text-transform: capitalize;
}

.bulk_buying a:hover {
    background-image: -webkit-linear-gradient( 90deg, rgb(214,121,24) 0%, rgb(238,149,55) 100%);
    color: #fff;
    transition: all ease 0.5s;
}

.explore_btn a {
    color: #424242;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
}



.img_sep.map img {
    max-width: 18px;
    margin-right: 6px;
}

.ins .input-group {
    border: 1px solid#e08626;
    align-items: center;
    border-radius: 5px;
    width: 55%;
    margin: auto;
}

.ins button.btn.btn-number {
    background-image: -webkit-linear-gradient( 90deg, rgb(214,121,24) 0%, rgb(238,149,55) 100%);
    color: #fff;
    margin: 4px;
    font-size: 13px;
    line-height: 3px;
    padding: 2px 8px;
}

    .ins button.btn.btn-number:hover {
        background: #fff;
        color: rgb(214,121,24);
        border: 1px solid rgb(214,121,24);
    }

.ins i {
    font-size: 12px;
    font-weight: 100;
}

.ins .input-group .btn:focus {
    outline: none;
    box-shadow: none;
}

.ins .form-control {
    min-height: 16px;
    height: 0;
    padding: 0px;
    margin: 0px;
}

    .ins .form-control:focus {
        outline: none;
        box-shadow: none;
    }

input.form-control.input-number {
    border: none;
    font-size: 14px;
    text-align: center;
}

.coa .request img {
    position: relative;
    right: -23px;
}

.coa .request a:hover img {
    filter: brightness(0) invert(1);
}
/*product-details*/
/*footer_main start*/
.search_btns.newsbtn {
    background: #005f61;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #005f61;
    width: 32%;
    position: absolute;
    right: 4px;
    padding: 6px;
}


/*form.example input[type=text] {
    padding: 6px;
    font-size: 14px;
    border: 1px solid #005f61;
    float: left;
    width: 89%;
    background: #e9edf0;
    border-radius: 5px 0px 0px 5px;
    outline: none;
    border-right: none;
}
*/
.filtersimg {
    max-width: 20px;
    position: relative;
    right: 10px;
}

a.deliverd.truck {
    display: none !important;
}
/*footer_main end*/
@media(max-width:1200px) {
    .sodium_heading {
        padding-top: 10px;
    }

    .img_sep {
        min-height: 142px;
    }

        .img_sep a {
            bottom: -6%;
            font-size: 15px;
            width: 80%;
        }

    .product_tabs .nav-tabs .nav-link {
        font-size: 14px;
        padding: 5px 16px;
    }

    .coa {
        width: 100%;
    }



    .img_sep.map img {
        max-width: 22px;
        margin-right: 4px;
    }

    .explore_btn a {
        font-size: 16px;
    }
}

@media(max-width:1024px) {
    .product_tabs section .card {
        height: 100%;
    }

    .modal-header {
        border-bottom: none !important;
    }

    .search .nav {
        display: flex !important;
    }

    .product_tabs {
        padding-left: 0px;
    }

    .sidefilter_header {
        background: #005f61;
    }

    .modal-header.sidefilter_header .btn-close {
        border-radius: 100%;
        line-height: 17px;
        padding: 6px;
        background: #fff;
        opacity: 1;
        color: #005f61;
        position: relative;
        top: 14px;
        z-index: 999;
    }

    .usp_main {
        margin-top: 0;
    }

    .product_tabs .over_view::before {
        display: none;
    }

    .pakaging .monograph_btn a {
        font-size: 15px;
    }

    .over_view {
        position: relative;
        width: auto !important;
        background: #f4f7fc;
        z-index: 999;
    }

    .quick_links .request a {
        width: auto;
    }

    section#Product_Summary {
        margin-top: 198px;
    }

    .coa.links_request {
        padding: 0px;
        margin: 0px;
    }

    .section-nav .img_sep.map img {
        max-width: 16px !important;
        margin-right: 2px !important;
    }

    main {
        display: flex;
        justify-content: flex-end;
    }

    .section-nav .img_sep a {
        bottom: -15% !important;
        width: 20% !important;
        left: 20%;
        font-size: 12px !important;
        padding: 5px 10px;
    }

    .section-nav li.active {
        margin-bottom: 10px !important;
    }

    .section-nav a {
        font-size: 14px;
        border-radius: 20px 0px 0px 20px !important;
    }

    .product_details {
        margin-top: 0%;
    }

    .section-nav ol li {
        margin-left: 10px;
    }

    .supplier_btn {
        width: 156px;
    }

/*
    .nav {
        display: grid !important;
        row-gap: 10px;
        grid-template-columns: repeat(2,1fr);
    }
*/
    .newletter_sec {
        padding-left: 10px;
    }



    .coa {
        width: 100%;
    }

    .search_btns.newsbtn {
        width: 45%;
    }

    .footer_group.suscirbe h3 {
        font-size: 18px;
    }

    .text-end {
        text-align: center !important;
    }

    .text-start {
        text-align: center !important;
        line-height: 2px;
    }

    .product_left {
        padding-left: 0px;
        padding-right: 10px;
    }

    img.menu_icon {
        max-width: 32px;
    }


    .section-nav .img_sep {
        display: inline-block;
        min-height: 110px;
    }


    #contact-tab {
        padding: 5px 5px;
    }

    .product_tabs a.deliverd {
        display: flex;
        align-items: center;
        justify-content: center;
        float: none;
        margin: 0 auto;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .usp_main span:hover {
        color: #005f61 !important;
    }

    .links_request h3 {
        font-size: 13px;
    }

    .ins .input-group {
        width: 100%;
    }

    .card-body .manufacture ol li::before {
        right: -17px;
        font-size: 20px;
    }

    .coa .request a {
        width: auto;
        padding: 4px 10px;
    }

    .coa .request img {
        margin-left: 2px;
        right: 0px;
    }

    .links_request {
        padding: 0px;
    }


    .ins button.btn.btn-number {
        padding: 0px;
    }

    .coa {
        line-height: 15px;
        padding: 10px 8px;
    }

    .row.tablist_sec::before {
        display: none;
    }

    .sodium_heading h2 {
        font-size: 19px;
    }

    .deliverd.pickup img {
        display: none;
    }
}

@media(max-width:600px) {
    .links_request h3 {
        font-size: 16px;
    }

    .sodium_heading h2 {
        font-size: 20px;
        text-align: center;
    }

    .product_tabs section .card {
        height: 100% !important;
    }

    .sodium_heading {
        padding-top: 20px;
    }

    body main {
        display: block !important;
    }

    .product_tabs .nav-tabs .nav-link.active {
        border: 2px solid #005f61;
    }

    .card-body .manufacture ol li::before {
        right: -4px;
    }

    #contact-tab {
        padding: 5px 0px;
        font-size: 13px;
    }

    .sodium_heading ol {
        justify-content: center;
    }

    .capture {
        text-align: right;
        display: none;
    }

    .img_sep {
        min-height: 170px;
    }

    img.filter {
        max-width: 35px;
    }

    .img_sep a {
        bottom: -8%;
        width: 75%;
    }

    .quick_links {
        align-items: start;
        display: flex;
        flex-direction: row;
        column-gap: 4px;
        justify-content: space-between;
    }

        .quick_links .request a {
            padding: 6px 5px;
            width: 156px;
        }



    .links_request h3 {
        text-align: left;
    }



    .coa {
        width: 100%;
        margin-top: 10px;
    }

        .coa.links_request h3 {
            text-align: center !important;
        }

        .coa.links_request .quick_links {
            align-items: center;
            display: flex;
            justify-content: space-around;
            flex-direction: row;
            margin-top: 10px;
        }

  /*  .sidenav .closebtn {
        position: absolute;
        top: 18px;
        right: 25px;
        font-size: 30px;
        line-height: 20px;
        text-decoration: none;
        margin-left: 50px;
        color: #015659;
    }*/

  /*  .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: #fff;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 40px;
    }
*/
    .sodium {
        margin: 0% 0% 8% 0%;
    }

    .inputgropp {
        justify-content: space-between;
    }

    .silica p {
        padding-left: 12px;
    }

    .footer_group.suscirbe::after {
        width: 0;
    }

    .fire {
        padding-top: 0px;
    }

    .newletter_sec {
        padding-left: 0px;
    }

    .footer_main .col-md-5, .col-12 {
        padding: 0px;
    }

    .text-start {
        text-align: center !important;
        line-height: 18px;
    }

    .icon_rights {
        justify-content: center;
        margin-top: 10px;
    }

    .footer_group.suscirbe h3 {
        text-align: left;
        margin-top: 10px;
    }

    .accor_heading h5 {
        padding: 10px 0px 0px 0px;
    }

    .mfrcode_content .col-lg-12 {
        padding-left: 0px;
    }

    .explore_btn a {
        padding-left: 10px;
        margin-bottom: 10px;
        display: block;
    }



    .ins button.btn.btn-number {
        padding: 0px 1px;
    }

    .ins .input-group {
        width: 100%;
    }

    .usp_main span {
        font-size: 13px;
    }

    .product_tabs a.deliverd {
        display: flex;
        max-width: 53%;
        justify-content: center;
        margin: auto;
        float: none;
        margin-top: 16px;
        margin-bottom: 10px;
    }



    .modal-body .inputsection {
        display: flex;
        align-items: center;
        column-gap: 8px;
    }

        .modal-body .inputsection span {
            font-size: 14px;
        }

    .product_tabs .nav-tabs {
        display: grid;
    }



    .over_view {
        z-index: -0;
    }

    section#Product_Summary {
        margin-top: 45%;
    }

    .row.tablist_sec .col-lg-10.col-md-10 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .section-nav .img_sep a {
        bottom: -21% !important;
        left: 32% !important;
        width: 44% !important;
        border-radius: 20px !important;
    }

    .section-nav .img_sep {
        min-height: 100px !important;
        margin-bottom: 40px !important;
    }

    .product-mob .modal-body {
        padding: 0px !important;
    }

    .product-mob .section-nav .img_sep {
        margin-top: 0px !important;
        padding-top: 10px;
    }

    .product-mob .modal-header .btn-close {
        padding: 0;
        margin: 0;
    }

    .bulk_form .bulkdata {
        display: flex;
        flex-direction: column;
    }

    .bulk_form .form-group {
        width: 100%;
    }

        .bulk_form .form-group.formname {
            padding-right: 0px;
        }

/*    .modal-body {
        padding: 15px !important;
    }*/

/*    .modal-content {
        border: 2px solid#005f61 !important;
        border-radius: 0.25rem;
    }*/

    .modal-header.sidefilter_header .btn-close {
        position: relative;
        top: 2px;
    }

    .product_tabs .over_view::before {
        display: none;
    }
}

.modal-header .btn-close {
    padding: 10px 5px;
    margin: -0.5rem -0.5rem -0.5rem auto;
}