.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: 16px;
    color: #121212
}

.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: 18px;
    font-weight: 400;
    letter-spacing: 1.61px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: #091940;
    padding: 10px 15px;
    transition: 0.4s all ease;
    cursor: pointer;
}

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

/* property error page */
.property-error {
    padding: 60px 0;
}

/* real estate alert page */
.alert-section {
    padding: 60px 0;
}

.alert-section .checkbox-group .wpcf7-checkbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.alert-section .checkbox-group .wpcf7-list-item {
    flex: 0 1 calc(50% - 20px);
    margin-bottom: 15px;
}

.alert-section input[type="checkbox"] {
    width: 25px;
    height: 25px;
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 0px;
    margin-right: 10px;
}

.alert-section .form-control {
    width: 100%;
    padding: 10px 15px;
    border-radius: 0px;
    margin: 0 0 15px 0;
    background: none;
}

.alert-section .cf7mls-btns {
    margin-top: 0;
}