.atbd_listing_bottom_content .atbd_content_left .atbd_listing_category span{
    display: inline-flex;
    width: 2.26667rem;
    height: 2.26667rem;
    background: rgba(144, 58, 249, 0.1);
    font-size: 1.2rem;
    align-items: center;
    justify-content: center;
    border-radius: 20rem;
    margin-right: 0.4rem;
}

.atbd_single_listing .atbd_listing_data_list{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.atbd_listing_thumbnail_area .atbd_listing_image img{
    height: 227px;   
}

.atbd_listing_title {
    min-height: 44px;
}

.dashboard-nav {
    background: #fff;
    box-shadow: 0 0.33333rem 0.66667rem rgba(146, 153, 184, 0.15);
}

.dashboard-nav .dashboard-nav-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.dashboard-nav .dashboard-nav-area .nav .nav-link
{
    padding: 2rem 1.33333rem;
    position: relative;
    color: #7a82a6;
    font-weight: 600;
}

.place-list-wrapper ul li a:hover,
.dashboard-nav .dashboard-nav-area .nav .nav-link.active {
    color: #f5548e;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

.p-top-50 {
    padding-top: 50px;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.place-list-wrapper {
    border: 1px solid #e3e6ef;
    padding: 3rem 3.33333rem 2.13333rem;
    box-shadow: 0 5px 1rem rgba(146, 153, 184, 0.1);
}

.place-list-wrapper ul {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.place-list-wrapper ul li {
    width: 25%;
    margin-bottom: 1rem;
}

.place-list-wrapper ul li a {
    color: #5d658c;
    transition: all 0.3s ease;
}

.section-title {
    text-align: center;
    margin-bottom: 3.13333rem;
}

.section-title h2 {
    margin: 0 0 0.86667rem;
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.93333rem;
}

.section-title p {
    margin: 0 auto;
    font-size: 1.2rem;
    width: 46.66667rem;
}

.box-location {
    margin-bottom: 15px;
}

@media (max-width: 768px) { 
    .place-list-wrapper {
        padding:48px 15px!important
    }

    .place-list-wrapper ul {
        justify-content: space-between;
        gap: 10px
    }

    .place-list-wrapper ul li {
        width: 48%!important
    }

    .dashboard-nav .dashboard-nav-area .nav .nav-link {
        padding: 15px 10px!important
    }

    .section-title p {
        width: 100%!important
    }
}
