.tile_card{
    padding: 0px;
}
.tiles_grid_view{
    -webkit-box-shadow: 0px 0px 20px -3px rgba(130,130,130,1);
    -moz-box-shadow: 0px 0px 20px -3px rgba(130,130,130,1);
    box-shadow: 0px 0px 20px -3px rgba(130,130,130,1);
    margin-bottom: 20px;
    width: 100%;
}
.tiles_grid_view .sp_title{
    font-family: NationalBook,'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #414042;
    text-transform: uppercase;

}
.tiles_grid_view .tile_title{
    font-family: NationalBold,'Helvetica Neue',Helvetica,Arial,sans-serif;
    overflow: visible;
    font-size: 28px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 32px;
    letter-spacing: 0;
    margin: 0 0 0.5rem;
}

.tiles_grid_view #overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.6);
}

.tiles_grid_view .banner {
    position: relative;
    height: auto;
    padding-bottom: 0px;
    /* filter: brightness(80%); */
    overflow: hidden;
}

.tiles_grid_view .business-name{
    font-size: 24px;
}
.tiles_grid_view .top-logo-section {
    padding-left: 0px;
    padding-top: 0px;
    color: var(--white);
    /* margin-left: 110px; */
    position: relative;
}

.tiles_grid_view .wish{
    display:inline-block;
}
.tiles_grid_view .tiles_btn{
    margin-top: -8px;
}
.pagination{
    margin:0px auto;
}
.regi-sec a {
    font-size: 16px !important;
}