@font-face {
    font-family: "Neue Haas Grotesk Display Pro";
    src: url("../eot/neuehaasdisplay-light.eot");
    src: url("../eot/neuehaasdisplay-light.eot") format("embedded-opentype"), url("../woff2/neuehaasdisplay-light.woff2") format("woff2"), url("../woff/neuehaasdisplay-light.woff") format("woff"), url("../ttf/neuehaasdisplay-light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Neue Haas Grotesk Display Pro";
    src: url("../eot/neuehaasdisplay-bold.eot");
    src: url("../eot/neuehaasdisplay-bold.eot") format("embedded-opentype"), url("../woff2/neuehaasdisplay-bold.woff2") format("woff2"), url("../woff/neuehaasdisplay-bold.woff") format("woff"), url("../ttf/neuehaasdisplay-bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Neue Haas Grotesk Display Pro";
    src: url("../eot/neuehaasdisplay-roman.eot");
    src: url("../eot/neuehaasdisplay-roman.eot") format("embedded-opentype"), url("../woff2/neuehaasdisplay-roman.woff2") format("woff2"), url("../woff/neuehaasdisplay-roman.woff") format("woff"), url("../ttf/neuehaasdisplay-roman.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Neue Hass Display Medium";
    src: url("../ttf/neuehaasdisplaymediu.ttf")
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 100%;
    font-family: "Neue Haas Grotesk Display Pro";
    font-weight: 500;
    text-transform: uppercase
}

:root {
    --flex: flex;
    --center: center;
    --space-between: space-between;
    --end: end;
    --none: none;
    --cover: cover;
    --relative: relative;
    --black: #000000;
    --orange: #ff5f00;
    --orange2: #ff6000;
    --white: #fff;
    --block: block;
    --absolute: absolute;
    --inline-block: inline-block
}

input:focus {
    text-transform: var(--none)
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    display: var(--none)
}

table {
    width: 100%
}

:root {
    --offset-value: 30;
    --btn-size: 60;
    --green: #4eca78
}

ul {
    list-style: var(--none)
}

img {
    max-width: 100%
}

body {
    margin: 0 auto
}

.img-wid {
    width: 100%;
    display: block
}

.mci-ran-color {
    background-color: #fff000
}

.development-list .desk-display {
    display: var(--block)
}

.development-list .mob-display {
    display: var(--none)
}

.play-btn {
    width: 70px;
    height: auto;
    position: var(--absolute);
    top: 50%;
    left: 50%;
    z-index: 999;
    transform: translate(-50%, -50%);
    cursor: pointer
}

.modal {
    display: var(--none)
}

.modal.open {
    position: var(--absolute);
    width: 100%;
    height: 100vh;
    background-color: var(--black);
    z-index: 9999;
    top: 0px;
    left: 0px;
    text-align: var(--center);
    display: var(--flex);
    align-items: var(--center);
    justify-content: var(--center)
}

.modal-video {
    width: 70%;
    height: 600px
}

.modal-video iframe {
    width: 100%;
    height: inherit
}

.modal-cross {
    width: 30px;
    height: 40px;
    background-image: url("../png/xmark-solid-svg.png");
    background-repeat: no-repeat;
    background-size: 70%;
    position: var(--absolute);
    top: 20px;
    right: 40px;
    z-index: 99999;
    cursor: pointer;
    transition: all .4s ease-in-out
}

.virtual-modals .modal-cross {
    right: 20px
}

.modal-cross:hover {
    opacity: .7
}

.overflow-none {
    overflow: hidden
}

.body {
    position: var(--relative)
}

.cross {
    width: 30px;
    height: 30px;
    position: var(--absolute);
    right: 0%;
    top: 0;
    z-index: 9999;
    background-color: #9acd32
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    overflow: hidden
}

.no-js #loader-wrapper {
    display: var(--none)
}

.rfi-left-approach.case-study-block {
    padding-right: 0
}

@keyframes lowhigh {
    0% {
        opacity: .2
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: .2
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes spin-reverse {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(-360deg)
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: var(--black);
    z-index: 10
}

#loader-wrapper .loader-section.section-left {
    left: 0
}

#loader-wrapper .loader-section.section-right {
    right: 0
}

.page-full-load #loader-wrapper .loader-section.section-left {
    transform: translateX(-100%);
    transition: all .7s .3s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.page-full-load #loader-wrapper .loader-section.section-right {
    transform: translateX(100%);
    transition: all .7s .3s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.page-full-load #loader-ging {
    opacity: 0;
    transition: all .3s ease-out
}

#loader-ging {
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    width: auto;
    top: 50%;
    display: var(--inline-block);
    text-align: var(--center);
    z-index: 99999;
    transform: translateY(-50%)
}

div#loader-ging a {
    display: var(--inline-block);
    animation: lowhigh 1.5s infinite;
    width: 100%;
    text-align: var(--center)
}

#loader-ging img {
    float: var(--none);
    width: 16%
}

.page-full-load #loader-wrapper {
    visibility: hidden;
    transform: translateY(-100%);
    transition: all .3s 1s ease-out
}

.td.sticky {
    background-color: blue;
    color: var(--white);
    border: 1px solid red;
    position: sticky;
    top: 0px
}

.td.footer {
    background-color: #ff0;
    color: var(--black);
    border: 1px solid red;
    position: sticky;
    bottom: 0px
}

.table-aventura {
    position: var(--relative)
}

.lucas-img>h2 {
    display: var(--none)
}

h1,
h2 {
    font-size: 80px;
    line-height: 88px;
    color: var(--black);
    font-family: "Neue Haas Grotesk Display Pro"
}

h2 {
    font-weight: 300
}

a {
    -webkit-text-decoration: var(--none) !important;
    text-decoration: var(--none) !important;
    cursor: pointer;
    margin: 0;
    padding: 0;
    display: var(--inline-block);
    transition: .3s ease-out
}

a:hover {
    transition: .3s ease-in
}

iframe {
    width: 100%
}

.header {
    position: fixed;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 9999
}

.banner {
    position: var(--relative);
    height: 90vh
}

.dgt-slider video#autoplay {
    position: var(--relative);
    height: 90vh
}

.dgt-slider video#autoplay {
    position: var(--relative);
    height: 90vh
}

video#autoplay {
    height: inherit;
    width: 100%;
    -o-object-fit: var(--cover);
    object-fit: var(--cover)
}

.navbarr {
    display: var(--flex);
    align-items: var(--center);
    justify-content: var(--space-between);
    transition: background 1s;
    position: var(--relative);
    z-index: 1
}

.navbarr-mobile {
    display: var(--none)
}

.navbarr.sticky,
.sticky-mob {
    background-color: var(--black);
    transition: background 1s
}

.input-search.sticky {
    background: var(--black)
}

.logo-ham {
    display: var(--flex);
    align-items: var(--center);
    width: 40%
}

.globel,
.navbarr {
    border-bottom: 1px solid var(--white)
}

.account-user {
    border-bottom: 1px solid var(--white);
    padding: 17px 38px 17px 53px;
    display: var(--flex);
    align-items: var(--center)
}

.logo {
    padding: 13px 0 9px 14px
}

.logo a {
    width: 150px
}

.logo a img {
    -o-object-fit: var(--cover);
    object-fit: var(--cover);
    width: 100%
}

.search-tab,
.condo-sale,
.condo-rent {
    border-right: 1px solid var(--white)
}

.hamburgerr {
    padding: 43px 40px;
    border-right: 1px solid var(--white);
    cursor: pointer
}

.ham-div {
    cursor: pointer;
    padding: 0;
    margin: 0;
    background: rgba(0, 0, 0, 0);
    border: var(--none)
}

.globel {
    padding: 17px 0 17px 40px;
    display: var(--flex);
    align-items: var(--center);
    transition: .3s ease-in;
    background-color: rgba(0, 0, 0, .1)
}

.bar1,
.bar2 {
    width: 38px;
    height: 3px;
    margin-bottom: 10px;
    background-color: var(--white)
}

.bar3 {
    margin-bottom: 0;
    width: 38px;
    height: 3px;
    background-color: var(--white)
}

.condo-right {
    display: var(--flex)
}

.condo-sale {
    border-left: 1px solid var(--white)
}

.condo-sale a,
.condo-rent a {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 24px;
    color: var(--white);
    padding: 37px 39px 32px 39px;
    background-color: rgba(0, 0, 0, .1)
}

.condo-sale,
.condo-rent {
    transition: all .3s linear
}

.condo-sale a span,
.condo-rent a span {
    font-weight: bold
}

.contact-us {
    display: var(--flex);
    align-items: var(--center);
    padding: 19px 0 16px 48px;
    transition: .3s ease-in;
    background-color: rgba(0, 0, 0, .1)
}

.globel p {
    font-size: 16px;
    letter-spacing: .5px;
    line-height: 24px;
    color: var(--white);
    margin-right: 0;
    font-weight: bold;
    transition: all .4s ease-out
}

.globel i {
    transition: all .4s ease-out;
    margin-right: 15px;
    display: var(--inline-block);
    color: var(--white)
}

.globel:hover i {
    transition: all .4s ease-in;
    color: var(--black)
}

.search-icon input[type=search]::-moz-placeholder {
    background: var(--none);
    border: var(--none);
    outline: var(--none);
    font-size: 14px;
    letter-spacing: .5px;
    line-height: 24px;
    color: var(--white);
    font-weight: 300;
    display: var(--inline-block);
    text-overflow: ellipsis;
    text-transform: uppercase;
    opacity: 1
}

.search-icon input[type=search],
.search-icon input[type=search]::placeholder {
    background: var(--none);
    border: var(--none);
    outline: var(--none);
    font-size: 14px;
    letter-spacing: .5px;
    line-height: 24px;
    color: var(--white);
    font-weight: 300;
    display: var(--inline-block);
    text-overflow: ellipsis;
    text-transform: uppercase;
    opacity: 1
}

.search-icon input[type=search] {
    text-overflow: ellipsis;
    width: 247px
}

.account-user {
    transition: all .4s ease-in;
    background-color: rgba(0, 0, 0, .1)
}

.search-icon i {
    margin-right: 12px;
    display: var(--inline-block);
    color: var(--white)
}

.search-icon:hover i {
    color: var(--black)
}

.search-icon {
    display: var(--flex);
    align-items: var(--center);
    padding: 17px 17px 18px 39px;
    transition: .3s ease-in;
    background-color: rgba(0, 0, 0, .1)
}

.account-user i,
.contact-us i {
    margin-right: 12px;
    display: var(--inline-block);
    color: var(--white)
}

.account-user:hover i,
.contact-us:hover i {
    color: var(--black)
}

.account-user p,
.contact-us p {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 24px;
    color: var(--white);
    font-weight: bold;
    transition: all .4s ease-out
}

.search-icon:hover {
    background: var(--white)
}

.account-user:hover,
.contact-us:hover,
.globel:hover {
    background: var(--white);
    cursor: pointer;
    transition: all .4s ease-in
}

.condo-sale a:hover,
.condo-rent a:hover {
    background: var(--white);
    color: var(--black)
}

.search-icon:hover input[type=search]::-moz-placeholder {
    color: var(--black);
    -moz-transition: all .4s ease-in;
    transition: all .4s ease-in
}

.account-user:hover p,
.contact-us:hover p,
.search-icon:hover input[type=search]:focus,
.search-icon:hover input[type=search]::placeholder,
.globel:hover p,
.condo-rent:hover a,
.condo-sale:hover a {
    color: var(--black);
    transition: all .4s ease-in
}

.contact-us-div {
    display: var(--flex);
    align-items: var(--center);
    flex-direction: column;
    background-color: var(--black);
    width: 300px;
    min-height: 600px;
    text-align: var(--center);
    padding: 20px
}

.contact-us-div p,
.contact-us-div h5,
.contact-us-div a,
.contact-us-div label {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 23px;
    color: var(--white);
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 10px
}

.contact-us-div h5 {
    text-transform: uppercase;
    margin-bottom: 10px
}

.contact-us-div input::-moz-placeholder {
    text-transform: capitalize;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 23px;
    color: var(--black);
    font-weight: 400
}

.contact-us-div input::placeholder {
    text-transform: capitalize;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 23px;
    color: var(--black);
    font-weight: 400
}

.contact-cont a {
    font-size: 29px;
    line-height: 32px
}

.contact-cont {
    margin-bottom: 18px
}

.fb-icon {
    margin-bottom: 10px
}

.form-check {
    margin-bottom: 15px
}

.form-data input[type=text],
.form-data input[type=email],
.form-data input[type=number] {
    margin-bottom: 10px;
    width: 100%;
    height: 30px
}

.banner-heading {
    position: var(--absolute);
    bottom: 111px;
    left: 0;
    text-align: var(--center);
    margin: 0 auto;
    right: 0
}

.banner-heading h1 {
    font-size: 100px;
    letter-spacing: 4px;
    line-height: 40px;
    color: var(--white);
    font-weight: bold;
    background-color: rgba(159, 157, 157, .02)
}

.banner-heading h3 {
    font-size: 30px;
    bottom: 10px;
    letter-spacing: 1px;
    line-height: 40px;
    color: var(--white);
    font-weight: 300;
    margin-top: 34px;
    margin-left: -7px;
    position: var(--relative);
    background-color: rgba(159, 157, 157, .02)
}

.heading-slider.owl-carousel.owl-theme.owl-loaded.owl-drag {
    margin: 0 auto
}

.tab-section {
    display: var(--flex);
    width: 1400px;
    justify-content: var(--space-between);
    margin: 30px auto 0
}

.three-tabs {
    width: 32%;
    padding: 20px
}

.three-tabs-inner {
    display: var(--flex);
    align-items: var(--center);
    width: 90%;
    margin: 0 auto
}

.tab-one {
    background: #ed2531
}

.tab-two {
    background: var(--orange)
}

.tab-three {
    background: #dbb509
}

.three-tabs:hover {
    background: var(--black);
    cursor: pointer
}

.tab-search-icon {
    width: 50px;
    margin-right: 8%;
    height: 50px
}

.property-search-tab {
    display: var(--flex);
    flex-direction: column
}

.tab-search-icon img {
    height: inherit;
    width: 100%
}

.property-search-tab h4 {
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 24px;
    color: var(--white);
    background-color: rgba(159, 157, 157, .04)
}

.property-search-tab h5 {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 24px;
    color: var(--white);
    margin-top: 12px;
    font-weight: bold;
    background-color: rgba(159, 157, 157, .04)
}

.head-two {
    margin: 80px auto
}

.head-three {
    display: var(--flex);
    justify-content: var(--center);
    align-items: var(--center);
    margin: 80px auto
}

.head-two h2 {
    text-align: var(--center)
}

.head-two h2 span {
    font-weight: 300;
    border-bottom: 3px solid var(--black)
}

.menu-list li a {
    font-size: 34px;
    letter-spacing: 1px;
    line-height: 90px;
    color: var(--white)
}

.pop-index {
    border-bottom: 1px solid #fff !important
}

.pop2 .sub-nav1,
.pop2 .sub-nav2 {
    display: var(--none)
}

.menu-list li a:hover {
    opacity: .7
}

.nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    height: 100%;
    z-index: 0;
    background: var(--black);
    -webkit-clip-path: circle(25px at -3% 10%);
    clip-path: circle(25px at -3% 10%);
    transition: all .3s ease-in-out;
    visibility: hidden
}

.main-page-container {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 50px
}

.open-ul {
    -webkit-clip-path: circle(75%);
    clip-path: circle(75%);
    visibility: visible
}

.menu-contain {
    padding: 11% 5%
}

.menu-list {
    list-style: var(--none);
    padding: 0;
    display: var(--inline-block);
    vertical-align: top;
    width: 30%
}

.menu-list-two {
    width: 38%
}

.bar1,
.bar2 {
    height: 3px;
    margin-bottom: 8px
}

.bar1,
.bar2,
.bar3 {
    width: 33px;
    transition: .3s
}

.active .bar3 {
    transform: rotate(-45deg) translate(10px, -6px);
    transition: .3s
}

.active .bar1 {
    transform: rotate(45deg) translate(9px, 5px);
    transition: .3s
}

.active .bar2 {
    opacity: 0;
    transition: .3s
}

.about-us-menu {
    position: var(--relative)
}

.about-us-sub-menu::after {
    content: "";
    background-image: url("../png/button-arrow.png");
    background-position: var(--center);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
    visibility: hidden;
    position: var(--absolute);
    left: -20%;
    top: 0;
    width: 12%;
    height: 20px
}

.about-us-menu:hover .about-us-sub-menu::after,
.about-us-menu:hover .about-us-sub-menu {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1) translate(0, 0%)
}

.about-us-sub-menu {
    position: var(--absolute);
    right: 0;
    width: 50%;
    bottom: -10%;
    padding-left: 20px;
    border-left: 2px solid var(--white);
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0) translate(0, -50%);
    transition: all .4s linear
}

.about-us-sub-menu li a {
    font-size: 20px;
    line-height: 30px
}

.video {
    text-align: var(--center);
    background: var(--white)
}

.head-three h2 {
    text-align: var(--center)
}

.pop2 input#search-input {
    background: var(--black)
}

.item1 {
    vertical-align: top;
    position: var(--relative);
    display: var(--inline-block);
    width: 46.5%;
    background-color: var(--black);
    height: 910px
}

.overlay::before {
    content: "";
    width: 100%;
    height: 100%;
    position: var(--absolute);
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1110;
    background: linear-gradient(180deg, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.8) 100%);
    cursor: pointer
}

.overlay {
    overflow: hidden
}

.overlay:hover .iimmagee {
    transform: scale(1.03);
    cursor: pointer;
    transition: transform .3s ease-out
}

.item1-p {
    position: var(--absolute);
    bottom: 30px;
    margin-left: 50px;
    z-index: 1111
}

.item1-p h3 {
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 40px;
    color: var(--white);
    font-weight: 300
}

.item1-p a {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 40px;
    color: var(--white);
    font-weight: bold;
    display: var(--flex);
    align-items: var(--center)
}

.overlay:hover .item-arrow,
.item4:hover .item-arrow {
    transform: translateX(10px);
    transition: .3s ease-out
}

.circle-img {
    position: var(--absolute);
    top: -190px;
    display: var(--none)
}

.item-arrow {
    transition: .3s ease-in;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    display: inline-flex
}

.item2 {
    float: right;
    width: 50.5%
}

.iimmagee {
    height: inherit;
    width: 100%;
    transform: scale(1);
    transition: transform .3s ease-in
}

.items {
    display: var(--block)
}

.items-img {
    position: var(--relative);
    height: 430px;
    background-color: var(--black)
}

.item3 {
    display: var(--inline-block);
    position: var(--relative);
    height: 430px;
    width: 430px;
    -o-object-fit: var(--cover);
    object-fit: var(--cover);
    margin-top: 50px;
    background-color: var(--black)
}

.item4::after {
    content: "";
    background: #dee3e6;
    width: 100%;
    height: 100%;
    position: var(--absolute);
    top: 0;
    -webkit-clip-path: circle(37% at 28% 15%);
    clip-path: circle(37% at 28% 15%);
    transition: -webkit-clip-path .2s ease-in;
    transition: clip-path .2s ease-in;
    transition: clip-path .2s ease-in, -webkit-clip-path .2s ease-in
}

.image-grid .main-image-flex {
    width: 100%;
    display: var(--flex);
    height: inherit
}

a.item4 {
    display: var(--inline-block);
    margin-left: 49px;
    height: 430px;
    width: 47%;
    background: #f4f2f7;
    position: var(--relative);
    margin-top: 50px
}

.item4::before {
    content: url("../png/circle-img.png");
    position: var(--absolute);
    bottom: 0;
    left: 10%;
    right: 0;
    top: 18%;
    z-index: 1111
}

.item4:hover::after {
    content: "";
    transition: -webkit-clip-path .2s ease-in;
    transition: clip-path .2s ease-in;
    transition: clip-path .2s ease-in, -webkit-clip-path .2s ease-in;
    -webkit-clip-path: circle(100% at 28% 65%);
    clip-path: circle(100% at 28% 65%)
}

.item4 h3 {
    color: var(--black);
    display: var(--inline-block)
}

.item4 {
    align-items: var(--end)
}

.item4 h3 span {
    font-weight: bold;
    display: var(--inline-block)
}

a.item4 .item-arrow {
    filter: invert(1);
    vertical-align: sub
}

.owl-two {
    display: var(--none) !important
}

.lucas-img {
    margin: 100px 0;
    background: #f4f2f7;
    padding: 48px 0px;
    display: var(--flex);
    align-items: var(--center);
    justify-content: var(--center);
    -moz-column-gap: 60px;
    column-gap: 60px
}

.lucas-content {
    display: var(--inline-block);
    width: 52%;
    vertical-align: top
}

.lucas-content h2 {
    font-weight: 300;
    padding: 60px 0 50px 0
}

.lucas-content p {
    font-size: 20px;
    line-height: 36px;
    color: var(--black);
    margin-bottom: 39px;
    text-transform: var(--none)
}

.lucas-content a {
    background: var(--black);
    padding: 0 45px 0px 42px;
    font-size: 22px;
    line-height: 77px;
    color: var(--white);
    font-weight: bold;
    border: 2px solid var(--black);
    display: inline-flex;
    align-items: var(--center)
}

.lucas-content a:hover {
    background: rgba(0, 0, 0, 0);
    color: var(--black)
}

.lucas-content a:hover .button-arrow {
    transform: translateX(10px);
    transition: .5s ease-out;
    filter: grayscale(100%) brightness(0%) contrast(0.9);
    opacity: 1
}

.button-arrow img {
    width: 100%;
    height: inherit
}

.owl-one {
    margin-top: 35px
}

.owl-one.owl-theme .owl-nav {
    position: var(--absolute);
    top: 40%;
    width: 100%;
    margin: 0
}

.owl-one button.owl-prev {
    position: var(--absolute);
    left: 0;
    filter: invert(1)
}

.owl-one button.owl-next {
    position: var(--absolute);
    right: 0;
    filter: invert(1)
}

.owl-item-img {
    height: 730px
}

.owl-item-img img {
    height: inherit
}

.owl-one a.item {
    width: 100%
}

.owl-theme .owl-nav .nav-button.owl-prev,
.owl-theme .owl-nav .nav-button.owl-next,
.owl-theme .owl-nav .nav-aventura.owl-prev,
.owl-theme .owl-nav .nav-aventura.owl-next,
.owl-theme .owl-nav button {
    background: var(--none) !important;
    border: var(--none);
    outline: var(--none);
    transition: opacity .3s ease-out;
    margin: 0;
    padding: 0
}

.nav-button.owl-next:hover,
.nav-button.owl-prev:hover {
    filter: grayscale(60%) brightness(60%) contrast(0.9);
    opacity: .7;
    transition: .3s ease-in
}

.nav-button2.owl-prev:hover img,
.nav-button2.owl-next:hover img {
    filter: grayscale(60%) brightness(60%) contrast(0.9);
    opacity: .9;
    transition: .3s ease-in
}

.item h3 {
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 40px;
    color: var(--black);
    font-weight: 300;
    margin-top: 20px
}

.videos-section {
    padding: 108px 0
}

.video-a:hover::after {
    transform: translateX(10px);
    transition: transform .3s ease-out
}

.video-head {
    margin-bottom: 25px;
    display: var(--flex);
    justify-content: var(--space-between);
    align-items: baseline;
    position: var(--relative)
}

.video-col p {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 40px;
    color: var(--black);
    display: var(--inline-block)
}

.video-col h3 a {
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 40px;
    color: var(--black);
    font-weight: 300;
    width: 95%;
    display: var(--inline-block);
    transition: opacity .3s ease-out;
    opacity: 1
}

.video-col h3 a:hover {
    opacity: .3;
    transition: opacity .3s ease-in
}

.video3 h3 {
    width: 90%
}

.video-col {
    display: var(--inline-block);
    width: 33.2%;
    vertical-align: top
}

.news-divs {
    display: var(--flex);
    justify-content: var(--space-between)
}

.news-section {
    margin-top: 100px
}

.news-content {
    display: var(--flex);
    justify-content: var(--space-between);
    align-items: baseline;
    margin-top: 30px;
    position: var(--relative);
    margin-bottom: 25px
}

.btn {
    position: var(--relative);
    cursor: pointer;
    line-height: 60px;
    padding: 0 20px;
    display: var(--flex);
    color: var(--black);
    align-items: var(--center)
}

.btn span {
    transition: .3s;
    font-weight: bold;
    padding-right: 10px;
    font-size: 20px;
    width: 110%
}

.news-a-img-arrow {
    width: 30px;
    display: flex;
    height: auto
}

.news-a-img-arrow img {
    -o-object-fit: contain;
    object-fit: contain
}

.btn.hover-border-8::before,
.btn.hover-border-8::after {
    position: var(--absolute);
    content: "";
    bottom: 0px;
    border-bottom: 1px solid;
    width: 50%;
    transition: width .2s .35s ease-out
}

.btn.hover-border-8::before {
    position: var(--absolute);
    content: "";
    right: 50%
}

.btn.hover-border-8::after {
    position: var(--absolute);
    content: "";
    left: 50%
}

.btn.hover-border-8:hover::before {
    position: var(--absolute);
    content: "";
    width: 50%;
    transition: width .2s ease-in
}

.btn.hover-border-8:hover::after {
    position: var(--absolute);
    content: "";
    width: 50%;
    transition: width .1s ease-in
}

.btn.hover-border-8 span::before,
.btn.hover-border-8 span::after {
    position: var(--absolute);
    content: "";
    width: 0%;
    height: 0%;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    opacity: 0;
    z-index: 2
}

.btn.hover-border-8 span::before {
    position: var(--absolute);
    content: "";
    left: 0%;
    bottom: 1px;
    border-left: 1px solid #363837;
    transition: height .25s ease-in, opacity 0s .35s
}

.btn.hover-border-8 span:hover::before {
    position: var(--absolute);
    content: "";
    height: 96%;
    opacity: 1;
    transition: height .25s .2s ease-out, opacity 0s .2s
}

.btn.hover-border-8 span::after {
    position: var(--absolute);
    content: "";
    right: 0%;
    border-right: 1px solid #363837;
    border-top: 1px solid #363837;
    transition: width .2s ease-in, height .15s .2s linear, opacity 0s .35s
}

.btn.hover-border-8 span:hover::after {
    position: var(--absolute);
    content: "";
    width: 99.5%;
    height: 96%;
    opacity: 1;
    transition: height .15s .1s linear, width .2s .25s linear, opacity 0s .1s
}

.news-content a:hover .button-arrow,
.video-head a:hover .button-arrow,
.section-content a:hover .button-arrow {
    transform: translateX(10px);
    transition: .5s ease-out
}

.section-content a:hover .button-arrow {
    filter: grayscale(100%) brightness(0%) contrast(0.9);
    opacity: 1
}

.section-content a:hover {
    background: #ededf1;
    border: 2px solid var(--black);
    color: var(--black)
}

.news-image-div {
    transition: .3s ease-out;
    width: 100%;
    height: inherit
}

.button-arrow {
    transition: transform .3s ease-in;
    width: 30px;
    display: inline-flex;
    margin-left: 15px;
    height: auto
}

.news-image-content {
    position: var(--absolute);
    bottom: 30px;
    color: var(--white);
    z-index: 1000;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90%
}

.news-image-content p {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 40px;
    color: var(--white);
    background: rgba(0, 0, 0, .04)
}

.news-image-content a {
    color: var(--white);
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 40px;
    display: inline-flex;
    align-items: var(--center);
    background: rgba(0, 0, 0, .04)
}

.news-image-content h3 {
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 40px;
    margin-top: 17px;
    margin-bottom: 26px;
    font-weight: 300;
    background: rgba(0, 0, 0, .04)
}

.image-overlay {
    overflow: hidden;
    position: var(--relative);
    background-color: var(--black);
    height: 590px
}

.image-overlay::before {
    content: "";
    width: 100%;
    height: 100%;
    position: var(--absolute);
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background: linear-gradient(180deg, transparent 0%, transparent 50%, black 100%);
    transition: transform .3s ease-out
}

.image-overlay:hover .news-image-div {
    transform: scale(1.03);
    cursor: pointer;
    transition: transform .3s ease-in
}

.image-overlay:hover .button-arrow {
    transform: translateX(10px);
    transition: transform .3s ease-out
}

.content-space {
    width: 90%
}

.news-image1 {
    width: 53.7%
}

.news-image2 {
    width: 23%
}

.news-image-div img {
    width: 100%;
    height: inherit;
    transition: transform .3s ease-in;
    transform: scale(1)
}

.section {
    background: #f4f2f7;
    display: var(--flex);
    justify-content: var(--space-between);
    position: var(--relative)
}

.thinking-tab {
    width: 49%
}

.section-content {
    display: var(--flex);
    flex-direction: column;
    width: 80%;
    margin: 90px auto 0
}

.thinking-img {
    display: var(--flex);
    width: 50.5%;
    height: 700px
}

.thinking-img img {
    transform: scaleX(-1);
    width: 100%;
    height: inherit
}

.section-content h2 {
    margin-bottom: 53px;
    font-weight: 300
}

.section-content p {
    width: 60%;
    font-size: 20px;
    line-height: 36px;
    color: var(--black);
    text-transform: var(--none);
    margin-bottom: 80px
}

.section-content a {
    background: var(--black);
    font-size: 22px;
    line-height: 76px;
    color: #fff;
    font-weight: bold;
    border: 2px solid var(--black);
    width: 250px;
    padding-left: 35px
}

.section-content .button-arrow {
    vertical-align: text-bottom
}

.mobile-section {
    display: var(--flex);
    justify-content: var(--space-between);
    align-items: var(--center);
    margin-top: 50px;
    position: var(--relative);
    background: #ededf1
}

.mobile-tab-content {
    width: 51%;
    text-align: var(--center)
}

.mobile-tab {
    margin-top: 44px;
    display: var(--inline-block);
    margin-left: 6px
}

.mobile {
    position: var(--absolute);
    top: -40px;
    right: 16%;
    width: 40%;
    height: 650px
}

.mobile-img {
    display: var(--flex);
    width: 50%
}

.mobile-img1 {
    display: var(--flex);
    height: 590px;
    width: 100%
}

.mobile-img img {
    width: 100%;
    height: inherit
}

.footer-section {
    background: var(--black);
    border-bottom: 1px solid var(--white);
    display: var(--flex);
    padding: 0px 211px;
    margin-top: 50px;
    position: var(--relative);
    z-index: 9991
}

.footer-section a:hover {
    opacity: .7;
    transition: opacity .3s ease-in
}

.footer-div1 {
    border-right: 1px solid #878787;
    padding: 118px 0 115px 0;
    width: 50%
}

.footer-div1 a {
    color: var(--white)
}

.footer-div1 h3 {
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 30px;
    color: var(--white);
    text-transform: uppercase
}

.footer-div1 h3 span {
    font-weight: bold
}

.input-search-div {
    margin-top: 32px;
    position: var(--relative);
    width: 54.6%;
    margin-bottom: 56px
}

.input-search-div input {
    outline: var(--none);
    border: var(--none);
    background: var(--none);
    border-bottom: 1px solid var(--white);
    font-family: "Neue Haas Grotesk Display Pro";
    padding-bottom: 15px;
    color: var(--white);
    width: 100%;
    border-radius: unset
}

.input-search-div input::-moz-placeholder {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 40px;
    color: var(--white);
    text-transform: var(--none);
    font-family: "Neue Haas Grotesk Display Pro"
}

.input-search-div input::placeholder {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 40px;
    color: var(--white);
    text-transform: var(--none);
    font-family: "Neue Haas Grotesk Display Pro"
}

input[type=search]::-webkit-search-cancel-button:hover {
    cursor: pointer
}

.input-search-div button {
    position: var(--absolute);
    right: 0;
    top: 0;
    outline: var(--none);
    background-color: rgba(0, 0, 0, 0);
    border: var(--none);
    cursor: pointer
}

.input-search-div button::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "";
    color: var(--white)
}

.input-search-div button:hover:before {
    opacity: .7;
    transition: opacity .3s ease-in
}

.footer-div1 p a {
    display: var(--inline-block);
    text-align: left;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 20px;
    color: var(--white);
    font-weight: bold
}

.footer-div1 p {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 20px;
    color: var(--white);
    margin-bottom: 54px
}

.footer-div1 ul {
    display: var(--flex)
}

.footer-div1 ul li {
    margin-right: 27px
}

.footer-div1 ul li:nth-child(3),
.footer-div1 ul li:nth-child(4) {
    margin-top: 3px
}

.footer-div1 .fa-facebook-f {
    font-size: 37px;
    transition: .3s ease-in
}

i.fa-solid.fa-rss {
    font-size: 28px;
    margin-top: 5px
}

.fa-instagram {
    font-size: 41px;
    transition: .3s ease-in
}

.fa-twitter {
    font-size: 30px;
    transition: .3s ease-in
}

.fa-x-twitter {
    font-size: 30px;
    transition: .3s ease-in
}

.fa-youtube {
    font-size: 32px;
    transition: .3s ease-in
}

.footer-div2 {
    padding: 111px 0 0 166px;
    width: 50%
}

.footer-div2-img a {
    width: 280px
}

.footer-div2-img img {
    width: 100%;
    -o-object-fit: var(--cover);
    object-fit: var(--cover)
}

.footer-div2 ul li a {
    color: var(--white);
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 38px;
    display: var(--inline-block)
}

.footer-div2 ul {
    display: var(--flex);
    list-style: var(--none);
    margin-top: 49px;
    align-items: var(--center)
}

.footer-div2 ul:nth-child(3) {
    margin: 35px 0 46px
}

.footer-div2 ul li {
    margin-right: 25px;
    outline: var(--none)
}

.footer-copyright {
    padding: 27px 210px;
    border-bottom: 1px solid var(--white);
    background: var(--black)
}

.footer-copyright p {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 20px;
    color: var(--white);
    display: var(--inline-block);
    width: 49%
}

.footer-credit {
    display: inline-flex;
    align-items: var(--center);
    width: 50%;
    -moz-column-gap: 80px;
    column-gap: 80px
}

.footer-credit a {
    margin-left: 178px;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 20px;
    color: var(--white)
}

.footer-credit a:hover {
    opacity: .7
}

li.llr-icon {
    width: 500px
}

li.seal-icon {
    width: 50px
}

li.equa-icon {
    width: 10%
}

.for-sale-banner {
    background-image: url("../jpg/condos-for-sale-banner.jpg");
    background-position: var(--center);
    background-repeat: no-repeat;
    background-size: var(--cover);
    min-height: 900px;
    position: var(--relative);
    margin-bottom: 50px
}

.for-sale-container {
    max-width: 1400px;
    margin: 0 auto
}

.for-sale-heading {
    position: var(--absolute);
    bottom: 100px;
    margin: 0 auto;
    left: 0;
    right: 0
}

.for-sale-heading h1 {
    font-size: 70px;
    letter-spacing: 4px;
    line-height: 80px;
    color: var(--white);
    font-weight: bold;
    text-align: var(--center);
    background-color: rgba(159, 157, 157, .04)
}

.paragraph-section {
    text-align: justify
}

.paragraph-section p {
    font-size: 20px;
    line-height: 36px;
    color: var(--black);
    text-transform: var(--none)
}

.sale-list-search {
    border: 1px solid var(--black);
    display: var(--flex);
    justify-content: var(--space-between);
    align-items: var(--center)
}

.sale-input-form {
    position: var(--relative);
    width: 470px;
    border: 3px solid var(--black);
    margin: 7px
}

.property-search-input .sale-input-form {
    width: 100%
}

.property-search-input .sale-input-form input {
    width: 100%
}

.sale-input-form button::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "";
    color: var(--black)
}

.sale-input-form button {
    position: var(--absolute);
    right: 20px;
    bottom: 0;
    top: 0;
    outline: var(--none);
    background-color: rgba(0, 0, 0, 0);
    border: var(--none);
    cursor: pointer
}

.sale-input-form button:hover:before {
    opacity: .7;
    transition: opacity .3s ease-in
}

.sale-input-form input::-moz-placeholder {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 40px;
    color: var(--black);
    text-transform: var(--none);
    font-family: "Neue Haas Grotesk Display Pro"
}

.sale-input-form input::placeholder {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 40px;
    color: var(--black);
    text-transform: var(--none);
    font-family: "Neue Haas Grotesk Display Pro"
}

.sale-input-form input {
    outline: var(--none);
    border: var(--none);
    background: var(--none);
    border-bottom: 1px solid var(--white);
    font-family: "Neue Haas Grotesk Display Pro";
    color: var(--black);
    padding: 16px;
    width: 90%
}

.thumbnail {
    display: var(--flex);
    padding: 25px 38px 25px 30px;
    border-right: 1px solid var(--black);
    align-items: var(--center)
}

.thumbnail p,
.list-view p {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 24px;
    color: var(--black);
    margin-right: 12px;
    width: -moz-max-content;
    width: max-content
}

.thumbnail2::after,
.thumbnail::after {
    content: "";
    background: url("../png/thumbnail.png");
    background-repeat: no-repeat;
    background-size: var(--cover);
    background-position: var(--center);
    width: 20px;
    height: 20px
}

.thumbnail2:hover::after,
.thumbnail:hover::after {
    content: "";
    background: url("../png/thumbnail-w.png");
    background-repeat: no-repeat;
    background-size: var(--cover);
    background-position: var(--center);
    width: 20px;
    height: 20px
}

.list-view2::after,
.list-view::after {
    content: "";
    background: url("../png/list-view-black.png");
    background-repeat: no-repeat;
    background-size: var(--cover);
    background-position: var(--center);
    width: 20px;
    height: 20px
}

.list-view2:hover::after,
.list-view:hover::after {
    content: "";
    background: url("../png/list.png");
    background-repeat: no-repeat;
    background-size: var(--cover);
    background-position: var(--center);
    width: 20px;
    height: 20px
}

.thumb-list {
    display: var(--flex);
    border-left: 1px solid var(--black)
}

.list-view {
    display: var(--flex);
    padding: 25px 30px 25px 30px;
    align-items: var(--center)
}

.thumbnail:hover,
.list-view:hover {
    background: var(--black);
    transition: all .3s ease-in-out
}

.thumbnail:hover p,
.list-view:hover p {
    color: var(--white)
}

.table-heading1 h2 {
    font-size: 60px;
    line-height: 88px;
    font-weight: 300
}

.last-sale-td,
.last-sale-th {
    width: 20px;
    height: 20px;
    margin: 0 auto;
    background-image: url("../svg/heart.svg");
    background-position: var(--center);
    background-repeat: no-repeat;
    cursor: pointer;
    transition: all .3s ease-out;
    background-size: contain;
    background-color: rgba(0, 0, 0, 0)
}

.last-sale-th {
    cursor: auto
}

.last-sale-td-new {
    background-image: url("../svg/heart-red.svg");
    background-position: var(--center);
    background-repeat: no-repeat;
    background-size: contain;
    transition: all .3s ease-in;
    width: 20px;
    filter: var(--none) !important;
    background-color: rgba(0, 0, 0, 0)
}

.fa-heart {
    color: var(--black)
}

.register-user-form .icon-heart-neigh-new {
    background-image: url("../svg/heart.svg")
}

.for-rent-banner {
    background-image: url("../jpg/condo-for-rent-banner.jpg")
}

.para-a-1 {
    color: #f6b13d;
    font-weight: bold;
    text-transform: var(--none)
}

.rent-image-div {
    transition: background .3s ease-out;
    width: 48%
}

.rent-image-div>img {
    width: 100%;
    -o-object-fit: var(--cover);
    object-fit: var(--cover);
    min-height: 400px
}

.rent-image-div h4,
.condo-address h4 {
    font-size: 30px;
    line-height: 77px;
    color: var(--black);
    transition: opacity .3s ease-out
}

.rent-image-div p {
    font-size: 20px;
    line-height: 77px;
    color: var(--black);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    transition: all .4s ease-in-out
}

.rent-image-div .rent-image-div3 {
    display: var(--flex);
    justify-content: var(--space-between)
}

.rent-image-div4 {
    width: 100%;
    margin: 0 auto
}

.image-head-a {
    width: 96%;
    margin: 0 auto
}

.buildings a.rent-image-div4-a:hover {
    color: #fff
}

.buildings a.rent-image-div4-a {
    color: #000
}

.rent-image-div4-a {
    background-color: #f90;
    font-weight: bold;
    width: 100%;
    -webkit-text-decoration: var(--none);
    text-decoration: var(--none);
    text-align: var(--center)
}

.rent-image-div4-a:hover {
    background: var(--black);
    transition: all .4s ease-in-out;
    color: var(--white)
}

.image-rent-box {
    display: var(--flex);
    justify-content: var(--space-between);
    align-items: var(--center);
    flex-wrap: wrap;
    row-gap: 50px
}

.neigh-image-div-rent {
    align-items: flex-start
}

.image-head-a h4:hover {
    opacity: .3;
    transition: opacity .3s ease-in
}

.rent-image-div:hover {
    background-color: #f4f4f4;
    transition: all .3s ease-in
}

.luxury-condos-list {
    width: 47%
}

.neighborhood-container {
    margin-top: -20px
}

.neigh-banner {
    background-image: url("../jpg/condo-for-rent-banner.jpg")
}

.neigh-bar {
    background: var(--white);
    padding: 20px 0px;
    z-index: 999;
    margin-bottom: 0px;
    position: var(--relative)
}

.neigh-bar.neigh-sticky {
    position: sticky;
    top: 110px
}

.nav-neigh {
    margin: 0px auto;
    width: 22%;
    border: 1px solid var(--black);
    display: var(--flex)
}

.neigh-image h2 {
    font-size: 60px;
    line-height: 68px;
    color: var(--black);
    font-weight: 300;
    display: var(--inline-block);
    margin-bottom: 30px
}

.neigh-image {
    display: var(--flex);
    position: var(--relative);
    flex-direction: column;
    row-gap: 5px
}

div.rent-image-div.div-neigh {
    border-bottom: 1px solid rgba(0, 0, 0, 0)
}

.icon-heart-neigh a {
    display: inline
}

.image-head-a,
.div-neigh>p {
    width: 96%;
    margin: 0 auto
}

div.neigh-image.div>p,
.div-neigh>p {
    font-size: 16px;
    line-height: 23px;
    margin-top: 10px;
    text-transform: var(--none);
    padding-left: 10px;
    padding-bottom: 10px
}

.div-neigh>p>a,
.neigh-image>p>a {
    font-size: 16px;
    line-height: 23px;
    text-transform: var(--none);
    color: #ed2531
}

.condos1,
.homes {
    padding: 15px 0;
    color: var(--black);
    display: var(--flex);
    align-items: var(--center);
    justify-content: var(--center);
    width: 50%;
    position: var(--relative)
}

.homes1,
.condos {
    padding: 15px 0;
    color: var(--black);
    display: var(--flex);
    align-items: var(--center);
    justify-content: var(--center);
    width: 50%
}

.condos1::after {
    content: "";
    position: var(--absolute);
    width: 100%;
    height: 100%;
    left: 100%;
    top: 0px;
    background: #ea232e;
    z-index: -1;
    transition: .3s ease
}

.condos1.check-sale.nav-tab.existing.active {
    background: #ea232e;
    transition: .3s ease
}

.homes1.check-sale.nav-tab.upcoming.active {
    background: #ea232e;
    transition: .3s ease
}

.condos1.active,
.homes1.active {
    padding: 15px 0;
    color: var(--black);
    display: var(--flex);
    align-items: var(--center);
    flex-direction: row;
    justify-content: var(--center);
    width: 50%
}

.condos1.active::after {
    left: 0px
}

.featured-container .featured-table {
    display: var(--none)
}

.condos-main-table,
.homes-main-table,
.featured-container .featured-table.active {
    display: var(--flex)
}

.neigh-image-data {
    display: var(--flex);
    align-items: var(--center);
    justify-content: var(--space-between)
}

.neigh-image-a {
    display: var(--flex);
    justify-content: var(--center);
    align-items: var(--center);
    flex-direction: column;
    padding: 10px 0px;
    color: var(--black);
    width: 32.5%
}

.neigh-image-a p:first-child {
    font-size: 35px;
    line-height: 38px;
    font-weight: 400
}

.neigh-image-a p:last-child {
    font-size: 12px;
    line-height: 14px;
    font-weight: 400
}

.neigh-image-button1 {
    background-color: #ea232e
}

.neigh-image-button2 {
    background-color: var(--orange2)
}

.neigh-image-button3 {
    background-color: #edc110
}

.image-rent-box div.neigh-image-stats {
    display: var(--flex);
    align-items: var(--center);
    justify-content: var(--space-between);
    border: 2px solid #999
}

.neigh-image-stats2 {
    border-left: 2px solid #999
}

.neigh-image-stats1,
.neigh-image-stats2 {
    padding: 10px 0;
    display: var(--flex);
    align-items: var(--center);
    justify-content: var(--center);
    width: 50%
}

.image-rent-box div.neigh-image-stats h6 {
    font-size: 35px;
    line-height: 38px;
    font-weight: 400;
    margin-right: 15px;
    color: var(--black);
    transition: all .3s ease-out
}

.neigh-image-stats ul li {
    font-size: 12px;
    line-height: 14px;
    color: var(--black);
    transition: all .3s ease-out
}

.neigh-image-stats a:hover {
    background: var(--black)
}

.neigh-image-stats a:hover h6,
.neigh-image-stats a:hover ul>li {
    color: var(--white);
    transition: all .3s ease-in
}

.neigh-image-a:hover {
    background: var(--black)
}

.neigh-image-a:hover p {
    color: var(--white)
}

.rent-image-div1 .neigh-image-stats1,
.rent-image-div1 .neigh-image-stats2 {
    padding: 10px 47px 10px 59px
}

.luxury-condos-banner {
    background-image: url("../jpg/luxury-condo.jpg")
}

.neighborhood-form select,
.luxury-neigh-list2 select {
    color: var(--black) !important
}

.neighborhood-form:hover select,
.luxury-neigh-list2:hover select {
    color: var(--white) !important
}

select {
    outline: var(--none);
    border: var(--none);
    transition: .3s ease-out;
    cursor: pointer;
    -webkit-appearance: var(--none);
    -moz-appearance: var(--none);
    appearance: var(--none);
    width: 100%
}

a.luxury-stats1 {
    font-size: 20px;
    line-height: 40px;
    color: var(--black);
    width: 70%;
    white-space: nowrap;
    overflow: hidden;
    display: var(--block);
    text-overflow: ellipsis;
    padding-left: 10px;
    text-align: var(--center)
}

a.luxury-stats2 {
    font-size: 20px;
    line-height: 40px;
    color: var(--black);
    width: 30%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: var(--block);
    text-align: var(--center)
}

.neigh-image:hover {
    background-color: #f4f4f4;
    transition: all .3s ease-in
}

.luxury-condos-list div.luxury-stats-tab {
    display: var(--flex);
    align-items: var(--center);
    justify-content: var(--space-between);
    border: 2px solid #999
}

.luxury-a {
    padding: 15px 0;
    flex-direction: row;
    width: 32.6%
}

.luxury-a img {
    width: 100%;
    margin-right: 10px;
    max-width: 40px;
    filter: invert(1);
    transition: all .4s ease-in-out
}

.luxury-a:hover img {
    filter: unset
}

.luxury-a:hover {
    filter: unset;
    color: var(--white)
}

.label-check-floor {
    position: var(--absolute);
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.luxury-image {
    position: var(--relative)
}

a.luxury-stats-wid {
    width: 100%;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.pagination {
    margin: 45px 0 50px
}

.pagination ul {
    width: 100%;
    display: var(--flex);
    flex-wrap: wrap;
    justify-content: var(--center);
    align-items: var(--center)
}

.pagination ul li {
    color: var(--black);
    list-style: var(--none);
    line-height: 45px;
    text-align: var(--center);
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    -webkit-user-select: var(--none);
    -moz-user-select: var(--none);
    user-select: var(--none);
    transition: all .4s ease-in-out
}

.pagination ul li.numb {
    list-style: var(--none);
    height: 45px;
    width: 45px;
    margin: 0 3px;
    line-height: 45px;
    border-radius: 50%
}

.pagination ul li.numb.first {
    margin: 0px 3px 0 -5px
}

.pagination ul li.numb.last {
    margin: 0px -5px 0 3px
}

.pagination ul li.dots {
    font-size: 22px;
    cursor: default
}

.pagination ul li.btn {
    padding: 0 20px
}

.pagination li.active,
.pagination ul li.numb:hover {
    color: var(--white);
    background: var(--black)
}

.pagination ul li:first-child:hover,
.pagination ul li:last-child:hover {
    opacity: .6
}

.global-settings-tab {
    position: var(--absolute);
    top: 0;
    right: 0px;
    background-color: var(--white);
    display: var(--none);
    box-shadow: 0 0 20px #d4d4d4;
    overflow-y: scroll;
    z-index: 999;
    height: 100vh;
    padding-bottom: 30px
}

.global-wid {
    width: 450px;
    padding: 39px;
    display: var(--flex);
    overflow-y: scroll;
    flex-direction: column
}

.global-settings-head {
    display: var(--flex);
    align-items: var(--center);
    border-bottom: 1px solid var(--black);
    justify-content: var(--space-between);
    padding-bottom: 30px;
    margin-bottom: 30px
}

.global-settings-head h3 {
    font-size: 30px;
    line-height: 45px;
    color: var(--black);
    font-weight: 300
}

.cross-bar {
    width: 30px;
    height: 38px;
    cursor: pointer
}

.cross-bar1 {
    width: 2px;
    height: 30px;
    background: var(--black);
    transform: rotate(-45deg) translate(7px, 11px)
}

.cross-bar2 {
    width: 2px;
    height: 30px;
    background: var(--black);
    transform: rotate(45deg) translate(-11px, -28px)
}

.language {
    display: var(--flex);
    flex-direction: column
}

.global-settings-tab h5 {
    font-size: 22px;
    line-height: 40px;
    color: var(--black);
    font-weight: bold;
    margin-bottom: 20px
}

.language .lang-list ul>li>a {
    font-size: 18px;
    line-height: 28px;
    color: #c6c6c6;
    font-weight: 300;
    margin-bottom: 12px;
    background-color: rgba(255, 255, 255, .1)
}

.language .lang-list ul>li:nth-child(1)>a,
.language .lang-list ul>li>a:hover {
    color: var(--black)
}

.curr-list {
    position: var(--relative);
    width: 100%
}

.currency {
    margin-bottom: 18px
}

.currency h5,
.measure h5 {
    margin: 10px 0 5px
}

.curr-list select {
    -webkit-appearance: var(--none);
    -moz-appearance: var(--none);
    appearance: var(--none);
    background-image: url("../png/downward-arr.png");
    background-position: 92%;
    background-size: 15px;
    background-repeat: no-repeat;
    width: 100%;
    padding: 20px 28px;
    font-size: 18px;
    color: var(--black);
    border: 2px solid #d6d6d6;
    font-weight: 300;
    background-color: rgba(0, 0, 0, 0);
    border-radius: inherit
}

.curr-list select:focus {
    outline: var(--none)
}

.curr-list select option {
    font-size: 18px;
    color: var(--black);
    font-weight: 300;
    margin: 10px;
    font-family: "Neue Haas Grotesk Display Pro";
    text-transform: uppercase
}

.measure-list {
    border: 2px solid #d6d6d6;
    width: 100%;
    display: var(--flex)
}

.measure-list form {
    display: var(--flex);
    align-items: var(--center);
    justify-content: var(--center);
    width: 50%;
    padding: 21px 0;
    border-right: 1px solid #d6d6d6
}

.measure-list form:last-child {
    border-right: var(--none)
}

.measure-list form select {
    padding-left: 30px;
    color: var(--black)
}

.measure-list form select:hover {
    opacity: .7
}

.contact-us-tab {
    position: var(--absolute);
    top: 0;
    right: 0px;
    background-color: var(--white);
    display: var(--none);
    box-shadow: 0 0 20px #d4d4d4;
    z-index: 11111;
    overflow-y: scroll;
    height: 100vh
}

.contact-btn {
    background: var(--black);
    padding: 0 45px 0px 42px;
    font-size: 22px;
    line-height: 77px;
    color: var(--white);
    font-weight: bold;
    border: 2px solid var(--black);
    width: 82%;
    margin: 0 39px;
    text-align: var(--center)
}

.contact-btn:hover {
    background: rgba(0, 0, 0, 0);
    color: var(--black)
}

.contact-btn:hover .button-arrow {
    transform: translateX(10px);
    transition: .5s ease-out;
    filter: grayscale(100%) brightness(0%) contrast(0.9);
    opacity: 1
}

.contact-us-tab-wid {
    width: 450px;
    padding: 39px 39px 30px 39px;
    display: var(--flex);
    flex-direction: column
}

.contact-us-tab-head {
    display: var(--flex);
    align-items: var(--center);
    border-bottom: 1px solid var(--black);
    justify-content: var(--space-between);
    margin-bottom: 30px;
    padding-bottom: 20px
}

.contact-us-tab-head h3 {
    font-weight: 300;
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 60px;
    color: var(--black)
}

.cross-bar {
    width: 30px;
    height: 38px;
    cursor: pointer
}

.cross-bar1 {
    width: 2px;
    height: 30px;
    background: var(--black);
    transform: rotate(-45deg) translate(7px, 11px)
}

.cross-bar2 {
    width: 2px;
    height: 30px;
    background: var(--black);
    transform: rotate(45deg) translate(-11px, -28px)
}

.call-us-at {
    display: var(--flex);
    flex-direction: column;
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 32px
}

.call-us-at h5 a {
    font-weight: bold;
    color: var(--black);
    transition: all .4s ease-in-out
}

.call-us-at h5 a:hover {
    opacity: .7
}

.call-us-at p {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 28px;
    color: var(--black)
}

.call-us-at h5 {
    font-size: 22px;
    line-height: 88px;
    color: var(--black)
}

.message-tab-div ul {
    display: var(--flex);
    align-items: var(--center)
}

.message-tab {
    padding: 0 39px
}

.email-tab {
    padding: 39px 39px 35px 39px
}

.message-tab-div {
    display: var(--flex);
    align-items: var(--center);
    justify-content: var(--space-between);
    padding-bottom: 18px;
    border-bottom: 1px solid #c9c9c9
}

.message-tab-a {
    font-size: 18px;
    line-height: 68px;
    color: var(--black);
    font-weight: bold
}

.message-padd {
    padding-right: 10px
}

.email-tab form {
    margin-top: 15px;
    margin-left: 18px;
    display: var(--flex);
    align-items: var(--center);
    justify-content: var(--space-between)
}

.email-tab .label-check {
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    display: var(--flex);
    align-items: var(--center)
}

.contact-us-tab h5 {
    font-size: 22px;
    line-height: 38px;
    color: var(--black);
    font-weight: 300
}

.contact-form-2 {
    display: var(--flex);
    flex-direction: column;
    padding: 0 39px
}

.contact-us-tab form input {
    border: var(--none);
    outline: var(--none);
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 20px;
    margin-bottom: 35px
}

.contact-us-tab form input:last-child {
    padding-bottom: 63px
}

.contact-us-tab form input::-moz-placeholder {
    font-size: 18px;
    line-height: 40px;
    color: var(--black);
    text-transform: capitalize
}

.contact-us-tab form input::placeholder {
    font-size: 18px;
    line-height: 40px;
    color: var(--black);
    text-transform: capitalize
}

.contact-us-tab a.contact-btn {
    margin-top: 5px;
    margin-bottom: 130px
}

.contact-us-tab img.button-arrow {
    margin-left: 16px
}

.message-tab-a:hover {
    opacity: .7
}

.custom-container {
    max-width: 1400px;
    margin: 0 auto
}

.carousel-heading {
    position: var(--absolute);
    top: -100px;
    z-index: 99;
    left: 0;
    right: 0;
    margin: 0px auto;
    max-width: 1400px
}

.carousel-heading h1 {
    background: rgba(255, 255, 255, .65);
    font-size: 55px;
    line-height: 60px;
    font-weight: bold;
    padding: 20px;
    width: -moz-max-content;
    width: max-content
}

.tabs-content {
    display: var(--flex);
    justify-content: var(--center);
    position: var(--relative);
    width: 100%;
    overflow: hidden;
    border-right: 1px solid var(--white);
    cursor: pointer;
    align-items: var(--center);
    min-height: 100px;
    flex-direction: column
}

.red-down-arrow {
    position: absolute;
    bottom: -30px;
    left: -1160px;
    right: 0;
    margin: 0 auto;
    width: 30px;
    height: 30px;
    z-index: 99999;
    background-color: #ee2631;
    -webkit-clip-path: polygon(50% 60%, 0 0, 100% 0);
    clip-path: polygon(50% 60%, 0 0, 100% 0)
}

.tabs-content img,
.tabs-content p {
    z-index: 99;
    width: auto;
    height: auto
}

.tabs-container .owl-item .tabs-content img {
    width: 40px
}

.features-container {
    position: var(--relative)
}

.modal-opened {
    position: var(--absolute);
    width: 100%;
    z-index: 99999;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    left: 0px;
    top: 0px;
    display: var(--none)
}

.modal-open-content {
    background: var(--white);
    padding: 100px;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 60%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, .2588235294)
}

.modal-opened p {
    font-size: 20px;
    line-height: 30px;
    text-transform: var(--none)
}

.modal-cross-custom {
    width: 25px;
    height: 35px
}

.modal-cross-custom:hover {
    opacity: .6
}

.tabs-content::after {
    position: var(--absolute);
    content: "";
    width: 100%;
    height: 100%;
    bottom: -95%;
    left: 0px;
    background-color: #ee2631;
    transition: .3s ease-in-out
}

.tabs-content:hover::after {
    bottom: 0px
}

.tabs-content-active::after {
    bottom: 0px
}

.tabs-content p {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 24px;
    color: var(--white)
}

.tabs-container.owl-carousel .owl-nav button.owl-next,
.tabs-container.owl-carousel .owl-nav button.owl-prev {
    background: red !important;
    width: 20px;
    height: 100%;
    border-radius: 0;
    margin: 0
}

.tabs-container.owl-carousel button.owl-prev.disabled,
.tabs-container.owl-carousel button.owl-next.disabled {
    background: gray !important;
    opacity: 1;
    border-radius: 0
}

.tabs-container.owl-carousel.owl-theme .owl-nav {
    margin-top: 0px;
    max-width: 1040px;
    display: var(--block)
}

.tabs-container.owl-carousel button.owl-prev {
    position: var(--absolute);
    left: 0px;
    top: 0px
}

.tabs-container.owl-carousel button.owl-next {
    position: var(--absolute);
    right: 0px;
    top: 0px
}

.tabs.tab-sticky .tabs-container.owl-carousel .owl-nav button.owl-next,
.tabs.tab-sticky .tabs-container.owl-carousel .owl-nav button.owl-prev {
    height: 100%;
    margin: 0
}

.aventura-map {
    width: 100%;
    margin: 10px auto 115px
}

.aventura-container {
    position: var(--relative)
}

.floating-div {
    position: var(--absolute);
    top: 8px;
    right: 0px;
    max-width: 120px
}

.floating-div p {
    background-color: var(--white);
    color: var(--black);
    padding: 10px 0;
    font-weight: 500;
    line-height: 30px;
    border: 1px solid #bababa;
    font-size: 34px;
    text-align: var(--center)
}

.floating-div span {
    font-weight: bold;
    padding: 9px;
    color: var(--white);
    background-color: var(--orange2);
    display: var(--block);
    font-size: 20px;
    border: 1px solid #bababa;
    line-height: 20px
}

.aventura-heading {
    padding-bottom: 55px;
    border-bottom: 1px solid var(--black)
}

.aventura-heading h2 {
    font-size: 60px;
    line-height: 60px;
    color: var(--black);
    margin-bottom: 20px;
    background-color: rgba(159, 157, 157, .01)
}

.aventura-heading span {
    font-size: 22px;
    line-height: 22px;
    color: #f90;
    font-weight: bold;
    background-color: rgba(159, 157, 157, .01)
}

.aventura-content {
    padding-top: 50px
}

.aventura-content p {
    font-size: 20px;
    line-height: 36px;
    color: var(--black);
    text-transform: var(--none);
    margin-bottom: 35px
}

.aventura-content p:last-child {
    margin-bottom: 0px !important
}

.tab-show {
    display: var(--block)
}

.price-container {
    margin: 108px 0 120px
}

ul.price-table-head:first-of-type {
    background: #f90;
    border-bottom: var(--none)
}

ul.price-table-head {
    display: var(--flex);
    align-items: var(--center);
    border: 1px solid #bababa
}

ul.price-table-head:first-of-type li {
    font-weight: bold
}

ul.price-table-head li {
    text-align: var(--center);
    padding: 10px 0;
    border-right: 1px solid #bababa;
    width: 15%;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 40px;
    text-transform: var(--none)
}

.price-container li:last-of-type {
    border: var(--none)
}

.features-heading {
    font-size: 30px;
    line-height: 32px;
    color: var(--black);
    font-weight: bold
}

.features-list li {
    font-size: 18px;
    line-height: 28px;
    color: var(--black);
    text-transform: var(--none);
    margin-bottom: 7px;
    padding-left: 48px;
    position: var(--relative)
}

.features-list li::marker {
    font-size: 2rem;
    font-weight: bolder
}

.features-content-container a {
    font-size: 18px;
    line-height: 18px;
    margin-left: 19%;
    margin-top: 32px;
    color: var(--black);
    font-weight: bold;
    text-transform: var(--none);
    transition: .3s ease-in-out
}

.features-content-container a:hover {
    opacity: .3;
    transition: opacity .3s ease-in
}

.features-content {
    display: var(--flex);
    -moz-column-gap: 8px;
    column-gap: 8px
}

.features-content-container {
    max-width: 344px;
    width: 100%;
    border: 2px solid var(--black);
    padding: 34px 37px;
    padding-bottom: 20px;
    background-color: #f4f4f4
}

.list-span {
    font-weight: 500;
    margin-top: 5px;
    display: var(--block)
}

.second-margin {
    margin-top: 7px
}

.features-heading-container {
    display: var(--flex);
    align-items: var(--center);
    -moz-column-gap: 10px;
    column-gap: 10px
}

.features-list {
    margin-top: 20px
}

.features-icons {
    height: auto;
    max-width: 40px
}

.features-list li::after {
    position: var(--absolute);
    background-color: var(--black);
    content: "";
    height: 10px;
    width: 10px;
    top: 8px;
    left: 10px;
    border-radius: 30px
}

.features-list li span {
    text-transform: var(--none);
    font-size: inherit;
    font-weight: bold;
    line-height: inherit
}

.features-list li p {
    text-transform: var(--none);
    padding-right: 10px
}

.phone-span {
    display: var(--block);
    margin-top: 5px
}

.phone-span a {
    margin: 0px
}

.my-acc-drop-down {
    position: var(--absolute);
    top: 100%;
    right: 0;
    background: var(--black);
    width: 100%;
    border: 1px solid var(--white);
    text-align: var(--center);
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transition: all .4s ease-in-out
}

.login-account {
    position: var(--relative);
    width: 100%;
    text-align: var(--center)
}

.my-acc-drop-down p a {
    color: var(--white);
    font-size: 18px;
    font-weight: 600;
    line-height: 50px;
    transition: all .4s ease-in-out;
    display: inline
}

.login-account:hover .my-acc-drop-down {
    visibility: visible;
    opacity: 1;
    z-index: 1
}

.my-acc-drop-down p:first-of-type {
    border-bottom: 1px solid var(--white)
}

.my-acc-drop-down p:hover {
    opacity: .7;
    cursor: pointer
}

.luxury-neigh-image .neigh-image-stats {
    padding: 0px 15px
}

.luxury-rent-image {
    margin-top: 5px;
    margin-bottom: 5px
}

.luxury-flex-content {
    margin-bottom: 0px
}

.luxury-flex-content .rent-image-div {
    margin-bottom: 5%
}

.luxury-slider .owl-prev span,
.luxury-slider .owl-next span {
    background-repeat: no-repeat;
    background-size: contain;
    width: 60px;
    height: 60px;
    color: var(--white);
    font-size: 80px;
    line-height: 60px;
    background-color: rgba(159, 157, 157, .02);
    transition: all .4s ease-in-out
}

.luxury-slider .owl-prev span:hover,
.luxury-slider .owl-next span:hover {
    opacity: .7
}

.luxury-slider .owl-prev {
    position: var(--absolute);
    left: 7px;
    top: 40%;
    transform: translateX(-50%)
}

.luxury-slider .owl-next {
    position: var(--absolute);
    right: -7px;
    top: 40%;
    transform: translateX(-50%)
}

.luxury-slider .items {
    margin: 0px
}

.luxury-slider .owl-nav {
    margin: 0px
}

.luxury-slider .owl-item .items {
    width: 100%
}

.luxury-slider .owl-item img {
    height: inherit;
    -o-object-fit: var(--cover);
    object-fit: var(--cover);
    aspect-ratio: 16/9
}

.luxury-homes-banner {
    background-image: url("../jpg/luxury-homes.jpg")
}

.for-featured-banner {
    background-image: url("../jpg/condo-for-rent-banner.jpg")
}

.featured-container .table-heading1 {
    margin: 20px 0
}

.featured-luxury-tab {
    display: var(--flex);
    max-width: 1400px;
    width: 100%;
    flex-direction: column;
    border: 1px solid
}

.bedrooms {
    display: var(--flex);
    align-items: var(--center);
    transition: .3s ease-out;
    border-right: 1px solid;
    justify-content: var(--center);
    text-align: var(--center)
}

label.label-check {
    font-size: 16px;
    letter-spacing: 1px;
    color: var(--black);
    padding-right: 25px;
    cursor: pointer;
    position: var(--relative);
    padding-left: 5px
}

label.label-check input {
    -webkit-appearance: var(--none);
    -moz-appearance: var(--none);
    appearance: var(--none)
}

.bedroom-form input {
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    position: var(--relative)
}

span.checkmark {
    position: var(--absolute);
    top: 50%;
    left: -20%;
    height: 15px;
    width: 15px;
    background-color: var(--white);
    border: 1px solid var(--black);
    transform: translateY(-50%)
}

.checkmark::after {
    content: "";
    position: var(--absolute);
    display: var(--none);
    left: 0;
    right: 0;
    top: 1px;
    width: 3px;
    height: 7px;
    border: solid var(--black);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    margin: 0 auto
}

.label-check input:checked~.checkmark::after {
    display: var(--block)
}

.bedrooms:hover {
    background: var(--black);
    transition: .3s ease-in
}

.bedrooms:hover h6,
.bedrooms:hover label {
    color: var(--white);
    transition: .3s ease-in
}

.all-filters {
    text-align: var(--center);
    position: var(--relative);
    transition: .3s ease-in-out;
    cursor: pointer;
    padding: 20px 1% 19px;
    transition: all .4s ease-in-out
}

.all-filters:hover {
    background-color: var(--black)
}

.all-filters:hover h6.color-filter {
    color: var(--white)
}

.all-filters:hover .color-filter span {
    filter: invert(1)
}

.luxury-neigh-list2 {
    cursor: default;
    display: var(--flex);
    align-items: var(--center);
    justify-content: var(--center);
    transition: all .3s ease-out 0s;
    border-right: 1px solid var(--black)
}

.luxury-neigh-list2 select {
    background-image: url("../svg/sort-alt.svg");
    width: 90%;
    height: 100%;
    -webkit-appearance: var(--none);
    -moz-appearance: var(--none);
    appearance: var(--none);
    background-position: right;
    background-size: 16px;
    background-repeat: no-repeat;
    background-color: var(--white);
    cursor: pointer;
    text-overflow: ellipsis;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 64px;
    color: var(--black);
    padding: 0 6px;
    padding-right: 20px;
    font-family: "Neue Haas Grotesk Display Pro"
}

.bedrooms h6 {
    padding-left: 17px
}

.bedrooms .bedroom-form form {
    display: flex;
    padding-left: 31px
}

.luxury-neigh-list2:hover select {
    background: var(--black);
    color: var(--white);
    background-image: url("../svg/sort-alt-white.svg");
    background-position: right;
    background-size: 16px;
    width: 90%;
    height: 100%;
    background-repeat: no-repeat;
    transition: .3s ease-in;
    text-overflow: ellipsis;
    padding: 0 6px;
    padding-right: 20px
}

.thumbnail2 {
    border-right: 1px solid
}

.thumbnail2,
.list-view2 {
    display: var(--flex);
    align-items: var(--center);
    cursor: pointer;
    justify-content: var(--center);
    -moz-column-gap: 4%;
    column-gap: 4%;
    font-size: 16px;
    padding: 22px 0
}

.thumbnail2:hover,
.list-view2:hover {
    background: var(--black);
    transition: all .3s ease-in-out
}

.thumbnail2:hover p,
.list-view2:hover p {
    color: var(--white)
}

.all-filters-price {
    display: var(--flex)
}

.all-filters-price label {
    display: var(--flex);
    flex-direction: column;
    font-size: 18px;
    font-weight: bold
}

.flooring-type {
    display: var(--flex);
    flex-direction: column
}

.flooring-type h6 {
    font-weight: bold
}

.all-filters-price select {
    width: 100%;
    margin-top: 10px;
    font-size: 16px;
    -webkit-appearance: var(--none);
    -moz-appearance: var(--none);
    appearance: var(--none);
    background-image: url("../png/downward-arr.png");
    background-position: 95%;
    background-size: 14px;
    background-repeat: no-repeat;
    padding: 10px 20px;
    color: var(--black);
    border: 2px solid #d6d6d6;
    font-weight: 300;
    border-radius: 0
}

form.label-pos {
    padding-left: 25px;
    margin-top: 20px;
    position: var(--relative)
}

form.label-pos label {
    cursor: pointer
}

.flooring-type form input {
    margin-right: 10px
}

span.check-margin {
    left: 0
}

.label-check-floor:checked~.checkmark::after {
    display: var(--block)
}

.last-mar .checkmark {
    position: var(--absolute);
    left: 0px;
    height: 13px;
    width: 13px;
    border-radius: 100%;
    background-color: var(--white);
    border: 1px solid var(--black)
}

.label-pos-last {
    position: var(--relative);
    padding-left: 25px
}

.last-mar .checkmark::after {
    content: "";
    position: var(--absolute);
    display: var(--none);
    left: 0px;
    top: 1px;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: var(--black)
}

.label-pos-last .chek {
    position: var(--absolute);
    top: 50%;
    left: 0%;
    height: 15px;
    width: 15px;
    background-color: var(--white);
    border: 1px solid var(--black);
    transform: translateY(-50%);
    border-radius: unset
}

.label-pos-last .chek::after {
    content: "";
    position: var(--absolute);
    display: var(--none);
    left: 0px;
    right: 0;
    margin: 0 auto;
    top: 1px;
    width: 3px;
    height: 7px;
    border: solid var(--black);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    border-radius: unset;
    background: var(--none)
}

.featured-margin {
    margin-top: 20px;
    width: 210px;
    display: var(--flex);
    flex-direction: column;
    row-gap: 0
}

.featured-margin label {
    cursor: pointer
}

.for-sale,
.for-rent {
    display: var(--none);
    height: 0px;
    opacity: 0;
    transition: .3s ease-in-out;
    margin-bottom: 0px
}

.featured-active {
    display: var(--block);
    height: 100%;
    opacity: 1;
    transition: .3s ease-in-out
}

.list-view-table.featured-active {
    display: block !important;
    height: 100%;
    opacity: 1;
    transition: .3s ease-in-out
}

.sticky-table {
    position: sticky;
    top: 260px
}

.featured-filter {
    margin: 50px 0
}

.featured-container.property-search-container {
    display: var(--none)
}

.featured-container .flooring-type {
    width: 31%;
    position: var(--relative)
}

.featured-container p.available-select {
    width: 100%;
    display: var(--flex);
    align-items: var(--center);
    justify-content: var(--space-between)
}

.featured-container .flooring-type h6 {
    margin-bottom: 12px
}

form.last-mar.featured-margin {
    width: 100%
}

.featured-container .available-flooring-dropdown {
    border: 2px solid #d6d6d6;
    border-top: unset;
    width: 100%
}

.featured-container .available-flooring-dropdown span.checkmark {
    left: -8%
}

.featured-container .feature-arrow-img {
    width: 15px;
    display: inline-block;
    height: auto
}

.featured-container .feature-arrow-img img {
    width: 100%
}

.for-associations-banner {
    background-image: url("../jpg/condo-for-rent-banner.jpg")
}

.condo-container-heading {
    font-size: 50px;
    line-height: 60px;
    text-align: var(--center);
    margin-bottom: 40px
}

.main-table .table-associations td:first-child,
.main-table .table-associations th:first-child {
    padding: 0px;
    text-align: var(--center)
}

.table-associations {
    margin-bottom: 100px
}

.main-table {
    width: 100%;
    display: var(--none);
    flex-direction: column;
    row-gap: 50px;
    margin-top: 50px
}

.condo-sale-container .main-table,
.for-virtual-container .main-table,
.condo-ranking-container .main-table,
.search-community-sale-container .main-table,
.for-associations-container .main-table,
.property-search-container .main-table,
.construction-condos-container .main-table,
.luxury-homes-container .main-table,
.featured-condo-common-table .main-table {
    display: var(--flex)
}

.btn-more-vr {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc;
    height: 45px;
    width: 100%;
    max-width: 320px;
    font-size: 14px;
    color: #929292;
    text-align: center;
    text-transform: uppercase;
    transition: all .3s ease;
    margin: 25px auto 10px
}

.btn-more-vr:hover {
    background: #ff6000;
    color: #fff
}

.favorites-properties-container .main-table {
    display: block
}

.luxury-stats-tab.pre-wid:hover .luxury-stats-tab a {
    color: var(--white);
    transition: all .3s ease-in
}

.luxury-stats-tab a:hover {
    color: var(--white);
    transition: all .3s ease-in
}

.neigh-image-stats1:hover,
.neigh-image-stats2:hover {
    background-color: var(--black);
    transition: background .3s ease-in
}

.luxury-stats-tab.pre-wid:hover {
    background: var(--black);
    transition: background .3s ease-in
}

.neigh-image-data.pre-data-tab a.neigh-image-button1.neigh-image-a.luxury-a {
    width: 60%
}

.neigh-image-data.pre-data-tab a.neigh-image-button2.neigh-image-a.luxury-a {
    width: 40%
}

.pre-rent-box {
    margin-bottom: 0
}

.pre-list-tabs:hover {
    background-color: #f4f4f4;
    transition: all .3s ease-in
}

.image-rent-box.pre-rent-box .luxury-stats-tab.pre-wid {
    display: var(--flex);
    justify-content: var(--center);
    align-items: var(--center)
}

.market-stats-tab select#add_column_building>option,
.market-stats-tab select#add_column_neighborhood>option {
    text-transform: initial
}

.market-stats-tab select#add_column_building,
.market-stats-tab select#add_column_neighborhood {
    text-transform: initial
}

.for-virtual-banner {
    background-image: url("../jpg/virtual-banner.jpg")
}

.aventura-filter.new-virtual-filter {
    justify-content: space-between;
    margin: 50px 0
}

.aventura-filter.new-virtual-filter .bedrooms {
    padding: 24px 0 23px
}

.new-virtual-filter .all-filters {
    width: 14%;
    border-left: 1px solid var(--black);
    border-right: var(--none)
}

.virtual-modals .modal-cross {
    filter: invert(1)
}

.new-virtual-filter .filter-btn h6 {
    line-height: 25px
}

.blog-container-heading h1 {
    font-size: 70px;
    letter-spacing: 4px;
    line-height: 80px;
    color: var(--orange2);
    font-weight: bold
}

.blog-divs {
    display: var(--flex);
    justify-content: var(--space-between);
    flex-wrap: wrap;
    row-gap: 50px
}

.blog-divs .news-image-content {
    display: var(--flex);
    flex-direction: column;
    row-gap: 10px;
    z-index: 999;
    bottom: 20px
}

.blog-divs .news-image-content h4 {
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 30px;
    background: rgba(0, 0, 0, .04)
}

.blog-link {
    position: var(--absolute);
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9991
}

.blog-overlay {
    position: var(--relative);
    width: 31.5%;
    overflow: hidden
}

.news-image1-img {
    height: 500px;
    width: 100%;
    display: flex;
    transition: .3s ease-out
}

.news-image1-img img {
    width: 100%;
    height: inherit
}

.blog-overlay:hover .news-image1-img {
    transform: scale(1.03);
    cursor: pointer;
    transition: transform .3s ease-in
}

.blog-overlay:hover .button-arrow {
    transform: translateX(10px);
    transition: transform .3s ease-out
}

.blog-overlay::before {
    content: "";
    width: 100%;
    height: 100%;
    position: var(--absolute);
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background: linear-gradient(180deg, transparent 0%, transparent 50%, black 100%);
    transition: transform .3s ease-out
}

.search-miami-homes {
    background: #f4f2f7;
    display: var(--flex);
    position: var(--relative);
    width: 100%;
    justify-content: var(--space-between);
    margin: 120px 0
}

.miami-image {
    background-image: url("../jpg/section-image.jpg");
    background-size: var(--cover);
    background-position: var(--center);
    width: 50%;
    min-height: 480px;
    background-repeat: no-repeat
}

.miami-content {
    width: 50%;
    display: var(--flex);
    align-items: var(--center);
    justify-content: var(--center)
}

.miami-content a {
    font-size: 40px;
    line-height: 55px;
    color: var(--white);
    font-weight: 300;
    background: var(--black);
    padding: 20px;
    transition: all .4s ease-in-out;
    border: 2px solid var(--black)
}

.miami-content a:hover {
    border: 2px solid var(--black);
    background: rgba(0, 0, 0, 0);
    color: var(--black)
}

.blog-btn {
    width: 85%;
    display: var(--flex);
    flex-direction: column;
    align-items: var(--center);
    justify-content: var(--center);
    text-align: var(--center);
    row-gap: 50px
}

.condo-ranking-banner {
    background-image: url("../jpg/condo-for-rent-banner.jpg")
}

.condo-ranking-container strong {
    font-weight: bold;
    text-transform: var(--none)
}

.inner-para-section p {
    margin: 14px 0px
}

.inner-para-heading {
    font-size: 20px;
    line-height: 20px;
    text-align: var(--center);
    font-weight: bold;
    background: rgba(0, 0, 0, 0);
    border: var(--none);
    border-bottom: 2px solid;
    padding-bottom: 20px;
    position: var(--relative);
    cursor: pointer;
    color: var(--black);
    width: 100%
}

.inner-para-section p:last-child {
    margin: 14px 0px
}

.inner-para-container {
    display: var(--flex);
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: var(--space-between)
}

.inner-para-flex-div {
    width: 48%;
    display: var(--flex);
    flex-direction: column;
    align-items: flex-start;
    row-gap: 50px
}

.inner-para-section {
    width: 100%
}

.inner-para-paragraph {
    display: var(--none)
}

.inner-para-heading,
.inner-para-section p {
    text-align: left
}

.six-factor {
    margin-top: 75px;
    margin-bottom: 85px;
    text-transform: var(--none);
    font-size: 20px;
    line-height: 36px;
    color: var(--black)
}

.disclaimer {
    text-align: left;
    margin: 60px 0 40px;
    text-transform: var(--none);
    font-size: 16px;
    line-height: 26px;
    color: var(--black)
}

.half-data a {
    width: 49.5%;
    text-align: var(--center)
}

.inner-para-heading::before,
.inner-para-heading::after {
    content: "";
    position: var(--absolute);
    top: 50%;
    background-color: var(--black);
    transition: all .3s
}

.inner-para-heading.active::before {
    transform: rotate(90deg);
    margin-top: -6px;
    height: 20px;
    right: 15px
}

.inner-para-heading::before {
    right: 20px;
    width: 2px;
    height: 25px;
    top: 15px;
    margin-top: -10px;
    transform: translate(5px, 0px) rotate(0deg)
}

.inner-para-heading::after {
    right: 5px;
    width: 25px;
    top: 15px;
    height: 2px;
    margin-top: -2px;
    transform: translate(2px, 3px) rotate(0deg)
}

.inner-para-heading.active::after {
    margin-top: -4px;
    transform: translate(-2px, 7px) rotate(180deg);
    width: 20px;
    right: 5px
}

select {
    background-color: #fff
}

.about-us-font-size {
    max-width: 1920px;
    margin: 0 auto;
    width: 95%
}

.about-us-font-size h3 {
    font-size: 60px;
    line-height: 70px;
    color: var(--black);
    font-weight: 300
}

.about-us-font-size h2 {
    font-size: 60px;
    line-height: 88px;
    color: var(--black);
    font-weight: 300;
    margin-top: 35px;
    margin-bottom: 25px
}

.about-us-font-size p,
.about-us-font-size p b {
    font-size: 20px;
    line-height: 36px;
    color: var(--black);
    text-transform: var(--none)
}

.about-us-banner {
    background-image: url("../jpg/about-us-banner.jpg")
}

.about-us-paragraph {
    display: var(--flex);
    flex-direction: column;
    justify-content: var(--center);
    align-items: var(--center);
    text-align: var(--center)
}

.about-us-paragraph p {
    text-transform: var(--none)
}

.about-para-image {
    width: 20%
}

.about-us-section-two {
    display: var(--flex);
    background-color: #ededf1;
    margin: 65px 0 50px;
    flex-wrap: wrap
}

.section-two-image {
    width: 46%;
    max-height: 900px;
    display: var(--flex);
    -o-object-fit: var(--cover);
    object-fit: var(--cover)
}

.section-two-image img {
    width: 100%;
    -o-object-fit: var(--cover);
    object-fit: var(--cover);
    display: var(--flex)
}

.section-two-content {
    display: var(--flex);
    flex-direction: column;
    width: 50%;
    padding: 110px 160px 0 120px
}

.about-us-section-three {
    background-color: var(--black);
    display: var(--flex);
    flex-wrap: wrap
}

.section-three-content {
    padding-left: 0px;
    width: 46%
}

.section-three-para {
    width: 66%;
    margin-left: 165px;
    margin-top: 125px
}

.section-three-content h3 {
    line-height: 88px;
    color: var(--white);
    margin-bottom: 25px;
    display: var(--inline-block)
}

.section-three-content p {
    width: 88%
}

.section-three-content p,
.section-two-content p {
    color: var(--white)
}

.section-two-content p {
    margin-bottom: 36px;
    color: var(--black)
}

.section-two-content p:last-of-type {
    font-weight: bold
}

.section-three-image {
    width: 54%;
    max-height: 560px;
    display: var(--flex);
    -o-object-fit: var(--cover);
    object-fit: var(--cover)
}

.section-three-image img {
    width: 100%;
    -o-object-fit: var(--cover);
    object-fit: var(--cover);
    display: var(--flex)
}

.about-us-section-four {
    display: var(--flex);
    background-color: var(--white);
    border-bottom: 1px solid var(--black);
    flex-wrap: wrap;
    padding-bottom: 80px
}

.section-four-head {
    display: var(--flex);
    width: 46%;
    flex-direction: column;
    padding: 108px 0 0px;
    align-items: var(--center);
    justify-content: var(--center)
}

.section-four-content p {
    width: 73%
}

p.section-four-btn-p {
    width: 260px
}

.section-four-head h3 {
    margin-bottom: 45px;
    padding-left: 90px
}

.section-four-image {
    width: 100%;
    max-height: 485px
}

.section-four-image img {
    width: 100%;
    -o-object-fit: var(--cover);
    object-fit: var(--cover);
    display: var(--flex)
}

.section-four-content {
    display: var(--flex);
    flex-direction: column;
    width: 54%;
    padding: 108px 118px 0;
    padding-right: 0
}

.section-four-content p,
.section-four-content p b {
    margin-bottom: 38px
}

.section-four-content p b {
    font-weight: bold
}

.section-four-content a {
    background: var(--black);
    font-size: 22px;
    line-height: 73px;
    color: var(--white);
    font-weight: bold;
    border: 2px solid var(--black);
    margin-top: 9px;
    width: 100%;
    display: var(--flex);
    align-items: var(--center);
    justify-content: var(--center)
}

.section-four-content a:hover {
    background: rgba(0, 0, 0, 0);
    color: var(--black)
}

.section-four-content a:hover .button-arrow {
    transform: translateX(10px);
    transition: .5s ease-out;
    filter: grayscale(100%) brightness(0%) contrast(0.9);
    opacity: 1
}

.press-container {
    display: var(--flex);
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 105px 0
}

.press-content {
    width: 50%;
    padding-left: 4px
}

.press-images {
    width: 50%;
    display: var(--flex);
    flex-wrap: wrap;
    align-items: var(--center);
    row-gap: 80px;
    -moz-column-gap: 90px;
    column-gap: 90px;
    padding-left: 40px;
    margin-top: 92px
}

.press-logo:nth-child(3) {
    padding-left: 30px
}

.press-logo:nth-child(6) {
    padding-left: 16px
}

.press-logo {
    width: 23%
}

.press-content h3 {
    margin-bottom: 35px
}

.press-content p {
    margin-bottom: 35px;
    width: 84%
}

.questions-accordion {
    background-color: #ededf1;
    padding: 108px 405px 52px 410px;
    display: var(--flex);
    flex-direction: column;
    align-items: var(--center);
    justify-content: var(--center)
}

.questions-content a {
    color: #f6b13d;
    font-weight: bold;
    text-transform: var(--none);
    word-break: break-word
}

.questions-heading {
    font-size: 20px;
    line-height: 28px;
    color: var(--black);
    font-weight: bold;
    position: var(--relative);
    cursor: pointer;
    padding-left: 90px;
    text-transform: var(--none);
    padding-bottom: 60px;
    padding-right: 85px;
    border: var(--none);
    background-color: rgba(0, 0, 0, 0);
    text-align: left
}

.questions-heading.active {
    padding-bottom: 0
}

.questions-heading::before,
.questions-heading::after {
    content: "";
    position: var(--absolute);
    top: 50%;
    background-color: var(--black);
    transition: all .3s
}

.questions-acc:last-of-type .questions-content {
    border-bottom: var(--none)
}

.questions-heading p {
    color: var(--white);
    font-weight: bold
}

.questions-content {
    padding: 30px 20px 52px 45px;
    display: var(--none);
    margin-left: 45px;
    text-transform: var(--none)
}

.questions-acc::after {
    position: var(--absolute);
    content: "";
    bottom: 0;
    left: 5%;
    right: 0;
    background: #c5c5c5;
    width: 92%;
    height: 1px
}

.questions-accordion h3 {
    padding-bottom: 45px
}

.questions-acc:last-of-type::after {
    content: "";
    display: var(--none)
}

.active,
.open {
    display: var(--block)
}

.questions-heading.active::before {
    transform: rotate(90deg);
    margin-top: -6px;
    height: 20px;
    left: 54px
}

.questions-heading::before {
    left: 50px;
    width: 2px;
    height: 25px;
    top: 15px;
    margin-top: -10px;
    transform: translate(5px, 0px) rotate(0deg)
}

.questions-heading::after {
    left: 41px;
    width: 25px;
    top: 15px;
    height: 2px;
    margin-top: -2px;
    transform: translate(2px, 3px) rotate(0deg)
}

.questions-heading.active::after {
    margin-top: -4px;
    transform: translate(-2px, 7px) rotate(180deg);
    width: 20px;
    left: 46px
}

.questions-acc {
    padding-top: 52px;
    position: var(--relative)
}

form.luxury-neigh-list2:hover,
.neighborhood-form:hover {
    background: var(--black);
    color: var(--white);
    transition: .3s ease-in
}

.neighborhood-form {
    position: var(--relative);
    border-right: 1px solid var(--black);
    transition: .3s ease-out;
    display: var(--flex);
    align-items: var(--center);
    justify-content: var(--center)
}

.neighborhood-form form {
    width: 100%
}

.neighborhood-form select,
.market-stats-tab .all-filters select {
    width: 98%;
    height: 100%;
    -webkit-appearance: var(--none);
    -moz-appearance: var(--none);
    appearance: var(--none);
    background-image: url("../png/downward-arr.png");
    background-position: right;
    background-size: 16px;
    background-repeat: no-repeat;
    background-color: var(--white);
    cursor: pointer;
    text-overflow: ellipsis;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 64px;
    color: var(--black);
    padding: 0 8px;
    font-family: "Neue Haas Grotesk Display Pro"
}

.market-stats-tab .all-filters select {
    transition: all .4s ease-in-out
}

.neighborhood-form:hover select,
.market-stats-tab .all-filters:hover select {
    width: 98%;
    height: 100%;
    background-image: url("../png/downward-arr-white.png");
    transition: .3s ease-in;
    background-position: right;
    background-size: 16px;
    background-repeat: no-repeat;
    background-color: var(--black);
    cursor: pointer;
    color: var(--white);
    padding: 0 8px;
    text-overflow: ellipsis
}

.market-stats-tab {
    margin-top: 30px;
    display: var(--flex);
    border: 1px solid var(--black)
}

.luxury-condo-tab div {
    width: 15%;
    padding: 22px 0;
    font-size: 16px
}

.luxury-condo-tab .neighborhood-form {
    width: 18%;
    padding: 0
}

.luxury-condo-tab .bedrooms {
    width: 30%;
    display: var(--flex);
    padding: 22px 0;
    row-gap: 8px;
    align-items: self-start
}

.luxury-condo-tab .all-filters {
    width: 12%;
    padding: 21px 18px
}

.luxury-condo-tab form.luxury-neigh-list2 {
    width: 10%;
    border-left: 1px solid var(--black);
    border-right: 1px solid var(--black)
}

.luxury-condo-tab .bedroom-form {
    width: 100%;
    padding: 0
}

.luxury-condo-label {
    display: var(--flex);
    align-items: var(--center);
    padding-left: 26px
}

.luxury-condo-label form.label-pos {
    flex-direction: row
}

.luxury-condo-label label,
.luxury-furnished-label label {
    font-weight: 400;
    font-size: 16px
}

.luxury-condo-label span.checkmark {
    top: 10px;
    left: -26px
}

.thumbnail-display.active,
.list-display.active,
.map-display.active {
    display: var(--block);
    height: auto;
    opacity: 1
}

.thumbnail-display,
.list-display,
.map-display {
    display: var(--none);
    height: 0px;
    opacity: 0;
    transition: .3s ease-in-out
}

.market-stats-banner {
    background-image: url("../jpg/condo-for-rent-banner.jpg")
}

.market-stats-tab .market-filter {
    border-right: 1px solid var(--black)
}

.market-stats-tab .all-filters::after,
.market-stats-tab .all-filters:hover::after {
    display: var(--none)
}

.market-stats-tab .all-filters {
    width: 50%;
    padding: 0
}

.property-search-banner {
    background-image: url("../jpg/condo-for-rent-banner.jpg")
}

.map-view::after {
    content: "";
    background: url("../png/map-black.png");
    background-repeat: no-repeat;
    background-size: var(--cover);
    background-position: var(--center)
}

.map-view:hover::after {
    content: "";
    background: url("../png/map-white.png");
    background-repeat: no-repeat;
    background-size: var(--cover);
    background-position: var(--center)
}

.property-search-container .map-display .main-table {
    display: var(--flex);
    align-items: var(--center);
    justify-content: var(--space-between);
    flex-direction: row
}

.map-content {
    width: 40%;
    height: 600px;
    overflow-y: scroll;
    display: var(--flex);
    flex-direction: column;
    row-gap: 40px
}

.map-content .neigh-image.luxury-condos-list {
    display: var(--flex);
    background: var(--black);
    width: 100%;
    flex-direction: row
}

.map-content .img-wid {
    width: 50%;
    border: var(--none);
    display: var(--flex);
    margin: 0;
    height: 250px
}

.map-content .img-wid>img {
    min-height: auto
}

.map-div-data {
    width: 50%;
    padding: 15px 10px
}

.map-content .neigh-image-data {
    display: var(--flex);
    flex-wrap: wrap;
    align-items: var(--center);
    justify-content: var(--space-between);
    row-gap: 10px;
    border: 1px solid var(--white);
    padding: 10px 0;
    border-right: var(--none);
    border-left: var(--none)
}

.map-content .luxury-condos-list div.luxury-stats-tab {
    display: var(--flex);
    align-items: var(--center);
    justify-content: var(--space-between);
    margin: 10px 0;
    flex-direction: column;
    border: var(--none);
    row-gap: 10px
}

.property-map {
    width: 60%
}

.map-content .luxury-stats1,
.map-content .luxury-stats2 {
    color: var(--white);
    border: var(--none);
    font-size: 16px;
    width: 100%;
    line-height: 16px;
    margin: 0;
    padding: 0;
    text-align: var(--center)
}

.map-content .luxury-stats1 {
    font-size: 18px;
    width: 100%;
    line-height: 18px;
    display: var(--block);
    margin: 0;
    padding: 0;
    text-align: var(--center);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.map-content a.luxury-stats2 {
    font-size: 16px;
    color: orange
}

.map-content .luxury-a {
    width: 48%;
    padding: 0;
    margin: 0;
    padding: 5px 0
}

.map-content .icon-heart-neigh {
    left: 2%;
    height: 25px;
    width: 25px;
    background-size: var(--cover)
}

.map-content .neigh-image-button1.neigh-image-a.luxury-a:hover {
    background: #ea232e;
    color: var(--black)
}

.map-content .neigh-image-button2.neigh-image-a.luxury-a:hover {
    background: var(--orange2);
    color: var(--black)
}

.map-content .neigh-image-button3.neigh-image-a.luxury-a:hover {
    background: #edc110;
    color: var(--black)
}

.map-content .neigh-image-button3.neigh-image-a.luxury-a {
    width: 100%
}

.map-content a.luxury-stats2:hover {
    opacity: .7
}

a.map-location-icon {
    position: var(--absolute);
    width: 4%;
    top: 2%;
    left: 45%;
    transition: all .4s ease-in-out
}

a.map-location-icon:hover img {
    opacity: .7
}

.property-tab-section {
    display: var(--flex);
    flex-wrap: wrap;
    align-items: var(--center)
}

ul.markers-range {
    display: var(--flex);
    align-items: var(--center);
    justify-content: var(--space-between);
    width: 98%
}

.property-search-div {
    width: 30%;
    position: relative
}

.property-search-div .sale-input-form {
    width: 100%;
    margin: 0;
    border: 1px solid var(--black);
    border-bottom: var(--none);
    border-right: var(--none)
}

.property-search-div .sale-input-form input {
    padding: 18px 15px 17px
}

.property-sdropdown {
    width: 14%;
    position: relative
}

.search-downlist {
    position: absolute;
    background: #fff;
    display: var(--none);
    z-index: 91;
    width: 100%;
    padding: 10px;
    border: 1px solid var(--black);
    max-height: 340px;
    overflow-y: scroll
}

.property-search-container .property-s {
    padding: 18px 0;
    width: 100%;
    text-align: var(--center);
    border: 1px solid var(--black);
    border-right: var(--none);
    border-bottom: var(--none);
    cursor: pointer
}

.property-sdropdown2 {
    width: 16.667%;
    margin: 0;
    padding: 0;
    border: 1px solid var(--black);
    border-right: var(--none)
}

.property-search-container .property-s2 {
    width: 100%;
    padding: 20px 0;
    margin: 0;
    text-align: var(--center);
    transition: all .4s ease-in-out
}

.property-search-container .luxury-neigh-list2 select {
    padding: 18px 10px;
    height: unset
}

.thumbnail2.property-sdropdown2,
.list-view2.property-sdropdown2 {
    padding: 20px 0;
    text-align: var(--center);
    transition: all .4s ease-in-out
}

.dropdown-for-sale.dropdown-for-sale5.property-s,
.dropdown-for-sale7.property-s2 {
    border-right: 1px solid var(--black)
}

.property-search-container .property-s:hover {
    background-color: var(--black);
    color: #fff
}

.property-search-container .dd-menu1 {
    width: 100%;
    top: 97%;
    border: 1px solid var(--black)
}

.property-search-container .dropdown-for-sale7.property-s2 {
    background-color: var(--black);
    color: #fff
}

.property-search-container .dd-menu5 {
    top: 97%;
    right: 0;
    border: 1px solid var(--black)
}

.property-sdropdown .dd-menu3 {
    border: 1px solid var(--black);
    top: 97%;
    left: -150px;
    padding: 20px
}

.property-search-container .dd-menu4 {
    top: 96%;
    border: 1px solid var(--black);
    left: -20px
}

.property-search-container .drop-form {
    left: -90px;
    top: 96%;
    border: 1px solid var(--black)
}

.property-sdropdown .dropdown-for-sale7 h5 {
    line-height: 30px
}

.property-sdropdown .dd-menu3 .range-property-slider {
    margin-top: 0
}

.property-sdropdown .dd-menu3 li:first-of-type {
    padding-left: 0
}

.property-sdropdown .dd-menu3 li:last-of-type {
    padding-right: 0
}

span.direct-results {
    border: 200px;
    font-size: 18px;
    line-height: 30px;
    padding: 10px;
    color: #fff;
    background-color: var(--orange)
}

.results {
    text-align: var(--center);
    margin: 20px 0
}

.grid-view {
    display: var(--flex);
    align-items: var(--center);
    justify-content: var(--space-between)
}

.grid-view div {
    width: 18px
}

.grid-view div img {
    width: 100%;
    vertical-align: middle
}

.grid-view-property .thumbnail2,
.grid-view-property .list-view2 {
    border: var(--none);
    padding: 20px 0px;
    font-size: 14px
}

.grid-view-property ul li {
    padding: 0
}

.grid-view-property {
    display: var(--none)
}

.grid-view-property .dd-menu6 {
    margin: 0;
    top: 98%;
    border: 1px solid var(--black);
    width: 100%
}

.meet-team-banner {
    background-image: url("../jpg/meet-banner.jpg")
}

.meet-conatiner {
    max-width: 1400px;
    margin: 0 auto
}

.meet-conatiner h2 {
    padding: 105px 0 48px
}

.meet-bio {
    width: 30%;
    border: 6px solid #ededf1;
    transition: all .4s ease-in-out
}

.meet-bio:hover {
    border: var(--none);
    border: 6px solid var(--white);
    box-shadow: 0px 0px 14px 8px #ededf1
}

.meet-image {
    margin: 0 auto;
    width: 92%;
    height: 360px;
    padding-top: 15px
}

.meet-image img {
    -o-object-fit: var(--cover);
    object-fit: var(--cover);
    width: 100%;
    height: inherit
}

.photo-bio {
    display: var(--flex);
    align-items: var(--center);
    flex-wrap: wrap;
    row-gap: 98px;
    -moz-column-gap: 70px;
    column-gap: 70px
}

.bio-name {
    padding: 25px
}

.bio-name h4 {
    font-size: 20px;
    line-height: 36px;
    color: var(--black);
    font-weight: normal;
    text-transform: var(--none);
    cursor: auto
}

.bio-name h4 span {
    text-transform: capitalize;
    font-weight: bold
}

.bio-name .bio-para,
.bio-name .bio-para span {
    text-transform: var(--none);
    font-size: 18px;
    line-height: 28px;
    color: var(--black);
    margin-top: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    cursor: auto
}

.meet-jose-bio .bio-name .bio-para span {
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.bio-name .bio-para strong {
    font-weight: bold;
    text-transform: var(--none);
    font-style: italic;
    font-size: 18px;
    line-height: 23px;
    color: var(--black)
}

.bio-name .bio-button {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 30px;
    color: var(--black);
    display: inline-flex;
    align-items: var(--center);
    margin-top: 25px;
    position: var(--relative);
    font-weight: bold
}

.meet-jose-bio .bio-button {
    margin-top: 40px
}

.bio-name .bio-button img {
    width: 28px;
    margin-left: 10px;
    transition: all .4s ease-in-out
}

.bio-name:hover .bio-button img {
    width: 28px;
    transform: translateX(10px)
}

.bio-name .bio-button::after {
    content: "";
    position: var(--absolute);
    bottom: 17%;
    width: 78%;
    height: 1px;
    background: #9f9f9f;
    left: 0
}

.property-col-3 {
    border-right: var(--none)
}

.flooring-type.search-filter-flooring-type2:last-of-type {
    border: var(--none)
}

.property-matching-btn {
    text-align: var(--center)
}

.matching-btn {
    padding: 20px;
    background: var(--orange2);
    border: 2px solid var(--orange2);
    color: var(--white);
    margin: 20px auto;
    width: 89%;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: bold
}

.matching-btn:hover {
    background-color: rgba(0, 0, 0, 0);
    color: var(--black)
}

.matching-btn span {
    font-weight: bold
}

.flooring-type.search-filter-flooring-type5 {
    border: var(--none)
}

.my-account {
    background: var(--black);
    color: var(--white);
    width: 100%;
    height: 100vh;
    position: var(--absolute);
    z-index: 99;
    top: 0;
    align-items: var(--center);
    flex-direction: column;
    justify-content: var(--center);
    display: var(--none);
    overflow-y: scroll
}

.my-account-div {
    width: 100%
}

.my-account .tabs {
    display: var(--flex);
    align-items: var(--center);
    justify-content: var(--center);
    width: 100%;
    cursor: pointer;
    border: 2px solid var(--orange2);
    background: var(--white);
    color: var(--black)
}

.tab-container {
    top: 20%;
    z-index: 99;
    width: 40%;
    position: var(--absolute);
    left: 30%;
    height: 700px
}

.tab-link {
    width: 50%;
    text-align: var(--center);
    padding: 20px 0;
    font-size: 25px;
    line-height: 35px;
    font-weight: bold;
    color: var(--black)
}

li.tab-link.current {
    background: var(--orange2)
}

.tab-content.current {
    background: var(--white)
}

ul.tabs,
.tab-link {
    transition: all .5s ease-in-out
}

.tab-content,
.fav-tab-content {
    display: var(--none);
    transition-property: transform, opacity;
    transition-duration: .4s;
    transition-timing-function: ease-out;
    padding: 40px;
    width: 100%
}

.tab-content.current,
.fav-tab-contentt.current {
    display: inherit;
    animation: fade .3s ease-in-out both
}

@keyframes fade {
    0% {
        opacity: 0;
        transform: translateY(2rem)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.my-account .register-first-name {
    position: var(--relative);
    width: 47%;
    color: var(--black);
    margin: 20px auto
}

.my-account .register-first-name input {
    outline: var(--none);
    border: var(--none);
    background: var(--none);
    border-bottom: 1px solid var(--black);
    font-family: "Neue Haas Grotesk Display Pro";
    padding: 10px 0;
    color: var(--black);
    width: 100%;
    font-size: 22px;
    text-transform: var(--none)
}

.my-account .register-first-name button {
    bottom: 0%
}

.my-account .register-first-name button::before {
    display: var(--none)
}

.tab-content p {
    text-transform: var(--none);
    font-size: 18px;
    line-height: 28px;
    width: 100%;
    background-color: rgba(255, 255, 255, .1)
}

div#register {
    color: var(--black)
}

.register-form {
    display: var(--flex);
    flex-wrap: wrap;
    align-items: var(--center);
    justify-content: var(--space-between);
    padding: 20px;
    row-gap: 20px
}

.register-btn {
    text-align: var(--center);
    width: 100%
}

.register-btn a {
    padding: 20px 60px;
    background: var(--orange2);
    border: 2px solid var(--orange2);
    color: var(--black);
    font-weight: 600
}

.register-btn a:hover {
    background-color: var(--white)
}

.remember-me-checkbox {
    display: var(--flex);
    align-items: var(--center);
    justify-content: flex-start;
    color: var(--black);
    width: 47%
}

.remember-me-checkbox input,
.remember-me-checkbox label {
    cursor: pointer;
    margin-right: 5px
}

.remember-me {
    display: var(--flex);
    align-items: var(--center);
    justify-content: var(--space-between);
    margin: 30px 0;
    flex-direction: column;
    row-gap: 30px
}

.login-cancel-div {
    display: var(--flex);
    align-items: var(--center);
    justify-content: var(--space-between);
    width: 48%
}

.login-btn {
    width: 48%;
    text-align: var(--center)
}

.login-btn a {
    background: var(--orange2);
    padding: 20px 0;
    color: var(--black);
    cursor: pointer;
    border: 2px solid var(--orange2);
    width: 100%
}

.cancel-btn {
    background: #dee3e6;
    padding: 20px 0;
    color: var(--black);
    cursor: pointer;
    border: 2px solid #dee3e6;
    text-align: var(--center);
    width: 48%;
    transition: all .4s ease-in-out
}

.login-btn a:hover {
    background: var(--white);
    color: var(--black)
}

.cancel-btn:hover {
    background: var(--white)
}

.forgot-pass {
    text-align: var(--center);
    color: var(--black);
    background-color: rgba(255, 255, 255, .1)
}

.forgot-pass a {
    color: var(--black);
    margin: 0 20px
}

.forgot-pass a:hover {
    opacity: .7
}

.lost-password h5 {
    color: var(--black);
    text-align: var(--center);
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 20px
}

.lost-password {
    background: var(--white);
    flex-direction: column;
    align-items: var(--center);
    justify-content: var(--center);
    display: var(--none);
    padding: 40px;
    width: 100%;
    animation: fade .3s ease-in-out both
}

.lost-password .input-search-div.register-first-name {
    width: 60%
}

.get-new {
    width: 50%
}

.get-new a {
    padding: 20px 0;
    text-align: var(--center);
    background: var(--orange2);
    border: 2px solid var(--orange2);
    transition: all .4s ease-in-out;
    color: var(--black);
    width: 100%
}

.get-new a:hover {
    background-color: var(--white)
}

.lost-password-btn-div {
    display: var(--flex);
    align-items: var(--center);
    justify-content: var(--space-between);
    width: 60%
}

.lost-login-btn a {
    color: var(--white);
    font-size: 16px;
    padding: 20px 60px;
    background: var(--black);
    border: 2px solid var(--black);
    transition: all .4s ease-in-out
}

.lost-login-btn a:hover {
    color: var(--black);
    background: var(--white)
}

.lost-login-btn {
    margin-top: 20px
}

.my-account.open,
.lost-password.open {
    display: var(--flex)
}

.highlight {
    position: var(--absolute);
    background: var(--black);
    width: 118%;
    height: 40px;
    top: -60%;
    z-index: -1;
    left: -8%
}

.contact-us-banner {
    background-image: url("../jpg/contact.jpg")
}

.contact-us-container .about-us-paragraph p {
    width: 70%
}

.contact-tel a {
    font-size: 16px;
    line-height: 26px;
    color: var(--white)
}

.contact-us-div-lucas {
    display: var(--flex);
    align-items: var(--center);
    justify-content: var(--center);
    position: var(--relative);
    min-height: 630px
}

.contact-us-lucas {
    background-color: var(--black);
    width: 50%;
    position: var(--absolute);
    left: 0;
    z-index: 99
}

.contact-us-lucas-img {
    display: var(--flex);
    width: 54%;
    padding: 20px;
    height: 370px
}

.contact-us-lucas-img img {
    width: 100%;
    -o-object-fit: var(--cover);
    object-fit: var(--cover)
}

.contact-lucas-img-section {
    display: var(--flex)
}

.contact-info {
    width: 45%;
    padding-right: 15px
}

.contact-tel {
    display: var(--flex);
    align-items: var(--center);
    justify-content: flex-start
}

.phone {
    width: 10%;
    margin-right: 20px
}

.mailto {
    width: 9%;
    margin-right: 24px
}

.contact-lucas h6 {
    font-size: 16px;
    line-height: 32px;
    color: var(--white);
    text-transform: capitalize
}

.contact-lucas h4 {
    font-size: 22px;
    line-height: 42px;
    color: var(--white);
    text-transform: capitalize
}

.contact-lucas h5 {
    color: var(--white);
    font-size: 15px;
    line-height: 28px;
    text-transform: capitalize
}

.contact-lucas {
    border-bottom: 1px solid var(--white);
    padding: 43px 0 20px
}

.number a {
    font-size: 26px;
    line-height: 36px;
    color: var(--white);
    text-transform: var(--none)
}

.mail a {
    font-size: 16px;
    line-height: 26px;
    color: var(--white);
    text-transform: var(--none)
}

.contact-message {
    padding: 28px 0 24px;
    border-bottom: 1px solid var(--white)
}

.contact-message-2 {
    display: var(--flex);
    align-items: var(--center);
    justify-content: var(--space-between);
    padding: 30px 0 24px;
    border-bottom: 1px solid var(--white)
}

.contact-tel.number img {
    vertical-align: bottom
}

.whatsapp,
.messenger {
    width: 18%;
    margin-right: 12px
}

.contact-map-location {
    display: var(--flex);
    align-items: var(--center);
    justify-content: var(--center);
    padding: 10px 0 18px;
    -moz-column-gap: 15px;
    column-gap: 15px
}

.contact-map-location a {
    color: var(--white)
}

.map-icon {
    width: 20px
}

.contact-tel.number {
    margin-bottom: 15px
}

.contact-us-form {
    background-color: #ededf1;
    width: 55%;
    position: var(--absolute);
    right: 0;
    padding-left: 100px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 50px
}

.contact-us-form h4 {
    text-align: var(--center);
    font-size: 32px;
    line-height: 88px;
    color: var(--black);
    padding-right: 30px
}

.contact--form {
    display: var(--flex);
    flex-wrap: wrap;
    align-items: var(--center);
    justify-content: var(--space-between);
    row-gap: 50px;
    margin: 50px 0
}

.contact--form .input-search-div {
    width: 47.7%;
    margin: 0
}

.contact--form .input-search-div input {
    border-bottom: 1px solid var(--black);
    color: var(--black);
    padding: 10px 0;
    text-transform: var(--none)
}

.contact--form .input-search-div label {
    font-weight: bold;
    font-size: 14px
}

.contact-submit {
    margin: 0
}

form.subscribe-checkbox {
    margin: 30px 0;
    display: var(--flex);
    align-items: var(--center);
    justify-content: flex-start
}

.subscribe-checkbox label {
    cursor: pointer;
    margin-left: 5px;
    font-weight: bold
}

.contact-tel a:hover,
.contact-map-location a:hover {
    opacity: .7
}

ul.development-list-heading {
    display: var(--flex);
    align-items: var(--center);
    position: sticky;
    top: 118px;
    z-index: 1
}

.development-list-heading li {
    background-color: #f90;
    padding: 25px 0;
    border-right: 1px solid #bababa;
    font-size: 16px;
    line-height: 20px;
    color: var(--black);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 2px;
    text-align: var(--center)
}

li.price,
li.living-size,
li.price-sf {
    width: 10%
}

li.pr {
    width: 7%
}

li.beds,
li.baths,
li.build-year {
    width: 7%
}

li.address,
li.development {
    width: 20%;
    padding-left: 10px
}

.development-list-data {
    display: var(--flex);
    align-items: var(--center);
    border-bottom: 1px solid #bababa
}

.development-list-data:last-child {
    border-bottom: var(--none)
}

.development-list-data .last-sale-td,
.development-list-heading .last-sale-th {
    margin: 0;
    padding: 0;
    border: var(--none);
    width: 20px;
    height: 20px
}

.development-list-data li {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border-right: 1px solid #bababa;
    height: 60px;
    display: list-item;
    padding: 20px 10px;
    font-size: 16px;
    line-height: 20px;
    color: var(--black);
    text-align: var(--center)
}

.development-list-data li a {
    color: var(--black);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: var(--block)
}

.mobile-list-heading li {
    text-align: var(--center)
}

.development-list {
    border: 1px solid #bababa;
    position: var(--relative);
    width: 100%
}

li.fav {
    border: var(--none);
    width: 6%;
    display: var(--flex);
    align-items: var(--center);
    justify-content: var(--center)
}

.address a {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: var(--block);
    text-transform: capitalize
}

.development-list-heading .address,
.development-list-data .address a {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    color: var(--black)
}

.development-list-data li h5 {
    font-weight: bold;
    display: var(--none)
}

.development-li {
    position: var(--relative);
    width: 84%;
    overflow: visible
}

.development-sub-list {
    display: var(--flex);
    position: var(--absolute);
    top: 0;
    width: 100%;
    left: 0;
    flex-wrap: wrap
}

.development-sub-list .price {
    width: 11.9%
}

.development-sub-list li.pr {
    width: 8.3%
}

.development-sub-list li.beds {
    width: 8.3%
}

.development-sub-list li.baths {
    width: 8.4%
}

.development-sub-list li.living-size {
    width: 11.8%
}

.development-sub-list li.price-sf {
    width: 12%
}

.development-sub-list li.build-year {
    width: 8.3%
}

.development-sub-list li.development {
    width: 23.85%;
    text-transform: capitalize
}

.development-sub-list li.fav {
    width: 7%
}

li.development-li {
    border: var(--none)
}

li.address {
    position: var(--relative)
}

.available-condo-container,
.arts-develop-container {
    margin: 80px auto
}

.available-condo-container ul.development-list-heading {
    top: 282px
}

.available-condo-container .development-list-heading li {
    padding: 25px 0
}

.available-condo-container li.address,
.available-condo-container li.development {
    width: 10%
}

.available-condo-container li.price-sf {
    line-height: 13.6px;
    width: 6%
}

.available-condo-container li.build-year {
    width: 10%
}

.available-condo-container li.pr {
    width: 8%
}

.available-condo-container .development-li {
    width: 65%
}

.available-condo-container .development-list-data li.sqft-sf,
.available-condo-container .development-list-data li.furnished-sf {
    width: 14%;
    padding: 0;
    display: var(--flex);
    align-items: var(--center);
    justify-content: var(--center)
}

.available-condo-container .development-list-data li.build-year {
    width: 14%
}

.available-condo-container .development-list-data li.baths {
    width: 6.2%
}

.available-condo-container .development-list-data li.beds {
    width: 6.3%
}

.available-condo-container .development-list-data li.pr {
    width: 7.1%
}

.available-condo-container .development-list-data li.address,
.available-condo-container .development-list-data li.price {
    width: 9%;
    padding: 0;
    display: var(--flex);
    align-items: var(--center);
    justify-content: var(--center)
}

.available-condo-container .development-list-data li.price-sf {
    width: 9.2%
}

.available-condo-container .development-list-data li.price-sf {
    width: 8.3%
}

.available-condo-container .development-list-data li.development {
    width: 13.7%;
    padding: 0;
    display: var(--flex);
    align-items: var(--center);
    justify-content: var(--center)
}

.available-condo-container .development-sub-list li.living-size {
    width: 14%
}

.available-condo-container .development-sub-list li.fav {
    width: 8.3%
}

.wp-thumbs-list-information {
    display: var(--flex);
    align-items: var(--center);
    justify-content: var(--space-between);
    margin-top: 30px
}

.wp-thumbs-list-information p {
    text-transform: var(--none);
    font-size: 18px;
    line-height: 20px
}

.wp-thumbs-list-information p span {
    font-weight: bold;
    color: var(--black)
}

a.download-excel {
    color: var(--orange2);
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    background-color: rgba(159, 157, 157, .04)
}

a.download-excel:hover {
    opacity: .7
}

.available-condo-container .development-list {
    margin-top: 50px
}

.available-flooring-dropdown {
    display: var(--none)
}

p.available-select {
    border: 2px solid #d6d6d6;
    padding: 10px 20px;
    width: 90%;
    cursor: pointer;
    font-weight: 100;
    position: var(--relative)
}

form.sale-input-form p {
    border: 2px solid var(--black);
    width: 90%
}

.available-condo-container form.sale-input-form label {
    margin-bottom: 11px
}

.available-flooring-dropdown {
    border: 2px solid var(--black);
    border-top: var(--none);
    overflow-y: scroll;
    max-height: 300px;
    position: var(--absolute);
    background: var(--white);
    top: 100%;
    width: 90%;
    z-index: 99
}

.available-flooring-dropdown label,
.available-condo-container .furnished-type label,
.featured-container .furnished-type label {
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    cursor: pointer
}

.furnished-type h6 {
    font-weight: bold;
    margin-bottom: 10px
}

.furnished-type-container {
    display: var(--flex);
    align-items: flex-start;
    width: 29%
}

.furnished-type {
    width: 50%
}

.available-condo-container .image-rent-box {
    padding-top: 50px
}

.available-condo-container h2 {
    font-size: 60px;
    line-height: 68px;
    text-align: var(--center)
}

li.address-cross {
    display: var(--none)
}

.mobile-list-heading {
    display: var(--none)
}

.available-condo-container span.check-margin {
    left: -27px
}

.available-flooring-dropdown form.label-pos {
    margin: 20px;
    width: 80%;
    margin-left: 40px
}

.pending-condo-container .pending-error-msg {
    margin: 50px auto 0;
    background: #f4f4f4;
    padding: 50px
}

.pending-condo-container .pending-error-msg h3,
.pending-condo-container .pending-error-msg h3 span {
    color: #ee2631;
    font-size: 20px;
    line-height: 30px;
    text-align: var(--center);
    text-transform: var(--none);
    font-weight: bold
}

.pending-condo-container .pending-error-msg p {
    color: var(--black);
    font-size: 18px;
    line-height: 30px;
    text-align: var(--center);
    text-transform: var(--none)
}

.pending-condo-container .pending-error-msg h5 {
    color: var(--black);
    font-size: 18px;
    line-height: 30px;
    text-align: var(--center);
    text-transform: var(--none);
    font-weight: bold
}

.review-content p {
    font-size: 20px;
    line-height: 30px;
    color: var(--black);
    text-transform: var(--none);
    margin: 60px 0
}

.review-content h5 {
    font-size: 30px;
    line-height: 40px
}

.review-content form input,
.review-content form textarea {
    border: var(--none);
    outline: var(--none);
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 20px;
    margin-bottom: 35px;
    text-transform: var(--none)
}

textarea {
    resize: var(--none)
}

.review-content form input:last-child {
    padding-bottom: 63px
}

.review-content .contact-form-2 {
    padding: 50px 0 0
}

.review-content .contact-btn {
    width: 20%;
    margin: 0;
    padding: 0
}

.stats-rental {
    display: var(--flex);
    width: 100%;
    -moz-column-gap: 30px;
    column-gap: 30px
}

.bloq {
    width: 47%
}

.stats-container h3 {
    font-size: 40px;
    line-height: 60px;
    color: var(--black);
    margin-bottom: 32px
}

.bloq ul {
    display: var(--flex);
    flex-direction: column;
    width: 100%
}

.bloq ul li {
    display: var(--flex);
    align-items: var(--center);
    justify-content: var(--space-between);
    border-bottom: 1px solid #bababa;
    padding: 20px 0
}

.bloq ul li div {
    text-transform: var(--none)
}

.charts-div {
    padding: 24px 0 0
}

.rental-div p {
    margin: 20px 0;
    text-transform: var(--none)
}

.graph-div {
    display: var(--flex);
    margin-bottom: 50px
}

.price-graph {
    width: 80%;
    background: #ededf1;
    min-height: 550px
}

.graph-content {
    background: #d8d8d8;
    display: var(--flex);
    flex-direction: column;
    width: 20%;
    align-items: var(--center);
    text-align: var(--center);
    justify-content: var(--center);
    row-gap: 10px
}

.graph-content h3 {
    margin: 0
}

.rental-history-graph {
    width: 100%;
    background: #ededf1;
    min-height: 550px
}

.transaction-table {
    display: var(--flex);
    width: 100%;
    justify-content: var(--space-between)
}

.cont-dual {
    width: 100%;
    display: var(--flex);
    align-items: var(--center);
    flex-direction: column;
    margin-right: 40px
}

ul.head-table {
    display: var(--flex);
    justify-content: var(--space-between);
    width: 100%;
    border-bottom: 1px solid #bababa;
    background: orange;
    border-top: 1px solid #bababa
}

ul.items-table {
    display: var(--flex);
    justify-content: var(--space-between);
    width: 100%;
    border-bottom: 1px solid #bababa
}

ul.items-table li,
ul.head-table li {
    width: 33%;
    text-align: var(--center);
    padding: 15px 0;
    border-right: 1px solid #bababa
}

ul.items-table li:first-of-type,
ul.head-table li:first-of-type {
    border-left: 1px solid #bababa
}

ul.items-table li a {
    color: var(--black)
}

ul.items-table li a:hover {
    opacity: .7
}

.walk-score-container h2 {
    text-align: var(--center);
    font-size: 60px;
    line-height: 68px
}

.wpwalkscore {
    display: var(--flex);
    flex-direction: column;
    row-gap: 30px;
    margin-top: 42px
}

.wpwalkscore ul {
    display: var(--flex);
    align-items: var(--center);
    justify-content: var(--space-between);
    width: 50%;
    margin: 0 auto
}

.wpwalkscore li {
    width: 40%;
    display: var(--flex);
    align-items: var(--center);
    justify-content: var(--center);
    flex-direction: column;
    row-gap: 20px
}

.walk-score-icons {
    width: 40%
}

p.walkscore-description {
    width: 45%;
    text-transform: var(--none);
    margin: 0 auto;
    font-size: 18px;
    line-height: 28px
}

.card {
    display: var(--flex);
    align-items: var(--center);
    justify-content: var(--center);
    flex-direction: column;
    width: 55%;
    height: auto
}

.card .percent {
    position: var(--relative)
}

.card svg {
    position: var(--relative);
    width: 220px;
    height: 210px;
    transform: rotate(-90deg)
}

.card svg circle {
    width: 100%;
    height: 100%;
    fill: var(--none);
    stroke: #f0f0f0;
    stroke-width: 10;
    stroke-linecap: round
}

.card svg circle:last-of-type {
    stroke-dasharray: 425px;
    stroke-dashoffset: calc(425px - 425px*var(--percent)/100);
    stroke: #3498db
}

.card .number {
    position: var(--absolute);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.wpwalkscore li:nth-child(1) svg circle:last-of-type {
    stroke: #f39c12
}

.wpwalkscore li:nth-child(2) svg circle:last-of-type {
    stroke: #2ecc71
}

.number h3 {
    font-size: 25px;
    line-height: 40px;
    font-weight: bold
}

.number h3 span {
    font-size: 30px
}

.wpwalkscore ul li h4 {
    font-size: 20px;
    line-height: 40px
}

.bike-score {
    width: 63%
}

.meet-lucas-container {
    max-width: 1840px
}

.meet-lucas-container .lucas-img {
    margin: 0;
    background: #f4f2f7;
    display: var(--flex);
    margin-top: 50px;
    justify-content: space-evenly;
    padding: 60px 0 0
}

.meet-lucas-image {
    width: 25%;
    position: var(--relative)
}

.lucas-image {
    width: 660px;
    border: 1px solid var(--black);
    height: 690px;
    display: var(--flex)
}

.lucas-image img {
    width: 100%
}

.meet-lucas-block-img {
    height: auto;
    display: var(--flex);
    border: 1px solid var(--black);
    margin-bottom: 40px
}

.meet-lucas-block-img img {
    height: inherit;
    width: 100%;
    -o-object-fit: var(--cover);
    object-fit: var(--cover)
}

.meet-lucas-container .lucas-content {
    padding-left: 0;
    width: 65%
}

.meet-lucas-container .questions-accordion {
    background-color: #f4f2f7;
    padding: 60px 0 0
}

.meet-lucas-container .question-div {
    width: 100%;
    display: var(--flex);
    align-items: var(--center);
    justify-content: space-around
}

.meet-lucas-container .questions-accordion section {
    width: 100%;
    display: var(--flex);
    flex-wrap: wrap;
    justify-content: var(--space-between);
    align-items: var(--center);
    padding: 0 40px 50px
}

.meet-lucas-container .questions-acc {
    padding-top: 52px;
    position: var(--relative);
    width: 48%
}

.meet-lucas-container .questions-acc:last-of-type::after {
    content: "";
    display: var(--block)
}

.meet-lucas-container .lucas-content h2 {
    font-weight: 300;
    padding: 0;
    padding-bottom: 30px;
    margin-top: -15px
}

.meet-lucas-container .lucas-content p {
    width: 100%;
    font-size: 18px
}

.meet-lucas-container .questions-content {
    font-size: 16px;
    line-height: 26px
}

.meet-lucas-container h1,
.meet-lucas-container h2 {
    font-size: 54px;
    line-height: 70px
}

.meet-lucas-container .lucas-content a {
    color: #f6b13d;
    font-weight: bold;
    text-transform: var(--none);
    word-break: break-word;
    background: var(--none);
    padding: 0;
    border: var(--none);
    font-size: inherit;
    background-color: rgba(159, 157, 157, .01);
    line-height: inherit
}

.meet-lucas-logos {
    display: var(--flex);
    align-items: var(--center);
    justify-content: var(--center)
}

.meet-lucas-logos img:first-of-type {
    width: 25%;
    -o-object-fit: var(--cover);
    object-fit: var(--cover);
    height: auto
}

.meet-lucas-logos img:last-of-type {
    width: 15%;
    -o-object-fit: var(--cover);
    object-fit: var(--cover);
    height: auto
}

.questions-heading.active::after,
.questions-heading.active::before {
    top: 10px
}

.blog-container-image {
    width: 100%;
    height: 600px
}

.blog-container-image img {
    height: inherit;
    -o-object-fit: var(--cover);
    object-fit: var(--cover);
    width: 100%
}

.blog-container {
    display: var(--flex);
    flex-direction: column;
    row-gap: 23px;
    padding: 50px 0;
    width: 95%;
    max-width: 100%
}

.blog-container-content h1 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 20px
}

.blog-container-content {
    text-transform: var(--none);
    line-height: 30px;
    font-size: 20px;
    margin-bottom: 10px
}

.blog-container-content p span {
    text-transform: var(--none);
    font-size: 18px;
    line-height: 28px
}

.blog-container-content,
.blog-container .review-content {
    margin: 0 auto
}

.blog-container-content h4 {
    font-size: 20px;
    margin-bottom: 40px;
    text-transform: var(--none)
}

.blog-container-content h4 span {
    text-transform: var(--none)
}

.blog-post-comment {
    margin: 40px auto 0
}

.blog-container-content {
    padding: 40px 0
}

.blog-post-comment .contact-btn {
    width: 30%;
    margin: 0;
    padding: 0
}

.blog-search {
    margin: 50px auto 0;
    position: var(--relative)
}

.blog-search input {
    outline: var(--none);
    border: 1px solid var(--black);
    padding: 10px;
    width: 362px;
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: var(--none);
    white-space: nowrap;
    background: var(--white)
}

.blog-search input::-moz-placeholder {
    color: var(--black);
    text-transform: var(--none)
}

.blog-search input::placeholder {
    color: var(--black);
    text-transform: var(--none)
}

.blog-search button {
    background: var(--white);
    border: var(--none);
    position: var(--absolute);
    z-index: 9;
    cursor: pointer;
    width: 30px;
    height: 20px;
    left: 330px;
    top: 10px
}

.blog-inner-container {
    width: 48%;
    margin: 0 auto
}

.featured-condo-common-table .development-list-heading li {
    padding: 25px 5px
}

.featured-condo-common-table .development-sub-list li {
    padding: 0;
    display: var(--flex);
    align-items: var(--center);
    justify-content: var(--center)
}

.featured-condo-common-table .development-li {
    width: 81.6%
}

.featured-condo-common-table .development-list-data li.address {
    width: 18.5%
}

.featured-condo-common-table .condo-l1,
.featured-condo-common-table .condo-l5,
.featured-condo-common-table .condo-l4 {
    width: 8%
}

.featured-condo-common-table .condo-l2 {
    width: 11.4%
}

.featured-condo-common-table .condo-l3 {
    width: 7.8%
}

.featured-condo-common-table .condo-l8,
.featured-condo-common-table .condo-l6 {
    width: 7.9%
}

.featured-condo-common-table .condo-l7 {
    width: 11.5%
}

.featured-condo-common-table .condo-l9 {
    width: 11.4%
}

.featured-condo-common-table .condo-l10 {
    width: 11.3%
}

.featured-condo-common-table .development-sub-list .condo-l11 {
    width: 6.8%
}

.featured-condo-common-table .development-list-heading li.address {
    padding: 25px 12px
}

.luxury-homes-container .development-list-heading li.address,
.luxury-homes-container .development-list-data li.address {
    width: 30%
}

.luxury-homes-container .development-li {
    width: 74%
}

.luxury-homes-container li.condo-l2,
.luxury-homes-container li.condo-l9,
.luxury-homes-container li.condo-l10,
.luxury-homes-container li.condo-l7 {
    width: 13.5%
}

.luxury-homes-container li.condo-l3 {
    width: 9.4%
}

.luxury-homes-container li.condo-l4,
.luxury-homes-container li.condo-l6,
.luxury-homes-container li.condo-l5 {
    width: 9.5%
}

.luxury-homes-container li.fav.condo-l11 {
    width: 8.1%
}

.condo-sale-container li.condo-l2 {
    width: 11.9%
}

.condo-sale-container li.condo-l3 {
    width: 8.3%
}

.condo-sale-container li.condo-l4 {
    width: 8.3%
}

.condo-sale-container li.condo-l5 {
    width: 8.33%
}

.condo-sale-container li.condo-l6 {
    width: 8.4%
}

.condo-sale-container li.condo-l7 {
    width: 23.8%
}

.condo-sale-container li.condo-l9 {
    width: 12%
}

.condo-sale-container li.condo-l10 {
    width: 11.8%
}

.condo-sale-container .development-sub-list li {
    padding: 20px 2px
}

.condo-sale-container li.development,
.market-stats-container li.development {
    padding-left: 0
}

.market-stats-container li.beds {
    width: 8%
}

.market-stats-container li.avgsqft {
    width: 9%;
    border: var(--none)
}

.market-stats-container li.living-size {
    width: 9%
}

.market-stats-container .development-li {
    width: 82%
}

.market-stats-container .development-list-data li.address {
    width: 18.1%
}

.market-stats-container li.condo-l1 {
    width: 9.8%;
    padding: 20px 0px
}

.market-stats-container li.condo-l2 {
    width: 7.6%
}

.market-stats-container li.condo-l3,
.market-stats-container li.condo-l5 {
    width: 7.8%
}

.market-stats-container li.condo-l4 {
    width: 8.8%
}

.market-stats-container li.condo-l6 {
    width: 8.7%
}

.market-stats-container li.condo-l7 {
    width: 8.9%
}

.market-stats-container li.condo-l8 {
    width: 22%
}

.market-stats-container li.condo-l9 {
    width: 8.7%
}

.market-stats-container li.condo-l10 {
    width: 9.9%;
    border-right: var(--none)
}

.construction-condos-banner {
    background-image: url("../jpg/condo-for-rent-banner.jpg")
}

.construction-condos-container .condo-overlay {
    bottom: 0
}

.construction-condos-container .condo-address {
    width: 90%
}

.construction-condos-container li.pr {
    width: 15%
}

.construction-condos-container .development-list-data li.address {
    width: 19.3%
}

.construction-condos-container .development-li {
    width: 80.7%
}

.construction-condos-container li.condo-l5 {
    width: 8.3%
}

.construction-condos-container li.condo-l3,
.construction-condos-container li.condo-l4,
.construction-condos-container li.condo-l9 {
    width: 8.4%
}

.construction-condos-container li.condo-l2 {
    width: 23.7%
}

.construction-condos-container li.condo-l7,
.construction-condos-container li.condo-l6 {
    width: 17.8%
}

.construction-condos-container li.condo-l9 {
    width: 8.4%
}

.for-associations-container li.living-size {
    width: 20%
}

.for-associations-container li.pr {
    width: 40%
}

.for-associations-container li.beds {
    width: 21%;
    border: var(--none)
}

.for-associations-container .development-list-data li.address {
    width: 19.8%
}

.for-associations-container .development-li {
    width: 80%
}

.for-associations-container li.condo-l2 {
    width: 24.7%
}

.for-associations-container li.condo-l3 {
    width: 49.6%
}

.for-associations-container li.condo-l4 {
    width: 25%;
    border: var(--none)
}

.for-associations-container li.condo-l4 a {
    color: var(--black)
}

.for-associations-container li.condo-l4 a:hover {
    opacity: .7
}

.development-sub-list li {
    text-align: var(--center)
}

.development-list-heading .heading-property-development {
    width: 21.8%
}

.list-property-development li.fav {
    width: 6.1%
}

.list-property-development .development-sub-list li.pr {
    width: 7.7%
}

.list-property-development .development-sub-list .price {
    width: 11%
}

.list-property-development .development-sub-list li.beds {
    width: 7.6%
}

.list-property-development .development-sub-list li.baths {
    width: 7.7%
}

.list-property-development .development-sub-list li.living-size {
    width: 11%
}

.list-property-development .development-sub-list li.price-sf {
    width: 11%
}

.list-property-development .development-sub-list li.build-year {
    width: 7.7%
}

.list-property-development .development-sub-list li.development {
    width: 22%
}

.list-property-development .development-sub-list li.fav {
    width: 6.6%
}

.featured-address-list .development-list-data li.address {
    width: 20%
}

.featured-address-list .condo-l2 {
    width: 12.5%
}

.featured-address-list .condo-l3 {
    width: 8.6%
}

.featured-address-list .condo-l5,
.featured-address-list .condo-l4 {
    width: 8.6%
}

.featured-address-list .condo-l8,
.featured-address-list .condo-l6 {
    width: 8.7%
}

.featured-address-list .condo-l7,
.featured-address-list .condo-l9,
.featured-address-list .condo-l10 {
    width: 12.3%
}

.featured-table {
    margin-top: 30px
}

.arts-red-boxes {
    display: var(--flex);
    align-items: var(--center);
    justify-content: var(--space-between);
    margin-top: 50px
}

.arts-color-boxes {
    display: var(--flex);
    flex-direction: column;
    align-items: var(--center);
    justify-content: var(--center);
    width: 33%;
    padding: 22px 0
}

.art-building {
    background-color: #ee2631
}

.art-condo-sale {
    background-color: var(--orange2)
}

.arts-condo-rent {
    background-color: #edc110
}

.arts-color-boxes p {
    font-size: 40px;
    letter-spacing: 1px;
    line-height: 44px;
    color: var(--white);
    background-color: rgba(159, 157, 157, .04)
}

.arts-color-boxes h4 {
    font-size: 20px;
    letter-spacing: 1px;
    background-color: rgba(159, 157, 157, .04);
    line-height: 24px;
    color: var(--white)
}

.arts-color-boxes:hover {
    background-color: var(--black)
}

.arts-data-block {
    display: var(--flex);
    align-items: flex-start;
    justify-content: var(--space-between);
    margin-top: 10px
}

.arts-stats-block1 {
    width: 33%
}

.arts-stats-block2 {
    width: 66.5%
}

.arts-common-stats-block {
    display: var(--flex);
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    row-gap: 20px
}

.arts-stats-block2 {
    row-gap: 10px
}

.reset {
    width: 100%;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999
}

.reset form {
    display: var(--flex);
    align-items: var(--center);
    flex-wrap: wrap
}

.reset form label {
    cursor: pointer;
    padding: 10px 0;
    position: var(--relative);
    width: 25%
}

.arts-data {
    width: 100%
}

form.last-mar label.label-pos-last {
    width: 45%
}

.arts-stats-block1 .last-mar .checkmark {
    padding: 0;
    left: -16px;
    top: 47%
}

.arts-table li {
    display: var(--flex);
    align-items: var(--center);
    justify-content: var(--space-between)
}

.arts-stats-block1 h3 {
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 40px;
    font-weight: 400;
    margin-top: 25px
}

.arts-common-stats-block span {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 20px;
    color: var(--black);
    padding: 12px 0
}

.arts-common-stats-block h4 {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 40px;
    margin-bottom: 15px
}

.arts-data ul li {
    border-bottom: 1px solid #999
}

.arts-data ul li:first-of-type {
    border-top: 1px solid #999
}

.arts-stats-block2 .neigh-image-stats,
.pendings {
    width: 100%;
    display: var(--flex);
    align-items: var(--center);
    justify-content: var(--space-between)
}

.arts-stats-block2 .neigh-image-stats1,
.arts-stats-block2 .neigh-image-stats2 {
    width: 49.5%;
    padding: 20px 0;
    border: 1px solid #999
}

ul.arts-pendings {
    display: var(--flex);
    align-items: var(--center);
    justify-content: var(--space-between);
    width: 49.5%
}

ul.arts-pendings li {
    width: 49%;
    text-align: var(--center);
    border: 1px solid #999
}

.arts-pendings li a {
    display: var(--block)
}

.arts-stats-block2 .neigh-image-stats1:hover,
.arts-stats-block2 .neigh-image-stats2:hover {
    background-color: unset
}

.arts-map {
    width: 100%;
    min-height: 575px
}

.arts-map iframe {
    min-height: inherit;
    display: var(--flex);
    width: 100%
}

.arts-stats-block2 h6 {
    font-size: 40px;
    letter-spacing: 1px;
    line-height: 40px;
    margin-right: 10px
}

.arts-stats-block2 .neigh-image-stats ul li {
    font-size: 14px;
    line-height: 22px
}

.arts-pendings li a {
    display: var(--flex);
    flex-direction: column;
    padding: 16px 0
}

.arts-pendings li a:hover {
    background-color: var(--black)
}

.arts-pendings li a:hover span {
    color: var(--white)
}

.arts-pendings li a span:first-of-type {
    font-weight: 500;
    font-size: 30px
}

.reset span {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 16px;
    margin-left: 15px
}

.aventura-tab-row {
    position: sticky;
    top: 118px;
    border-top: 1px solid var(--white);
    background: var(--black);
    z-index: 9991
}

.arts-tabs.tabs-container {
    padding: 0
}

.tabs.tab-sticky .tabs-content {
    min-height: 80px
}

.new-property-search {
    max-width: 1920px;
    margin: 0 auto
}

.prop-btn {
    display: var(--flex);
    width: 58%;
    align-items: var(--center);
    justify-content: var(--space-between)
}

.new-property-search-container .neigh-bar {
    display: var(--none)
}

.new-property-search-container {
    display: var(--flex);
    justify-content: var(--space-between);
    align-items: flex-start;
    margin-bottom: 92px;
    position: var(--relative)
}

.property-content-block {
    width: 55%;
    padding: 20px;
    padding-right: 14px;
    height: 720px;
    overflow-y: scroll
}

.property-content-block .image-rent-box {
    row-gap: 32px
}

.property-map-view {
    width: 44.4%;
    height: 720px;
    scroll-margin-top: 400px
}

.property-map-view iframe {
    width: 100%;
    height: inherit
}

.property-content-block .luxury-condos-list {
    width: 49%
}

.property-content-block a.luxury-stats1,
.property-content-block a.luxury-stats2 {
    font-size: 16px;
    line-height: 25px
}

.property-content-block .owl-carousel.owl-theme.luxury-slider.owl-loaded.owl-drag {
    margin-bottom: 0
}

.property-content-block .luxury-a {
    font-size: 16px;
    padding: 11px 0
}

.property-content-block .luxury-slider .owl-item .items {
    height: 300px
}

.property-filter-col .sale-input-form button {
    right: unset;
    left: 0px
}

.property-filter-col .search-property input {
    margin-left: 30px;
    font-size: 21px;
    letter-spacing: 1px;
    line-height: 34px
}

.property-filter-col .search-property input::-moz-placeholder {
    font-size: 21px;
    letter-spacing: 1px;
    line-height: 34px
}

.property-filter-col .search-property input::placeholder {
    font-size: 21px;
    letter-spacing: 1px;
    line-height: 34px
}

.property-filter-col .sale-input-form {
    border: var(--none)
}

.property-filter-col .sale-input-form button::before {
    font-size: 25px
}

.property-filter-col .search-property {
    width: 42%;
    margin: unset
}

.property-filter-col {
    display: var(--flex);
    align-items: var(--center);
    justify-content: var(--space-between);
    border-bottom: 2px solid #ccc;
    padding: 8px 20px 6px;
    border-top: 2px solid #ccc
}

.dropdown-for-sale:hover {
    background: var(--orange)
}

.dropdown {
    position: var(--relative);
    border: 2px solid var(--orange);
    display: var(--flex);
    align-items: var(--center);
    justify-content: var(--center);
    font-size: 17px;
    line-height: 34px;
    text-transform: uppercase;
    cursor: pointer
}

.dd-button {
    display: var(--inline-block);
    border: 1px solid gray;
    border-radius: 4px;
    padding: 10px 30px 10px 20px;
    background-color: var(--white);
    cursor: pointer;
    white-space: nowrap
}

.dd-button:after {
    content: "";
    position: var(--absolute);
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    border-top: 5px solid var(--black)
}

.dropdown-for-sale {
    transition: all .4s ease-in-out
}

.dd-button:hover {
    background-color: #eee
}

.dd-menu {
    position: var(--absolute);
    top: 100%;
    border: 1px solid #ccc;
    padding: 0;
    margin: 2px 0 0 0;
    box-shadow: 0 0 20px #d4d4d4;
    background-color: var(--white);
    list-style-type: var(--none);
    display: var(--none);
    z-index: 991
}

.dd-menu li {
    padding: 10px 20px;
    cursor: pointer;
    white-space: nowrap
}

.dd-menu li:hover {
    background-color: #f6f6f6
}

.dd-menu li a {
    display: var(--block);
    margin: -10px -20px;
    padding: 10px 20px
}

.dropdown-for-sale1 {
    padding: 2px 24px 2px 20px
}

.dropdown-for-sale2 {
    padding: 2px 24px 2px 20px
}

.dropdown-for-sale3 {
    padding: 2px 27px 2px 29px
}

.dropdown-for-sale4 {
    padding: 2px 25px
}

.dropdown-for-sale5 {
    padding: 2px 30px 2px 27px
}

.dropdown-for-sale6 {
    padding: 2px 30px
}

.dropdown-for-sale7 {
    padding: 2px 30px;
    background-color: var(--orange);
    width: -moz-max-content;
    width: max-content
}

.dropdown-for-sale7:hover {
    background-color: rgba(255, 95, 0, .831372549)
}

.pagination h5 {
    font-size: 19px;
    line-height: 34px;
    text-align: var(--center);
    margin-top: 15px
}

.property-content-block::-webkit-scrollbar {
    width: 5px
}

.property-content-block .pagination {
    margin: 45px 0 0px
}

.property-content-block::-webkit-scrollbar-thumb {
    background: var(--black)
}

.property-content-block::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, .4784313725)
}

.drop-down-heading,
.dd-menu h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    text-transform: capitalize
}

.price-min-max {
    display: var(--flex);
    align-items: var(--center);
    -moz-column-gap: 20px;
    column-gap: 20px;
    margin: 20px 0
}

form.price-min,
form.price-max {
    width: 185px
}

form.price-min select,
form.price-max select {
    text-transform: var(--none);
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    border: 1px solid rgba(0, 0, 0, .231372549);
    padding: 6px;
    color: var(--black)
}

.price-min-max p {
    text-transform: var(--none)
}

.property-price-dd {
    margin: 30px
}

.p-minmax-dropdown {
    display: var(--flex);
    justify-content: var(--space-between);
    align-items: var(--center);
    border-top: 1px solid #eef0f2;
    padding: 10px 30px;
    background: #fff
}

.dropdown-for-sale7 h5 {
    font-size: 16px;
    color: var(--black)
}

.p-minmax-dropdown p {
    font-size: 14px;
    text-transform: capitalize;
    background-color: rgba(255, 255, 255, .1);
    color: #bcc8d2
}

.bath-numbers {
    display: var(--flex);
    justify-content: var(--center);
    margin-top: 20px
}

.bath-numbers span {
    border: 1px solid rgba(0, 0, 0, .231372549);
    font-size: 16px;
    line-height: 45px;
    width: 60px;
    display: var(--flex);
    align-items: var(--center);
    justify-content: var(--center);
    transition: all .4s ease-in-out;
    text-transform: capitalize
}

.bath-numbers span:hover {
    border: 1px solid var(--black)
}

.any-span {
    background-color: var(--black);
    color: var(--white)
}

.type-checkbox {
    padding: 20px;
    width: -moz-max-content;
    width: max-content;
    padding-top: 0
}

.dd-menu5 .type-checkbox {
    padding: 0;
    padding-top: 20px
}

.dd-menu5 form.label-pos {
    margin-top: 0px
}

a.popup-close {
    position: var(--absolute);
    right: 30px;
    font-size: 20px;
    color: var(--black);
    top: 10px;
    z-index: 999;
    background: #fff
}

.dropdownsale5 {
    position: unset
}

.dd-menu5 {
    top: 182px;
    max-width: 600px;
    width: 100%
}

.new-property-search input.range-to,
.new-property-search input.range-from {
    border: 1px solid rgba(0, 0, 0, .231372549)
}

.new-property-search .range-property-slider {
    width: 95%;
    margin: 20px auto 0
}

.new-property-search .condo-overlay {
    background: rgba(0, 0, 0, 0);
    justify-content: var(--end);
    bottom: 120px;
    padding: 20px
}

.menu-list-5 {
    max-height: 600px;
    height: 100%;
    overflow-y: scroll
}

.property-price-dd .property-any {
    padding: 4px 10px;
    border: 1px solid rgba(0, 0, 0, .231372549);
    margin-top: 20px;
    position: var(--relative);
    cursor: pointer;
    display: var(--flex);
    justify-content: var(--space-between);
    align-items: var(--center)
}

.propmenu-list {
    max-height: 200px;
    overflow-y: scroll;
    border: 1px solid rgba(0, 0, 0, .231372549);
    padding: 10px;
    display: var(--none);
    border-top: var(--none);
    position: var(--absolute);
    top: 100%;
    width: 100%;
    background: var(--white);
    z-index: 9;
    box-shadow: 0px 4px 5px 0 rgba(0, 0, 0, .24)
}

.property-unit-dd,
.property-parking-dd,
.property-waterfront-dd,
.property-flooring-dd {
    position: var(--relative)
}

.range-property-slider {
    margin-top: 20px
}

.range-property-update {
    display: var(--flex);
    align-items: var(--center);
    justify-content: var(--space-between);
    text-transform: lowercase
}

.range-property-slider .irs--round {
    width: 100%;
    margin: 0 auto
}

input.range-to,
input.range-from {
    width: 40%;
    padding: 10px;
    border: 1px solid var(--black)
}

.range-property-slider .irs--round .irs-from,
.range-property-slider .irs--round .irs-to,
.range-property-slider .irs--round .irs-single,
.range-property-slider .irs--round .irs-min,
.range-property-slider .irs--round .irs-max {
    display: var(--none)
}

.range-property-slider .irs--round .irs-bar {
    background-color: var(--black)
}

.range-property-slider .irs--round .irs-handle {
    border: 4px solid var(--orange2)
}

.menu-list-5 form.sale-input-form {
    width: 300px;
    border: 1px solid rgba(0, 0, 0, .231372549);
    margin: 20px 0
}

.menu-list-5 .sale-input-form input {
    padding: 12px
}

.property-filter-col .menu-list-5 .sale-input-form button {
    right: 10px;
    left: unset
}

.property-filter-col .menu-list-5 .sale-input-form button::before {
    font-size: 20px
}

.media-pdf li {
    display: var(--flex);
    align-items: var(--center);
    width: 100%
}

.media-pdf {
    display: var(--flex);
    flex-direction: column;
    row-gap: 10px;
    margin-top: 20px
}

ul.media-pdf div a {
    display: var(--flex);
    align-items: var(--center);
    flex-direction: column
}

.media-pdf div a img {
    width: 20px;
    height: 20px
}

.media-container h3 {
    font-size: 40px;
    line-height: 50px;
    color: var(--black);
    margin-bottom: 40px
}

.media-container h2 {
    margin-bottom: 50px;
    font-size: 60px;
    line-height: 68px
}

.name-pdf {
    display: var(--flex);
    align-items: var(--center);
    width: 40%;
    border: 1px solid #bababa;
    padding: 20px
}

.pdf-block h3 span,
.video-block h3 span {
    text-transform: lowercase
}

.name-pdf img {
    width: 40px;
    height: 40px
}

.name-pdf h6 {
    margin-left: 10px
}

.view-pdf,
.download-pdf,
.share-pdf {
    border: 1px solid #bababa;
    padding: 17px 20px;
    width: 20%;
    border-left: var(--none)
}

.media-pdf div p {
    font-size: 16px;
    text-transform: capitalize;
    color: var(--black);
    line-height: 26px
}

.view-pdf a:hover,
.download-pdf a:hover,
.share-pdf a:hover {
    opacity: .7
}

.media-video {
    display: var(--flex)
}

.video-block h3 {
    margin: 70px 0 40px
}

.media-video {
    display: var(--flex);
    align-items: var(--center);
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 20px
}

.media-video li {
    width: 30%
}

.change-plan-btn a {
    background: var(--black);
    padding: 30px;
    color: var(--white);
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 1px;
    border: 2px solid;
    margin-bottom: 40px
}

.change-plan-btn a:hover {
    background: rgba(0, 0, 0, 0);
    border: 2px solid var(--black);
    color: var(--black)
}

.floor-plan-table th {
    padding: 20px;
    background: orange;
    border: 1px solid #bababa
}

.floor-plan-table td {
    border: 1px solid #bababa;
    text-align: var(--center);
    padding: 20px
}

.line01-modal-open {
    width: 100%;
    height: 100vh;
    background: var(--black);
    position: fixed;
    top: 0;
    z-index: 9999;
    display: var(--none)
}

.my-account-cross.modal-cross {
    filter: invert(1)
}

img.satts {
    filter: invert(1)
}

.list-data {
    display: var(--block)
}

.condo-ranking-container .development-list-data li.address {
    width: 19.8%
}

.condo-ranking-container li.condo-l1,
.condo-ranking-container li.condo-l2 {
    width: 8.6%
}

.condo-ranking-container li.condo-l3,
.condo-ranking-container li.condo-l5 {
    width: 9.6%
}

.condo-ranking-container li.condo-l6 {
    width: 9.7%
}

.condo-ranking-container li.condo-l8 {
    width: 24.4%
}

.condo-ranking-container li.condo-l9 {
    width: 9.7%
}

.condo-ranking-container li.condo-l10 {
    width: 11%
}

.development-list-data .list-content {
    display: var(--none)
}

.arts-develop-container h2 {
    font-size: 60px;
    line-height: 60px;
    margin: 50px 0 40px
}

.arts-develop-container .ae-thum-font {
    line-height: 20px
}

.arts-develop-container .ae-thum-width {
    width: 100%
}

.ae-develop-thumb .ae-thum-color-boxes p {
    width: 49.5%;
    text-align: var(--center);
    font-size: 20px;
    line-height: 60px;
    color: var(--black);
    background-color: #edc110;
    transition: all .4s ease-in-out
}

.ae-develop-thumb .image-rent-box {
    margin: 50px 0
}

.ae-develop-thumb .ae-thum-color-boxes p:first-of-type {
    background-color: var(--orange2)
}

.luxury-stats-tab.ae-thum-color-boxes a:first-child p {
    background-color: #ff6000;
    width: 99.5%
}

.luxury-stats-tab.ae-thum-color-boxes a:nth-child(2) p {
    background-color: #edc110;
    width: 100%
}

.condo-image.with-caption-bottom a {
    height: 100%
}

.luxury-stats-tab.ae-thum-color-boxes a {
    width: 100%
}

.ae-develop-thumb .ae-thum-color-boxes p:hover {
    background: var(--black);
    color: var(--white)
}

.ae-develop-thumb .condo-address {
    width: 100%
}

.luxury-condos-list div.luxury-stats-tab.ae-thum-color-boxes {
    border: var(--none)
}

.list-display.condo-sale-container.active {
    margin: 50px 0
}

.ae-image-boxes .neigh-image-a.luxury-a {
    padding: 25px 0
}

.ae-main-table .icon-heart-neigh {
    background-image: url("../svg/star-free-icon-font-white.svg");
    background-size: var(--cover)
}

.ae-main-table .last-sale-th,
.ae-main-table .last-sale-td {
    background-image: url("../svg/star-free-icon-font-black.svg");
    background-size: var(--cover)
}

.ae-main-table .icon-heart-neigh-new,
.ae-main-table .last-sale-td-new {
    background-image: url("../svg/star-free-icon-font-red.svg")
}

.ae-main-table .sale-list-search {
    margin-bottom: 50px
}

.thumbnail-condo-track p {
    text-transform: var(--none);
    font-size: 20px;
    line-height: 20px
}

.ae-image-boxes {
    position: var(--relative)
}

.condos-sale-community {
    display: var(--flex);
    align-items: var(--center);
    justify-content: var(--space-between);
    margin: 40px 0
}

.search-community-sale-container .condos-sale-community {
    display: var(--flex);
    position: absolute;
    top: 9px;
    right: 0;
    align-items: var(--center);
    justify-content: var(--space-between)
}

.search-community-sale-container {
    margin-top: 105px;
    position: relative
}

.search-community-sale-container h1 {
    font-size: 60px
}

.condo-sale-table,
.search-community-sale-container .list-display {
    margin-top: 50px
}

form.serach-condo-checkbox {
    position: var(--absolute);
    z-index: 9;
    left: 20px;
    top: 5px
}

form.serach-condo-checkbox input {
    width: 20px;
    height: 20px;
    cursor: pointer
}

form.serach-condo-checkbox .label-check-floor {
    left: -10px;
    top: -10px;
    z-index: 99;
    height: 20px;
    width: 20px
}

form.serach-condo-checkbox span.checkmark {
    height: 20px;
    width: 20px
}

form.serach-condo-checkbox .checkmark::after {
    content: "";
    width: 4px;
    height: 11px
}

.overlay-heading {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    padding: 10px 20px;
    word-break: break-all;
    overflow: hidden;
    text-overflow: clip;
    white-space: nowrap;
    color: var(--black);
    background: var(--white)
}

.text-overlay-div {
    overflow: hidden;
    position: var(--relative);
    display: flex;
    flex-direction: column;
    row-gap: 5px
}

table#tbl_market {
    text-align: center
}

table#tbl_market a {
    color: #000
}

table#tbl_market td {
    background: #fff;
    border: .01em solid #dfdddd
}

.stats-table-head li {
    align-items: var(--center);
    background-color: #f90;
    border: 1px solid #bababa;
    border-left: var(--none)
}

.stats-table-row th,
.stats-table-row td {
    text-align: var(--center);
    padding: 25px 3px !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 16px;
    line-height: 20px;
    color: var(--black)
}

.stats-table-head,
.stats-table-data {
    display: var(--flex)
}

.stats-head1 {
    width: 32%;
    text-align: var(--center)
}

.stats-empty-head {
    width: 4%
}

.stats-table-row li:first-of-type {
    border-left: 1px solid #bababa
}

.stats-table-data li {
    border: 1px solid #bababa;
    border-left: var(--none);
    border-top: var(--none)
}

.stats-table-head {
    position: sticky;
    top: 200px
}

.hidden-p {
    display: var(--none);
    background-color: rgba(0, 0, 0, .01)
}

.condo-mci-rank {
    display: var(--inline-block);
    width: -moz-max-content;
    width: max-content;
    text-align: var(--center);
    position: var(--absolute);
    top: 0;
    left: 0;
    z-index: 9;
    padding: 10px
}

.condo-overlay {
    display: var(--flex);
    align-items: var(--center);
    justify-content: var(--space-between);
    background: rgba(0, 0, 0, .67);
    padding: 20px;
    position: var(--absolute);
    z-index: 9;
    width: 100%;
    bottom: 75px;
    right: 0;
    left: 0
}

.condo-image,
.img-wid2 {
    position: var(--relative);
    width: 100%
}

.condo-image img,
.img-wid>img,
.img-wid2>img {
    width: 100%;
    -o-object-fit: var(--cover);
    object-fit: var(--cover);
    height: inherit;
    aspect-ratio: 16/9;
    display: block
}

.condo-sale-container .rent-image-div:hover {
    background-color: #f4f2f7
}

.condo-address h4 {
    color: var(--white);
    line-height: 40px
}

.condo-address p {
    color: var(--white);
    line-height: 30px
}

.condo-overlay-heading {
    background: var(--white);
    color: var(--black);
    padding: 10px;
    width: 30%;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    text-align: var(--center);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.condo-mci-rank p {
    color: var(--white);
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    background-color: rgba(159, 157, 157, .04)
}

.condo-block {
    display: var(--block)
}

.ae-develop-thumb .rent-image-div3 {
    display: var(--flex);
    justify-content: var(--space-between)
}

.ae-develop-thumb .rent-image-div3 p {
    font-size: 20px;
    line-height: 77px;
    color: var(--black);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.ae-develop-thumb .condo-overlay {
    bottom: 65px
}

.construction-condos-container .luxury-a {
    padding: 25px 0
}

.ae-thumb-wid {
    width: 100%
}

.credits-container {
    max-width: 1820px;
    margin: 140px auto 155px;
    display: var(--flex);
    flex-direction: column;
    row-gap: 60px
}

.credits-banner {
    background-image: url("../jpg/credits-banner.jpg")
}

.partner-block {
    display: var(--flex);
    align-items: var(--center);
    justify-content: var(--space-between);
    background: #ededf1
}

.partner-content {
    width: 47.5%;
    display: var(--flex);
    flex-direction: column;
    row-gap: 20px
}

.partner-image {
    width: 46%;
    height: 820px;
    background-repeat: no-repeat;
    background-position: var(--center);
    background-size: contain;
    background-color: #1d324f
}

.partner-image1 {
    background-image: url("../jpg/netz-image.jpg")
}

.partner-image2 {
    background-image: url("../jpg/trem-image.jpg")
}

.partner-image3 {
    background-image: url("../jpg/oak-image.jpg")
}

.partner-content h4 {
    font-size: 27px;
    line-height: 36px;
    color: var(--black);
    text-transform: capitalize
}

.partner-content h3 a {
    font-size: 34px;
    line-height: 36px;
    color: var(--black);
    text-transform: lowercase
}

.partner-content h3 a:hover {
    opacity: .7
}

.partner-content h2 {
    font-size: 60px;
    line-height: 36px;
    text-transform: uppercase;
    color: var(--black)
}

.partner-content p {
    font-size: 20px;
    line-height: 36px;
    color: var(--black);
    margin: 35px 0;
    text-transform: var(--none);
    width: 90%
}

.property-details-container {
    margin: 60px auto;
    max-width: 1440px
}

.navigation-thumbs.owl-carousel .owl-nav {
    position: var(--absolute);
    top: 0;
    width: 100%
}

.navigation-thumbs.owl-carousel button.owl-prev,
.navigation-thumbs.owl-carousel button.owl-next {
    position: var(--absolute);
    left: 0
}

.navigation-thumbs {
    margin-top: 10px
}

.navigation-thumbs.owl-carousel button.owl-next {
    position: var(--absolute);
    right: 0;
    left: unset
}

.nav-sync {
    width: 20px;
    margin: 0 auto
}

.navigation-thumbs.owl-carousel button.owl-prev.disabled,
.navigation-thumbs.owl-carousel button.owl-next.disabled {
    display: var(--none)
}

.navigation-thumbs.owl-carousel .owl-nav button.owl-next,
.navigation-thumbs.owl-carousel .owl-nav button.owl-prev {
    background: rgba(0, 0, 0, .59) !important;
    width: auto;
    height: 100px
}

.property-head-block h1 {
    font-size: 54px;
    line-height: 50px;
    color: var(--black)
}

.property-head-block {
    display: var(--flex);
    align-items: var(--center);
    justify-content: var(--space-between);
    margin: 50px 0
}

.property-data .price {
    font-size: 28px;
    line-height: 36px;
    color: var(--white);
    background: #65a21a;
    text-align: var(--center);
    font-weight: 500;
    padding: 5px 0;
    border: 2px solid #b9b9b9
}

.property-slider-row {
    display: var(--flex);
    align-items: flex-start;
    justify-content: var(--space-between);
    margin: 20px 0 90px;
    position: var(--relative)
}

.property-slider-block {
    width: 70%;
    position: var(--relative)
}

.property-list li {
    display: var(--flex);
    align-items: var(--center);
    justify-content: var(--space-between)
}

.currency-converter {
    border: 1px solid #b9b9b9
}

.currency-converter select,
.currency-converter select option {
    font-size: 18px;
    line-height: 26px;
    color: var(--black);
    padding: 9px 10px;
    text-transform: var(--none)
}

.currency-converter select {
    background: rgba(0, 0, 0, 0);
    -webkit-appearance: var(--none);
    -moz-appearance: var(--none);
    appearance: var(--none);
    background-image: url("../png/downward-arr.png");
    background-position: 95%;
    background-size: 14px;
    background-repeat: no-repeat;
    width: 100%;
    border-radius: inherit
}

.property-list {
    border: 1px solid #b9b9b9;
    border-bottom: var(--none)
}

.property-list li span {
    color: var(--black);
    width: 50%;
    border-bottom: 1px solid #b9b9b9;
    border-right: 1px solid #b9b9b9;
    font-weight: 500;
    text-transform: var(--none)
}

.property-list li span:last-of-type {
    border-right: var(--none)
}

.property-stats-block {
    display: var(--flex);
    flex-direction: column;
    width: 28.1%;
    row-gap: 20px
}

.property-icons {
    display: var(--flex);
    justify-content: var(--space-between);
    align-items: var(--center);
    width: 90%;
    margin: 0 auto
}

a.p-icon {
    width: 32px;
    height: auto
}

a.p-icon:hover {
    opacity: .7
}

.property-details-container .features-content-container {
    max-width: 32%
}

.property-details-container .aventura-map {
    margin: 90px 0 85px
}

.property-details-container .wpwalkscore {
    margin-bottom: 82px
}

.property-details-container .input-search-div select {
    background: rgba(0, 0, 0, 0);
    border-bottom: 1px solid var(--black);
    padding: 10px;
    -webkit-appearance: var(--none);
    -moz-appearance: var(--none);
    appearance: var(--none);
    background-image: url("../png/downward-arr.png");
    background-position: 95%;
    background-size: 14px;
    background-repeat: no-repeat;
    width: 100%;
    font-size: 16px;
    color: var(--black);
    font-weight: 300;
    border-radius: inherit
}

.nav-sync img {
    filter: invert(1)
}

.property-details-container .slider .owl-nav span {
    display: var(--none)
}

.property-details-container .slider .owl-nav {
    position: var(--absolute);
    right: 0;
    bottom: 20px
}

.property-details-container .slider button.owl-next::after {
    background-image: url("../png/right-arrow.png");
    content: "";
    width: 120px;
    height: 40px;
    background-position: var(--center);
    position: var(--absolute);
    background-repeat: no-repeat;
    background-size: contain;
    transition: .3s ease-in-out;
    bottom: 30px;
    right: 0
}

.property-details-container .slider button.owl-prev::after {
    background-image: url("../png/left-arrow.png");
    content: "";
    width: 120px;
    height: 40px;
    background-position: var(--center);
    position: var(--absolute);
    background-repeat: no-repeat;
    background-size: contain;
    transition: .3s ease-in-out;
    bottom: 30px;
    right: 90px
}

.mortgage-calculator h3 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 50px
}

.mortgage-details li {
    width: 100%;
    display: var(--flex);
    align-items: var(--center);
    justify-content: var(--space-between);
    border-bottom: 1px solid #b9b9b9
}

.mortgage-details li div {
    display: var(--flex);
    justify-content: var(--space-between);
    width: 100%
}

.mortgage-details li div span {
    font-size: 20px;
    line-height: 60px;
    text-transform: var(--none);
    display: var(--flex);
    align-items: var(--center)
}

.mortgage-details li div:hover .principal-tooltip {
    opacity: 1;
    visibility: visible
}

.red {
    color: red
}

.development-list-data li a.red {
    color: red
}

.development-list-data li a.green {
    color: #06a706
}

.mortgage-details {
    display: var(--flex);
    flex-wrap: wrap;
    flex-direction: column;
    width: 50%
}

span.propert-head {
    width: 50%;
    position: var(--relative)
}

span.soft {
    width: 14px;
    height: 14px;
    margin-right: 10px;
    border-radius: 50%
}

.soft-cyan {
    background-color: #9b5de6
}

.soft-blue {
    background-color: #f15bb5
}

.soft-pink {
    background-color: #00bbfa
}

.soft-yellow {
    background-color: #fde441
}

.soft-purple {
    background-color: #00f5d4
}

.principal-tooltip {
    background: var(--white);
    border: 1px solid #b9b9b9;
    padding: 20px;
    position: var(--absolute);
    text-transform: var(--none);
    opacity: 0;
    line-height: 20px;
    visibility: hidden;
    bottom: 50px;
    font-size: 14px;
    transition: opacity .4s ease-in-out;
    width: 240px
}

.principal-tooltip::after {
    content: "";
    width: 20px;
    height: 1px;
    background: #b9b9b9;
    position: var(--absolute);
    bottom: -9px;
    left: 10px;
    transform: rotate(45deg)
}

.principal-tooltip::before {
    content: "";
    width: 20px;
    height: 1px;
    background: #b9b9b9;
    position: var(--absolute);
    bottom: -9px;
    left: 24px;
    transform: rotate(-45deg)
}

.propert-head:hover p.principal-tooltip {
    opacity: 1;
    visibility: visible
}

p.circle-info {
    width: 400px;
    left: 0
}

.payment-column {
    display: var(--flex);
    flex-direction: column;
    width: 30%;
    row-gap: 20px
}

.down-payment {
    cursor: pointer;
    padding: 20px
}

.payment-block {
    position: var(--relative);
    width: 100%;
    border: 1px solid #b9b9b9
}

.down-payment h5 {
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize
}

.down-payment p {
    font-size: 18px;
    line-height: 30px
}

.down-payment-dropdown {
    position: var(--absolute);
    z-index: 9;
    top: 100%;
    left: 0;
    background: var(--white);
    display: var(--none);
    width: 100%;
    padding: 20px;
    box-shadow: 0px 0px 6px 3px rgba(124, 120, 120, .37)
}

.down-payment-dropdown.active {
    display: var(--block)
}

.down-payment-dropdown .heading {
    display: var(--flex);
    align-items: var(--center);
    justify-content: var(--space-between);
    margin-bottom: 20px
}

.down-payment-dropdown .cash h6 {
    display: var(--inline-block);
    margin-right: 10px;
    text-transform: var(--none);
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
    font-size: 22px
}

.property-details-container .contact-message-2 {
    border: var(--none)
}

.down-payment-dropdown .cash h6 {
    display: var(--inline-block);
    margin-right: 10px;
    text-transform: var(--none);
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px
}

.down-payment-dropdown .cash i.fa-solid.fa-circle-info {
    font-size: 14px;
    position: var(--relative)
}

.down-payment-dropdown input.to,
.down-payment-dropdown input.from {
    border: var(--none);
    width: 49.5%;
    font-size: 20px;
    line-height: 30px;
    color: var(--black)
}

.down-payment-form form {
    display: var(--flex);
    border: 1px solid var(--black)
}

.wrap input[type=range] {
    filter: hue-rotate(165deg);
    width: 100%;
    cursor: pointer;
    outline: var(--none);
    border: var(--none);
    background: var(--none)
}

form.down-payment-form {
    border: 1px solid var(--black)
}

.down-payment-dropdown input.from {
    border-right: 1px solid var(--black)
}

.payment-click2-dropdown input.from,
.payment-click3-dropdown input.from {
    border-right: var(--none);
    width: 100%;
    padding-left: 10px
}

form.wrap {
    margin: 20px 0
}

.cash i.fa-solid.fa-circle-info:hover .principal-tooltip {
    opacity: 1;
    visibility: visible
}

.input-text {
    position: var(--absolute);
    right: 0;
    top: 0;
    background: var(--white);
    width: 15%;
    padding: 14px 0px;
    color: #7f7c7c
}

.down-payment-dropdown h5 {
    font-size: 24px;
    text-transform: capitalize
}

.wp-breadcrumb span {
    font-size: 18px;
    line-height: 30px;
    color: var(--black);
    font-weight: 400;
    text-transform: capitalize
}

.wp-breadcrumb span a {
    font-weight: 400;
    color: #ed6b2c;
    text-transform: capitalize;
    background: rgba(0, 0, 0, .006)
}

.wp-breadcrumb span a:hover {
    opacity: .7
}

.wp-breadcrumb {
    border-bottom: 1px solid
}

.tag-line {
    position: var(--absolute);
    top: 0px;
    width: 400px;
    left: 0px;
    z-index: 99;
    height: 300px;
    overflow: hidden
}

.tag-line p {
    transform: rotate(322deg) translate(-110px, 30px);
    width: 440px;
    height: 50px;
    position: var(--absolute);
    text-align: var(--center);
    font-size: 26px;
    line-height: 30px;
    padding: 10px 0;
    color: var(--white);
    background: #65a21a
}

.pie-chart {
    display: var(--block);
    width: 300px;
    height: 300px
}

.mortgage-block {
    display: var(--flex);
    width: 100%;
    justify-content: var(--space-between);
    align-items: var(--center)
}

.mortgage-calculator {
    margin: 50px 0 80px 0
}

.mortgage-pie-chart {
    width: 40%;
    display: var(--flex);
    justify-content: var(--center)
}

.pie-chart {
    font-size: 1.25em;
    display: grid;
    place-items: var(--center);
    background: conic-gradient(#9b5de6 0, #9b5de6 35%, #f15bb5 0, #f15bb5 50%, #ffe43f 0, #ffe43f 70%, #00bbfa 0, #00bbfa 84%, #00f5d4 0, #00f5d4 100%);
    position: var(--relative);
    width: 300px;
    height: 300px;
    margin: 0;
    border-radius: 50%
}

.inner {
    background: var(--white);
    width: 225px;
    height: 225px;
    border-radius: 50%;
    display: var(--flex);
    flex-direction: column;
    align-items: var(--center);
    justify-content: var(--center);
    text-align: var(--center)
}

.property-details-container .wpwalkscore ul {
    width: 70%
}

.property-details-container .wpwalkscore li {
    width: 70%;
    row-gap: 10px
}

.property-details-container .walk-score-icons,
.property-details-container p.walkscore-description {
    text-align: var(--center)
}

.property-details-container .walk-score-icons {
    width: 20%
}

form.input-search-div.Comments-div {
    width: 100%
}

.walk-score-icons.bike-score-icon {
    width: 31%
}

form.input-search-div.Comments-div input#Comments {
    height: 70px
}

.property-details-container .contact-us-div-lucas {
    min-height: 800px
}

.property-details-container .contact-lucas {
    padding: 32px 0 20px
}

.property-idx-container h6 {
    text-transform: var(--none);
    font-size: 16px;
    line-height: 20px
}

.property-idx-container p {
    text-transform: var(--none);
    font-size: 14px;
    line-height: 22px
}

.property-idx-container {
    margin-top: 82px
}

.mortgage-column {
    display: var(--flex);
    width: 100%;
    justify-content: var(--space-between)
}

.mortgage-head-block {
    width: 65%
}

.mortgage-calculator h4 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 50px
}

.inner h5 {
    font-size: 16px;
    text-transform: capitalize;
    line-height: 26px
}

p.pie-inner-p {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    display: var(--flex);
    align-items: var(--center);
    justify-content: var(--center)
}

p.pie-inner-p span {
    font-size: 30px;
    margin-left: 5px
}

.zip-code {
    cursor: auto
}

.paymen-input input {
    width: 100%;
    border: 1px solid var(--black);
    outline: var(--none);
    color: var(--black);
    font-size: 18px;
    line-height: 38px;
    padding: 0 10px;
    text-align: right
}

span.paymen-input::after {
    content: "+";
    position: var(--absolute);
    left: -20px
}

span.paymen-input label {
    position: var(--absolute);
    left: 1px;
    background: var(--white);
    line-height: 38px;
    width: 26px;
    text-align: var(--center)
}

span.paymen-input {
    position: var(--relative);
    width: 22%
}

li.total-payment {
    border: var(--none);
    font-size: 10px;
    width: 90%;
    margin: 0 auto
}

span.total-payment-span {
    width: 22%;
    display: var(--flex);
    align-items: var(--center);
    justify-content: var(--space-between)
}

li.total-payment div span {
    font-size: 18px;
    font-weight: bold
}

.property-details-container button:hover {
    opacity: .7
}

ul.pinfo1 {
    display: var(--flex);
    flex-wrap: wrap;
    align-items: var(--center);
    justify-content: var(--center);
    background: #f2f2f2;
    border: 2px solid #b9b9b9;
    margin-top: 20px
}

ul.pinfo1 li {
    width: 50%;
    display: var(--flex);
    align-items: var(--center);
    height: 50px;
    padding-left: 10%;
    font-size: 16px
}

ul.pinfo1 li img {
    filter: invert(1);
    width: 14%;
    margin-right: 10px
}

li.pinfo1li1 {
    border-bottom: 2px solid #b9b9b9
}

li.pinfo1li2 {
    border-right: 2px solid #b9b9b9
}

form.purchase-input input {
    width: 90%
}

.down-payment input {
    border: var(--none);
    outline: var(--none);
    font-size: 18px;
    line-height: 30px
}

.down-input {
    display: var(--flex);
    align-items: var(--center);
    border: 1px solid
}

form.down-input1 {
    width: 70%;
    padding: 10px
}

form.down-input2 {
    width: 30%;
    border-left: 1px solid;
    padding: 10px
}

ul.pinfo1 li.pinfo1li3 img {
    filter: unset;
    width: 15%
}

form.down-input2 input {
    width: 80%
}

form.down-input1 input {
    width: 90%
}

.global-thumb-block {
    margin-top: 18px
}

.global-thumb-block .thumb-list {
    border: 1px solid #d6d6d6
}

.global-thumb-block .thumb-list .global-view {
    width: 50%;
    text-align: var(--center);
    justify-content: var(--center);
    padding: 18px 0
}

.global-thumb-block .thumb-list .global-view.thumbnail {
    border-right: 1px solid #d6d6d6
}

.global-thumb-block .thumb-list .global-view p {
    width: unset;
    font-size: 16px
}

.global-settings-tab .global-thumb-block h5 {
    margin-bottom: 10px
}

.favorites-container {
    max-width: 1630px;
    margin: 0 auto
}

.favorites-banner {
    background-image: url("../jpg/my-fav-banner.jpg");
    background-repeat: no-repeat;
    background-size: var(--cover);
    background-position: var(--center);
    min-height: 335px;
    position: var(--relative);
    display: var(--flex);
    justify-content: var(--center)
}

.favorites-logo {
    width: 270px;
    height: 170px
}

.favorites-black-logo {
    width: 300px;
    height: 300px;
    background: var(--black);
    border-radius: 50%;
    display: var(--flex);
    align-items: var(--center);
    justify-content: var(--center);
    border: 4px solid var(--white);
    position: var(--absolute);
    bottom: -40px
}

.favorites-logo img {
    width: 100%;
    -o-object-fit: var(--cover);
    object-fit: var(--cover)
}

.fav-user-details h1 {
    font-size: 42px;
    letter-spacing: 1px;
    line-height: 60px;
    color: var(--black);
    text-align: var(--center);
    text-transform: capitalize
}

.fav-user-details p {
    text-align: var(--center)
}

.fav-user-details p a {
    text-transform: var(--none);
    font-size: 25px;
    letter-spacing: 1px;
    line-height: 20px;
    color: var(--black);
    opacity: .7
}

.favorites-tabs .tab-link {
    font-size: 26px;
    line-height: 17px;
    text-transform: uppercase;
    color: var(--black);
    font-weight: normal;
    border-bottom: 6px solid var(--black);
    display: var(--flex);
    align-items: var(--center);
    justify-content: var(--center);
    -moz-column-gap: 10px;
    column-gap: 10px;
    cursor: pointer
}

ul .tab-link:first-child,
ul .tab-link:last-child {
    padding-bottom: 24px;
}

.favorites-tabs .tab-link:hover {
    opacity: .7
}

.fav-user-details {
    margin-bottom: 40px
}

.favorites-tabs li.tab-link.current {
    border-bottom: 6px solid #f90;
    background: rgba(0, 0, 0, 0)
}

.favorites-tabs li.tab-link.current i {
    color: #f90
}

.favorites-tabs .tab-link.current {
    border-bottom: 6px solid #f90;
    background: rgba(0, 0, 0, 0)
}

.favorites-tabs .tab-link.current i {
    color: #f90
}

.favorites-tabs ul.fav-main-tabs {
    display: var(--flex);
    align-items: var(--center);
    justify-content: var(--center);
    width: 75%;
    margin: 0 auto
}

.favorites-tabs .tab-link i {
    font-size: 30px
}

.favorites-heading-block {
    padding: 58px 140px 78px;
    background-color: #f2f2f2
}

.my-fav-block ul.fav-tabs {
    display: var(--flex);
    align-items: var(--center);
    justify-content: var(--center);
    margin-top: 105px
}

li.fav-tab-link {
    text-align: var(--center);
    padding: 25px 0;
    border: 2px solid var(--black);
    border-right: var(--none);
    overflow: hidden;
    font-size: 26px;
    line-height: 52px;
    cursor: pointer;
    position: var(--relative);
    width: 25%;
    transition: .3s ease-in-out
}

li.fav-tab-link:last-of-type {
    border-right: 2px solid var(--black)
}

li.fav-tab-link::after {
    background-color: var(--black);
    transition: all .4s ease-in-out;
    position: var(--absolute);
    bottom: -105px;
    content: "";
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

li.fav-tab-link:hover::after {
    bottom: 0
}

li.fav-tab-link:hover {
    color: var(--white)
}

li.fav-tab-link.current {
    background: var(--black);
    color: var(--white)
}

.favorited-head-block {
    display: var(--flex);
    align-items: var(--center);
    justify-content: var(--space-between);
    margin: 6px 0 26px
}

.favorites-container h2 {
    font-size: 100px;
    line-height: 100px
}

.favorited-head-block .thumbnail,
.favorited-head-block .list-view {
    border: 1px solid var(--black);
    width: 50%;
    padding: 0;
    height: 95px;
    align-items: var(--center);
    justify-content: var(--center)
}

.favorited-head-block .thumbnail {
    border-right: var(--none);
    border-left: var(--none)
}

.favorited-head-block .thumbnail p,
.favorited-head-block .list-view p {
    width: unset;
    text-transform: uppercase
}

.favorited-results {
    display: var(--flex);
    align-items: var(--center);
    justify-content: var(--space-between)
}

.favorited-results p {
    font-size: 38px;
    line-height: 50px;
    width: 10%
}

.result-line {
    width: 89.2%;
    position: var(--relative)
}

.result-line::after {
    content: "";
    position: var(--absolute);
    background: var(--black);
    width: 100%;
    height: 5px
}

.favorites-container .tab-content {
    padding: 0
}

.Saved-Searches {
    margin-bottom: 95px
}

.favorites-container .fav-tab-content {
    padding: 40px 0;
    padding-top: 100px
}

.favorites-container .fav-tab-content.current {
    display: var(--block)
}

.favorited-head-block .thumb-list {
    width: 30.8%
}

.favorites-container .image-rent-box {
    margin-top: 148px
}

.favorites-container .rent-image-div3 {
    padding: 26px 0;
    text-align: var(--center)
}

.favorites-container .main-table {
    margin-top: 148px
}

.image-rent-listing {
    display: var(--flex);
    align-items: var(--center);
    justify-content: var(--space-between);
    width: 96%;
    margin: 22px auto 0
}

.image-rent-listing p {
    text-align: unset
}

p.listing-percentage.listing-red {
    color: red;
    font-weight: bold;
    background-color: rgba(159, 157, 157, .01)
}

p.listing-percentage.listing-green {
    color: green;
    font-weight: bold;
    background-color: rgba(159, 157, 157, .01)
}

.image-rent-listing .listing-percentage {
    display: var(--flex);
    align-items: flex-start;
    justify-content: var(--end)
}

.listing-percentage i.fa-solid.fa-sort-down {
    font-size: 20px;
    margin-right: 4px
}

.fav-tab-content .image-rent-box p {
    text-transform: uppercase
}

li.saved-two {
    width: 17.5%
}

li.saved-four {
    width: 16%
}

li.y-n-toggle {
    width: 17.6%
}

li.saved-date {
    width: 16%
}

.rent-btn-img .rent-image-div4-a {
    font-size: 20px;
    line-height: 77px
}

.saved-heading {
    display: var(--flex);
    align-items: var(--center);
    justify-content: var(--space-between);
    margin: 85px 0 100px
}

.saved-unsubs button {
    background: rgba(0, 0, 0, 0);
    outline: var(--none);
    border: 2px solid var(--black);
    padding: 0 55px;
    font-size: 25px;
    letter-spacing: 1px;
    line-height: 45px;
    text-align: var(--center);
    cursor: pointer;
    color: var(--black);
    transition: all .4s ease-in-out
}

.saved-unsubs p {
    font-size: 23px;
    letter-spacing: 1px;
    line-height: 23px;
    margin-top: 7px
}

ul.saved-address-list {
    display: var(--flex);
    align-items: var(--center);
    border: 2px solid #b9b9b9;
    padding: 18px 40px
}

ul.saved-address-list li {
    font-size: 29px;
    line-height: 48px;
    font-weight: bold;
    text-transform: capitalize
}

li.saved-one {
    width: 38%
}

li.saved-20 {
    width: 15.5%
}

.listing-27 {
    width: 111px;
    background: var(--black);
    color: var(--white);
    text-align: var(--center);
    font-size: 28px;
    line-height: 24px;
    padding: 15px 0;
    text-transform: capitalize;
    margin-right: 30px
}

.saved-search {
    font-size: 26px;
    line-height: 48px;
    text-transform: capitalize
}

.saved-listing-one {
    display: var(--flex);
    align-items: var(--center);
    width: 38%
}

.saved-search span {
    color: #f90;
    background-color: rgba(159, 157, 157, .01)
}

ul.saved-listing {
    border: 2px solid #b9b9b9;
    padding: 18px 40px;
    border-top: var(--none);
    display: var(--flex);
    align-items: var(--center)
}

.y-n-checkbox {
    position: var(--relative);
    -webkit-appearance: var(--none);
    -moz-appearance: var(--none);
    appearance: var(--none);
    width: 110px;
    height: 45px;
    background: #f90;
    border-radius: 50px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
    cursor: pointer;
    transition: .4s
}

.y-n-checkbox:checked {
    background: #ccc
}

.y-n-checkbox::after {
    position: var(--absolute);
    content: "";
    width: 25px;
    height: 25px;
    top: 10px;
    left: 10px;
    background: var(--white);
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    transform: scale(1.1);
    transition: .4s
}

.y-n-checkbox:checked::after {
    left: 65%
}

.y-n-checkbox::before {
    content: "yes";
    position: var(--absolute);
    top: 3px;
    right: 20px;
    font-size: 24px;
    line-height: 40px;
    font-weight: bold;
    text-transform: capitalize;
    color: var(--white)
}

.y-n-checkbox:checked::before {
    content: "no";
    position: var(--absolute);
    top: 3px;
    right: unset;
    left: 20px
}

li.saved-checkbox label {
    font-size: 26px;
    line-height: 40px;
    text-transform: capitalize
}

li.saved-checkbox .last-mar .checkmark {
    position: var(--absolute);
    left: 0px;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    background-color: var(--white);
    border: 1px solid var(--black)
}

li.saved-checkbox .last-mar .checkmark::after {
    content: "";
    top: 3px;
    width: 10px;
    height: 10px
}

li.saved-date {
    font-size: 26px;
    line-height: 48px;
    text-transform: capitalize
}

.saved-remove button {
    padding: 0 40px
}

.saved-unsubs button:hover {
    background: var(--black);
    color: var(--white)
}

.favorited-Neighborhoods .img-wid,
.Favorited-VR-Videos .img-wid {
    position: relative
}

.search-update,
.search-name {
    display: var(--flex);
    align-items: var(--center);
    justify-content: var(--space-between);
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap
}

.custom-model-wrap .all-filters-price.save-search-block {
    flex-direction: column;
    width: 90%;
    padding: 0
}

.save-search-block .p-minmax-dropdown {
    width: 100%;
    padding-bottom: 0;
    margin-top: 20px
}

.custom-model-wrap .search-name form {
    width: 48%;
    text-align: var(--center);
    row-gap: 10px
}

.custom-model-wrap .search-name form input {
    padding: 6px 5px;
    border: 1px solid #000;
    font-size: 15px
}

.search-update h6 {
    width: 100%;
    text-align: var(--center);
    margin: 20px 0;
    font-size: 18px;
    font-weight: bold
}

.saved-unsubs p {
    text-align: var(--center)
}

.custom-model-wrap .search-update form {
    width: 160px
}

.custom-model-wrap .search-update form label {
    font-weight: normal;
    font-size: 16px
}

.save-search-block .p-minmax-dropdown .dropdown-for-sale7 {
    padding: 10px 30px;
    cursor: pointer;
    transition: all .4s ease-in-out;
    color: #000
}

.save-search-block span.checkmark {
    top: 45%;
    left: -12%
}

.search-update {
    width: 94%;
    justify-content: var(--center)
}

li.saved-unsubs.saved-remove.all-filters {
    padding: 0
}

.all-filters-price.save-search-block h5 {
    font-size: 28px;
    letter-spacing: 2px;
    line-height: 40px;
    color: var(--orange2);
    font-weight: bold
}

p.delete-search-click {
    cursor: pointer
}

.prof-block {
    display: var(--flex);
    align-items: flex-start;
    justify-content: var(--space-between);
    background-color: #ededf1;
    margin-bottom: 85px
}

.profile-form .input-search-div label {
    font-size: 16px
}

.profile-form .input-search-div input {
    font-size: 20px
}

.profile-form p {
    text-align: left;
    margin: 10px 0
}

p.pass-hint {
    font-size: 14px;
    line-height: 20px
}

.profile-form {
    align-items: flex-start;
    margin: 0;
    row-gap: 50px
}

.profile-form .register-btn a {
    padding: 20px 82px
}

.upload-pic .register-btn a {
    padding: 20px 0;
    width: 100%;
    text-align: var(--center)
}

.profile-heading {
    margin: 85px 0
}

.image-wrap {
    width: 100%;
    height: auto;
    display: var(--flex);
    border: 1px solid;
    position: var(--relative)
}

.image-wrap img {
    height: inherit;
    width: inherit;
    -o-object-fit: var(--cover);
    object-fit: var(--cover)
}

.image-wrap::after {
    content: "";
    position: var(--absolute);
    background-image: url("../png/pencil.png");
    background-position: var(--center);
    background-repeat: no-repeat;
    background-size: 50%;
    width: 80px;
    height: 80px;
    bottom: 0;
    border-radius: 50%;
    right: 0;
    cursor: pointer
}

.my-prof-form {
    width: 70%;
    padding: 90px;
    padding-bottom: 0;
    padding-left: 60px
}

.contact--form .form-wid-30 {
    width: 31%
}

.profile-password h4 {
    margin: 40px 0;
    font-size: 28px;
    line-height: 40px
}

.upload-pic {
    width: 30%;
    padding: 30px;
    display: var(--flex);
    flex-direction: column;
    row-gap: 10px
}

.favorited-Buildings .rent-image-div3 {
    padding: 0
}

.favorited-Neighborhoods .text-overlay-div {
    width: 47%
}

.favorited-Neighborhoods .neigh-image.div {
    width: 100%
}

p.vr-title a {
    color: #337ab7;
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
    padding-left: 10px
}

.search-community-sale-container ul.development-list-heading {
    top: 110px
}

.meet-lucas-container .lucas-content p {
    margin-bottom: 16px
}

.blog-col {
    padding: 60px 40px 0;
    max-width: 1920px;
    margin: 0 auto
}

.blog-container-heading {
    display: var(--flex);
    flex-direction: row-reverse;
    align-items: var(--center);
    justify-content: var(--space-between);
    margin-bottom: 60px
}

.blog-col .blog-search {
    margin: 0
}

.property-details-container .features-content {
    flex-wrap: wrap;
    row-gap: 22px;
    justify-content: var(--space-between)
}

.arts-develop-container .neigh-bar.neigh-sticky {
    top: 198px
}

.features-wid-100 .features-list li::after {
    display: var(--none);
    content: ""
}

.condo-address {
    width: 60%
}

.luxury-slider .owl-nav {
    position: var(--absolute);
    top: 40%;
    width: 100%;
    display: var(--none)
}

.luxury-slider:hover .owl-nav {
    display: var(--block)
}

.available-condo-container .neigh-bar.neigh-sticky,
.stats-container .neigh-bar.neigh-sticky {
    top: 199px
}

.tabs {
    max-width: 1400px;
    margin: 0 auto
}

.filter-btn h6 {
    line-height: 16px;
    font-size: 16px;
    text-align: left;
    display: var(--flex);
    align-items: var(--center);
    transition: all .4s ease-in-out;
    justify-content: var(--space-between)
}

.color-filter span {
    width: 22px;
    display: inline-block;
    transition: all .4s ease-in-out;
    height: auto
}

.color-filter span img {
    width: 100%;
    vertical-align: middle
}

.filter-btn:hover::after {
    background-image: url("../png/filter.png")
}

.aventura-filter,
.luxury-condo-tab {
    display: var(--flex);
    flex-wrap: wrap;
    align-items: var(--center);
    border: 1px solid var(--black);
    justify-content: var(--end)
}

.aventura-filter div {
    width: 17%;
    border-right: 1px solid var(--black)
}

.aventura-filter .list-view2 {
    border: var(--none)
}

.aventura-filter .all-filters {
    padding: 21px 1.5%
}

.sort-btn form.luxury-neigh-list2 {
    width: 100%;
    border: var(--none);
    padding: 24px 0
}

.sort-btn form.luxury-neigh-list2 select {
    height: unset;
    background-size: contain;
    line-height: 16px;
    font-size: 16px;
    width: 90%
}

.custom-model-wrap .all-filters-price {
    width: 90%;
    flex-wrap: wrap;
    align-items: var(--center);
    padding: 0;
    flex-direction: row;
    border: var(--none);
    row-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    margin: 40px auto
}

.custom-model-wrap form.sale-input-form p {
    border: 2px solid #d6d6d6;
    width: 100%
}

.custom-model-wrap .sale-input-form input {
    padding: 8px
}

.custom-model-wrap form {
    display: var(--flex);
    flex-direction: column;
    width: 31%;
    border: var(--none);
    padding: 0;
    margin: 0
}

.available-condo-container .custom-model-wrap .sale-input-form button {
    right: 5%;
    top: 40%
}

.aventura-filter-toggle {
    text-align: var(--center);
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    transition: opacity .15s linear, z-index .15;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto
}

.aventura-model-open {
    z-index: 99999;
    opacity: 1;
    overflow: hidden
}

.custom-model-inner {
    transform: translate(0, -25%);
    transition: transform .3s ease-out;
    display: var(--inline-block);
    vertical-align: middle;
    width: 100%;
    margin: 0px auto
}

.custom-model-wrap {
    display: var(--block);
    width: 1500px;
    position: var(--relative);
    background-color: var(--white);
    border: 1px solid rgba(0, 0, 0, .2);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    text-align: left
}

.aventura-model-open body {
    overflow: hidden
}

.aventura-model-open .custom-model-inner {
    transform: translate(0, 0);
    position: var(--relative);
    z-index: 9999;
    display: var(--flex);
    align-items: var(--center);
    justify-content: var(--center);
    height: 100%
}

.aventura-model-open .bg-overlay {
    background: rgba(0, 0, 0, .6);
    z-index: 999
}

.bg-overlay {
    background: rgba(0, 0, 0, 0);
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    transition: background .15s linear
}

.close-btn {
    position: var(--absolute);
    right: 1%;
    top: 1%;
    cursor: pointer;
    font-size: 30px;
    color: var(--black);
    z-index: 9
}

.aventura-filter .bedrooms {
    width: 32%;
    padding: 22px 0
}

.aventura-filter .bedrooms h6 {
    margin-right: 6%;
    font-size: 16px
}

.aventura-filter .bedroom-form {
    width: 95%;
    border: var(--none)
}

.aventura-filter .bedroom-form form {
    display: unset;
    padding: 0
}

.aventura-filter label.label-check:first-of-type {
    padding-left: 0
}

p.search-tooltip {
    background: var(--white);
    position: var(--absolute);
    top: -250%;
    padding: 10px;
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease-in-out;
    text-transform: var(--none)
}

.search-sale:hover p.search-tooltip {
    opacity: 1;
    visibility: visible;
    top: -200%
}

p.search-tooltip::after {
    content: "";
    border: 10px solid rgba(0, 0, 0, 0);
    display: var(--inline-block);
    border-top: 15px solid #ccc;
    position: var(--absolute);
    bottom: -25px;
    left: 60%
}

.feat-prop-description .features-list li {
    padding-left: 66px
}

.heart-mx-wid {
    position: var(--absolute);
    top: 20px;
    z-index: 99;
    margin: 0 auto;
    left: 0;
    right: 30px;
    display: var(--flex);
    align-items: var(--end);
    justify-content: var(--end)
}

.heart-mx-wid .heart-3030-img {
    margin: 0
}

.featured-prop-tab {
    margin-bottom: 50px
}

.features-list-p {
    font-size: 18px;
    line-height: 28px;
    text-transform: var(--none);
    margin: 15px 0
}

.head-black .header {
    background: var(--black)
}

.table-heading1 {
    margin: 0
}

.condo-sale-container .condo-address {
    width: 100%
}

.condo-sale-container .condo-overlay {
    bottom: 0
}

.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

@keyframes jssorl-009-spin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.jssorb051 .i {
    position: absolute;
    cursor: pointer
}

.jssorb051 .i .b {
    fill: #fff;
    fill-opacity: .5
}

.jssorb051 .i:hover .b {
    fill-opacity: .7
}

.jssorb051 .iav .b {
    fill-opacity: 1
}

.jssorb051 .i.idn {
    opacity: .3
}

.jssora051 .a {
    fill: var(--none);
    stroke: var(--black);
    stroke-width: 24%;
    stroke-miterlimit: 10
}

.jssora051:hover {
    opacity: .8
}

.jssora051.jssora051dn {
    opacity: .5
}

.jssora051.jssora051ds {
    opacity: .3;
    pointer-events: var(--none)
}

.jssora051 {
    display: block;
    position: absolute;
    width: 40px;
    cursor: pointer;
    overflow: hidden;
    height: 100%;
    background: rgba(247, 148, 29, .66);
    height: 100% !important
}

.jss-arr-left {
    left: 0 !important;
    transform: unset !important;
    top: 0 !important
}

.jss-arr-right {
    top: 0 !important;
    transform: unset !important;
    right: 0 !important;
    left: unset !important
}

#jssor_1 {
    position: relative;
    margin: 0 auto;
    top: 0px;
    left: 0px;
    width: 980px;
    height: 380px;
    overflow: hidden;
    visibility: hidden
}

.jss-slider-container-2 {
    top: 0 !important;
    left: 0 !important;
    height: 100% !important
}

.jss-slider-container-3 {
    top: 0 !important;
    right: 0 !important;
    left: unset !important;
    height: 100% !important
}

.jssora051 svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: auto;
    display: flex;
    align-items: var(--center);
    justify-content: var(--center);
    padding-left: 40%;
    padding-top: 140%
}

.aventura-heart-3030 {
    position: absolute;
    top: 140px
}

.slider-conatiner-pd {
    margin-top: 80px
}

.favorites-container .aventura-model-open {
    max-width: 1000px;
    margin: 0 auto
}

.switch {
    position: relative;
    margin: 20px auto;
    height: 36.5px;
    width: 310px;
    background: #fff;
    border: 1px solid #707070
}

.switch-label {
    position: relative;
    z-index: 2;
    float: left;
    width: 50%;
    line-height: 35px;
    font-size: 14px;
    color: #454545;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: normal;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px
}

.switch-input:checked+.switch-label {
    color: #fff;
    transition: .15s ease-out;
    -ms-transition: .15s ease-out;
    -moz-transition: .15s ease-out;
    -webkit-transition: .15s ease-out
}

.switch-label-off {
    padding-left: 2px
}

.switch-selection {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    width: 50%;
    height: 35px;
    background: #ed2e28;
    transition: left .15s ease-out;
    -ms-transition: left .15s ease-out;
    -moz-transition: left .15s ease-out;
    -webkit-transition: left .15s ease-out
}

.switch-input:checked+.switch-label-on~.switch-selection {
    left: 50.2%
}

.switch-label-on {
    padding-right: 2px
}

thead.headsticky {
    position: sticky;
    top: 190px;
    background: #f90
}

p#wpua-add-button-existing {
    display: none
}

p#wpua-thumbnail-existing {
    display: none
}

p#wpua-remove-button-existing {
    display: none
}

.wpua-edit-container h3 {
    display: none
}

.wpua-edit-container span.description {
    display: none
}

.upload-pic .updated>p {
    display: none
}

p#wpua-undo-button-existing {
    display: none !important
}

p#wpua-preview-existing img {
    min-height: 325px
}

p.submit input#submit {
    position: absolute;
    margin-top: 11px;
    padding: 20px 0;
    width: 100%;
    text-align: var(--center)
}

p.submit input#submit:focus {
    text-transform: uppercase
}

a#my-link {
    z-index: 999
}

a#my-link i.fa-solid.fa-pencil {
    position: var(--absolute);
    color: #ff9a00;
    width: 60px;
    height: 61px;
    font-size: 41px;
    bottom: 0px;
    right: 0;
    cursor: pointer
}

li.fav-tab-link a {
    color: initial;
    width: 100%
}

li.fav-tab-link.current a {
    color: #fff
}

li.fav-tab-link:hover a {
    color: #fff
}

div#pum_popup_title_42569 {
    color: #ff6000;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 1px solid;
    margin-bottom: 18px;
    margin-top: 0px;
    font-size: 22px;
    font-weight: 500
}

body h3.gform_title {
    display: none
}

body .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .gfield_label {
    font-size: 14px;
    position: relative;
    top: 11px;
    margin-bottom: 0 !important
}

body .gform_footer.left_label {
    margin: 0 !important;
    width: 100% !important;
    padding-right: 16px !important
}

body .gform_legacy_markup_wrapper .gform_footer input.button,
.gform_legacy_markup_wrapper .gform_footer input[type=submit] {
    width: 100%
}

a#showLoginButton {
    position: absolute;
    height: 40px;
    width: 40px;
    right: 2%;
    top: 2%
}

#save_favorite_content #inline_content2,
#save_favorite_content #alert-message {
    padding: 25px !important;
    max-width: 734px;
    margin: auto;
    box-shadow: 0 0 25px rgba(0, 0, 0, .36);
    top: 23%;
    position: relative;
    background: #fff
}

#save_favorite_content #alert-message {
    text-align: center
}

#save_favorite_content h2 {
    margin-top: 0
}

#save_favorite_content h3 {
    font-size: inherit
}

#save_favorite_content .close-modal {
    background-color: #ff6000;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0
}

#save_favorite_content .close-modal:hover {
    background-color: #c2c2c2
}

.submit_message,
.all_notification {
    background-color: #ff6000;
    border: 0;
    font-size: 13px;
    color: #fff;
    padding: 5px 50px;
    margin-top: 12px;
    border-radius: 4px;
    transition: all .3s ease-in-out;
    text-transform: uppercase
}

.submit_message:hover,
.all_notification:hover {
    background-color: #000
}

.all_notification {
    margin-right: 12px
}

#save_favorite_content #inline_content2 {
    padding: 25px !important;
    max-width: 734px;
    margin: auto;
    box-shadow: 0 0 25px rgba(0, 0, 0, .36);
    top: 23%;
    position: relative;
    text-align: center
}

#save_favorite_content .close-modal,
.smodal_close {
    background-color: #ff6000;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0
}

#inline_content2 h2,
#alert-message h2 {
    font-size: 20px;
    font-weight: 400;
    font-family: proximanova-regular, Arial, sans-serif;
    margin-bottom: 23px;
    color: #ff6000;
    line-height: 1
}

#save_favorite_content h2 {
    margin-top: 0
}

#inline_content2 ul .dual-li {
    width: 49.5%;
    float: left;
    margin-right: 1%;
    margin-bottom: 12px
}

#inline_content2 ul .dual-li {
    width: 49.5%;
    float: left;
    margin-right: 1%;
    margin-bottom: 12px
}

#inline_content2 ul label {
    color: #9d9d9d;
    font-size: 14px;
    display: block;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 400
}

#inline_content2 ul li li label:before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    background-image: url(../png/ico-modal.png);
    background-repeat: no-repeat;
    background-position: -10px 3px;
    width: 24px;
    height: 22px;
    top: -5px;
    position: relative
}

#inline_content2 ul li li input[type=checkbox]:checked+label:before {
    background-position: -10px -24px
}

#inline_content2 ul .dual-li.smg {
    margin-right: 0
}

#inline_content2 ul li.wp-button {
    text-align: center;
    clear: both
}

#inline_content2 ul li li input[type=checkbox] {
    display: none
}

#inline_content2 ul li li {
    float: left;
    width: 32%;
    margin-right: 2%
}

#inline_content2 ul li li:nth-child(3n+3) {
    margin-right: 0
}

#inline_content2 select,
#inline_content2 input[type=text],
#inline_content2 input[type=email],
#inline_content2 input[type=tel],
#inline_content2 input[type=number] {
    width: 100%;
    border: solid 1px #d4d4d4;
    padding: 4px 8px;
    margin: 0;
    height: 32px
}

#inline_content2 ul button {
    width: 100%;
    max-width: 275px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    color: #fff;
    background: #ff6000;
    font-family: proximanova-regular, Arial, sans-serif;
    margin-right: auto;
    margin-top: 10px;
    margin-left: auto;
    text-transform: uppercase;
    outline: none;
    border: 0;
    cursor: pointer
}

#inline_content2 ul {
    padding: 0;
    list-style: none
}

#inline_content2 ul button:hover {
    background: #c2c2c2
}

#inline_content2 ul button:before {
    content: "";
    display: inline-block;
    margin-right: 7px;
    vertical-align: middle;
    height: 15px;
    background-image: url(../png/ico-save.png);
    background-repeat: no-repeat;
    background-position: 2px 4px;
    width: 20px
}

div[aria-describedby=save_favorite_content] .ui-button-icon-only.ui-dialog-titlebar-close {
    position: absolute;
    right: 7px;
    top: 20px;
    z-index: 9999;
    width: 30px;
    height: 30px;
    font-size: 0;
    background: rgba(0, 0, 0, 0);
    border: 0
}

.old-property-search-container .luxury-neigh-list2 select {
    padding: 0px;
    line-height: 60px
}

@media(max-width: 1920px) {
    .carousel-heading h1 {
        font-size: 40px;
        line-height: 40px
    }

    .banner {
        height: 800px
    }

    .dgt-slider video#autoplay {
        height: 800px
    }

    .for-sale-banner {
        min-height: 700px
    }

    .carousel-heading {
        top: -80px
    }
}

@media(max-width: 1895px) {
    .nav {
        width: 100%
    }

    .menu-list li a {
        font-size: 30px;
        letter-spacing: 1px;
        line-height: 80px;
        color: var(--white)
    }

    .item1 {
        width: 47%
    }

    .item2 {
        width: 50%
    }

    .items {
        width: 100%
    }

    .item3 {
        width: 47%;
        vertical-align: top
    }

    .news-image-content h3 br {
        display: var(--none)
    }

    .mobile-img {
        width: 50%
    }

    .news-image-content h3 {
        font-size: 26px;
        line-height: 36px;
        margin-top: 14px;
        margin-bottom: 23px
    }

    .sale-input-form {
        border: 2px solid var(--black)
    }

    .sale-input-form input {
        padding: 15px
    }

    .luxury-condos-list div.luxury-stats-tab {
        padding: 0
    }

    .about-us-menu .about-us-sub-menu {
        bottom: -20%
    }

    .about-us-sub-menu li a {
        font-size: 20px;
        line-height: 30px
    }

    .section-four-content p {
        width: 98%
    }

    .questions-accordion {
        padding: 108px 340px 52px 340px
    }

    .section-two-content {
        padding: 60px 10px 0 120px
    }

    p.section-four-btn-p {
        width: 260px
    }

    .section-four-head h3 {
        padding-left: 0
    }

    a.item4 {
        margin-left: 5%
    }

    .video iframe {
        height: 600px
    }

    .meet-conatiner {
        max-width: 90%
    }

    .arts-container h2 {
        font-size: 60px;
        line-height: 70px
    }

    .search-community-sale-container h2 {
        font-size: 60px
    }

    .credits-container {
        margin: 50px auto;
        max-width: 95%
    }

    .partner-content h2 {
        line-height: 60px;
        font-size: 55px
    }

    .partner-content p {
        width: 90%;
        margin: 0
    }

    .banner-heading h1 {
        font-size: 80px
    }

    .hamburgerr {
        padding: 40px
    }

    .logo {
        padding: 6px
    }

    .condo-sale a,
    .condo-rent a {
        padding: 33px 30px;
        font-size: 16px;
        line-height: 22px
    }

    .globel {
        padding: 15px 0 15px 40px
    }

    .search-icon {
        padding: 15px 15px 16px 39px
    }

    .account-user {
        padding: 15px 25px 15px 32px
    }

    .contact-us {
        padding: 16px 0 15px 48px
    }

    .favorites-black-logo {
        width: 250px;
        height: 250px
    }

    .favorites-logo {
        width: 80%;
        height: 140px
    }

    .favorites-tabs ul.fav-main-tabs {
        width: 70%
    }

    .fav-user-details h1 {
        font-size: 38px
    }

    .fav-user-details p a {
        font-size: 22px
    }

    .favorites-tabs .tab-link {
        font-size: 22px
    }

    li.fav-tab-link {
        padding: 20px 0;
        font-size: 22px;
        line-height: 42px
    }

    .favorites-container {
        width: 90%
    }

    .favorites-container h2 {
        font-size: 60px
    }

    .favorites-container .image-rent-box,
    .favorites-container .main-table {
        margin-top: 100px
    }

    .favorited-results p {
        font-size: 34px
    }

    .favorited-head-block .thumbnail,
    .favorited-head-block .list-view {
        height: 80px
    }

    .favorites-container .rent-image-div4-a {
        font-size: 18px;
        line-height: 70px
    }

    .image-rent-listing p.listing-percentage,
    .image-rent-listing p {
        font-size: 17px;
        line-height: 29px
    }

    .favorited-Buildings .ae-develop-thumb .rent-image-div3 p {
        font-size: 16px;
        line-height: 70px
    }

    .saved-unsubs button {
        font-size: 20px
    }

    .saved-unsubs p {
        font-size: 20px
    }

    ul.saved-address-list li {
        font-size: 22px;
        line-height: 42px
    }

    .listing-27 {
        font-size: 18px
    }

    .saved-search {
        font-size: 22px
    }

    .y-n-checkbox {
        height: 42px;
        width: 100px
    }

    .y-n-checkbox::after {
        width: 25px;
        height: 25px;
        top: 9px;
        left: 9px
    }

    .y-n-checkbox::before {
        top: 0px;
        font-size: 20px;
        line-height: 40px
    }

    li.saved-checkbox label {
        font-size: 22px;
        line-height: 32px
    }

    li.saved-date {
        font-size: 22px
    }

    .saved-unsubs button {
        font-size: 16px;
        line-height: 40px
    }

    .saved-heading {
        margin: 50px 0
    }

    .profile-heading {
        margin: 45px 0
    }

    .my-prof-form {
        width: 65%;
        padding: 90px 40px;
        padding-left: 10px
    }

    .upload-pic {
        width: 35%
    }

    .fav-tab-content .image-rent-box .condo-address p {
        text-align: left
    }

    .property-head-block h1 {
        font-size: 52px
    }

    .mortgage-calculator h3 {
        font-size: 44px
    }

    .mortgage-calculator h4 {
        font-size: 28px;
        line-height: 22px
    }

    .walk-score-icons {
        width: 26%
    }

    .paymen-input input {
        padding-right: 10px
    }

    ul.development-list-heading {
        top: 110px
    }

    .main-page-container h2 {
        font-size: 60px;
        line-height: 65px
    }

    .luxury-condo-container .paragraph-section,
    .luxury-homes-container .paragraph-section {
        display: var(--none)
    }

    .stats-container .main-table {
        margin: 0
    }

    .dropdown-for-sale {
        padding: 2px 20px
    }

    .aventura-tab-row {
        top: 110px
    }

    .bike-score {
        width: 40%
    }

    .arts-develop-container .neigh-bar.neigh-sticky {
        top: 192px
    }

    .tabs-content {
        min-height: 80px
    }

    .tabs.tab-sticky .tabs-content p,
    .tabs-content p {
        font-size: 16px
    }

    .aventura-heading {
        margin-top: 80px
    }

    .available-condo-container .neigh-bar.neigh-sticky,
    .stats-container .neigh-bar.neigh-sticky {
        top: 191px
    }

    .footer-div2-img a {
        width: 240px
    }

    li.llr-icon {
        width: 400px
    }

    .section-content p {
        margin-bottom: 50px
    }

    .item1-p {
        margin-left: 30px
    }

    .thinking-img {
        height: 600px
    }

    .image-overlay {
        height: 520px
    }

    .owl-theme .owl-nav .nav-aventura {
        width: auto
    }

    .lucas-image {
        height: 540px;
        width: 510px
    }

    .transparent-header {
        padding-bottom: 90px
    }

    .neighborhood-container .main-table {
        margin-top: 20px
    }

    .section-three-content {
        display: var(--flex);
        align-items: var(--center);
        justify-content: var(--center)
    }

    .section-three-para {
        margin: 0
    }

    .press-container {
        margin: 70px 0 50px
    }

    .featured-container .table-heading1 {
        margin: 0px 0 20px
    }

    .custom-model-wrap {
        width: 90%
    }

    .dd-menu5 {
        top: 172px
    }
}

@media(max-width: 1690px) {
    .six-factor {
        margin: 40px 0
    }

    .miami-content a {
        font-size: 26px;
        line-height: 35px;
        padding: 14px 26px
    }

    .blog-btn {
        row-gap: 20px
    }

    .search-miami-homes {
        margin: 50px 0
    }

    .neigh-image h2 {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 20px
    }

    .image-rent-box div.neigh-image-stats h6,
    .neigh-image-a p:first-child {
        font-size: 24px;
        line-height: 30px
    }

    .news-image-content h3 {
        font-size: 24px;
        line-height: 34px
    }

    .menu-list li a {
        font-size: 28px
    }

    .banner-heading {
        bottom: 50px
    }

    .item1-p h3 {
        font-size: 25px;
        line-height: 35px
    }

    .item4 {
        margin-left: 5%
    }

    .lucas-img {
        margin: 70px 0
    }

    .lucas-content h2 {
        padding-top: 0;
        font-size: 65px
    }

    .lucas-content {
        width: 55%
    }

    .videos-section {
        padding: 80px 0 50px
    }

    .news-content {
        margin-top: 50px
    }

    .mobile-content {
        padding-left: 0px
    }

    .footer-section {
        padding: 0px 10%
    }

    .footer-div2 {
        padding-left: 6%
    }

    .footer-copyright {
        padding-left: 13%;
        padding-right: 0
    }

    .footer-copyright p {
        width: 35%
    }

    .lucas-content h2 br {
        display: var(--none)
    }

    .lucas-content h2 {
        padding: 0px 0 25px 0
    }

    .item h3 {
        font-size: 20px
    }

    .item1.overlay>a,
    .items-img.overlay>a,
    .item3.overlay>a {
        display: var(--flex)
    }

    .table-associations {
        margin-bottom: 80px
    }

    .for-sale-container {
        width: 90%
    }

    .paragraph-section p,
    .aventura-content p {
        font-size: 18px;
        line-height: 35px
    }

    .arts-red-boxes {
        margin-top: 30px
    }

    .arts-color-boxes {
        padding: 18px 0
    }

    .for-sale-banner {
        min-height: 550px
    }

    .paragraph-section p br {
        display: var(--none)
    }

    .rent-image-div {
        width: 48%
    }

    .rent-image-div h4 {
        font-size: 25px;
        line-height: 75px
    }

    .rent-image-div p,
    .rent-image-div a {
        font-size: 18px
    }

    a.luxury-stats1 {
        font-size: 20px;
        line-height: 40px;
        color: var(--black)
    }

    .rent-image-div.neigh-image {
        width: 100%
    }

    .neigh-image {
        position: var(--relative);
        width: 47%
    }

    .neigh-image h1 {
        font-size: 50px;
        line-height: 77px
    }

    .luxury-condos-list a.luxury-stats1 {
        line-height: 26px;
        font-size: 16px
    }

    .luxury-condos-list a.luxury-stats2 {
        font-size: 19px
    }

    div.global-settings-head h3 {
        font-size: 25px;
        line-height: 35px
    }

    .cross-bar1 {
        width: 2px;
        height: 26px;
        transform: rotate(-45deg) translate(7px, 13px)
    }

    .cross-bar2 {
        width: 2px;
        height: 26px;
        transform: rotate(45deg) translate(-6px, -25px)
    }

    .global-settings-head {
        padding-bottom: 20px;
        margin-bottom: 20px
    }

    .global-settings-tab h5 {
        font-size: 20px;
        margin-bottom: 15px
    }

    .language .lang-list ul>li>a {
        font-size: 17px;
        line-height: 25px;
        margin-bottom: 12px
    }

    .curr-list select {
        padding: 16px 28px;
        font-size: 17px
    }

    .measure-list form {
        padding: 16px 0
    }

    .custom-container {
        width: 85%;
        margin: 50px auto
    }

    .arts-container {
        margin: 40px auto 50px
    }

    .aventura-content p {
        margin-bottom: 20px
    }

    h2.features-heading {
        font-size: 28px;
        line-height: 32px
    }

    .aventura-heading {
        margin-top: 50px
    }

    .aventura-heading h2,
    .media-container h2,
    .stats-container h2,
    .available-condo-container h2 {
        font-size: 50px;
        line-height: 50px
    }

    .about-us-sub-menu li a {
        font-size: 20px;
        line-height: 30px
    }

    .inner-para-container {
        row-gap: 20px
    }

    .inner-para-section p:last-child {
        margin: 20px 0px
    }

    .disclaimer {
        font-size: 19px;
        line-height: 35px
    }

    .section-two-content {
        padding: 50px;
        padding-bottom: 0
    }

    .section-three-content p {
        width: 100%
    }

    .section-three-para {
        width: 80%
    }

    .section-four-head h3 {
        padding-left: 0
    }

    .section-four-content {
        padding: 108px 60px;
        padding-right: 0
    }

    .press-images {
        -moz-column-gap: 50px;
        column-gap: 50px;
        justify-content: space-around;
        align-items: flex-start;
        margin-top: 10px;
        padding: 0
    }

    .press-logo {
        width: 30%
    }

    .questions-accordion {
        padding: 52px 180px 0px 140px
    }

    .press-content p {
        margin-bottom: 0;
        margin-top: 20px
    }

    .press-content p br {
        display: var(--none)
    }

    .about-us-font-size h2 {
        font-size: 42px;
        line-height: 68px
    }

    .section-four-head {
        padding: 50px 0 0;
        row-gap: 30px
    }

    .section-four-content p,
    .section-four-content p b {
        margin-bottom: 16px
    }

    .meet-lucas-container .lucas-content p {
        font-size: 16px;
        line-height: 26px
    }

    .about-us-font-size h3 {
        line-height: 50px;
        font-size: 42px;
        margin-bottom: 0;
        padding: 0
    }

    p.section-four-btn-p {
        margin: 0
    }

    .meet-bio {
        width: 29%
    }

    .bio-name .bio-para,
    .bio-name .bio-para span {
        margin-top: 5px;
        font-size: 16px;
        line-height: 26px
    }

    .bio-name .bio-para strong {
        font-size: 15px
    }

    .photo-bio {
        row-gap: 70px
    }

    .bio-name .bio-button {
        font-size: 18px
    }

    .bio-name h4 span {
        font-size: 19px
    }

    .bio-name h4 {
        font-size: 14px
    }

    .meet-conatiner h2 {
        padding: 0px 0 40px;
        font-size: 50px;
        line-height: 50px
    }

    .meet-conatiner h2:last-of-type {
        padding: 40px 0
    }

    .blog-btn h2 {
        font-size: 50px;
        line-height: 60px
    }

    ul#property-type-checks label.label-check {
        font-size: 14px
    }

    .contact-lucas h5 {
        font-size: 13px;
        line-height: 23px
    }

    .contact-lucas h4 {
        font-size: 20px;
        line-height: 40px
    }

    .contact-lucas h6 {
        font-size: 15px;
        line-height: 30px
    }

    .number a {
        font-size: 20px;
        line-height: 30px
    }

    .mailto,
    .phone {
        width: 20px;
        margin-right: 10px
    }

    .mail a {
        font-size: 15px;
        line-height: 25px
    }

    .contact-info {
        width: 50%;
        padding-right: 15px
    }

    .contact-lucas {
        padding: 20px 0
    }

    .contact-map-location {
        padding: 1px 0 15px
    }

    .whatsapp,
    .messenger {
        width: 20px;
        margin-right: 6px
    }

    .contact-map-location a {
        font-size: 14px
    }

    .tab-container {
        width: 50%;
        left: 25%
    }

    .development-list-heading .address,
    .development-list-data .address a {
        font-size: 14px
    }

    .development-list-heading li,
    .development-list-data li {
        font-size: 14px
    }

    .map-content .luxury-stats1,
    .map-content .luxury-stats2,
    .luxury-condos-list a.luxury-stats2 {
        font-size: 15px
    }

    .map-content .luxury-a {
        font-size: 13px
    }

    .available-condo-container li.price-sf {
        line-height: 14.3px
    }

    .pets-furnished-type {
        margin-left: 20px
    }

    .price-container {
        margin: 0
    }

    .aventura-map {
        margin: 10px auto 0
    }

    .stats-container {
        margin: 50px auto
    }

    .walk-score-container h2 {
        font-size: 45px
    }

    .review-container {
        margin: 38px auto 50px
    }

    .wpwalkscore ul {
        width: 60%
    }

    .wpwalkscore li {
        width: 30%
    }

    p.walkscore-description {
        width: 55%
    }

    .meet-lucas-container {
        width: 94%
    }

    .meet-lucas-container .lucas-img {
        align-items: flex-start
    }

    .condo-container-heading {
        font-size: 40px;
        line-height: 50px
    }

    .blog-inner-container {
        width: 55%
    }

    .blog-container-content h1 {
        font-size: 40px;
        line-height: 50px
    }

    .meet-lucas-logos img:first-of-type {
        width: 25%
    }

    .meet-lucas-logos img:last-of-type {
        width: 15%
    }

    .meet-lucas-container .lucas-content h2 {
        font-size: 40px;
        line-height: 50px
    }

    .meet-lucas-container .questions-accordion {
        padding: 10px 0 0
    }

    .meet-lucas-container h1,
    .meet-lucas-container h2 {
        font-size: 50px;
        line-height: 60px
    }

    .media-container h2 {
        margin: 50px 0
    }

    .arts-container h2 {
        font-size: 45px;
        line-height: 60px
    }

    .arts-color-boxes p {
        font-size: 35px;
        line-height: 40px
    }

    .search-community-sale-container h1 {
        font-size: 40px
    }

    .condos-sale-community {
        margin: 0px 0 20px
    }

    .arts-color-boxes h4 {
        font-size: 18px
    }

    .reset form label {
        width: 50%
    }

    .arts-stats-block1 .last-mar .checkmark {
        top: 50%
    }

    .arts-common-stats-block span {
        font-size: 15px
    }

    .arts-stats-block2 h6 {
        font-size: 36px
    }

    .arts-pendings li a span:first-of-type {
        font-size: 26px
    }

    .arts-map {
        min-height: 630px
    }

    .reset form label {
        cursor: pointer;
        padding: 13px 0
    }

    .search-community-sale-container h2 {
        font-size: 55px
    }

    .modal-video {
        height: 500px
    }

    .condo-address p {
        line-height: 30px
    }

    .condo-address h4 {
        line-height: 40px
    }

    .condo-mci-rank p {
        line-height: 22px
    }

    .partner-content h4 {
        font-size: 25px;
        line-height: 35px
    }

    .partner-content h2 {
        font-size: 50px
    }

    .partner-content p {
        font-size: 18px;
        line-height: 34px
    }

    .partner-content h3 a {
        font-size: 30px;
        line-height: 30px
    }

    .partner-image {
        height: 790px
    }

    .logo-ham {
        width: 30%
    }

    .logo a {
        width: 36%
    }

    .image-rent-listing p.listing-percentage,
    .image-rent-listing p {
        font-size: 17px;
        line-height: 29px
    }

    .favorites-container .rent-image-div3 {
        padding: 0
    }

    .profile-heading {
        margin: 30px 0px 20px
    }

    .my-prof-form {
        padding: 40px 40px;
        padding-left: 10px
    }

    .profile-form {
        row-gap: 20px
    }

    .profile-password h4 {
        font-size: 26px;
        line-height: 26px
    }

    .property-head-block h1 {
        font-size: 34px
    }

    a.p-icon {
        width: 36px
    }

    .mortgage-calculator h3 {
        font-size: 34px;
        margin-bottom: 30px
    }

    .payment-column {
        width: 32%
    }

    .mortgage-calculator h4 {
        font-size: 26px
    }

    .mortgage-pie-chart {
        width: 35%
    }

    .mortgage-details {
        width: 60%
    }

    .property-details-container .contact-us-form h4 {
        font-size: 28px;
        line-height: 38px
    }

    .property-details-container form.input-search-div.Comments-div input#Comments {
        height: 40px
    }

    .property-details-container .contact-us-form {
        padding-left: 90px;
        padding-right: 30px;
        padding-top: 30px;
        padding-bottom: 30px
    }

    .property-details-container .register-btn a {
        padding: 15px 50px
    }

    .property-details-container .contact--form {
        row-gap: 20px
    }

    .property-details-container .whatsapp,
    .property-details-container .messenger {
        width: 12%
    }

    .property-details-container .property-details-container .input-search-div select {
        padding: 8px;
        font-size: 14px
    }

    .property-details-container .contact-us-div-lucas {
        min-height: 550px
    }

    .property-details-container .wpwalkscore {
        margin-bottom: 60px;
        row-gap: 0
    }

    .property-details-container .aventura-map {
        margin: 70px 0
    }

    .mortgage-head-block {
        width: 67%
    }

    p.pie-inner-p span {
        font-size: 28px
    }

    .pie-chart {
        width: 275px;
        height: 275px
    }

    .mortgage-details li div span,
    .down-payment h5 {
        font-size: 18px
    }

    .down-payment input,
    .down-payment p {
        font-size: 16px
    }

    .tag-line {
        top: -30px
    }

    .tag-line p {
        width: 370px;
        height: 40px;
        font-size: 18px;
        line-height: 18px
    }

    ul.pinfo1 li {
        height: 40px;
        font-size: 14px
    }

    .currency-converter select,
    .currency-converter select option {
        font-size: 16px;
        line-height: 32px
    }

    .property-stats-block {
        row-gap: 26px
    }

    .property-data .price {
        font-size: 22px;
        line-height: 36px
    }

    ul.pinfo1 {
        margin-top: 26px
    }

    .property-head-block {
        margin: 30px 0
    }

    .property-slider-row {
        margin: 20px 0 70px
    }

    .mortgage-calculator {
        margin: 50px 0
    }

    .my-acc-drop-down p a {
        font-size: 16px
    }

    .main-table {
        row-gap: 24px
    }

    .condo-sale-table {
        margin-top: 50px
    }

    .section-four-content {
        padding: 50px 70px 38px;
        padding-right: 0
    }

    .press-container {
        margin: 50px 0
    }

    .meet-image {
        height: 300px
    }

    .aventura-content {
        padding-top: 30px
    }

    .arts-develop-container .main-table {
        margin-top: 0
    }

    .arts-develop-container h2 {
        margin-top: 10px;
        font-size: 45px;
        line-height: 50px
    }

    .review-content h2 {
        font-size: 45px;
        line-height: 60px
    }

    .custom-container.arts-develop-container {
        margin: 8px auto 50px
    }

    .table-heading1 h2 {
        font-size: 45px;
        line-height: 50px
    }

    .main-page-container h2 {
        font-size: 50px;
        line-height: 55px
    }

    .blog-container-heading h1 {
        font-size: 40px;
        line-height: 40px
    }

    .walk-score-container {
        margin: 36px auto 50px
    }

    .arts-stats-block1 {
        width: 32%
    }

    .aventura-container {
        margin: 40px auto 50px
    }

    .available-condo-container,
    .property-details-container,
    .arts-develop-container {
        margin: 40px auto
    }

    .property-details-container {
        width: 90%
    }

    .property-filter-col .search-property input::-moz-placeholder {
        margin-left: 14px;
        font-size: 18px
    }

    .property-filter-col .search-property input,
    .property-filter-col .search-property input::placeholder {
        margin-left: 14px;
        font-size: 18px
    }

    .property-filter-col .sale-input-form button::before {
        font-size: 20px
    }

    .property-filter-col .search-property {
        width: 35%
    }

    .prop-btn {
        width: 65%
    }

    .dropdown {
        font-size: 15px;
        line-height: 30px
    }

    .property-content-block a.luxury-stats1,
    .property-content-block a.luxury-stats2 {
        font-size: 14px;
        line-height: 25px
    }

    .property-content-block .luxury-a {
        font-size: 14px
    }

    .btn span {
        font-size: 16px
    }

    .property-content-block .pagination h5 {
        font-size: 18px;
        line-height: 28px
    }

    .new-property-search-container {
        margin-bottom: 60px
    }

    .favorites-tabs ul.fav-main-tabs {
        width: 85%
    }

    .homes1,
    .condos,
    .condos1,
    .homes,
    .condos1.active,
    .homes1.active {
        padding: 12px 0;
        font-size: 14px
    }

    .tabs.tab-sticky .tabs-content {
        min-height: 60px
    }

    .tabs.tab-sticky .tabs-content p {
        font-size: 14px;
        line-height: 20px
    }

    .tabs.tab-sticky .tabs-container .owl-item .tabs-content img {
        width: 25px
    }

    .available-condo-container .neigh-bar.neigh-sticky,
    .stats-container .neigh-bar.neigh-sticky {
        top: 171px
    }

    .aventura-filter .bedrooms {
        width: 45%;
        justify-content: start
    }

    .aventura-filter div {
        width: 16%
    }

    .banner {
        height: 750px
    }

    .dgt-slider video#autoplay {
        height: 750px
    }

    .head-three,
    .head-two {
        margin: 60px auto
    }

    .owl-item-img {
        height: 600px
    }

    .videos-section {
        padding: 70px 0
    }

    .tab-section {
        width: 100%
    }

    .search-sale:hover p.search-tooltip {
        top: -230%
    }

    .item1 {
        height: 700px
    }

    .items-img {
        height: 330px
    }

    .item3,
    a.item4 {
        height: 330px;
        margin-top: 40px
    }

    .carousel-heading h1 {
        font-size: 34px;
        line-height: 34px
    }

    .table-heading1 {
        margin-top: 20px
    }

    .condo-overlay {
        padding: 12px
    }

    .stats-table-head {
        top: 190px
    }

    .stats-table-row th,
    .stats-table-row td {
        padding: 22px 3px !important
    }

    .blog-divs {
        row-gap: 40px
    }

    .blog-overlay .news-image-content a {
        font-size: 16px;
        line-height: 30px
    }

    .blog-overlay .button-arrow {
        width: 20px;
        height: 20px
    }

    .news-image1-img {
        height: 420px
    }

    .blog-divs .news-image-content h4 {
        font-size: 20px;
        line-height: 24px
    }

    .blog-divs .news-image-content p {
        line-height: 20px
    }

    .section-four-content a {
        font-size: 20px;
        line-height: 60px
    }

    .about-us-font-size p,
    .about-us-font-size p b {
        font-size: 18px;
        line-height: 34px
    }

    .carousel-heading {
        top: -75px
    }

    .about-us-section-four {
        padding-bottom: 50px
    }

    .available-condo-container .custom-model-wrap {
        width: 90%
    }

    .arts-develop-container .neigh-bar.neigh-sticky {
        top: 170px
    }

    .aventura-filter .bedrooms h6 {
        margin-right: 1%
    }
}

@media(max-width: 1480px) {
    .tabs-content img {
        width: 30px
    }

    .tabs-content p {
        line-height: 20px
    }

    .inner-para-heading {
        font-size: 18px
    }

    .review-content p {
        margin: 40px 0
    }

    .contact-btn {
        font-size: 20px;
        line-height: 70px
    }

    .ae-develop-thumb a.neigh-image-stats2.luxury-stats2,
    .ae-develop-thumb .luxury-condos-list a.luxury-stats1,
    .ae-develop-thumb .luxury-stats-tab.ae-thum-color-boxes p {
        font-size: 18px
    }

    .banner-heading {
        bottom: 50px
    }

    .banner-heading h1 {
        font-size: 70px
    }

    .banner-heading h3 {
        font-size: 22px
    }

    .for-sale-heading h1 {
        font-size: 50px;
        line-height: 50px
    }

    .for-sale-heading {
        bottom: 60px
    }

    li.fav-tab-link {
        padding: 20px 0;
        font-size: 18px;
        line-height: 40px
    }

    .favorites-container h2 {
        font-size: 50px
    }

    .favorited-results p {
        font-size: 30px;
        text-align: left
    }

    .image-rent-listing {
        margin: 12px auto 0
    }

    .favorites-container .rent-image-div4-a {
        font-size: 16px;
        line-height: 60px
    }

    .favorites-container .image-rent-box {
        margin-top: 70px
    }

    .favorites-container .fav-tab-content {
        padding: 0;
        padding-top: 50px
    }

    .my-fav-block ul.fav-tabs {
        margin-top: 70px
    }

    .favorited-head-block .thumbnail,
    .favorited-head-block .list-view {
        height: 70px
    }

    .favorites-container .main-table {
        margin-top: 70px
    }

    .listing-27 {
        margin-right: 10px
    }

    .logo-ham {
        width: 38%;
        text-align: var(--center)
    }

    .logo a {
        width: 34%
    }

    .table-heading1 h2 {
        font-size: 40px;
        line-height: 50px
    }

    .aventura-heading h2,
    .media-container h2,
    .stats-container h2,
    .available-condo-container h2 {
        font-size: 36px
    }

    h2.features-heading {
        font-size: 22px;
        line-height: 30px
    }

    .features-list li {
        font-size: 16px
    }

    .video-col h3 a {
        font-size: 24px;
        line-height: 34px
    }

    .tabs {
        width: 100%;
        max-width: 100%
    }

    .lucas-image {
        height: 460px;
        width: 440px
    }

    .img-wid {
        height: 350px
    }

    .luxury-a img {
        max-width: 35px
    }

    .condo-overlay {
        bottom: 70px
    }

    label.label-check,
    .neighborhood-form select,
    .filter-btn h6,
    form.luxury-neigh-list2 select,
    .luxury-condo-tab div,
    .property-s h4,
    .property-s2 h4,
    .property-s p,
    .property-sdropdown2 p,
    .property-search-container form.label-pos label,
    span.direct-results,
    .dd-menu li,
    .thumbnail2,
    .list-view2,
    .aventura-filter .bedrooms h6 {
        font-size: 14px
    }

    .property-search-div .sale-input-form input::-moz-placeholder {
        font-size: 15px
    }

    .property-search-div .sale-input-form input::placeholder {
        font-size: 15px
    }

    .property-search-container .property-s2 {
        padding: 19px 0 20px
    }

    .property-search-div .sale-input-form input {
        padding: 16px 15px
    }

    .property-search-container .luxury-neigh-list2 select {
        padding: 16px 10px
    }

    .thumbnail2.property-sdropdown2,
    .list-view2.property-sdropdown2 {
        padding: 18px 0
    }

    .luxury-condo-tab div {
        width: 12%
    }

    .luxury-condo-tab .all-filters {
        width: 14%;
        padding: 21px 8px
    }

    .construction-condos-container .luxury-a {
        padding: 15px 0
    }

    .luxury-condo-tab .bedrooms {
        padding: 24px 0 23px;
        width: 33%
    }

    .luxury-condo-tab .neighborhood-form {
        width: 19%
    }

    .luxury-condo-tab .thumbnail2 {
        padding: 22px 0
    }
}

@media(max-width: 1440px) {
    .banner {
        height: 600px
    }

    .dgt-slider video#autoplay {
        height: 600px
    }

    .main-page-container h2 {
        font-size: 45px
    }

    .owl-item-img {
        height: 500px
    }

    .section-content p {
        width: 90%
    }

    .mobile-img1 {
        height: 500px
    }

    .mobile {
        top: -20px;
        height: 530px
    }

    .new-property-search .condo-overlay {
        bottom: 130px;
        padding: 0 10px
    }
}

@media(max-width: 1439px) {
    .menu-list li a {
        font-size: 26px;
        line-height: 75px
    }

    .item-arrow {
        width: 20px;
        height: 20px
    }

    .bar1,
    .bar2,
    .bar3 {
        width: 34px
    }

    .image-overlay {
        height: 420px
    }

    .item1-p h3 {
        font-size: 20px;
        line-height: 28px
    }

    .lucas-content p {
        font-size: 18px;
        line-height: 33px
    }

    .lucas-content a {
        padding: 0 36px 0px 34px;
        font-size: 20px;
        line-height: 60px
    }

    .news-image-content h3 {
        font-size: 18px;
        line-height: 28px
    }

    .video-tab {
        display: var(--none)
    }

    .video iframe {
        height: 500px
    }

    .owl-two {
        display: block !important;
        position: var(--relative)
    }

    .thinking-img {
        height: 500px
    }

    .owl-two .item2-owl iframe {
        width: 100%;
        height: 300px
    }

    .item2-owl p {
        font-size: 15px;
        letter-spacing: 2px;
        line-height: 35px;
        color: var(--black)
    }

    .item2-owl h4 a {
        font-size: 20px;
        letter-spacing: 1px;
        line-height: 30px;
        color: var(--black);
        font-weight: 300
    }

    .item2-owl h4 a:hover {
        opacity: .7;
        transition: opacity .3s ease-in
    }

    .nav-button2.owl-next,
    .nav-button2.owl-prev {
        outline: var(--none) !important;
        border: 0 !important;
        background: rgba(0, 0, 0, 0) !important
    }

    .nav-button2.owl-next {
        position: var(--absolute);
        right: 0;
        top: -15px
    }

    .nav-button2.owl-prev {
        position: var(--absolute);
        left: 0;
        top: -15px
    }

    .owl-two .owl-nav {
        position: var(--absolute);
        width: 100%;
        height: 40px;
        top: 32%;
        bottom: 0;
        left: 0;
        right: 0
    }

    .videos-section {
        padding: 50px 0
    }

    .footer-section {
        padding: 0px 7% 0 10%
    }

    .footer-div1 h3 {
        line-height: 28px;
        font-size: 22px
    }

    .footer-div1 p,
    .input-search-div {
        margin-bottom: 40px
    }

    .footer-div2-img a img {
        width: 66%
    }

    .footer-div2 {
        padding: 50px 0 0 6%
    }

    .footer-copyright {
        padding-left: 8%
    }

    .footer-copyright p {
        width: 39%
    }

    li.llr-icon {
        width: 340px
    }

    .main-table td {
        font-size: 15px;
        padding: 20px 0
    }

    .sale-input-form input {
        padding: 13px
    }

    .thumbnail p,
    .list-view p {
        font-size: 16px;
        line-height: 22px
    }

    .table-associations {
        margin-bottom: 50px
    }

    div.global-settings-head h3 {
        font-size: 23px
    }

    .cross-bar1 {
        height: 25px;
        transform: rotate(-45deg) translate(6px, 13px)
    }

    .cross-bar2 {
        height: 25px;
        transform: rotate(45deg) translate(-5px, -24px)
    }

    .about-us-sub-menu li a {
        font-size: 18px;
        line-height: 30px
    }

    .neighborhood-container .main-table {
        margin-top: 10px
    }

    .six-factor {
        font-size: 17px
    }

    .disclaimer {
        font-size: 17px;
        line-height: 35px
    }

    .section-two-content {
        padding: 40px 0px 0 40px;
        width: 52%
    }

    .section-three-para {
        width: 85%
    }

    .section-three-para h3 {
        margin-bottom: 20px
    }

    .section-four-content {
        padding-left: 30px
    }

    .rent-image-div>img {
        min-height: auto
    }

    .bio-name .bio-para strong {
        font-size: 13px
    }

    .contact-info {
        padding-right: 10px
    }

    div#login .register-first-name {
        width: 70%
    }

    .remember-me {
        margin: 30px auto;
        width: 70%
    }

    .remember-me-checkbox {
        width: 100%
    }

    .login-cancel-div {
        width: 100%
    }

    .lost-password .input-search-div.register-first-name {
        width: 80%
    }

    .lost-password-btn-div {
        width: 80%
    }

    .register-btn {
        margin-top: 0
    }

    .register-form {
        padding-bottom: 0
    }

    .map-content .img-wid {
        height: 220px
    }

    .map-div-data {
        padding: 0px 10px
    }

    .map-content {
        row-gap: 30px
    }

    .map-content .luxury-stats1,
    .map-content .luxury-stats2 {
        font-size: 14px
    }

    .p-s-beds {
        padding: 26px 10px
    }

    .blog-container-content h1 {
        font-size: 32px;
        line-height: 40px
    }

    .blog-container-content {
        font-size: 18px
    }

    .blog-post-comment {
        margin: 20px auto 0
    }

    .media-container h2 {
        margin: 50px 0 30px
    }

    .change-plan-btn a {
        padding: 28px;
        font-size: 18px;
        line-height: 18px
    }

    .arts-stats-block1 h3 {
        font-size: 28px
    }

    .arts-color-boxes p {
        font-size: 32px;
        line-height: 36px
    }

    .arts-color-boxes h4 {
        font-size: 16px
    }

    .arts-common-stats-block span {
        font-size: 14px
    }

    .arts-stats-block2 h6 {
        font-size: 32px
    }

    .search-community-sale-container h2 {
        font-size: 48px
    }

    .condo-address h4 {
        line-height: 34px;
        font-size: 24px
    }

    .condo-address p {
        line-height: 26px;
        font-size: 16px
    }

    .partner-block {
        flex-direction: column
    }

    .partner-block {
        row-gap: 20px;
        padding: 40px 0
    }

    .partner-content {
        width: 100%;
        align-items: var(--center)
    }

    .partner-content p {
        text-align: var(--center);
        margin: 0 auto
    }

    .credits-container {
        margin: 50px auto;
        row-gap: 50px
    }

    .partner-image {
        height: 540px;
        background-color: rgba(0, 0, 0, 0);
        width: 80%
    }

    .favorites-container .condo-image {
        height: 330px
    }

    .mortgage-calculator h3 {
        font-size: 32px
    }

    a.p-icon {
        width: 28px
    }

    .pie-chart {
        width: 245px;
        height: 245px
    }

    .inner {
        width: 200px;
        height: 200px
    }

    .down-payment-dropdown h5 {
        font-size: 20px
    }

    .down-payment-dropdown input.to,
    .down-payment-dropdown input.from,
    .down-payment-dropdown .cash h6 {
        font-size: 16px
    }

    .property-details-container .featured-margin label {
        font-size: 14px
    }

    .property-details-container .features-list li {
        line-height: 26px
    }

    .property-details-container .contact-us-form {
        padding-left: 80px
    }

    .property-details-container .contact--form {
        margin: 20px 0
    }

    .property-details-container .input-search-div select {
        padding: 8px;
        font-size: 14px
    }

    .property-idx-container {
        margin-top: 50px
    }

    .property-details-container .contact-us-form h4 {
        font-size: 26px
    }

    .down-payment {
        padding: 14px
    }

    .mortgage-calculator h4 {
        margin-bottom: 30px;
        font-size: 24px
    }

    form.down-input2 {
        width: 35%
    }

    form.down-input1 {
        width: 65%
    }

    .currency-converter select,
    .currency-converter select option {
        line-height: 24px
    }

    .property-stats-block {
        row-gap: 18px
    }

    ul.pinfo1 {
        margin-top: 18px
    }

    .logo-ham {
        width: 37%
    }

    .main-page-container h2 {
        font-size: 42px;
        line-height: 48px
    }

    .property-content-block .luxury-slider .owl-item .items {
        height: 270px
    }

    .footer-div1 {
        padding: 50px 0
    }

    .aventura-filter .bedrooms {
        padding: 22px 0
    }

    .property-search-tab h4 {
        font-size: 22px;
        line-height: 22px
    }

    .tab-search-icon {
        width: 40px;
        margin-right: 5%;
        height: 40px
    }

    .three-tabs {
        padding: 20px 10px
    }

    .property-search-tab h5 {
        font-size: 14px;
        line-height: 18px
    }

    .all-filters-price label {
        font-size: 16px
    }

    .search-sale:hover p.search-tooltip {
        top: -260%
    }

    .item1 {
        height: 600px
    }

    .item1-p {
        bottom: 20px
    }

    .items-img {
        height: 280px
    }

    .item3,
    a.item4 {
        height: 280px;
        margin-top: 40px
    }

    .section-four-content p,
    .section-four-content p b {
        margin-bottom: 10px
    }

    p.section-four-btn-p {
        width: 220px
    }

    .section-four-content a {
        font-size: 18px;
        line-height: 52px
    }

    .press-logo:nth-child(3),
    .press-logo:nth-child(6) {
        padding-left: 0
    }

    .featured-container .sort-btn form.luxury-neigh-list2 {
        padding: 25px 0
    }

    .featured-filter {
        margin: 50px 0 30px
    }

    .aventura-filter .sort-btn form.luxury-neigh-list2 {
        padding: 25px 0
    }

    .menu-list-5 {
        max-height: 480px
    }

    .menu-list-5 .sale-input-form input::-moz-placeholder {
        font-size: 14px
    }

    .menu-list-5 .sale-input-form input,
    .menu-list-5 .sale-input-form input::placeholder {
        font-size: 14px
    }
}

@media(max-width: 1380px) {
    .features-content-container {
        padding: 20px;
        max-width: var(--none);
        width: 24.4%;
        margin-bottom: .8%
    }

    .features-content {
        display: var(--flex);
        -moz-column-gap: .8%;
        column-gap: .8%;
        flex-wrap: wrap
    }

    .features-list li {
        padding-left: 45px;
        position: var(--relative)
    }

    .menu-contain {
        padding: 14% 5%
    }

    .about-us-sub-menu li a {
        font-size: 18px;
        line-height: 30px
    }

    .blog-btn h2 {
        font-size: 40px;
        line-height: 50px
    }

    .contact-us-container h2 {
        font-size: 50px;
        line-height: 60px
    }

    .stats-container h3 {
        font-size: 35px;
        line-height: 40px;
        margin-bottom: 30px
    }

    .condo-container-heading {
        font-size: 35px
    }

    .homepage-container .owl-div .news-content {
        align-items: var(--end)
    }

    .homepage-container .owl-div .news-a {
        width: 35%;
        text-align: right
    }

    .my-prof-form {
        padding: 50px 40px;
        padding-left: 10px
    }

    .profile-form {
        row-gap: 25px
    }

    .profile-heading {
        margin: 30px 0
    }

    .saved-search,
    li.saved-date {
        font-size: 18px
    }

    li.saved-checkbox label {
        font-size: 18px
    }

    .meet-lucas-image {
        width: 30%
    }

    .meet-lucas-container .lucas-content {
        width: 60%
    }

    .search-community-sale-container h1 {
        font-size: 35px
    }

    .logo-ham {
        width: 32%;
        text-align: var(--center)
    }

    .review-content h2 {
        font-size: 38px;
        line-height: 60px
    }

    .arts-develop-container h2,
    .arts-container h2,
    .walk-score-container h2 {
        font-size: 38px
    }

    .logo a {
        width: 44%
    }

    .dropdown {
        font-size: 13px;
        line-height: 26px
    }

    .favorites-tabs ul.fav-main-tabs {
        width: 100%
    }

    .section-content {
        margin: 40px auto 0
    }

    .section-content a {
        line-height: 66px
    }

    .lucas-image {
        height: 400px;
        width: 380px
    }

    .property-details-container .features-content-container {
        max-width: 32%;
        width: 100%
    }

    .mortgage-calculator {
        margin: 30px 0
    }

    .property-slider-row {
        margin: 20px 0 50px
    }

    .featured-prop-tab {
        margin-bottom: 40px
    }

    .available-flooring-dropdown {
        max-height: 200px
    }

    .bio-name .bio-para,
    .bio-name .bio-para span {
        -webkit-line-clamp: 4
    }

    .thumbnail2::after,
    .thumbnail::after,
    .thumbnail2:hover::after,
    .thumbnail:hover::after {
        width: 16px;
        height: 16px
    }
}

@media(max-width: 1270px) {
    .news-image1 {
        width: 100%
    }

    .news-divs {
        flex-wrap: wrap;
        row-gap: 30px
    }

    .news-image2 {
        width: 49%;
        height: 500px
    }

    .menu-list li a {
        font-size: 22px;
        line-height: 70px
    }

    .lucas-content h2 {
        padding: 0px 0 20px 0
    }

    .lucas-content p {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 30px
    }

    .lucas-content a {
        padding: 0 30px 0px 30px;
        font-size: 16px;
        line-height: 56px
    }

    .item h3 {
        font-size: 22px;
        line-height: 35px;
        margin-top: 10px;
        text-align: var(--center)
    }

    .video-head {
        width: 100%
    }

    .mobile-tab img {
        width: 80%
    }

    .mobile-tab {
        margin-left: 0
    }

    .mobile {
        right: 17%;
        top: -25px
    }

    .videos-section {
        display: var(--block);
        width: 100%;
        overflow: hidden;
        padding-top: 75px
    }

    .item1 {
        width: 100%
    }

    .item2 {
        width: 100%;
        margin-top: 35px;
        margin-bottom: 70px
    }

    .items-img {
        height: 600px
    }

    .items {
        display: var(--flex);
        justify-content: var(--space-between)
    }

    .item3,
    a.item4 {
        width: 48%;
        height: 400px
    }

    .item4 {
        margin-left: 0;
        width: 49% !important
    }

    .item2-owl p {
        margin-top: 15px
    }

    .input-search-div input[type=email]::-moz-placeholder {
        font-size: 15px;
        letter-spacing: 1px;
        line-height: 22px;
        text-transform: var(--none)
    }

    .input-search-div input[type=email]::placeholder {
        font-size: 15px;
        letter-spacing: 1px;
        line-height: 22px;
        text-transform: var(--none)
    }

    .footer-section {
        padding: 0 30px 0 45px
    }

    .footer-div2 {
        padding: 55px 0 0 35px
    }

    .footer-div1 h3 {
        font-size: 20px;
        line-height: 25px
    }

    .footer-div1 p a {
        font-size: 14px
    }

    .footer-div1 p {
        font-size: 15px;
        margin-bottom: 40px
    }

    .input-search-div {
        margin-bottom: 40px
    }

    .footer-div2 ul li a {
        font-size: 14px
    }

    .footer-copyright {
        padding: 17px;
        justify-content: space-around;
        display: var(--flex);
        align-items: var(--center)
    }

    .footer-copyright p {
        font-size: 14px;
        margin: 0
    }

    .news-image-content p {
        font-size: 15px;
        line-height: 25px
    }

    .news-image-content a {
        font-size: 15px;
        line-height: 25px
    }

    .nav-button2.owl-prev img,
    .nav-button2.owl-next img {
        width: 70%
    }

    .videos-section a {
        font-size: 18px
    }

    .global-settings-tab {
        width: 40%
    }

    .global-wid {
        width: 100%
    }

    .luxury-condos-list a.luxury-stats1,
    .luxury-condos-list a.luxury-stats2 {
        font-size: 16px
    }

    .neigh-image-a {
        font-size: 14px
    }

    .thumbnail-display.active .main-table {
        overflow: hidden
    }

    .thumbnail-display,
    .list-display {
        display: var(--none)
    }

    .thumbnail-display.active,
    .list-display.active {
        display: var(--block)
    }

    label.label-check {
        padding-right: 20px
    }

    .about-us-sub-menu li a {
        font-size: 18px;
        line-height: 30px
    }

    .about-us-menu .about-us-sub-menu {
        bottom: -80%;
        width: 60%
    }

    .blog-overlay {
        width: 48%
    }

    .sticky-table {
        position: sticky;
        top: 0
    }

    .disclaimer {
        font-size: 17px
    }

    .inner-para-section p.inner-para-paragraph {
        margin: 20px 0
    }

    .inner-para-heading::before {
        right: 20px;
        width: 2px;
        height: 20px;
        top: 17px
    }

    .inner-para-heading::after {
        right: 8px;
        width: 20px;
        top: 15px;
        height: 2px
    }

    .inner-para-heading.active::before {
        height: 20px;
        right: 16px;
        top: 15px
    }

    .six-factor {
        font-size: 17px;
        margin: 40px 0 50px
    }

    .about-us-font-size h2 {
        font-size: 40px;
        line-height: 60px
    }

    .about-us-font-size p,
    .about-us-font-size p b {
        font-size: 16px;
        line-height: 30px
    }

    .about-us-font-size h3 {
        font-size: 40px;
        line-height: 50px
    }

    .questions-heading {
        font-size: 18px
    }

    .questions-accordion {
        padding: 40px;
        padding-bottom: 0
    }

    .contact-us-div-lucas {
        flex-direction: column;
        row-gap: 50px;
        margin-top: 30px
    }

    .contact-us-container .about-us-paragraph p {
        width: 100%
    }

    .contact-us-lucas,
    .contact-us-form {
        width: 100%;
        position: var(--relative)
    }

    .contact-us-form {
        padding: 30px
    }

    .contact-us-lucas-img {
        height: auto;
        width: 46%
    }

    .wp-thumbs-list-information {
        align-items: flex-start;
        flex-direction: column;
        row-gap: 6px
    }

    p.walkscore-description {
        width: 100%
    }

    .wpwalkscore ul {
        width: 70%
    }

    .tabs-content {
        padding: 0
    }

    a.tabs-content img {
        -o-object-fit: var(--cover);
        object-fit: var(--cover);
        height: auto
    }

    .floor-plan-table table {
        width: 100%;
        max-width: 1200px;
        overflow: scroll;
        display: var(--block)
    }

    .change-plan-btn a {
        padding: 25px
    }

    .floor-plan-table th {
        font-size: 14px
    }

    .floor-plan-table td {
        padding: 10px;
        font-size: 12px
    }

    .media-container h3 {
        font-size: 35px;
        line-height: 45px
    }

    .media-video li {
        width: 49%
    }

    .arts-stats-block1 h3 {
        font-size: 23px;
        line-height: 24px
    }

    .arts-container h2 {
        font-size: 45px
    }

    .arts-map {
        min-height: 610px
    }

    .arts-stats-block1 h3 {
        margin-bottom: 15px
    }

    .arts-map {
        min-height: 628px
    }

    .ae-develop-thumb a.neigh-image-stats2.luxury-stats2,
    .ae-develop-thumb .luxury-condos-list a.luxury-stats1,
    .ae-develop-thumb .luxury-stats-tab.ae-thum-color-boxes p {
        font-size: 16px
    }

    .thumbnail-condo-track p {
        font-size: 18px
    }

    .homepage-container .owl-div .news-a {
        width: 38%
    }

    .footer-credit a {
        margin-left: 90px;
        font-size: 14px
    }

    .footer-credit {
        -moz-column-gap: 50px;
        column-gap: 50px
    }

    .partner-content h4 {
        font-size: 20px;
        line-height: 25px
    }

    .partner-content h2 {
        line-height: 55px;
        font-size: 45px
    }

    .partner-content p {
        font-size: 16px;
        line-height: 32px;
        margin: 0
    }

    .partner-content h3 a {
        font-size: 24px;
        line-height: 26px
    }

    .logo-ham {
        width: 28%
    }

    .logo a {
        width: 50%
    }

    .fav-user-details h1 {
        font-size: 34px
    }

    .fav-user-details p a {
        font-size: 20px
    }

    .fav-user-details {
        margin-bottom: 20px
    }

    .favorites-tabs .tab-link {
        font-size: 20px
    }

    .favorites-heading-block {
        padding-bottom: 50px
    }

    .my-fav-block ul.fav-tabs {
        margin-top: 40px
    }

    li.fav-tab-link {
        padding: 20px 20px;
        font-size: 18px;
        line-height: 22px;
        width: unset
    }

    .favorited-head-block .thumb-list {
        width: unset
    }

    .favorited-head-block .thumbnail,
    .favorited-head-block .list-view {
        height: unset;
        padding: 20px
    }

    .favorites-container h2 {
        font-size: 40px
    }

    .favorited-results p {
        font-size: 22px;
        line-height: 20px;
        width: 10.5%
    }

    .favorites-container .image-rent-box {
        margin-top: 60px
    }

    .condo-address h4 {
        line-height: 32px;
        font-size: 22px
    }

    .favorites-container .rent-image-div a {
        font-size: 15px;
        line-height: 65px;
        padding: 10px
    }

    .image-rent-listing p.listing-percentage,
    .image-rent-listing p {
        font-size: 15px;
        line-height: 29px
    }

    .favorites-container .rent-image-div4-a {
        font-size: 16px;
        line-height: 50px
    }

    .favorites-container .thumbnail::after,
    .favorites-container .thumbnail:hover::after {
        content: "";
    }

    .image-rent-listing {
        margin: 0px auto 0
    }

    .property-slider-row {
        flex-direction: column;
        row-gap: 10px;
        align-items: var(--end)
    }

    ul.pinfo1 {
        margin-top: 10px
    }

    .property-slider-block {
        width: 100%
    }

    .property-stats-block {
        width: 100%;
        row-gap: 10px
    }

    .mortgage-column {
        flex-direction: column;
        row-gap: 30px
    }

    .payment-column {
        width: 100%
    }

    .mortgage-head-block {
        width: 100%
    }

    .property-details-container .aventura-map {
        margin: 50px 0
    }

    .wpwalkscore ul li h4 {
        font-size: 18px;
        line-height: 30px
    }

    .number h3 {
        font-size: 22px;
        line-height: 36px
    }

    .property-details-container .contact-us-form {
        padding-left: 30px
    }

    ul.pinfo1 li img,
    ul.pinfo1 li.pinfo1li3 img {
        width: 28px
    }

    .currency-converter select {
        background-position: 98%
    }

    form.down-input1 {
        width: 80%
    }

    ul.pinfo1 li {
        padding-left: 18%
    }

    .mobile-none {
        display: var(--none)
    }

    .prop-btn {
        justify-content: var(--end);
        -moz-column-gap: 10px;
        column-gap: 10px
    }

    .property-content-block .luxury-condos-list {
        width: 100%
    }

    .property-content-block .luxury-slider .owl-item .items {
        height: 320px
    }

    .property-content-block .luxury-a {
        padding: 8px 0
    }

    .property-content-block .luxury-a img {
        max-width: 16%
    }

    .property-content-block a.luxury-stats1,
    .property-content-block a.luxury-stats2 {
        font-size: 14px;
        line-height: 25px
    }

    .property-map-view,
    .property-content-block {
        height: 500px
    }

    .prop-btn {
        width: 40%
    }

    .property-filter-col .search-property {
        width: 60%
    }

    .wp-thumbs-list-information p,
    a.download-excel {
        font-size: 16px
    }

    .search-sale:hover p.search-tooltip {
        top: -200%;
        width: 100%
    }

    .tabs-container .owl-item .tabs-content img {
        width: 30px
    }

    .carousel-heading h1 {
        font-size: 28px;
        line-height: 28px
    }

    .lucas-image {
        height: 380px;
        width: 350px
    }

    .lucas-img {
        width: 100%;
        -moz-column-gap: 2%;
        column-gap: 2%
    }

    .main-table {
        margin-top: 20px
    }

    .market-stats-container .main-table {
        margin-top: 40px
    }

    .market-stats-tab {
        margin-top: 20px
    }

    .new-property-search .condo-overlay {
        bottom: 124px
    }

    .carousel-heading {
        top: -69px
    }

    .property-search-div {
        width: 22%
    }

    .grid-view-property {
        display: block
    }

    .property-search-div .sale-input-form,
    .dropdown-for-sale.dropdown-for-sale5.property-s {
        border-bottom: 1px solid var(--black)
    }

    .grid-view-property .grid-view {
        border: var(--none);
        padding: 16px 10px 17px;
        border-top: 1px solid var(--black);
        border-bottom: 1px solid var(--black)
    }

    .property-search-container .luxury-neigh-list2 select {
        padding: 15px 10px 14px
    }

    .property-search-container .property-s2 {
        padding: 18px 0
    }

    .featured-container .property-sdropdown.grid-view-property {
        width: 100%;
        border: var(--none)
    }

    .featured-container .grid-view-property .grid-view {
        padding: 22px 8%;
        border: var(--none);
        width: 100%
    }

    .featured-container .grid-view-property .grid-view div,
    .featured-container.property-search-container {
        border: var(--none)
    }

    .featured-container .grid-view-property .dd-menu6 {
        z-index: 9991;
        top: 100%;
        width: 100%
    }

    .featured-container .grid-view-property .grid-view div {
        width: 16px
    }

    .featured-container .grid-view-property .thumbnail2,
    .featured-container .grid-view-property .list-view2 {
        width: 100%;
        padding: 20px 0px
    }

    .featured-container.property-search-container {
        display: var(--block)
    }

    .contact-message-2 {
        justify-content: unset;
        -moz-column-gap: 10px;
        column-gap: 10px
    }

    .property-tab-section {
        margin-bottom: 50px
    }

    .for-associations-container .paragraph-section {
        margin: 40px 0
    }

    .custom-model-wrap {
        width: 90%
    }

    .luxury-condo-label {
        align-items: start;
        flex-direction: column
    }

    .custom-model-wrap .all-filters-price {
        max-height: 400px;
        overflow-y: scroll;
        margin: 20px auto
    }

    .custom-model-wrap form {
        width: 48%
    }

    .featured-container .flooring-type {
        width: 48%
    }

    .aventura-filter .bedrooms {
        width: 52%
    }

    .aventura-filter div {
        width: 16%
    }

    .aventura-filter .bedroom-form {
        justify-content: start;
        display: flex
    }

    .grid-view-property .list-view2 {
        border-top: 1px solid
    }

    .luxury-condo-tab .thumbnail2 {
        padding: 23px 0 24px
    }

    .luxury-condo-tab div {
        width: 10%
    }

    .luxury-condo-tab .bedrooms {
        width: 37%
    }
}

@media(max-width: 1200px) {
    .aventura-heading {
        margin-top: 50px;
        padding-bottom: 50px
    }

    .features-content {
        -moz-column-gap: .8%;
        column-gap: .8%
    }

    .features-content-container {
        width: 49.6%
    }

    .features-content-container {
        padding: 30px
    }

    .virtual-tab-select .all-filters-price select {
        width: 100% !important
    }

    .virtual-tab-select .all-filters-price form {
        width: 30%
    }

    .meet-bio {
        width: 48%
    }

    .photo-bio {
        -moz-column-gap: 0;
        column-gap: 0;
        justify-content: var(--space-between);
        align-items: flex-start;
        row-gap: 50px
    }

    .stats-container h3 {
        font-size: 32px
    }

    .price-graph,
    .rental-history-graph {
        min-height: 400px
    }

    .blog-post-comment .contact-btn {
        width: 35%;
        font-size: 18px;
        line-height: 65px
    }

    .ae-develop-thumb .rent-image-div3 p {
        font-size: 18px
    }

    .partner-image {
        width: 60%;
        height: 400px
    }

    .search-community-sale-container h1 {
        text-align: var(--center)
    }

    .condos-sale-community {
        flex-direction: column
    }

    .search-community-sale-container .condos-sale-community {
        flex-direction: column;
        position: relative
    }

    .condos-sale-community .news-a {
        margin-top: 10px
    }

    .logo-ham {
        width: 24%
    }

    .logo a {
        width: 55%
    }

    .features-content-container a {
        margin-left: 75px;
        margin-top: 10px
    }

    .phone-directory .phone-span {
        margin: 0;
        width: unset;
        display: unset
    }

    .phone-directory .phone-span a {
        margin: 0
    }

    .news-a-img-arrow {
        width: 25px
    }
}

@media(max-width: 1150px) {
    #search-input:focus {
        background: var(--black)
    }

    #search-input:focus .button-search-img {
        filter: grayscale(100%) brightness(0%) contrast(0.9);
        opacity: 1
    }

    .button-search.input-active,
    .button-search:focus,
    .button-search {
        background: var(--none);
        outline: var(--none);
        border: var(--none)
    }

    .search-icon2 img:nth-child(1) {
        width: 27px;
        cursor: pointer
    }

    .button-search.input-active>img {
        width: 20px
    }

    .input-button-div {
        position: var(--absolute);
        width: 100%;
        left: 0;
        top: 100%;
        display: var(--none)
    }

    .input-active {
        display: block !important
    }

    .button-search {
        position: var(--absolute);
        right: 10px;
        top: 10px
    }

    .input-tab-search::after {
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        content: ""
    }

    .search-up,
    .black-menu {
        background: var(--black)
    }

    .hamburgerr {
        padding: 0;
        border: var(--none);
        transition: .3s;
        position: var(--relative);
        z-index: 1
    }

    .logo a img {
        position: var(--relative);
        z-index: 2
    }

    .navbarr-mobile {
        display: contents;
        position: var(--absolute);
        top: 0;
        width: 100%
    }

    .navbarr {
        display: var(--none)
    }

    .navbar-logo-tab {
        display: var(--flex);
        justify-content: var(--space-between);
        border-bottom: 1px solid var(--white);
        padding: 0px 0 0 16px;
        align-items: var(--center);
        position: var(--relative);
        background-color: var(--black);
        z-index: 9
    }

    .nav {
        -webkit-clip-path: circle(25px at 109% 45px);
        clip-path: circle(25px at 109% 45px)
    }

    .open-ul {
        -webkit-clip-path: circle(75%);
        clip-path: circle(75%)
    }

    .nav-icons {
        display: var(--flex);
        align-items: var(--center);
        justify-content: var(--end);
        width: 50%;
        -moz-column-gap: 30px;
        column-gap: 30px;
        margin-right: 20px
    }

    .nav:before,
    .nav:after {
        content: "";
        border-bottom-left-radius: 200%;
        transform: translateX(100%) translateY(-100%)
    }

    .search-close {
        display: var(--none);
        width: 25px;
        cursor: pointer
    }

    .nav-icons a {
        width: 25px
    }

    .sub-nav1 {
        display: var(--flex);
        align-items: var(--center);
        width: 100%;
        border-bottom: 1px solid var(--white);
        position: fixed
    }

    .globel,
    .contact-us {
        width: 100%;
        padding: 10px 0;
        display: var(--flex);
        justify-content: var(--center);
        border: var(--none)
    }

    .sub-nav1 div {
        width: 50%
    }

    .globel {
        border-right: 1px solid var(--white)
    }

    .globel p,
    .contact-us p {
        font-size: 14px
    }

    .sticky-mob .sub-nav1,
    .sticky-mob .sub-nav2 {
        display: var(--none)
    }

    .logo-mob a img {
        width: 100%;
        padding: 6px 0 2px
    }

    .input-search {
        position: var(--absolute);
        background: var(--black);
        padding: 15px 0px;
        width: 100%;
        top: 100%;
        border: 1px solid rgba(0, 0, 0, 0);
        border-bottom: 1px solid var(--white);
        right: 0;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, .2);
        animation-name: input-anim;
        animation-duration: .5s;
        outline: var(--none);
        text-transform: var(--none);
        color: var(--white);
        padding-left: 10px
    }

    @keyframes input-anim {
        0% {
            width: 0
        }

        100% {
            width: 100%
        }
    }

    .input-search::-moz-placeholder {
        background: var(--none);
        border: var(--none);
        outline: var(--none);
        opacity: 1;
        font-size: 18px;
        letter-spacing: 1px;
        line-height: 24px;
        color: var(--white);
        font-weight: 300;
        display: var(--inline-block)
    }

    .input-search::placeholder {
        background: var(--none);
        border: var(--none);
        outline: var(--none);
        opacity: 1;
        font-size: 18px;
        letter-spacing: 1px;
        line-height: 24px;
        color: var(--white);
        font-weight: 300;
        display: var(--inline-block)
    }

    .input-search-div input::-moz-placeholder {
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 40px;
        color: var(--white);
        font-family: "Neue Haas Grotesk Display Pro";
        text-transform: var(--none)
    }

    .input-search-div input::placeholder {
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 40px;
        color: var(--white);
        font-family: "Neue Haas Grotesk Display Pro";
        text-transform: var(--none)
    }

    .search-icon2 {
        display: var(--block)
    }

    @keyframes ham-anim {
        0% {
            width: 0
        }

        100% {
            width: 25%
        }
    }

    .input-active {
        display: var(--block)
    }

    .input-closed {
        display: var(--none)
    }

    .cross-bar1 {
        height: 22px;
        transform: rotate(-45deg) translate(4px, 15px)
    }

    .cross-bar2 {
        height: 22px;
        transform: rotate(45deg) translate(-1px, -20px)
    }

    div.global-settings-head h3,
    .contact-us-tab-head h3 {
        font-size: 21px
    }

    .global-settings-tab h5,
    .contact-us-tab h5 {
        font-size: 18px
    }

    .language .lang-list ul>li>a,
    .call-us-at p,
    .message-tab-a,
    .email-tab .label-check {
        font-size: 16px;
        line-height: 22px
    }

    .curr-list select {
        font-size: 16px
    }

    .sale-input-form {
        width: 380px
    }

    .sale-input-form input {
        padding: 15px
    }

    .condo-container-heading {
        font-size: 27px;
        margin-bottom: 30px;
        line-height: 27px
    }

    .table-associations th,
    .table-associations td a,
    .table-associations td {
        line-height: 24px
    }

    .rent-image-div p,
    .rent-image-div a {
        font-size: 14px;
        line-height: 50px
    }

    div.neigh-image.div>p,
    .div-neigh>p {
        line-height: 22px;
        margin-top: 15px
    }

    .nav-neigh {
        width: 35%
    }

    .tabs-content p {
        font-size: 14px
    }

    .about-us-menu .about-us-sub-menu {
        bottom: -90%;
        width: 70%
    }

    .about-us-sub-menu li a {
        font-size: 18px;
        line-height: 30px
    }

    .tab-container {
        width: 60%;
        left: 20%
    }

    .tab-link {
        font-size: 20px;
        line-height: 30px;
        padding: 15px 0
    }

    .review-content .contact-btn {
        width: 24%;
        font-size: 18px;
        line-height: 65px
    }

    .review-content h5 {
        font-size: 28px
    }

    .blog-container-image {
        width: 100%;
        height: 500px
    }

    .blog-post-comment .contact-btn {
        width: 35%;
        font-size: 18px;
        line-height: 65px
    }

    .arts-map {
        min-height: 668px
    }

    .homepage-container .owl-div .news-content {
        flex-direction: column;
        align-items: unset
    }

    .homepage-container .owl-div .news-a {
        width: 100%
    }

    .image-rent-box div.neigh-image-stats h6,
    .neigh-image-a p:first-child {
        font-size: 20px;
        line-height: 20px
    }

    .condo-address p {
        line-height: 26px
    }

    .condo-mci-rank p {
        line-height: 22px;
        font-size: 14px
    }

    .condo-overlay-heading {
        width: 50%;
        font-size: 16px
    }

    .condo-mar .main-table {
        margin: 0
    }

    .logo-mob {
        width: 130px
    }

    .my-fav-block .rent-btn-img {
        margin-bottom: 0px
    }

    ul.saved-address-list {
        flex-direction: column;
        align-items: var(--center);
        width: 30%;
        border: var(--none);
        padding: 0;
        text-align: var(--center)
    }

    .saved-addresses {
        display: var(--flex);
        border: 1px solid #b9b9b9;
        border-bottom: var(--none)
    }

    ul.saved-listing {
        flex-direction: column;
        align-items: var(--center);
        width: 70%;
        border: var(--none);
        padding: 0;
        text-align: var(--center);
        border-left: 1px solid #b9b9b9
    }

    ul.saved-address-list .saved-20,
    ul.saved-listing .saved-20,
    ul.saved-listing .saved-listing-one,
    ul.saved-address-list .saved-one {
        width: 100%;
        text-align: var(--center);
        align-items: var(--center);
        justify-content: var(--center);
        height: 70px;
        display: var(--flex)
    }

    .saved-search,
    li.saved-date,
    ul.saved-address-list .saved-20,
    ul.saved-listing .saved-20,
    ul.saved-listing .saved-listing-one,
    ul.saved-address-list .saved-one {
        font-size: 18px;
        line-height: 30px
    }

    .y-n-checkbox::before {
        font-size: 18px;
        line-height: 43px
    }

    .saved-addresses ul li {
        border-bottom: 1px solid #b9b9b9;
        width: 100%;
        height: 70px;
        text-align: var(--center);
        display: var(--flex);
        align-items: var(--center);
        justify-content: var(--center)
    }

    li.saved-checkbox.saved-20 {
        text-align: left
    }

    .upload-pic .register-btn a {
        font-size: 14px;
        padding: 14px 0
    }

    .profile-form .register-btn a {
        padding: 14px 60px;
        font-size: 14px
    }

    .profile-form .input-search-div label {
        font-size: 14px
    }

    .profile-form .input-search-div input {
        font-size: 16px
    }

    .contact--form .input-search-div input {
        padding: 6px 0
    }

    .profile-password h4 {
        font-size: 20px;
        line-height: 24px;
        margin: 30px 0
    }

    .favorites-container .rent-image-div3 p {
        line-height: 50px
    }

    .my-fav-block .condo-mci-rank {
        top: 10px
    }

    .profile-form p {
        font-size: 14px;
        line-height: 14px
    }

    .my-fav-block .icon-heart-neigh {
        right: 4%;
        top: 3%
    }

    p.pass-hint {
        font-size: 12px;
        line-height: 16px
    }

    .my-prof-form {
        padding: 50px 40px 0;
        padding-left: 10px
    }

    .my-acc-drop-down {
        right: 12px;
        width: 200px;
        z-index: 9
    }

    .login-account {
        width: 50px
    }

    .aventura-heading h2,
    .media-container h2,
    .stats-container h2,
    .available-condo-container h2 {
        font-size: 35px
    }

    .media-container h2 {
        margin: 30px 0
    }

    .property-filter-col .search-property,
    .prop-btn {
        width: 50%
    }

    .aventura-tab-row {
        top: 90px
    }

    .favorites-heading-block {
        padding: 58px 60px 78px
    }

    .favorites-tabs .tab-link {
        font-size: 18px
    }

    .arts-develop-container .neigh-bar.neigh-sticky {
        top: 150px
    }

    body.aventura-body .hamburgerr {
        border-left: var(--none)
    }

    .available-condo-container .neigh-bar.neigh-sticky,
    .stats-container .neigh-bar.neigh-sticky {
        top: 151px
    }

    .three-tabs {
        width: 32.5%
    }

    .property-search-tab h5 {
        font-size: 12px;
        line-height: 15px;
        margin-top: 6px
    }

    .property-search-tab h4 {
        font-size: 18px;
        line-height: 20px
    }

    .carousel-heading h1 {
        font-size: 26px;
        line-height: 18px
    }

    .property-header .sub-nav1 {
        background: var(--black);
        border: var(--none)
    }

    .head-black .header .sub-nav1 {
        background: #000
    }

    .transparent-header .header .sub-nav1 {
        background: rgba(0, 0, 0, 0)
    }

    .menu-list-5 {
        max-height: unset;
        height: unset;
        overflow-y: unset;
        width: 100%
    }

    .bath-numbers {
        justify-content: start
    }

    .popup-close-menu5 {
        margin: 10vh auto 0;
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: flex-start;
        -moz-column-gap: 10px;
        column-gap: 10px;
        row-gap: 20px;
        background: #fff;
        padding: 20px;
        position: relative;
        overflow-y: scroll;
        width: 100%;
        margin: 0;
        background: unset;
        position: unset;
        max-height: 100%
    }

    .dd-menu.dd-menu5 {
        top: 0;
        width: 100%;
        left: 0;
        right: 0;
        height: 100%;
        z-index: 9999;
        background: #fff;
        position: fixed;
        max-width: 100%
    }

    .p-minmax-dropdown {
        width: 100%;
        padding: 10px;
        padding-bottom: 0
    }

    .price-min-max {
        width: 500px
    }

    form.price-min,
    form.price-max {
        width: 50%
    }

    form.price-min select,
    form.price-max select {
        padding: 12px;
        padding-left: 4px
    }

    input.range-to,
    input.range-from {
        width: 47%
    }

    .new-property-search {
        margin: 25px auto 0
    }

    ul.development-list-heading {
        top: 90px
    }

    .neigh-image h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px
    }

    .luxury-a img {
        max-width: 30px
    }

    .condo-overlay {
        bottom: 65px
    }

    .neigh-bar.neigh-sticky {
        top: 90px
    }

    .stats-table-head {
        top: 170px
    }

    .neighborhood-form select,
    .market-stats-tab .all-filters select {
        font-size: 14px
    }

    .stats-table-row th,
    .stats-table-row td {
        padding: 18px 3px !important
    }

    .owl-div-3030 {
        margin-top: 16px
    }

    .blog-col {
        padding-top: 80px
    }

    .section-four-head {
        padding: 0
    }

    .carousel-heading {
        top: -59px
    }

    .aventura-heart-3030 {
        top: 150px
    }

    .aventura-heart-3030 .heart-3030-img {
        width: 30px;
        height: 30px
    }

    .new-virtual-filter .all-filters {
        width: 20%
    }

    .new-virtual-filter .color-filter span {
        margin-left: 10px
    }

    .furnished-type-container {
        width: 47%
    }

    .luxury-condo-tab .all-filters {
        padding: 21px 1%;
        width: 13.5%
    }

    .neighborhood-form select,
    .market-stats-tab .all-filters select {
        padding: 0 5%
    }

    .bedrooms h6 {
        padding-left: 14px
    }

    .bedrooms .bedroom-form form {
        padding-left: 25px
    }

    .luxury-condo-tab .bedrooms h6 {
        padding-left: 10px
    }

    .luxury-condo-tab .bedrooms {
        width: 37.5%
    }

    .list-view2::after,
    .list-view::after {
        width: 18px;
        height: 18px
    }

    .aventura-filter .bedroom-form form {
        padding-left: 0
    }
}

@media(max-width: 1025px) {
    .development-list .desk-display {
        display: var(--none)
    }

    .development-list .mob-display {
        display: var(--block)
    }

    .about-us-sub-menu li a {
        font-size: 18px;
        line-height: 30px
    }

    .menu-contain {
        display: var(--flex);
        flex-direction: column;
        text-align: var(--center);
        align-items: var(--center);
        padding: 20vh 0 10vh
    }

    .nav {
        overflow-y: scroll
    }

    .inner-para-heading {
        font-size: 17px
    }

    .image-rent-box {
        row-gap: 30px
    }

    li.fav.list-content {
        width: 12%;
        display: var(--flex)
    }

    ul.development-list-heading {
        display: var(--none)
    }

    .development-list-data {
        flex-wrap: wrap;
        align-items: flex-start
    }

    .development-list-data li.address {
        width: 50%;
        border: var(--none)
    }

    .development-list-data li.price.list-content {
        width: 25%;
        border-left: 1px solid #bababa;
        display: var(--flex);
        align-items: var(--center);
        justify-content: var(--center)
    }

    .development-list-data li h5 {
        font-size: 14px;
        display: var(--block);
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        padding: 0 5px
    }

    .development-sub-list .price {
        width: 20%;
        border-bottom: 1px solid #bababa
    }

    .development-sub-list li.pr,
    .development-sub-list li.beds,
    .development-sub-list li.baths,
    .development-sub-list li.living-size {
        width: 25%;
        border-bottom: 1px solid #bababa
    }

    .development-sub-list li.living-size,
    .development-sub-list li.development {
        border-right: var(--none)
    }

    .development-sub-list li.price-sf,
    .development-sub-list li.build-year,
    .development-sub-list li.development {
        width: 33.33%
    }

    .development-list-data {
        margin: 0px
    }

    .development-list-data li {
        height: 70px
    }

    li.development-li {
        height: 140px;
        padding: 0;
        display: var(--none);
        width: 100%;
        border-top: 1px solid #bababa
    }

    .development-sub-list {
        position: var(--absolute);
        top: 0;
        width: 100%;
        display: var(--flex);
        left: 0;
        flex-wrap: wrap
    }

    .address-cross::before,
    .address-cross::after {
        content: "";
        position: var(--absolute);
        top: 50%;
        background-color: var(--black);
        transition: all .3s
    }

    .address-cross::before {
        left: 50%;
        width: 2px;
        height: 20px;
        margin-top: -10px;
        transform: translate(-50%, 0px) rotate(0deg)
    }

    .address-cross::after {
        left: 50%;
        width: 20px;
        height: 2px;
        margin-top: -2px;
        transform: translate(-50%, 1px) rotate(0deg)
    }

    .address-cross.active::before {
        transform: rotate(90deg);
        height: 20px;
        left: 50%;
        top: 50%
    }

    .address-cross.active::after {
        transform: translate(-9px, 1px) rotate(180deg);
        width: 20px;
        left: 50%;
        top: 50%
    }

    .development-list-data .address a {
        font-size: 16px;
        line-height: 30px
    }

    .mobile-list-heading {
        width: 100%;
        display: var(--flex);
        align-items: var(--center);
        justify-content: var(--end);
        background: #f90;
        position: sticky;
        top: 20%;
        z-index: 9
    }

    .mobile-list-heading li.address {
        margin: 0;
        border-right: var(--none);
        border-top: var(--none);
        padding: 14px 0;
        width: 50%
    }

    .mobile-list-heading li.fav {
        width: 12%
    }

    .mobile-list-heading li.price {
        border: 1px solid #bababa;
        border-top: var(--none);
        padding: 14px 0;
        width: 25%
    }

    .development-list .mobile-list-heading li.fav {
        padding: 10px 0;
        display: var(--flex)
    }

    .mobile-list-heading li.pr,
    .mobile-list-heading li.beds,
    .mobile-list-heading li.baths {
        width: 16%;
        border: 1px solid #bababa;
        border-right: var(--none);
        border-top: var(--none);
        padding: 14px 0
    }

    .available-condo-container ul.development-list-data {
        flex-direction: row;
        width: 100%;
        display: var(--flex);
        position: var(--relative)
    }

    .available-condo-container .development-list-data li.baths {
        width: 16%;
        border: var(--none)
    }

    .available-condo-container .development-list-data li.beds,
    .available-condo-container .development-list-data li.pr,
    .available-condo-container .development-list-data li.baths {
        padding: 0;
        margin: 0;
        display: var(--flex);
        align-items: var(--center);
        justify-content: var(--center);
        width: 16%
    }

    .available-condo-container .development-list-data li.price {
        width: 20%
    }

    .available-condo-container .development-list-data li.address {
        width: 19%;
        border: var(--none);
        border-right: 1px solid #bababa
    }

    .available-condo-container .development-li {
        width: 100%;
        border-top: 1px solid #bababa
    }

    .available-condo-container .development-sub-list li.living-size,
    .available-condo-container .development-list-data li.price-sf,
    .available-condo-container .development-list-data li.sqft-sf,
    .available-condo-container .development-list-data li.furnished-sf,
    .available-condo-container .development-list-data li.build-year,
    .available-condo-container .development-list-data li.development,
    .available-condo-container .development-sub-list li.fav {
        width: 25%;
        display: var(--flex);
        align-items: var(--center);
        justify-content: var(--center);
        flex-direction: column
    }

    .available-condo-container .development-list-data li.furnished-sf {
        border-right: var(--none);
        border-bottom: 1px solid #bababa
    }

    .available-condo-container .development-sub-list li.living-size {
        border-right: 1px solid #bababa
    }

    .available-condo-container .development-list-data li.price-sf,
    .available-condo-container .development-list-data li.sqft-sf {
        border-bottom: 1px solid #bababa
    }

    li.address-cross {
        display: var(--block);
        position: var(--relative);
        width: 13%;
        background: #ededf1
    }

    .price-container {
        display: var(--flex);
        flex-direction: row;
        align-items: flex-start;
        justify-content: var(--space-between)
    }

    ul.price-table-head {
        display: var(--flex);
        flex-direction: column;
        width: 50%;
        border: var(--none);
        background: var(--none)
    }

    ul.price-table-head:first-of-type {
        background: var(--none)
    }

    ul.price-table-head li {
        border: var(--none);
        border-bottom: 1px solid #bababa;
        width: 100%;
        text-align: left
    }

    ul.price-table-head:last-of-type li {
        text-align: right
    }

    .custom-container {
        width: 90%
    }

    .stats-container {
        margin: 60px auto
    }

    .blog-inner-container {
        width: 65%
    }

    .blog-container-content h1 {
        font-size: 30px
    }

    .blog-container-content h4 {
        font-size: 19px;
        margin-bottom: 30px
    }

    .blog-post-comment {
        margin: 0
    }

    .market-stats-container .mobile-list-heading {
        justify-content: var(--center)
    }

    .featured-condo-common-table .mobile-list-heading,
    .luxury-homes-container .mobile-list-heading {
        justify-content: var(--end)
    }

    .featured-condo-common-table .development-sub-list li {
        flex-direction: column
    }

    .featured-condo-common-table .development-sub-list li {
        width: 25%
    }

    .featured-condo-common-table .development-sub-list li.condo-l3,
    .featured-condo-common-table .development-sub-list li.condo-l5,
    .featured-condo-common-table .development-sub-list li.condo-l6,
    .featured-condo-common-table .development-sub-list li.condo-l4 {
        border-bottom: 1px solid #bababa
    }

    .featured-condo-common-table .development-sub-list li.condo-l6,
    .featured-condo-common-table .development-sub-list li.condo-l10 {
        border-right: var(--none)
    }

    .condo-sale-container li.condo-l2,
    .condo-sale-container li.condo-l4,
    .condo-sale-container li.condo-l5,
    .condo-sale-container li.condo-l3,
    .condo-sale-container li.condo-l6 {
        width: 25%;
        border-bottom: 1px solid #bababa
    }

    .condo-sale-container li.condo-l5 {
        border-right: var(--none)
    }

    .condo-sale-container li.condo-l10 {
        width: 25%;
        border: var(--none)
    }

    .condo-sale-container li.condo-l7 {
        width: 50%
    }

    .condo-sale-container ul.development-sub-list li.condo-l11,
    .condo-sale-container ul.development-sub-list li.condo-l9,
    ul.development-list-data li.list-data {
        display: var(--none)
    }

    .condo-sale-container .development-list-data li.address {
        width: 57%
    }

    .condo-sale-container li.fav,
    .condo-sale-container li.condo-l9 {
        width: 15%;
        border-left: 1px solid #bababa;
        display: var(--flex);
        align-items: var(--center);
        justify-content: var(--center)
    }

    .condo-sale-container li.fav {
        border: var(--none)
    }

    .condo-sale-container li.development {
        width: 56%
    }

    .condo-sale-container li.living-size {
        width: 15%;
        display: var(--flex);
        align-items: var(--center);
        justify-content: var(--center);
        border-left: 1px solid #bababa;
        border-right: 1px solid #bababa
    }

    .luxury-homes-container .development-list-data li.address {
        width: 55%;
        padding: 0;
        display: var(--flex);
        align-items: var(--center);
        justify-content: var(--center)
    }

    .luxury-homes-container .development-li,
    .market-stats-container .development-li,
    .featured-condo-common-table .development-li,
    .construction-condos-container .development-li {
        width: 100%
    }

    .luxury-homes-container li.condo-l3,
    .luxury-homes-container li.condo-l4,
    .luxury-homes-container li.condo-l6,
    .luxury-homes-container li.condo-l5 {
        width: 25%;
        border-bottom: 1px solid #bababa
    }

    .luxury-homes-container li.condo-l2 {
        border-bottom: var(--none);
        border-left: 1px solid #bababa;
        width: 20%;
        padding: 0;
        padding-top: 26px
    }

    .luxury-homes-container li.condo-l10 {
        border: var(--none)
    }

    .luxury-homes-container li.condo-l7,
    .luxury-homes-container li.condo-l10,
    .luxury-homes-container li.condo-l9 {
        width: 33.33%
    }

    .luxury-homes-container li.condo-l6 {
        border-right: var(--none);
        border-bottom: 1px solid #bababa
    }

    .luxury-homes-container li.fav.condo-l11 {
        width: 12%;
        display: var(--flex)
    }

    .market-stats-container li.condo-l1 {
        width: 20%;
        padding: 20px 0px
    }

    .market-stats-container li.condo-l2,
    .market-stats-container li.condo-l3,
    .market-stats-container li.condo-l4,
    .market-stats-container li.condo-l5,
    .market-stats-container li.condo-l6,
    .market-stats-container li.condo-l7,
    .market-stats-container li.condo-l8,
    .market-stats-container li.condo-l9,
    .market-stats-container li.condo-l10 {
        width: 20%
    }

    .market-stats-container li.condo-l5 {
        border-right: var(--none)
    }

    .market-stats-container li.condo-l1,
    .market-stats-container li.condo-l2,
    .market-stats-container li.condo-l3,
    .market-stats-container li.condo-l4,
    .market-stats-container li.condo-l5 {
        border-bottom: 1px solid #bababa
    }

    .construction-condos-container li.condo-l2 {
        width: 60%;
        border-bottom: 1px solid #bababa
    }

    .construction-condos-container .development-list-data li.address {
        width: 60%;
        border-right: 1px solid #bababa
    }

    .construction-condos-container .mobile-list-heading {
        justify-content: var(--end)
    }

    .construction-condos-container .development-list .mobile-list-heading li.beds {
        border: var(--none);
        width: 27.1%;
        border-left: 1px solid #bababa
    }

    .construction-condos-container .development-list .mobile-list-heading li.development {
        width: 60%
    }

    .construction-condos-container li.condo-l5 {
        width: 27%;
        border-right: var(--none);
        display: var(--flex);
        align-items: var(--center);
        justify-content: var(--center)
    }

    .construction-condos-container li.condo-l4 {
        border: var(--none)
    }

    .construction-condos-container .development-list-data li.address a {
        font-weight: 400
    }

    .construction-condos-container li.condo-l3,
    .construction-condos-container li.condo-l4,
    .construction-condos-container li.condo-l9 {
        width: 20%;
        border-bottom: 1px solid #bababa
    }

    .construction-condos-container li.condo-l7,
    .construction-condos-container li.condo-l6,
    .construction-condos-container li.condo-l9 {
        width: 30%
    }

    .construction-condos-container .development-sub-list li.fav {
        width: 10%
    }

    .market-stats-container .mobile-list-heading li {
        width: 100%
    }

    .for-associations-container .mobile-list-heading li {
        width: 95%
    }

    ul.mobile-list-heading {
        top: 90px
    }

    .featured-condo-common-table .development-list-data li.address.list-content {
        width: 47%;
        border-right: 1px solid #bababa;
        display: var(--flex);
        align-items: var(--center);
        justify-content: var(--center)
    }

    .featured-condo-common-table .mobile-list-heading {
        top: 20%
    }

    .search-community-sale-container .featured-condo-common-table .mobile-list-heading {
        top: 16%
    }

    .for-associations-container .development-li {
        width: 100%
    }

    .for-associations-container .development-li {
        height: 70px
    }

    .for-associations-container li.condo-l3 {
        width: 50%
    }

    .for-associations-container li.condo-l4,
    .for-associations-container li.condo-l2 {
        width: 25%
    }

    .available-condo-container .development-list-data li {
        height: 80px
    }

    .available-condo-container li.development-li {
        height: 150px
    }

    .market-stats-container .development-list-data li.address,
    .for-associations-container .development-list-data li.address {
        width: 80%
    }

    .condo-ranking-container .development-list-data li.address {
        width: 37%;
        border-right: 1px solid #bababa
    }

    .condo-ranking-container li.condo-l7 {
        width: 50%;
        border: var(--none);
        font-weight: bold
    }

    .condo-ranking-container .mobile-list-heading li {
        width: 40%
    }

    .condo-ranking-container .mobile-list-heading .pr {
        width: 10%;
        border: var(--none)
    }

    .condo-ranking-container li.condo-l6,
    .condo-ranking-container li.condo-l8,
    .condo-ranking-container li.condo-l9,
    .condo-ranking-container li.condo-l10 {
        width: 25%
    }

    .condo-ranking-container .mobile-list-heading li.beds {
        width: 50%
    }

    .development-list-data .list-content {
        display: var(--block)
    }

    .featured-condo-common-table li.fav {
        width: 15%
    }

    .featured-condo-common-table li.fav.list-content {
        display: var(--flex);
        width: 15%
    }

    .featured-condo-common-table li.condo-l2.list-content,
    .featured-condo-common-table li.living-size {
        display: var(--flex);
        align-items: var(--center);
        justify-content: var(--center);
        width: 25%
    }

    .featured-condo-common-table li.development {
        width: 47%
    }

    .featured-condo-common-table li.development,
    .featured-condo-common-table li.living-size {
        border-right: 1px solid #bababa
    }

    .luxury-homes-container .mobile-list-heading li.fav {
        width: 12%
    }

    .luxury-homes-container .mobile-list-heading li.living-size {
        width: 20%;
        border-right: 1px solid #bababa
    }

    .luxury-homes-container .mobile-list-heading li.development {
        width: 55%;
        border-left: 1px solid #bababa;
        border-right: 1px solid #bababa
    }

    .development-list .mobile-list-heading li {
        padding: 19px 0
    }

    .available-condo-container .mobile-list-heading li.address {
        width: 19%
    }

    .available-condo-container .mobile-list-heading li.price {
        width: 20%
    }

    .available-condo-container li.development {
        border-right: 1px solid #bababa
    }

    .arts-develop-container h2 {
        font-size: 35px;
        line-height: 45px
    }

    .property-search-container .list-property-development .development-sub-list li.pr,
    .property-search-container .list-property-development .development-sub-list li.price-sf,
    .property-search-container .list-property-development .development-sub-list li.build-year,
    .property-search-container .list-property-development .development-sub-list li.living-size,
    .property-search-container .list-property-development .development-sub-list li.baths,
    .property-search-container .list-property-development .development-sub-list li.beds {
        width: 25%
    }

    .property-search-container .list-property-development .development-sub-list li.development {
        width: 50%
    }

    .search-community-sale-container h2 {
        font-size: 40px;
        text-align: var(--center)
    }

    .condos-sale-community p {
        text-align: var(--center);
        width: 100%
    }

    .condos-sale-community .news-a {
        text-align: var(--center)
    }

    .stats-table-row th,
    .stats-table-row td {
        font-size: 14px;
        line-height: 18px
    }

    .stats-empty-head {
        width: 8%
    }

    .stats-head1 {
        width: 30%
    }

    .fav-user-details h1 {
        font-size: 30px
    }

    .favorites-tabs .tab-link {
        font-size: 18px
    }

    .favorites-heading-block {
        padding-bottom: 40px
    }

    li.fav-tab-link {
        padding: 18px;
        font-size: 16px;
        line-height: 20px
    }

    .favorites-container h2 {
        font-size: 34px;
        line-height: 80px
    }

    .favorited-head-block .thumbnail {
        border-left: 1px solid
    }

    .favorited-head-block .thumb-list {
        border: var(--none);
        padding: 14px 20px
    }

    .Saved-Searches {
        margin-bottom: 55px
    }

    .favorited-results p {
        font-size: 20px
    }


    .favorited-head-block {
        margin: 6px 0
    }

    .favorites-container .image-rent-box {
        margin-top: 40px
    }

    .prof-block {
        flex-direction: column;
        margin-bottom: 55px
    }

    .my-prof-form {
        width: 100%;
        margin: 0 auto;
        padding: 30px
    }

    .upload-pic {
        width: 40%;
        margin: 0 auto
    }

    .favorites-black-logo {
        width: 200px;
        height: 200px
    }

    .favorites-logo {
        height: 100px
    }

    .favorites-tabs .tab-link i {
        font-size: 20px
    }

    .mortgage-pie-chart {
        width: 37%
    }

    .head-three h2,
    .head-three h2 span,
    .owl-div h2,
    .news-content h2,
    .video-head h2,
    .section-content h2,
    .mobile-content h2,
    .lucas-img h2 {
        font-size: 35px;
        line-height: 60px
    }

    .lucas-img {
        padding: 48px 3%
    }

    .item1,
    .items-img {
        height: 500px
    }

    .tab-search-icon {
        width: 34px;
        margin-right: 4%;
        height: 34px
    }

    .head-three,
    .head-two {
        margin: 40px auto
    }

    .new-property-search-container .neigh-bar {
        position: fixed;
        z-index: 911;
        bottom: 20px;
        left: 0;
        right: 0;
        top: unset;
        display: var(--block);
        padding: 0;
        margin: 0;
        background: rgba(0, 0, 0, 0)
    }

    .new-property-search-container .nav-neigh {
        margin: 0 auto;
        width: 20%
    }

    .prop-div.property-content-block.condos-main-table,
    .prop-div.property-map-view.homes-main-table {
        display: var(--none)
    }

    .prop-div.property-map-view.homes-main-table.active,
    .prop-div.property-content-block.condos-main-table.active {
        display: var(--block)
    }

    .property-content-block {
        width: 100%;
        height: unset;
        overflow-y: unset
    }

    div#footer {
        position: var(--relative);
        z-index: 9991
    }

    .new-property-search-container .luxury-condos-list {
        width: 48%
    }

    .new-property-search-container .homes1,
    .new-property-search-container .condos1 {
        background: var(--white)
    }

    .new-property-search-container .condos1.active,
    .new-property-search-container .homes1.active {
        background: #ea232e
    }

    .property-map-view {
        width: 100%
    }

    .prop-div.property-map-view.homes-main-table.active {
        margin-top: 20px
    }

    li.llr-icon {
        width: 360px
    }

    .owl-item-img {
        height: 420px
    }

    .owl-theme .owl-nav .nav-button {
        width: 50px;
        height: 50px
    }

    .section-content h2 br {
        display: var(--none)
    }

    .section-content {
        width: 85%;
        margin: 60px auto 0
    }

    .thinking-img {
        height: 440px
    }

    .section-content h2 {
        margin-bottom: 30px;
        font-weight: 400
    }

    .mobile-img1 {
        height: 440px
    }

    .mobile {
        height: 480px
    }

    .main-page-container h2 {
        font-size: 34px;
        line-height: 38px
    }

    .mobile-tab {
        margin-top: 30px
    }

    .section-content a {
        line-height: 60px;
        font-size: 18px;
        width: 220px
    }

    .section-content .button-arrow {
        vertical-align: middle
    }

    .btn {
        line-height: 50px
    }

    .video iframe {
        height: 400px
    }

    .news-image-content h3 {
        margin-bottom: 12px
    }

    .for-price-container {
        width: 90%
    }

    .search-community-sale-container .featured-filter {
        margin: 40px 0
    }

    .search-sale:hover p.search-tooltip {
        top: -260%
    }

    .mci-ran-color-none {
        background-color: rgba(0, 0, 0, 0)
    }
}

@media(max-width: 992px) {
    .menu-list li a {
        font-size: 17px;
        line-height: 60px
    }

    .banner-heading h1 {
        font-size: 60px;
        line-height: 0
    }

    .banner-heading {
        bottom: 35px
    }

    .banner-heading h3 {
        font-size: 18px
    }

    .video iframe {
        min-height: 100%
    }

    .footer-div1 ul {
        align-items: var(--center)
    }

    .lucas-img h2 {
        display: var(--block);
        font-weight: 400;
        margin-bottom: 30px
    }

    .lucas-content h2 {
        display: var(--none)
    }

    .lucas-content {
        width: 100%;
        text-align: var(--center)
    }

    .lucas-content p {
        font-size: 18px;
        line-height: 28px;
        margin-top: 30px
    }

    .owl-one .owl-nav.disabled,
    .owl-one .owl-nav {
        top: 30%
    }

    .news-section {
        margin-top: 40px
    }

    .section {
        margin-top: 10px;
        margin-bottom: 100px;
        display: var(--block);
        background: var(--white);
        width: 100%
    }

    .thinking-tab {
        display: var(--inline-block);
        width: 100%
    }

    .section-content {
        left: 0;
        background: #ededf1;
        text-align: var(--center);
        right: 0;
        position: var(--absolute);
        bottom: -250px;
        z-index: 11;
        width: 90%;
        margin: 0 auto;
        padding: 41px 0px
    }

    .thinking-img {
        width: 100%
    }

    .luxury-condos-list a.luxury-stats1,
    .luxury-condos-list a.luxury-stats2 {
        font-size: 14px
    }

    .mobile-section {
        background: var(--white);
        flex-direction: column-reverse;
        margin-top: 20%
    }

    .mobile-tab-content {
        background: #ededf1;
        width: 100%
    }

    .mobile-img {
        width: 100%;
        margin-top: 260px
    }

    .mobile {
        right: 0;
        top: 140px;
        width: 50%;
        left: 0;
        margin: 0 auto;
        height: auto
    }

    .mobile-tab-content {
        padding-top: 40px
    }

    .mobile-content {
        padding: 50px 0;
        display: var(--flex);
        flex-direction: column;
        align-items: var(--center)
    }

    .mobile-content h2 {
        font-size: 50px;
        line-height: 60px
    }

    .mobile-tab {
        display: var(--flex);
        -moz-column-gap: 10px;
        column-gap: 10px;
        width: 100%;
        justify-content: var(--center);
        padding-bottom: 40px
    }

    .footer-section {
        padding: 0;
        display: var(--flex);
        flex-direction: column
    }

    .footer-div1 {
        border: var(--none);
        padding: 50px;
        width: 100%;
        border-bottom: 1px solid var(--white)
    }

    .input-search-div {
        margin-top: 40px;
        margin-bottom: 50px;
        position: var(--relative);
        width: 100%
    }

    .footer-div1 h3 {
        font-size: 25px;
        line-height: 25px
    }

    .input-search-div input {
        width: 100%
    }

    .footer-div1 p {
        font-size: 20px;
        margin-bottom: 63px
    }

    .footer-div1 p a {
        font-size: 18px;
        line-height: 28px
    }

    .footer-div2 {
        padding: 50px;
        width: 100%
    }

    li.seal-icon {
        width: 5%
    }

    .footer-div2 ul {
        margin-top: 40px;
        width: 48%;
        display: var(--inline-block);
        vertical-align: top
    }

    .last-footer-ul {
        width: 100%
    }

    .footer-credit a {
        margin-left: 25px;
        font-size: 14px
    }

    .footer-credit {
        width: 100%
    }

    .footer-div2 ul li a {
        font-size: 18px;
        line-height: 48px
    }

    .footer-copyright {
        padding: 20px;
        flex-direction: column
    }

    .footer-copyright p {
        font-size: 14px;
        padding: 5px 0 5px 24px;
        width: 100%
    }

    .item3>a {
        display: var(--flex)
    }

    .item3 {
        display: var(--flex);
        width: 47%
    }

    .input-search-div input[type=email]::-moz-placeholder {
        font-size: 18px
    }

    .input-search-div input[type=email]::placeholder {
        font-size: 18px
    }

    .lucas-img {
        display: var(--flex);
        flex-direction: column;
        margin: 0
    }

    .global-settings-tab,
    .contact-us-tab {
        width: 50%
    }

    .contact-us-tab-wid {
        width: 100%
    }

    .for-sale-heading h1 {
        font-size: 40px;
        line-height: 40px
    }

    .for-sale-banner {
        min-height: 400px
    }

    .paragraph-section p,
    .aventura-content p {
        font-size: 16px
    }

    .sale-input-form {
        margin: 7px auto;
        width: 95%
    }

    .rent-image-div h4 {
        font-size: 20px
    }

    .news-content,
    .video-head {
        width: 100%;
        flex-direction: column;
        align-items: var(--center);
        justify-content: var(--center)
    }

    .owl-item-img {
        height: auto
    }

    .neigh-image-stats ul li {
        font-size: 10px
    }

    .image-rent-box div.neigh-image-stats h6 {
        margin-right: 2%
    }

    .neigh-image {
        width: 49%
    }

    .for-sale-container {
        width: 90%
    }

    .features-heading {
        font-size: 22px;
        line-height: 25px
    }

    .floating-div span {
        font-size: 16px
    }

    .aventura-heading {
        margin-top: 0px;
        padding-bottom: 20px
    }

    .aventura-content p {
        margin-bottom: 10px
    }

    .aventura-heading span {
        font-size: 18px
    }

    .aventura-content {
        padding-top: 20px
    }

    .features-content-container {
        width: 49.5%;
        margin-bottom: 10px
    }

    .checkmark {
        height: 12px;
        width: 12px
    }

    .floating-div p {
        line-height: 10px;
        font-size: 24px
    }

    .last-mar .checkmark {
        top: 50%;
        transform: translateY(-50%)
    }

    .pre-list-tabs .neigh-image-data.pre-data-tab,
    .pre-list-tabs .luxury-stats-tab.pre-wid,
    .pre-list-tabs .neigh-image-data,
    .pre-list-tabs .luxury-stats-tab.pre-wid {
        width: 97.8%;
        margin: 0 auto
    }

    .pre-list-tabs {
        text-align: var(--center)
    }

    .neigh-image.luxury-condos-list.pre-list-tabs .luxury-stats-tab.pre-wid {
        margin-bottom: 5px
    }

    ul.about-us-sub-menu li {
        text-align: left
    }

    .about-us-menu .about-us-sub-menu {
        bottom: -20%;
        width: 80%;
        right: -70%
    }

    .about-us-sub-menu li a {
        font-size: 16px;
        line-height: 26px
    }

    .pagination {
        margin: 0px;
        margin-top: 40px
    }

    .sale-input-form input {
        padding: 15px
    }

    .sale-list-search {
        justify-content: unset;
        align-items: unset;
        flex-direction: column
    }

    .thumbnail,
    .list-view {
        padding: 20px;
        width: 50%;
        display: var(--flex);
        align-items: var(--center);
        justify-content: var(--center)
    }

    .thumb-list {
        border: var(--none);
        border-top: 1px solid var(--black)
    }

    .search-miami-homes {
        flex-direction: column
    }

    .miami-image {
        width: 100%
    }

    .miami-content {
        width: 100%;
        display: table
    }

    .miami-content a {
        width: 100%
    }

    .inner-para-flex-div {
        width: 100%
    }

    .inner-para-container {
        row-gap: 50px
    }

    .about-us-font-size h2 {
        font-size: 28px;
        line-height: 40px
    }

    .section-two-image {
        width: 100%
    }

    .about-para-image {
        width: 160px
    }

    .section-two-content {
        padding: 20px;
        width: 100%;
        padding-top: 40px
    }

    .about-us-font-size p,
    .about-us-font-size p b {
        font-size: 16px;
        text-align: var(--center)
    }

    .section-three-content p {
        width: 100%
    }

    .section-three-para {
        width: 85%;
        text-align: var(--center);
        padding: 50px 0
    }

    .section-three-content {
        width: 100%
    }

    .section-three-image {
        width: 100%
    }

    .section-four-head {
        padding: 50px 0;
        width: 100%
    }

    .section-four-content {
        padding: 0;
        width: 100%;
        align-items: var(--center)
    }

    p.section-four-btn-p {
        margin: 0 auto 60px
    }

    .press-logo {
        text-align: var(--center)
    }

    .press-logo img {
        -o-object-fit: var(--cover);
        object-fit: var(--cover)
    }

    .section-four-content a {
        font-size: 20px;
        padding-left: 0
    }

    .press-images {
        align-items: var(--center);
        -moz-column-gap: 30px;
        column-gap: 30px;
        padding: 0
    }

    .press-content {
        width: 100%;
        text-align: var(--center);
        padding: 0
    }

    .press-content p {
        padding: 0;
        width: 100%
    }

    .press-content p br {
        display: var(--none)
    }

    .press-images {
        width: 100%;
        margin-top: 30px
    }

    .questions-heading {
        font-size: 17px
    }

    .questions-content {
        font-size: 16px
    }

    .meet-conatiner h2 {
        font-size: 40px;
        line-height: 40px;
        text-align: var(--center)
    }

    .meet-jose-bio .bio-button {
        margin-top: 25px
    }

    .blog-btn h2 {
        display: var(--none)
    }

    .blog-btn {
        width: 100%
    }

    .tab-content p {
        font-size: 16px;
        line-height: 26px
    }

    .tab-content {
        padding: 40px 20px
    }

    .tab-container {
        width: 70%;
        left: 15%
    }

    .matching-btn {
        padding: 20px 0;
        font-size: 16px
    }

    .highlight {
        height: 35px
    }

    .map-content {
        display: var(--none)
    }

    .property-map {
        width: 100%
    }

    .property-map iframe {
        height: 500px
    }

    .review-content h2 {
        font-size: 32px;
        line-height: 55px
    }

    .review-content p {
        margin: 30px 0;
        font-size: 18px
    }

    .review-content h5 {
        font-size: 24px
    }

    .review-content .contact-btn {
        font-size: 16px
    }

    ul.items-table li,
    ul.head-table li {
        font-size: 15px
    }

    .wpwalkscore ul {
        width: 100%
    }

    .walk-score-icons {
        width: 30%
    }

    .bike-score {
        width: 50%
    }

    .bike-score img {
        max-width: 90%
    }

    .meet-lucas-container .lucas-content h2 {
        display: var(--block);
        margin: 0;
        font-size: 32px;
        line-height: 42px;
        padding: 0
    }

    .meet-lucas-logos img:first-of-type {
        width: 30%
    }

    .meet-lucas-logos img:last-of-type {
        width: 20%
    }

    .meet-lucas-container .lucas-content p {
        text-align: var(--center)
    }

    .meet-lucas-container .lucas-img {
        align-items: var(--center);
        flex-direction: column;
        padding: 40px 0 0;
        margin-top: 20px
    }

    .meet-lucas-container .lucas-content {
        padding-left: 0;
        width: 90%
    }

    .meet-lucas-container .lucas-content p br {
        display: var(--none)
    }

    .meet-lucas-container .questions-accordion {
        padding: 20px 0 0
    }

    .meet-lucas-container h1,
    .meet-lucas-container h2 {
        font-size: 40px;
        line-height: 50px
    }

    .meet-lucas-container .questions-accordion section {
        flex-direction: column
    }

    .meet-lucas-container .questions-acc {
        width: 100%
    }

    .lucas-img-pd .lucas-content {
        padding-top: 40px
    }

    .lucas-img-pd .lucas-content {
        padding-top: 30px
    }

    .change-plan-btn {
        margin-top: 20px
    }

    .change-plan-btn a {
        padding: 16px;
        font-size: 12px
    }

    .for-virtual-banner {
        background-position: left
    }

    .arts-data-block {
        flex-direction: column
    }

    .arts-stats-block1,
    .arts-stats-block2 {
        width: 100%
    }

    .reset form label {
        width: 25%
    }

    .arts-stats-block1 .last-mar .checkmark {
        top: 48%
    }

    .arts-common-stats-block {
        margin-top: 20px
    }

    .arts-container {
        margin: 40px auto 0
    }

    .arts-container h2,
    .walk-score-container h2 {
        font-size: 32px;
        line-height: 42px
    }

    .arts-color-boxes p {
        font-size: 28px
    }

    .arts-color-boxes h4 {
        font-size: 15px
    }

    .arts-stats-block2 h6 {
        font-size: 28px
    }

    .arts-map {
        min-height: 500px
    }

    .arts-stats-block1 h3 {
        margin: 0
    }

    .arts-develop-container h2 {
        font-size: 32px;
        line-height: 40px;
        text-align: var(--center);
        margin: 0px 0 40px
    }

    .arts-develop-container .neigh-bar {
        margin-top: 0px
    }

    .ae-develop-thumb a.neigh-image-stats2.luxury-stats2,
    .ae-develop-thumb .luxury-condos-list a.luxury-stats1,
    .ae-develop-thumb .luxury-stats-tab.ae-thum-color-boxes p {
        font-size: 14px
    }

    .search-community-sale-container h1 {
        font-size: 30px
    }

    .modal-video {
        height: 400px
    }

    .modal-video {
        width: 90%
    }

    .favorites-heading-block {
        padding: 40px
    }

    .favorites-container .text-overlay-div {
        width: 100%
    }

    .favorites-container .condo-image {
        height: 400px
    }

    .favorites-container .condo-overlay-heading {
        width: 35%
    }

    .favorites-container .main-table {
        margin-top: 50px
    }

    .favorites-container h2 {
        font-size: 30px
    }

    .upload-pic {
        width: 60%
    }

    .favorites-container .fav-tab-content {
        padding-top: 30px
    }

    .listing-27 {
        font-size: 16px;
        padding: 10px
    }

    .y-n-checkbox {
        height: 38px;
        width: 90px
    }

    .y-n-checkbox::after {
        width: 20px;
        height: 20px
    }

    .y-n-checkbox::before {
        line-height: 38px
    }

    p.pass-hint {
        font-size: 14px;
        line-height: 20px
    }

    .property-details-container .wpwalkscore li {
        width: 30%
    }

    .property-details-container .wpwalkscore ul {
        width: 100%
    }

    .wpwalkscore ul li h4 {
        width: 100%;
        text-align: var(--center)
    }

    p.walkscore-description {
        font-size: 16px;
        line-height: 26px
    }

    .mortgage-calculator h3 {
        margin-bottom: 20px
    }

    .mortgage-calculator {
        margin: 20px 0
    }

    .property-data {
        width: 100%
    }

    .property-data .price {
        line-height: 32px
    }

    .wp-breadcrumb span {
        font-size: 16px;
        line-height: 16px
    }

    .mortgage-calculator h3 {
        font-size: 30px
    }

    .property-details-container .slider button.owl-next::after,
    .property-details-container .slider button.owl-prev::after {
        width: 80px;
        height: 30px
    }

    .property-details-container .slider button.owl-prev::after {
        right: 70px
    }

    .global-settings-tab,
    .contact-us-tab {
        width: 100%
    }

    .message-tab-div {
        justify-content: start;
        -moz-column-gap: 60px;
        column-gap: 60px
    }

    .contact-btn {
        width: 40%
    }

    ul.pinfo1 li img {
        width: 24px
    }

    .footer-div2-img a img {
        width: 46%
    }

    ul.last-footer-ul {
        margin: 0
    }

    .meet-lucas-image {
        width: 40%
    }

    .videos-section {
        padding: 50px 0 0
    }

    .property-filter-col {
        flex-direction: column
    }

    .property-filter-col .search-property,
    .prop-btn {
        width: 100%
    }

    .property-filter-col {
        border: unset
    }

    .property-filter-col .search-property {
        border-bottom: 2px solid var(--black);
        margin: 7px auto 8px
    }

    .property-content-block .image-rent-box {
        flex-direction: unset
    }

    .new-property-search-container .homes1,
    .new-property-search-container .condos1,
    .new-property-search-container .condos1.active,
    .new-property-search-container .homes1.active {
        padding: 10px 0
    }

    .property-content-block .luxury-slider .owl-item .items {
        height: 300px
    }

    .tabs.tab-sticky .tabs-content p,
    .tabs-content p {
        font-size: 12px
    }

    .favorites-tabs .tab-link {
        font-size: 16px;
        display: var(--flex);
        flex-direction: column-reverse;
        row-gap: 10px
    }

    .blog-container-heading {
        flex-direction: column-reverse;
        row-gap: 20px
    }

    .aventura-heading h2,
    .media-container h2,
    .stats-container h2,
    .available-condo-container h2 {
        font-size: 30px;
        margin: 0
    }

    .aventura-tab-row {
        top: 90px
    }

    li.llr-icon {
        width: 99%
    }

    .custom-model-wrap form {
        width: 47%
    }

    .custom-model-wrap .flooring-type {
        width: 100%
    }

    .modal-open-content {
        width: 90%;
        padding: 50px
    }

    .modal-opened p {
        font-size: 18px;
        line-height: 28px
    }

    .modal-cross-custom {
        height: 25px;
        right: 20px
    }

    .luxury-slider .owl-nav {
        top: 35%
    }

    .tab-section {
        flex-direction: column;
        align-items: var(--center);
        justify-content: var(--center);
        row-gap: 10px
    }

    .three-tabs {
        width: 100%;
        display: var(--flex);
        align-items: var(--center);
        justify-content: var(--center)
    }

    .three-tabs-inner {
        width: 250px
    }

    .section-content p {
        margin: 0 auto
    }

    .section-content a {
        line-height: 50px;
        font-size: 16px;
        width: 220px;
        margin: 20px auto 0;
        padding: 0
    }

    .lucas-image {
        width: 360px
    }

    .news-image1,
    .news-image2 {
        height: auto
    }

    .button-arrow {
        width: 20px
    }

    .property-details-container .features-content-container {
        max-width: 100%
    }

    .luxury-condo-tab .neighborhood-form,
    .luxury-condo-tab .bedrooms {
        width: 48%;
        border: var(--none);
        border-bottom: 1px solid var(--black)
    }

    .luxury-condo-tab .bedrooms {
        width: 52%
    }

    .luxury-condo-tab .neighborhood-form {
        border-right: 1px solid var(--black)
    }

    .luxury-condo-tab div,
    .luxury-condo-tab .all-filters,
    .luxury-condo-tab form.luxury-neigh-list2 {
        width: 25%
    }

    .luxury-condo-tab label.label-check {
        padding-left: 10px
    }

    .condo-address p {
        font-size: 12px
    }

    .luxury-homes-container .luxury-condo-tab form.luxury-neigh-list2 {
        width: 25%
    }

    .new-property-search .condo-overlay {
        bottom: 115px
    }

    .bio-name .bio-button img {
        width: 20px
    }

    .property-search-div {
        width: 100%
    }

    .property-search-div .sale-input-form {
        border-right: 1px solid var(--black)
    }

    .property-sdropdown,
    .property-sdropdown2 {
        width: 20%;
        border-top: var(--none)
    }

    .dropdown-for-sale.dropdown-for-sale5.property-s,
    .grid-view-property .grid-view {
        border-top: var(--none)
    }

    .aventura-filter.new-virtual-filter {
        margin: 50px 0 0
    }

    .featured-container .flooring-type {
        width: 47%
    }

    .contact-message-2,
    .contact-message {
        padding: 10px 0
    }

    .contact-lucas {
        padding: 20px 0
    }

    .contact-us-form h4 {
        font-size: 26px;
        line-height: 28px;
        padding-right: 0
    }

    .contact-map-location {
        padding: 10px 0 15px
    }

    .contact-tel a,
    .number a {
        font-size: 14px
    }

    .contact-lucas h4 {
        line-height: 20px
    }

    .about-us-section-four {
        padding-bottom: 0
    }

    .about-us-font-size {
        width: 90%
    }

    .navigation-thumbs {
        margin-top: 5px
    }

    #sync2 .item {
        height: 80px
    }

    .navigation-thumbs.owl-carousel .owl-nav button.owl-next,
    .navigation-thumbs.owl-carousel .owl-nav button.owl-prev {
        height: 80px
    }

    .aventura-filter .bedrooms {
        padding: 18px 0;
        width: 100%;
        border: none;
        border-bottom: 1px solid var(--black)
    }

    .aventura-filter div {
        width: 33.33%
    }

    .aventura-filter .bedrooms h6 {
        width: -moz-max-content;
        width: max-content
    }

    .bedrooms h6 {
        text-align: left;
        width: 100%
    }

    .aventura-filter .bedroom-form form {
        display: flex
    }

    .aventura-filter .bedroom-form {
        width: 98%
    }

    .new-virtual-filter.aventura-filter .bedrooms {
        width: 80%;
        border: none
    }

    .luxury-condo-tab .bedrooms h6 {
        padding-left: 2%;
        width: -moz-max-content;
        width: max-content
    }
}

@media(max-width: 768px) {
    .luxury-slider .owl-nav {
        top: 40%
    }

    .owl-one .owl-nav {
        position: var(--absolute);
        width: 100%;
        height: 58px;
        bottom: -12px
    }

    .input-search {
        padding: 15px;
        font-size: 16px
    }

    .head-three h2,
    .head-three h2 span,
    .head-two h2,
    .owl-div h2,
    .news-content h2,
    .video-head h2,
    .section-content h2,
    .mobile-content h2,
    .head-two h2 span,
    .lucas-img h2 {
        font-size: 30px;
        line-height: 40px;
        text-align: var(--center)
    }

    .videos-section {
        padding-top: 40px
    }

    .item1-p a {
        font-size: 16px;
        line-height: 40px
    }

    .item1-p h3 {
        font-size: 20px;
        line-height: 30px
    }

    .item2 {
        margin-bottom: 40px
    }

    .lucas-content p {
        font-size: 20px;
        line-height: 30px
    }

    .item h3 {
        font-size: 20px;
        margin-top: 30px
    }

    .news-image-content p {
        letter-spacing: 1px;
        font-size: 12px;
        line-height: 23px
    }

    .news-image-content h3 {
        font-size: 16px;
        line-height: 26px;
        margin-top: 7px;
        margin-bottom: 15px
    }

    .news-image-content a {
        font-size: 14px;
        line-height: 24px
    }

    .nav-button2.owl-prev img,
    .nav-button2.owl-next img {
        width: 50%
    }

    .mobile-content h2 {
        font-size: 50px;
        line-height: 50px
    }

    .menu-list li a {
        font-size: 16px;
        line-height: 50px
    }

    .global-wid,
    .contact-us-tab-wid,
    .email-tab {
        padding: 30px 25px
    }

    .message-tab,
    .contact-form-2,
    .contact-btn {
        padding: 0px 25px
    }

    .curr-list select {
        padding: 16px 10px
    }

    .for-sale-heading {
        bottom: 30px
    }

    .for-sale-heading h1 {
        font-size: 40px;
        line-height: 40px
    }

    .paragraph-section p,
    .aventura-content p {
        line-height: 30px
    }

    .sale-input-form input[type=search]::-moz-placeholder {
        font-size: 15px
    }

    .sale-input-form input[type=search]::placeholder {
        font-size: 15px
    }

    .image-rent-box {
        flex-direction: column
    }

    .rent-image-div,
    .neigh-image {
        width: 100%
    }

    .neighborhood-container .neigh-image h2 {
        text-align: var(--center)
    }

    .tabs-content {
        align-items: var(--center);
        flex-direction: column;
        justify-content: var(--center);
        text-align: var(--center)
    }

    .tabs-content img {
        width: 25px
    }

    .floating-div span {
        font-size: 14px;
        padding: 7px 9px
    }

    .features-heading-container {
        margin-bottom: 15px
    }

    .features-content-container a {
        font-size: 16px;
        margin-left: 55px
    }

    .custom-container {
        margin: 10px auto
    }

    .condo-container-heading {
        font-size: 24px;
        line-height: 27px;
        margin-bottom: 30px
    }

    .label-check input {
        position: var(--relative)
    }

    .all-filters-price {
        width: 100%;
        border: var(--none)
    }

    .about-us-sub-menu li a {
        font-size: 16px;
        line-height: 26px
    }


    .pagination ul li {
        font-size: 14px
    }

    .pagination ul li.numb.first {
        margin: 0px
    }

    .pagination ul li.btn {
        padding: 0 10px
    }

    .market-stats-tab .market-filter {
        border-right: var(--none);
        border-bottom: 1px solid var(--black)
    }

    .market-stats-tab .all-filters {
        width: 100%
    }

    .blog-overlay {
        width: 100%
    }

    .inner-para-section {
        width: 100%
    }

    .table-associations {
        margin-bottom: 0
    }

    .six-factor {
        font-size: 17px;
        line-height: 30px
    }

    .inner-para-heading {
        font-size: 16px
    }

    .item3,
    a.item4 {
        margin-top: 40px
    }

    .section-four-content a {
        line-height: 60px
    }

    p.section-four-btn-p {
        width: 200px
    }

    .about-us-font-size h3 {
        font-size: 30px
    }

    .questions-acc {
        padding-top: 40px
    }

    .questions-heading {
        font-size: 16px
    }

    .questions-heading::after {
        width: 22px;
        transform: translate(4px, 2px) rotate(0deg)
    }

    .questions-heading::before {
        height: 22px
    }

    .questions-heading.active::after {
        transform: translate(0px, 6px) rotate(180deg);
        width: 18px
    }

    .questions-heading.active::before {
        height: 18px;
        left: 54px
    }

    .about-us-font-size p,
    .about-us-font-size p b {
        font-size: 15px
    }

    .section-three-content h3 {
        margin-bottom: 15px
    }

    .about-us-menu .about-us-sub-menu {
        bottom: -90%;
        right: -60%;
        width: 100%
    }

    .about-us-sub-menu li a {
        font-size: 14px
    }

    .meet-bio {
        width: 47%
    }

    .bio-name h4 span {
        font-size: 17px
    }

    .bio-name .bio-para,
    .bio-name .bio-para span {
        font-size: 15px;
        line-height: 25px
    }

    .bio-name .bio-button {
        font-size: 16px
    }

    .bio-name .bio-button::after {
        content: "";
        width: 110px
    }

    .meet-jose-bio .bio-button {
        margin-top: 20px
    }

    .photo-bio {
        row-gap: 35px
    }

    .contact-us-container .about-us-font-size h2 {
        font-size: 26px;
        line-height: 36px
    }

    .contact-us-form h4 {
        font-size: 28px;
        line-height: 50px
    }

    .contact-us-container .input-search-div {
        margin: 30px 0
    }

    .contact--form .input-search-div input {
        padding: 7px 0
    }

    .subscribe-checkbox label {
        font-size: 14px
    }

    .contact--form {
        margin: 20px 0
    }

    .my-account .register-first-name {
        width: 100%
    }

    .my-account .register-first-name input {
        font-size: 20px
    }

    .register-form {
        row-gap: 10px
    }

    div#login .register-first-name {
        width: 90%
    }

    .remember-me {
        width: 90%
    }

    .lost-password .input-search-div.register-first-name {
        width: 100%
    }

    .lost-password-btn-div {
        width: 100%
    }

    .get-new a,
    .cancel-btn,
    .lost-login-btn a,
    .login-btn a {
        font-size: 14px
    }

    .tab-link {
        font-size: 18px
    }

    .development-list .mobile-list-heading li {
        font-size: 13px;
        display: var(--block);
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap
    }

    .aventura-heading span {
        font-size: 18px
    }

    .aventura-map {
        margin: 20px auto 50px
    }

    .review-content h2 {
        font-size: 40px;
        line-height: 50px
    }

    .review-content .contact-btn {
        width: 28%
    }

    ul.items-table li,
    ul.head-table li {
        font-size: 13px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap
    }

    .bloq {
        width: 100%
    }

    .stats-rental {
        flex-direction: column;
        row-gap: 0px
    }

    .bloq ul li div {
        font-size: 14px
    }

    .stats-container h3 {
        font-size: 28px;
        margin-bottom: 10px
    }

    .graph-div {
        margin-bottom: 50px;
        flex-direction: column
    }

    .price-graph,
    .rental-history-graph {
        min-height: 300px;
        width: 100%
    }

    .graph-content {
        width: 100%;
        padding: 20px 0;
        row-gap: 0
    }

    .graph-content h5 {
        font-size: 14px
    }

    .graph-content h3 {
        font-size: 23px;
        margin: 0;
        line-height: 40px
    }

    .transaction-table {
        flex-direction: column;
        row-gap: 40px
    }

    .cont-dual {
        width: 100%
    }

    .stats-container {
        width: 88%
    }

    .meet-lucas-container h1,
    .meet-lucas-container h2 {
        font-size: 35px;
        line-height: 45px
    }

    .meet-lucas-container .questions-accordion {
        padding: 10px 0 0
    }

    .meet-lucas-image {
        width: 60%
    }

    .meet-lucas-container .lucas-content h2 {
        font-size: 28px;
        line-height: 38px
    }

    .meet-lucas-container .questions-heading {
        padding-bottom: 30px
    }

    .meet-lucas-container .lucas-content p {
        font-size: 16px
    }

    .meet-lucas-container .questions-content {
        padding: 0px 20px 30px 45px;
        margin-top: -20px
    }

    .blog-post-comment .contact-btn {
        width: 200px;
        font-size: 18px;
        line-height: 65px
    }

    .media-container h3 {
        font-size: 30px;
        line-height: 40px
    }

    .view-pdf,
    .download-pdf,
    .share-pdf {
        width: 18%;
        padding: 17px 0px
    }

    .name-pdf {
        width: 46%
    }

    .media-video {
        flex-direction: column
    }

    .media-video li {
        width: 100%
    }

    .featured-condo-common-table .mobile-list-heading {
        top: 10%
    }

    .arts-color-boxes {
        padding: 15px 0
    }

    .arts-color-boxes p {
        font-size: 26px
    }

    .arts-color-boxes h4 {
        font-size: 14px
    }

    .arts-common-stats-block h4 {
        font-size: 18px
    }

    .arts-pendings li a {
        height: 100px;
        align-items: var(--center);
        justify-content: var(--center)
    }

    .arts-develop-container .neigh-bar {
        margin-bottom: 20px
    }

    .ae-develop-thumb a.neigh-image-stats2.luxury-stats2,
    .ae-develop-thumb .luxury-condos-list a.luxury-stats1,
    .ae-develop-thumb .luxury-stats-tab.ae-thum-color-boxes p {
        font-size: 16px
    }

    .search-community-sale-container h2 {
        font-size: 32px
    }

    .homepage-container .owl-div .news-a {
        text-align: var(--center)
    }

    .stats-table-row .stats-display-none {
        display: var(--none)
    }

    .stats-head1 {
        width: 46%
    }

    ul.last-footer-ul {
        width: 60%;
        margin: 0
    }

    li.seal-icon {
        width: 8%
    }

    .partner-image {
        width: 100%
    }

    .fav-user-details h1 {
        font-size: 28px
    }

    .fav-user-details p a {
        font-size: 18px
    }

    .favorites-tabs .tab-link i {
        font-size: 16px
    }

    .favorites-tabs .tab-link {
        font-size: 14px
    }

    li.fav-tab-link {
        padding: 14px;
        font-size: 14px;
        line-height: 16px
    }

    .favorited-head-block {
        flex-direction: column
    }

    .favorited-results p {
        width: 16%
    }

    .favorites-container h2 {
        font-size: 28px;
        line-height: 50px
    }

    .favorited-head-block .thumbnail,
    .favorited-head-block .list-view {
        height: unset;
        padding: 15px
    }

    .saved-heading {
        flex-direction: column
    }

    .saved-heading h2 {
        margin-bottom: 20px
    }

    .saved-heading {
        margin: 30px 0
    }

    ul.saved-address-list .saved-20,
    ul.saved-listing .saved-20,
    ul.saved-listing .saved-listing-one,
    ul.saved-address-list .saved-one {
        height: 100px;
        flex-direction: column
    }

    .saved-addresses ul li {
        height: 100px
    }

    .saved-search,
    li.saved-date,
    ul.saved-address-list .saved-20,
    ul.saved-listing .saved-20,
    ul.saved-listing .saved-listing-one,
    ul.saved-address-list .saved-one {
        font-size: 16px
    }

    .upload-pic {
        width: 70%
    }

    .favorited-results {
        width: 96%;
        margin: 0 auto
    }

    .favorites-container .image-rent-box {
        margin-top: 20px
    }

    .favorites-container .main-table {
        margin-top: 20px
    }

    .favorites-container .list-display.condo-sale-container.active {
        margin: 20px 0
    }

    #loader-ging img {
        width: 24%
    }

    .mortgage-block {
        flex-direction: column
    }

    .mortgage-details {
        width: 100%
    }

    .property-details-container .slider .owl-nav {
        bottom: 0
    }

    .mortgage-pie-chart {
        width: 100%
    }

    span.total-payment-span {
        width: 21%
    }

    .property-details-container .aventura-map {
        margin: 10px 0
    }

    .footer-div2-img a img {
        width: 52%
    }

    ul.pinfo1 li {
        padding-left: 14%
    }

    .contact-us-container .contact--form {
        row-gap: 0px;
        margin: 0
    }

    .menu-list {
        width: 100%
    }

    .about-us-sub-menu::after {
        content: "";
        left: -10%;
        width: 11%;
        height: 14px
    }

    .new-property-search-container .luxury-condos-list {
        width: 100%
    }

    .new-property-search-container .homes1,
    .new-property-search-container .condos1,
    .new-property-search-container .condos1.active,
    .new-property-search-container .homes1.active {
        font-size: 12px
    }

    .property-content-block .luxury-slider .owl-item .items {
        height: 400px
    }

    .available-condo-container {
        margin: 30px auto
    }

    .aventura-container {
        margin: 30px auto
    }

    .aventura-filter div {
        width: 33.3%
    }

    .search-sale:hover p.search-tooltip {
        display: var(--none)
    }

    .banner {
        height: 540px
    }

    .dgt-slider video#autoplay {
        height: 540px
    }

    .blog-overlay:hover .button-arrow {
        transform: translateX(15px)
    }

    .luxury-condos-list {
        width: 100%
    }

    .luxury-condo-tab div {
        padding: 20px 0
    }

    .all-filters-price select,
    p.available-select,
    .available-flooring-dropdown label,
    .available-condo-container .furnished-type label,
    .featured-container .furnished-type label {
        font-size: 14px
    }

    .new-property-search .condo-overlay {
        bottom: 125px
    }

    .heart-mx-wid {
        top: 30px;
        left: -30px;
        right: 0
    }

    .miami-image {
        min-height: 400px
    }

    .miami-content a {
        font-size: 22px;
        line-height: 25px;
        padding: 12px 26px
    }

    .main-page-container {
        width: 90%;
        padding: 0
    }

    .carousel-heading h1 {
        font-size: 22px;
        line-height: 12px
    }

    .carousel-heading {
        top: -53px
    }

    .property-sdropdown,
    .property-sdropdown2 {
        width: 33.33%
    }

    form.luxury-neigh-list2.property-sdropdown2 {
        border-right: 1px solid var(--black)
    }

    .property-numbers,
    .save-property {
        width: 50%
    }

    .thumbnail2::after {
        height: 18px
    }

    .new-virtual-filter.aventura-filter .bedrooms {
        width: 70%;
        border: none;
        border-right: 1px solid var(--black)
    }

    .aventura-filter .bedrooms {
        width: 100%;
        border: none;
        border-bottom: 1px solid var(--black)
    }

    .furnished-type-container {
        width: 100%
    }

    .register-btn a {
        padding: 15px 45px
    }

    .market-stats-tab {
        flex-direction: column
    }

    .all-filters {
        padding: 20px 2% 19px
    }

    .luxury-condo-tab .all-filters {
        padding: 19px 1%
    }

    .new-virtual-filter .filter-btn h6 {
        justify-content: var(--center);
        -moz-column-gap: 10px;
        column-gap: 10px
    }

    .search-community-sale-container {
        margin: 30px auto 50px
    }

    .aventura-filter .all-filters {
        padding: 21px 1.9%
    }

    .luxury-condo-tab .thumbnail2 {
        padding: 21px 0
    }

    .mobile-device .aventura-heart-3030 {
        right: 20px !important
    }

    .mobile-device .jss-slider-container-1,
    .jss-slider-container-1 div {
        overflow: unset !important
    }

    .mobile-device #jssor_1 {
        height: 470px !important
    }

    .mobile-device .jsslides img {
        height: 700px !important
    }

    .luxury-neigh-list2 select {
        line-height: 60px
    }

    .luxury-condo-tab .neighborhood-form {
        width: 32%
    }

    .luxury-condo-tab .bedrooms {
        width: 68%
    }

    .new-virtual-filter .all-filters {
        width: 30%;
        border: none;
        padding: 19px 1.9%
    }
}

@media(max-width: 700px) {
    .mobile-device #jssor_1 {
        height: 400px !important
    }
}

@media(max-width: 576px) {
    .footer-div2 ul li {
        margin-right: 0
    }

    .input-search::-moz-placeholder {
        font-size: 16px
    }

    .input-search::placeholder {
        font-size: 16px
    }

    .button-search {
        top: 14px
    }

    .btn span {
        line-height: 40px;
        font-size: 12px
    }

    .btn {
        padding: 3px 6px 0 12px
    }

    .menu-list li a {
        font-size: 14px;
        line-height: 50px
    }

    .fa-brands,
    i.fa-brands.fa-facebook-f {
        font-size: 30px !important
    }

    .footer-div2 ul:nth-child(3) {
        margin: 0
    }

    .footer-div1 p {
        margin-bottom: 40px
    }

    .item4 {
        margin-left: 0;
        width: 100% !important
    }

    .active .bar1 {
        transform: rotate(45deg) translate(8px, 3px)
    }

    .active .bar3 {
        transform: rotate(-45deg) translate(8px, -4px)
    }

    .input-search {
        font-size: 14px
    }

    .owl-one .owl-nav {
        position: var(--absolute);
        width: 100%;
        height: 35px
    }

    .videos-section a {
        font-size: 14px;
        line-height: 40px
    }

    .nav-button2.owl-next {
        right: -25px
    }

    .nav-button2.owl-prev {
        left: -25px
    }

    .globel p,
    .contact-us p {
        font-size: 12px
    }

    .search-icon2 {
        display: var(--flex)
    }

    .search-close,
    .login-account {
        width: 16px
    }

    .search-icon2 img:nth-child(1) {
        width: 18px
    }

    .nav-icons a {
        width: 100%;
        display: var(--flex)
    }

    .login-account a {
        width: 100%
    }

    .bar1,
    .bar2,
    .bar3 {
        width: 22px
    }

    .bar1,
    .bar2 {
        margin-bottom: 5px
    }

    .logo-mob a img {
        padding: 5px 0
    }

    .logo-mob {
        width: 80px
    }

    .main-page-container h2,
    .head-three h2,
    .head-three h2 span,
    .head-two h2,
    .owl-div h2,
    .news-content h2,
    .video-head h2,
    .section-content h2,
    .mobile-content h2,
    .head-two h2 span,
    .lucas-img h2 {
        font-size: 25px;
        line-height: 35px;
        text-align: var(--center)
    }

    .items {
        flex-direction: column
    }

    .item3 {
        display: var(--flex);
        width: 100%;
        margin-top: 35px
    }

    .item4 {
        margin-left: 0;
        width: 100%;
        margin-top: 30px
    }

    .nav-button.owl-prev {
        padding: 0 !important;
        margin: 5px !important
    }

    .item h3 {
        font-size: 14px;
        margin-top: 22px;
        line-height: 20px
    }

    .banner-heading h1 {
        font-size: 45px;
        line-height: 40px;
        text-align: var(--center);
        display: var(--inline-block);
        width: 100%
    }

    .banner-heading {
        width: 100%
    }

    .banner-heading h3 {
        font-size: 20px;
        margin-top: 20px
    }

    .item1-p h3 {
        font-size: 20px;
        line-height: 22px
    }

    .thinking-tab {
        position: var(--absolute);
        bottom: 50px;
        left: 0;
        margin: 0px auto;
        right: 0
    }

    .footer-div1 {
        padding: 50px 15px
    }

    .footer-div1 p a {
        word-break: break-all;
        font-size: 16px;
        line-height: 28px
    }

    .footer-div2 ul {
        width: 100%;
        display: var(--flex);
        flex-direction: column
    }

    .footer-copyright {
        justify-content: var(--center)
    }

    .footer-copyright p {
        text-align: var(--center);
        padding: 0px
    }

    .button-arrow {
        margin-left: 10px
    }

    .blog-divs .news-image-content h4 {
        font-size: 16px;
        line-height: 20px
    }

    .blog-overlay .news-image-content a {
        font-size: 14px
    }

    .news-image-content h3 {
        font-size: 14px;
        line-height: 22px;
        margin-top: 10px;
        margin-bottom: 10px
    }

    .footer-div2-img {
        text-align: var(--center)
    }

    .footer-div2-img a img {
        width: 70%
    }

    ul.last-footer-ul {
        margin-top: 20px
    }

    li.equa-icon {
        margin: 0
    }

    .message-tab-div {
        justify-content: space-evenly
    }

    .global-wid {
        padding: 30px 25px 30px 35px
    }

    .sale-list-search {
        justify-content: var(--center);
        align-items: var(--end);
        border: var(--none)
    }

    .sale-search-input {
        width: 100%;
        display: var(--block)
    }

    .sale-input-form {
        width: 100%
    }

    .for-sale-heading h1 {
        font-size: 30px
    }

    .sale-input-form {
        margin: 0
    }

    .sale-input-form input {
        width: 90%
    }

    .image-head-a,
    .rent-image-div4 {
        width: 100%
    }

    .div-margin {
        margin: 0
    }

    div.neigh-image.div>p {
        font-size: 15px
    }

    .nav-neigh {
        width: 50%
    }

    .homes1,
    .condos,
    .condos1,
    .homes,
    .condos1.active,
    .homes1.active {
        font-size: 12px
    }

    .features-content-container {
        width: 100%;
        margin-bottom: 15px
    }

    .aventura-heading span {
        font-size: 14px
    }

    .floating-div {
        top: 8px
    }

    .features-heading {
        font-size: 16px
    }

    .floating-div span {
        font-size: 12px;
        padding: 10px;
        line-height: 10px
    }

    .search-luxury.virtual-tab .label-check {
        padding-left: 0px
    }

    a.neigh-image-stats1.luxury-stats1.luxury-stats-wid {
        width: 100%
    }

    .about-us-sub-menu li a {
        font-size: 14px;
        line-height: 24px
    }

    .menu-contain {
        padding: 15vh 0 10vh
    }

    .luxury-slider .owl-item img {
        min-height: inherit
    }

    .pagination .btn span {
        padding-right: 0
    }

    .thumb-list {
        border: 1px solid var(--black);
        border-top: var(--none);
        width: 100%
    }

    .thumbnail {
        border-right: 1px solid var(--black)
    }

    .thumbnail,
    .list-view {
        padding: 15px 0
    }

    .thumbnail p,
    .list-view p {
        font-size: 14px
    }

    .thumbnail::after,
    .list-view::after {
        width: 16px;
        height: 16px
    }

    .sale-input-form {
        border: 1px solid var(--black)
    }

    .miami-image {
        min-height: 350px
    }

    .blog-container-heading h1 {
        font-size: 32px;
        line-height: 35px;
        letter-spacing: 2px
    }

    .list-view2,
    .thumbnail2 {
        width: 50%
    }

    .luxury-slider .owl-prev span,
    .luxury-slider .owl-next span {
        font-size: 70px
    }

    a.item4 {
        margin-left: 0;
        margin-top: 40px
    }

    .about-us-font-size h3 {
        line-height: 35px;
        text-align: var(--center)
    }

    .section-four-head {
        padding: 50px 0 30px
    }

    .section-four-content p,
    .section-four-content p b {
        margin-bottom: 10px
    }

    .section-four-content a {
        font-size: 16px;
        padding-left: 0
    }

    .press-content p {
        margin-bottom: 25px
    }

    .press-images {
        row-gap: 60px
    }

    .about-us-font-size h3 {
        font-size: 25px
    }

    .questions-heading {
        padding-left: 60px;
        padding-right: 0px;
        font-size: 15px
    }

    .questions-heading.active::before {
        left: 30px
    }

    .questions-heading.active::after {
        left: 22px
    }

    .questions-content {
        font-size: 15px;
        margin-left: 15px
    }

    .questions-heading::before {
        left: 27px
    }

    .questions-heading::after {
        left: 18px
    }

    .section-four-content a {
        line-height: 50px
    }

    p.section-four-btn-p {
        margin-bottom: 40px
    }

    .meet-bio {
        width: 100%
    }

    .meet-conatiner h2 {
        padding-bottom: 30px;
        font-size: 30px;
        line-height: 30px
    }

    .meet-conatiner h2:last-of-type {
        padding: 30px 0
    }

    .bio-name h4 span {
        font-size: 18px
    }

    .contact-lucas-img-section {
        display: var(--flex);
        flex-wrap: wrap
    }

    .contact-us-lucas-img {
        margin: 0 auto;
        width: 70%
    }

    .contact-info {
        padding: 20px;
        width: 100%;
        padding-top: 0
    }

    .contact-lucas {
        padding: 0px 0 20px
    }

    .map-icon {
        width: 8%
    }

    .contact-map-location {
        padding: 1px 20px 15px
    }

    .register-btn a {
        padding: 12px 45px;
        margin-top: 10px
    }

    .login-btn a,
    .cancel-btn {
        padding: 15px 0
    }

    .forgot-pass a {
        margin: 0 5px;
        font-size: 14px
    }

    .lost-password-btn-div {
        width: 80%;
        flex-direction: column;
        row-gap: 10px;
        margin-top: 10px
    }

    .get-new,
    .lost-password-btn-div .cancel-btn {
        width: 100%
    }

    .lost-login-btn a {
        padding: 20px 0px;
        width: 100%;
        text-align: var(--center)
    }

    .lost-login-btn {
        margin-top: 10px;
        width: 80%
    }

    .tab-content {
        padding: 40px 15px
    }

    .my-account .register-first-name input {
        font-size: 18px
    }

    #register label,
    #login label,
    form.input-search-div.register-first-name label {
        font-size: 13px
    }

    .my-account .register-first-name {
        margin: 10px auto
    }

    .property-col-1 {
        width: 100%;
        border-right: var(--none)
    }

    .property-col-2 {
        width: 100%;
        border-right: var(--none);
        border-top: 1px solid var(--black)
    }

    .property-any span {
        font-size: 14px
    }

    .matching-btn {
        padding: 15px 0;
        font-size: 16px;
        margin: 0;
        margin-bottom: 24px
    }

    a.download-excel {
        font-size: 15px
    }

    .wp-thumbs-list-information p {
        font-size: 14px
    }

    .development-list-data .address a {
        font-size: 15px
    }

    .property-search-container li.development-li {
        height: 210px
    }

    .property-search-container .development-sub-list li.price-sf {
        border-right: var(--none);
        border-bottom: 1px solid #bababa;
        width: 50%
    }

    .property-search-container .development-sub-list li.living-size {
        border-right: 1px solid #bababa;
        width: 50%
    }

    .property-search-container .development-sub-list li.development,
    .property-search-container .development-sub-list li.build-year {
        border-right: 1px solid #bababa;
        width: 50%
    }

    .property-search-container .development-sub-list li.development {
        border-right: var(--none)
    }

    .development-sub-list li.pr,
    .development-sub-list li.beds,
    .development-sub-list li.baths {
        width: 33.33%
    }

    .development-sub-list li.baths {
        border-right: var(--none)
    }

    .pending-condo-container .pending-error-msg h3,
    .pending-condo-container .pending-error-msg h3 span {
        font-size: 18px
    }

    .pending-condo-container .pending-error-msg p {
        font-size: 16px
    }

    .pending-condo-container .pending-error-msg h5 {
        font-size: 17px
    }

    .pending-condo-container .pending-error-msg {
        padding: 50px 0
    }

    .review-content p {
        font-size: 16px
    }

    .review-content h5 {
        font-size: 22px
    }

    .review-content .contact-btn {
        width: 40%
    }

    .walk-score-container h2 {
        font-size: 40px;
        line-height: 50px
    }

    .wpwalkscore ul {
        flex-direction: column
    }

    .card {
        width: 100%
    }

    .card svg {
        width: 190px
    }

    .card .number {
        transform: translate(-34%, -78%)
    }

    .wpwalkscore li {
        width: 100%
    }

    .walk-score-icons {
        width: 15%
    }

    .meet-lucas-container .questions-accordion section {
        padding: 0;
        padding-bottom: 50px
    }

    .blog-container-content h1 {
        font-size: 25px;
        line-height: 35px
    }

    .blog-search input {
        width: 350px
    }

    .blog-search button {
        left: 319px
    }

    .blog-post-comment .contact-btn {
        width: 180px;
        font-size: 16px;
        line-height: 60px
    }

    .meet-lucas-container .lucas-content h2 {
        font-size: 26px;
        line-height: 36px
    }

    .condo-sale-container li.condo-l2,
    .condo-sale-container li.condo-l4,
    .condo-sale-container li.condo-l3 {
        width: 33.33%;
        border-bottom: 1px solid #bababa
    }

    .condo-sale-container li.condo-l10 {
        width: 33%
    }

    .condo-sale-container li.condo-l4,
    .condo-sale-container li.condo-l6 {
        border-right: var(--none)
    }

    .condo-sale-container li.condo-l5 {
        border-right: 1px solid #bababa;
        width: 50%
    }

    .condo-sale-container li.condo-l7 {
        width: 67%;
        border-bottom: 1px solid #bababa
    }

    .condo-sale-container li.condo-l6 {
        width: 50%
    }

    .condo-sale-container li.living-size,
    .condo-sale-container li.condo-l9 {
        width: 25%;
        padding-left: 5px
    }

    .condo-sale-container li.development,
    .condo-sale-container .development-list-data li.address {
        width: 47%
    }

    .for-associations-container .development-li {
        height: 140px
    }

    .for-associations-container li.condo-l3 {
        width: 70%;
        border: var(--none);
        border-bottom: 1px solid #bababa
    }

    .for-associations-container li.condo-l4 {
        width: 100%
    }

    .for-associations-container li.condo-l2 {
        border-bottom: 1px solid #bababa;
        width: 30%
    }

    .development-list-data li h5 {
        font-size: 12px
    }

    .video-block h3 {
        margin: 40px 0
    }

    .media-container h3 {
        font-size: 25px;
        line-height: 35px
    }

    .media-pdf div p {
        font-size: 14px
    }

    .view-pdf,
    .download-pdf,
    .share-pdf {
        width: 16%
    }

    .name-pdf {
        width: 52%
    }

    .name-pdf h6 {
        font-size: 14px
    }

    .item1>a {
        height: 400px
    }

    .navbarr-mobile {
        background: var(--black)
    }

    .construction-condos-container li.condo-l2 {
        width: 80%
    }

    .construction-condos-container li.condo-l3 {
        border-right: var(--none)
    }

    .construction-condos-container li.condo-l4 {
        border-right: 1px solid #bababa;
        width: 50%
    }

    .construction-condos-container li.condo-l6 {
        border-right: var(--none);
        width: 50%;
        border-bottom: 1px solid #bababa
    }

    .construction-condos-container li.development-li {
        height: 210px
    }

    .construction-condos-container li.condo-l7,
    .construction-condos-container li.condo-l9 {
        width: 40%
    }

    .construction-condos-container .development-sub-list li.fav {
        width: 20%
    }

    .condo-sale-container li.development-li {
        height: 210px
    }

    .arts-container h2 {
        font-size: 38px
    }

    .arts-red-boxes {
        flex-direction: column;
        row-gap: 10px
    }

    .arts-color-boxes {
        padding: 10px 0;
        width: 100%
    }

    .reset form label {
        width: 50%
    }

    .arts-stats-block2 h6 {
        font-size: 24px
    }

    .arts-stats-block2 .neigh-image-stats ul li {
        font-size: 12px;
        line-height: 18px
    }

    .pendings {
        flex-direction: column;
        row-gap: 10px
    }

    ul.arts-pendings {
        width: 100%
    }

    .arts-pendings li a {
        height: auto
    }

    .arts-map {
        min-height: 350px
    }

    .arts-pendings li a span:first-of-type {
        font-size: 24px
    }

    .arts-common-stats-block span {
        font-size: 13px
    }

    .arts-develop-container h2 {
        font-size: 28px;
        line-height: 38px
    }

    .arts-pendings li a {
        padding: 10px 0
    }

    .ae-develop-thumb a.neigh-image-stats2.luxury-stats2,
    .ae-develop-thumb .luxury-condos-list a.luxury-stats1,
    .ae-develop-thumb .luxury-stats-tab.ae-thum-color-boxes p {
        font-size: 14px
    }

    .property-search-container .list-property-development .development-sub-list li.pr,
    .property-search-container .list-property-development .development-sub-list li.build-year,
    .property-search-container .list-property-development .development-sub-list li.baths,
    .property-search-container .list-property-development .development-sub-list li.beds {
        width: 33.33%
    }

    .property-search-container .list-property-development .development-sub-list li.price-sf,
    .property-search-container .list-property-development .development-sub-list li.living-size {
        width: 50%
    }

    .property-search-container .list-property-development .development-sub-list li.development {
        width: 66%
    }

    .search-community-sale-container h2 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 30px
    }

    .stats-table-head {
        top: 138px
    }

    .footer-credit {
        justify-content: var(--center)
    }

    .footer-credit a {
        margin: 0
    }

    li.seal-icon {
        width: 11%
    }

    .condo-image,
    .luxury-slider .owl-item .items,
    .img-wid2 {
        height: 300px
    }

    .ae-develop-thumb .rent-image-div3 p {
        font-size: 16px
    }

    .partner-block {
        padding: 25px 0
    }

    .partner-content h2 {
        line-height: 45px;
        font-size: 35px
    }

    .partner-content h3 a {
        font-size: 22px;
        line-height: 22px
    }

    ul.last-footer-ul {
        justify-content: var(--center)
    }

    li.llr-icon {
        width: 290px
    }

    .partner-image {
        width: 90%;
        background-size: var(--cover);
        height: 370px
    }

    .contact--form .input-search-div {
        width: 100%;
        margin: 20px 0
    }

    .profile-form p {
        font-size: 14px;
        line-height: 14px
    }

    .favorites-tabs ul.fav-main-tabs {
        flex-direction: column
    }

    .favorites-tabs li.tab-link {
        width: 100%;
        border-bottom: 4px solid var(--black)
    }

    .favorites-tabs li.tab-link.current {
        border-bottom: 4px solid #f90
    }

    .favorites-tabs .tab-link.current {
        border-bottom: 4px solid #f90
    }

    .my-fav-block ul.fav-tabs {
        flex-wrap: wrap
    }

    li.fav-tab-link {
        width: 100%;
        border: 2px solid var(--black)
    }

    li.fav-tab-link:nth-child(1),
    li.fav-tab-link:nth-child(2),
    li.fav-tab-link:nth-child(3) {
        border-bottom: var(--none)
    }

    .favorites-container .condo-image {
        height: 350px
    }

    .favorites-container .rent-image-div3 p {
        font-size: 12px
    }


    #loader-ging img {
        width: 30%
    }

    .global-thumb-block .thumb-list .global-view p {
        font-size: 14px
    }

    .measure-list form select {
        font-size: 14px
    }

    .property-details-container .slider button.owl-prev::after {
        content: "";
        right: 70px
    }

    .property-details-container .slider button.owl-next::after,
    .property-details-container .slider button.owl-prev::after {
        content: "";
        width: 70px;
        bottom: 10px
    }

    .property-details-container .features-content-container {
        max-width: 100%
    }

    .mortgage-calculator h3 {
        margin: 0
    }

    .property-details-container .features-content {
        row-gap: 2px
    }

    h2.features-heading {
        font-size: 18px;
        line-height: 20px
    }

    .property-details-container .contact-lucas {
        padding: 0px 0 20px
    }

    .property-details-container .whatsapp,
    .property-details-container .messenger {
        width: 20px
    }

    .property-details-container .contact-message-2 {
        justify-content: flex-start
    }

    .property-details-container .contact-tel {
        margin-right: 20px
    }

    .mortgage-calculator h4,
    .mortgage-calculator h3,
    .property-details-container .contact-us-form h4 {
        font-size: 20px
    }

    .mortgage-details li div span {
        font-size: 16px;
        line-height: 22px;
        margin: 10px 0
    }

    span.paymen-input {
        width: 30%
    }

    span.total-payment-span {
        width: 30%
    }

    .property-details-container .wpwalkscore li {
        width: 100%
    }

    .tag-line {
        top: 0;
        width: 100%
    }

    .tag-line p {
        width: 100%;
        font-size: 16px;
        transform: unset;
        left: 0;
        right: 0
    }

    #sync2 .item {
        height: 50px
    }

    .navigation-thumbs.owl-carousel .owl-nav button.owl-next,
    .navigation-thumbs.owl-carousel .owl-nav button.owl-prev {
        height: 50px
    }

    .search-community-sale-container .featured-condo-common-table .mobile-list-heading {
        top: 14%
    }

    .meet-lucas-image {
        width: 70%
    }

    .p-s-beds {
        width: 100%;
        padding: 15px 10px
    }

    .p-s-form {
        width: 100%;
        padding: 15px 10px;
        border-right: var(--none)
    }

    .search-community-sale-container h1 {
        font-size: 26px;
        line-height: 35px;
        margin-bottom: 15px
    }

    .mobile-content {
        padding: 20px 0
    }

    .mobile-tab {
        -moz-column-gap: 0;
        column-gap: 0;
        width: 90%;
        margin: 10px auto 0
    }

    .aventura-heading h2 {
        font-size: 30px;
        margin: 0
    }

    .available-condo-container h2,
    .stats-container h2,
    .media-container h2 {
        font-size: 26px;
        line-height: 38px
    }

    .new-property-search-container {
        margin-bottom: 0
    }

    .property-content-block {
        padding-bottom: 0
    }

    .aventura-tab-row,
    .neigh-bar.neigh-sticky,
    ul.mobile-list-heading {
        top: 57px
    }

    .available-condo-container .neigh-bar.neigh-sticky,
    .stats-container .neigh-bar.neigh-sticky,
    .arts-develop-container .neigh-bar.neigh-sticky {
        top: 110px
    }

    .property-details-container .slider .owl-nav {
        display: var(--none)
    }

    .property-head-block h1 {
        font-size: 24px;
        line-height: 25px
    }

    .bike-score {
        width: 20%
    }

    .bike-score img {
        max-width: 100%
    }

    .globel,
    .contact-us {
        padding: 5px 0
    }

    .icon-heart-neigh {
        background-size: contain;
        height: 30px;
        width: 30px;
        right: 4%;
        top: 3%
    }

    .tabs-content {
        min-height: 60px
    }

    .tabs.tab-sticky .tabs-container .owl-item .tabs-content img {
        width: 20px;
        height: 20px
    }

    .features-content-container a {
        margin-left: 50px
    }

    .tabs.tab-sticky .tabs-content {
        min-height: 50px
    }

    .tabs-container .owl-item .tabs-content img {
        width: 24px;
        height: auto
    }

    .custom-model-wrap,
    .available-condo-container .custom-model-wrap,
    .featured-container .custom-model-wrap {
        width: 100%;
        height: 100%
    }

    .custom-model-wrap .all-filters-price {
        max-height: 100%;
        margin: unset;
        width: 100%;
        padding: 30px
    }

    .aventura-model-open .custom-model-inner {
        height: 100%;
        overflow-y: scroll
    }

    .close-btn {
        right: 4%;
        font-size: 40px
    }

    .sort-btn form.luxury-neigh-list2 {
        padding: 22px 0
    }

    .available-condo-container .image-rent-box {
        padding-top: 30px
    }

    .available-condo-container .development-list {
        margin-top: 30px
    }

    .custom-model-wrap form {
        width: 100%
    }

    .banner {
        height: 400px
    }

    .dgt-slider video#autoplay {
        height: 400px
    }

    .item1,
    .items-img {
        height: 400px
    }

    .item1-p {
        margin-left: 20px;
        bottom: 10px
    }

    .item1-p a {
        font-size: 14px;
        line-height: 30px
    }

    .news-content {
        margin-top: 30px
    }

    .item2-owl h4 a {
        font-size: 18px;
        line-height: 24px
    }

    .item2-owl p {
        margin-top: 10px
    }

    .section-content p {
        font-size: 16px;
        line-height: 24px
    }

    .section-content h2 {
        margin-bottom: 10px
    }

    .section-content {
        padding: 30px 0px;
        bottom: -280px
    }

    .thinking-img,
    .mobile-img1 {
        height: auto
    }

    .lucas-image {
        width: 300px;
        height: 320px
    }

    .mobile-tab-content {
        padding-top: 20px
    }

    .section-content a {
        line-height: 42px;
        font-size: 16px;
        width: 180px
    }

    a.item4 .item1-p {
        bottom: 20px
    }

    .item4::after {
        -webkit-clip-path: circle(29% at 20% 15%);
        clip-path: circle(29% at 20% 15%)
    }

    .item4::before {
        left: 6%;
        top: 14%
    }

    .mortgage-calculator {
        margin: 0px 0 20px
    }

    .features-list-p {
        font-size: 16px;
        line-height: 26px
    }

    .table-heading1 {
        margin-top: 10px
    }

    .news-a-img-arrow {
        width: 20px
    }

    .img-wid {
        height: 300px
    }

    .overlay-heading {
        font-size: 14px;
        line-height: 16px
    }

    .luxury-condo-tab div,
    .luxury-condo-tab .all-filters,
    .luxury-condo-tab form.luxury-neigh-list2 {
        width: 50%;
        border: var(--none)
    }

    .luxury-condo-tab .all-filters,
    .luxury-condo-tab form.luxury-neigh-list2 {
        border-bottom: 1px solid var(--black)
    }

    .luxury-neigh-list2 select {
        line-height: 57px
    }

    .luxury-condo-tab .all-filters,
    .luxury-condo-tab .thumbnail2 {
        border-right: 1px solid var(--black)
    }

    .luxury-homes-container .luxury-condo-tab .bedrooms,
    .luxury-homes-container .luxury-condo-tab .neighborhood-form {
        width: 100%
    }

    .luxury-homes-container .luxury-condo-tab .neighborhood-form {
        border-right: var(--none)
    }

    .luxury-homes-container .luxury-condo-tab form.luxury-neigh-list2 {
        width: 50%
    }

    .luxury-condo-tab .all-filters {
        padding: 17px 2% 18px 4%
    }

    .stats-table-row th,
    .stats-table-row td {
        padding: 14px 3px !important
    }

    .property-price-dd {
        margin: 20px
    }

    .popup-close-menu5 {
        padding: 10px
    }

    .property-content-block .luxury-slider .owl-item .items {
        height: 300px
    }

    .new-property-search .condo-overlay {
        bottom: 115px
    }

    .heart-mx-wid .heart-3030-img {
        width: 30px;
        height: 30px
    }

    .heart-mx-wid {
        top: 20px
    }

    .blog-col {
        padding: 30px 20px 0
    }

    .blog-container-heading {
        margin-bottom: 40px
    }

    .aventura-heart-3030 {
        top: 115px
    }

    .aventura-heart-3030 .heart-3030-img {
        width: 20px;
        height: 20px
    }

    .grid-view-property .thumbnail2,
    .grid-view-property .list-view2 {
        width: 100%
    }

    .meet-image {
        height: auto
    }

    .new-virtual-filter.aventura-filter .bedrooms {
        border: none;
        width: 100%;
        border-bottom: 1px solid var(--black)
    }

    .new-virtual-filter .all-filters {
        width: 100%;
        padding: 16px 0
    }

    .play-btn {
        width: 50px
    }

    .featured-container .flooring-type {
        width: 100%
    }

    .transparent-header {
        padding-bottom: 60px
    }

    .search-update {
        width: 88%
    }

    .search-update,
    .search-name {
        flex-direction: column;
        align-items: start;
        row-gap: 10px
    }

    .custom-model-wrap .search-name form {
        flex-direction: row;
        width: 100%;
        align-items: var(--center);
        justify-content: var(--space-between)
    }

    .all-filters-price.save-search-block h5 {
        font-size: 22px
    }

    .custom-model-wrap .search-update form label {
        font-size: 14px
    }

    .search-update h6 {
        margin: 20px 0 10px;
        font-size: 14px
    }

    .custom-model-wrap .search-name form label {
        width: 180px;
        text-align: left;
        font-size: 14px
    }

    .custom-model-wrap .all-filters-price.save-search-block {
        padding: 40px 30px
    }

    .save-search-block .p-minmax-dropdown {
        position: absolute;
        padding: 20px 30px;
        bottom: 10px;
        padding-bottom: 10px;
        left: 0;
        right: 0
    }

    .custom-model-wrap .search-name form input {
        width: 56%;
        font-size: 14px
    }

    .save-search-block span.checkmark {
        left: -16%;
        height: 12px;
        width: 12px
    }

    .save-search-block .checkmark::after {
        top: 0px
    }

    .mobile-device #jssor_1 {
        height: 340px !important
    }

    .tab-link {
        font-size: 14px;
        padding: 5px 0
    }

    .my-account-cross.modal-cross {
        right: 20px
    }

    .main-page-container .news-image-content {
        bottom: 10px
    }

    .price-min-max {
        width: 100%
    }

    .drop-down-heading,
    .dd-menu h4 {
        font-size: 18px
    }

    .new-property-search {
        margin: 0 auto
    }

    .new-property-search-container .neigh-bar {
        top: unset
    }

    .luxury-condo-tab .neighborhood-form,
    .luxury-condo-tab .bedrooms {
        width: 100%;
        border-right: none
    }

    .luxury-condo-tab .neighborhood-form select {
        padding: 0 3.5%
    }
}

@media(max-width: 480px) {
    .about-us-sub-menu li a {
        font-size: 14px;
        line-height: 24px
    }

    .pagination ul li.numb {
        height: 35px;
        width: 35px;
        margin: 0;
        display: var(--flex);
        align-items: var(--center);
        justify-content: var(--center)
    }

    .miami-image {
        min-height: 300px
    }

    .blog-container-heading h1 {
        font-size: 28px;
        line-height: 30px
    }

    .miami-content a {
        font-size: 18px;
        line-height: 22px
    }

    .disclaimer {
        font-size: 15px;
        line-height: 28px
    }

    .about-para-image {
        width: 120px
    }

    .about-us-font-size h2 {
        font-size: 25px;
        line-height: 35px
    }

    .about-us-font-size p,
    .about-us-font-size p b {
        font-size: 14px
    }

    .about-us-section-two {
        margin: 50px 0
    }

    .section-four-content a {
        font-size: 14px
    }

    .press-content h3 {
        margin-bottom: 20px
    }

    .questions-heading,
    .questions-content {
        font-size: 14px
    }

    .questions-heading {
        padding-bottom: 40px
    }

    .questions-heading::after {
        width: 18px;
        transform: translate(6px, 0px) rotate(0deg)
    }

    .questions-heading::before {
        height: 18px
    }

    .questions-heading {
        padding-right: 30px;
        line-height: 24px
    }

    .questions-acc::after {
        content: "";
        width: 90%
    }

    .about-us-menu .about-us-sub-menu {
        bottom: -90%;
        right: -90%;
        width: 130%;
        padding-left: 7%
    }

    li.about-us-menu {
        width: 30%;
        margin: 0 auto
    }

    ul.about-us-sub-menu li a {
        line-height: 25px
    }

    .contact--form .input-search-div {
        width: 100%
    }

    .contact--form .input-search-div label {
        font-weight: bold;
        font-size: 12px
    }

    .contact-us-container .input-search-div {
        margin: 0
    }

    .contact--form {
        row-gap: 30px;
        margin: 20px 0
    }

    .tab-container {
        width: 85%;
        left: 7%;
        top: 15%;
        height: 850px
    }

    .tab-content {
        padding: 40px 10px
    }

    .register-form {
        padding: 20px 10px 0
    }

    .lost-password {
        padding: 40px 20px
    }

    .lost-password h5 {
        font-size: 17px
    }

    .lost-password-btn-div,
    .lost-login-btn {
        width: 60%
    }

    .modal-cross {
        width: 25px;
        height: 35px
    }

    .property-map iframe {
        height: 400px
    }

    .pending-condo-container .pending-error-msg h3,
    .pending-condo-container .pending-error-msg h3 span {
        font-size: 16px
    }

    .pending-condo-container .pending-error-msg p {
        font-size: 14px
    }

    .pending-condo-container .pending-error-msg h5 {
        font-size: 16px
    }

    .aventura-heading span {
        font-size: 12px
    }

    .review-content h2 {
        font-size: 35px;
        line-height: 40px
    }

    .review-content p {
        font-size: 14px
    }

    .review-content .contact-btn {
        width: 50%;
        font-size: 16px;
        line-height: 60px
    }

    .stats-container h3 {
        font-size: 24px;
        margin-bottom: 10px
    }

    .transaction-table {
        row-gap: 30px
    }

    .graph-div {
        margin-bottom: 30px
    }

    .rental-div p {
        font-size: 13px
    }

    .walk-score-container h2 {
        font-size: 32px;
        line-height: 40px
    }

    .meet-lucas-container .questions-acc {
        padding-top: 40px
    }

    .blog-search input {
        width: 100%
    }

    .blog-search button {
        left: unset;
        right: 1px
    }

    .blog-inner-container {
        width: 85%
    }

    .development-list-data li h5 {
        font-size: 12px;
        padding: 0
    }

    .development-list-data .development-sub-list li {
        font-size: 12px;
        padding: 20px 2px
    }

    .floor-plan-table th {
        font-size: 12px;
        padding: 10px
    }

    .media-pdf li {
        flex-wrap: wrap
    }

    .name-pdf {
        width: 100%
    }

    .view-pdf,
    .download-pdf,
    .share-pdf {
        width: 33.33%;
        padding: 7px 0px;
        border-top: var(--none)
    }

    .view-pdf {
        border-left: 1px solid #bababa
    }

    .share-pdf {
        border-right: 1px solid #bababa
    }

    .media-pdf {
        row-gap: 30px
    }

    .condo-ranking-container li.condo-l1,
    .condo-ranking-container li.condo-l2,
    .condo-ranking-container li.condo-l4,
    .condo-ranking-container li.condo-l3 {
        width: 25%
    }

    .condo-ranking-container li.condo-l5,
    .condo-ranking-container li.condo-l6,
    .condo-ranking-container li.condo-l8 {
        width: 33.33%
    }

    .condo-ranking-container li.condo-l5 {
        border-right: 1px solid #bababa
    }

    .condo-ranking-container li.condo-l6 {
        border-bottom: 1px solid #bababa
    }

    .condo-ranking-container li.condo-l4,
    .condo-ranking-container li.condo-l8 {
        border: var(--none);
        border-bottom: 1px solid #bababa
    }

    .condo-ranking-container li.condo-l9,
    .condo-ranking-container li.condo-l10 {
        width: 50%
    }

    .condo-ranking-container li.development-li {
        height: 210px
    }

    .featured-condo-common-table .mobile-list-heading {
        top: 11%
    }

    .featured-condo-common-table .development-list-data .development-sub-list li {
        padding: 0
    }

    .luxury-homes-container .development-list-data li.address,
    .luxury-homes-container li.condo-l2 {
        font-size: 12px;
        padding-left: 10px
    }

    .arts-stats-block2 .neigh-image-stats {
        flex-direction: column;
        row-gap: 10px
    }

    .arts-stats-block2 .neigh-image-stats1,
    .arts-stats-block2 .neigh-image-stats2 {
        width: 100%
    }

    .arts-container h2 {
        font-size: 34px
    }

    .arts-stats-block1 h3 {
        font-size: 21px
    }

    .arts-common-stats-block h4 {
        font-size: 16px
    }

    .arts-develop-container h2 {
        font-size: 26px;
        line-height: 36px
    }

    .tabs-content p,
    .tabs.tab-sticky .tabs-content p {
        font-size: 11px
    }

    .stats-empty-head {
        width: 12%
    }

    .condo-address h4 {
        font-size: 18px
    }

    .luxury-homes-container .luxury-slider .owl-item img {
        min-height: 320px
    }

    .partner-image {
        height: 300px
    }

    .upload-pic {
        width: 90%
    }

    .profile-form .register-btn a {
        margin: 0
    }

    .saved-search,
    li.saved-date,
    ul.saved-address-list .saved-20,
    ul.saved-listing .saved-20,
    ul.saved-listing .saved-listing-one,
    ul.saved-address-list .saved-one,
    li.saved-checkbox label {
        font-size: 14px
    }

    .listing-27 {
        font-size: 14px;
        padding: 6px
    }

    .saved-unsubs button {
        font-size: 14px;
        line-height: 30px;
        padding: 0 20px
    }

    .favorited-results p {
        width: 25%
    }

    .favorites-heading-block {
        padding: 40px 10px
    }

    #loader-ging img {
        width: 36%
    }

    p.vr-title a {
        font-size: 18px;
        line-height: 30px
    }

    .contact-btn {
        width: 80%
    }

    .nav-icons a {
        width: 20px
    }

    .login-account a {
        width: 100%
    }

    .my-acc-drop-down {
        width: 150px
    }

    .my-acc-drop-down p a {
        font-size: 14px
    }

    .contact-us-lucas-img {
        width: 90%
    }

    .footer-div2-img a {
        width: 70%
    }

    ul.pinfo1 li {
        padding-left: 10%
    }

    .contact-us-container .contact--form {
        row-gap: 20px
    }

    .questions-accordion {
        padding: 40px 4px
    }

    .about-us-sub-menu::after {
        content: "";
        left: -20%
    }

    .dropdown-for-sale {
        padding: 4px 10px
    }

    .property-filter-col .search-property {
        margin: 0;
        width: 100%;
        padding: 0;
        margin-bottom: 10px
    }

    .property-content-block .pagination h5 {
        font-size: 14px;
        line-height: 14px
    }

    .property-map-view {
        height: 400px
    }

    .blog-col .blog-search {
        width: 100%
    }

    .for-sale-banner {
        min-height: 300px
    }

    .for-sale-heading {
        bottom: 20px
    }

    .available-condo-container .image-rent-box {
        padding-top: 40px
    }

    .modal-open-content {
        padding: 50px 30px
    }

    .video iframe,
    .item1,
    .items-img,
    .item3,
    a.item4 {
        height: 320px
    }

    .head-three,
    .head-two {
        margin: 30px auto
    }

    .lucas-img {
        padding: 30px 3%;
        margin: 0
    }

    .lucas-content p {
        font-size: 18px;
        line-height: 28px
    }

    .owl-theme .owl-nav .nav-button {
        width: 40px;
        height: 40px
    }

    .news-image1,
    .news-image2 {
        width: 100%
    }

    .blog-divs .news-image-content h4 {
        font-size: 14px;
        line-height: 18px
    }

    .image-rent-box div.neigh-image-stats h6,
    .neigh-image-a p:first-child {
        font-size: 18px
    }

    .image-rent-box div.neigh-image-stats h6 {
        margin-right: 4%
    }

    .condo-address p {
        font-size: 14px
    }

    .luxury-a img {
        max-width: 24px
    }

    .condo-overlay {
        bottom: 53px
    }

    .luxury-a {
        padding: 12px 0
    }

    .luxury-condo-tab span.checkmark {
        height: 10px;
        width: 10px;
        left: -10%
    }

    .luxury-condo-tab label.label-check {
        padding-left: 5px;
        padding-right: 10px
    }

    .luxury-condo-tab label.label-check:last-of-type {
        padding-right: 0
    }

    .luxury-condo-tab .bedrooms .bedroom-form form {
        padding-left: 20px
    }

    .luxury-condo-tab .bedroom-form {
        margin: 0
    }

    .luxury-condo-tab .checkmark::after {
        top: 0px;
        width: 2px;
        height: 5px
    }

    .carousel-heading h1 {
        font-size: 18px;
        line-height: 6px
    }

    .carousel-heading {
        top: -46px
    }

    .contact-us-div-lucas {
        row-gap: 30px
    }

    .grid-view div {
        width: 14px
    }

    .luxury-neigh-list2 select {
        background-size: 16px
    }

    .new-virtual-filter.aventura-filter .bedrooms {
        padding: 10px 0
    }

    .mobile-device #jssor_1 {
        height: 270px !important
    }

    .item4::before {
        left: 2%
    }
}

@media(max-width: 767px) {

    .property-sdropdown,
    .property-sdropdown2 {
        width: 100%
    }

    .grid-view-property .grid-view {
        padding: 18px 3% 18px 5%;
        text-align: var(--center);
        border-left: 1px solid var(--black);
        border-right: 1px solid var(--black)
    }

    .neighborhood-form select,
    .neighborhood-form:hover select {
        width: 95%;
        padding: 0 6%
    }

    .property-search-container .property-s2 {
        border-right: 1px solid var(--black)
    }

    .luxury-condo-tab .all-filters {
        padding: 17px 2% 18px 4%
    }

    .menu-list li a {
        font-size: 14px;
        line-height: 50px
    }

    .input-search {
        font-size: 14px
    }

    .video-head {
        padding-right: 0px
    }

    .btn {
        width: -moz-max-content;
        width: max-content;
        margin: 0 auto
    }

    .head-three h2,
    .head-three h2 span,
    .head-two h2,
    .owl-div h2,
    .news-content h2,
    .video-head h2,
    .section-content h2,
    .mobile-content h2,
    .head-two h2 span,
    .lucas-img h2 {
        font-size: 25px;
        line-height: 30px
    }

    .head-two h2 span {
        border-bottom: 1px solid var(--black)
    }

    .item1-p h3 {
        font-size: 17px;
        line-height: 27px
    }

    .item1-p a {
        font-size: 14px;
        line-height: 16px
    }

    .item4 {
        min-height: 380px
    }

    .lucas-content p {
        font-size: 17px;
        line-height: 27px
    }

    .lucas-content a {
        padding: 0 26px;
        font-size: 14px;
        line-height: 46px
    }

    .footer-copyright {
        padding: 20px 0
    }

    .footer-copyright p {
        font-size: 12px
    }

    .mobile-content {
        padding: 35px 0
    }

    .mobile-content h2 {
        font-size: 25px;
        line-height: 40px
    }

    .footer-div1 p {
        font-size: 16px
    }

    .footer-div1 p a {
        font-size: 12px
    }

    .footer-div1 h3 {
        font-size: 25px;
        line-height: 35px
    }

    .banner-heading h3 {
        font-size: 18px
    }

    .item2 {
        margin-top: 26px;
        margin-bottom: 50px
    }

    .items {
        margin: 26px 0
    }

    .item2-owl h4 {
        font-size: 14px
    }

    .item2-owl p {
        font-size: 11px
    }

    .footer-div1 .fa-facebook-f {
        font-size: 27px
    }

    .fa-instagram {
        font-size: 29px
    }

    .fa-twitter {
        font-size: 25px
    }

    .fa-youtube {
        font-size: 27px
    }

    .video-head {
        padding-right: 0;
        text-align: var(--center);
        margin-bottom: 23px;
        display: var(--block)
    }

    .aventura-heading span {
        width: 68%;
        display: var(--block)
    }

    .features-content-container {
        padding: 15px
    }

    .luxury-condos-list a.luxury-stats1,
    .luxury-condos-list a.luxury-stats2 {
        line-height: 25px;
        font-size: 12px
    }

    .neigh-image.luxury-condos-list.pre-list-tabs {
        margin-bottom: 0px
    }

    .neigh-image.luxury-condos-list:last-child {
        margin-bottom: 0px
    }

    .globel i {
        margin-right: 8px
    }

    .questions-content {
        padding: 0;
        width: 100%;
        margin: 0;
        line-height: 20px;
        padding: 10px 20px 20px 60px
    }

    .section-two-content p {
        margin-bottom: 20px
    }

    .section-four-head {
        padding: 30px 0 30px
    }

    .section-four-head h3 {
        margin-bottom: 30px
    }

    .about-us-font-size h3 {
        line-height: 30px;
        font-size: 23px;
        margin: 0
    }

    .about-us-font-size p,
    .about-us-font-size p b {
        line-height: 28px
    }

    p.section-four-btn-p {
        width: 50%
    }

    .press-content p {
        margin-bottom: 15px
    }

    .about-us-section-two {
        margin: 30px 0
    }

    .about-us-font-size h2 {
        margin: 20px 0
    }

    .section-two-content {
        padding: 20px
    }

    .map-icon {
        width: 12%;
        margin-right: 0
    }

    .contact-map-location {
        padding: 10px;
        padding-bottom: 20px;
        -moz-column-gap: 10px;
        column-gap: 10px
    }

    .contact-map-location a {
        font-size: 14px
    }

    .contact-us-form h4 {
        font-size: 24px
    }

    .register-btn a {
        font-size: 13px
    }

    .property-search-container ul.development-sub-list li,
    .property-search-container ul.development-sub-list h5 {
        font-size: 12px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden
    }

    .pending-condo-container .pending-error-msg h3,
    .pending-condo-container .pending-error-msg h3 span {
        font-size: 14px;
        line-height: 20px
    }

    .pending-condo-container .pending-error-msg p {
        font-size: 13px;
        line-height: 20px
    }

    .pending-condo-container .pending-error-msg h5 {
        font-size: 14px;
        line-height: 20px
    }

    .meet-lucas-container .lucas-content h2 {
        font-size: 22px;
        line-height: 32px
    }

    .luxury-a img {
        max-width: 25%
    }

    .featured-condo-common-table .development-list-data li {
        font-size: 12px
    }

    .ae-develop-thumb a.neigh-image-stats2.luxury-stats2,
    .ae-develop-thumb .luxury-condos-list a.luxury-stats1,
    .ae-develop-thumb .luxury-stats-tab.ae-thum-color-boxes p {
        font-size: 14px
    }

    .search-community-sale-container .development-list-data li.address.list-content,
    .search-community-sale-container li.condo-l2.list-content {
        display: var(--block);
        padding: 25px 4px
    }

    .ae-develop-thumb .rent-image-div3 p {
        font-size: 14px
    }

    .luxury-homes-container .luxury-slider .owl-item img {
        min-height: 270px
    }

    .partner-content h2 {
        line-height: 30px;
        font-size: 30px
    }

    .partner-content h4 {
        font-size: 18px;
        line-height: 18px
    }

    .partner-content h3 a {
        font-size: 20px
    }

    .credits-container {
        margin: 30px auto;
        row-gap: 30px
    }

    .partner-image {
        height: 200px
    }

    .fav-user-details p a {
        font-size: 16px
    }

    .favorited-head-block .thumb-list {
        padding: 14px 0px
    }

    .favorites-container .condo-image {
        height: 300px
    }

    .favorites-container .condo-overlay-heading {
        width: 50%
    }

    .saved-search,
    li.saved-date,
    ul.saved-address-list .saved-20,
    ul.saved-listing .saved-20,
    ul.saved-listing .saved-listing-one,
    ul.saved-address-list .saved-one,
    li.saved-checkbox label {
        font-size: 12px
    }

    .y-n-checkbox {
        height: 32px;
        width: 80px
    }

    .y-n-checkbox::after {
        width: 15px;
        height: 15px
    }

    .y-n-checkbox::before {
        line-height: 32px;
        font-size: 16px
    }

    .upload-pic {
        width: 100%
    }

    span.total-payment-span {
        width: 31%
    }

    form.down-input1 {
        width: 65%
    }

    .tag-line p {
        height: 34px;
        line-height: 12px
    }

    .property-details-container .wpwalkscore {
        margin-bottom: 40px
    }

    .my-acc-drop-down {
        width: 120px
    }

    .my-acc-drop-down p a {
        font-size: 12px
    }

    li.llr-icon {
        width: 240px
    }

    ul.pinfo1 li {
        padding-left: 6%
    }

    .property-content-block .luxury-slider .owl-item .items {
        height: 270px
    }

    .property-content-block .luxury-a {
        font-size: 12px
    }

    .new-property-search-container .nav-neigh {
        width: 25%
    }

    .available-condo-container .neigh-bar.neigh-sticky,
    .stats-container .neigh-bar.neigh-sticky {
        padding: 14px 0px
    }

    .section-content a {
        line-height: 40px;
        font-size: 14px;
        width: 160px
    }

    .section-content p {
        font-size: 14px;
        line-height: 20px
    }

    .prop-btn {
        row-gap: 10px;
        flex-direction: column
    }

    .dropdown {
        font-size: 12px;
        line-height: 26px
    }

    .bath-numbers span {
        font-size: 12px;
        line-height: 34px
    }

    .dd-menu h4 {
        font-size: 16px
    }

    .popup-close-menu5 {
        -moz-column-gap: 20px;
        column-gap: 20px;
        padding: 0
    }

    a.popup-close {
        right: 20px
    }

    .condo-overlay {
        padding: 6px;
        bottom: 56px
    }

    .condo-image,
    .img-wid {
        height: 230px
    }

    .neigh-image h2 {
        font-size: 24px;
        line-height: 30px
    }

    input.range-to,
    input.range-from {
        width: 40%
    }

    .blog-overlay .news-image-content a {
        font-size: 12px;
        line-height: 20px
    }

    .news-image1-img {
        height: 320px
    }

    .aventura-filter .filter-btn.all-filters,
    .aventura-filter .sort-btn form.luxury-neigh-list2 {
        border: var(--none);
        border-bottom: 1px solid var(--black)
    }

    .aventura-filter .all-filters {
        padding: 21px 7%
    }

    .all-filters {
        padding: 20px 6% 19px
    }

    .featured-container .grid-view-property .grid-view {
        padding: 22px
    }

    .sort-btn form.luxury-neigh-list2 select {
        background-position: 97%
    }

    .review-content .contact-form-2 {
        padding: 20px 0 0
    }

    .review-content .contact-btn {
        line-height: 50px
    }

    .blog-container-content {
        padding: 40px 0 20px
    }

    .principal-tooltip {
        width: 180px;
        left: -10px
    }

    .custom-model-wrap .search-name form {
        flex-direction: column;
        align-items: start
    }

    .custom-model-wrap .search-name form input {
        width: 100%
    }

    .search-name {
        row-gap: 20px
    }

    .all-filters-price.save-search-block h5 {
        font-size: 22px;
        letter-spacing: 1px
    }

    .search-update {
        width: 82%
    }

    .save-search-block .p-minmax-dropdown .dropdown-for-sale7 {
        padding: 10px 20px;
        font-size: 14px
    }

    .aventura-filter div {
        width: 100%;
        border: none
    }

    .aventura-filter.new-virtual-filter .all-filters {
        border: none
    }

    .mobile-device #jssor_1 {
        height: 280px !important
    }

    .mobile-device .jsslides img {
        -o-object-fit: cover;
        object-fit: cover;
        height: 740px !important
    }

    .item4::after {
        -webkit-clip-path: circle(40% at 20% 15%);
        clip-path: circle(40% at 20% 15%)
    }

    .dropdown-for-sale {
        padding: 4px 0px;
        width: 200px;
        text-align: center
    }

    .menu-list-5 form.sale-input-form {
        width: 100%
    }

    .property-filter-col .menu-list-5 .sale-input-form button::before {
        font-size: 16px
    }
}

@media(max-width: 375px) {

    .homes1,
    .condos,
    .condos1,
    .homes,
    .condos1.active,
    .homes1.active {
        padding: 10px 0px;
        font-size: 12px
    }

    .input-search::-moz-placeholder {
        font-size: 14px
    }

    .input-search::placeholder {
        font-size: 14px
    }

    .button-search.input-active>img {
        width: 30%
    }

    .input-search::-moz-placeholder {
        font-size: 13px
    }

    .input-search::placeholder {
        font-size: 13px
    }

    .owl-one .owl-nav {
        position: var(--absolute);
        width: 100%;
        bottom: -1%;
        height: 27px
    }

    .banner-heading h3 {
        font-size: 15px;
        margin-top: 9px
    }

    .banner-heading h1 {
        font-size: 40px
    }

    .head-three h2,
    .head-three h2 span,
    .head-two h2,
    .owl-div h2,
    .news-content h2,
    .video-head h2,
    .section-content h2,
    .mobile-content h2,
    .head-two h2 span,
    .lucas-img h2 {
        font-size: 20px;
        line-height: 30px
    }

    .item1-p h3 {
        font-size: 17px;
        line-height: 23px
    }

    .item1-p a {
        font-size: 11px;
        line-height: 13px
    }

    .item2 {
        margin-bottom: 30px;
        margin-top: 35px
    }

    .items {
        margin: 0
    }

    .item4 {
        margin-top: 14px;
        min-height: 300px
    }

    .owl-one {
        margin-top: 26px
    }

    .item2-owl p {
        margin-top: 5px;
        line-height: 30px
    }

    .owl-one.owl-theme .owl-nav {
        display: var(--inline-block)
    }

    .lucas-img h2 {
        margin-bottom: 20px
    }

    .footer-div1 h3 {
        font-size: 20px;
        line-height: 20px
    }

    .footer-copyright p,
    .footer-credit a {
        font-size: 10px
    }

    .globel i,
    i.fa-solid.fa-phone {
        font-size: 12px
    }

    .globel p,
    .contact-us p {
        font-size: 10px
    }

    .news-section {
        margin-top: 0
    }

    .video-aa::after {
        right: 0
    }

    .table-heading1 h2 {
        font-size: 25px
    }

    .for-sale-heading h1 {
        font-size: 25px;
        line-height: 30px
    }

    .search-luxury,
    .all-filter-toggle {
        width: 100%
    }

    a.contact-btn .button-arrow {
        width: 10%
    }

    a.contact-btn {
        display: var(--flex);
        align-items: var(--center);
        justify-content: var(--center);
        margin: 0 auto
    }

    .about-us-sub-menu li a {
        font-size: 12px;
        line-height: 22px
    }

    .pagination ul li.numb.last {
        margin: 0px 0px 0 3px
    }

    .pagination ul li.btn {
        padding: 0
    }

    .pagination {
        margin-top: 40px
    }

    .market-stats-tab .all-filters select {
        font-size: 12px
    }

    .contact-us-form {
        padding: 20px
    }

    .contact-lucas h5 {
        font-size: 12px
    }

    .contact-lucas h6 {
        font-size: 14px
    }

    .contact-info {
        padding: 10px;
        padding-top: 0
    }

    .contact-map-location a {
        font-size: 12px
    }

    .contact-us-image-box {
        padding: 0
    }

    .lost-password-btn-div,
    .lost-login-btn {
        width: 70%
    }

    .available-condo-container .development-list-data li,
    .available-condo-container .development-sub-list li,
    .available-condo-container .development-list-data li h5 {
        font-size: 12px
    }

    .furnished-type-container {
        flex-direction: column;
        row-gap: 20px
    }

    .furnished-type {
        width: 100%
    }

    .review-content .contact-btn {
        font-size: 14px
    }

    .blog-container-image {
        width: 100%;
        height: 400px
    }

    .blog-container-content h1 {
        font-size: 22px;
        line-height: 32px
    }

    .blog-container-content p {
        font-size: 16px
    }

    .blog-container-content h4 {
        font-size: 17px
    }

    .media-video li iframe {
        height: 200px
    }

    .meet-lucas-image {
        width: 80%
    }

    .aventura-heading h2 {
        font-size: 25px
    }

    .blog-container-heading h1 {
        font-size: 26px
    }

    .banner {
        height: 300px
    }

    .dgt-slider video#autoplay {
        height: 300px
    }

    .three-tabs-inner {
        width: 220px
    }

    .property-search-tab h4 {
        font-size: 14px;
        line-height: 10px
    }

    .property-search-tab h5 {
        font-size: 10px
    }

    .video iframe,
    .item1,
    .items-img,
    .item3,
    a.item4 {
        height: 300px
    }

    .btn span {
        width: -moz-max-content;
        width: max-content;
        margin-right: 5px;
        padding: 0
    }

    .btn {
        padding: 0 5px
    }

    .lucas-image {
        width: 100%;
        height: auto
    }

    form.down-input2 input {
        width: 70%
    }

    .image-rent-box div.neigh-image-stats h6 {
        font-size: 13px
    }

    .neigh-image-a {
        font-size: 12px
    }

    .condo-overlay {
        flex-direction: column;
        align-items: start;
        row-gap: 5px
    }

    .condo-address {
        width: 100%
    }

    .overlay-heading {
        padding: 8px 14px
    }

    .luxury-condo-tab .neighborhood-form,
    .luxury-condo-tab .bedrooms,
    .luxury-condo-tab .all-filters,
    .luxury-condo-tab form.luxury-neigh-list2 {
        width: 100%;
        border: var(--none);
        border-bottom: 1px solid var(--black)
    }

    .luxury-homes-container .luxury-condo-tab form.luxury-neigh-list2 {
        width: 100%
    }

    .new-property-search .condo-overlay {
        flex-direction: row
    }

    .luxury-condo-tab .all-filters {
        padding: 17px 3% 18px 6%
    }

    .mobile-device #jssor_1 {
        height: 230px !important
    }

    .luxury-condo-tab .bedrooms {
        padding: 20px 5px
    }

    .luxury-condo-tab .neighborhood-form select {
        padding: 0 6%
    }

    .luxury-condo-tab .bedrooms .bedroom-form form {
        padding-left: 14px
    }
}

@media(max-width: 320px) {
    .video-aa::after {
        right: -7px
    }

    .news-image-content h3 {
        line-height: 16px;
        margin-bottom: 0px
    }

    .footer-div1 p a {
        font-size: 11.5px
    }

    .about-us-sub-menu li a {
        font-size: 12px;
        line-height: 22px
    }

    .btn span {
        font-size: 12px
    }

    .condo-overlay {
        bottom: 53px
    }
}

.mobile-section {
    display: none;
}