.otgs-development-site-front-end, 
.grecaptcha-badge {
    display: none!important;
}

.wrapper {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 15px;
}

.consent-ctn label,
.consent-ctn a {
    font-size: 14px;
}

.consent-ctn a {
    text-decoration: underline;
}

/* homepage property swiper */
.home-properties-swiper .swiper-slide {
    height: unset;
}

.home-properties-swiper .swiper-button-next, 
.home-properties-swiper .swiper-button-prev {
    width: 70px;
    height: 55px;
    background: rgba(255, 255, 255, 0.7);
    transition: all .3s ease;
}

.home-properties-swiper .swiper-button-next:hover, 
.home-properties-swiper .swiper-button-prev:hover {
    background: rgba(255, 255, 255, 1);
}

.home-properties-swiper .swiper-button-prev:after, 
.home-properties-swiper .swiper-button-next:after {
    display: none;
}

/* new pagination buttons style start */
.btn-default.active {
    color: #fff;
    background: #000;
}

.nolist {
    padding: 0;
}

.my-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    list-style: none;
    padding-left: 0;
}

.page-numbers,
.my-pagination-btn {
    display: inline-block;
    min-width: 55px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.61px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border: solid 2px #660C39;
    border-radius: 8px;
    background: #660C39;
    padding: 10px 15px;
    transition: 0.4s all ease;
    cursor: pointer;
}

.page-numbers:hover,
.page-numbers.current,
.current-page-pagination,
.my-pagination-btn:hover {
    color: #fff;
    border-color: #000;
    background: #000;
}
/* new pagination buttons style end */

.no-properties {
    display: flex;
    justify-content: center;
    padding-bottom: 50px;
}

/* homepage search bar */
.autocomplete-suggestions {
    max-height: 125px!important;
    overflow-x: hidden;
    overflow-y: auto;
    background: white!important;
    padding: 10px!important;
}

.autocomplete-suggestion {
    padding: 5px;
}

.autocomplete-suggestion:hover {
    background: #efefef;
    cursor: pointer!important;
}

/* single broker page */
.single-broker {
    padding: 90px 0;
}

.broker-img {
    aspect-ratio: 4 / 5;
}

.broker-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.broker-name {
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.broker-name h2 {
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1;
    color: #660C39;
}

.broker-name p {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #636363;
}

.broker-bio {
    margin-bottom: 25px;
}

.broker-contact {
    display: flex;
    align-items: center;
    gap: 20px;
}

.broker-contact .contact-info a {
    font-size: 18px;
}

.broker-contact .contact-info .icon {
    min-width: unset;
    width: 38px;
    height: 38px;
    flex-shrink: 0;
    font-size: 15px;
    color: #660C39;
    background: transparent;
    border: solid 1px #660C39;
}

.broker-contact .socials {
    display: flex;
    gap: 15px;
}

.broker-contact .socials .icon {
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    font-size: 15px;
    color: #660C39;
    background: transparent;
    border: solid 1px #660C39;
    border-radius: 50%;
    padding: 8px;
}
