#navigation-block-2
{
    display: none !important;
}

.page-content 
{
    margin-top: 67px;
    padding: 50px 0;
}

.agents-section
{
    padding: 0;
}

.section-header
{
    margin-bottom: 20px;
    padding: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.section-title 
{
    margin: 0 0 30px 0;
    padding: 5px;
    padding-right: 0;
    padding-left: 10px;
    border: none;
    border-left: 5px solid #6e8c79;
    float: left;
    font-size: 18px !important;
    text-transform: none !important;
    font-weight: normal !important;
}

.agents-list .agents-details h4
    {
        font-size: 19px;
        font-weight: bold;
        color: #6e8c79;
    }
    
.agents-list
{
    padding: 0 10px;   
}

.agents-list .listing
{
    margin-bottom: 15px;
}

.agents-list .listing a
{
    text-decoration: none;
    color: unset;
}

.agents-list .agents-list-box
{
    position: relative;
    padding: 15px;
    border: 1px solid #dedede;
    border-radius: 6px;
    box-shadow: 0 1px 6px 0 rgba(0,0,0,0.05);
}

.agents-list .agents-img
{
    width: 150px;
    margin-right: 10px;
    float: left;
}

.agents-list .agents-img img
{
    width: 150px;
    height: 150px;
}

.agents-list .agents-details
{
    margin-left: 10px;
}

.agents-details p span
{
    font-weight: 100;
}

.agents-list .agents-contact
{
    text-decoration: underline;
    color: blue;
}

.btn-load-more 
{
    font-size: 16px;
    padding: 5px 10px;
}

.agents-details .ad-deal
{
    line-height: 1.5em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.agents-details .ad-location
{
    line-height: 1.5em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.property-list
{
    padding: 0;
}

.property-list .sidebar-title
{
    margin: 0;
    margin-bottom: 10px;
    font-size: 18px;
    margin-left: 20px;
    padding-left: 8px;
    border-left: 3px solid #6e8c79;
}

.property-list .property-list-box
{
    padding: 10px 20px;
}

.property-list .property-main-box
{
    position: relative;
    border: 1px solid #eee;
    box-shadow: 0 1px 6px 0 rgba(0,0,0,0.05);
    -webkit-box-shadow: 0 1px 6px 0 rgba(0,0,0,0.05);
    -moz-box-shadow: 0 1px 6px 0 rgba(0,0,0,0.05);
    -webkit-transition: all .2s;
    transition: all .2s;
    border-radius: 5px;
    overflow: hidden;
}

.property-list .property-main-box:hover 
{
    box-shadow: 0 6px 15px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 6px 15px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 6px 15px 0 rgba(0,0,0,0.12);
}

.property-list .property-main-box:hover .property-images-box img
{
    transform: scale(1.2);
}

.property-list .property-images-box img
{
    height: 100%;
}

.property-list .property-details
{
    padding: 10px;
    border: none;
}

.property-details ul 
{
    line-height: 1.5em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.property-details ul li 
{
    font-size: 16px;
    color: gray;
}

.property-details a 
{
    max-height: 20px;
    text-decoration: none;
    font-weight: normal;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 25px;
    color: #3c3c44;
}

.list-description 
{
    margin: 0 0 0;
    line-height: 2.5em!important;
    height: 2em!important;
    overflow: hidden!important;
    width: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media only screen and (max-width: 991px)
{ 
    .page-content 
    {
        margin-top: 0;
    }

    .property-list
    {
        display: none;
    }
}

@media only screen and (min-width: 767px)
{ 
    .agents-list-box {
        display: flex;
    }
    .agents-list .agents-details p
    {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px)
{ 
    .agents-list .agents-img 
    {
        width: auto;
        margin-right: 0;
        padding: 0;
    }

    .agents-list .agents-details 
    {
        margin-left: 0;
    }

    .agents-details .ad-deal 
    {
        line-height: 1.5em;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .agents-list 
    {
        padding: 0;
    }

    .page-content
    {
        padding: 30px 0;
        min-height: 700px;
    }

    .agents-list-box
    {
        background: white;
    }

    .agents-list .agents-img img
    {
        width: 100px;
        height: 100px;
    }

    .agents-list .agents-details
    {
        margin-left: 10px;
    }

    .agents-list .agents-details h4
    {
        font-size: 18px;
        margin: 5px 0;
        font-weight: bold;
        color: #6e8c79;
    }

    .agents-list .agents-details p
    {
        margin-bottom: 5px;
        font-size: 14px;
    }

}