.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 label {
    font-size: 14px;
    text-align: left;
    text-transform: initial;
    color: #000;
}

.consent-ctn a {
    color: #000;
    text-decoration: underline;
}

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

/* 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: 45px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.61px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    background: transparent;
    /* border: 1px solid #000; */
    padding: 10px 15px;
    transition: 0.4s all ease;
}

.my-pagination-btn:hover {
    color: #000;
    background: #e1dcd7;
}

.current-page-pagination {
    color: #000;
    background: #e1dcd7;
}
/* new pagination buttons style end */

/* homepage property swiper */
.home-property-swiper .swiper-slide {
    height: unset;
}

.home-property-swiper .swiper-button-next, 
.home-property-swiper .swiper-button-prev {
    width: 50px;
    height: 50px;
    color: #fff;
    border: solid 1px #db1f26;
    background: rgba(219, 31, 38, 0.4);
    transition: all .3s ease;
}

.home-property-swiper .swiper-button-prev:after, 
.home-property-swiper .swiper-button-next:after {
    font-size: 20px;
}

.home-property-swiper .swiper-button-next:hover, 
.home-property-swiper .swiper-button-prev:hover {
    background: rgba(219, 31, 38, 1);
}

/* buyer seller pages */
.bg-form .select2-container--default .select2-selection--multiple {
    height: auto;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #000;
    background: none !important;
    box-shadow: none !important;
    outline: none !important;
    margin-bottom: 30px;
    padding: 0px;
}

.select2-search__field::placeholder {
    font-size: 12px!important;
    text-transform: uppercase!important;
    color: #000!important;
    opacity: 1!important;
}

/* single property page */
.single-properties .header {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

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

#contact-modal .form-control,
#schedule-showing-modal .form-control {
    color: #000;
    border: solid 1px #000;
    margin-bottom: 15px;
    padding: 10px 15px;
}

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

/* MARKETING ALERT START */
.alerts-section {
    padding: 50px 0;
}

/* 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;
    }
}

/* steps title + form label */
#multi-step-form span.msf-h3 {
    font-family: "EB Garamond", serif!important;
    font-size: 30px!important;
    font-weight: 400!important;
    text-transform: uppercase!important;
    line-height: 2!important;
    color: #000!important;
    margin: 0!important;
}

.bg-form #multi-step-form [data-type=fw-text] .fw-input-container label {
    margin-top: 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: #000;
}

/* 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 */
.alerts-section #multi-step-form [data-type=fw-text] .fw-input-container label {
    margin-top: 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: 55px!important;
    line-height: 39px;
    padding: 0 22px;
    margin-top: 10px;
    font-size: 14px;
    letter-spacing: .6px;
    border: solid 1px #db1f26!important;
    color: #db1f26!important;
    transition: all 250ms ease-in-out;
    background: #db1f26;
    opacity: 1!important;
}

/* button hover style */
#multi-step-form .fw-wizard-buttons button:hover, 
#multi-step-form .fw-wizard-buttons .fw-btn:hover {
    color: #fff!important;
    background: #db1f26!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: #db1f26!important;
    border: solid 1px #db1f26!important;
    background: transparent!important;
    margin-top: 25px;
    transition: all 250ms ease-in-out;
}

/* submit button hover style */
#multi-step-form .fw-btn-submit:hover {
    color: #fff!important;
    background: #db1f26!important;
}

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