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

.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: #000;
    border: solid 2px #000;
    background: transparent;
    padding: 10px 15px;
    transition: 0.4s all ease;
}

.my-pagination-btn:hover,
.current-page-pagination {
    color: #fff;
    border-color: #5a182a;
    background: #5a182a;
}
/* new pagination buttons style end */

.simple-link {
    display: inline-block;
    color: #000;
    border-bottom: 1px solid #000;
}

/* property search START*/
.prop-search .form-control {
    border-radius: 0px;
    padding: 10px 20px;
    box-shadow: none;
    resize: none;
    height: 50px;
    font-size: 15px;
    text-transform: uppercase;
    color: #000;
    background: none;
    border: 1px solid #000;
    margin-bottom: 25px;
}

.prop-search .form-check input {
    vertical-align: middle;
}

/* property search END */

.member-row {
    margin-bottom: 70px;
}

.visit_info .form-control {
    border-radius: 0px;
    padding: 10px 20px;
    box-shadow: none;
    resize: none;
    outline: none;
    height: 50px;
    font-size: 15px;
    color: #000;
    background: none;
    border: 1px solid #000;
    margin-bottom: 25px;
}

.visit_info textarea.form-control {
    height: 120px;
}

#slider .thumbs img {
    height: 170px;
    cursor: pointer;
    width: 100%;
    object-fit: cover;
}

#slider .thumbs .swiper-slide-thumb-active img {
    opacity: 0.6;
}

#slider .property-swiper {
    margin-bottom: 20px;
}
