﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap');

body {
    font-family: 'Poppins', sans-serif;
}

section.main-breadcrumb .main-heading {
    padding-inline-end: 0px;
}

    section.main-breadcrumb .main-heading h1 {
        font-size: 22px;
        line-height: 30px;
        text-align: justify;
    }
div#pr_dtls .tab-contants p a:first-child {
    color: #107693;
    font-weight: 500;
    margin-bottom: 10px;
}

.table_content_box.related_reports_sec li {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
}
div#speanalyst a.nav-link span.btn-light.btn.text-dark.btn-block {
    width: auto;
    padding: 4px 15px;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    border: 0px solid transparent;
}
breadcrumb .main-heading a {
    padding: 6px 13px;
    font-size: 15px;
}

.buy-form.shadow h4.text-center {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
    margin-top: 0px;
}
div#pr_dtls p.date {
    font-size: 12px;
}

.plans .plan input[type="radio"] {
    /*position: absolute;
    opacity: 0;*/
    position: absolute;
    opacity: 0;
    left: 54px;
    margin-top: 9px;
    z-index: 9;
}

.plans .plan {
    cursor: pointer;
    width: 100%;
    margin-bottom: 10px;
}

    .plans .plan .plan-content {
        padding: 4px 15px;
        border: 1px solid #c9c9c9;
        border-radius: 0px;
        position: relative;
    }

        .plans .plan .plan-content img {
            margin-right: 30px;
            height: 72px;
        }

    .plans .plan .plan-details span {
        margin-bottom: 10px;
        display: block;
        font-size: 20px;
        line-height: 24px;
        color: #252f42;
    }

.container .title {
    font-size: 20px;
    font-weight: 500;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    color: #252f42;
    margin-bottom: 20px;
}

.plans .plan .plan-details p {
    color: #646a79;
    font-size: 14px;
    line-height: 18px;
}

.plans .plan .plan-content .plan-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-inline-start: 0px;
}

    .plans .plan .plan-content .plan-details p {
        margin: 0px;
        font-size: 13px;
        color: #222222;
        font-weight: 400;
    }

.plans .plan input[type="radio"] + .plan-content:after {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    left: 45px;
    background: #fff;
    top: 11px;
    border-radius: 100%;
    border: 5px solid #fff;
    -webkit-box-shadow: 0px 0px 0px 2px #7c7c7c;
    box-shadow: 0px 0px 0px 2px #7c7c7c;
}

.plans .plan input[type="radio"]:checked + .plan-content:after {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    background: #107693;
    left: 45px;
    top: 11px;
    border-radius: 100%;
    border: 3px solid #fff;
    -webkit-box-shadow: 0px 0px 0px 2px #107693;
    box-shadow: 0px 0px 0px 2px #107693;
}

.plans .plan input[type="radio"]:checked + .plan-content {
    border: 1px solid #107693;
    background: #10769317;
    -webkit-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
}

.price-cont .require_text {
    font-size: 12px;
    font-weight: 600;
}


.header-bg h3 {
    color: #fff;
    font-size: 22px;
    background: linear-gradient(90deg, rgba(23, 39, 59, 1) 55%, rgba(255, 255, 255, 1) 83%);
    padding: 10px 12px;
    margin-bottom: 20px;
    width: 45%;
}

.tabs-img-cont img.img-fluid {
    width: 100%;
}

.us_img_box {
    width: 75%;
    margin: 50px auto;
}

    .us_img_box .globel_img {
        padding: 0px;
        box-shadow: 0px 0px 5px #c0c0c0;
        border-radius: 0px;
    }

        .us_img_box .globel_img img {
            width: 100%;
        }

    .us_img_box .sample_report {
        margin-top: 30px;
        text-align: center;
    }

        .us_img_box .sample_report a {
            color: #ffffff;
            font-size: 14px;
            text-decoration: none;
            border: 1px solid #237a96;
            padding: 6px 16px;
            display: inline-block;
            border-radius: 50px;
            font-weight: 400;
            background: #237a96;
        }

            .us_img_box .sample_report a:hover {
                color: #ffffff;
                border: 1px solid #237a96;
                background-color: #237a96;
            }

.contants-tab ul {
    margin-bottom: 26px;
    margin-top: 12px;
}

    .contants-tab ul li {
        margin-bottom: 12px;
        font-size: 15px;
        font-weight: 500;
    }

        .contants-tab ul li:last-child {
            margin-bottom: 0px;
        }

.main-breadcrumb {
    /*background-image: url(/final/images/report_fullystory/background1.jpg);*/
    background: linear-gradient(#555976 11%, #223570 82%);
    color: #fff;
    padding: 35px 0px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.main-heading h4 {
    line-height: 36px;
}

.main-heading .btn-info {
    background-color: #3ab9dd;
    border: none;
}

.buy-form {
    /*background-color: #fff;
    border-radius: 0px;
    color: #333;
    padding: 15px 20px;
    box-shadow: 1px 5px 9px #17273ba8;
    border: 5px solid #107693;*/
    background-color: #fff;
    border-radius: 5px;
    color: #333;
    padding: 15px 20px;
    /* box-shadow: 1px 5px 9px #17273ba8; */
    border: 0px solid #107693;
}

.list-box {
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    justify-content: space-between;
    display: flex;
    padding: 10px;
    margin: 10px 0px;
}

    .list-box label {
        margin-bottom: 0px;
    }

.price-cont p {
    font-size: 12px;
    font-weight: 500;
    margin: 0px !important;
    line-height: 17px;
}
.price-cont {
    text-align: center;
    /* margin-top: 18px; */
}

    .price-cont a {
        display: inline-block;
        text-align: center;
    }

    .price-cont .btn-info {
        background-color: #3ab9dd;
        border: none;
        margin-bottom: 0px;
        padding: 2px 10px;
        font-size: 14px;
    }

    .price-cont .btn-primary {
        background-color: #17273b;
        border: none;
        margin-top: 2px;
        padding: 2px 10px;
        font-size: 14px;
        margin-bottom: 3px;
    }
.add_to_cart {
    margin: 4px 0px;
}


    .price-cont .btn-primary {
        background-color: #17273b;
        border: none;
        margin-top: 4px;
    }

    .price-cont small {
        font-size: 10px;
    }

#tab-section {
    padding: 10px 0px;
}

.tabs {
    border-radius: 0px 10px 10px 10px;
    box-shadow: 2px 2px 10px #adadad;
    padding-bottom: 5px;
    width: 100%;
    background: white;
}

.tab-header {
    border-radius: 0px 10px 0px 0px;
    background-color: #17273b;
    color: #fff;
    padding: 0px 0px;
}

#tabs-nav {
    padding-left: 0px;
    margin-bottom: 0px;
    padding: 18px 18px;
}

    #tabs-nav li {
        list-style: none;
        margin-bottom: 7px;
    }

        #tabs-nav li:last-child {
            margin-bottom: 0px;
        }

.tabs .tab-header h5 {
    margin: 0px;
    padding: 6px 17px;
    font-size: 16px;
    font-weight: 600;
}

#tabs-nav li a {
    list-style: none;
    color: #333;
    display: block;
    padding: 0px 0px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    padding-left: 10px;
    text-transform: uppercase;
}

    #tabs-nav li a.active {
        color: #3ab9dd;
        font-weight: 500;
        border-left: 3px solid #3ab9dd;
    }


#tabs-nav li:last-child {
    margin-bottom: 0px !important;
}

.tab-contants {
    border-radius: 0px 10px 0px 0px;
    padding: 5px 10px;
    background-color: #ffffff;
}

    .tab-contants p {
        margin-bottom: 10px;
        font-size: 14px;
    }

        .tab-contants p:first-child {
            color: #107693;
            font-weight: 500;
            margin-bottom: 0px;
        }

.contants-tab h5 {
    font-weight: 600;
    font-size: 15px;
}


.header-bg h3 {
    color: #fff;
    margin-bottom: 12px;
    margin-top: 12px;
    padding: 6px 17px;
    font-size: 16px;
    font-weight: 600;
}

.tabs-img-cont {
    padding: 5px;
    box-shadow: 0px 0px 5px #c0c0c0;
    border-radius: 10px;
    text-align: center;
}

.btn-div .btn-primary {
    background-color: #17273b;
    border: none;
    margin-top: 20px;
}

.contants-tab h3 {
    color: #107693
}

.contants-tab {
    padding: 30px 0px 0px;
}

.analyst-profile {
    border-radius: 0px 10px 10px 10px;
    background-color: #17273b;
    color: #fff;
    padding: 20px;
    margin-top: 20px;
    text-align: center;
    box-shadow: 0px 0px 10px #b1b1b1;
}

.div-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-img {
    border: 3px solid #fff;
    border-radius: 50%;
    margin-bottom: 8px;
}

    .profile-img img {
        border-radius: 50%;
        width: 100px;
    }
.analyst-profile a.btn-light.btn.text-dark.btn-block {
    width: auto;
    padding: 4px 15px;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    border: 0px solid transparent;
}


.analyst-profile h4 {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    margin: 0px;
}
.analyst-profile h5 {
    font-size: 18px;
    margin-bottom: 10px;
}
.why-choose-cont {
    border-radius: 0px 10px 10px 10px;
    box-shadow: 2px 2px 10px #adadad;
    padding-bottom: 5px;
    width: 100%;
}

.why-choose-header {
    margin-top: 20px;
    border-radius: 0px 10px 0px 0px;
    background-color: #17273b;
    color: #fff;
    padding: 0px 0px
}

.why-choose-list {
    padding-left: 0px;
    margin-bottom: 0px;
    padding-inline-start: 40px;
}

    .why-choose-list li {
        list-style: disc;
        margin: 0px 0px;
    }

        .why-choose-list li a {
            list-style: none;
            margin: 4px 0px;
            color: #333;
            /* background-color: #ddeef3; */
            display: block;
            padding: 0px 5px;
            text-decoration: none;
            font-size: 14px;
        }

        .why-choose-list li:last-child {
            margin-bottom: 0px !important;
        }

.icon-hand {
    display: inline-block;
    width: 30px;
}

.industry-cont {
    border-radius: 0px 10px 10px 10px;
    box-shadow: 2px 2px 10px #adadad;
    padding-bottom: 5px;
    width: 100%;
}

.industry-header {
    margin-top: 20px;
    border-radius: 0px 10px 0px 0px;
    background-color: #17273b;
    color: #fff;
    padding: 5px 10px
}

.industry-contact {
    padding: 10px;
}

.faq-container {
    margin-top: 20px;
}

.faq-header {
    background: linear-gradient(90deg, rgba(23, 39, 59, 1) 52%, rgba(255, 255, 255, 1) 90%);
    padding: 5px 0px;
    margin-bottom: 20px;
}

    .faq-header h2 {
        color: #fff;
        font-size: 22px;
        padding: 5px 10px;
        margin-bottom: 0px;
        text-shadow: 5xp 5px 10px #333;
    }

.contants-tab h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}


.contants-tab p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
}

.fixed {
    position: fixed;
    top: 20px;
    height: 70px;
    z-index: 9;
}

.micronutrients_table table.table.table-bordered thead.thead-dark tr th {
    background-color: #222a35;
    font-size: 14px;
    font-weight: 400;
    padding: 4px 8px;
}

.micronutrients_table table.table.table-bordered tbody tr td {
    padding: 5px 8px;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #222a35;
}

.micronutrients_table table.table.table-bordered tbody {
    background: #d6dce5;
}

.micronutrients_table {
    margin-bottom: 35px;
}

.table_content_box .list_content_box ol {
    margin-bottom: 34px;
    padding-inline-start: 35px;
    margin-top: 15px;
}

    .table_content_box .list_content_box ol li {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 8px;
    }

        .table_content_box .list_content_box ol li:last-child {
            margin-bottom: 0px;
        }

a.morelink {
    text-align: center;
    border: 2px solid black;
    width: 35%;
    margin: 0px auto;
    color: #000000;
    border-radius: 50px;
    padding: 10px 0px;
    font-size: 18px;
    text-decoration: none;
    font-weight: 600;
}

/* ---------------Accordian code start------------- */
.table_content_box .accordian_box {
    margin-bottom: 30px;
}

.main .accordion-item {
    margin: 0;
    overflow: hidden;
    border: none;
    outline: none;
    border-radius: 5px;
    padding: 12px 15px;
    background: #dff2f8;
    margin-bottom: 12px;
}

    .main .accordion-item .title {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        font-size: 1rem;
        font-weight: 700;
        line-height: inherit;
        cursor: pointer;
        color: #000000;
        margin: 0px;
    }

        .main .accordion-item .title i.fas {
            font-size: 0.9rem;
            color: #000000;
            transform: translateX(-50%) rotate(0);
            transition: transform 0.15s ease;
        }

    .main .accordion-item .paragraph {
        font-size: 1rem;
        font-weight: normal;
        line-height: inherit;
        color: #454545;
        display: none;
        padding: 1rem 0;
        text-align: justify;
    }

    .main .accordion-item.active .title i.fas {
        color: #000000;
        transform: translateX(-50%) rotate(180deg);
    }

    .main .accordion-item.active .paragraph {
        display: block;
    }

.accordion-item.active h3.title img {
    transform: rotate(180deg);
}

/* --------------Accordian code end-------------------- */



.col-md-3.col-lg-3.col-xl-2 .tab_analyst_profile_fixed.fixed {
    width: 14.666667%;
    top: 0px;
}

.related_topic_sec {
    margin-top: 30px;
}

    .related_topic_sec .card {
        padding: 12px;
        height: 100%;
        box-shadow: 0px 0px 10px #c0c0c0f2;
        border: 0px;
        text-decoration: none;
    }

        .related_topic_sec .card p {
            margin: 0px;
            font-size: 14px;
            font-weight: 400;
        }

            .related_topic_sec .card p a {
                text-decoration: none;
            }

button.request_sample {
    /* background: #17273b; */
    /*border: none;
    color: white;
    margin-top: 0px;
    width: 100%;
    padding: 10px 20px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 8px;*/
    /* reset */
    /*-webkit-appearance: none;
    border: 0;
    outline: 0;
    position: relative;
    background: linear-gradient(-45deg, #ffd6d6,#faffb0,#c0ffb6,#d0ddff,#e1bfff);
    background-size: 400% 400%;
    animation: gradientBG 4.5s ease infinite;
    padding: 1.5rem 10rem;
    color: black;
    text-transform: uppercase;
    border-radius: 100px;
    font-size: 1.3rem;
    transition: .3s;*/
}

button.request_sample {
    -webkit-appearance: none;
    outline: 0;
    position: relative;
    background: linear-gradient(-45deg, #ee6900,#d90001,#1c1e2f,#5d088c,#7328b5);
    background-size: 400% 400%;
    animation: gradientBG 4.5s ease infinite;
    text-transform: uppercase;
    border-radius: 100px;
    transition: .3s;
    width: 100%;
    cursor: pointer;
    padding: 10px 20px;
    font-size: 18px;
    color: white;
    margin-top: 0px;
    border: none;
    font-weight: 600;
}

@keyframes gradientBG {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}



.why-choose-header h5 {
    margin: 0px;
    padding: 6px 17px;
    font-size: 16px;
    font-weight: 600;
}

.industry-header h5 {
    margin: 0px;
    padding: 6px 17px;
    font-size: 16px;
    font-weight: 600;
}

.testimonials .testi .item .profile img {
    border-radius: 100%;
}





.has-tooltip {
    position: relative;
    margin-top: 0px;
}
    .has-tooltip i {
        font-size: 14px;
    }
        .has-tooltip .tooltip {
        background: #107693;
        color: #fff !important;
        display: block;
        opacity: 0;
        font-size: 13px !important;
        border-radius: 5px;
        padding: 12px;
        position: absolute;
        width: 300px;
        line-height: 18px !important;
        visibility: hidden;
        -webkit-transition: all .25s ease-out;
        -moz-transition: all .25s ease-out;
        -ms-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
        transition: all .25s ease-out;
    }

        /* This bridges the gap so you can mouse into the tooltip without it disappearing */
        .has-tooltip .tooltip:before {
            content: " ";
            display: block;
            height: 1em;
            position: absolute;
            width: 100%;
        }

    .has-tooltip:hover .tooltip {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(0px) translateY(0px) !important;
        -moz-transform: translateX(0px) translateY(0px) !important;
        -ms-transform: translateX(0px) translateY(0px) !important;
        -o-transform: translateX(0px) translateY(0px) !important;
        transform: translateX(0px) translateY(0px) !important;
    }


    .has-tooltip.west .tooltip {
        right: 100%;
        left: auto;
        bottom: auto;
        top: -0.5em;
        margin-top: 0%;
        margin-right: 0.6em;
        margin-bottom: auto;
        -webkit-transform: translateX(10px) translateY(0px);
        -moz-transform: translateX(10px) translateY(0px);
        -ms-transform: translateX(10px) translateY(0px);
        -o-transform: translateX(10px) translateY(0px);
        transform: translateX(10px) translateY(0px);
    }


    .has-tooltip.east .tooltip:before {
        left: -1em;
        height: 100%;
        top: 0;
        width: 1em;
    }

.morecontent li {
    display: none;
}

.morelink {
    display: block;
}


/*.intro {
    background: url(),linear-gradient(233deg, #ff5800, #ff0202, #00c8ff, #8cf364);
    background-size: cover;
    background-blend-mode: hard-light;
    animation: hue-rotate 3s linear infinite;
}

@keyframes hue-rotate {
    from {
        -webkit-filter: hue-rotate(0);
        -moz-filter: hue-rotate(0);
        -ms-filter: hue-rotate(0);
        filter: hue-rotate(0);
    }

    to {
        -webkit-filter: hue-rotate(360deg);
        -moz-filter: hue-rotate(360deg);
        -ms-filter: hue-rotate(360deg);
        filter: hue-rotate(360deg);
    }
}*/

.related_reports_sec {
    background-image: url(../img/related_reports.jpg);
    padding: 35px 0px;
    background-size: cover;
    background-repeat: no-repeat;
}

.report_link ul li {
    margin-bottom: 16px;
    font-size: 13px;
    font-weight: 400;
}
.price-cont .add_to_cart a.submit_btn {
    background: #107693;
    color: #fff;
    font-size: 13px;
    padding: 3px 16px;
    cursor: pointer;
    font-weight: 500;
    border-radius: 5px;
}
    .price-cont .add_to_cart a.submit_btn:hover {
        color: #fff;
    }
section.main-breadcrumb ul {
    padding: 0px;
    margin: 0px;
    margin-top: 12px;
}

    section.main-breadcrumb ul li {
        display: inline-block;
        margin-right: 6px;
        font-size: 14px;
        font-weight: 400;
    }

        section.main-breadcrumb ul li a {
            color: #fff;
            font-size: 14px;
            font-weight: 500;
        }
section.main-breadcrumb span a.nav-link {
    display: inline-block;
    background: #3ab9dd;
    color: #fff;
    margin-top: 15px;
    border-radius: 5px;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 500;
}
.price-cont .add_to_cart input.btn-buy-main {
    background: #107693;
    color: #fff;
    font-size: 13px;
    padding: 3px 16px;
    cursor: pointer;
    font-weight: 500;
    border-radius: 5px;
    border: 0px;
}
a.request_sample.intro {
    -webkit-appearance: none;
    outline: 0;
    position: relative;
    background: linear-gradient(-45deg, #ee6900,#d90001,#1c1e2f,#5d088c,#7328b5);
    background-size: 400% 400%;
    animation: gradientBG 4.5s ease infinite;
    text-transform: uppercase;
    border-radius: 100px;
    transition: .3s;
    width: 100%;
    cursor: pointer;
    padding: 8px 10px;
    font-size: 15px;
    color: white;
    display: block;
    margin-top: 0px;
    text-align: center;
    border: none;
    font-weight: 600;
}
.vertical_tab_fixed.fixed {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 15.666667%;
}
h3.figures {
    background: linear-gradient(90deg, rgba(23, 39, 59, 1) 55%, rgba(255, 255, 255, 1) 83%);
    color: #fff;
    margin-bottom: 10px;
    padding: 6px 17px;
    font-size: 16px;
    font-weight: 600;
    width: 90%;
    margin-top: 15px;
}



    /* ===========Responsive css code start=============== */
    @media (max-width: 1600.98px) {
        .plans .plan .plan-content {
        padding: 4px 8px;
    }
    .plans .plan input[type="radio"] + .plan-content:after {
        left: 30px;
        top: 10px;
    }
    .plans .plan input[type="radio"]:checked + .plan-content:after {
        left: 30px;
        top: 10px;
    }
    }




    @media (max-width: 1440.98px) {
        .buy-form {
            padding: 10px 10px;
        }

        .plans .plan .plan-content {
            padding: 4px 8px;
        }

        .plans .plan input[type="radio"] + .plan-content:after {
            left: 30px;
        }

        .plans .plan input[type="radio"]:checked + .plan-content:after {
            left: 30px;
        }

        .col-md-3.col-lg-3.col-xl-2 .vertical_tab_fixed.fixed {
            width: 13.666667%;
        }


        .col-md-3.col-lg-3.col-xl-2 .tab_analyst_profile_fixed.fixed {
            width: 13.666667%;
        }
    }

    @media (max-width: 1399.98px) {
        .plans .plan .plan-content .plan-details p {
            margin: 0px;
            font-size: 11px;
            color: #222222;
            font-weight: 500;
            text-transform: uppercase;
        }
        .plans .plan input[type="radio"]:checked + .plan-content:after {
            top: 11px;
        }

        .col-md-3.col-lg-3.col-xl-2 .vertical_tab_fixed.fixed {
            width: 21%;
        }


        .col-md-3.col-lg-3.col-xl-2 .tab_analyst_profile_fixed.fixed {
            width: 21.6%;
        }

        .header-bg h3 {
            width: 90%;
        }
    }

    @media (max-width: 1366.98px) {
        .header-bg h3 {
            width: 90%;
        }

        .plans .plan input[type="radio"] + .plan-content:after {
            top: 11px;
        }

        .main .accordion-item .title {
            font-size: 15px;
            font-weight: 600;
        }

        section.main-breadcrumb .main-heading h1 {
            font-size: 16px;
            line-height: 26px;
            text-align: justify;
        }

        button.request_sample {
            padding: 8px 10px;
            font-size: 15px;
        }

        #tabs-nav {
            padding: 6px 15px;
        }
    }

    @media (max-width: 1280.98px) {
        .plans .plan .plan-content .plan-details p {
            font-size: 12px;
        }
    }

    @media (max-width: 1199.98px) {

        .main-breadcrumb {
            padding: 35px 0px 78px;
        }

        .plans .plan .plan-content .plan-details p {
            font-size: 13px;
        }

        .price-cont .require_text {
            font-size: 11px;
        }

        .header-bg h3 {
            width: 100%;
        }

        .main .accordion-item .title {
            font-size: 14px;
            font-weight: 600;
        }
    }


    @media (max-width: 991.98px) {
        section.main-breadcrumb .main-heading h1 {
            font-size: 18px;
            line-height: 28px;
        }

        .micronutrients_table {
            margin-bottom: 35px;
            overflow: auto;
        }

        button.request_sample {
            padding: 10px 7px;
            font-size: 16px;
            margin-top: 0px;
        }

        #tabs-nav {
            padding: 18px 10px;
        }

        .col-md-3.col-lg-3.col-xl-2 .vertical_tab_fixed.fixed {
            width: 19%;
        }

        .col-md-3.col-lg-3.col-xl-2 .tab_analyst_profile_fixed.fixed {
            width: 19%;
        }


        #tabs-nav li a {
            padding: 0px 0px;
            font-size: 13px;
            font-weight: 400;
            padding-left: 6px;
        }

        .us_img_box .sample_report a {
            color: #237a96;
            font-size: 14px;
            text-decoration: none;
            border: 1px solid #237a96;
            padding: 9px 5px;
            display: inline-block;
            border-radius: 50px;
            font-weight: 400;
        }

        section.main-breadcrumb .main-heading {
            padding-inline-end: 0px;
        }

        .why-choose-list {
            padding-inline-start: 25px;
        }

            .why-choose-list li {
                margin: 10px 0px;
                font-size: 14px;
            }
    }


    @media (max-width: 767.98px) {
       
        .pl-5, .px-5 {
            padding-left: 1rem !important;
        }

        .pr-5, .px-5 {
            padding-right: 1rem !important;
        }

    


        section.main-breadcrumb .main-heading a {
            margin-bottom: 30px;
        }

        a.btn-light.btn.text-dark.btn-block {
            width: auto;
            display: inline-block;
            margin-top: 14px;
        }

        button.request_sample {
            width: auto;
            margin: 0px auto;
            display: block;
            margin-bottom: 25px;
        }

        #tabs-nav li {
            display: inline-block;
            margin: 0px 2px 5px 0px;
        }

        .fixed {
            position: fixed;
            top: 0px;
            height: 70px;
            z-index: 1;
            left: 0px;
        }

        .tabs {
            background: white;
        }

        .col-md-3.col-lg-3.col-xl-2 .vertical_tab_fixed.fixed {
            width: 100%;
        }

        .why-choose-list {
            padding-inline-start: 40px;
        }

        section.main-breadcrumb .main-heading {
            padding-inline-end: 0px;
        }

        .tabs {
            padding-bottom: 0px;
        }

        #tabs-nav {
            padding: 8px 8px;
        }

        .us_img_box {
            width: 90%;
            margin: 50px auto;
        }
    }

    @media (max-width: 575.98px) {
    }


    /* ===========Responsive css code End=============== */

/*===================Report Fully Css Page Code Start=========================*/

.report_fully_page_sec table {
    width: 100% !important;
    margin: 0px !important;
}

.report_fully_page_sec .sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 999;
    visibility: visible;
    transition: opacity .3s ease-in-out;
    padding-top: 102px;
    margin: 0 !important;
    padding: 10px 10px !important
}

.report_fully_page_sec .menu_web_view nav ul li ul li a svg {
    right: 0px;
}

.report_fully_page_sec .vertical_tab_fixed.fixed {
    margin-top: 65px;
}


.report_fully_page_sec .tab_analyst_profile_fixed.fixed {
    margin-top: 65px;
    right: 13px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15.666667%;
    flex: 0 0 15.666667%;
    max-width: 15.666667%;
}

.report_fully_page_sec body {
    font-family: 'Poppins', sans-serif !important;
}

@media (max-width:1399.9px) {
    .report_fully_page_sec .tab_analyst_profile_fixed.fixed .analyst-profile h5 {
        font-size: 15px;
    }
}


@media (max-width:767.9px) {

    /*=========Header Code start==========*/
    .report_fully_page_sec .ma5menu__icon-toggle {
        display: inline-block;
        position: static;
    }

    .report_fully_page_sec .searchmobile-area.search-area.mt-2 {
        margin-top: 0px !important;
    }

    .report_fully_page_sec .ma5menu__toggle {
        float: right;
        margin: 18px 0px !important;
        background-color: #91bc3c !important;
        border-radius: 0px;
    }

    .report_fully_page_sec .ma5menu__container .ma5menu__head {
        border-bottom: 0px solid #0c589e;
    }

        .report_fully_page_sec .ma5menu__container .ma5menu__head .ma5menu__header a.ma5menu__toggle {
            height: 40px;
            left: 10px;
            margin: 10px 0px !important;
        }

    .report_fully_page_sec .ma5menu__panel > ul li a, .ma5menu__panel > ul li .ma5menu__category {
        display: inline-block;
        vertical-align: top;
        text-decoration: none !important;
        width: 100%;
        outline: none !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        pointer-events: initial;
        letter-spacing: 0.3px;
        -o-transition: color 0.3s ease-out, background-color 0.3s ease-out;
        transition: color 0.3s ease-out, background-color 0.3s ease-out;
        padding: 11px 15px;
        font-size: 14px;
        line-height: 24px;
        overflow: hidden;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        min-height: 45px;
        text-transform: uppercase;
    }

    .report_fully_page_sec .ma5menu__btn--enter {
        z-index: 0;
        left: auto;
        right: 8px;
        color: #fff;
        background-color: rgba(255, 255, 255, 0.1);
        background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20fill%3D%22%23fff%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M10%206L8.59%207.41%2013.17%2012l-4.58%204.59L10%2018l6-6z%22/%3E%3C/svg%3E);
        width: 35px;
        height: 35px;
        top: 6px;
    }
    /*=========Header Code start==========*/


    .report_fully_page_sec .has-tooltip.west .tooltip {
        right: inherit;
        left: 20px;
    }

    .report_fully_page_sec .ma5menu__toggle {
        margin-top: 14px !important;
        float: right;
        margin: 1rem 0px !important;
        background-color: #91bc3c !important;
    }


    .report_fully_page_sec .tab_analyst_profile_fixed.fixed {
        position: static;
        height: auto;
        margin-top: 0px;
    }

    .report_fully_page_sec .vertical_tab_fixed.fixed {
        height: auto;
        margin-top: 0px;
    }

        .report_fully_page_sec .vertical_tab_fixed.fixed .tabs {
            border-radius: 0px 0px 0px 0px;
        }

        .report_fully_page_sec .vertical_tab_fixed.fixed #tabs-nav li {
            margin: 0px 12px 5px 0px;
        }

        .report_fully_page_sec .vertical_tab_fixed.fixed div#samreport1 {
            position: fixed;
            bottom: 12px;
            right: 15px;
        }

        .report_fully_page_sec .vertical_tab_fixed.fixed .tab-header {
            display: none;
        }


    .report_fully_page_sec header.page-header_new .mobile-search .searchmobile-area.search-area button.search-bttn {
        width: 25px;
        height: 25px;
        line-height: 15px;
        right: 8px;
        top: 8px;
    }

    .report_fully_page_sec .us_img_box .sample_report a {
        color: #ffffff;
    }
}


.report_fully_page_sec .menu_web_view nav ul li.active {
    padding-right: 0px;
}

.report_fully_page_sec li.active .search-box {
    background: #f9f9f9;
    position: absolute;
    top: 60px;
    right: 0%;
    width: 380px;
    height: auto;
    line-height: 60px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    display: none;
    border-radius: 10px;
    text-align: center;
}

    .report_fully_page_sec li.active .search-box input[type="text"] {
        width: 100% !important;
        height: 40px;
        padding: 5px 8px;
        margin-left: 0px;
        border: 1px solid #a4cd39;
        outline: none;
        font-size: 16px;
        border-radius: 5px;
        margin: 0px !important;
    }

.report_fully_page_sec .search-bttn {
    background-color: #91bc3c !important;
    top: 8px;
    width: 25px;
    height: 25px;
    line-height: 18px;
    right: 8px;
}

    .report_fully_page_sec .search-bttn i {
        color: white;
    }

.report_fully_page_sec form#form1 {
    margin: 0px;
}

.report_fully_page_sec .company-name {
    margin-bottom: 0.4rem !important;
    font-size: 20px !important;
    margin-bottom: 12px !important;
}

@media (max-width:1024.9px) {

    .report_fully_page_sec .vertical_tab_fixed.fixed {
        margin-top: 122px;
    }

    .report_fully_page_sec .tab_analyst_profile_fixed.fixed {
        margin-top: 122px;
        right: 5px;
    }



    .report_fully_page_sec .ma5menu__container .ma5menu__head .ma5menu__header a.ma5menu__toggle {
        background-color: #2c2e2f !important;
        margin: 0rem 0px !important;
    }

    .report_fully_page_sec .mobile-search {
        margin-top: 0px !important;
    }

    .report_fully_page_sec .ma5menu__container .ma5menu__head {
        padding: 0 5px;
        border-bottom: 0px solid #0c589e;
    }

    .report_fully_page_sec header .ma5menu__icon-toggle {
        display: inline-block;
        position: static;
    }

    .ma5menu__logo {
        background: none !important;
    }


    .report_fully_page_sec .ma5menu__toggle {
        margin-top: 14px !important;
        float: right;
        margin: 1rem 0px !important;
        background-color: #91bc3c !important;
        border-radius: 0px;
    }

}



    @media (max-width:991.9px) {
            .report_fully_page_sec .vertical_tab_fixed.fixed {
            left: 0px;
            right: 0px;
        }

        .report_fully_page_sec .ma5menu__container .ma5menu__head .ma5menu__header a.ma5menu__toggle {
            background-color: #2c2e2f !important;
            margin: 0rem 0px !important;
        }

        .report_fully_page_sec .mobile-search {
            margin-top: 0px !important;
        }

        .report_fully_page_sec .ma5menu__container .ma5menu__head {
            padding: 0 5px;
            border-bottom: 0px solid #0c589e;
        }

        .report_fully_page_sec header .ma5menu__icon-toggle {
            display: inline-block;
            position: static;
        }

        .ma5menu__logo {
            background: none !important;
        }

        .report_fully_page_sec header.page-header_new.is-sticky {
            position: static !important;
        }

        body.report_fully_page_sec section.main-breadcrumb {
            background-image: linear-gradient(to top, rgb(32, 54, 112), rgb(201, 199, 212)) !important;
        }

        body.report_fully_page_sec .buy-form.shadow {
            width: 60%;
            margin: 25px auto 0px;
        }

        .report_fully_page_sec .ma5menu__toggle {
            margin-top: 14px !important;
            float: right;
            margin: 1rem 0px !important;
            background-color: #91bc3c !important;
            border-radius: 0px;
        }

        .report_fully_page_sec .analyst-profile {
            padding: 10px;
        }

        .report_fully_page_sec div#speanalyst .nav-link {
            display: block;
            padding: 0.5rem 0rem;
        }

        .report_fully_page_sec div#speanalyst a.nav-link span.btn-light.btn.text-dark.btn-block {
            width: 100%;
            padding: 4px 5px;
            display: block;
            font-size: 13px;
            font-weight: 600;
            border: 0px solid transparent;
        }

        .report_fully_page_sec .tabs .tab-header h5 {
            margin: 0px;
            padding: 6px 8px;
        }

        .report_fully_page_sec a.request_sample.intro {
            padding: 8px 8px;
            font-size: 12px;
        }
    }

    @media (max-width:768.9px) {
        section.main-breadcrumb .main-heading h1#titreport {
            font-size: 18px !important;
            line-height: 28px;
        }
    }


    @media (max-width:767.9px) {
        .report_fully_page_sec div#speanalyst .nav-link {
            display: inline-block;
            padding: 0.5rem 0rem;
        }


        .report_fully_page_sec .tab_analyst_profile_fixed.fixed {
            margin-top: 45px;
            right: 13px;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }

        .report_fully_page_sec table.MsoNormalTable {
            width: 100% !important;
            overflow: auto;
            margin-left: 0px !important;
        }

        .report_fully_page_sec div#desreport {
            overflow: auto;
        }

        .report_fully_page_sec .px-5 {
            padding-left: 1rem !important;
            padding-right: 1rem !important;
        }

        .report_fully_page_sec p.MsoNormal img {
            width: 100%;
            height: auto !important;
        }

        .report_fully_page_sec .vertical_tab_fixed.fixed {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }
    }

    @media (max-width:400.9px) {
        .report_fully_page_sec .has-tooltip .tooltip {
            width: 280px;
        }
    }


    @media (max-width:320.9px) {
        .report_fully_page_sec .has-tooltip .tooltip {
            width: 235px;
        }
    }

    /*===================Report Fully Css Page Code End=========================*/


    /*===================Sample Report Css Page Code Start=========================*/
    .sample_report_page_sec .menu_web_view nav ul li.active {
        padding-right: 0px;
    }

    .sample_report_page_sec input.form-control.capta {
        height: 30px !important;
        border-radius: 0px;
        padding: 4px 6px;
        font-size: 14px;
    }

    .sample_report_page_sec input.submit_btn_sec {
        background: #107693;
        color: #fff;
        border: 0px;
        font-size: 14px !important;
        padding: 4px 17px !important;
        cursor: pointer;
        border-radius: 5px !important;
    }

    .sample_report_page_sec .sample_report_form p span {
        font-size: 12px;
    }

    .sample_report_page_sec .px-5 {
        padding: 0rem 2rem !important;
    }

    .sample_report_page_sec .company-name {
        font-size: 20px !important;
        margin-bottom: 12px !important;
    }

    .sample_report_page_sec .menu_web_view nav ul li ul li svg {
        right: 0px;
    }

    .sample_report_page_sec .report-description-area .why-buy h2 {
        margin-bottom: 10px;
    }

    .sample_report_page_sec .why-buy {
        margin-bottom: 20px;
    }

    .sample_report_page_sec .report-description-area {
        padding: 10px 0px 0px;
    }

    .sample_report_page_sec li.active .search-box {
        background: #f9f9f9;
        position: absolute;
        top: 60px;
        right: 0%;
        width: 380px;
        height: auto;
        line-height: 60px;
        box-shadow: 0 0 10px rgba(0,0,0,0.5);
        display: none;
        border-radius: 10px;
        text-align: center;
    }

        .sample_report_page_sec li.active .search-box input[type="text"] {
            width: 100% !important;
            height: 40px;
            padding: 5px 8px;
            margin-left: 0px;
            border: 1px solid #a4cd39;
            outline: none;
            font-size: 16px;
            border-radius: 5px;
            margin: 0px !important;
        }

    .sample_report_page_sec .search-bttn {
        background-color: #91bc3c !important;
        top: 8px;
        width: 25px;
        height: 25px;
        line-height: 18px;
        right: 8px;
    }

        .sample_report_page_sec .search-bttn i {
            color: white;
        }

    .sample_report_page_sec .small, .sample_report_page_sec small {
        font-size: 75%;
    }

    .sample_report_page_sec .sample_report_form {
        padding: 20px 15px;
        border-radius: 15px;
        box-shadow: 2px 2px 10px #adadad;
        padding-bottom: 0px;
        width: 100%;
    }

        .sample_report_page_sec .sample_report_form p.tex-primary {
            font-size: 16px;
        }

        .sample_report_page_sec .sample_report_form p label {
            font-size: 13px;
            margin-bottom: 2px;
        }

        .sample_report_page_sec .sample_report_form p input, .sample_report_page_sec .sample_report_form p select {
            height: 32px !important;
            border-radius: 0px;
            padding: 4px 6px;
            font-size: 14px;
        }

    .sample_report_page_sec .country_code {
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .sample_report_page_sec .analyst-profile {
        border-radius: 10px 10px 10px 10px;
    }

    .sample_report_page_sec .country_code input {
        height: 32px !important;
        border-radius: 0px;
        padding: 4px 6px;
        font-size: 14px;
    }


    .sample_report_page_sec .sample_report_form p textarea {
        border-radius: 0px;
        padding: 4px 6px;
        font-size: 14px;
    }


    .sample_report_page_sec .sample_report_form p {
        margin-bottom: 8px;
    }

    .sample_report_page_sec .form-control:focus {
        color: #495057;
        background-color: #fff;
        border-color: #107693;
        outline: 0;
        box-shadow: 0 0 0 0rem rgba(0,123,255,.25);
    }

    .sample_report_page_sec .px-4 {
        padding-left: 2rem !important;
        padding-right: 1rem !important;
    }

    @media (max-width:767.9px) {

        .ma5menu__container .ma5menu__head .ma5menu__header a.ma5menu__toggle {
            height: 30px !important;
            left: -6px !important;
            margin: 10px 0px !important;
        }

        .ma5menu__container .ma5menu__head .ma5menu__header a.ma5menu__toggle {
            background-color: #2c2e2f !important;
        }

        .ma5menu__logo {
            background-image: none !important;
        }

        .sample_report_page_sec header.page-header_new .mobile-search .searchmobile-area.search-area button.search-bttn {
            line-height: 20px;
        }

        .sample_report_page_sec header.page-header_new .container-fluid.custom_space1 .row .col-md-9.col-3 .row .col-md-12 {
            padding-right: 0px;
        }

        /*=========Header Code start==========*/
        .sample_report_page_sec .ma5menu__icon-toggle {
            display: inline-block;
            position: static;
        }

        .sample_report_page_sec .searchmobile-area.search-area.mt-2 {
            margin-top: 0px !important;
        }

        .sample_report_page_sec .ma5menu__toggle {
            float: right;
            margin: 18px 0px !important;
            background-color: #91bc3c !important;
            border-radius: 0px;
        }

        .sample_report_page_sec .ma5menu__container .ma5menu__head {
            border-bottom: 0px solid #0c589e;
        }

            .sample_report_page_sec .ma5menu__container .ma5menu__head .ma5menu__header a.ma5menu__toggle {
                height: 40px;
                left: 10px;
                margin: 10px 0px !important;
            }

        .sample_report_page_sec .ma5menu__panel > ul li a, .sample_report_page_sec .ma5menu__panel > ul li .ma5menu__category {
            display: inline-block;
            vertical-align: top;
            text-decoration: none !important;
            width: 100%;
            outline: none !important;
            border-bottom: 1px solid rgba(255, 255, 255, 0.3);
            pointer-events: initial;
            letter-spacing: 0.3px;
            -o-transition: color 0.3s ease-out, background-color 0.3s ease-out;
            transition: color 0.3s ease-out, background-color 0.3s ease-out;
            padding: 11px 15px;
            font-size: 14px;
            line-height: 24px;
            overflow: hidden;
            -ms-touch-action: manipulation;
            touch-action: manipulation;
            min-height: 45px;
            text-transform: uppercase;
        }

        .sample_report_page_sec .ma5menu__btn--enter {
            z-index: 0;
            left: auto;
            right: 8px;
            color: #fff;
            background-color: rgba(255, 255, 255, 0.1);
            background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20fill%3D%22%23fff%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M10%206L8.59%207.41%2013.17%2012l-4.58%204.59L10%2018l6-6z%22/%3E%3C/svg%3E);
            width: 35px;
            height: 35px;
            top: 6px;
        }
        /*=========Header Code start==========*/


        .sample_report_page_sec header.page-header_new.is-sticky {
            position: static;
        }

        .sample_report_page_sec .has-tooltip.west .tooltip {
            right: inherit;
            left: 20px;
        }

        .sample_report_page_sec button.ma5menu__toggle.float-end {
            margin-top: 20px !important;
            float: right;
            margin: 1rem 0px !important;
            background-color: #91bc3c !important;
        }

        .sample_report_page_sec .tab_analyst_profile_fixed.fixed {
            margin-top: 45px;
            right: 13px;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }

        .sample_report_page_sec .col-lg-9.col-md-12.pl-0 {
            padding-right: 0px;
        }

        .sample_report_page_sec table.MsoNormalTable {
            width: 100% !important;
            overflow: auto;
            margin-left: 0px !important;
        }

        .sample_report_page_sec div#desreport {
            overflow: auto;
        }

        .sample_report_page_sec button.ma5menu__toggle.float-end {
            margin-top: 20px !important;
        }

        .sample_report_page_sec .px-4 {
            padding-left: 0rem !important;
            padding-right: 0rem !important;
        }

        .sample_report_page_sec .px-5 {
            padding-left: 0rem !important;
            padding-right: 0rem !important;
        }

        .sample_report_page_sec p.MsoNormal img {
            width: 100%;
            height: auto !important;
        }

        .sample_report_page_sec .vertical_tab_fixed.fixed {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }
    }

    .sample_report_page_sec .container-fluid {
        padding: 0 0% 0 0%;
        padding-right: 0px;
        padding-left: 0px;
    }

    @media (max-width:575.9px) {
        body.report_fully_page_sec .buy-form.shadow {
            width: 100%;
            margin: 0px auto 0px;
        }
    }



    @media (max-width:400.9px) {
        .sample_report_page_sec .has-tooltip .tooltip {
            width: 280px;
        }
    }


    @media (max-width:320.9px) {
        .sample_report_page_sec .has-tooltip .tooltip {
            width: 235px;
        }
    }
    /*===================Sample Report Css Page Code End=========================*/






