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

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

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


.modal .modal-dialog{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
}

#formModal .modal-body{
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 700px;
}
#formModal iframe{
    margin-top: -50px;
    height: 1000px !important;
}

#projectModal .modal-body, #guide-1 .modal-body, #guide-2 .modal-body, #guide-3 .modal-body, #guide-4 .modal-body, #guide-5 .modal-body, #guide-6 .modal-body{
    overflow: scroll;
    max-height: 700px;
}

#projectModal .modal-content, #meetingModal .modal-content{
    width: 625px;
}

#meetingModal .modal-content{
    padding: 20px 0 0 0;
}

#projectModal iframe{
    height: 1000px !important;
}


.about.about-page .contact-info iframe{
    height: 1110px !important;
}


#guides{
    scroll-margin-top: 115px;
}

.prop-label{
    left: unset;
    right: 20px;
}

.property-box:hover .content-address, .property-box:hover .content-features li, .property-box:hover .content-address div{
    color: #000 !important;
}
