.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: 13px;
    color: #000;
}

.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 #00204f;
    background: #00204f;
    padding: 10px 15px;
    transition: 0.4s all ease;
}

.btn-default.active,
.current-page-pagination,
.my-pagination-btn:hover {
    color: #00204f;
    background: transparent;
}
/* new pagination buttons style end */

/* property search form */
#my-prop-search label {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

#my-prop-search input,
#my-prop-search select {
    display: block;
    width: 100%;
    height: 50px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #000;
    border: 2px solid #000;
    border-radius: 0px;
    background: transparent;
    padding: 10px 16px;
    appearance: none;
}

#my-prop-search .search-btn-default {
    display: inline-block;
    width: 100%;
    height: 50px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    padding: 0px 30px;
    border-radius: 0px;
    border: 1px solid #00204f;
    background: #00204f;
    transition: all ease 0.5s;
}

#my-prop-search .search-btn-default:hover {
    color: #00204f;
    background: transparent;
}
