/* Extra Small (XS) - Up to 576px */
@media (max-width: 576px) {
    .property-details-holder .features-section .list-3-columns {
        -webkit-columns: 2 !important;
        -moz-columns: 2 !important;
        columns: 2 !important;
    }

    .property-details-holder .description-section p {
        text-align: justify;
    }

    .paging-navigation .page-numbers {
        display: inline-block;
        font-weight: normal;
        margin-right: 1px;
        padding: 5px 10px;
        text-transform: uppercase;
        border: 1px solid;
        border-radius: 4px;
        font-size: 14px !important;
    }

    .profile-leftbaar {
        display: none;
    }

    .mobile-header {
        top: 0;
    }

    .agent-view2 .agent-info {
        padding: 0px 15px;
        margin-top: 15px;
    }

}
.panel-title a .fa:hover{
	color:#000000!important;
}


/* Small (SM) - 577px to 768px */
@media (min-width: 577px) and (max-width: 768px) {
    /* CSS rules for SM screens */
}

/* Medium (MD) - 769px to 992px */
@media (min-width: 769px) and (max-width: 992px) {
    /* CSS rules for MD screens */
}

/* Large (LG) - 993px to 1200px */
@media (min-width: 993px) and (max-width: 1200px) {
    /* CSS rules for LG screens */
}

/* Extra Large (XL) - 1201px and above */
@media (min-width: 1201px) {
    /* CSS rules for XL screens */
}