.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: 12px;
    font-weight: 400;
}

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

.my-pagination-btn:hover {
    color: #fff;
    background: #e4001f;
}

.current-page-pagination {
    color: #fff;
    background: #e4001f;
}
/* new pagination buttons style end */

/* properties page */
.search-property-section {
    padding: 60px 0;
    background: #f1f1f1;
}

#my-prop-search label {
    font-size: 13px;
    text-transform: uppercase;
}

#my-prop-search input, 
#my-prop-search select {
    display: block;
    width: 100%;
    height: 50px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.5;
    color: #000;
    border-radius: 0px;
    border: 0;
    border-bottom: solid 1px #000;
    background: transparent;
    padding: 10px 16px;
    margin-bottom: 0;
    appearance: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.search-btn-default {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #e4001f;
    border: solid 2px #e4001f;
    border-radius: 0px;
    background: #fff;
    transition: all .3s ease;
}

.search-btn-default:hover {
    color: #fff;
    background: #e4001f;
}

/* default page */
.page-template-default .info-small a {
    text-decoration: underline;
}
