.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;
    color: #fff;
}

.consent-ctn a:hover {
    color: #ae9364;
}

/* 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: transparent;
    border: 1px solid #ae9364;
    padding: 10px 15px;
    transition: 0.4s all ease;
}

.my-pagination-btn:hover {
    color: #fff;
    background: #ae9364;
}

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

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

.alerts-section .bg {
    background: #272525;
    padding: 50px;
}

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

#multi-step-form [data-type=fw-radio] label, #multi-step-form [data-type=fw-checkbox] label {
    margin-top: 10px;
    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: 45px!important;
    line-height: 39px;
    padding: 0 22px;
    margin-top: 10px;
    font-size: 14px;
    border: solid 1px #ae9364!important;
    color: #fff!important;
    transition: all 250ms ease-in-out;
    background-color: #ae9364!important;
    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;
    border: solid 1px #171717!important;
    background: #171717!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: #000!important;
    border: solid 1px #000!important;
    background-color: #ae9364!important;
    margin-top: 25px;
    transition: all 250ms ease-in-out;
}

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

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

/* calculator pages */
.calculator-section {
    padding: 75px 0 0 0;
}

/* single property page */
#contact-modal .modal-dialog,
#schedule-showing-modal .modal-dialog {
    max-width: 800px;
}

#contact-modal .modal-content,
#schedule-showing-modal .modal-content {
    padding: 0;
}

#contact-modal .modal-body,
#schedule-showing-modal .modal-body {
    padding: 30px;
}

#contact-modal h4.modal-title,
#schedule-showing-modal h4.modal-title {
    color: #fff;
}

#contact-modal input.form-control,
#contact-modal textarea.form-control,
#schedule-showing-modal input.form-control,
#schedule-showing-modal textarea.form-control {
    background: transparent;
    border-radius: 0px;
    border: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 20px;
    padding: 0px;
    color: #fff;
}

.single-post a:hover {
    color: #ae9364;
    text-decoration: underline;
}

.about-btn-ctn {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.contact-pic-overlap {
    height: 100%;
    background: #242424;
    padding: 50px 50px 50px 75px;
    margin-left: -50px;
    margin-top: 50px;
}

.contact-page-broker h3 {
    line-height: 1;
    color: #ae9364;
}

.contact-form-ctn {
    margin-top: 155px;
}

.socials.social-media h3 {
    color: #ae9364;
}
