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

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

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

/* single property */
.single-properties .header {
    background: #fff;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

.single-properties .header .navbar-light .navbar-nav .nav-item>.nav-link {
    color: #000;
}

.single-properties .header .navbar-light .navbar-nav .nav-item:hover>.nav-link {
    color: #866d66;
}


.single-properties .header .navbar-light .navbar-nav .nav-item:hover>.nav-link::before {
    width: 100%;
    background: #866d66;
}

.single-properties .header .logo img  {
    filter: invert(1);
}

.single-properties .header .normal-btn {
    color: #000;
    border-color: #000;
}

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

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

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