.ad-list .list-sidebar__accordion-inner-button:not(.collapsed) {
    color: #23262a;
    font-weight: 600;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
}

.banner--two {
    padding: 2rem 0 20px;
}

.filter {
    padding: 35px 0;
    margin-top: 6rem;
}

@media (max-width: 767px) {

    .mobile-search-filed {
        padding: 35px 0 0;
        margin-top: 6rem;
    }

    .filter {
        padding: 20px 0 !important;
        margin-top: 1rem;
    }
}

.btn-call {
    background-color: #fbe0e0;
    border: 0;
    border-radius: 0.3rem;
    color: #23262a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 44px;
    max-height: 100%;
    padding: 0 1.6rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    cursor: pointer;
    justify-content: center;
    text-align: center;
    gap: 0.3rem;
}

.btn-call:hover {
    background-color: #f08080;
    color: #23262a;
}

.btn-whats {
    background-color: #e8f7e8;
    border: 0;
    border-radius: 0.3rem;
    color: #23262a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 44px;
    max-height: 100%;
    padding: 0 1.6rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    cursor: pointer;
    justify-content: center;
    text-align: center;
}

.blog-list__wrapper-item {
    margin-bottom: 15px;
}

.blog-card {
    padding: unset;
}

.blog-card__left {
    width: unset;
}

.blog-card__img-wrapper {
    position: relative;
    width: 314px;
    height: 213px;
    border-radius: 5px;
    overflow: hidden;
}

@media (min-width: 1400px) {
    .blog-card__right {
        margin-top: unset;
        margin-bottom: unset;
    }
}

.blog-card__description {
    color: #767e94;
    margin-bottom: unset;
}

.btn-chat svg {
    min-height: 1.2rem;
    min-width: 1.6rem;
    width: 1.6rem;
    fill: #e00000;
}

.btn-whatsapp svg {
    min-height: 1.2rem;
    min-width: 1.6rem;
    width: 1.6rem;
    fill: #137310;
}

.blog-card__price {
    color: #e00000;
    font-weight: 900;
    font-size: 25px;
    line-height: 2.5rem;
}

.blog-card__blog-caption {
    font-weight: 600;
}

.blog-card__description {
    font-size: 13px;
    font-weight: 800;
    line-height: 25px;
}

.blog-card__img-wrapper .img-fluid {
    height: inherit;
}

.banner--two {
    padding: 6rem 0 20px;
}

.dashboard-post__action-btns .btn {
    margin-right: 0 !important;
    color: #fff !important;
}

.form-control-xl {
    height: 40px !important;
}

.input-group-text {
    background-color: unset;
}

.contact-method-check label {
    border: .1rem solid #bdbebf;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    border-radius: 0.5rem;
    color: #23262a;
    cursor: pointer;
    font-size: 1rem;
    justify-content: center;
    padding: .6rem 1rem;
    -webkit-transition: background-color .1s, color .1s;
    transition: background-color .1s, color .1s;
}

.contact-method-check .form-check-inline {
    margin-right: 0;
}

.contact-method-checkbox:checked + .form-check-label {
    background-color: #fbe0e0;
    border: .1rem solid #f08080;
}

.create__ads-page li {
    list-style-type: unset;
}

.create__ads-page li .dashboard__nav-link {
    color: #222;
    text-decoration: underline;
}

.create__ads-page li .dashboard__nav-link:hover {
    background-color: unset;
    border-left: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.upload-wrapper .upload-area {
    border: 1px dashed #999ba1;
}


.horizontal-scroll {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;          /* Firefox */
}

.horizontal-scroll .card {
    display: inline-block;
    width: 200px;
    margin-right: 1rem;
    vertical-align: top;
}

@media (min-width: 768px) {
    .horizontal-scroll .card {
        width: 250px;
    }
}

/* Chrome, Edge, Safari */
/*.horizontal-scroll::-webkit-scrollbar {
    height: 8px;
}

.horizontal-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.horizontal-scroll::-webkit-scrollbar-thumb {
    background: #fbe0e0;
    border-radius: 10px;
}

.horizontal-scroll::-webkit-scrollbar-thumb:hover {
    background: #e00000;
}

.no-scrollbar {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.no-scrollbar::-webkit-scrollbar {
    display: none;
}*/

.attribute-card {
    color: #e00000;
    background-color: #fef5f5;
    padding: 5px 15px;
    border-radius: 5px;
}

/*.category-card {*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*}*/

/*.category-card img {*/
/*    width: 35px;*/
/*    height: 35px;*/
/*    object-fit: unset;*/
/*    display: block;*/
/*}*/

/*.category-card span {*/
/*    color: #e00000;*/
/*    font-size: 1.2rem;*/
/*    white-space: nowrap;*/
/*}*/

.js--price_input:focus{
    border: unset;
}

.js--price_input:focus {
    border: unset;
}

.toggle-bar {
    background-color: #e00000;
}

.categories-section {
    margin-top: 8rem
}

@media (max-width: 767px) {
    .blog-card__right {
        margin-left: 24px;
        margin-bottom: 15px;
    }

    .categories-section {
        margin-top: 2rem
    }
}
