.nav-menu {
    -webkit-overflow-scrolling: touch;
}
select {
    -webkit-appearance: none;
    padding-left: none;
}
* {
    -webkit-print-color-adjust: exact;
}
@media print {
    .nav-menu {
        display: none;
    }
    .header {
        position: absolute;
    }
}

/* IE style scrollbar */
* {
    scrollbar-base-color: #000;
    scrollbar-face-color: #888;
    scrollbar-3dlight-color: #000;
    scrollbar-highlight-color: #000;
    scrollbar-track-color: #f1f1f1;
    scrollbar-arrow-color: #888;
    scrollbar-shadow-color: #888;
    scrollbar-dark-shadow-color: #000;
}

/* Firefox scrollbar */
* {
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}

/* Chrome/Edge/Safari scrollbar */
*::-webkit-scrollbar {
    width: 5px;
}

/* Track */
*::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
*::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
*::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.w-slider-dot {
    width: 6px;
    height: 6px;
    background: none;
    opacity: 1;
    border: 1px solid white;
    margin: 0 4px .3em;
}

.w-slider-dot.w-active {
    width: 6px;
    height: 6px;
    background: #ffffff;
    opacity: 1;
    border: 0px;
}

.section-banner-img.home {
    background-image: none;
}

.community-col {
    margin-bottom: 30px;
}

.w-form-fail {
    display: block;
}

.w-form-done {
    display: block;
}

.thanks-container {
    text-align: center;
}

.w-input[disabled], .w-select[disabled], .w-input[readonly], .w-select[readonly], fieldset[disabled] .w-input, fieldset[disabled] .w-select {
    background-color: inherit;
    cursor: inherit;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.sidebar-select {
    background: transparent;
    position: relative;
    width: 100%;
    height: 35px;
    border: none;
    border-bottom: 1px solid #fff;
    color: #919191;
    line-height: 35px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 0px;
}

.header_first_name_error {
    display: none;
}

.header_last_name_error {
    display: none;
}

.header_phone_error {
    display: none;
}

.header_email_error {
    display: none;
}

.header_here_about_us_error {
    display: none;
}

.header_here_other_description_error {
    display: none;
}

.header_email_error {
    display: none;
}

.find_my_home_first_name_error {
    display: none;
}

.find_my_home_last_name_error {
    display: none;
}

.find_my_home_phone_error {
    display: none;
}

.find_my_home_email_error {
    display: none;
}

.find_my_home_here_about_us_error {
    display: none;
}

.find_my_home_here_other_description_error {
    display: none;
}

#find_my_home_here_other_description {
    display: none;
}

.section-banner-img.locations-detail {
    background-size: cover;
}

.property-video {
    width: 100%;
}

.flats-img-b._01 {
    background-image: none;
}

.flats-txt-b {
    min-height: 300px;
}

#ui-datepicker-div {
    z-index: 1000!important;
}

.sidebar_name_error {
    display: none;
}

.sidebar_phone_error {
    display: none;
}

.sidebar_email_error {
    display: none;
}

.sidebar_move_in_date_error {
    display: none;
}

.sidebar_duration_of_stay_error {
    display: none;
}

.sidebar_tour_date_error {
    display: none;
}

.sidebar_tour_time_error {
    display: none;
}

.sidebar_here_about_us_error {
    display: none;
}

.sidebar_here_other_description_error {
    display: none;
}

.btn-submit {
    cursor: pointer;
}

.subscribe_email_error {
    display: none;
}

a {
    text-decoration: none;
    color: inherit;
}

.clients-link-b:hover {
    opacity: 0.3;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.form .dropdown-list {
    padding: 0px 10px;
}

.form-b .checkbox-field {
    width: 100%;
}

.form-b .w-checkbox {
    padding: 5px 5px 5px 25px;
}

.dropdown-txt  {
    color: white;
}

.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
    margin-bottom: 30px;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.place-map {
    display: none;
}

.locations-detail-bar-01 {
    transition: width 700ms ease 0s;
}

.locations-detail-bar-02 {
    transition: width 700ms ease 0s;
}

.locations-detail-bar-03 {
    transition: width 700ms ease 0s;
}

.locations-detail-bar-04 {
    transition: width 700ms ease 0s;
}

.locations-b:hover {
    cursor: pointer;
}

.copy-success {
    display: none;
}

.locations-txt-b {
    min-height: 80px;
}

.section-content.locations {
    margin-bottom: 100px;
}

.news-content-b .txt-small{
    min-height: 70px;
}

/* Two point slider */
.dropdown-price-b {
    color: black;
}

.noUi-horizontal {
    height: 5px;
}

.noUi-connect {
    background: #dcb9a0;
}

.noUi-horizontal .noUi-handle {
    width: 12px;
    height: 15px;
    right: -6px;
    top: -12px;
    background-repeat: no-repeat;
    background-image: url(../images/icon-map.svg);
    background-color: transparent;
    background-size: 100%;
    border: inherit;
    border-radius: inherit;
    box-shadow: inherit;
}

.noUi-handle:before, .noUi-handle:after {
    display: none;
}

#divRange {
    margin-bottom: 5px;
}

#divRange2 {
    margin-bottom: 5px;
}

.locations-filter-btn {
    width: 100%;
}

.locations-filter-btn.align-right {
    float: inherit;
}

.menu-dropdown-list {
    width: 370px;
}

.menu-dropdown-link {
    padding: 8px 0px;
}

.menu-dropdown-list:lang(zh-hant), .menu-dropdown-list:lang(zh-hans)  {
    width: 220px;
    margin-left: -37px;
}

.error-title {
    text-align: center;
    color: black;
}

.checkbox-col {
    margin-right: 30px;
}

.news-content-b {
    min-height: 235px;
}

.side-menu-b {
    overflow: hidden;
}

.pop-content-container {
    overflow: scroll;
    height: 100%;
}

.btn-close {
    left: auto;
    right: 0%;
    margin-right: 45px;
    margin-left: inherit;
}

.scroll-container {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
.scroll-container::-webkit-scrollbar {
    display: none;  /* Safari and Chrome */
}

form select {
    margin-bottom: 10px;
}

.page-transition-b {
    pointer-events: none;
}

.page-transition-align-b2 {
    top: 20px;
}

.page-transition-align-b3 {
    top: 30px;
}

.location-label-b {
    margin-top: 60px;
}

.menu-dropdown-list.w--open {
    height: 500px;
    overflow: auto;
}

.app-b {
    height: inherit;
}

.container.app {
    height: 700px;
}

.find-my-home-page-container {
    background: #232323;
    padding: 90px 0px;
}

.findmyhome-info-c {
    width: 40%;
    margin: 0 auto;
}

/* slick slider */
.clients-slide-link-row-container {
    max-width: 500px;
    display:block;
    margin:0 auto;
}

.clients-slide-link-row-container .slick-slide {
    cursor: pointer;
}

.clients-slide-content-container {
    max-width: 1000px;
    display:block;
    margin:0 auto;
}

.clients-link-row-b {
    margin-bottom: 25px;
}

.clients-slide-content-container .clients-txt-b {
    text-align: left;
}

.arrow-main {
    width: 40px;
    height: 10px;
    margin-right: -35px;
    margin-bottom: -30px;
    background-position: 50% 50%;
    background-size: 40px;
    background-repeat: no-repeat;
    -webkit-transform: translate(50%, 0px);
    -ms-transform: translate(50%, 0px);
    transform: translate(50%, 0px);
    position: absolute;
    top: 50%;
    display: block;
    cursor: pointer;
}

.arrow-left-b {
    background-image: url('../images/icon-arrow-l-grey.svg');
    left: -75px;
}

.arrow-right-b {
    background-image: url('../images/icon-arrow-r-grey.svg');
    right: 0px;
}

.clients-txt-b .slick-track {
    display: flex;
    justify-content: center;
    align-items: center;
}

.slick-slide {
    outline: none;
}

.slick-center > .clients-link-b {
    opacity: 1;
    -webkit-filter: none;
    filter: none;
}

.contact-txt-link {
    word-break: break-all;
}

.desktop-menu-locations {
    display: block;
}

.mobile-menu-locations {
    display: none;
}

.header-sending {
    display: none;
    color: #fff;
}

.request-view-sending {
    display: none;
    color: #fff;
}

.subscribe-sending {
    display: none;
}

.find-my-home-form-sending {
    display: none;
    color: #fff;
}

.here_other_description {
    margin-bottom: 45px;
}

#contact_here_other_description {
    display: none;
}

#header_here_other_description {
    display: none;
}

.side-menu-row .w-form-label {
    color: white;
}

#sidebar_here_other_description {
    display: none;
}

/* 2022-03-09 slider style */
.slick-item {
    display: inline-block;
}
.slick-item-list {
    display: block !important;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
}
.slick-slide,
.slick-slide * {
    outline: none !important;
}
.location-v02-item {
    transition: transform 0.5s;
}
/* 2022-03-09 slider style END */

.float-social-link {
    position:fixed;
    width:60px;
    height:60px;
    right:20px;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
}

.float-social-whatsapp {
    bottom: 40px;
    background-color: #25d366;
}

.float-social-facebook-message {
    bottom: 120px;
    background-color: #3B86F8;
}

.float-social-icon  {
    margin-top: 16px;
}

.grecaptcha-badge {
    display: none;
}

@media(max-width: 1364px) {
    .footer-bottom-b {
        padding-bottom: 90px;
    }
}

@media(max-width: 1100px) {
    .services-row {
        margin-top: 140px;
    }

    .services-txt-b {
        width: 60%;
    }

    .services-img-b {
        width: 40%;
    }
}

@media(max-width: 991px) {
    .menu-dropdown-list:lang(zh-hant), .menu-dropdown-list:lang(zh-hans)  {
        margin-left: inherit;
    }

    .services-row {
        margin-top: 90px;
    }

    .desktop-menu-locations {
        display: none;
    }

    .mobile-menu-locations {
        display: block;
    }

    .menu-district-col {
        padding-left: 10%;
    }
}

@media(max-width: 767px) {
    .noUi-horizontal .noUi-handle {
        width: 24px;
        height: 30px;
        right: -12px;
        top: 0px;
        margin-top: -25px;
        margin-left: -12px;
    }

    .news-content-b {
        min-height: inherit;
    }

    .news-slide.w-slide {
        display: block;
    }

    .services-txt-b {
        width: 100%;
    }

    .services-img-b {
        width: 100%;
    }

    .menu-dropdown-link {
        padding-left: 10%;
    }

    .container.app {
        height: auto;
    }

    .findmyhome-info-b {
        width: 100%;
    }

    .clients-slide-link-row-container {
        max-width: 350px;
    }

    .clients-link-row-b {
        margin-bottom: 75px;
    }

    .arrow-main {
        top: inherit;
        bottom: 0;
    }

    .arrow-left-b {
        left: 90px;
    }

    .arrow-right-b {
        right: 165px;
    }

    .footer-copyright .footer-txt {
        text-align: center;
        width: 100%;
    }

    .menu-district-col {
        padding-left: inherit;
    }
}

@media screen and (max-width: 479px) {
    .arrow-left-b {
        left: 55px;
    }

    .arrow-right-b {
        right: 130px;
    }
}
