.section-shaped .shape-city {
    background-size: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.card-profile .card-profile-image {
    position: relative;
}

.card-profile .card-profile-image img {
    position: absolute;
    left: 50%;
    max-width: 110px;
    transition: all .15s ease;
    transform: translate(-50%, -30%);
    border-radius: .25rem;
}

.card-profile .card-profile-image img,
.shadow {
    box-shadow: 0 15px 35px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07) !important;
}

.featured-property {
    cursor: pointer;
}

.featured-property .property-img {
    height: 180px !important;
}

.ui-menu {
    border: 1px solid #efefef;
    width: 300px;
    list-style: none;
    margin: 0;
    padding: 5px;
    background: #fff;
}

.nav-link:hover {
    color: var(--primary-color-dark);
}

.nav-link{
  color: #ffffff;
}
.nav-item .active{
  font-weight: bold;
  color: var(--primary-color-dark);
  /*font-size: large;*/
  border-radius: 0px;
}

/* school footer */
.school-card{
    display:flex;
    flex-direction: column;
    position: relative;
    padding: 10px;
    justify-content: center;
    align-items: center;
    /* background: rebeccapurple; */
}
.school-card-rating{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #666;

    width: 110px;
    /* margin-top: 17px; */
    font-size: 18px;
}

.rating-num{
    background-color: var(--primary-color);
    color: #FFF;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    line-height: 1;
    padding: 5px;
    text-align: center;
    border-radius: 35px;
    font-size: 20px;
    width: 60px;
    height: 60px;
}

.rating-total{
    font-size: 18px;
    color: #0A0A14;
    margin-top: 4px;
}

.school-info{
    display: flex;
    flex-direction: column;
    min-height: 80px;
    width: 100%;
    padding: 10px 10px;
    font-size: 14px;
    text-align: left !important;
}

.school-info-name{
    font-size: 14px;
    margin-bottom: 6px;
}

.school-info-type{
    font-size: 14px;
    margin-bottom: 8px;
}

.school-listing-btn{
    border: 1px solid var(--primary-color-light);
    color: var(--primary-color-light);
    background-color: transparent;
    border-radius: 4px;
    padding: 10px 8px;
    font-size: 14px;

    /* width: 230px; */
    margin-top: 12px;
    cursor: pointer;
}
