.price-unit {
    height: 48px;
    background: #fff;
    border: 1px solid #e9e9e9;
    border-right: 0px;
    padding: 14px 12px;
}
.format-price {
    width: 88%;
}
.text-green {
    color: #0e818f !important;
}

.dropdown-bottom-list li.label span.right {
    display: none;
    width: 0px !important;
}

.dropdown-bottom-list li.label a {
    background: #FFF;
    color: #847b78;
    cursor: unset !important;
}

    .dropdown-bottom-list li.label a:hover {
        background: #FFF;
        color: #847b78;
    }

section#rental-inquiry2 .form-dropdown.clck-hde0 li.label a span.left {
    text-align: center !important;
    width: 100%;
}


section#Selected-Price {
    background-color: #ffffff;
    border-radius: 2px;
    height: 48px;
    text-align: left;
}

.selected-item {
    background: transparent !important;
}

section#Selected-Price span {
    max-width: 150px;
}

.price-input-container .field-validation-error {
    display: inherit !important;
    /* position: unset !important; */
}

@media only screen and (min-width: 375px) and (max-width: 567px) {
    .rntal-inqury .filter-item-box .form-dropdown.clck-hde2.price-list-container .col-md-6.pr-2 {
        width: 48%;
        float: left;
    }
}

@media only screen and (min-width: 360px) and (max-width: 399px) {
    .rntal-inqury .filter-item-box .form-dropdown.clck-hde2.price-list-container .col-md-6.pr-2 {
        width: 48%;
        float: left;
    }
}

@media only screen and (min-width: 320px) and (max-width: 567px) {
    .rntal-inqury .filter-item-box .form-dropdown.clck-hde2.price-list-container .col-md-6.pr-2 {
        width: 48%;
        float: left;
    }

    .rntal-inqury .filter-item-box .form-dropdown.clck-hde2.price-list-container .pl-2 {
        width: 50%;
        float: right;
    }
}