 header .navbar-nav > .nav-item > .nav-link {
 	color: var(--bs-white);
 }
 .sticky_header > nav.navbar {
    background-color: #222 !important;
    animation: mymove 0.8s linear;
}

.z-index-1 {
    z-index: 1;
}
.z-index-2 {
    z-index: 2;
}
.z-index-3 {
    z-index: 3;
}
.z-index-4 {
    z-index: 4;
}
.z-index-9 {
    z-index: 9;
}
.z-index-99 {
    z-index: 99;
}
.z-index-999 {
    z-index: 999;
}
.z-index-9999 {
    z-index: 9999;
}
.left-0 {
    left: 0;
}
.right-0 {
    right: 0;
}
.top-0 {
    top: 0;
}
.bottom-0 {
    right: 0;
}
.top-auto {
    top: auto;
}
.bottom-auto {
    bottom: auto;
}
.left-auto {
    left: auto;
}
.right-auto {
    right: auto;
}
.object-cover {
    object-fit: cover;
}
.object-contain {
    object-fit: contain;
}
button.accordion-button {
    font-weight: inherit;
    font-family: 'Noto Sans JP';
    font-size: 18px;
}
@keyframes mymove {
  from {background-color: var(--bs-black-300);}
  to {background-color: #222222;}
}

 .text_ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.text_ellipsis1 {
    -webkit-line-clamp: 1;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, p a {
    color: inherit;
    text-decoration: inherit;
}
.border_btn {
    position: relative;
}
.border_btn:before {
    content: "";
    width: 0%;
    position: absolute;
    height: 2px;
    background: #bc8706;
    bottom: -4px;
    transition: all .3s ease;
}
.border_btn:hover::before {
    width: 100%;
}
.border_btn.text-danger:hover:before {
    background: rgba(var(--bs-danger-rgb), var(--bs-text-opacity));
}
.border_btn.text-success:hover:before {
    background: rgb(var(--bs-success-rgb)) ;
}
.section_head {
    margin-bottom: 15px;
}
/* Home banner css */
 .home_banner_section,  .home_banner_section .banner_bg_image {
    height: 650px;
 }
 .img_resposive_60 {
    position: relative;
    padding-bottom: 60%;
 }
 .banner_bg_image, .banner_bg_image:before, .img_resposive_60 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.img_resposive_60 img {
    height: 100%;
    object-fit: cover;
}
.banner_bg_image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.banner_bg_image:before {
    content: "";
    height: 100%;
    background: var(--bs-black-300);
}
.banner_content_main {
    z-index: 1;
}
.banner_section {
    padding-top: 150px;
    padding-bottom: 35px;
}
.home_banner_descp {
    font-size: 1.5rem;
}
.banner_text {
    max-width: 900px;
}


/* Home Listing slider */

span.p_slide_cat_imgcount {
    z-index: 1;
    bottom: 0;
    left: 0;
}
span.p_slide_icons {
    top: 0;
    z-index: 1;
    right: 0;
    max-width: 35px;
    text-align: right;
}


/* FOOTER CSS IS HERE */
.footer_bottom, footer {
    border-radius: 40px 40px 0px 0px;
}



/* Location Section Home */
.location_prop {
    max-width: 90%;
    margin-top: -25px;
    height: 50px;
    z-index: 1;
    line-height: calc(50px - 1rem);
    transition: all .3s ease;
}
.best_loction_col:hover .location_prop {
    color: #bc8706;
    transform: scale(1.023);
    transition: all .3s ease;
}
.best_loction_col {
    transition: all .3s ease;
}


/* Home Filter Css */
.home_filter_c_main {
    max-width: 800px;
    margin: auto;
    background: #bc8706db;
    border-radius: 15px;
    padding-top: 15px;
}
.form-check.check_only_text {
    padding-left: 0;
    margin-right: 15px;
    position: relative;
}
.form-check.check_only_text .form-check-input {
    opacity: 0;
    margin-left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.form-check.check_only_text label.form-check-label, .form-check.check_only_text .form-check-input {
    font-size: 14px;
    cursor: pointer;
}
.form-check.check_only_text .form-check-input:checked+label.form-check-label {
    background: #fff;
    color: #222 !important;
    font-weight: 600;
}

.home_filter_drop_locations select.form-select {
    border-radius: 15px 0 0 15px;
}
.home_filter_search_locations > button {
    position: absolute;
    right: 2px;
    border-radius: 15px;
    top: 2px;
    height: calc(100% - 4px);
    line-height: 1;
}
.home_filter_drop_locations {
    max-width: 200px;
    width: 100%;
}
.home_filter_search_locations {
    width: calc(100% - 200px);
    position: relative;
}
.home_filter_search_locations input.form-control {
    border-radius: 0 15px 15px 0px;
    border-left-color: #222;
}


/* Home Blog News Section */
.news_blog_content {
    position: relative;
    z-index: 2;
    max-width: 80%;
    margin-top: -5%;
}
.home_news_item_img img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}
.home_news_item_content {
    width: calc(100% - 70px);
    padding-left: 10px;
}


/* INNER PAGES CSS */
.innerpages_banner_section, .innerpages_banner_section .banner_bg_image {
    height: 430px;

}
/* ALL LISTING FILTER PAGE CSS START */
.filter_buy_rent > .form-check-inline {
    font-size: 18px;
}
.prop_list_ribbon_left {
    border: 0 !important;
    border-radius: 0 !important;
    position: absolute;
    left: -26px;
    top: 13px;
    transform: rotate(-45deg);
    padding: 0.25rem 2.5rem;
}
.filter_main_col {
    top: 120px;
}
.prop_list_ribbon_left:before {
    content: '';
    top: 0;
    transform: translateX(100%);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    animation: shineslide 1.5s infinite;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%);
}
@keyframes shineslide {
    0% {transform:translateX(-100%);}
    100% {transform:translateX(100%);}
}


/* ALL LISTING PAGE DESIGN 2 */
@media (min-width: 768px) {
    .listing_view_type .p_list_main_item {
        display: flex;
        flex-wrap: wrap;
    }
    .listing_view_type .p_list_main_img {
        width: 33.33%;
    }
    .listing_view_type .p_list_main_content {
        width: 66.66%;
    }
    .listing_view_type > div {
        max-width: none;
        flex: auto;
        width: 100%;
    }
    .listing_view_type img {
        border-radius: 6px 0px 0px 6px !important;
    }
    .listing_view_type .img_resposive_60 {
        height: 100%;
    }
    .listing_view_type .p_list_main_content  {
        position: relative;
    }
    .listing_view_type .view_share_list_button {
        position: absolute;
        bottom: 1rem;
        width: 100%;
        left: 0;
        padding: 0 1rem;
    }
    .listing_view_type .p_list_main_descp {
        margin-bottom: 0;
        padding-bottom: 45px;
    }
    .listing_list_icon.active_list {
        background: #bc8706;
        color: #fff;
        border-color: #bc8706 !important;
    }
}


/* PRICE RANGE CSS IS HERE */
.price-range-block {
    margin: 15px;
}
.sliderText{
    width:42%;
    margin-bottom:30px;
    border-bottom: 1px solid red;
    padding: 10px 0 10px 0px;
    font-weight:bold;
}
.ui-slider-horizontal {
    height: 10px;
    margin-bottom: 15px;
    width: calc(100% - 16px);
    background: #f5f5f5;
}
.ui-widget-header {
    background: #ecdeba;
    height: 100%;
    position: absolute;
}
.price-range-search {
    width:41%; 
    background-color: #f9f9f9; 
    border: 1px solid #6e6666;
    min-width: 40%;
    display: inline-block;
    height: 32px;
    border-radius: 5px;
    float: left;
    margin-bottom:20px;
    font-size:16px;
}
.price-range-field {
    width: 50%;
    min-width: auto;
    background-color: transparent;
    border: 0 !important;
    color: black;
    border-radius: 5px;
    height: 23px;
    padding: 0 0 0 0;
    outline: none !important;
}
.search-results-block{
  position: relative;
  display: block;
  clear: both;
}

.price-filter-range {
    position: relative;
}
.ui-slider-handle {
    position: absolute;
    width: 16px;
    height: 16px;
    top: -3px;
    background: #bc8706;
    border-radius: 5px;
}
/* END PRICE RANGE CSS */


/* CONTACT PAGE CSS HERE */

section.contact_page_section {
    background: linear-gradient(90deg, transparent 70%, #bc8706 30%);
    padding-top: 80px;
    margin-bottom: -60px;
    padding-bottom: 50px;
}
.social_all i.fab {
    font-size: 22px;
    border: 1px solid #222;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 6px;
    background: #222;
    color: #fff;
}
.social_all > a:hover i.fab {
    border: 1px solid #bc8706;
    background: #bc8706;
}

/* Blog Single Page css HERE */
.news_blog_section_inner, .dashboard_section_inner {
    margin-top: -270px;
    position: relative;
    z-index: 1;
}
.blog_side_img {
    width: 90px;
    height: 70px;
}
.blog_side_content {
    width: calc(100% - 90px);
}
.blog_side_img img {
    object-fit: cover;
}


/* SINGLE LIST PROPERTY */
.prop_slider-for .slick-list, .prop_slider-for .slick-track, .prop_slider-for .slick-slide, .prop_slider-for .slick-slide img,
.prop_slider-nav .slick-list, .prop_slider-nav .slick-track, .prop_slider-nav .slick-slide {
    max-height: 60vh;
    object-fit: contain;
}
.prop_slider-nav.slick-slider {
    display: flex;
    align-items: center;
}
.prop_slider-for .slick-next {
    right: 30px;
}
.prop_slider-for .slick-prev {
    left: 30px;
}
.prop_slider-for .slick-slide img {
    background: #222;
}
.prop_slider-nav .slick-slide {
    opacity: 0.5;
}
.prop_slider-nav .slick-current.slick-active {
    opacity: 1;
}
.property_single_highlights_list, .column_count_2 {
    column-count: 2;
    column-gap: 20px;
}
.custom_circle_dot_list li {
    position: relative;
    padding-left: 25px;
}
.custom_circle_dot_list li > .fa {
    position: absolute;
    left: 0px;
    top: 0px;
    line-height: 1.6;
    width: 100%;
    height: 100%;
}

/* LogIn Register PAGE CSS HERE */
.signup_form, .signup_form_hide {
    display: none;
}
.signup_form_show {
    display: block;
}
.banner_content_main {
    padding-top: 50px;
    padding-bottom: 50px;
}
.signin_up_bg_image > img {
    position: relative;
    z-index: -1;
}
.signin_up_section {
    min-height: 100vh;
}
.signup_form_show {
    overflow: hidden;
}
.signup_form_show .card-body, .signin_form .card-body {
    animation: slideleft 0.5s linear;
}
@keyframes slideleft {
  from {opacity: 0;}
  to {opacity: 1;}
}
.site_link_signin_up {
    margin-bottom: -20px;
    padding-top: 10px;
}

/* USER DASHBOARD CSS*/
.dashboard_section_side_menu {
    width: 300px;
}
.dashboard_section_content {
    width: calc(100% - 300px);
}
.dashboard_menu_bar .nav-item > .nav-link.active, .dashboard_menu_bar .nav-item > .nav-link:hover {
    background: #bc8706;
    color: #fff;
}
.dashboard_menu_bar .nav-item > .nav-link {
    padding: 10px 15px;
}

/* USER DASHBOARD PROFILE CSS */

.uploader {
  display: block;
  clear: both;
  margin: 0 auto;
  width: 100%;
}
.uploader label {
    padding: 2rem 1.5rem;
    text-align: center;
    background: #fdfaf5;
    border-radius: 7px;
    border: 3px solid #fdfaf5;
    transition: all 0.2s ease;
    user-select: none;
}
.uploader label:hover {
  border-color: #bc8706;
}
.uploader label.hover {
  border: 3px solid #bc8706;
}
.uploader label.hover #start i.fa {
  transform: scale(0.8);
  opacity: 0.3;
}
.uploader #start, .uploader #response, .uploader #notimage, .uploader label {
  float: left;
  clear: both;
  width: 100%;
}
.uploader #start.hidden, .uploader #file-image.hidden, .uploader #notimage.hidden, .uploader #response.hidden  {
  display: none;
}
.uploader #start i.fa {
    font-size: 40px;
    margin-bottom: 10px;
    transition: all 0.2s ease-in-out;
}
.uploader #response #messages {
  margin-bottom: 0.5rem;
}
.uploader #file-image {
  display: inline;
  margin: 0 auto 0.5rem auto;
  width: auto;
  height: auto;
  max-width: 100px;
}
.uploader #notimage {
  display: block;
}
.uploader progress, .uploader .progress {
  display: inline;
  clear: both;
  margin: 0 auto;
  width: 100%;
  max-width: 180px;
  height: 8px;
  border: 0;
  overflow: hidden;
}
.uploader .progress[value]::-webkit-progress-bar, .uploader progress, .uploader .progress {
  border-radius: 4px;
  background-color: #eee;
}
.uploader .progress[value]::-webkit-progress-value, .uploader .progress[value]::-moz-progress-bar {
  background: linear-gradient(to right, #393f90 0%, #454cad 50%);
  border-radius: 4px;
}
.uploader input[type=file] {
  display: none;
}
.uploader div {
  margin: 0 0 0.5rem 0;
  color: #5f6982;
}

/* DASH BOARD MY PROPERTY LSIT  */
.my_prop_list_mainn .prop_list_ribbon_left {
    padding: 0.5rem 1rem;
    line-height: 1;
    font-size: 12px;
    left: -29px;
    width: 124px;
    top: 19px;
}
.disable_my_prop > .p_list_main_item {
    opacity: 0.4;
}
.disable_my_prop > .p_list_main_item .prop_list_ribbon_left {
    background: #424242;
}
.pending_my_prop  .prop_list_ribbon_left {
    background: #df0000;
}
.draft_my_prop .prop_list_ribbon_left {
    background: #ff6f00;
}

/* ADD PROPERTY PAGE CSS */
.add_property_address {
    height: 106px !important;
}
.amenties_feature_checkboxes > .form-check {
    padding-left: 35px;
}
.form-select:required:invalid {
  color: #6c757d !important;
}



/* FAQ PAGE CSSS */
.faq_col_img_inner {
    background-image: url('../images/faq_image.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}



/* MEDIA QUERY IS HERE */
.listing_slider_main {
    padding-left: 2rem;
    padding-right: 2rem;
}
@media (min-width: 768px) {
    .pb-md-70 {
        padding-bottom: 70%;
    }
    li.nav_close_mobile {
    display: none;
}
}
@media (min-width: 992px) {
.filter_mobile_main_icon {
    display: none !important;
}
.blog_single_sidebar, .property_single_sidebar, .dashboard_section_side_menu {
    position: sticky;
    top: 120px;
    height: 100%;
}
    .prop_slider-nav {
    width: 180px;
}
.prop_slider-for, .price_other_info  {
    width: calc(100% - 180px);
}
}
@media (min-width:  1200px) {
.listing_slider_main {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
}
.section_head {
    margin-bottom: 25px;
}
    .prop_slider-nav {
    width: 210px;
}
.prop_slider-for, .price_other_info  {
    width: calc(100% - 210px);
}
}
@media (min-width:  1400px) {
.blog_side_img {
    width: 130px;
    height: 80px;
}
.dashboard_section_side_menu {
    width: 350px;
}
.dashboard_section_content {
    width: calc(100% - 350px);
}
.blog_side_content {
    width: calc(100% - 130px);
}
    .prop_slider-nav {
    width: 250px;
}
.prop_slider-for, .price_other_info {
    width: calc(100% - 250px);
}
}
@media (min-width:  1500px) {
.img_resposive_60 {
    padding-bottom: 50%;
}
}
@media (max-width: 991.98px) and (min-width: 768px) {
.my_prop_list_mainn h4.p_list_main_title {
    font-size: calc(1.275rem + 0.1vw);
}
.my_prop_list_mainn p.p_list_main_descp {
    font-size: 14px;
    padding-bottom: 35px;
}
}
@media (max-width: 991.98px) {
    .header_main a.navbar-brand > img {
        height: 55px;
    }
    .listing_main_col, .filter_main_col {
        position: relative;
        top: auto;
    }
    .filter_main {
        display: none;
    }
    .filter_main.active_filter_mainn {
        display: block;
        margin-top: 20px;
    }
    .filter_main.active_filter_mainn .filter_main_head {
        display: none;
    }
    .address_all {
    font-size: 16px;
}
.site_link_signin_up {
    margin-bottom: 0;
    padding-top: 0;
}
}

@media (max-width: 767.98px) {
    .dashboard_section_side_menu > .dashboard_menu_inner {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .dashboard_section_side_menu > .dashboard_menu_inner > .name_avatar_dashboard {
    text-align: left !important;
}
.dashboard_section_side_menu > .dashboard_menu_inner > .name_avatar_dashboard > p.dashboard_avatar_name {
    margin-bottom: 0;
}
.dashboard_section_side_menu div.navbar-collapse {
    position: fixed;
    left: 0;
    background: #0000004a;
    top: 0;
    height: 100%;
    width: 100%;
    transform: translateX(-100%);
        z-index: 10;
}
.dashboard_section_side_menu div.navbar-collapse > ul.navbar-nav {
    width: 280px !important;
    background: #fff;
    padding: 70px 15px 20px;
    height: 100%;
    margin-left: 0;
    position: relative;
}
li.nav_close_mobile {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    line-height: 1;
}
.dash_menu_open .header_main {
    z-index: 1;
    position: relative;
}
.dashboard_section_side_menu div.navbar-collapse:not(.show) {
    display: block;
    visibility: hidden;
}
.dashboard_section_side_menu div.navbar-collapse.show {
    animation: transform-xx 0.8s alternate;
    visibility: visible;
    transform: translateX(0%);
}
@keyframes transform-xx {
    0% {transform: translateX(-100%);}
    100% {transform:translateX(0%);}
}
.dashboard_section_side_menu div.navbar-collapse.animation_close {
    animation: transform-xxreverse 0.8s alternate;
}
@keyframes transform-xxreverse {
    0% {transform: translateX(0%);visibility: visible;}
    100% {transform:translateX(-100%);visibility: visible;}
}

    .dashboard_section_side_menu, .dashboard_section_content {
    width: 100%;
}
.dashboard_section_side_menu {
    margin-bottom: 20px;
}
    .logo_signin_up_brand > img {
    height: 45px;
}
.an_account_txtt {
    font-size: 16px;
}
    .news_blog_content {
        max-width: 95%;
    }
    ul.list-unstyled {
    text-align: left;
}
    .article_inner ul {
    text-align: left;
}
    section.contact_page_section {
    padding-top: 30px;
}
    .news_blog_tabs  > .btn {
        padding-left: 6px;
        padding-right: 6px;
        font-size: 15px;
    }
    .banner_section {
        padding-top: 110px;
    }
    .more_prop_infoo {
        justify-content: center !important;
    }
    .news_blog_section_inner, .dashboard_section_inner {
    margin-top: -300px;
}
.signin_up_text label.form-check-label, .forgot_link> a {
    font-size: 14px;
}
}

@media (max-width: 575.98px) {
    .property_single_highlights_list, .column_count_2 {
    column-count: 1;
    column-gap: 0px;
}
.banner_content_main {
    padding-top: 30px;
    padding-bottom: 30px;
}
.price_other_info {
    flex-direction: column;
}
.price_other_info .price_single_prop {
    padding-bottom: 3px;
}
    .home_news_item_content h5, p.home_banner_descp {
        font-size: 16px;
    }
    .form-check.check_only_text {
        margin-right: 5px;
    }
    .form-check.check_only_text label.form-check-label {
        padding-left: 6px !important;
        padding-right: 6px !important;
    }
    .home_filter_drop_locations {
        max-width: 100%;
    }
    .home_filter_drop_locations select.form-select {
        border-radius: 15px 15px 0 0px;
    }
    .home_filter_search_locations {
        width: 100%;
    }
    .home_filter_search_locations input.form-control {
        border-radius: 0px 0px 15px 15px;
        border-left-color: #ced4da;
        padding-bottom: 55px;
        border-top-color: #222;
    }
    .home_filter_search_locations > button {
        right: 3px;
        top: auto;
        height: calc(100% - 51px);
        bottom: 3px;
        width: calc(100% - 6px);
    }
}

@media (max-width: 359.98px) {
    .news_blog_tabs  > .btn, .form-check.check_only_text label.form-check-label {
        font-size: 12px;
    }
    .view_my_prop_btn > small > span {
    display: none;
}
}