.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 {
    text-align: left;
}

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

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

/* sold properties swiper */
.solds-swiper .swiper-slide {
    height: unset;
}

.solds-swiper .swiper-button-prev,
.solds-swiper .swiper-button-next {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #f7f5ee;
    border: solid 2px #A2A69F;
    border-radius: 50%;
    background: #A2A69F;
    outline: none;
    cursor: pointer;
    overflow: hidden;
    transition: 0.4s all ease;
}

.solds-swiper .swiper-button-prev:hover,
.solds-swiper .swiper-button-next:hover {
    color: #A68F72;
    background: #F2EDE9;
}

.solds-swiper .swiper-button-prev:after, 
.solds-swiper .swiper-button-next:after {
    font-size: 16px;
}

/* single property */
#contact-modal .form-control,
#schedule-showing-modal .form-control {
    height: 50px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: #000;
    border: solid 1px #000;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: none;
    padding: 10px 20px;
    margin-bottom: 18px;
}

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