.otgs-development-site-front-end, 
.grecaptcha-badge {
    display: none!important;
}

.bigger-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
    display: block;
    position: relative;
}

.wrapper {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 15px;
}

.consent-ctn,
.consent-ctn a {
    font-size: 14px;
}

.consent-ctn a {
    text-decoration: underline;
}

/* new pagination buttons style start */
.nolist {
    padding: 0;
}

.my-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    list-style: none;
    padding-left: 0;
}

.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 1px #141414;
    background: #141414;
    padding: 10px 15px;
    transition: 0.4s all ease;
    cursor: pointer;
}

.current-page-pagination,
.my-pagination-btn:hover {
    color: #141414;
    background: transparent;
}

/* new pagination buttons style end */

/* property card */
.home-properties-swiper .swiper-slide {
    height: unset;
}

.home-properties-swiper .swiper-button-prev {
    left: 60px;
}

.home-properties-swiper .swiper-button-next {
    right: 60px;
}

.home-properties-swiper .swiper-button-prev,
.home-properties-swiper .swiper-button-next {
    color: #fff;
}

.home-properties-swiper .swiper-button-prev::after,
.home-properties-swiper .swiper-button-next::after {
    font-size: 35px;
    font-weight: 900;
}

.listingbox {
    height: 100%;
    display: flex;
    flex-direction: column;
    border: solid 3px #E5E5E5;
    background-color: #F5F1EB;
    padding: 15px;
}

.listingbox .img {
    position: relative;
    aspect-ratio: 16 / 9;
}

.listingbox .img::after {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2;
    z-index: 2;
}

.listingbox .img img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
}

.listingbox .text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;
    text-align: center;
    padding-top: 15px;
}

.listingbox .text h3 {
    font-family: "Montserrat", Sans-serif;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #000;
    margin: 0 0 10px 0;
}

.listingbox .text p {
    font-family: "Montserrat", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin: 0;
}

.listingbox .text p.area-text {
    font-size: 14px;
}

.listingbox .text a {
    display: flex;
    justify-content: center;
    align-items: start;
    background-color: #B08B56;
    font-family: "Montserrat", Sans-serif;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #fff;
    padding: 8px 26px;
    margin-top: 15px;
}