.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 a,
.consent-ctn label {
    font-size: 14px;
}

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

.btn-default.active {
    color: #fff;
    background: #252429;
}

/* 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: #252429;
    border: solid 2px #252429;
    background: transparent;
    padding: 12px 15px;
    transition: 0.4s all ease;
}

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

/* single property page */
.single-properties header {
    background: rgba(0, 0, 0, 0.57);
}

/* download guide form */
#documentModal .modal-body {
    padding: 30px;
}

#documentModal .form-control {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 0;
    padding: 12px;
    margin-bottom: 15px;
}

#documentModal textarea.form-control {
    height: 130px;
    margin-bottom: 0;
    resize: none;
}

#documentModal .btn-default {
    background: transparent;
}

#documentModal .btn-default:hover {
    background: #252429;
}
