.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;
}

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

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

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


/* header */
.navbar-nav .nav-item.btn-default.active:hover .nav-link {
    color: #fff;
}

.home-icon {
    width: 25px;
    height: 25px;
}

.sold-map {
    padding-top: 80px;
}

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

/* 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 {
    line-height: 39px;
    padding: 0 22px;
    margin-top: 10px;
    font-size: 14px;
    border: solid 1px #dcc367!important;
    color: #fff!important;
    transition: all 250ms ease-in-out;
    background-color: 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 {
    color: #fff!important;
    background: #dcc367!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: #dcc367!important;
    background-image: linear-gradient(280deg, #dcc367 0%, #f0e6c5 100%)!important;
    margin-top: 25px;
    transition: all 250ms ease-in-out;
}

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

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

/* search form properties page */
#my-prop-search input,
#my-prop-search select {
    width: 100%;
    height: 45px;
    background: #fff;
    border: none;
    border-bottom: solid 1px #000;
    padding: 0 10px;
}

#my-prop-search label {
    color: #fff;
}

#my-prop-search input:focus,
#my-prop-search select:focus {
    outline: none;
}

.search-title-ctn h3 {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.search-btn-default {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 45px;
    background-color: #dcc367;
    background-image: linear-gradient(280deg, #dcc367 0%, #f0e6c5 100%);
    color: #000;
    border: 0px;
    border-radius: 0px;
    text-transform: uppercase;
    transition: all .3s ease;
}

.search-btn-default:hover {
    background: #fff;
    color: #dcc367;
}

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

#contact-modal .modal-title,
#schedule-showing-modal .modal-title {
    color: #000;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    margin: 0;
    letter-spacing: 2px;
}

#contact-modal .modal-content .wpcf7-form,
#schedule-showing-modal .modal-content  .wpcf7-form {
    margin: 0;
    max-width: unset;
}

#contact-modal .form-control,
#schedule-showing-modal .form-control {
    margin: 0 0 12px 0;
}

#contact-modal .btn-default,
#schedule-showing-modal .btn-default {
    color: #000;
}

/* home evaluation */
.home-evaluation-section {
    padding: 50px 0;
}

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

.home-evaluation-section .section-title h6 {
    color: #fff;
}

.about-btn-ctn {
    display: flex;
    align-items: center;
    gap: 50px;
}

.about-btn-ctn .play-button {
    position: relative;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    border: 2px solid #000;
    background: transparent;
    opacity: 0.85;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    transition: background .3sease;
    cursor: pointer;
}

.about-btn-ctn .play-button:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 15px;
    border-color: transparent transparent transparent #000000;
}

.about-btn-ctn .play-button:hover {
    background: #dc1c2e;
    border: 1px solid #dc1c2e;
}

.about-btn-ctn .play-button:hover:before {
    border-color: transparent transparent transparent #ffffff;
}

#presentationModal .modal-title {
    color: #000;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    margin: 0;
    letter-spacing: 2px;
}

#presentationModal .modal-body video {
    width: 100%;
    height: 100%;
}

/* calculators page */
.calculators-section {
    padding: 60px 0;
}

mw-calc-section {
    background: #272525!important;
}

mw-calc-label {
    color: #fff!important;
}

#calculate_lt {
    border: 1px solid #dcc367!important;
    border-radius: 40px!important;
    background-color: transparent!important;
}

#calculate_lt:hover {
    background-color: #dcc367!important;
    transition: all .3s ease;
}

/* testimonial page */
.testimonial-page-section {
    padding: 50px 0 0 0;
}

/* footer */
#privacy-menu {
    padding: 0;
}

.single-properties .contact-form {
    background: #272525;    
}
