.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;
}

/* 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: #223b4d;
    border: solid 2px #223b4d;
    border-radius: 5px;
    background: transparent;
    padding: 10px 15px;
    transition: 0.4s all ease;
}

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

/* single property page */
.single-properties .header {
    background: #223b4d;
}

#contact-modal label,
#schedule-showing-modal label {
    font-size: 16px;
}

#contact-modal .form-control,
#schedule-showing-modal .form-control {
    width: 100%;
    font-size: 16px;
    border-radius: 5px;
    border: 2px solid #e8e8e8;
    padding: 10px 15px;
    margin-bottom: 10px;
}

#contact-modal textarea.form-control,
#schedule-showing-modal textarea.form-control {
    height: 120px;
    resize: none;
}