.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 {
    text-decoration: underline;
}

.consent-ctn a,
.consent-ctn label {
    font-size: 16px;
    font-weight: 400;
}

.contact-form.contactpage .consent-ctn a,
.contact-form.contactpage .consent-ctn label {
    color: #000;
}

.buysellform .consent-ctn a,
.buysellform .consent-ctn label,
.contact-form .consent-ctn a,
.contact-form .consent-ctn label {
    color: #fff;
}

/* new pagination buttons style start */
.nolist {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    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: transparent;
    border: 1px solid #c5c5c5;
    padding: 10px 15px;
    transition: 0.4s all ease;
}

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

/* MARKETING ALERT START */
/* progress bar */
#multi-step-form .fw-progress-bar-container,
#multi-step-form .fw-step-part-title {
    display: none!important;
}

@media (min-width: 769px) {
    #multi-step-form .fw-wizard-step-header-container {
        margin-bottom: 0;
    }
}

/* left border */
#multi-step-form .fw-step-part {
    background-color: transparent!important;
    border-left: none!important;
}

@media (min-width: 769px) {
    #multi-step-form .fw-step-part {
        padding: 0!important;
        border-left: none!important;
        background-color: transparent!important;
    }
}

#multi-step-form .fw-wizard-step-header .msf-h2 {
    color: #fff!important;
}

/* steps title + form label */
#multi-step-form span.msf-h3 {
    font-size: 24px!important;
    font-weight: 700!important;
    text-transform: uppercase!important;
    line-height: 2!important;
    color: #fff!important;
    margin: 0!important;
}

/* title text + checkbox labels */
#multi-step-form .fw-wizard-step-header p,
#multi-step-form [data-type=fw-radio] label, #multi-step-form [data-type=fw-checkbox] label,
.fw-paragraph-container {
    font-size: 18px!important;
    color: #fff;
} 

/* checkboxes display */
@media screen and (min-width: 577px) { 
    #multi-step-form .fw-choice.fw-input-container {
        display: inline-block;
        width: 49%;
        margin-bottom: 0;
    }
}

/* checkboxes check */
#multi-step-form [data-type=fw-checkbox] input[type=checkbox]:checked+label:before, 
#multi-step-form ul.fw-progress-bar li.fw-active .fw-txt-ellipsis {
    color: #000 !important;
}

/* step 3 inputs labels */
.evaluation-box.alerts #multi-step-form [data-type=fw-text] .fw-input-container label {
    margin: 0!important;
} 

/* button container */
#multi-step-form .fw-wizard-buttons {
    display: flex;
    justify-content: end;
    margin-top: 30px;
}

@media (max-width: 768px) {
    #multi-step-form .fw-wizard-buttons {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

/* buttons styling */
#multi-step-form .fw-wizard-buttons button, 
#multi-step-form .fw-wizard-buttons .fw-btn {
    height: 45px!important;
    line-height: 39px;
    padding: 0 22px;
    margin-top: 10px;
    font-size: 14px;
    border: solid 1px #fff!important;
    color: #fff!important;
    transition: all 250ms ease-in-out;
    background: transparent!important;
    opacity: 1!important;
}

/* button hover style */
#multi-step-form .fw-wizard-buttons button:hover, 
#multi-step-form .fw-wizard-buttons .fw-btn:hover {
    border: solid 1px #dc1c2e!important;
    background: #dc1c2e!important;
}

#multi-step-form .fw-button-previous, 
#multi-step-form .fw-button-next, 
#multi-step-form .fw-button-fileupload {
    background: transparent !important;
}

/* submit button styling */
#multi-step-form .fw-btn-submit {
    color: #fff!important;
    border: solid 1px #fff!important;
    background: transparent!important;
    margin-top: 25px;
    transition: all 250ms ease-in-out;
}

/* submit button hover style */
#multi-step-form .fw-btn-submit:hover {
    border: solid 1px #dc1c2e!important;
    background: #dc1c2e!important;
}

/* summary field */
#multi-step-form div.fw-step-summary-field {
    border-left: 8px solid #000!important;
}
/* END REAL ESTATE ALERT */

/* properties page */
.prop-ctn {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.prop-ctn .prop-img img {
    aspect-ratio: 3 / 2;
}

.prop-ctn .bgwhite {
    width: 100%;
    height: unset;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin-top: 0;
    padding: 30px;
}

.prop-ctn .top-ctn {
    flex-grow: 1;
}

.prop-ctn .price-ctn p {
    font-family: "Quicksand", sans-serif;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1;
    color: #000000;
}

.prop-ctn .prop-specs ul {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
}

.prop-ctn .prop-specs ul li {
    line-height: 1;
    border-right: solid 1px #000;
    padding: 0 10px;
}

.prop-ctn .prop-specs ul li:first-of-type {
    padding-left: 0;
}

.prop-ctn .prop-specs ul li:last-of-type {
    border-right: none;
}

.prop-ctn .prop-btn-ctn {
    margin-top: 20px;
}

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

#contact-modal input.form-control,
#schedule-showing-modal input.form-control {
    display: inline-block;
    width: 100%;
    height: 60px;
    padding: 0 25px;
    font-size: 13px;
    color: #ffffff;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.38)!important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 0;
    margin-bottom: 12px;
}

#contact-modal textarea.form-control,
#schedule-showing-modal textarea.form-control {
    height: 125px;
    resize: none;
    background: rgba(0, 0, 0, 0.38)!important;
}
