﻿@import url("https://fonts.cdnfonts.com/css/proxima-nova-2");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");

.bg-offwhite {
    background-color: #FFFCF6;
}

.social_links a i, .social_links a:hover i {
    color: #777777;
}

.textcolor-rmd-maroon {
    color: #CC3727;
}

.textcolor-rmd-midgray {
    color: #797979;
}

.m-0-auto {
    margin: 0 auto;
}

.p-30 {
    padding: 30px;
}

.rmd-modal-checkbox.panel-linehight input[type="checkbox"] {
    margin-top: 4px;
}

.align-items-start {
    align-items: flex-start;
}

.plr-30 {
    padding: 1rem 30px;
}

.list-postcode {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    width: 100%;
    max-height: 250px;
    overflow-y: auto;
    background-color: #efefef;
    z-index: -1;
    margin: 0 auto;
}

    .list-postcode.active {
        display: block;
        z-index: 5;
        background-color: white;
        color: #333333;
        font-size: 13px;
        font-weight: 600;
        padding: 15px;
        /*  border: 1px solid #ccc;*/
        border-radius: 8px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        overflow-x: hidden;
    }

        .list-postcode.active li {
            padding: 10px 10px;
            border-bottom: 1px solid #efefef;
            position: relative;
            cursor: pointer;
            font-weight: 500;
        }

            .list-postcode.active li.selected {
                background-color: #01774a;
                pointer-events: none;
                color: white;
                border-radius: 5px;
            }

            .list-postcode.active li:hover {
                background-color: #efefef;
                color: #333333;
                border-bottom-color: #efefef;
                border-radius: 5px;
            }

.rmed-option-position .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 64px !important;
    display: flex;
    align-items: center;
}

    .rmed-option-position .select2-container--default .select2-selection--single {
        height: 63px !important;
        border: none !important;
    }

    .rmed-option-position .select2-container {
        width: 100% !important;
    }

    .rmed-option-position .select2-container--default .select2-selection--single .select2-selection__arrow b {
        margin-top: 3px;
    }

    .rmed-listing-drop.active li {
        padding: 5px 10px;
        border-bottom: none !important;
        position: relative;
        cursor: pointer;
    }

    .rmed-listing-drop.active li.selected {
          background-color: #ffffff!important;
        pointer-events: none;
        color: #455560;
        font-weight: bold;
         border-radius: 0px!important;
    }

    .rmed-listing-drop.active li:hover {
        background-color: #ffffff !important;
        color: #455560;
        font-weight: bold;
        border-bottom-color: none!important;
        border-radius: 0px !important;
    }

.form-placeholder.form-group {
    position: relative;
}

.loader-spin {
    animation-name: spinnercircle;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

.banner-componnent {
    position: absolute;
    width: 50%;
    transform: translate(-50px, -50%);
    top: 50%;
    left: 26%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.common-box-component-img .text-left.titlebody-content .typo-headline {
    font-size: calc(39px + 5 * ((100vw - 320px) / (2000 - 320))) !important;
    line-height: calc(43px + 5 * ((100vw - 320px) / (2000 - 320))) !important;
    margin-bottom: 30px;
}

@keyframes spinnercircle {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*.card-consist {
    border-radius: 0px !important;
    box-shadow: none !important;
    background-color: white;
    border: 1px solid #ccc;
    margin-top: -1px;
}
*/
    .card-consist:first-child {
        margin-top: 30px;
    }

    .card-consist:last-child {
        border-bottom: 1px solid #cccccc;
    }

.form-placeholder.form-group.op_Inprocess::after {
    position: absolute;
    top: 40px;
    right: 10px;
    z-index: 1054;
    background-image: url(../img/op_Inprocess.gif);
    background-size: 16px;
    background-position: 99% center;
    background-repeat: no-repeat;
    content: "";
    width: 25px;
    height: 25px;
    background-size: 20px;
}

.listProductOptions.common-loader.op_Inprocess ul {
    max-height: 100px;
    min-height: 100px;
}

ul#enqpclst li {
    width: 47%;
    margin: 5px 5px;
    justify-content: flex-start;
}

.color-darkred {
    color: #CC3727;
}

ul#enqpclst {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.bg-rmd-maroon {
    background-color: #CC3727 !important;
}

.rmed-search-field {
    flex: 0.5 !important;
}

.search-btn {
    border-radius: 0 !important;
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
    width: 4.8em;
    background-color: #1E90FF;
    color: white;
}

.fieldInput {
    display: block;
    margin: 40px auto;
    width: 550px;
    position: relative;
    border-radius: 50px;
    overflow: hidden;
}

    .fieldInput .form-input {
        width: 556px;
        border: 2px solid #CC3727;
        padding: 13px 20px;
        color: #4B4F54;
        background: #fff;
        letter-spacing: 0.2px;
        outline: none;
        border-radius: 50px;
    }

        .fieldInput .form-input:focus {
            outline: none;
        }

    .fieldInput .form-submit {
        color: #ffffff;
        position: absolute;
        right: 0;
        top: 0;
        width: 109px;
        height: 50px;
        border: none;
        cursor: pointer;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
    }

.select2-selection__rendered {
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (2000 - 320))) !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #455560 !important;
    font-weight: 500;
}

.listing-card .card-rectangle-padding .img-sec {
    padding: 0;
    border-right: none;
}

.listing-card .enquir-btn {
    border: none;
    background: #CC3727;
    color: white;
    padding: 8px 15px;
    border-radius: 10px;
}

/*.mainarea .page-item.active .page-link {
    z-index: 1;
    color: #ffffff;
    background-color: #CC3727;
    border-color: #CC3727;
}*/
/*
.mainarea .pagination-lg .page-item:not(.active) .page-link:hover {
    background-color: rgba(122, 18, 28, 0.12);
    color: #455560;
}

.mainarea .pagination li {
    margin: 0;
}*/

.show-more-text {
    color: #CC3727;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button,
input[type=number] {
    -webkit-appearance: none;
    margin: 0;
}

textarea::-webkit-input-placeholder, textarea::placeholder {
    line-height: 1.5 !important;
}

.label_inputContainer.normal-p p {
    font-size: inherit;
    line-height: inherit;
}

.large-p p {
    font-weight: 400;
    font-size: 20px;
}

.form-group label, .input-group label, .form-group select.form-control {
    /*font-size: calc(14px + 2 * ((100vw - 320px) / (2000 - 320)));
    line-height: calc(16px + 2 * ((100vw - 320px) / (2000 - 320)));
    color: #455560;*/
    font-weight: 500;
    font-size: calc(12px + 6 * ((100vw - 320px) / (2000 - 320)));
    line-height: 1.2;
    color: #222222;
    margin-bottom: 10px;
}

.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.listing-card .enquir-btn:after {
    position: absolute;
    top: 18px;
    right: 5px;
    content: "";
    background: #a10047;
    height: 18px;
    width: 18px;
    transform: rotate(45deg);
    z-index: -1;
}

.listing-card .card-rectangle-long {
    padding-top: 20px;
    min-height: 267px;
}

    .listing-card .card-rectangle-long .card-text {
        min-height: 96px;
    }

#enquiryLoader .no-rec-found {
    border: none;
    background-color: white;
}

#enquiryLoader .card {
    box-shadow: none;
}


.p-15-20 {
    padding: 15px 20px;
}

.listing-card .card-rectangle-long a:hover {
    color: #455560;
    text-decoration: underline !important;
    text-decoration-color: #ccc;
}

.listing-card .card-rectangle-long .img-sec .card-img {
    max-height: 80px;
    object-fit: cover;
    width: 200px;
    margin-top: 15px;
    display: inline-block;
}

    .listing-card .card-rectangle-long .img-sec .card-img img {
        height: auto;
        width: auto;
        object-fit: contain;
        max-height: 80px;
        max-width: 100%;
    }

.listing-card .card-bordered {
    border: 2px solid #cccccc;
}

.pills-link {
    color: white;
    padding: 15px 20px;
    border-radius: 10px;
    background: linear-gradient(to bottom, #AF0051 0%, #770028 100%);
    width: 180px;
}

.sidebar-area .card-rectangle-long {
    margin-top: 0;
    margin-bottom: 30px;
    background-color: #ffffff;
    overflow: hidden;
    position: sticky;
    top: 100px;
    overflow-y: auto;
    max-height: 80dvh;
}

.common-section-space.h-400 {
    min-height: 400px;
}

.common-section-space.my-35 {
    margin: 35px 0 35px 0 !important;
}

#RMEDListingSectionMain.loading {
    max-height: 500px;
    overflow: hidden;
}

.global-loader {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgba(255,255,255,0.95);
    z-index: 55;
    inset: 0;
    display: grid;
    place-content: center;
    overflow: hidden;
    color: #777777;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

    .global-loader h4 {
        margin: 0;
    }

.text-underline {
    text-decoration: underline;
}

.pills-link:hover {
    color: white;
    opacity: 0.9;
}

.remed-help-text {
    color: #CC3727;
    font-size: calc(20px + (24 - 20) * ((100vw - 320px) / (2000 - 320))) !important;
}

/*.accordion.active:after {
    content: "\f078";
    transition: 0.3s all;
}

.accordion.active.collapse-all:after {
    transform: rotate(180deg);
    transition: 0.3s all;
}
*/
a.remed-help-text:hover {
    border-bottom: 1px solid #ccc;
    color: #455560;
}

.rmed-btn-main {
    border-radius: 10px !important;
    border: none !important;
}

.rmd-serch-btn {
    font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (2000 - 320))) !important;
    line-height: 24px;
    letter-spacing: 0.2px;
    border-radius: 8px;
    border: none !important;
}

.rmd-enquiry-btn {
    border: none !important;
}

.bg-drediant-marron {
    background: linear-gradient(to bottom, #AF0051 0%, #770028 100%);
}

/*.rmd-search-Modal .modal-content {
    border: 1px solid #CC3727;
    border-radius: 10px;
}*/

.rmd-close-modal {
    border-radius: 50% !important;
    border: 2px solid #ffffff !important;
    font-size: 25px !important;
    opacity: 1 !important;
    background-color: #ffffff;
    color: #455560;
}

/*.rmd-search-Modal .accordion.active:after {
    content: "\f078";
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    right: 15px;
    position: absolute;
    transition: all 0.3s;
}

.rmd-search-Modal .accordion.active.collapse-all:after {
    transform: rotate(180deg);
    transition: all 0.3s;
}

.rmd-search-Modal .accordion.collspase-all {
    transition: all 0.3s;
    background-color: #cfcfcf4f !important;
}*/

/*
.rmd-modal-checkbox {
    min-width: 200px;
    width:200px;
    height: 38px;
}*/

/* .rmd-modal-checkbox input[type="checkbox"] + .lbl::before {
        font-family: fontAwesome;
        font-weight: normal;
        font-size: 14px;
        color: maroon;
        content: "\a0";
        background-color: #fafafa;
        border: 1px solid #ccc;
        box-shadow: 0 1px 2px rgb(0 0 0 / 5%);
        border-radius: 0;
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        height: 21px;
        line-height: 21px;
        min-width: 21px;
        margin-right: 11px;
        margin-top: -5px;
        border-radius: 4px;
    }


    .rmd-modal-checkbox input[type="checkbox"]:checked + .lbl::before, .rmd-modal-checkbox input[type="radio"]:checked::before {
        display: inline-block;
        content: "\f00c";
        background-color: #ffffff;
        border-color: #adb8c0;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
        border-color: maroon;
    }
*/

.bb-none {
    border-bottom: none !important;
}

.select2-results__option[aria-selected=true]:before {
    font-family: fontAwesome;
    content: "\f00c";
    color: #ffffff !important;
    background-color: #CC3727 !important;
    border: 0;
    display: inline-grid !important;
    place-content: center;
    font-size: 12px;
}
/*wizard forms css*/
.contact-details .sales-enquiries .card input::placeholder {
    color: #b1abab;
}

.wiz-checkbox .card ul {
    flex-wrap: wrap;
}

    .wiz-checkbox .card ul li {
        width: 33.33%;
        width: 33.33%;
        text-align: left;
        color: #455560;
        font-weight: 600;
        margin-bottom: 20px;
    }

.export-checkbox .card ul li {
    color: #455560;
    font-weight: 600;
    margin-bottom: 20px;
}

/*4 step wizard*/
.wizardform .wizard_Content:not(:first-of-type) {
    display: none;
}

/*.wizardform .action-button {
    color: white;
    background-color: #CC3727;
    border: 2px solid #CC3727;
    border-radius: 10px;
    padding: 15px 20px;
    float: right;
    cursor: pointer !important;
    font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (2000 - 320)));
    line-height: calc(18px + (18 - 16) * ((100vw - 320px) / (2000 - 320)));
    transition: all 0.3s;
}*/

.checkbox-grid li {
    font-weight: normal !important;
}

.wizardform .action-button:hover {
    opacity: 0.85;
}

.wizardform .action-button:focus {
    opacity: 0.7;
}

 .wizardform .action-button-previous:hover {
        opacity: 0.85;
    }

    .wizardform .action-button-previous:focus {
        opacity: 0.7;
    }

.delete-number-input {
    position: absolute;
    right: 1px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    background-color: #efefef;
    height: 94%;
    display: grid;
    place-content: center;
    padding: 0px 10px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom: none;
}

.delete-country {
    cursor: pointer;
}

.delete-country:hover {
    color: #333333;
}

select .list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px;
}

    select .list-dt:focus {
        border-bottom: 2px solid skyblue;
    }

.progressbar {
    overflow: hidden;
}

    .progressbar .active {
        color: #455560;
    }

    .progressbar li {
        list-style-type: none;
        width: 19%;
        float: left;
        position: relative;
    }

    .progressbar .wiz-contact:before {
        content: "1";
    }

    .progressbar .wiz-sales:before {
        content: "2";
    }

    .progressbar .wiz-account:before {
        content: "3";
    }

    .progressbar .wiz-terms:before {
        content: "4";
    }

    .progressbar .wiz-primary:before {
        content: "5";
    }

    .progressbar .wiz-primary:before {
        content: "5";
    }

    .progressbar li:before {
        /*width: 65px;
        height: 65px;
        line-height: 60px;
        display: block;
        font-size: calc(25px + (32 - 25) * ((100vw - 320px) / (2000 - 320))) !important;
        color: #ccc;
        border: 3px solid lightgrey;
        background: white;
        border-radius: 50%;
        margin: 0 auto 10px auto;
        text-align: center;*/
        color: #cccccc;
        height: 65px;
        width: 65px;
        display: grid;
        place-content: center;
        border-radius: 50%;
        border: 3px solid #cccccc;
        background-color: white;
    }

    .progressbar li:after {
        content: '';
        width: 100%;
        height: 10px;
        background: lightgray;
        position: absolute;
        left: 0;
        top: 30px;
        z-index: -1;
    }

    .progressbar li:first-child:after {
        left: 35%;
    }

    .progressbar li:last-child:after {
        left: -35%;
    }

    .progressbar li.active:before {
        color: white;
        border: 3px solid #CC3727;
        background-color: #CC3727;
        /* z-index:1;*/
    }

    .progressbar li.active:after {
        color: white;
        border: 3px solid #CC3727;
        background-color: #CC3727;
        /* z-index: 1;*/
    }

.step-2-search-tool .modal-checkbox {
  /*  display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(calc(100% / 3), 1fr));
    grid-template-rows: auto;
    display: grid;
    grid-auto-rows: 1fr;*/
/*  display:flex;
  align-items:center;
  flex-wrap:wrap;*/
}

/*.modal-checkbox {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(calc(100% / 3), 1fr));
    grid-template-rows: auto;
    display: grid;
    grid-auto-rows: 1fr;
}*/

.rmd-search-Modal .wizard-checkbox-parent {
    border: none;
    margin: 0;
}

.rmed-close-modal {
    z-index: 15;
    right: 15px;
    height: 30px;
    width: 30px;
}

.header-main {
    /* margin-top: 50px;*/
    margin-bottom: 30px;
}

.header-title {
    font-weight: 700;
    font-size: calc(30px + 6 * ((100vw - 320px) / (2000 - 320)));
    line-height: 1.3;
    color: #455560;
    margin-bottom: 10px;
}

.header-subtitle {
    font-weight: 600;
    font-size: calc(18px + 6 * ((100vw - 320px) / (2000 - 320)));
    line-height: 1.2;
    color: #797979;
}

.tab-title {
    font-weight: 600;
    font-size: calc(12px + 6 * ((100vw - 320px) / (2000 - 320)));
    line-height: 1.2;
    color: #455560;
}

.wizard-product-img {
    width: 50px;
    height: auto;
}

.tab-title.active {
    color: #CC3727;
}

.form-main {
    margin-bottom: 30px;
}

.form-header {
    margin-bottom: 30px;
}

.form-header-title {
    font-weight: 700;
    font-size: calc(18px + 6 * ((100vw - 320px) / (2000 - 320)));
    line-height: 1.2;
    color: #455560;
    margin-bottom: 30px;
}

.form-label {
    font-weight: 500;
    font-size: calc(12px + 6 * ((100vw - 320px) / (2000 - 320)));
    line-height: 1.2;
    color: #222222;
    margin-bottom: 10px;
}

/*.form-form-control {
    height: 48px;
    padding: 10px 15px;
    font-weight: 400;
    font-size: calc(10px + 6 * ((100vw - 320px) / (2000 - 320)));
    line-height: 1.1;
}*/

    .form-form-control::placeholder {
        color: #A6A8AA;
        font-weight: 400;
        font-size: calc(10px + 6 * ((100vw - 320px) / (2000 - 320)));
        line-height: 1.1;
    }

    /*.form-form-control:not([disabled]) {
        color: #222222;
        font-weight: 400;
        font-size: calc(10px + 6 * ((100vw - 320px) / (2000 - 320)));
        line-height: 1.1;*/
        /* margin-bottom: 20px;*/
    /*}*/

    .form-form-control[disabled] {
        background-color: #F2F2F2;
        color: #808080;
    }

.form-info-text {
    font-weight: 400;
    font-size: calc(12px + 6 * ((100vw - 320px) / (2000 - 320)));
    line-height: 1.1;
    color: #797979;
    margin-bottom: 10px;
}

.form-file-list {
    padding: 0;
    /*background-color: #E7E5E5;*/
}

.form-file-list-icon {
    height: 21px;
    width: 21px;
    color: #CC3727;
}

.form-file-list-text {
    font-weight: 600;
    font-size: calc(12px + 6 * ((100vw - 320px) / (2000 - 320)));
    line-height: 1.1;
    color: #455560;
}

.form-file-list-delete {
    font-weight: 500;
    color: #CC3727;
    word-break: normal;
    cursor: pointer;
}

    .form-file-list-delete:hover {
        opacity: 0.8;
    }

input[type="radio"]::before {
    border-radius: 32px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 36px;
}

.rmed-sb .search_box.error:after {
    content: "Please Enter Company name, Brand or Establishment number.";
    color: #CC3727;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    bottom: -40px;
    font-size: 14px;
    font-weight: 600;
    background-color: #FFFCF6;
    text-align: left;
    padding: 5px 10px 5px 20px;
    border-radius: 25px;
    z-index: 5;
    border: 1px solid#efefef;
    width: 60%;
    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.22);
}

.pill-button {
    padding: 2px 7px;
    border: 1px solid;
    border-radius: 25px;
    font-size: 15px;
    cursor: pointer;
}

.lineheight-1_3 {
    line-height: 1.3 !important;
}
.pill-button.pill-secondary {
    background: #ffd54f;
    color: #455560;
    border-color: #ffd54f;
}

.px-20 {
    padding-left: 20px;
    padding-right: 20px;
}

textarea[resize-none] {
    resize: none;
}

body.enq-loader:after {
    content: "This enquiry is being sent to the exporter - please wait";
    color: #CC3727;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    font-size: 15px;
    font-weight: 500;
    background-color: rgba(255,255,255,0.95);
    z-index: 10545;
    height: 100%;
    width: 100%;
    color: #777;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../img/op_Inprocess.gif);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 50% 45%;
}

.rmed-sb .search_box.error-dd:after {
    content: "Please Select Species/ Products/ Cuts.";
    color: #CC3727;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    bottom: -40px;
    font-size: 14px;
    font-weight: 600;
    background-color: #FFFCF6;
    text-align: left;
    padding: 5px 10px 5px 20px;
    border-radius: 25px;
    z-index: 5;
    border: 1px solid#efefef;
    width: 60%;
    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.22);
}

input[type="radio"]::before {
    font-family: fontAwesome;
    font-weight: normal;
    font-size: 33px;
    content: "\a0";
    background-color: #fafafa;
    border: 2px solid #ccc;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    height: 22px;
    line-height: 17px;
    min-width: 22px;
    margin-top: -2px;
}

/*.radio-btn {
    border: 2px solid #ccc;
    padding: 15px;
    width: 250px;
    border-radius: 10px;
    margin: 10px 10px 0 0;
    display: flex;
    align-items: center;
}

*/
    .radio-btn input {
        height: 21px;
        width: 21px;
    }

    .radio-btn .radio-btn1 {
        height: 15px;
        width: 17px;
    }

/*.upload-button:before {
    font-family:font-awesome;
    content: "\F4F9";
    position: absolute;
    top: 50%;
    left: 40%;
}*/
/*#file-upload {
    opacity: 0;
    -moz-opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    width: 200px;
    cursor: pointer;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: 40px;
    height: 50px;
    top: 50%;
}*/

.upload-button {
    position: relative;
}

/*.form-control:focus {
    outline: none !important;
    border-color: #a9a9a9!important;
    box-shadow: none!important;
}*/

.rmed-py {
    padding-top: 50px;
    padding-bottom: 90px;
}

.ancor-hover:hover {
    color: #CC3727;
}

.terms-modal {
    font-family: "proxima nova";
}

.checkbox-grid {
  /*  grid-template-columns: repeat(auto-fit, minmax(calc(100% / 4), 1fr));
    grid-template-rows: auto;
    display: grid;
    grid-gap: 0px 0px;*/
  display:flex;
  align-items:center;
  flex-wrap:wrap;
}

   /* .checkbox-grid li label:hover {
        background-color: #CC3727!important;
        color:#ffffff!important;
    }
*/
.check ul li {
    background-color: #CC3727 !important;
    color: #ffffff !important;
}

/*.mr-10:hover + label {
    background-color: #CC3727 !important;
    color: #ffffff !important;
    border: 2px solid #CC3727!important
}

.mr-10:checked + label {
    background-color: #CC3727 !important;
    color: #ffffff !important;
    border: 2px solid #CC3727 !important
}*/

/*.checkbox-grid li:hover {
    background-color: #CC3727 !important;
    color: #ffffff !important;
}
*/
    .checkbox-grid li {
        font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (2000 - 320))) !important;
        line-height: calc(18px + (16 - 14) * ((100vw - 320px) / (2000 - 320)));
    }

.border-maroon {
    border: 2px solid #CC3727;
}

/*.accordion.active {
    background-color: #cfcfcf4f !important;
}
*/
button.accordion:focus {
    outline: none;
}

/*.brand-img {
    height: 200px;
    width: 200px;
}
*/
/*.checkbox-grid-modal li {
    flex-grow: 1;
    width: 33%;
}

.checkbox-grid-modal {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}*/

.wizard-checkbox-parent input[type="checkbox"] + .lbl {
    display: inline-flex;
    align-items: center;
    font-size: calc(14px + (14 - 12) * ((100vw - 320px) / (2000 - 320)));
    line-height: calc(17px + (14 - 12) * ((100vw - 320px) / (2000 - 320)));
}


.modal-header {
    padding: 17px 30px;
    align-items: center;
    justify-content: space-between;
}


@media screen and (max-width: 767px) {
    .rmed-option-position .select2-container--default .select2-selection--single .select2-selection__rendered, .rmed-option-position .select2-container--default .select2-selection--single {
        height: 54px !important;
    }
    .two-btn a {
        text-align: center;
        width: 45%;
        margin: 0 auto !important;
    }

    .two-btn .logout-login-btn {
        padding: 21px 30px;
        line-height: 0;
    }

    .two-btn {
        display: flex;
    }

    .wizardform .action-button {
        width: 100%;
    }

    .width-fit-content .upload-button {
        width: 100%;
    }

    .width-fit-content {
        width: 100%;
    }

    .progressbar li:before {
        font-size: 24px !important;
        height: 50px !important;
        width: 50px !important;
    }

    .progressbar li:after {
        top: 21px !important;
    }

    .progressbar li:first-child:after {
        left: 19% !important;
    }

    .checkbox-grid {
        display: grid !important;
    }

    .radio-btn {
        width: 100% !important;
    }

    .wizard_Content .form-control {
        width: 100% !important;
    }

    .wizard_Content .upload-button {
        width: 100%;
    }

    .wizardform .action-button-previous {
        width: 100%;
        margin-bottom: 15px;
    }

    .footer .footer_links_part .footer_links .footerlinks {
        margin-top: 15px;
    }
}

/*RMED.css replace*/
.listing-grid {
    display: flex;
    align-items: center;
}

.listing-card-img {
    flex: 20%;
    border-right: 2px solid lightgray;
}

.listing-card-title {
    flex: 80%;
    padding-left: 20px;
}

.listing-img-parent {
    width: 80px;
    height: 80px;
}
/*RMED.css replace*/
.brand-img-parent {
    width: 120px;
    height: auto;
    display: flex;
    align-items: start;
    max-height: 120px;
    max-width: 120px;
    overflow: hidden;
}

    .brand-img-parent img {
        object-fit: contain;
        height: 100%;
    }

.listing-title {
    font-size: calc(20px + (22 - 20) * ((100vw - 320px) / (2000 - 320))) !important;
    line-height: calc(20px + (22 - 20) * ((100vw - 320px) / (2000 - 320)));
    color: #CC3727;
}

.listing-description {
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (2000 - 320))) !important;
    line-height: calc(16px + (16 - 14) * ((100vw - 320px) / (2000 - 320)));
    color: #455560;
}

.listing-link {
    font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (2000 - 320))) !important;
    line-height: calc(14px + (14 - 12) * ((100vw - 320px) / (2000 - 320)));
    color: #455560;
}

    .listing-link span {
        font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (2000 - 320))) !important;
        line-height: calc(16px + (16 - 14) * ((100vw - 320px) / (2000 - 320)));
        color: #CC3727;
    }

/*.inqury-btn{
    position:absolute;
    top:8%;
    right:3%;
}*/


/*#region details page css*/
.banner-img-bg-img {
    height: 400px;
    max-height: 400px;
    width: 100%;
}

.bg-fix-banner-img {
    background-position: center;
    object-fit: cover;
    height: 400px;
    max-height: 400px;
}

.banner-img-bg-img .logo-img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    min-height: 150px;
    min-width: 200px;
    max-height: 150px;
    max-width: 200px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}

/*.brand-images .brand-img {
    height: 200px;
    width: 200px;
    object-fit: cover;
    background-size: cover;
    max-height: 200px;
    max-width: 200px;
    overflow: hidden;
    padding: 5px;
}*/
/*
    .brand-images .brand-img img {
        object-fit: contain;
        height: 100%;
    }*/

.banner-img-bg-img .logo-img img {
    padding: 0px;
    object-fit: contain;
    max-height: 100%;
    max-width: 100%;
}

.border-1-solid {
    border: 1px solid #979797;
}

.rmed-address-div {
    padding: 25px;
    background-color: #F2F2F2 !important;
}

    .rmed-address-div p {
        font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (2000 - 320)));
        line-height: calc(16px + (16 - 14) * ((100vw - 320px) / (2000 - 320)));
        color: #444444;
        font-weight: 500;
    }

/*listing details css*/
.listing-details .modal-content {
    border: 2px solid #cc3727;
    border-radius: 0.5rem;
}

.listing-details .modal-header {
    border-radius: 0.1rem;
    border-radius: 0.3rem 0.3rem 0rem 0rem;
}

#brand-main .file-name-parent {
    display: none !important;
}

.panel-linehight {
    line-height: calc(24px + (16 - 14) * ((100vw - 320px) / (2000 - 320)));
}

.appendfiltercuts .wizard-checkbox-parent {
    padding: 0px !important;
    margin-top: 10px !important;
    border: none !important;
    display: flex !important;
    align-items: center;
    margin-bottom: 0px !important;
    font-size: calc(14px + (14 - 12) * ((100vw - 320px) / (2000 - 320)));
    color: #222222;
}

.show-more-text:hover {
    color: #800000;
}

.show-less, .show-more {
    position: absolute;
    right: 0px;
    bottom: 5px;
}

.p-5-15 {
    padding: 5px 15px;
}

/*rmed form css*/
.form-group .error-border {
    border: 1px solid #d70b0b;
}

.error-parent .error:not(input), .form-group .error:not(input) {
    color: #eb0028 !important;
    font-size: 14px !important;
    margin-top: 5px !important;
    line-height: 1.5;
}

.error-message-inquiry #enqexportquantity-error.error {
    position: absolute !important;
    bottom: -50% !important;
}

.error-message-inquiry .input-group-append {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 5;
}

.listing-wizard .wizard-checkbox-parent {
    border: none;
    margin: 0px 10px 0px 0px;
}

.rmd-search-Modal .wizard-checkbox-parent {
    font-size: calc(14px + (14 - 12) * ((100vw - 320px) / (2000 - 320))) !important;
    padding: 10px;
    border: 2px solid #cccccc;
    margin: 10px 10px 0 0;
    line-height: 1.2;
}

.form-control.error {
    border: 1px solid #eb0028;
}

.error-message-inquiry #enqexportquantity-error.error {
    position: absolute !important;
    bottom: -50% !important;
}

.error-message-inquiry .input-group-append {
    position: absolute;
    right: 0;
    bottom: 0%;
}


.dvRefineSearch .select2-container {
    width: 100% !important;
}

.enquiryFormModal .select2-container {
    width: 100% !important;
}

.rmd-search-Modal .select2-container {
    width: 100% !important;
}

.w-180 {
    min-width: 180px;
}

.select2-results__options .select2-results__option {
    display: flex;
}

.selectpicker-error .error {
    left: 14px;
    position: absolute;
    top: 66px;
}

.tabone-uploadimg .form-file-list img {
    object-fit: contain;
}

.mb-60 {
    margin-bottom: 60px;
}

.selectpicker-error {
    margin-bottom: 25px;
}

.checkboxcountryaccordion {
    max-height: fit-content;
}

    .checkboxcountryaccordion .checkbox-grid {
        background-color: #ffffff !important;
    }

.checkbox-block.rmed-list-scroll .rmed-search-filter-country-cb {
    margin-top: 2px!important;
}

.wrapper-div {
    width: 100%;
    margin: 40px auto;
}

    .wrapper-div .search_box {
        border: 2px solid #CC3727;
        width: 100%;
        background: #fff;
        border-radius: 30px;
        height: 57px;
        display: flex;
        box-shadow: 0 8px 6px -10px #b3c6ff;
        margin: 0 auto;
        position: relative;
        max-width: 750px;
    }

.dropdown-select .search-click-rmed.active {
    color: #CC3727;
}

.select-dd-round {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    box-shadow: none;
    height: 55px;
    border: none;
    border-right: 2px solid #CC3727;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

        .wrapper-div .search_box .dropdown {
            width: 160px;
            border-right: 2px solid #dde2f1;
            color: #9fa3b1;
            position: relative;
            cursor: pointer;
            height: 100%;
            align-items: center;
        }

            .wrapper-div .search_box .dropdown .default_option {
                text-transform: capitalize;
                padding: 17px 15px;
                font-size: 18px;
                color: #5a5858;
            }

            .wrapper-div .search_box .dropdown ul {
                position: absolute;
                top: 62px;
                left: 0;
                background: #fff;
                width: 185px;
                border-radius: 5px;
                padding: 20px;
                display: none;
                box-shadow: 8px 8px 6px -10px #b3c6ff;
            }

                .wrapper-div .search_box .dropdown ul.active {
                    display: block;
                }

                .wrapper-div .search_box .dropdown ul li {
                    padding-bottom: 10px;
                    color: #5a5858;
                    text-align: left;
                    padding-left: 30px;
                }

                    .wrapper-div .search_box .dropdown ul li:last-child {
                        padding-bottom: 0;
                    }

                    .wrapper-div .search_box .dropdown ul li:hover {
                        color: #6f768d;
                    }

            .wrapper-div .search_box .dropdown:before {
                content: "";
                position: absolute;
                top: 25px;
                right: 20px;
                border: 8px solid;
                border-color: #000000 transparent transparent transparent;
            }

        .wrapper-div .search_box .search_field {
            position: relative;
            width: 100%;
            height: 100%;
            min-width: 300px;
        }

        .wrapper-div .search_box button {
            padding: 15px 20px;
            width: 200px;
        }

.dropdown-select {
    position: relative;
    margin-left: 2px;
}

    .dropdown-select .bi {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 10px;
        z-index: 55;
        background-color: white;
        pointer-events: none;
    }

.wrapper-div .search_box .search_field .input {
    width: 100%;
    height: 100%;
    border: 0px;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 0;
    color: #6f768d;
}

wrapper-div .search_box .search_field:focus, input:focus {
    outline: none;
}

wrapper-div .search_box .search_field .fas {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 22px;
    color: #5078ef;
    cursor: pointer;
}

.quick-filter-main {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .quick-filter-main ul {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-left: 0;
        margin-top: 10px;
        margin-bottom: 0;
        flex-wrap: wrap;
    }

        .quick-filter-main ul li {
            background-color: rgba(255, 255, 255, 0.72);
            border-radius: 25px;
            padding: 5px;
            font-size: 12px;
            line-height: 1.1;
            margin: 4px 10px;
            cursor: pointer;
            transition: all 0.3s;
            color: black;
            font-weight: 600;
        }

            .quick-filter-main ul li:hover {
                background-color: white;
                color: black;
                box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0,0, 0,0.22);
            }

                .quick-filter-main ul li:hover svg {
                    fill: black;
                }

.asset-drop .sub-menu li.active, .asset-drop .search-click.active {
    color: #CC3727;
}

.rmed-accordion-2section {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.position-fixed-top {
    position: fixed;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    filter: drop-shadow(8px 8px 0 rgba(32, 33, 37, 0.1));
    z-index: 1054;
}

.radio-btn input {
    height: 0;
    width: 0;
    padding: 0 !important;
    margin: 0 !important;
    opacity: 0;
    user-select: none;
    pointer-events: none;
}

/*.radio-check:checked + .radio-control-label {
    background-color: #CC3727!important;
    text-align: center;
    box-shadow: none;
    border: 2px solid #CC3727 !important;
    padding: 10px 15px;
    width: 250px;
    border-radius: 10px;
    align-items: center;
    color: #ffffff!important;
    transition: all 0.3s;
    cursor: pointer;
}*/

/*.radio-check:not(:checked) + .radio-control-label {
    position: relative;
    padding: 10px 15px;
    border: 2px solid #cccccc;
    border-radius: 10px;
    background: #ffffff;
    width: 250px;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s;
    color: #455560;
}*/

.check-back input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    z-index: 12;
    width: 100%;
    height: 100%;
    margin-top: -4px;
    cursor: pointer;
}

.check-back input + label {
   /* -webkit-transition: all 500ms ease;*/
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    width:100%;
}

.rmed-link:hover {
    color: #455560;
}

.mla-chips {
    margin: 0 10px 0px 0;
}

    .mla-chips .mla-chip {
        margin: 0 5px 10px 0;
        cursor: default;
        background-color: #D6D6D6;
        color: black;
    }

.dark_btn.red:hover {
    color: white;
}

.mla-chip {
    min-height: 29px;
    line-height: 29px;
}

.mla-chip {
    display: inline-flex;
    background: white;
    padding: 0 12px;
    border-radius: 5px;
    color: black;
    align-items: center;
}

.bg-rmd-maroon {
    background-color: #CC3727;
}

.mla-chip .mla-chip-tag {
    font-weight: 600;
    font-size: 11px;
}

.mla-chip .mla-chip-data {
    margin-left: 5px;
    font-weight: 600;
    font-size: 11px;
    text-transform: capitalize;
}

.check-back label {
    padding: 10px 15px;
    border: 2px solid #cccccc;
    border-radius: 9px;
    background: #ffffff;
    margin: 0px 15px 5px 0px;
    line-height: 1.2;
    align-items: center;
    justify-content: start;
    text-align: center;
}

.check-back input[disabled] + label {
    opacity: 0.5 !important;
    pointer-events: none;
}

.check-back input:hover:not(:disabled) + label {
    background-color: #cc3727 !important;
    color: white !important;
    border-color: #cc3727;
}

.check-back input:checked:not(:disabled) + label {
    background-color: #CC3727 !important;
    color: white !important;
    border-color: #CC3727;
    width: 100%;
}

.check-back {
    border: none !important;
    padding: 0px !important;
    background-color: transparent!important;
}

.common-section-space.h-200 {
    min-height: 250px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*.card .error:not(.form-control) {
    color: red;
    margin-top: 20px;
}*/

.checkbox-grid-modal.grid-4 {
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: baseline;
    grid-gap: 5px 10px;
}
@media screen and (max-width: 768px) {
    .brand_box_content_container {
        flex-direction: column;
    }

    .checkbox-grid-modal.grid-4 {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .brand-img-parent {
        width: 70px;
        margin-bottom: 15px;
    }

    .wizardFormCard.brand-repeter {
        margin-top: 25px;
    }
}

@media screen and (max-width: 600px) {
    .checkbox-grid-modal.grid-4 {
        grid-template-columns: 1fr 1fr;
    }

    .brand_box p {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 1rem;
    }

    .brand_box h4 {
        font-size: 14px;
        line-height: 26px;
    }

    .brand_box h4 {
        font-size: 14px;
        line-height: 26px;
    }
}



@media screen and (max-width: 400px) {
    .block_option_container, .checkbox-grid-modal.grid-4 {
        grid-template-columns: 1fr;
    }
}



.mla-chip {
    min-height: 24px;
    line-height: 24px;
}

.exporters_login_banner img, .exporters_login_banner > div {
    width: 100%;
    max-height: 345px;
    min-height: 345px;
    object-fit: cover;
}
