/*     color:#6684e3;  */

.agentDetail {
    margin-bottom: 3rem;
}

.agentName {
    color: #6684e3;
}

.grayText {
    color: #3f3f46;
}

.agentAccent {
    color:#6684e3;
}

.agentEmail {
    display: inline-block;
    overflow-wrap: break-word;
    word-break: break-word;
}

.smallText {
    color: #3f3f46;
	font-size: 11px;
}

.agentSocials {
    border-top: 3px solid #6684e3;
    color:#6684e3;
    font-weight: 500;
}

.agentSocials .fa {
    color: #6684e3;
    font-size: 1.1rem !important;
    transition: all .1s ease-in;
}

.agentSocials .fa:hover {
    color: #5071DF;
}

.card {
    color: #3f3f46;
}

.card:hover {
    color: #3f3f46;
}

.card-img-top {
    height: 200px;
    object-fit: cover;
}

.forRent,
.forSale {
    font-size: 13px !important;
    left: 5px;
    top: 5px;
}

.forRent {
    background-color: #16a34a;
}

.forSale {
    background-color: #2563eb;
}

.cardPrice {
    color: #6684e3;
}

.visually-hidden {
    position: absolute;
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}