.contact:before {
    font-family: 'Material Icons';
    content: "\e0cd";
    font-size: 22px;
    position: absolute;
    top: 3px;
    left: 0;
    width: 33px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    color: #fff;
    float: left;
    background-color: #5fc8c2;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
}
.contact {
    position: relative;
    padding: 0 0 0 40px;
    margin: 0 10px;
}
.pagination a{
    margin-left: 2px;
    margin-right: 2px;
}
.geodir-category-img.area img{
    width: 600px;
    height: 400px;
    background-size: cover;
    position: center;
}
.card-post-content h3{
    border-bottom: 0px solid #eee!important;
}
.blog-title{
    border-bottom: 1px solid #eee!important;
    height: 100px;
}
.grecaptcha-badge{
    z-index: 999;
}
.profile-testi{
    width: 100px;
    height: 100px;
    background-color: #3498db; /* Background color of the profile photo */
    border-radius: 50%; /* Creates a circular shape */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px; /* Font size for the initials */
    color: #ffffff;
}
.popup-avatar .profile-testi {
    width: 80px;
    height: 80px;
    position: relative;
    z-index: 2;
    background-color: #3f9083; /* Background color of the profile photo */
    border-radius: 50%; /* Creates a circular shape */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px; /* Font size for the initials */
    color: #ffffff;
}
@media (max-width: 768px) {
    .premium-listing-img{
        width:100%!important;
    }
}
