

@font-face {
    font-family: 'Surt';
    src: url("/Site.Resource/MLAHUB/HUBNewDesign/fonts/Surt-Full-Family-Trial/Surt/Surt-Regular.otf");
    font-weight: 400;
}

@font-face {
    font-family: 'Surt';
    src: url("/Site.Resource/MLAHUB/HUBNewDesign/fonts/Surt-Full-Family-Trial/Surt/Surt-Medium.otf");
    font-weight: 500;
}

@font-face {
    font-family: 'Surt';
    src: url("/Site.Resource/MLAHUB/HUBNewDesign/fonts/Surt-Full-Family-Trial/Surt/Surt-SemiBold.otf");
    font-weight: 600;
}

@font-face {
    font-family: 'Surt';
    src: url("/Site.Resource/MLAHUB/HUBNewDesign/fonts/Surt-Full-Family-Trial/Surt/Surt-Bold.otf");
    font-weight: 700;
}

@font-face {
    font-family: 'Surt';
    src: url("/Site.Resource/MLAHUB/HUBNewDesign/fonts/Surt-Full-Family-Trial/Surt/Surt-Black.otf");
    font-weight: 800;
}

@font-face {
    font-family: 'Calibri';
    src: url("/Site.Resource/MLAHUB/HUBNewDesign/fonts/calibri-font-family/calibri-font-family/calibri-regular.ttf");
    font-weight: 400;
}

.global_card_content h1 {
    font-weight: 700;
    font-size: 35px;
    line-height: 1.3;
    color: white;
    margin-bottom: 20px;
}

.flex_content .mw-80 {
    max-width: 80%;
}

.summary.summary_points .underline_txt h2:after {
    position: absolute;
    height: 4px;
    width: 100%;
    bottom: -5px;
    border-radius: 10px;
    left: 0;
    background-color: #DC8419;
    content: "";
}

.summary.summary_points .underline_txt h2 {
    position: relative;
}

@font-face {
    font-family: 'Calibri';
    src: url("/Site.Resource/MLAHUB/HUBNewDesign/fonts/calibri-font-family/calibri-font-family/calibri-bold.ttf");
    font-weight: 800;
}

.video-banner-full, .video-banner-full .global_card_container, .video-banner-full + .global_card_container, .video-banner-full + .looseContainer, .video-banner-full + .looseContainer .banner_cards_container, .video-banner-full + .large_global_card_container {
    position: relative;
    z-index: 50;
}

.inner_flex_content, .flex_section .flex_content .flex_inner_content {
    max-width: 85%;
    margin-left: 0;
}

.content_flex_section.img_left_side .flex_content .inner_flex_content {
    max-width: 80%;
    margin-right: 0;
    margin-left: auto;
}

.font-50 {
    font-size: 50px !important;
    font-weight: bold !important;
    line-height: 107% !important;
}

.green_bg {
    background-color: #007449;
}


.video-banner-full .video-banner-play {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    min-height: 600px;
    object-fit: cover;
    max-height: 600px;
}

.banner .standard_banner {
    padding: 0 !important;
}

.block.assetportalsearchblock .home_image_section {
    min-height: 600px !important;
}

.block.assetportalsearchblock .home_image_section .standard_section {
    margin-top: 50px;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Surt", sans-serif !important;
}

section.banner.banner-opacity.video-banner-full:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
    z-index: -1;
}

.banner_image.video_slider {
    margin: 0;
    width: 50%;
}

    .banner_image.video_slider iframe {
        border: none;
        height: 100%;
        width: 100%;
        min-width: 90%;
        min-height: 300px;
        max-height: 300px;
        border-radius: 6px;
    }

.check_container .check_point {
    vertical-align: top;
}

.flex_content p, .flex_content p a, .flex_content a {
    font-size: 18px;
}

.check_container input {
    opacity: 0 !important;
}

.paginate_button.page-item.next {
    transform: inherit !important;
    background: transparent !important;
}

    .paginate_button.page-item.next a:hover {
        color: #000000 !important;
        text-decoration: none;
        background-color: #ffffff !important;
        border-color: #dee2e6;
    }

.check_container input:disabled ~ .checkmark {
    opacity: 0.5 !important;
    cursor: no-drop !important;
}

.flex_btns a {
    font-size: 18px;
}

.form_accordion_container {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 20px 0;
}

.form_accordion .panel.m-p {
    background-color: white;
    border-radius: 0 0 20px 20px;
}

.form_accordion .accordion.m-a.active + .panel {
    padding: 0px 24px 24px 24px;
}

.form_accordion .accordion.m-a.active {
    border-radius: 20px 20px 0 0 !important;
}

.banner_content h1 {
    margin-bottom: 20px;
}

.banner_content{
    width:55%!important;
}

.banner_content > h1 > p {
    font-size: 50px !important;
    line-height: 107% !important;
    font-weight: bold !important;
    margin: 0 !important;
    margin-bottom:20px!important;
}

.banner_content p {
    font-size: 16px!important;
    line-height: 1.5!important;
    font-weight:400!important;
}

.form_accordion > .accordion.m-a, .form_accordion > .accordion.m-a:focus {
    background-color: white !important;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #212529;
    padding: 28px 24px;
    border-radius: 20px;
    transition: none;
}

.box-shadow-none, .card.box-shadow-none:hover {
    box-shadow: none !important;
}

.banner_image {
    max-width: 55%;
    margin: 0 auto;
}

.custom_navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}

.navbar_rightContent {
    display: flex;
    gap: 30px;
}

.inputContainer {
    display: flex;
    align-items: center;
    padding: 0px 10px;
    border: 1px solid black;
    border-radius: 6px;
    /* background-color: red; */
}

    .inputContainer input::placeholder {
        font-family: 'Calibri',sans-serif !important;
    }

.inputs {
    margin: 0 auto;
    /* background-color: red; */
    display: flex;
    align-items: center;
    gap: 20px;
    /* position: relative; */
    padding: 30px 30px;
}

.margin_align {
    margin: 14px 0 0 0;
}

.navbar_logo {
    width: 100%;
}

.mobView {
    display: none;
}

.navbar_search {
    width: 20px;
}

.navbar_input {
    border: none;
    height: 40px;
    width: 250px
}

    .navbar_input:focus {
        outline: none;
    }

.webNav {
    background-color: #00774B;
}

.nav_links {
    display: flex;
    align-items: stretch;
}

.nav_link {
    padding: 25px 20px;
    text-align: center;
    text-decoration: none;
    color: white;
    display: flex;
    align-items: center;
}

.home_logo {
    height: 100%;
    width: 35px;
    display: flex;
    justify-content: center;
    align-self: stretch;
}

.nav_link:hover {
    color: white;
    text-decoration: none;
    background-color: #DD830C;
}

.rmed .nav_link:hover {
    color: white;
    text-decoration: none;
    background-color: #CC3727;
}

.nav_active_orange {
    background-color: #DC8419;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5;
}

.multiselect-container .multiselect-option .form-check-label {
    white-space: normal;
    word-break: break-word;
}

/*.topnav {
    overflow: hidden;
    background-color: #00774B;*/
/* display: flex;
    align-items: center;
    justify-content: sp; */
/*}

    .topnav a {
        float: left;
        display: block;
        color: #f2f2f2;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
    }

        .topnav a:hover {*/
/* background-color: #ddd; */
/*color: black;
        }

        .topnav a.active {*/
/* background-color: #04AA6D; */
/*color: white;
        }*/

.stat_content .view_btn.gmr:hover {
    color: #DC8419 !important;
}

.no_card {
    padding-bottom: 40px !important;
}

.topnav .icon {
    display: none;
}

.banner {
    padding: 30px 0;
    gap: 40px;
    background-image: linear-gradient(356.94deg, #00774B -122.29%, #3FBB8D -55.32%, #FFFFFF 56.29%);
    max-height: 600px !important;
    min-height: 600px !important;
}

.global_card_container {
    margin-top: -6% !important;
}

@media screen and (min-width: 1700px) {
    .global_card_container {
        margin-top: -4% !important;
    }
}

@media screen and (min-width: 2000px) {
    .global_card_container {
        margin-top: -2% !important;
    }
}

.banner_wrapper {
    padding: 0 !important;
    min-height: 600px;
}



.banner_image img {
    max-height: 350px !important;
    max-width: 100% !important;
}

.banner {
    padding: 0 !important;
}

    .banner h1 {
        color: #DC8419;
        font-size: 50px;
        line-height: 107%;
        font-weight: bold;
    }

.banner_wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 40px 0 180px 0;
}


.banner_image img {
    max-height: 400px;
    width: auto;
    max-width: 100%;
}

.bannerwithbottomlargeimageblock .banner_image img {
    max-height: 400px;
    max-width: 100%;
}

.banner p {
    /* color: #DC8419; */
    font-size: 16px;
    /*font-family: 'Calibri', sans-serif !important;*/
    line-height: 1.25;
}

@media screen and (max-width: 767px) {
    .font-50 {
        font-size: 32px !important;
        font-weight: bold !important;
        line-height: 107% !important;
    }

    #tradshowbannerslider {
        padding-top: 30px;
    }

    .banner_image img {
        margin: 0px auto 20px;
    }

    .stat_content {
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    .flex_img_container, .flex_content p, .flex_content p a, .flex_content a {
        text-align: center !important;
    }
    .flex_img_container img {
        width: 100% !important;
        max-height: 100% !important;
        height: 100% !important;
    }

    .flex_content .mw-80 {
        max-width: 100%;
    }

    .banner_note button {
        font-size: 16px !important;
    }

    .banner h1, .banner h1 > p {
        font-size: 32px !important;
    }

    .banner_content p {
        font-size: 16px !important;
    }

    .global_card_content p {
        font-size: 18px;
    }

    .video-banner-full .container {
        padding-top: 0;
    }

    .video-banner-full .video-banner-play {
        min-height: 100%;
    }
        .back_text_input {
        margin-right: 0px !important;
    }

    .banner_image.video_slider {
        margin: 30px auto 20px;
    }

        .banner_image.video_slider iframe .banner_content{
        min-width: 100%;
        }

    .banner {
        max-height: 450px !important;
        min-height: 450px !important;
    }

    .banner_wrapper {
        padding: 0 !important;
        align-items:center;
        text-align:center;
    }

    .global_card_content h2{
        text-align:center!important;
    }

    .banner_image img {
        max-height: 150px !important;
    }

    .banner h1 {
        font-size: 32px !important;
        line-height: 1.2 !important;
    }
}

.looseContainer.container .banner_cards_container {
    padding: 0 0 30px 0;
}

.looseContainer .banner_cards_container .owl-stage {
    padding: 0;
}

.whats_new_carousel button.owl-next.disabled, .whats_new_carousel button.owl-prev.disabled {
    filter: grayscale(1);
}

/*banner gradients*/
.banner.gradient-tal {
    background-image: linear-gradient(180deg, rgba(75, 79, 84, 0.30) 0%, rgba(255, 255, 255, 0.48125) 15.19%, rgba(255, 255, 255, 0.48125) 73.23%, rgb(75, 79, 84,0.30) 100%);
}

.banner.gradient-rmed {
    background-image: linear-gradient(180deg, rgba(204, 55, 39, 0.30) 0%, rgba(255, 255, 255, 0.48125) 15.19%, rgba(255, 255, 255, 0.48125) 73.23%, rgb(204, 55, 39,0.30) 100%);
}

.banner.gradient-gmr {
    background-image: linear-gradient(180deg, rgba(220, 132, 25, 0.30) 0%, rgba(255, 255, 255, 0.48125) 15.19%, rgba(255, 255, 255, 0.48125) 73.23%, rgb(220, 132, 25,0.30) 100%);
}

.banner.gradient-ts {
    background-image: linear-gradient(180deg, rgba(58, 176, 200, 0.30) 0%, rgba(255, 255, 255, 0.48125) 15.19%, rgba(255, 255, 255, 0.48125) 73.23%, rgb(58, 176, 200,0.30) 100%);
}

.banner.gradient-green {
    background-image: linear-gradient(180deg, rgba(0, 119, 75, 0.30) 0%, rgba(255, 255, 255, 0.48125) 15.19%, rgba(255, 255, 255, 0.48125) 73.23%, rgb(0, 119, 75,0.30) 100%);
}

.banner {
    background-image: linear-gradient(180deg, rgba(204, 55, 39, 0.30) 0%, rgba(255, 255, 255, 0.48125) 15.19%, rgba(255, 255, 255, 0.48125) 73.23%, rgb(204, 55, 39,0.30) 100%);
}

.global_card_container {
    margin: 0 auto;
    max-width: 1110px;
    background-color: #DC8419;
    display: flex;
    margin-top: -8%;
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.12);
}

.tal .global_card_content h2 {
    font-weight: 700;
    font-size: 35px;
    line-height: 1.3;
    color: white;
    margin-bottom: 20px;
}

.global_card_content h2 {
    font-weight: 700;
    font-size: 35px;
    line-height: 1.3;
    color: rgb(75, 79, 84);
    margin-bottom: 20px;
}

.flex_content h5 {
    font-size: 20px;
    line-height: 1.3;
}

.global_card {
    width: 50%;
}

    .global_card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.global_card_content {
    padding: 80px 40px;
    font-size: 18px;
    width: 60%;
    color: white;
}

    .global_card_content p {
        font-weight: 400;
        font-size: 18px;
        /*font-family: 'Calibri', sans-serif !important;*/
    }

.understand_market {
    padding: 60px 0;
    text-align: center;
}

/* .understand_market h2 {
    font-weight: 600;
}

.understand_market > p {
    text-align: left;
    color: #9C9C9C;
    width: 50%;
    margin-bottom: 30px;
} */

#gradientImgMob {
    display: none;
}

#gradientImgWeb {
    background-image: linear-gradient(270deg, #DC8419 2.46%, rgba(220, 132, 25, 0) 27.38%), linear-gradient(0deg, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.24)), url('../images/shared/haveQuestionWeb.jpg');
    width: 100%;
    height: 100%;
    background-size: cover;
    color: white;
    padding: 20px;
}

.rmed #gradientImgWeb {
    background-image: linear-gradient(270deg, #CC3727 2.46%, rgba(220, 132, 25, 0) 27.38%), linear-gradient(0deg, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.24)), url('../img/shared/haveQuestionWeb.jpg');
    width: 100%;
    height: 100%;
    background-size: cover;
    color: white;
    padding: 20px;
}



.grey_bg {
    background-color: #F5F5F5;
}

.market_stats {
    /* text-align: center; */
    background-color: #F5F5F5;
    /* padding: 60px 0 0 0!important; */
}

    .market_stats.standard_section {
        padding: 60px 0 0 0;
    }

    .market_stats > h2 {
        font-weight: 600;
        text-align: center;
    }

.beefAll {
    font-size: 20px;
    font-weight: 700;
}

.pdf_container {
    max-width: 980px;
    margin: 0 auto;
    margin-top: 40px;
}

.navBtn {
    width: 46px;
    height: 46px;
    border: 1px solid #dc8419!important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.option_outer_container {
    max-width: 980px;
    margin: 0 auto;
    margin-top: 40px;
}

    .option_outer_container.large {
        width: 100%;
        max-width: 100%;
    }

.quick_outer_container {
    margin: 0 auto;
    padding: 30px 0;
}

    .quick_outer_container .owl-item {
        transition: all .2s ease;
    }

.quick_link_img {
    /* max-width: 800px; */
    max-height: 100%;
    object-fit: cover;
    display: block;
}

/*.quick_outer_container .owl-item.active {
    transform: scale(1.1);
}*/

.search_inputs {
    max-width: 980px;
    margin: 0 auto;
}

/*.growth_driver_carousel .owl-item {
    transform: scale(0.9) !important;
    transition: all .5s ease;
}*/

/*  .growth_driver_carousel .owl-item.active {
        transform: scale(1) !important;
    }
*/

.quick_link_item_container .quick_link_img {
    object-fit: fill;
}

.video_preview .overlay {
    position: absolute;
    opacity: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.12);
    z-index: 2;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
    transition: opacity .3s ease;
}

.owl-item.active .video_preview .overlay {
    opacity: 0;
}

.stat_wrapper .view_btn {
    font-size: 18px;
}

.videoContainer {
    /* background-color: red; */
    /* width: 100%; */
    /* max-width: 800px; */
    margin: 0 auto;
}

.pdf_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #FDDBB3;
    border-radius: 20px 20px 0px 0px;
    padding: 22px 40px;
    flex-wrap: wrap;
}

.download_btn {
    border: 2px solid #DC8419;
    outline: none;
    padding: 11px 40px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    background-color: white;
    color: #DC8419;
    cursor: pointer;
}

    .download_btn:focus {
        outline: none;
    }

.beef_icon {
    display: flex;
    align-items: center;
    gap: 10px;
}

.pdf_content {
    padding: 30px;
    background-color: white;
    border-radius: 0px 0px 20px 20px;
}

.option_content {
    background-color: white;
    padding: 30px 20px;
    border-radius: 0px 0px 20px 20px;
}

.pdf_content img {
    width: 100%;
}

.market_stats > p {
    color: #9C9C9C;
    text-align: center;
    font-size: 18px;
}

.underline_txt {
    position: relative;
    display: inline-block;
}

    .underline_txt > h2 {
        font-size: 24px;
    }

.summary {
    padding: 30px 0;
}

    .summary .underline_txt {
        margin-bottom: 24px;
    }

    .summary > p {
        text-align: left;
    }

    .summary p {
        font-weight: 400;
        font-size: 18px;
        line-height: 26px;
        color: #3C3C3B;
    }

.mobView {
    display: none;
}

.underline_txt span {
    position: absolute;
    height: 4px;
    width: 100%;
    bottom: 0;
    border-radius: 10px;
    left: 0;
    background-color: #DC8419;
}

.fab {
    font-family: "Font Awesome 5 Brands" !important;
}

ul {
    position: relative;
    list-style: none;
    margin-left: 0;
    padding-left: 1.2em;
}

.border_select {
    border: 1px solid #333333;
}

.summary_points ul li:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #333333;
}

.summary_points ul li p {
    font-size: 18px;
    text-align: left;
    margin: 0;
}

.summary_points ul li > div {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.summary_points ul li:not(:last-child) {
    margin-bottom: 22px;
}

.summary_points ul li {
    font-weight: bold;
}

.summary_points .view_link {
    font-weight: normal !important;
    text-decoration: underline;
}

.view_link {
    color: #DC8419;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 6px;
    position: relative;
}

.section_head_link {
    font-size: 18px;
    font-family: 'Calibri',sans-serif !important;
    color: #DC8419;
    font-weight: 700;
}

    .section_head_link:hover {
        color: #DC8419;
        text-decoration: none;
    }

.view_link:hover {
    color: #DC8419;
    text-decoration: none;
}

.view_link img {
    width: 13px;
}

.pdf_footer {
    text-align: center;
    font-size: 14px;
    color: #9C9C9C;
}

.view_btn {
    border-radius: 10px;
    background-color: white;
    color: #DC8419;
    border: none;
    font-weight: 700;
    padding: 11px 47.5px;
}

.input_dropcontainer {
    position: relative;
    flex: 1;
    /* min-width: 294px; */
}

.btn-group button.multiselect {
    background-color: white;
    border: 1px solid #333333;
    font-size: 16px;
    /*font-family: 'Calibri', sans-serif !important;*/
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 6px;
}

    .btn-group button.multiselect img {
        width: 10px;
    }

.input_dropcontainer label {
    font-size: 14px;
    font-weight: 700;
    /* position: absolute;
    top: -10%;
    left: 0; */
}

.dark_btn {
    background-color: #DC8419;
    border: none;
    color: white;
    padding: 11px 47px;
    border-radius: 6px;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
}

    .dark_btn:hover {
        color: white;
    }


    .dark_btn.red {
        background-color: #CC3727;
    }

    .dark_btn:focus {
        outline: none;
    }

.light_btn {
    background-color: white;
    border: none;
    color: #DC8419 !important;
    padding: 11px 47px;
    border-radius: 6px;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    font-size: 15px;
}

a:hover {
    text-decoration: none !important;
}


.whats_cta .light_btn:hover {
    color: #DC8419;
}

.whats_cta .light_btn {
    width: 100%;
}

.whats_cta {
    width: 100%;
    max-width: 196px;
}

.view_btn:focus {
    outline: none;
}

.stat_wrapper.bg-tal .stat_img, .stat_wrapper.bg-tal .stat_content {
    background: #4B4F54 !important;
}

.stat_content {
    background-color: #DC8419;
    padding: 30px 60px 30px 60px;
    color: white;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 6px;
}



.rmed.stat_content {
    background-color: #CC3727;
}

.stat_wrapper, .stats {
    max-height: 200px;
}

.stat_content h3 {
    font-weight: 700;
    font-size: 30px;
}

.stat_img {
    width: 50%;
}

    .stat_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        /* object-fit: cover; */
    }

.stats {
    display: flex;
}

section.stat_wrapper {
    padding: 0;
}

.stat_wrapper {
    padding-top: 60px;
}

.footer_content h4 {
    color: #3C3C3B;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.3;
}


.footer_content p {
    color: #9C9C9C;
    font-weight: 400;
    font-size: 16px;
}

.footer_links {
    display: flex;
    flex-direction: column;
    gap: 0;
}

    .footer_links a, .footer_links span {
        color: #9C9C9C;
        font-weight: 400;
        font-size: 16px;
    }

.field_two_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(80px,1fr)) !important;
    grid-gap: 10px;
}

.footer_links a:hover {
    color: #9C9C9C;
    text-decoration: none;
}

footer {
    background-color: white;
    padding: 40px;
}

.footer_content {
    display: grid;
    grid-template-rows: 90px 1fr;
    /* grid-gap: 60px; */
}

.social_links {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 12px;
    grid-column-gap: 12px;
    width: 50%;
}

.footer_logo {
    height: 102px;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.social_link {
    background-color: #ededed;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    font-size: 18px;
}

.fab {
    font-family: "Font Awesome 5 Brands!important";
}

.footer_divider {
    width: 30px;
    height: 2px;
    color: red;
    background-color: red;
}

.footer_footer {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px 0 0 0;
    justify-content: space-between;
}

    .footer_footer a {
        color: #3C3C3B;
        font-size: 16px;
        /*font-family: 'Calibri', sans-serif !important;*/
    }

        .footer_footer a:hover {
            text-decoration: none;
            color: #3C3C3B;
        }


/* .videoContainer  */

.swiper-button-prev,
.swiper-button-next {
    display: none !important;
}


.slide_content {
    width: 100%;
    text-align: left;
    padding: 20px 0;
}

    .slide_content h5 {
        font-weight: 700;
        font-size: 18px;
        color: #212529;
    }

    .slide_content p {
        text-align: left;
        color: #9C9C9C;
        font-size: 18px;
        line-height: 26px;
    }

input::placeholder {
    font-size: 14px !important;
}

.option, .option:focus {
    /* display: inline-block; */
    /*font-family: 'Calibri',sans-serif !important;*/
    padding: 14px 6px;
    border: 1px solid #BDBDBD;
    /* border-radius: 6px; */
    text-align: center;
    transition: all .3s ease;
    cursor: pointer;
    outline: none;
    font-size: 14px;
    font-weight: 400;
}

.panel_box {
    width: 70%;
}

.banner_cards_container.owl-carousel .owl-stage-outer {
    padding-bottom: 20px;
}

.option_content .option {
    border-radius: 10px;
}

.option_container {
    display: grid;
    grid-template-columns: repeat(4,minmax(100px,1fr));
    align-content: center;
    grid-gap: 20px;
}

.tool_tip, .tool_tip:focus {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    outline: none;
    background-color: inherit;
    color: #212529;
}

    .tool_tip .tooltiptext {
        visibility: hidden;
        max-width: 210px;
        background-color: white;
        color: #333333;
        text-align: left;
        border-radius: 10px;
        padding: 10px 16px;
        position: absolute;
        z-index: 1;
        bottom: 150%;
        left: 30%;
        margin-left: -60px;
        font-weight: 400;
        border: 1px solid #C2A078;
        font-family: "Calibri",sans-serif !important;
    }

.tooltip_points {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

    .tooltip_points span {
        font-size: 16px;
        font-family: "Calibri", sans-serif !important;
    }

.tool_tip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 20%;
    margin-left: -5px;
    border-width: 14px;
    border-style: solid;
    border-color: #C2A078 transparent transparent transparent;
}

.tool_tip:hover .tooltiptext {
    visibility: visible;
}

.twoColumn_grid {
    grid-column: 1 / -1;
    /* background-color: red; */
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2,minmax(100px,1fr));
    align-content: center;
    grid-gap: 20px;
}

.option-active {
    border: 1px solid #DC8419 !important;
    color: #DC8419 !important;
    font-weight: 600;
    background-color: #FBF1E6 !important;
    user-select: none;
}

.option-disabled {
    cursor: not-allowed;
    color: #9C9C9C;
    border: 1px solid #B8B8B8;
}

.popular_active {
    border: 1px solid #DC8419 !important;
    color: #DC8419;
    background-color: #FBF1E6;
}

.find_Matching_btn_container {
    padding-top: 50px;
}

.dark_btn_container {
    padding: 40px 0;
}

.search_inputs {
    display: flex;
    align-items: center;
    gap: 24px;
}

.carousel_container {
    padding: 20px 72px;
    background-color: white;
    border-radius: 0px 0px 20px 20px;
}

.owl-next, .owl-prev {
    background-color: #FCF3E9 !important;
    border-radius: 50% !important;
}

    .owl-next:hover, .owl-prev:hover {
        background-color: #FCF3E9 !important;
    }

    .owl-next:focus, .owl-prev:focus {
        outline: none;
        border: none;
    }

.tabContent {
    /* padding: 10px 20px; */
    background-color: white;
}

    .tabContent img {
        width: 100%;
    }

.tab_container {
    /* background-color: red; */
    display: flex;
    justify-content: center;
}

.growth_driver {
    max-width: 80% !important;
}

    .growth_driver .modal-content {
        border-radius: 20px;
    }

.custom_modal {
    /* padding: 45px; */
}

.table_container img {
    width: 100%;
}

.outlined_btn.rmed, .outlined_btn.rmed:focus {
    border: 2px solid #CC3727;
    color: #CC3727;
}

.box_grid_info .key {
    font-family: 'Calibri',sans-serif !important;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    color: #000000;
}

.box_grid_info .value {
    font-family: 'Calibri';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 36px;
    color: #000000;
}

.box_grid_info {
    display: grid;
    grid-template-columns: minmax(100px,.4fr) minmax(100px, .5fr);
    text-align: left;
    padding: 35px 65px;
    grid-row-gap: 30px;
}

.outlined_btn.rmed:hover {
    background-color: #CC3727;
}



.outlined_btn, .outlined_btn:focus {
    border: 2px solid #DC8419;
    background-color: white;
    padding: 14px 75px;
    border-radius: 6px;
    font-size: 16px;
    color: #DC8419;
    font-weight: 700;
    cursor: pointer;
    outline: none;
    transition: all .3s ease;
}

.standard_box_content {
    border-radius: 0px 0px 20px 20px;
    overflow: hidden;
    background-color: white;
}

    .standard_box_content .box_item {
        display: flex;
        justify-content: space-between;
        padding: 16px 20px;
    }



.standard_box {
    display: flex;
    flex-direction: column;
    margin: 40px 0;
}

.standard_box_content .box_item:hover {
    background-color: rgba(250, 236, 228, 0.4);
    cursor: pointer;
}

    .standard_box_content .box_item:hover .box_btn.rmed {
        border: 2px solid #CC3727;
        background-color: #CC3727;
        border-radius: 6px;
        color: white;
        font-weight: 700;
        cursor: pointer;
        outline: none;
        transition: all .3s ease;
    }

.standard_box_content .box_item h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    display: flex;
    align-items: center;
    color: #333333;
}

.outlined_btn:hover {
    background-color: #DC8419;
    color: white;
}

.download_option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 40px;
}

    .download_option:hover {
        background-color: #FCF3E9;
    }

    .download_option p {
        margin: 0;
    }

.banner_content {
    width: 45%;
}

.banner_cards_container {
    /* display: flex;
    gap: 20px; */
    margin-top: -7%;
    padding: 10px 0;
}

    .banner_cards_container .banner_img_container img {
        max-height: 140px;
    }

    .banner_cards_container .owl-stage {
        padding: 50px 0;
    }

.quick-link-carousel .owl-carousel .owl-stage-outer {
    overflow: visible !important;
}

.text_link.rmed {
    color: #CC3727;
    text-decoration: underline;
}

.check_points {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.check_container .check_point {
    font-size: 14px;
    color: #BDBDBD;
}

.terms_of_use {
    margin-top: 30px;
}

.company_list_head img {
    margin-bottom: 60px;
}

.enquiry_form {
    border: 1px solid #CC3727;
    border-radius: 20px;
    overflow: hidden;
}

.enquiry_form_head {
    background: #CC3727;
    text-align: center;
    color: white;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    padding: 20px 0;
}

.enquiry_form_body {
    background: rgba(250, 236, 228, 0.4);
    padding: 20px 16px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

    .enquiry_form_body .label_inputContainer {
        margin: 0;
    }

.company_profile_head {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 35px;
    color: #3C3C3B;
}

.responsiveGrid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(min-content,150px));
    grid-column-gap: 20px;
}

.company_list_subhead h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 35px;
    margin-bottom: 0;
    color: #3C3C3B;
    margin-bottom: 4px;
}

.company_list_subhead p {
    margin-bottom: 2px;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 6px;
    text-align: left;
}

.company_list_content > p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    text-align: left;
    color: #9C9C9C;
    line-height: 35px;
}

.label_inputContainer .selectBtn {
    border: 1px solid #BDBDBD;
}

.label_inputContainer .select {
    margin: 0;
}

.company_list_head h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 46px;
    color: #CC3727;
}

.terms_of_use h3 {
    font-style: normal;
    font-weight: 700;
    margin-bottom: 14px;
    font-size: 20px;
    line-height: 24px;
    color: #3C3C3B;
}

.terms_of_use div {
    font-size: 14px;
}

.quick-link-carousel .owl-stage {
    padding-top: 100px;
    padding-bottom: 100px;
}

.banner_card {
    background-color: white;
    padding: 16px;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    transition: all .2s ease-in;
    max-width: 280px;
    margin: 0 auto;
}

    .banner_card:hover {
        background-color: #DE8C27;
    }

.rmed.banner .container h1 {
    font-size: 32px;
    text-align: center;
    color: #CC3727;
}

.rmed.banner p {
    font-size: 16px;
    text-align: center;
    margin: 0;
    color: #3C3C3B;
    line-height: 1.5;
}

.banner.rmed.red_banner {
    background: linear-gradient(358.55deg, #CC3727 -126.85%, #FFFFFF 31.98%);
}


.link {
    color: #DC8419;
}

.modal_note {
    margin-top: 23px;
}

    .modal_note p {
        font-size: 18px;
        margin: 0;
    }

        .modal_note p a, .modal_note p a:hover {
            font-size: 15px;
            text-decoration: underline;
            color: #DC8419;
        }

.banner_btn .dark_btn {
    display: inline-block;
}

.btn_container button {
    width: 50%;
}

.banner_btn .dark_btn:hover {
    text-decoration: none;
}

.banner_card:hover .banner_card_content h4, .banner_card:hover .banner_card_content p {
    color: white;
}

a:hover {
    text-decoration: none;
}

.banner_card:hover .banner_btn .dark_btn {
    background-color: white;
    color: #3C3C3B;
}

.banner_img_container img {
    width: 100%;
    height: 100%;
    max-height: 140px;
    object-fit: cover;
}

.banner_img_container {
    max-height: 140px;
    max-width: 100%;
    min-height: 140px;
    background: #ffffff;
}

    .banner_img_container .owl-carousel .owl-item img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        max-height: 140px;
        margin: 0 auto;
    }

.banner_card_content h4 {
    font-size: 20px;
    text-align: center;
    color: #DE8C27;
    margin-bottom: 12px;
    line-height: 30px;
}

.banner_card_content p {
    color: #333333;
    text-align: center;
}

.banner_card_content {
    padding: 16px 12px;
}

.banner_btn {
    text-align: center;
    padding-bottom: 10px;
}

    .banner_btn .dark_btn {
        width: 80%;
    }

.whats_New {
    background-color: white;
}

.standard_section {
    padding: 60px 0;
}

    .standard_section > h2 {
        font-weight: 700;
        font-size: 40px;
        color: #3C3C3B;
        text-align: center;
        margin-bottom: 20px;
    }

.quick_link_item_container {
    display: flex;
    flex-direction: column;
    width: 100%;
}

    .quick_link_item_container .quick_link_container {
        background-color: white;
    }

    .quick_link_item_container > div {
        color: #DC8419;
        font-weight: 700;
        margin: 10px 0;
        font-size: 18px;
    }

.videodescriptionrepeaterblock {
    width: 340px;
}

.video_preview {
    height: 250px;
    cursor: pointer;
    margin: 0 auto;
}

    .video_preview img {
        width: 100%;
        height: 100%;
    }


.standard_section > p {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: #9C9C9C;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 40px;
}

.whats_new_card {
    display: flex;
    /* max-width: 780px; */
    background-color: #FCF3E9;
    border-radius: 12px;
}

.whats_new_container .owl-nav {
    margin-top: 60px !important;
}

.whats_new_content_container {
    color: black;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 50%;
}

.whats_new_img_container {
    width: 50%;
}

    .whats_new_img_container img {
        object-fit: cover;
        min-height: 320px;
        border-top-left-radius: 12px;
        border-bottom-left-radius: 12px;
        max-height: 320px;
    }

.form-check-input::after {
    content: "";
    width: 5px;
    height: 9px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 7px;
    top: 4px;
    transform: rotate(var(--r, 20deg));
}

.whats_new_card {
    width: 100%;
    max-width: 100%;
}

.whats_txt_content {
    margin: 20px 0;
}

    .whats_txt_content h5 {
        font-size: 24px;
        font-family: 'Calibri',sans-serif !important;
        color: #3C3C3B !important;
    }

    .whats_txt_content h4 {
        font-weight: 700;
        font-size: 28px;
    }

.popular_tag {
    padding: 7px 0px;
    border: 1px solid #BDBDBD;
    .whats_new_img_container img display: inline-block;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
}

.popular_tags {
    background-color: white;
    margin-top: 50px;
    padding: 16px;
    border-radius: 10px;
}

    .popular_tags h4 {
        font-size: 24px;
        color: black;
        font-weight: 700;
        margin-bottom: 24px;
    }

.categories_choose h4 {
    margin: 24px 0;
}

.report_card {
    max-width: 381px;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.quick_card_mai {
    padding-bottom: 30px;
}

.mobile_search {
    margin-top: 30px;
    display: flex;
    gap: 16px;
    /* background-color: red; */
    justify-content: center;
    align-items: center;
}

    .mobile_search + .popular_tags {
        margin-top: 10px;
        position: absolute;
        z-index: 10;
        width: 50%;
        right: 0;
        box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
        border-radius: 0;
        display: none;
    }

        .mobile_search + .popular_tags.filter_active {
            display: block;
            border-radius: 20px;
            border-radius: 20px;
            border: 1px solid #DC8419;
            background: white;
            box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
        }



.searchContainer {
    flex: 1;
}

.filter_btn {
    background-color: white;
    padding: 10px;
    border: 1px solid #BDBDBD;
    border-radius: 10px;
    user-select: none;
}

.report_card_container {
    padding: 40px 0;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(280px,1fr));
    grid-column-gap: 18px;
    grid-row-gap: 40px;
}

.report_card_content {
    background-color: white;
    padding: 24px;
}

.report_card_img_container {
    max-height: 240px;
    height: 240px;
}

    .report_card_img_container img {
        width: 100%;
        object-fit: cover;
        height: auto;
        border-radius: 10px;
        max-height: 240px;
        min-height: 100%;
    }

.popular_report_img_container img {
    max-width: 101px;
    border-radius: 6px;
    height: auto;
    width: auto;
    min-height: 101px;
    min-width: 100%;
    object-fit: cover;
}

.date_stamp {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #F8E1C6;
    width: 66px;
    padding: 10px;
    text-align: center;
    /*font-family: 'Calibri',sans-serif !important;*/
    font-weight: 800;
    font-size: 14px;
    color: #212529;
}

    .date_stamp span:nth-child(1) {
        font-size: 16px;
        /*font-family: 'Calibri', sans-serif !important;*/
        display: block;
    }

    .date_stamp span:nth-child(3) {
        font-size: 16px;
        /*font-family: 'Calibri', sans-serif !important;*/
        display: block;
    }

    .date_stamp span:nth-child(2) {
        font-size: 24px;
        /*font-family: 'Calibri', sans-serif !important;*/
        display: block;
    }

.group_multiselect {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.report_card_content h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 20px;
    min-height: 58px;
    color: #343a40;
}

.report_card_content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    text-align: left;
}

.categorie_choose {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #BDBDBD;
    padding: 7px 16px;
    border-radius: 10px;
}

    .categorie_choose.option-active > * {
        color: #dc8419;
    }

    .categorie_choose p {
        font-size: 16px;
        margin: 0;
        color: #333333;
    }

.categories_choose_container {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.popular_report_text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.popular_reports {
    display: flex;
    align-items: center;
    gap: 16px;
    border: 1px solid #BDBDBD;
    padding: 12px;
    border-radius: 10px;
    color: #333333;
}


.popular_report_text h6 {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
}

.popular_report_links {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.popular_report_text p {
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    color: #333333;
}

.categorie_choose span {
    font-size: 18px;
    font-weight: 800;
    color: #DC8419;
    font-family: 'Calibri',sans-serif !important;
}

.popular_tags_container {
    /* display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 16px; */
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
    grid-row-gap: 7px;
    grid-column-gap: 7px;
}

.growth_driver_carousel.owl-carousel {
    display: flex !important;
    flex-direction: column-reverse;
    /* align-items: center; */
    /* gap: 60px; */
}

.growth_driver_carousel .owl-dots {
    border-radius: 10px;
    overflow: hidden;
    align-self: center;
    margin-bottom: 60px;
}

    .growth_driver_carousel .owl-dots .owl-dot.active button {
        background-color: #DC8419;
        color: white;
        font-weight: 800;
    }

    .growth_driver_carousel .owl-dots .owl-dot button {
        border: none;
        padding: 11px 57px;
        font-size: 20px;
        color: #3C3C3B;
        font-family: 'Calibri',sans-serif !important;
        cursor: pointer;
        background-color: #F4F3F3;
        min-height: 52px;
    }

        .growth_driver_carousel .owl-dots .owl-dot button:focus {
            outline: none;
        }

/* /////////////////////////////////////////////  RMED Styling Begins  /////////////////////////////////////////////////////////////// */

.enquiry_head {
    text-align: center;
    /* background-color: red; */
    position: relative;
    padding: 50px 0;
}

    .enquiry_head > h2 {
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 36px;
        color: #CC3727;
    }

    .enquiry_head > a {
        display: flex;
        gap: 12px;
        align-items: center;
        color: #3C3C3B;
        font-weight: 400;
        font-size: 16px;
        line-height: 36px;
        position: absolute;
        left: 0;
    }

.standard_box_head {
    background-color: #FFCDB8;
    border-radius: 20px 20px 0px 0px;
}

    .standard_box_head h3 {
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 26px;
        color: #333333;
        padding: 27px 24px;
        text-align: left;
    }

.exporters_login_form {
    background-color: #f5f5f5;
    margin-top: -100px;
    margin-bottom: 80px;
    position: relative;
    border-radius: 20px;
    padding: 40px 45px;
}

.exporters_login_banner img {
    width: 100%;
}

.exporters_login_form_head h3 {
    font-weight: 600;
}

.exporters_login_form_head p {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #3C3C3B;
}

.exporters_login_form_head {
    text-align: center;
}

.onboarding_progress .step div {
    width: 46px;
    height: 46px;
    background-color: #CBCACA;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin: 0 auto;
}

.onboarding_progress .step_label.progress_active .step div {
    background-color: #CC3727;
}

.onboarding_progress .step {
    margin: 0 auto;
}

.step_label p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #767671;
    margin-top: 4px;
    margin-bottom: 0;
}

.step_label.progress_active p {
    color: #CC3727;
    font-weight: 700;
}

.company_form {
    margin-top: 70px;
    max-width: 980px;
    background-color: white;
    padding: 40px 24px;
    border-radius: 20px;
}

    .company_form h3 {
        font-weight: 700;
        font-size: 24px;
        line-height: 29px;
        color: #3C3C3B;
    }

.image_preview_container {
    max-width: 120px;
    margin: 0 auto;
}

#lamb2 {
    display: none;
}

#beef2 {
    display: none;
}

.image_preview_container .image_preview img {
    width: 100%;
}

.block_form {
    margin-top: 44px;
    max-width: 980px;
    background-color: white;
    padding: 40px 24px 20px 24px;
    border-radius: 20px;
}

    .block_form h3 {
        font-weight: 600;
        font-size: 24px;
    }

.sub_block_form h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 4px;
}

.sub_block_form p {
    font-size: 18px;
}

.company_list_banner h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    color: #CC3727;
}

.company_list_banner p {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #3C3C3B;
    text-align: center;
}

.sub_block_btn button, .sub_block_btn button:focus {
    border: none;
    outline: none;
    padding: 13px 44px;
    border-radius: 6px;
}

.product_container {
    background-color: rgba(250, 236, 228, 0.4);
    padding: 24px;
    margin: 18px 0;
}

    .product_container p {
        font-weight: 400;
        font-size: 20px;
    }

.sub_block_btn {
    margin-top: 14px;
    display: flex;
    gap: 16px;
}

    .sub_block_btn button.active {
        background: #CC3727;
        color: white;
    }

.panel_box {
    display: inline-block;
}


.panel_search_box {
    display: flex;
    border: 1px solid #BCBCBC;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    max-width: 500px;
    width: 100%;
    height: 34px;
    line-height: 1;
    margin-bottom: 15px;
}

    .panel_search_box input, .panel_search_box input:focus {
        border: none;
        padding: 10px 10px;
        outline: none;
        width: 85%;
    }

        .panel_search_box input::placeholder {
            font-weight: 400;
            font-size: 14px;
            line-height: 23px;
            color: #C8C8C8;
        }

.check_container .check_point {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #3C3C3B;
}

.checkbox_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
    grid-row-gap: 20px;
    grid-column-gap: 10px;
    margin: 18px 0;
}

    .checkbox_grid .checkmark {
        background-color: white;
    }
    /* 
.checkbox_grid .check_container:hover input ~ .checkmark {
    background-color: unset;
} */

    .checkbox_grid input:not(:checked) + .checkmark {
        border: none;
        border: 1px solid #3C3C3B;
    }

.panel_search_box button {
    border: none;
    background-color: #CC3727;
    color: white;
    font-size: 14px;
    flex: 1;
    border-radius: 6px 7px 7px 6px;
}

.company_list_container {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.block_form > p {
    font-size: 20px;
    font-weight: 500;
}

.block_form p {
    text-align: left;
}

.onboarding_progress .step_label.progress_active .step {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1px solid #CC3727;
    /* padding: 10px; */
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.onboarding_progress {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: 40px;
}

.step_label {
    display: inline-block;
    width: min-content;
    text-align: center;
    position: relative;
    max-width: 70px;
}

.progress_bar {
    width: 100%;
    max-width: 260px;
    height: 4px;
    background-color: #CBCACA;
    margin-top: 26px;
    margin: 26px 10px 0 10px;
}

.progress_level {
    width: 50%;
    background-color: #CC3727;
    height: 4px;
}

    .progress_level.completed {
        width: 100%;
        background-color: #CC3727;
        height: 4px;
    }

.btn_container {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin-top: 50px;
}

    .btn_container.exporters_login button, .btn_container.exporters_login a {
        max-width: 286px;
    }

.block_option_container .option {
    background-color: white;
}

.twoGrid {
    display: grid;
    grid-template-columns: repeat(2,minmax(100px,200px));
    grid-column-gap: 28px;
    grid-row-gap: 20px;
}

.threeGrid {
    display: grid;
    grid-template-columns: repeat(3, minmax(100px, 240px));
    grid-column-gap: 28px;
    grid-row-gap: 20px;
}

.block_option_container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-column-gap: 28px;
    grid-row-gap: 20px;
}

    .block_option_container .option {
        border-radius: 6px;
    }

.bg-tal {
    background-color: #4B4F54;
}

.btn_text {
    font-size: 16px;
    font-weight: 600;
}

.exporters_login.btn_container button.dark_btn.rmed {
    background-color: #CC3727;
    padding: 0;
}

.exporters_login button a, exporters_login button a:focus {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    outline: none;
    color: white;
}

.brand_box {
    display: flex;
    align-items: center;
    gap: 16px;
    background-color: white;
    padding: 18px 20px;
    width: 90%;
}

.filter_img img {
    /* width: 100%; */
}

.filter_img {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .filter_img span {
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 36px;
        color: #CC3727;
    }

.collateral_box {
    background-color: white;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 16px 0;
}

    .collateral_box p {
        margin-bottom: 0;
    }

.brand_box:not(:first-child) {
    margin-top: 24px;
}

.embed_video {
    max-width: 600px;
    height: 329px;
    width: 100%;
    border: none;
}

.brand_box_content h4 {
    margin-bottom: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 35px;
    color: #3C3C3B;
}

.banner_search {
    display: flex;
    max-width: 80%;
    margin: 20px auto;
    border: 1px solid #666666;
    border-radius: 6px;
    position: relative;
}

.company_list_banner {
    padding: 30px 0;
}

.banner_note {
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    text-align: center;
    margin: 60px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

    .banner_note p {
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        margin-bottom: 0;
        color: #000000;
    }

.ihp_container {
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 275px;
    width: 100%;
}

.ihp_image img {
    width: 100%;
}

.ihp_content h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
    margin-bottom: 0;
}

.company_list_head {
}

.pagination {
    display: flex;
    justify-content: center;
    gap: 26px;
    margin: 50px 0;
}

    .pagination a {
        color: #60605E;
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 58px;
    }

        .pagination a:hover {
            color: #CC3727;
        }

        .pagination a.page-active {
            color: #CC3727;
            text-decoration: underline;
        }

.company_list_header {
    background-color: #D6D6D6;
    padding: 15px 20px;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 36px;
}

.company_list {
    border: 1px solid #BDBDBD;
    border-radius: 20px 20px 0px 0px;
    overflow: hidden;
}

.company_list_body, .company_list_footer {
    padding: 16px;
}

.ihp_content p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    color: #000000;
    margin-bottom: 0;
}

.company_list_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.company_list_section {
    padding: 50px 0;
}

    .company_list_section h3 {
        font-style: normal;
        font-weight: 700;
        font-size: 36px;
        line-height: 58px;
        color: #3C3C3B;
        text-align: center;
    }

.banner_note button {
    font-size: 16px;
    line-height: 40px;
}

.banner_search .select {
    margin-bottom: 0;
    max-width: 200px;
    pointer-events: all;
    height: 100%;
}

    .banner_search .select .selectBtn {
        background-color: #FAECE4;
        padding: 16px 10px;
        font-weight: 500;
        font-size: 18px;
        line-height: 20px;
        display: flex;
        align-items: center;
        color: #CC3727;
    }

.banner_search input {
    border: none;
    flex: 1;
    padding: 0 10px;
}

.stat_wrapper.darkgray .stat_content {
    background-color: #4B4F54 !important;
}

.stat_wrapper.darkgray .view_btn.tal {
    color: #4B4F54 !important;
}

.stat_wrapper.darkyellow .view_btn:hover {
    color: #dc8419;
}

.stat_wrapper .stat_content a.view_btn {
    padding: 9px 47.5px;
}

.stat_wrapper .stat_content p a.view_btn {
    display: inline-block;
}

.banner_carousel_container .slide_img_container.mh-400, .banner_carousel_container .slide_img_container.mh-400 .slide_img {
    max-height: 400px;
}

.banner_carousel_container .slide_img_container.mh-500, .banner_carousel_container .slide_img_container.mh-500 .slide_img {
    max-height: 500px;
    min-height: 500px;
}

.banner_carousel_container .slide_img_container .slide_img {
    object-fit: cover;
}

.brand_box p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
}

.brand_box_img {
    max-width: 140px;
    width: 100%;
}

    .brand_box_img img {
        width: 100%;
    }
/* .step_label:not(:last-child)::after {
    content: '';
    height: 3px;
    width: 100%;
    background-color: red;
    position: absolute;
    top: 20%;
    left:150%;
    transform: translate(-50%,-50%)
} */
/* 
.onboarding_progress .step.progress_active {
    width: 56px;
    height: 56px;
    border: 3px solid #CC3727;
    border-radius: 50%;
    border: 3px solid green;
} */

.footer_logo img {
    height: auto;
    width: auto;
    max-width: 80%;
    max-height: 150px;
}

/* /////////////////////////////////////////////////////////////////////////////////////////////////// */
@media only screen and (max-width:1189px) {
    .footer_content {
        grid-template-rows: 120px 1fr;
    }

    .quick_outer_container .owl-item.active {
        transform: unset;
    }

    .quick-link-carousel .owl-stage {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media only screen and (max-width:992px) {
    .nav_link {
        padding: 10px 0;
    }

    .exporters_login_form {
        background-color: #f5f5f5;
        margin-top: -100px;
        margin-bottom: 80px;
        position: relative;
        border-radius: 20px;
        padding: 40px 10px;
    }

    .understand_market p {
        width: 75%;
    }

    .search_inputs {
        flex-wrap: wrap;
        gap: 20px;
    }

    .side_filter {
        display: none;
    }
}

@media only screen and (max-width:800px) {
    .standard_section > h2 {
        margin-left: 10px;
        margin-right: 10px;
    }

    .banner_content {
        width: 100%;
    }

        .banner_content h1 {
            font-size: 44px;
        }

    .banner_image {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

    .home-mobile-container {
        width: calc(100vw - 8vw) !important;
    }

    .whats_new_container {
        padding: 15px;
    }

    .search_inputs .input_dropcontainer {
        min-width: 45%;
    }

        .search_inputs .input_dropcontainer #ddlMarket .btn-group, #Drivers-categories {
            width: 100% !important;
        }
}

.clear-filter-link-btn {
    background-color: snow;
    border: none;
    margin-bottom: 15px;
    font-size: 14px;
    text-decoration: underline;
    color: #cc3727;
}

.dvRefineSearch.mobile-active .clear-filter-link-btn {
    display: block !important;
}

.dvRefineSearch.mobile-active .company_filter_box_head #clearRMEDSearchFilter {
    display: none;
}
.dvRefineSearch .company_filter_box_head .btn-close-filter {
    display: none;
}

.btn-close-filter {
    font-weight: bold;
    background-color: #ffffff;
    padding: 5px;
    border-radius: 25px;
}

section.home_image_section.backImage.video-banner-full {
    position: relative;
}

section.home_image_section.backImage.video-banner-full:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
    z-index: -1;
}

.btn-close-filter svg {
    height: 25px;
    width: 25px;
}

.dvRefineSearch.mobile-active .company_filter_box_head .btn-close-filter, .dvRefineSearch.mobile-active .company_filter_box_head .btn-close-filter .active-close {
    display: block;
}

@media only screen and (max-width:768px) {
    .topnav .dropdown .dropbtn {
        margin: 0 15px;
    }

    .banner {
        padding: 80px 0 !important;
    }

    .standard_section {
        padding: 30px 0!important;
    }

    .banner .banner_wrapper {
        min-height: 380px !important;
    }

    .banner.video-banner-full .banner_wrapper {
        justify-content: center !important;
    }

    .report_card_content h4 {
        min-height: 45px!important;
        margin-bottom:0px!important;
    }

    #Resource_Loadmore{
        margin-top:0px!important;
    }

    .showing-resource {
        margin-top: 0px !important;
    }

    .slide_content.h5-16 {
        padding-bottom: 0px!important;
    }

    .pdf_container{
        margin-top:0px!important;
    }

        .pdf_container .input {
            padding: 0px 30px!important;
        }

    .exporters_login.btn_container {
        margin-top: 10px!important;
    }

    .exporters_login_form.wizardform {
        margin-bottom: 40px!important;
    }

    .standard_section {
        padding: 30px 0px !important;
    }

    .find_Matching_btn_container{
        padding-top:0px!important;
    }

    .global_card_container.py-50 {
        padding: 20px 0;
    }

    .videoperent.pt-20{
padding-top:0px!important;
    }

    .inputs {
        margin-bottom: 35px !important;
    }

    #getDataBtn {
        margin-top: 0px !important;
    }

    .standard_section.market_stats p {
        margin-bottom: 20px;
    }

    .banner_search {
        margin: 20px auto !important;
    }

    .rmed.banner .rmed-sub-mobile p{
        font-size:16px!important;
    }

    .banner_content {
        width: 100% !important;
    }

    .banner_carousel_container .slide_img_container.mh-500, .banner_carousel_container .slide_img_container.mh-500 .slide_img {
        max-height: 100%;
        min-height: 400px;
    }

    .banner_carousel_container .slide_img_container.mh-400, .banner_carousel_container .slide_img_container.mh-400 .slide_img {
        max-height: 100%;
        min-height: 100%;
    }

    .stat_wrapper, .stats {
        max-height: 100%;
    }

    .stat_img img {
        width: 100%;
        max-height: 250px;
        object-fit: cover;
    }

    .banner h1 {
        text-align: center !important;
    }

    .banner p {
        text-align: center !important;
    }

    .filter_btn.option-active:after {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #DC8419;
        left: auto;
        bottom: -10px;
        right: 10px
    }

    .popular_tags.filter_active > .popular_tags {
        padding: 0;
    }

    .popular_tags h4 {
        font-size: 20px;
        margin-bottom: 14px;
    }

    .popular_tags {
        margin-top: 0;
    }

    .social_links {
        grid-template-columns: 1fr 1fr 1fr;
        width: 50%;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }

    .min-width-300 {
        min-width: 100% !important;
    }

    .navbar_rightContent .inputContainer {
        display: none;
    }

    .panel_box {
        width: 100%;
    }

    .report_card {
        margin: 0 auto;
    }

    .btn_container button {
        width: 50%;
    }

    .exporters_login_form {
        margin-top: -30px;
    }

    .quick_link_img {
        /* max-width: 328px; */
        /*max-height: 203px;*/
        min-height: 100%;
    }

    .banner_cards_container {
        margin-top: -15vw;
    }

    .box_grid_info {
        grid-template-columns: repeat(2,minmax(100px,1fr));
        padding: 30px 35px;
        grid-column-gap: 30px;
    }

    .banner_cards_container .owl-stage {
        padding: 0;
    }

    .box_grid_info .key, .box_grid_info .value {
        font-size: 16px;
    }

    .banner h1 {
        font-size: 32px;
    }

    .download_option {
        flex-direction: column;
        gap: 20px;
    }

        .download_option:not(:last-child) {
            margin-bottom: 26px;
        }

    .looseContainer {
        padding: 15px 0 !important;
    }

    .twoColumn_grid {
        grid-template-columns: repeat(1,minmax(100px,1fr));
    }

    .footer_links a, .footer_links span {
        font-size: 14px;
    }

    .banner_content p {
        font-size: 16px;
    }

    .navbar_rightContent {
        display: flex;
        gap: 10px;
    }

    #gradientImgWeb {
        display: none;
    }

    #gradientImgMob {
        display: block;
    }

    .global_card_container {
        flex-direction: column;
    }

    .carousel_container {
        padding: 10px 20px;
    }

    .global_card {
        width: 90%;
        margin: 0 auto;
        margin-top: 3px !important;
    }

    .global_card_content {
        width: 100%;
    }

    .banner_wrapper {
        padding: 0px 0 170px 0;
        align-items: flex-start;
    }

        .banner_wrapper .banner_content {
            width: 100%;
        }

    .webNav {
        display: none;
    }

    .inputContainer {
        background-color: white;
        display: inline-block;
    }

    .mobView {
        display: block;
    }

    .webView {
        display: none;
    }

    .stat_content h3 {
        font-weight: 700;
        font-size: 30px;
        text-align: center;
    }

    .stat_content > div {
        text-align: center;
    }

    .footer_footer {
        /* display: grid;
        grid-template-columns: repeat(3,minmax(50px,1fr));
        text-align: center; */
        /* gap: 20px; */
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;
    }

    .footer_content p {
        font-size: 14px;
    }

    .footer_content {
        padding-bottom: 60px;
        display: block;
    }

    .stats {
        flex-direction: column;
    }

    .stat_img {
        width: 100%;
    }

    .stat_content {
        width: 100%;
    }

    .stat_content {
        padding: 40px 20px;
        align-items: center;
    }

    .market_stats > h2 {
        font-size: 24px !important;
    }

    .market_stats > p {
        text-align: center;
        font-size: 16px;
        padding: 0 10px;
    }

    .pdf_content {
        padding: 20px;
    }

    .understand_market h2 {
        font-size: 24px;
    }

    .navbar_input {
        width: 200px;
    }

    .global_card_content {
        padding: 40px 20px;
        font-size: 18px;
        color: white;
    }

    .btn_container button {
        width: 50%;
        padding: 15px 0;
        font-size: 14px;
    }

    .banner_wrapper {
        flex-direction: column;
    }

    .understand_market p {
        font-size: 16px;
    }

    .pdf_container {
        width: 90%;
    }

    .option_outer_container {
        width: 100%;
    }

    .videoContainer {
        width: 100%;
    }

    .whats_new_card {
        flex-direction: column;
    }

    footer {
        padding: 50px 0;
    }

    .footer_content h4, p, .footer_logo {
        text-align: center;
    }

    .footer_logo {
        justify-content: center;
        height: auto;
        width: auto;
        align-items: center;
        justify-content: center;
    }

    .pdf_head {
        padding: 20px 15px;
    }

    .whats_new_img_container {
        width: 90%;
        margin: 0 auto;
        overflow: hidden;
        margin-top: -11%;
    }

        .whats_new_img_container img {
            border-radius: 12px;
            overflow: hidden;
        }

    .whats_new_container .owl-stage-outer {
        margin-bottom: 24px;
    }

    .whats_new_container .owl-stage {
        padding-top: 50px;
    }

    .whats_new_content_container {
        width: 100%;
        align-items:center;
        text-align:center;
    }

    .beefAll {
        font-size: 16px;
    }

    .download_btn {
        padding: 10px 20px;
    }

    .banner p {
        text-align: left;
        line-height: 1.25;
    }

    .inputs {
        flex-direction: column;
        width: 100%;
        margin-bottom: 50px;
    }

    .input_dropcontainer {
        width: 100%;
    }

    .select {
        width: unset;
    }

    .understand_market p {
        width: 95%;
    }

    .standard_section {
        padding: 50px 0;
    }



        .standard_section > h2 {
            font-size: 30px !important;
            padding: 0px!important;
        }

        .standard_section > p {
            font-size: 16px;
        }

    .growth_driver_carousel .owl-dots .owl-dot button {
        padding: 12px 30px;
        font-size: 14px;
    }

    .growth_driver {
        max-width: 100% !important;
    }

    .showing-resource, #Resource_Loadmore {
        text-align: center !important;
    }
}

@media screen and (max-width: 768px) {
    .bannerwithbottomlargeimageblock .banner_image img {
        max-height: 250px;
    }

    .block_form {
        padding: 30px 10px !important;
        margin-top:30px!important;
    }

    div.dataTables_wrapper div.dataTables_info {
        padding-bottom: 12px!important;
    }

    .grid_show_container{
        margin:0px!important;
    }

    .global_card_container.mb-50{
        margin-bottom:20px!important;
    }

    .grid_show {
        grid-row-gap: 10px;
    }

    .grid_show_container h4{
        text-align:center;
    }

    .content_flex_section {
        padding: 40px 0!important;
    }
}

@media screen and (max-width: 760px) {
    .form_accordion_container {
        gap: 30px;
        padding: 20px 0;
    }

    .form_accordion .accordion.m-a, .form_accordion .accordion.m-a:focus {
        font-size: 20px;
    }

    .banner_cards_container {
        margin-top: -20vw;
    }

    .summary_points ul li:before {
        top: 7px;
    }

    .summary_points li, .summary_points li .view_link {
        text-align: center;
        font-size: 16px;
        align-items: center;
        justify-content: center;
    }

    .summary_points ul li:before {
        background-color: #333333;
    }

    .popular_report_img_container, .popular_report_img_container img {
        max-width: 51px !important;
        max-height: 51px !important;
        min-height: 51px !important;
    }

    .popular_reports {
        align-items: flex-start;
    }

    .popular_report_text p {
        font-size: 16px;
    }

    .popular_report_text h6 {
        font-size: 15px;
        line-height: 17px;
        margin-bottom: 0;
    }

    .popular_tags_container.mobile {
        padding: 0px;
        display: grid;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        grid-template-columns: 1fr 1fr;
        grid-gap: 7px;
    }

    .filter_active .popular_tags_container .popular_tag {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
    }

    .mobile_search + .popular_tags.filter_active {
        width: 100%;
    }

    .onboarding_progress {
        max-width: 100% !important;
    }

    .popular_tags h4 {
        font-size: 20px;
        margin-bottom: 14px;
    }

    .filter_active .categorie_choose {
        background-color: white;
    }

    .filter_active .popular_tags_container .popular_tag, .filter_active .popular_reports {
        background-color: white;
    }

    .mobile_search + .popular_tags.filter_active .popular_tags {
        padding: 0;
        margin-top: 0;
        display: block;
        background-color: white;
    }

    .filter_btn.option-active {
        position: relative;
    }

    .topnav a:not(:first-child) {
        display: none;
    }


    .outlined_btn {
        padding: 16px 30px;
    }

    .threeGrid, .twoGrid {
        grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
    }


    .option_container {
        grid-template-columns: repeat(2, minmax(100px, 1fr));
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }

    .footer_footer a {
        font-size: 16px;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }

    .topnav.responsive {
        position: relative;
    }

    .social_links {
        display: grid;
        grid-template-columns: repeat(3,44px) !important;
        grid-row-gap: 12px;
        grid-column-gap: 12px;
        padding: 10px 0;
        justify-content: center;
        width: 100%;
    }

    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    #gradientImgMob {
        background-image: linear-gradient(0deg, #DC8419 6.88%, rgba(220, 132, 25, 0) 52.07%), linear-gradient(0deg, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.24)), url('../images/shared/haveQuestionWeb.jpg');
        width: 100%;
        height: 250px;
        background-size: cover;
        color: white;
        padding: 20px;
    }


    .rmed #gradientImgMob {
        background-image: linear-gradient(0deg, #CC3727 6.88%, rgba(220, 132, 25, 0) 52.07%), linear-gradient(0deg, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.24)), url('../img/shared/haveQuestion.jpg');
        width: 100%;
        height: 250px;
        background-size: cover;
        color: white;
        padding: 20px;
    }


    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }

    .block_option_container {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        grid-column-gap: 10px;
        grid-row-gap: 12px;
    }

    .mobView {
        display: block;
    }

    .social_link {
        width: 44px;
        height: 44px;
    }

    a.social_link img {
        width: 12px;
        height: 12px;
    }

    .company_list_footer {
        flex-direction: column;
        gap: 26px;
    }

    .banner_image {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
}

@media only screen and (max-width:450px) {
    .form_accordion_container {
        gap: 30px;
        padding: 20px 0;
    }

    .form_accordion .accordion.m-a, .form_accordion .accordion.m-a:focus {
        font-size: 16px;
        padding: 16px;
    }

    .banner.tal .banner_content h1 {
        font-size: 24px;
        line-height: 1.5;
    }

    .banner_card {
        max-width: unset;
    }

    .company_list_body,
    .company_list_footer {
        padding: 16px 0;
    }

    .field_two_grid {
        display: grid;
        grid-template-columns: repeat(auto-fit,minmax(120px,1fr)) !important;
        grid-gap: 10px;
    }

    .product_container {
        padding: 16px;
    }

    .block_form {
        padding: 30px 10px!important;
    }

    .panel_search_box input {
        width: 75%;
    }

    .block_option_container {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        grid-column-gap: 10px;
        grid-row-gap: 12px;
    }

    .block_form h3 {
        font-size: 16px;
    }

    .sub_block_form h4 {
        font-size: 16px;
    }

    .sub_block_form span {
        font-size: 14px;
    }

    .enquiry_button, .enquiry_button:focus {
        position: fixed;
        right: 0;
        top: 400px;
        border: none;
        outline: none;
        background-color: #CC3727;
        color: white;
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 18px;
        display: flex;
        align-items: center;
        gap: 4px;
        padding: 16px 15px;
        border-radius: 12px 0px 0px 12px;
        color: #FFFFFF;
        z-index: 100;
    }

    .brand_box {
        width: 100%;
    }

    .enquiry_form {
        background-color: rgba(250, 236, 228, 1);
        width: 90%;
        margin: 0 auto;
        position: relative;
    }

    .modal.show {
        backdrop-filter: blur(2px);
        background-blend-mode: overlay;
    }

    .enquiry_close {
        position: absolute;
        right: 20px;
        z-index: 100;
        pointer-events: none;
    }

    .brand_box p {
        font-size: 14px;
        line-height: 18px;
    }

    .brand_box h4 {
        font-size: 14px;
        line-height: 26px;
    }

    .brand_box_img {
        max-width: 78px;
    }

    .company_list_content > p {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        color: #9C9C9C;
    }

    .company_list_head img {
        margin-bottom: 20px;
    }

    .company_profile_head {
        font-size: 18px;
    }

    .company_list_head h3 {
        font-size: 24px;
    }

    .company_list_subhead p {
        font-size: 14px;
    }

    .responsiveGrid {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
        grid-column-gap: 10px;
        grid-row-gap: 20px;
    }

    .onboarding_progress .step_label.progress_active .step {
        width: 27px;
        height: 27px;
    }

        .onboarding_progress .step_label.progress_active .step img {
            width: 50%;
        }

    .progress_bar {
        width: 100%;
        max-width: 260px;
        height: 2px;
        background-color: #CBCACA;
        margin-top: 26px;
        margin: 26px 0px 0 0px;
    }

    .progress_level, .progress_level.completed {
        height: 2px;
    }

    .step_label p {
        font-size: 10px;
        line-height: 14px;
    }

    .progress_bar {
        margin-top: 10px;
    }

    .onboarding_progress .step div {
        width: 20px;
        height: 20px;
        font-size: 12px;
    }

    .search_inputs {
        display: flex;
        flex-direction: column;
    }

        .search_inputs .input_dropcontainer .btn-group {
            width: 100% !important;
        }

    .standard_box_content .box_item h3 {
        font-size: 14px;
    }

    .standard_box_content .box_item button {
        font-size: 14px;
        padding: 10px 12px;
        white-space: nowrap;
    }

    .box_grid_info {
        grid-template-columns: minmax(max-content,.7fr) minmax(20px,1fr);
        padding: 20px 15px;
        grid-column-gap: 10px;
    }

        .box_grid_info .value {
            word-break: break-all;
        }
}

@media only screen and (max-width:422px) {
    .option_outer_container .beef_icon {
        margin-bottom: 17px;
    }

    .downloadBasics .outlined_btn {
        padding: 10px 20px !important;
        font-size: 11px;
    }

    .globalMarketClassificationDownloadPfd {
        margin-top: 10px;
        padding: 7px 20px;
    }
}

.select {
    position: relative;
    margin-bottom: 15px;
    min-width: 150px;
    width: 100%;
    /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
}

    .select .selectBtn, .select .selectBtn:focus {
        background: var(--bg1);
        padding: 10px;
        box-sizing: border-box;
        border-radius: 6px;
        width: 100%;
        cursor: pointer;
        position: relative;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background: white;
        outline: none;
        color: black;
    }

        .input_dropcontainer .select .selectBtn,
        .select .selectBtn:focus {
            background: var(--bg1);
            padding: 8px 10px;
            box-sizing: border-box;
            border-radius: 6px;
            width: 100%;
            cursor: pointer;
            position: relative;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            background: white;
            outline: none;
            font-size: 13px;
            font-weight: 700;
            color: #495057;
            border: 1px solid #333333;
        }

.selectDropdown .option {
    border: none;
}




.select .selectBtn:after {
    content: "";
    position: absolute;
    top: 45%;
    right: 15px;
    width: 6px;
    height: 6px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid #DC8419;
    border-bottom: 2px solid #DC8419;
    transition: 0.2s ease;
}

.select .selectBtn.toggle {
    border-radius: 3px 3px 0 0;
}

    .select .selectBtn.toggle:after {
        -webkit-transform: translateY(-50%) rotate(-135deg);
        transform: translateY(-50%) rotate(-135deg);
    }

.select .selectDropdown {
    position: absolute;
    top: 100%;
    width: 100%;
    /* border-radius: 0 0 3px 3px; */
    overflow: hidden;
    background: var(--bg1);
    border-top: 1px solid #eee;
    z-index: 1;
    background: #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    visibility: hidden;
    transition: 0.2s ease;
    /* box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); */
}

    .select .selectDropdown .option {
        padding: 10px;
        box-sizing: border-box;
        cursor: pointer;
        font-family: 'Calibri',sans-serif;
        text-align: left;
    }

        .select .selectDropdown .option:hover {
            background: #FCF3E9;
        }

    .select .selectDropdown.toggle {
        visibility: visible;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }


.multi__dropdown {
    position: absolute;
    z-index: 100;
    width: 90%;
    padding: 0 !important;
}

.multi__display {
    background-color: white !important;
}

    .multi__display:focus {
        outline: none;
    }

.multi__dropdown ul {
    padding: 0 !important;
    background-color: white;
}

    .multi__dropdown ul li {
        padding: 10px 16px;
    }

.multi__li-item--selected::after {
    background: url('../img/Red_Meat_Growth/tick.svg') no-repeat !important;
    width: 14px !important;
    height: 13px !important;
}

.multi__li-item--selected {
    color: #DC8419 !important;
    background-color: #FCF3E9;
}

.multi__dropdown ul li:hover {
    background-color: #FCF3E9;
}

.multiselect_input {
    position: relative;
}

.owl-carousel .owl-video-play-icon {
    background-color: red !important;
    /* background: url('../img/shared/play.svg') no-repeat!important; */
    margin: 0 !important;
}

.owl-carousel .item-video {
    height: 300px;
}

.video_preview {
    position: relative;
    height: 100%;
}



.video-item {
    width: 100%;
    border-radius: 5px;
}

.play_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: rgba(255,255,255,.3);
    padding: 15px;
    border-radius: 50%;
    cursor: pointer;
}

    .play_btn .play_icon {
        width: 15px !important;
        height: 15px;
    }


.owl-carousel .owl-video-tn {
    background-size: cover;
    padding-bottom: 56.25%;
    padding-top: 25px;
}

.owl-video-frame {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

    .owl-video-frame iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }











.form-check label {
    cursor: pointer;
    display: inline-block;
    /* position: relative; */
    /* 10 px padding right + 15px input type*/
    margin-right: 10px;
    /* margin between inputs types */
}

    .form-check label:before {
        content: "";
        width: 16px;
        height: 16px;
        position: absolute;
        right: 20px;
    }

.form-check input[type=checkbox] {
    display: none;
}

.form-check label:before {
    /* background-image: url('../img/shared/check.png'); */
    background-position: 0 0;
    background-size: cover;
    width: 16px;
    height: 16px;
    margin-top: 2px;
}

.form-check input[type=checkbox]:checked + label:before {
    background-image: url('../images/shared/check.png');
    background-size: contain;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
    .bannerwithbottomlargeimageblock .banner_image img {
        max-width: 100%;
    }

    .videodescriptionrepeaterblock {
        height: 100%;
        width: calc(100%/2.2);
        margin: 0 10px;
    }
}

@media screen and (min-width: 1024px) {
    .videodescriptionrepeaterblock {
        height: 100%;
        width: 300px;
        margin: 0 0px;
    }
}

@media screen and (min-width: 1366px) {
    .videodescriptionrepeaterblock {
        height: 100%;
        width: 340px !important;
        margin: 0 0px;
    }
}

@media screen and (max-width: 1024px) {
    .banner h1 {
        font-size: 35px;
        line-height: 1.2;
    }
}
