/* all shops */
.author-avater img{
    height: 100px;
}
.all_shops .Reveal-grid-item.classical-list{
    border: 1px solid var(--border);
}
.Reveal-grid-footer-last a{
    height: 45px;
    font-size: 18px;
}
.shops img.img-fluid.mb-2:hover {
    transform: scale(1.03);
}

/* media query */
@media (max-width: 767px) {
    .Reveal-search.Reveal-search-radius.box-style .btn.search-btn{
        width: 95%;
        margin: auto;
    }
    .full-search-2.Reveal-search .form-group{
        padding: 0 15px;
    }
    .sec-heading.center{
        text-align: center;
    }
    .sec-heading h3:after{
        display: none;
    }
    .fixpading {
        padding: 40px 0 0px !important;
    }

    .proerty_content {
        padding: 3.7em 1em 0.7em;
    }
    .shops img {
        height: 16em;
    }
}