.how-do-we-help-section img {
    max-width: 180px;
}

section {
    padding: 40px 0;
}

.price-text {
    font-size: 16px;
    font-weight: 700;
}

.price-text span {
    font-size: 12px;
    font-weight: 700;
}

.facilities-list li img {
    width: 16px;
}

.list-single-main-item_content ul {
    text-align: left;
}

.add-list,
.dec_btn {
    border-radius: 30px !important;
}

.fal {
    font-weight: 500;
}


@media screen and (min-width: 767px) {
    .help-info-card{
        min-height: 230px;
        background-color: var(--white-color);
    }
    .help-info-card-bottom{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        height: 100%;
    }
    .help-info-card-bottom .help-info-card-item{
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 19%;
        border-radius: 18px;
    }
    .help-info-card-bottom .help-info-card-item h3{
        font-size: 20px;
    }
}

@media screen and (max-width: 767px) {
    .listing_carditem .geodir-category-img-wrap {
        border-radius: 10px;
        max-height: 298px;
    }

    .geodir-category-content h3 {
        font-size: 25px;
    }

    .facilities-list li img {
        width: 20px;
    }
}


@media only screen and (max-width: 1070px) {
    .hero-slider-item {
        padding: 0 !important;
    }
}
