.navbar-brand img {
    height: 33px;
}

h1.title {
    font-size: 30px;
    line-height: 38px;
    color: #0b5aa9;
    margin-bottom: 15px;
}

.agent-teams .single-team {
    text-align: center;
    margin-bottom: 30px;
    box-shadow: 0px 10px 50px rgb(138 155 171 / 30%);
    border-radius: 10px;
    padding: 10px;
    min-height: 250px;
}

.agent-teams .single-team img {
    display: block;
    border-radius: 5px;
    height: 130px;
    margin: 0 auto;
}
.agent-teams .single-team h5 {
    margin-top: 10px;
}

.agent-banner {
    /*background-image: url(../images/banner-image.png);*/
}

.searchSlider .itemInner img {
    width: auto;
    margin: 0 auto;
    height: 190px;
}

.property-info h1 {
    font-size: 30px;
    line-height: 38px;
    color: #0b5aa9;
    margin-bottom: 15px;
}

.property-info h2 {
    font-size: 16px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #536170;
    font-weight: 500;
    margin-bottom: 15px;
}

.similar-listings-price h4 {
    font-size: 24px;
    line-height: 24px;
    color: #073462;
    margin-bottom: 20px;
}

.similar-listings-info h2, .similar-listings-info h2 a {
    font-size: 18px;
    line-height: 24px;
    text-transform: capitalize;
    color: #073462;
    margin-bottom: 5px;
}

@media (max-width: 767px) {
    .similar-listings-info h2 {
        margin-top: 16px;
        font-weight: 500;
    }
}

.similar-listings-info h3 {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #304963;
    position: relative;
    margin-bottom: 5px;
}

.video-embed {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.property-refs p {
    margin: 20px;
}

.footer-list a, .footer-list p {
    color: #fff;
}

#agentContact .property-contact {
    border: none;
    padding: 0px;
    border-radius: 0px;
    margin-bottom: 0px;
}

#agentContact .property-contact .media-body h5 a, .marketed-by p a {
    font-size: 15px;
}

@media (max-width: 767px) {
    #agentContact .property-contact .media-body h5 a, .marketed-by p a {
        font-size: 15px;
    }
}