.turf_listing_wrapper {
    background-color: #fff;
    margin-top: 8% !important;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.29);
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.29);
}

.brand_name{
    text-align: center;
    padding-top: 3%;
}

.brand_name h4{
    font-weight: 700;
    font-size: 36px;
}

.turf_card_row {
    padding: 3% 3%;
}

.venue_cards .view img,
.view video {
    height: 183px !important;
}

.venue_cards svg{
    width: 9px !important;
}

.turf_img img {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.turf_content {
    padding: 4% 0% 0% 0% !important;
}
.turf_name span {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 0px !important;
}

.turf_name {
    margin-bottom: 2%;
    text-align: left;
}

.turd-card-ratings{
    text-align: left;
}

.turf_details {
    font-size: 14px;
    font-weight: 500;
    text-align: left;
}

.turf_details ul {
    margin-bottom: 0px !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    display: inline-block !important;
    margin-bottom: 0px !important;
}

.event-list li {
    display: contents;
    color: #FF9100;
    margin-right: 10px;
}

.no_venue .location_suggestion_text{
    color: #000 !important;
    margin: 2px;
    font-size: 13px;
    font-weight: 500;
}
.no_venue .location_suggestion_city{
    margin: 2px;
    color: #FF9100 !important;
    font-size: 15px;
}

.no_venue .location_suggestion_city a{
    color: #FF9100 !important;
    font-size: 15px;
}

.no_venue{
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.no_venue img {
    width: 10%;
    margin: 2%;
}

.no_venue h4 {
    font-weight: 700;
    font-size: 15px;
    color: #b2b0b0;
    margin: 5px;
}


.unchecked {
    color: #9e9e9e!important
}

.checked {
    color: #FF9100 !important;
}

.venue-list li {
    display: contents;
    color: #FF9100;
    margin-right: 10px;
}
ul.venue-list li img {
    width: 30px;
}
.event-list {
    padding-left: 0px;
}

.venue-list {
    padding-left: 0px;
}

.turf_offer {
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    display: inline-block !important;
    margin-bottom: 0px !important;
    margin-top: 10px;
}

.currancy_symbol{
    font-size: 15px;
}

.offer_text {
    /* font-size: 13px;
    font-weight: 700;
    color: #000; */

    font-size: 13px;
    font-weight: 700;
    color: #8c8c8c;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    display: inline-block !important;
    margin-bottom: 0px !important;
}

.ground-type {
    float: right;
    width: 100%;
}

.card-body.turf_content {
    user-select: none;
}


.turf_cards {
    max-height: 93% !important;
    border-radius: 0px !important;
    margin-top: 30px !important;
    min-height: 90% !important;
    border: 1px solid #fff;
    box-shadow: none;
    padding: 20px 20px 10px;
}
.turf_cards:hover{
    border-color: #d3d5df;
    box-shadow: 0 4px 7px 0 rgba(218,220,230,.6);
}
.turf_cards .turf_img{
    cursor: pointer;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}


.event-list2 li {
    display: inline-block;
    color: #000;
    font-size: 12px;
}

.event-list2 {
    padding-left: 0px;
    margin-bottom: 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    display: inline-block !important;
    text-align: right;
}

/* star icons */
.fa-star:before
{
  font-size:12px !important;
  /* color: #FF9100 !important; */
}

.price-of-turf {
    /* margin-top: 10px; */
    text-align: end;
}

.turf_card .card-title{
    margin-bottom: 0px !important;
}

.prc {
    /* font-size: 14px;
    font-weight: 700;
    color: #8c8c8c;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    display: inline-block !important;
    margin-bottom: 0px !important; */


    font-size: 14px !important;
    font-weight: 700;
    color: #000;
}


.book_now {
    float: right;
}

.btn-gsp {
    background-color: #FF9100 !important;
    color: #fff !important;
}

.btn-btn-btn {
    font-size: 14px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 12px !important;
    padding-right: 13px !important;
    width: 102px;
    margin-right: 0px !important;
}

.event-list li img{
    width: 27%;
    margin-left: -5px;
    margin-right: -2px;
}

.venue-list li img{
    width: 26%;
    margin-left: -5px;
    margin-right: -2px;
    padding: 3px;
}


@media screen and (min-width: 320px) and (max-width: 480px) {
    .prc {
        font-size: 12px !important;
    }
    .turf_listing_wrapper {
        margin-top: 28% !important;
    }
    .event-list li img{
        width: 20%;
        margin-left: -5px;
        margin-right: -2px;
    }

    .venue-list li img{
        width: 22%;
        margin-left: -5px;
        margin-right: -2px;
    }
    .turf_cards {
    border-color: #d3d5df;
    box-shadow: 0 4px 7px 0 rgba(218,220,230,.6);
    }
}