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

#contact-modal .consent-ctn label,
#schedule-showing-modal .consent-ctn label,
.consent-ctn label {
    font-size: 14px;
    text-align: left;
    text-transform: initial;
    color: #000;
}

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

.contactform .consent-ctn label,
.contactform .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: 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 */
#multi-step-form .fw-progress-bar-container {
    display: none!important;
}

#multi-step-form h2.fw-step-part-title {
    display: none!important;
}

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

#multi-step-form .fw-paragraph-container h2 {
    font-size: 30px !important;
}

#multi-step-form .fw-wizard-step-container h3 {
    font-size: 30px!important;
    margin-bottom: 25px!important;
}

#multi-step-form .fw-paragraph-container p {
    font-family: "Bw Beto Grande", serif!important;
    font-size: 30px!important;
    text-transform: uppercase;
}

@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 h2.fw-step-part-title {
    display: none;
}

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

#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 #000!important;
    color: #fff!important;
    transition: all 250ms ease-in-out;
    background-color: #000!important;
}

#multi-step-form .fw-wizard-buttons button:hover, 
#multi-step-form .fw-wizard-buttons .fw-btn:hover {
    color: #000!important;
    border: solid 1px #000!important;
    background-color: #fff!important;
}

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

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

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

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

#multi-step-form .fw-step-part .fw-step-block .fw-input-container label {
    font-weight: 500;
    margin-top: 0px !important;
}

#multi-step-form .fw-wizard-step-container label h3 {
    font-weight: normal;
    font-size: 20px!important;
    margin: 0!important;
}

#multi-step-form div.fw-step-summary-field {
    border-left: 8px solid #000!important;
}

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

#contact-modal .form-control,
#schedule-showing-modal .form-control {
	width: 100%;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0.150em;
	text-transform: uppercase;
	color: #000;
	background: none;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #000;
	resize: none;
	outline: none;
	padding-bottom: 10px;
	padding-left: 0;
	margin-bottom: 20px;
}

#contact-modal label,
#schedule-showing-modal label {
	font-size: 15px;
    text-transform: uppercase;
}

.form-control::-webkit-input-placeholder {
	color: #fff !important;
}

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

.form-control:hover:focus,
.form-control:focus {
	box-shadow: unset;
}

