

@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;
}

@font-face {
    font-family: 'Calibri';
    src: url("/Site.Resource/MLAHUB/HUBNewDesign/fonts/calibri-font-family/calibri-font-family/calibri-bold.ttf");
    font-weight: 800;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Surt", sans-serif !important;
}

p {
    margin: 0;
    padding: 0;
}

.banner-empty-image {
    background-color: #4B4F54;
}

.banner_image {
    max-width: 50%;
}

.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: 70%;
}

.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_links.tal .nav_link:hover, .nav_links.tal .dropdown:hover .dropbtn {
        background-color: #4B4F54;
    }

    .nav_links.tal .dropdown-content a:hover {
        background-color: #4B4F54;
    }

.tal .nav_link.nav_active {
    background-color: #4B4F54;
}

.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;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.help_tool_section, .help_tool_section, .help_tool_section > *, .help_tool_section p {
    font-style: italic !important;
    font-weight: 400 !important;
    font-size: 10px !important;
    line-height: 1.5 !important;
    text-align: center !important;
    color: rgba(51, 51, 51, 0.7) !important;
}

/*.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;
        }*/

.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%);
}

.non_gradient {
    background-image: unset;
}

.banner h1 {
    /*color: #DC8419;
        font-size: 64px;
        font-weight: 700;*/
    font-family: 'Surt',sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 48px !important;
    text-align: left;
    line-height: 107%;
    color: #CC3727;
}

.banner_wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 40px 0 180px 0;
}

.flex_btns {
    display: flex;
    justify-content: flex-start;
    gap: 24px;
    margin-top: 40px;
}

/* .flex_btns button {
    padding: 10px 56px;
    font-size: 16px;
} */

.flex_img_container {
    max-width: 50%;
}

.flex_btns button {
    padding: 10px 27px;
    width: 204px;
}

.flex_content {
    width: 60%;
}

    .flex_content p.header {
        font-weight: 700;
        font-size: 18px;
        line-height: 26px;
        color: #4B4F54;
        text-align: left;
    }

    .flex_content p.subcontent {
        text-align: left;
        color: #4B4F54;
    }

    .flex_content p.subcontent {
        font-weight: 400;
        font-size: 18px;
        line-height: 26px;
        color: #9C9C9C;
    }

.flex_img_container img {
    width: 100%;
}

.flex_content h2 {
    font-weight: 700;
    font-size: 35px;
    line-height: 1.3;
    color: #4B4F54;
    margin-bottom: 40px;
}

.flex_content p {
    font-size: 18px;
}

.flex_btns a{
font-size:18px;
}

.banner_content h1 {
    margin-bottom: 20px;
}

.banner_image img {
    max-height: 400px;
    width: auto;
    max-width: 100%;
}

.standard_banner p {
    font-weight: 400;
    font-size: 16px;
    line-height: 36px;
    display: flex;
    align-items: center;
    color: #3C3C3B;
}

.banner p {
    /* color: #DC8419; */
    font-size: 16px;
    /*font-family: 'Calibri', sans-serif !important;*/
    line-height: 1.25;
}

/*p {
    font-family: 'Calibri', sans-serif !important;
}*/

.tal.global_card_container {
    background-color: #4B4F54;
}

.rmed.global_card_container {
    background-color: #CC3727;
}

.rmed.banner_content h1 {
    color: #CC3727;
}

.tal.large_global_card_container {
    background-color: #4B4F54;
}

.tal.global_card_container .global_card_content p:first-child {
    font-weight: 700;
}

.tal.global_card_container .global_card_content {
    padding: 45px 25px;
}

.tal .global_card img {
    width: 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);
}

.global_steps_container {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-top: 32px;
    margin-bottom: 48px;
}

.large_global_card_container .global_card_content {
    padding: 58px 95px;
}

.large_global_card_container {
    margin: 0 auto;
    max-width: 1110px;
    display: flex;
    margin-top: -10%;
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.12);
}

.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('../img/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 #BDBDBD;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.option_outer_container {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    margin-top: 40px;
}

.quick_outer_container {
    margin: 0 auto;
}

    .quick_outer_container .owl-item {
        transition: all .2s ease;
    }

.quick_link_img {
    /* max-width: 800px; */
    max-height: 500px;
    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;
    }*/

.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;
}

.content_flex_section .flex_content button {
    margin-top: 32px;
}

.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;
}

.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: 60px 60px 14px 60px;
    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: 80%;
    bottom: 0;
    border-radius: 10px;
    left: 0;
    background-color: #00774B;
}

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: 13%;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #00774B;
}

.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;
}

.view_link {
    color: #DC8419;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 6px;
}

.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;
    font-size: 18px;
    cursor: pointer;
}

    .view_btn.tal {
        color: #4B4F54;
    }

    .view_btn.rmed {
        color: #CC3727;
    }

.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;*/
}

.flex_section {
    display: flex;
    align-items: center;
    gap: 50px;
    margin: 80px 0;
}

.content_flex_section {
    display: flex;
    align-items: center;
    gap: 50px;
    padding: 80px 0;
}

    .content_flex_section h2 {
        margin-bottom: 20px;
    }

.faq_container {
    padding: 100px 0;
}

    .faq_container > p {
        width: 50% !important;
    }

.accordion_wrapper .accordion, .accordion_wrapper .accordion:focus {
    padding: 30px 28px 20px 28px;
}

.faq_container .accordion_wrapper .accordion {
    transition: all .5s ease;
}

    .faq_container .accordion_wrapper .accordion ~ .panel {
        transition: all .5s ease;
    }

.faq_container .accordion.active, .faq_container .accordion.active ~ .panel {
    background-color: #979395;
    color: white;
}

.accordion_wrapper:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.faq_container .accordion_wrapper .accordion::after {
    right: 50px;
    background: url('../img/Tal_Homepage3/ArrowUp.png');
}

.faq_container .accordion_wrapper .accordion.active::after {
    background: url('../img/Tal_Homepage3/ArrowDown.png');
}

.onboarding_form .accordion::after {
    right: 50px;
    background: url('../img/Tal_Forms/Arrow_Up.png');
}

.onboarding_form .accordion.active::after {
    background: url('../img/Tal_Forms/Arrow_Down.png');
}

.faq_container .accordion.active ~ .panel {
    padding: 0 28px;
    /* max-height: unset; */
}

.accordion_wrapper button {
    /*font-family: 'Calibri',sans-serif !important;*/
}

.tab-grid.tab {
    display: grid !important;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    margin: 0 auto;
}

.content_flex_section p {
    font-weight: 400;
    font-size: 18px;
    color: #444A52;
    margin-bottom: 0;
}

.input_dropcontainer label {
    font-size: 14px;
    font-weight: 700;
    /* position: absolute;
    top: -10%;
    left: 0; */
}

button[disabled] {
    pointer-events: none;
    background-color: #efefef !important;
    color: #777 !important;
    border: 1px solid transparent !important;
}

.dark_btn {
    background-color: #DC8419;
    border: 1px solid;
    color: white;
    padding: 11px 47px;
    border-radius: 6px;
    font-weight: 700;
    cursor: pointer;
}

    .dark_btn.red {
        border-color: #CC3727;
    }
/*.dark_btn.red:hover {
    background-color: white;
    color: #CC3727 !important;
    border: 1px solid #CC3727 !important;
}*/

.outline_btn, .outline_btn:focus {
    padding: 9px 47px;
    border-radius: 6px;
    border: none;
    background-color: white;
    font-weight: 700;
    outline: none;
    cursor: pointer;
}

.onboarding_form.tal .accordion.active {
    background-color: rgba(235, 233, 234, 0.4);
}

    .onboarding_form.tal .accordion.active ~ .panel {
        background-color: rgba(235, 233, 234, 0.4);
    }

.onboarding_form.tal .accordion ~ .panel .panel_search_box button {
    background-color: #4B4F54;
}

.onboarding_form.tal .accordion ~ .panel .checkbox_grid .check_container input:checked ~ .checkmark {
    background-color: #4B4F54;
}

.onboarding_form.tal .check_container input:checked ~ .checkmark {
    background-color: #4B4F54;
}

.outline_btn.tal {
    border: 1px solid #4B4F54;
    color: #4B4F54;
    cursor: pointer;
}

.help_tool_dropdown_container {
    display: flex;
    gap: 24px;
}

    .help_tool_dropdown_container .select {
        border: 1px solid #BDBDBD;
        border-radius: 6px;
    }

.dark_btn.red {
    background-color: #CC3727;
}

.dark_btn.tal {
    background-color: #4B4F54;
}

.outline_btn.red {
    border: 1px solid #CC3727;
    color: #CC3727;
}

.dark_btn:focus {
    outline: none;
}

.light_btn {
    background-color: white;
    border: none;
    color: #DC8419;
    padding: 11px 47px;
    border-radius: 6px;
    font-weight: 700;
    display: inline-block;
    text-align: center;
}

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;
}



.rmed.stat_content {
    background-color: #CC3727;
}

.tal.stat_content {
    background-color: #4B4F54;
}

.stat_img {
    max-width: 50%;
}

    .stat_img .webView {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


.stats {
    display: flex;
    width: 100%;
}


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-family: 'Calibri',sans-serif !important;*/
        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;
}

.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;
}

.footer_divider {
    width: 30px;
    height: 2px;
    color: red;
    background-color: red;
}

/* .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;
    }

    .slide_content p {
        text-align: left;
        color: #9C9C9C;
        font-size: 18px;
        line-height: 26px;
    }

.option, .option:focus {
    /*font-family: 'Calibri',sans-serif !important;*/
    padding: 14px 6px;
    border: 1px solid #BDBDBD;
    text-align: center;
    transition: all .3s ease;
    cursor: pointer;
    outline: none;
    font-size: 14px;
    font-weight: 400;
}

.panel_box {
    width: 70%;
}

.option_content .option {
    border-radius: 6px;
}

.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;
}

    .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;
    }

.nav_gactive {
    background-color: #DC8419;
}

.talactive {
    background-color: #4B4F54;
}

.dropdown-content .nav_gactive {
    color: white;
}

.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;
    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: 500;
    background-color: #FBF1E6 !important;
    user-select: none;
}

    .option-active.red {
        border: 1px solid #CC3727 !important;
        color: #CC3727 !important;
        font-weight: 500;
        background-color: #FAECE4 !important;
        user-select: none;
    }



    .option-active.tal {
        border: 1px solid #4B4F54 !important;
        color: #4B4F54 !important;
        font-weight: 500;
        background-color: rgba(205, 202, 204, 0.34) !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 {
    background-color: white;
}

    .tabContent img {
        width: 100%;
    }

.tab_container {
    display: flex;
    justify-content: center;
}

.growth_driver {
    max-width: 80% !important;
}

    .growth_driver .modal-content {
        border-radius: 20px;
    }


.table_container img {
    width: 100%;
}

.outlined_btn.rmed, .outlined_btn.rmed:focus {
    border: 2px solid #CC3727;
    color: #CC3727;
}

.outlined_btn.tal, .outlined_btn.tal:focus {
    border: 1px solid #FFFFFF;
    color: white;
    background-color: #4B4F54;
}

.flex_btns .outlined_btn {
    background-color: transparent;
    color: #4B4F54;
    border: 1px solid #4B4F54;
}

.box_grid_info .key {
    /*font-family: 'Calibri',sans-serif !important;*/
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    color: #000000;
}

.standard_box_block {
    display: flex;
    align-items: center;
    padding: 20px 24px;
}

    .standard_box_block:nth-child(odd) {
        background-color: rgba(250, 236, 228, 0.4);
        border-radius: 10px;
    }

    .standard_box_block .key {
        /*font-family: 'Calibri', sans-serif !important;*/
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 36px;
        color: #000000;
        min-width: 240px;
        text-align: left;
        margin: 0;
    }

.standard_box_head {
    background-color: #CC3727;
    border-radius: 20px 20px 0px 0px;
}

.standard_box_block .value {
    /*font-family: 'Calibri',sans-serif !important;*/
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 36px;
    color: #000000;
    text-align: left;
    margin: 0;
}

.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;
}

.tal.outlined_btn:hover {
    background-color: #4B4F54;
}

.outlined_btn, .outlined_btn:focus {
    border: 2px solid #DC8419;
    background-color: white;
    padding: 14px 15px;
    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;
    }

.stamdard_box_blocks {
    padding: 24px;
}

.enquiry_head .standard_box {
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    overflow: hidden;
}



.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: 55%;
}

.banner_cards_container {
    margin-top: -10%;
    padding: 10px 0;
}

    .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;
}

    .check_container .check_point > a, .company_form.t-and-c-main a {
        color: #3C3C3B;
        text-decoration: underline;
    }

.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;
    }

        .enquiry_form_body .label_inputContainer label {
            font-weight: 700;
        }



.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;
    color: #9C9C9C;
}

.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;
    }

.banner.tal .banner_content h1 {
    font-weight: 700;
    font-size: 48px;
    line-height: 51px;
    color: #4B4F54;
}

.rmed.banner .container h1 {
    color: #CC3727;
    text-align: left;
}

.rmed.banner p {
    text-align: left !important;
    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%;
}

.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%;
    }

.backImage .standard_section h2 {
    color: white;
}

.back_search {
    display: flex;
    width: 100%;
    padding: 10px;
    margin-top: 60px;
}

    .back_search label {
        color: white;
        font-weight: 700;
        font-size: 14px;
        line-height: 20px;
        display: flex;
        align-items: center;
        color: #FFFFFF;
    }

.home_image_section {
    position: relative;
}

.back_search .input_dropcontainer input {
    height: 100%;
}

.back_search > .input_dropcontainer .select {
    margin-bottom: 0;
}

.back_dropdown, .back_search_btn {
    width: 196px;
}

    .back_search_btn > .dark_btn {
        padding: 17px 47px;
    }

    .back_dropdown .select {
        margin-bottom: 0;
    }

        .back_dropdown .select .selectBtn {
            border-radius: 0;
            padding: 17px;
            background-color: #EBE9EA;
        }

.back_text_input {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.search_suggestion_option {
    background: rgba(255, 255, 255, 0.49);
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    border-radius: 6px;
    padding: 10px 14px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    justify-content: center;
    text-align: center;
    color: #FFFFFF;
}

.search_suggestions {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(50px,100px));
    justify-content: center;
    grid-column-gap: 24px;
    grid-row-gap: 16px;
    margin-top: 40px;
}

.back_text_input input {
    padding: 0 10px;
}

    .back_text_input input:focus {
        outline: none;
    }

.back_search .back_dropdown:first-child .select .selectBtn {
    border-radius: 10px 0px 0px 10px;
}

.banner.tal p {
    color: #4B4F54;
}

.back_search_btn {
    display: flex;
    align-items: flex-end;
}

.readMore, .readMore:focus, .readMore:hover {
    font-size: inherit;
    color: #444A52;
    font-weight: 600;
    text-decoration: underline;
    outline: none;
}

.back_search_btn .dark_btn {
    border-radius: 0;
    border-radius: 0px 10px 10px 0px;
}

.back_text_input input {
    height: 100%;
    border: none;
}

.backImage {
    background-image: url('../../assets/img/Tal_Homepage/BackImage.png');
}

.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 > div {
        color: #DC8419;
        font-weight: 700;
        margin: 10px 0;
        font-size: 18px;
    }

.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: #DC8419;
    border-radius: 12px;
}

.whats_new_container .owl-nav {
    margin-top: 60px !important;
}

.whats_new_content_container {
    color: white;
    padding: 30px;
    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;
    }

.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;*/
    }

    .whats_txt_content h4 {
        font-weight: 700;
        font-size: 36px;
    }

.popular_tag {
    padding: 13px 0px;
    border: 1px solid #BDBDBD;
    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;
}

.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: 100%;
        box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
        border-radius: 0;
        display: none;
    }

        .mobile_search + .popular_tags.filter_active {
            display: block;
        }



.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 img {
    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;
}

    .date_stamp span {
        font-size: 24px;
        /*font-family: 'Calibri', sans-serif !important;*/
    }

.group_multiselect {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.date_stamp span:nth-child(2) {
    font-size: 16px;
}

.report_card_content h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 20px;
}

.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: 13px 16px;
    border-radius: 10px;
    cursor: pointer;
}

    .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: 16px;
    grid-column-gap: 10px;
}

.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;
    }

        .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;
        margin-bottom: 40px;
    }

    .enquiry_head > a, .enquiry_head > a:hover {
        display: flex;
        gap: 12px;
        align-items: center;
        color: #3C3C3B;
        font-weight: 400;
        font-size: 16px;
        line-height: 36px;
        position: absolute;
        left: 0;
    }

.company_list_head .rmed-company-img {
    max-width: 450px;
    height: 100%;
    max-height: 150px;
}

.gridLarge {
    display: grid;
    grid-column-gap: 28px;
    grid-row-gap: 20px;
}

.standard_box_head h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: white;
    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;
}

.onboarding_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;
}

.onboarding_progress.tal .step_label.progress_active .step {
    border: 1px solid #4B4F54;
}

    .onboarding_progress.tal .step_label.progress_active .step div {
        background-color: #4B4F54;
    }

.onboarding_progress.tal .step_label.progress_active p {
    color: #4B4F54;
}

.onboarding_progress.tal .step_label p {
    font-family: 'Surt',sans-serif !important;
}

.onboarding_progress.tal .progress_level {
    background-color: #4B4F54;
}

.onboarding_form_head > h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    color: #3C3C3B;
}

.exporters_login_form_head p {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #3C3C3B;
}

.onboarding_form_head > h5 {
    font-weight: 700;
    font-size: 20px;
    line-height: 36px;
    color: #4B4F54;
}

.onboarding_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_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;
    margin: 70px auto 0 auto;
}

    .company_form h3 {
        font-weight: 700;
        font-size: 24px;
        line-height: 29px;
        color: #3C3C3B;
    }

.max-w-100 {
    max-width: 100% !important;
}

.gap-0 {
    grid-gap: 0 !important;
    grid-gap: 0 !important;
}

.image_preview_container {
    max-width: 120px;
    /* margin: 0 auto; */
}

#lamb2 {
    display: none;
}

#beef2 {
    display: none;
}

.image_preview_container .image_preview img {
    width: 100%;
}

.image_preview_step4 {
    display: flex;
    flex-direction: column;
    max-width: 120px;
    gap: 10px;
    margin-left: auto;
    text-align: center;
    align-items: center;
}

.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;
        /* padding: 0 18px; */
    }

.sub_block_form h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 4px;
}

.sub_block_form p {
    font-size: 18px;
}

.block_form > .accordion {
    /* padding: 12px 0; */
}

.terms_of_use .check_point {
    color: #222222 !important;
}

.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 !important;
}

.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;
    }

        .sub_block_btn button.active.tal {
            background: #4B4F54;
            color: white;
        }

.product_container.tal {
    background-color: rgba(224, 224, 224, 0.35);
}

.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;
    margin-top: 50px;
}

.block_form > p {
    font-size: 20px;
    font-weight: 500;
}

/* .block_form > p {
    text-align: left;
    padding: 0 18px;
} */

.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;
}

.onboarding_form .step_label {
    max-width: 85px;
}

.onboarding_form .block_form h3 {
    padding: 0;
    color: #3C3C3B;
}

.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;
    }

.submit_loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.submit_loading_container {
    background-color: white;
    padding: 100px;
    margin-top: 30px;
    border-radius: 20px;
}

.btn_container.exporters_login a, .btn_container.exporters_login a:hover {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}


.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;
    }

.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;
}

.simple_section {
    padding: 100px 0;
}

    .simple_section p {
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 161%;
        text-align: center;
        color: #444A52;
        margin-bottom: 30px;
    }

.brand_box {
    display: flex;
    align-items: center;
    gap: 16px;
    background-color: white;
    padding: 18px 20px;
    width: 100%;
}

.brand_box_container .brand_box {
    padding: 0;
}

.brand_box_content {
    padding-right: 15px;
}

.brand_box:not(:first-child) {
    margin-top: 24px;
}

.brand_box_img {
    max-width: 140px;
    width: 100%;
    max-height: 100%;
}

.brand_box_content h4 {
    margin-bottom: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 35px;
    color: #3C3C3B;
}

.align-baseline {
    align-items: baseline;
}

.mw-200 {
    min-width: 200px;
}

.brand_box p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
}

.brand_box_btn {
    align-self: stretch;
}

    .brand_box_btn > button {
        align-self: flex-start;
    }

.brand_box_content_container {
    display: flex;
    justify-content: space-between;
    flex: 1;
}

.global_step {
    /* display: flex;
    align-items: center;
    gap: 22px; */
    display: grid;
    grid-template-columns: 40px 1fr;
    align-items: center;
    gap: 16px;
}

    .global_step span {
        font-size: 54px;
        line-height: 65px;
        color: #6f7276;
        font-weight: 700;
        width: 40px;
        text-align: center;
    }

    .global_step > div {
        /*font-family: 'Calibri', sans-serif !important;*/
        font-size: 20px;
    }

.filter_img img {
    /* width: 100%; */
}

.block_option_crossable p {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    align-items: center;
    color: #CC3727;
}

.company_filtered_container {
    padding: 10px 24px;
}

    .company_filtered_container h4 {
        /*font-family: 'Calibri',sans-serif !important;*/
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 18px;
        color: #3C3C3B;
    }

.company_filtered_accordions {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.block_option_crossable {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 160px;
    padding: 14px 16px;
    background-color: #FAECE4;
    border: 1px solid #CC3727;
    border-radius: 6px;
}

.company_filter_box_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
}


    .company_filter_box_head h4 {
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 29px;
        color: #3C3C3B;
        margin-bottom: 0;
    }

.company_filter_icon {
    padding: 14px 10px;
    display: inline-flex;
    border-radius: 6px;
    cursor: pointer;
}

.company_filter_icon {
    border: 1px solid #CC3727;
}

    .company_filter_icon svg {
        fill: #CC3727;
        pointer-events: none;
    }

.filter_icon_active {
    background-color: #CC3727;
}

    .filter_icon_active svg {
        fill: white;
    }

.company_filter_icon.filter_icon_active + .filter_mob_options {
    display: block;
}

.company_filter_icon + .filter_mob_options {
    display: none;
}
/* 
.company_filter_icon + .filter_mob_options {
    display: none;
} */

.filter_mob_options {
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 100;
    border-radius: 10px;
    box-shadow: 0px 4px 5px 1px rgba(0, 0, 0, 0.17);
}

.company_filter_search input {
    border: none;
    background-color: white;
    width: 100%;
    margin-bottom: 15px;
    padding: 4px 8px;
    border-radius: 6px;
    border: 1px solid rgba(189, 189, 189, 0.5);
}

.company_filter_search {
    margin-bottom: 10px;
}

    .company_filter_search input::placeholder {
        /*font-family: 'Calibri',sans-serif !important;*/
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
        color: #BDBDBD;
    }

.company_filter_box {
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    padding: 20px 0;
}

.filter_box_submit {
    padding: 20px 24px;
}

.company_filter_box_head button, .company_filter_box_head button:focus {
    border: none;
    outline: none;
    background-color: transparent;
    color: #CC3727;
    font-size: 14px;
    line-height: 17px;
    text-decoration-line: underline;
}

.company_filter_accordion {
    padding: 0 6px;
}

    .company_filter_accordion .panel {
        position: relative;
    }

.company_filter_search {
    position: sticky;
    top: 2px;
    left: 0;
    z-index: 100;
}

.company_inputtype_accordion label {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 14px;
}

.company_inputtype_accordion .accordion, .company_inputtype_accordion .accordion:focus {
    padding: 10px;
    font-size: 16px;
    /*font-family: 'Calibri',sans-serif !important;*/
}

.company_inputtype_accordions {
    padding: 0 12px;
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.company_inputtype_accordion > button, .company_inputtype_accordion > button:focus {
    border: 1px solid #333333;
    border-radius: 6px;
    background-color: white;
}

.company_inputtype_accordion .accordion.active {
    background-color: white;
    font-weight: 400;
}

.company_filter_accordion_option {
    border: none;
    background-color: transparent;
    width: 100%;
    outline: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 22px;
    /*font-family: 'Calibri',sans-serif !important;*/
}

    .company_filter_accordion_option:focus {
        outline: none;
    }

    .company_filter_accordion_option:hover {
        background-color: rgba(250, 236, 228, 0.4);
        cursor: pointer;
    }

    .company_filter_accordion_option img {
        display: none;
    }

.filter_option_active {
    background-color: rgba(250, 236, 228, 0.4);
    font-weight: 700;
    color: #CC3727;
}

    .filter_option_active img {
        display: block;
    }

.company_inputtype_accordion .accordion.active ~ .panel {
    background-color: rgba(250, 236, 228, 0.4);
}

.company_inputtype_accordion .panel {
    background-color: white;
    padding: 0;
}

#helpTool2 {
    overflow-y: auto;
}

/* .modal:nth-of-type(even) {
    z-index: 1062 !important;
}

.modal-backdrop.show:nth-of-type(even) {
    z-index: 1061 !important;
} */

.company_filter_accordion > div .accordion.active ~ .panel {
    max-height: 350px !important;
    overflow-x: hidden;
    overflow-y: auto;
}

.help_tool_submit_btns {
    text-align: center;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    gap: 24px;
}

    .help_tool_submit_btns button {
        font-size: 16px;
        padding: 14px 47px;
    }

.help_tool_container_content .block_option_container {
    grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
}

.help_tool_container_content .checkbox_grid {
    max-height: 190px;
    overflow-y: scroll;
}

    .help_tool_container_content .checkbox_grid::-webkit-scrollbar {
        background-color: transparent;
        width: 5px;
    }

    .help_tool_container_content .checkbox_grid::-webkit-scrollbar-thumb {
        background-color: #BDBDBD;
        opacity: .5;
        width: 5px;
    }

.help_tool_question h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 16px;
}

.help_tool_question span {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #3C3C3B;
}

.help_tool_question:not(:first-child) {
    margin-top: 40px;
}

.help_tool_container_content {
    padding: 40px 24px;
}

.help_tool_container {
    border-radius: 20px;
    overflow: hidden;
}

.help_tool_container_head {
    background-color: #CC3727;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 24px;
}

    .help_tool_container_head > button, .help_tool_container_head > button:focus {
        border: none;
        background-color: transparent;
        padding: 10px;
        outline: none;
        cursor: pointer;
    }

.help_tool_container {
    /* padding: 20px; */
}

.help_tool_content_container {
    display: flex;
    align-items: center;
    color: white;
    gap: 30px;
}

    .help_tool_content_container h4 {
        font-weight: 600;
        font-size: 20px;
        line-height: 36px;
        margin-bottom: 0;
        color: #FFFFFF;
    }

    .help_tool_content_container p {
        font-family: 'Calibri';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 36px;
        color: #FFFFFF;
        margin-bottom: 0;
    }

/* .company_filter_accordion .panel .check_container  {
    color: red;
} */

/* .company_filter_accordion button {
    padding: 6px 10px;
} */

.filter_img {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

    .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: flex-start !important;
    gap: 26px;
    margin: 50px 0;
    flex-wrap: wrap;
}

    .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: 22px 10px;
        font-weight: 500;
        font-size: 18px;
        line-height: 20px;
        display: flex;
        align-items: center;
        color: #CC3727;
    }

.currently_listed {
    padding: 60px 0;
    text-align: center;
}

    .currently_listed button {
        cursor: pointer;
    }

    .currently_listed a {
        color: #CC3727;
    }

.banner_search input {
    border: none;
    flex: 1;
    padding: 0 10px;
    overflow: hidden;
    border-radius: 6px;
}

    .banner_search input::placeholder {
        color: #C8C8C8;
    }

.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;
} */

.fab {
    font-family: "Font Awesome 5 Brands" !important;
}

/* /////////////////////////////////////////////////////////////////////////////////////////////////// */
@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;
    }

    .content_flex_section {
        gap: 20px;
    }

        .content_flex_section .flex_content {
            width: 70%;
        }

    .large_global_card_container .global_card_content {
        padding: 58px 55px;
    }

    .exporters_login_form {
        background-color: #FAFAFA;
        margin-top: -100px;
        margin-bottom: 80px;
        position: relative;
        border-radius: 20px;
        padding: 40px 10px;
    }

    .onboarding_form {
        background-color: #FAFAFA;
        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:768px) {
    .pagination {
        gap: 6px;
        margin: 25px 0;
        flex-wrap: wrap;
    }

    .banner h1 {
        text-align: center !important;
    }

    .rmed.banner .banner_content h1 {
        font-size:32px!important;
    }

    .banner p {
        text-align: center !important;
    }

    #RMEDListingSectionMain .company_list_section h3 {
        margin-bottom: 0;
    }

    .mobView #filter_box {
        position: fixed;
        top: 120px;
        right: 20px;
        background-color: white;
        z-index: 1000;
        box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.22);
    }

    #brand-main {
        margin-top:0px!important;
    }

    .append-search-data .mla-chips {
        text-align: center;
        justify-content: center;
    }

    .navbar_rightContent .inputContainer {
        display: none;
    }

    .flex_content > h2 {
        font-size: 30px;
    }

    .flex_content > p {
        font-size: 20px;
    }

    .flex_img_container {
        max-width: 100%;
    }

    .back_search {
        flex-direction: column;
        gap: 16px;
    }

    .back_dropdown .select {
        border-radius: 10px;
        overflow: hidden;
    }

    .back_text_input input {
        border-radius: 10px;
    }

    .back_dropdown {
        width: 100%;
    }

    .back_text_input input {
        padding: 17px;
    }

    .back_search_btn {
        width: 100%;
        justify-content: center;
        border-radius: 10px;
        overflow: hidden;
    }

        .back_search_btn .dark_btn {
            border-radius: 10px;
        }

    .flex_btns button {
        flex: 1;
        padding: 14px 10px;
    }

    .flex_section {
        flex-direction: column;
    }

    .content_flex_section {
        flex-direction: column;
    }

    .flex_section .flex_img_container {
        order: 1;
        width: 100%;
        max-width: 100%;
    }

    .content_flex_section .flex_img_container {
        order: 2;
    }

    .flex_content {
        width: 100%;
        order: 2;
    }

    .stat_img {
        max-width: 100%;
    }

        .stat_img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .footer_logo {
        text-align: center;
    }

    .panel_box {
        width: 100%;
    }

    .banner_search {
        margin: 20px auto;
        max-width: 100%;
    }

        .banner_search .select {
            max-width: 100px;
        }

            .banner_search .select ~ input::placeholder {
                font-size: 12px;
            }

    .report_card {
        margin: 0 auto;
    }

    .btn_container button {
        width: 50%;
    }

    .exporters_login_form {
        margin-top: -30px;
    }

    .onboarding_form {
        margin-top: -30px;
    }

    .quick_link_img {
        /* max-width: 328px; */
        max-height: 203px;
    }

    .banner_cards_container {
        margin-top: -15vw;
    }

    .box_grid_info {
        grid-template-columns: repeat(2,minmax(100px,1fr));
        padding: 30px 35px;
        grid-column-gap: 30px;
    }

        .box_grid_info .key, .box_grid_info .value {
            font-size: 16px;
        }

    .banner h1 {
        font-size: 32px !important;
    }

    .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: 14px;
    }

    .navbar_rightContent {
        display: flex;
        gap: 10px;
    }

    #gradientImgWeb {
        display: none;
    }

    #gradientImgMob {
        display: block;
    }

    .global_card_container {
        flex-direction: column;
    }

    .large_global_card_container {
        flex-direction: column;
    }

    .carousel_container {
        padding: 10px 20px;
    }

    .global_card {
        width: 90%;
        margin: 0 auto;
        margin-top: -100px;
    }

    .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;
    }

    .stat_content > div {
        text-align: center;
    }

    .footer_content p {
        font-size: 14px;
    }

    .footer_content {
        padding-bottom: 30px;
        display: block;
    }

    .stats {
        flex-direction: column;
    }

    .stat_img {
        width: 100%;
    }

    .stat_content {
        width: 100%;
    }

    .stat_content {
        padding: 30px 60px 30px 60px;
        align-items: center;
    }

    .market_stats > h2 {
        font-size: 24px;
    }

    .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;
    }

    /*.topnav a {
        padding: 14px 0px 14px 10px;
        font-size: 17px;
    }*/

    .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, .footer_content > p {
        text-align: 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%;
    }

    .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: 24px;
            padding: 0 26px;
            line-height: 36px;
        }

        .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;
    }
}

@media screen and (max-width: 760px) {
    .company_list_head rmed-company-img {
        max-width: 300px;
        height: 100%;
        max-height: 150px;
    }
    /*.topnav a:not(:first-child) {
        display: none;
    }*/
    .faq_container .accordion_wrapper .accordion::after {
        right: 10px;
    }

    .faq_container > p {
        width: 100% !important;
    }

    .faq_accordion_container .accordion_wrapper .accordion {
        padding: 15px 30px 15px 15px;
        font-size: 16px;
    }

        .faq_accordion_container .accordion_wrapper .accordion ~ .panel {
            font-size: 16px;
        }

        .faq_accordion_container .accordion_wrapper .accordion.active ~ .panel {
            padding: 0 30px 15px 15px;
        }

    .content_flex_section .flex_content {
        width: 100%;
        text-align: left;
    }

    .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;
    }

    #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('../img/shared/haveQuestion.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;
    }


    a.social_link img {
        width: 12px;
        height: 12px;
    }

    .company_list_footer {
        flex-direction: column;
        gap: 26px;
    }

    .banner_note {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
    /* .global_step {
       gap: 20px;
   } */

    .global_step span {
        min-width: 40px;
    }

    .banner_image {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
}


@media only screen and (max-width:576px) {
    .block_form {
        margin-top: 34px;
    }
    .company_list_head .rmed-company-img {
        max-width: 100%!important;
        height: 100%;
        max-height: 150px;
    }
}

@media only screen and (max-width:450px) {
    .company_form h3 {
        font-size: 20px !important;
    }

    .banner_card {
        max-width: unset;
    }

    .banner.tal .banner_content h1 {
        font-size: 32px;
        line-height: 44px;
    }

    .global_step {
        gap: 12px;
    }

    .content_flex_section .flex_content button {
        margin-top: 24px;
    }

    .simple_section p {
        font-size: 16px;
    }

    .simple_section {
        padding: 60px 0;
    }

    .content_flex_section p {
        font-weight: 400;
        font-size: 18px;
    }

    .content_flex_section .flex_content h2 {
        margin-bottom: 16px;
    }

    .global_steps_container {
        gap: 12px;
        margin-bottom: 26px;
        margin-top: 20px;
    }

    .large_global_card_container .global_card_content {
        padding: 24px 16px;
    }

    .global_step > div {
        font-size: 16px;
    }

    .large_global_card_container .global_card_content h2 {
        font-size: 24px;
    }

    .global_card_cta {
        text-align: center;
    }

    .back_search {
        margin-top: 20px;
    }

    .search_suggestions {
        display: flex;
        flex-wrap: wrap;
    }

        .search_suggestions .search_suggestion_option {
            width: 100px;
        }

    .back_search label {
        font-weight: 700;
        font-size: 10px;
        line-height: 20px;
        display: flex;
        align-items: center;
        color: #FFFFFF;
    }

    .flex_btns {
        margin-top: 20px;
    }

    .flex_section, .content_flex_section {
        gap: 24px;
    }

    .content_flex_section {
        padding: 52px 0;
    }

        .flex_section h2, .content_flex_section h2 {
            font-weight: 700;
            font-size: 24px;
            line-height: 36px;
            color: #4B4F54;
            margin-bottom: 24px;
        }

    .flex_content p.header {
        font-size: 16px;
    }

    .dark_btn, .outlined_btn {
        padding: 14px 28px;
        font-size: 12px;
    }

    .image_preview_step4 {
        max-width: 120px;
        margin-right: auto;
        margin-left: unset;
        text-align: center;
    }

    .company_form {
        margin-top: 30px;
    }

        .company_form p {
            text-align: left;
        }

    .onboarding_progress {
        justify-content: center;
    }

    .step_label p {
        visibility: visible;
    }

    .step_label.progress_active.current p {
        visibility: visible;
    }
    /* .onboarding_progress .step_label {
        display: none;
        max-width: 200px;
    } */
    /* .onboarding_progress .progress_bar {
        display: none;
    } */
    /* .onboarding_progress .step_label.progress_active.current {
        display: block;
    } */
    .company_list_subhead h4 {
        font-size: 14px;
        line-height: 18px;
    }

    .banner_search .select .selectBtn {
        padding: 17px 10px;
    }

    .standard_box_block {
        gap: 10px;
    }

        .standard_box_block .key {
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 36px;
            color: #000000;
            word-break: normal;
            min-width: 130px;
            width: max-content;
        }

        .standard_box_block .value {
            font-weight: 700;
            font-size: 16px;
            line-height: 36px;
            color: #000000;
            word-break: break-all;
        }

    .navbar_rightContent img {
        max-width: 32px;
    }

    .help_tool_dropdown_container {
        gap: 10px;
    }

    .help_tool_container_content .block_option_container {
        grid-template-columns: 1fr;
    }


    .company_list_banner h2 {
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 30px;
    }

    .company_list_banner p {
        font-size: 14px;
        line-height: 18px;
    }

    .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: 20px 10px;
    }

    .panel_search_box input {
        width: 75%;
    }

    .wizardPrevious h3 {
        margin-top: 10px!important;
    }

    .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: 0px!important;
    }

    .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: 10px;
    }

        .responsiveGrid .company_list_subhead p {
            margin-bottom: 0;
        }

    .company_list_subhead h4 {
        margin-top: 15px;
    }

    .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;
    }
    /* .onboarding_progress .step_label.current.progress_active .step div {
        width: 42px;
        height: 42px;
    }
    .onboarding_progress .step_label.current.progress_active .step  {
        width: 50px;
        height: 50px;
    } */
    .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;
        }
}



.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: 6px 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;
            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.tal .selectBtn:after {
    border-right: 2px solid #4B4F54;
    border-bottom: 2px solid #4B4F54;
}

.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('../img/shared/check.png');
    background-size: contain;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
}

.stat_wrapper.Darkmaroon .stat_img {
    background-color: #CC3727 !important;
    background: no-repeat;
}

.stat_wrapper.Darkmaroon .stat_content {
    background-color: #CC3727 !important;
}
