section[data-cattype="625"]{
    
}

[data-cattype="625"] ul.public-view{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    margin-top: 20px;
}

[data-cattype="625"] ul.public-view li{
    width: calc(25% - 20px);
    margin: 10px;
    background: #f8f8f8;
    border: 1px solid transparent;
    padding: 15px 15px 40px;
    position: relative;
}

[data-cattype="625"] ul.public-view li:hover{
    border: 1px solid #ff7062;
}

[data-cattype="625"] ul.public-view li > a{
    position: absolute;
    bottom: 0;
    padding-bottom: 20px;
}

[data-cattype="625"] ul.public-view li .fa-lock{
    position: absolute;
    bottom: 18px;
    right: 25px;
    font-size: 25px;
    color: #000;
}


[data-cattype="625"] a.btn-read-more{
    color: #ff7062 ;
}

[data-cattype="625"] a.btn-read-more:hover{
    color: #32a2ad ;
}

[data-cattype="625"].listing-overview .wrapper_pagination{
    display: none;
}

[data-cattype="625"] .btn-search{
    padding: 8px 22px;
}





/* Typical laptop screen size*/
@media (max-width: 1400px) {
	
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 980px) {
	[data-cattype="625"] ul.public-view li{
        width: calc(50% - 20px);
    }
}

/* Mobile screen size - landscape view */
@media (max-width: 767px) {
    [data-cattype="625"] ul.public-view li{
        width: 100%;
    }
}

/* Mobile screen size */
@media (max-width: 480px) {
      
}