.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;
    transition: all .3s ease;
}

.consent-ctn a:hover {
    color: #cc9741;
}

/* 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-radius: 7px;
    background: #cc9741;
    padding: 10px 15px;
    transition: 0.4s all ease;
}

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

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

/* real estate alert last step back button */
.cf7mls-btns.cf7mls-btns-last-step .cf7mls_back.action-button {
    position: absolute;
    bottom: 0;
    margin: 0 !important;
}

/* default page */
.page-template-default h3 {
    font-size: 44px;
}

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

.single-properties p {
    color: #000;
}

#schedule-showing-modal h4,
#schedule-showing-modal label,
#contact-modal h4,
#contact-modal label {
    color: #000;
}

#schedule-showing-modal h4,
#contact-modal h4 {
    font-size: 60px;
    letter-spacing: 2px;
}

#schedule-showing-modal .form-control,
#contact-modal .form-control {
    background: #fff;
    border: solid 1px #000;
    border-radius: 0px;
    padding: 10px 16px;
    margin-bottom: 18px;
    height: 50px;
    color: #000 !important;
    letter-spacing: 1px;
    font-size: 12px;
    text-transform: uppercase;
}

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