.page-item {
    display: inline-block;
}

.pagination span, .pagination a {
    display: inline-block;
    border-radius: 40px;
    padding: 6px 17px;
    line-height: 28px;
    font-size: 14px;
    font-weight: 500;
    margin: 1rem;
    color: #808080;
    background: #fff;
    vertical-align: middle;
    -webkit-transition: 0.2s all linear;
    transition: 0.2s all linear;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.05);
}

.pagination .active span {
    background: #1ea69a;
    color: #ffffff;
}

.rh_prop_card__wrap{
    background: white;
    padding: 0px 20px 5px;
    border-radius: 5px;
    box-shadow: none !important;
    border: 1px solid #e2dddd;
    transition: all .3s;
    max-width: 242px;
    margin: auto;
}

.rh_prop_card__wrap:hover{
    box-shadow: 0 0 14px rgba(74,185,175,0.4) !important;
}

.rh_prop_card__wrap .title_wrap{
    background-color: rgb(74 185 175);
    margin: -1px -21px 35px;
    padding: 22px 15px 10px;
    min-height: 109px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px 5px 0 0;
    position: relative;
}

.rh_prop_card__wrap .title{
    margin: 0;
    color: #fff;
    line-height: 1.5;
    font-weight: normal;
}

.rh_prop_card__wrap button{
    border-radius: 3px;
    transition: all .3s;
    background-color: transparent;
    color: #1ea69a;
    border: 1px solid #1ea69a;
}

.rh_prop_card__wrap button:hover{
    background-color: #1ea69a;
    color: #fff;
}

#diamond-shield {
    position: absolute;
    bottom: -38px;
    left: 0;
}
#diamond-shield:after {
    content: '';
    border: 121px solid transparent;
    border-top: 14px solid #4ab9af;
}

.widget.rh_property_agent{
    box-shadow: none !important;
    border: 1px solid #e2dddd;
}

.rh_widget_form .rh_widget_form__submit{
    padding: 1.5rem;
    border-radius: 3px;
}

.rh_property__wrap.rh_property--padding{
    padding-top: 0 !important;
}

.rh_property__row.rh_property__meta_wrap{
    border: 1px solid #e2dddd;
    border-radius: 5px;
}

.rh_property__row.rh_property__meta_wrap .table tr:first-child th{
    color: #fff !important;
    padding: 12px 15px;
}

#payment-form button{
    padding: 10px 20px;
    border-radius: 4px;
    margin-top: 40px !important;
    cursor: pointer;
    transition: all .3s;
}

#payment-form button:hover{
    background-color: #1b8c82;
}

.widget.rh_property_agent{
    padding: 0 20px 20px;
    border-radius: 5px;
}
.table th{
    color: #000;
}
.rh_section.rh_wrap--padding.rh_wrap--topPadding{
    padding-top: 2rem !important;
}