#navigation-block-2
{
    display: none !important;
}

.page-content
{
    margin-top: 67px;
    padding-bottom: 50px;
}

.agent-detail-box 
{
    margin-top: 20px;
    padding: 25px;
    border: 1px solid #c8c8c8;
    background: #f4f5f0;
}

.agent-box-contact
{
    padding: 0;
}

.agent-box-about
{
    padding: 5px;
    margin-top: 10px;
}

.agent-box-about h5
{
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 500;
}

.agent-box-about p
{
    color: #6c757d!important;
    font-family: Montserrat,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 16px;
}

.agent-box-img
{
    float: left;
    margin-right: 40px;
    border: 1px solid #eee;
    border-radius: 79px;
    padding: 2px;
}

.agent-box-img img
{ 
    width: 135px;
    height: 135px;
    border-radius: 79px;
}

.agents-contact-dec 
{
    padding-top: 10px;
    margin-bottom: 30px;
}

.agents-contact-dec .acd-address
{
    color: #6c757d;
    font-size: 16px;
    margin: 10px 0px;
}

.agents-contact-dec .verify-status-img 
{
    font-size: 16px;
}

.agents-contact-dec .contact-agent-btn
{
    color: white;
}

.agents-contact-dec .contact-agent-btn:focus
{
    outline: none;
}

.agents-contact-dec .acd-name
{
    text-transform: capitalize !important;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 5px;
}

.agent-box-about .acd-deal
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: center;
}

.agent-box-about .acd-deal p
{
    padding: 2px 8px;
    background: #fff;
    font-size: 16px;
    color: #464646;
    margin: 0 15px 15px 0;
    border-radius: 4px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.agent-box-about .acd-location span
{
    font-weight: bold;
}


.agent-box-about .agents-listed-property
{
    display: flex;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}

.agent-box-about .agents-listed-property h3
{
    margin: 10px 0;
    margin-right: 5%;
    font-size: 20px;
    color: #6c757d;
}

.agent-box-about .agents-listed-property h3 i
{
    font-size: 24px;
    margin-right: 10px;
    color: #333;
}

.other-properties
{
    padding: 0;
    margin-top: 10px;
    margin-bottom: 0;
}

.section-title 
{
    margin: 0 0 20px 0 !important;
    padding: 5px;
    padding-right: 0;
    padding-left: 10px !important;
    border: none;
    border-left: 5px solid #79b445;
    float: left;
    font-size: 24px !important;
    text-transform: none !important;
    font-weight: normal !important;
    width: 100%;
}

.property-list
{
    padding: 0;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.property-list .property-list-box
{
    padding: 10px;
}

.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;
}

.view-more-btn
{
    float: right;
    margin-top: 20px;
}

@media only screen and (max-width: 991px)
{ 
    .page-content 
    {
        margin-top: 0;
        padding-bottom: 0;
    }
    
}

@media only screen and (max-width: 767px)
{
    .agent-box-contact {
        text-align: -webkit-center;
    }
    .view-more-btn
    {
        display: none;
    }

    .other-properties 
    {
        width: 100%;
    }

    .agent-box-img 
    {
        float: unset;
        width: fit-content;
        margin-right: 0;
        border-radius: 79px;
    }

    .agent-box-about 
    {
        margin-top: 15px;
        border-left: none;
        padding-left: 0;
        text-align: center;
        
    }

    .property-list .property-list-box 
    {
        padding: 5px;
    }

    .agent-box-about .agents-listed-property 
    {
        display: block;
    }

    .agent-box-about .agents-listed-property h3 
    {
        margin: 10px 0;
        font-size: 18px;
    }

    .agent-box-about .agents-listed-property h3 i 
    {
        font-size: 20px;
    }
}