:root {
    --primary: #000a4a;
    --accent: #f85757;
    --trans: 0.4s all ease;
}

.my-pagination {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.my-pagination li {
    display: inline-block;
}

.my-pagination a {
    color: var(--primary);
    text-decoration: none;
}

.my-pagination-btn {
    background: #f6f6f6;
    padding: 10px;
    border-radius: 12px;
    margin-right: 8px;
    min-width: 40px;
    display: inline-block;
    transition: var(--trans);
}

.current-page-pagination.my-pagination-btn, .my-pagination-btn:hover {
    background: var(--primary);
    color: #fff;
}

.community-cols textarea.form-control {
    height: 120px;
    resize: none;
}

.sp-address {
    font-size: 40px;
}

.bg-accent {
    background: var(--accent);
}

.property-tag {
    min-width: 120px;
    font-size: 19px;
    padding: 10px;
    border-radius: 12px;
    margin: 0;
}

.open-house {
    background: var(--primary);
    color: #fff;
    font-size: 19px;
    border-radius: 12px;
    padding: 10px;
}

.bigger-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
}

.grecaptcha-badge {
    display: none !important;
}

.single--team {
    padding-top: 12rem;
    padding-bottom: 5rem;
}

.single--team::before {
    min-height: 350px;
    background-color: #f9f9f9;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    content: "";
}

.single--team .wrapper {
    box-shadow: 0 3px 20px 0 rgba(8, 15, 52, .06);
    border-radius: 24px;
    position: relative;
    z-index: 3;
    background: #fff;
}

.single--team .img img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    object-position: top;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
}

.single--team .designation--label {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #fff;
    background: #000a40;
    padding: 10px 15px;
    border-radius: 25px;
    font-weight: 600;
}

.single--team .inner {
    padding: 40px;
}

.single--team .inner .bio {
    margin-top: 30px;
}

.single--team .inner .bio p {
    font-size: 19px;
    font-weight: 500;
    line-height: 1.7;
    margin-bottom: 15px;
}

.single--team .inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.single--team .inner ul li {
    margin-bottom: 15px;
}

.single--team .inner ul li a {
    color: #000;
    text-decoration: none;
    font-size: 19px;
    font-weight: 500;
    transition: 0.4s all ease;
}

.single--team .inner ul li a i {
    margin-right: 8px;
    color: #000a40;
}

.single--team .inner hr {
    width: 100%;
    min-height: 1px;
    border-color: #8d8d91;
    margin-top: 35px;
    margin-bottom: 35px;
}

.single--team h1 {
    font-size: 35px;
}

.padd-lg {
    padding: 90px 0;
}

.member--listings {
    background: #f9f9f9;
}