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

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

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

.visit_info .forms input.form-control,
.visit_info .forms textarea.form-control {
    border-radius: 2px;
    padding: 10px 20px;
    box-shadow: none;
    resize: none;
    outline: none;
    height: 50px;
    font-size: 16px;
    color: #000;
    font-family: "Montserrat", sans-serif;
    background-color: #fff;
    margin-bottom: 18px;
}

.visit_info .forms textarea.form-control {
    height: 130px;
    resize: none;
}

/* single communities */
.community .community-img {
    width: 100%;
    height: 100%;
}

.community .community-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.community .content-ctn {
    padding: 60px 30px 60px 60px;
}

@media (max-width: 1200px) {
    .community .content-ctn {
        padding: 0;
    }
}

.lavalcontent .reason-card {
    height: 100%;
    background: #fff;
    box-shadow: 0 7px 29px #00000040;
    padding: 20px;
}

.lavalcontent .reason-card .title h3 {
    font-size: 24px;
}

.about .table thead th {
    font-family: "Playfair Display", serif;
    font-size: 22px;
    color: #fff;
    background-color: #000;
}

.about .table tbody th,
.about .table tbody td {
    width: 50%;
}

/* .lavalcontent .sector {
    position: relative;
}

.lavalcontent .sector::after {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    opacity: 0.60;
}

.lavalcontent .sector-img {
    aspect-ratio: 4 / 3;
}

.lavalcontent .sector-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
} */

/* .lavalcontent .area-name {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px;
} */

.report-ctn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: solid 1px #000;
    padding: 10px 15px;
}

.report-ctn .report-title {
    display: flex;
    align-items: center;
    gap: 8px;
}

.report-ctn .report-title h5 {
    font-size: 20px;
}

.report-ctn .report-title img {
    width: 40px;
    height: 40px;
}

.page-template-template-report header {
    background: #000;
}

.market-report {
    padding: 200px 0 100px 0;
}

.market-report .img {
    aspect-ratio: 1 / 1;
}

.market-report .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.market-report .form-ctn {
    box-shadow: 0 7px 29px #00000040;
    padding: 60px 40px;
}

.market-report .form-ctn p {
    font-size: 14px;
}

.market-report .form-control {
    width: 100%;
    display: inline-block;
    border-radius: 0;
    height: 47px;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    color: #828282;
    text-transform: uppercase;
    border: none;
    outline: none;
    border-bottom: 1px solid #999;
    background: transparent;
    background: #fff url(../img/submit-arrow.svg) 100% 50% no-repeat;
    background: #fff;
    background-size: 27px auto;
    padding: 10px 8px;
    box-shadow: none !important;
    outline: none !important;
}
