.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: 14px;
}

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

/* new pagination buttons style start */
.nolist {
    padding: 0;
}

.nolist .btn-default {
    min-width: 0;
    margin-left: 0;
}

.nolist .btn-default:before,
.nolist .btn-default:after {
    content: none;
}

.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: 600;
    letter-spacing: 1.61px;
    text-align: center;
    text-transform: uppercase;
    color: #23325a;
    border: solid 1px #23325a;
    background: transparent;
    padding: 10px 15px;
    transition: 0.4s all ease;
    cursor: pointer;
}

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

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

/* single property page */
#contact-modal .form-control,
#schedule-showing-modal .form-control {
    border-radius: 2px;
    padding: 10px 20px;
    box-shadow: none;
    resize: none;
    outline: none;
    height: 50px;
    font-size: 15px;
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
    margin-bottom: 18px;
}

#contact-modal textarea.form-control,
#schedule-showing-modal textarea.form-control {
    height: 140px;
    resize: none;
    margin-bottom: 0;
}