@import "bootstrap.min.css";
@import "swiper-bundle.min.css";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
body {
    font-family: 'Roboto', sans-serif;
}

a.active,
a:focus,
button:focus,
button.active {
    outline: none;
}

a {
    text-decoration: none;
}

a:focus,
a:hover,
a:active {
    outline: 0;
    box-shadow: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
    font-family: 'Roboto', sans-serif;
}

a {
    text-decoration: none;
    transition: all .5s ease-in-out;
}

a:hover {
    text-decoration: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li {
    list-style: none;
}

p {
    margin: 0;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

img {
    border-style: none;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.wrapper {}


/******* CUSTOM CSS *****/

header { 
    border-bottom: 0.1px solid #E4E4E4;
}
.top-header {
    background-color: #E4E4E4;
    padding: 10px 0;
}
.socail-detail {
    margin-right: 0;
    max-width: 1338px;
    width: 100%;
    margin: 0 auto;
}
.socail-detail ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.socail-detail li {
    display: flex;
    margin: 0 13px;
    align-items: center;
}
.socail-detail li:last-child{
    margin-right: 0;
}
.socail-detail li a {
    color: #707070;
    font-size: 14px;
    font-weight: 400;
    margin-left: 7px;
    display: flex;
    align-items: center;
}

.header-bottom{
    padding: 0 20px;
}
.navbar {
    padding: 0;
}

.navbar-brand {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-brand span {
    color: #707070;
    font-size: 20px;
    font-weight: 400;
    margin-left: 10px;
    display: inline-block;
}

.navbar-nav {
    margin-right: 52px;
}
.navbar-nav .nav-item{
    position: relative;
}
.navbar-nav .nav-item .nav-link {
    color: #202020;
    font-size: 16px;
    padding: 23px 24px;
    font-weight: 400;
    position: relative;
}

.navbar-nav .nav-item .nav-link:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #000000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
}

.navbar-nav .nav-item.active .nav-link {
    background-color: #F5F5F5;
}

.navbar-nav .nav-item.active .nav-link:after {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease-in-out;
}

.header-right {
    display: flex;
    align-items: center;
}



.login-detail ul {
    display: flex;
    align-items: center;
}

.login-detail ul li:last-child {
    padding-right: 0;
}

.login-detail ul li {
    padding: 0 7.5px;
    position: relative;
}

.login-detail ul li:after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 1px;
    height: 21px;
    background-color: #79797b;
}

.login-detail ul li:first-child:after {
    display: none;
}

.login-detail ul li a {
    color: #202020;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
}


/******* PROPERTIES SALE SEC *******/

.properties-sale-sec {
    display: flex;
    position: relative;
}

.properties-left,
.properties-right {
  width: 50%;
  height: calc(100vh - 112px);
  float: left;
  overflow: auto;
}

.properties-left-top {
    border: 0.15px solid #E4E4E4;
}

.properties-sale-filter {
    padding: 15px 30px;
}

.properties-left-title {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: space-between;
}

.properties-left-title h3 {
    color: #202020;
    font-size: 24px;
    font-weight: 400;
}

.properties-left-title ul {
    display: flex;
    align-items: center;
}

.properties-left-title ul li {
    margin-left: 20px;
}
.properties-left-title ul li a.collapse-btn2 img{
    transform: rotate(180deg);
}
.properties-left-title ul li:first-child {
    margin-left: 0;
}

.properties-sale-filter form {
    display: flex;
    /* max-width: 590px; */
    width: 100%;
}

.properties-sale-filter form .btn-secondary {
    background-color: #000000;
    box-shadow: none;
    border: none;
    border-radius: 5px 0px 0px 5px;
    position: relative;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    width: 155px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    padding: 10px;
}

.properties-sale-filter form .btn-secondary:hover {
    background-color: #000000;
    box-shadow: none;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    background-color: #000000;
}

.btn-secondary.focus,
.btn-secondary:focus {
    background-color: #000000;
    box-shadow: none;
}

.properties-sale-filter form .dropdown-toggle::after {
    border-top: 6px solid;
    border-right: 6px solid transparent;
    border-bottom: 0;
    border-left: 6px solid transparent;
    margin-left: 0;
}

.properties-sale-filter form .dropdown-menu {
    background-color: #FFFFFF;
    border: 1px solid #D4D4D4;
    border-radius: 0;
    width: 100%;
    min-width: 100%;
    padding: 0;
    margin: 0;
}

.properties-sale-filter form .dropdown-item {
    color: #202020;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    padding: 12px 11px;
}

.properties-sale-filter form .dropdown-item:hover,
.properties-sale-filter form .dropdown-item.active {
    background-color: #F3F3F3;
}

.properties-sale-filter form .relative {
    position: relative;
    flex: 1;
    width: 100%;
}

.properties-sale-filter form .relative i {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 15px;
}

.properties-sale-filter form .relative .form-control {
    border: 1px solid #D4D4D4;
    height: 40px;
    border-radius: 0px 5px 5px 0px !important;
    box-shadow: none;
    color: #BCBCBC;
    font-size: 14px;
    font-weight: 400;
    padding-left: 53px;
}

.properties-sale-filter form .relative .form-control::placeholder {
    color: #BCBCBC;
}

.sale-filter-list {
    margin: 21px 0 0 0;
    max-width: 590px;
    width: 100%;
}

.sale-filter-list ul {
    display: flex;
    align-items: center;
    margin: 0 -6px;
}

.sale-filter-list ul li {
    position: relative;
    padding: 6px 6px;
}

.sale-filter-list ul li a.nav-link {
    border-radius: 5px;
}

.sale-filter-list ul li a.nav-link.active {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

.sale-filter-list ul li a {
    border: 1px solid #D4D4D4;
    background-color: #fff;
    color: #707070;
    height: 40px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 0;
    display: flex;
    align-items: center;
    padding: 0 20px;
    justify-content: center;
}

.sale-filter-list ul li a.filter-search {
    padding: 0 21px;
}

.sale-filter-list ul li a.save-search {
    padding: 0 15px;
    border-radius: 5px;
}

.sale-filter-list ul li a:hover {
    background-color: #000000;
    color: #fff;
    border-color: #000000;
}

.sale-filter-list ul li select.form-control {
    border: 1px solid #D4D4D4;
    background-color: #fff;
    color: #717171;
    height: 40px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 0; 
    padding: 0 25px 0 7px;
    width: auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.sale-filter-list ul li.sort-select select.form-control{
    width: auto;
    padding: 0px 40px 0px 10px;
}
.sale-filter-list ul li select.form-control:focus {
    box-shadow: none;
}

.sale-filter-list ul li span.arrow {
    border-top: 6px solid #717171;
    border-right: 6px solid transparent;
    border-bottom: 0;
    border-left: 6px solid transparent;
    margin-left: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 14px;
}


/******** PROPERTIES DETAIL ******/

.properties-detail-tab {
    padding: 15px 30px;
}

.properties-detail-inner ul {
    display: flex;
    margin: 0 -15px;
    flex-wrap: wrap;
}

.properties-detail-inner ul li {
    padding: 0 15px;
    width: 50%;
    margin: 17px 0;
}

.properties-detail-inner ul li.locked .properties-detail-box .image-holder:after {
    opacity: 1;
    visibility: visible;
}

.properties-detail-inner ul li.locked .properties-detail-box .text-box {
    opacity: 0.06;
}

.properties-detail-inner ul li .image-holder a.login-required img {
    width: auto;
}

.properties-detail-box .image-holder {
    position: relative;
}

.properties-detail-box .image-holder img {
    width: 100%;
    object-fit: cover !important;
    aspect-ratio: 300 / 200;
}

.tag {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    background-color: #000000;
    border-radius: 1px;
    height: 25px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 23px;
    left: 0;
    padding: 0 17px;
}

.tag.green-color {
    background-color: #2DA76A;
}

.tag.red-color {
    background-color: #FF0000;
}

.properties-detail-box .image-holder:after {
    background-color: rgba(64, 64, 64, 0.8);
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
}

.retting-icon {
    position: absolute;
    top: 15px;
    right: 5px;
    z-index: 10;
}

.login-required {
    height: 30px;
    max-width: 149px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #000;
    z-index: 10;
}

.login-required:hover {
    color: #fff;
}

.login-required img {
    height: 18px;
    margin-right: 7px;
}

.properties-detail-box .text-box {
    /* padding: 7px 10px 0 10px; */
}

.properties-detail-box .text-box h3 {
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000000;
}

.properties-detail-box .text-box h3 span {
    font-weight: 400;
    font-size: 14px;
}

.properties-detail-box .text-box ol {
    display: flex;
    align-items: center;
    margin: 7px -5px 8px;
}

.properties-detail-box .text-box ol li {
    font-weight: 400;
    font-size: 14px;
    width: auto;
    padding: 0 5px;
    margin: 0;
    position: relative;
    color: #000000;
}

.properties-detail-box .text-box ol li:first-child:after {
    display: none;
}

.properties-detail-box .text-box ol li:after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    background-color: #9F9F9F;
    width: 1px;
    height: 13px;
}

.properties-detail-box .text-box p {
    font-size: 14px;
    font-weight: normal;
    color: #727272;
    line-height: 19px;
}
/* 
.pagination {
    padding: 15px 0 0 0;
}

.pagination ul {
    display: flex;
    align-items: center;
}

.pagination ul li {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    margin-right: 9px;
}

.pagination ul li.active a,
.pagination ul li a:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.pagination ul li a {
    border: 1px solid #707070;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
} */


/***** FOOTER *****/

footer { 
    text-align: center; 
}
.footer-top{
    padding: 20px 30px;
}
.footer-logo {
    position: relative;
    max-width: 670px;
    margin: 0 auto 4px;
}

.footer-logo:after {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 1px;
    top: 50%;
    transform: translate(0, -50%);
    background-color: #707070;
}

.footer-logo a {
    background-color: #fff;
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0 30px;
}

.footer-top .text-box h3 {
    color: #202020;
    font-size: 20px;
    margin-bottom: 7px;
    font-weight: 500;
}

.footer-top .text-box p {
    color: #202020;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 400;
}
.footer-top .text-box strong{
    color: #202020;
    font-size: 14px;
    margin-bottom: 7px;
    font-weight: 400;
    display: block;
}

.footer-top .text-box span {
    color: #202020;
    font-size: 14px;
    margin-bottom: 3px;
    font-weight: 400;
    display: block;
}

.footer-top .text-box span a {
    color: #202020;
}

.footer-top .social-media ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 7px 0 0 0;
}

.footer-top .social-media ul li {
    padding: 0 7px;
}

.footer-bottom{
    background-color: #E4E4E4; 
    padding: 12px 20px 3px;
}
.footer-link ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-link ul li {
    color: #585858;
    font-size: 13px;
    font-weight: 400;
    padding: 0 16px;
    position: relative;
}

.footer-link ul li:first-child:after {
    display: none;
}

.footer-link ul li:after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 1px;
    height: 11px;
    background-color: #585858;
}

.footer-link ul li a {
    color: #585858;
    font-size: 13px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-bottom p {
    color: #585858;
    font-size: 13px;
    margin: 3px 0 10px 0;
    font-weight: 400;
    text-align: center;
}

.brand-logo {
    margin: 9px 0 0 0;
}

.brand-logo ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-logo ul li {
    margin: 0 4px;
}

.powered p {
    color: #202020;
    font-size: 13px;
    text-align: right;
    font-weight: 500;
}


/***** PROPERTIES RIGHT ****/

/* .properties-right {
    flex: 1;
    position: fixed;
    width: 50%;
    height: calc(100vh - 112px);
    right: 0;
    bottom: 0;
} */

.properties-right.active {
    width: calc(100% - 90px);
}

.properties-right img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}


/******* ANALYTICS TAB *********/

.analytics-title {
    display: flex;
    align-items: center;
}

.analytics-title h4 {
    color: #202020;
    font-size: 16px;
    font-weight: 400;
    margin-right: 17px;
}

.analytics-title .form-control {
    color: #202020;
    font-size: 16px;
    font-weight: 400;
    height: 23px;
    padding: 0;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #D4D4D4;
    box-shadow: none;
    background: url(../images/arrow-down.svg) right center no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    max-width: 145px;
    width: 100%;
}

.analytics-list {
    padding: 25px 0;
}

.analytics-list ul {
    display: flex;
    align-items: center;
    margin: 0 -6px;
}

.analytics-list ul li {
    width: 16.6%;
    padding: 6px 6px;
}

.analytics-list ul li a {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    background-color: #F6F6F6;
    border-radius: 2px;
    display: flex;
    align-items: center;
    height: 40px;
    justify-content: center;
}

.analytics-list ul li a:hover,
.analytics-list ul li.active a {
    background-color: #000000;
    color: #fff;
}

.analytics-price {}

.analytics-price ul {
    display: flex;
    align-items: center;
    margin: 0 -4.5px
}

.analytics-price ul li {
    width: 25%;
    padding: 4px 4.5px;
}

.analytics-price ul li .analytics-price-box {
    border: 1px solid #E3E3E3;
    background-color: #fff;
    text-align: center;
    padding: 22px 15px 17px;
}

.analytics-price ul li .analytics-price-box h4 {
    color: #202020;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}

.analytics-price ul li .analytics-price-box p {
    color: #202020;
    font-size: 14px;
    font-weight: 400;
}

.analytics-average-box {
    padding: 25px 0;
}

.analytics-average-box h4 {
    color: #202020;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 18px 0;
}

.average-sort .dropdown .btn-secondary {
    border: 1px solid #F3F3F3;
    border-radius: 2px;
    height: 35px;
    color: #707070;
    font-size: 12px;
    font-weight: 400;
    margin-left: auto;
    padding: 0 13px;
    background-color: #fff;
    display: flex;
    align-items: center;
    width: 150px;
    position: relative;
}

.average-sort .dropdown .btn-secondary:after {
    position: absolute;
    content: "";
    right: 5px;
    top: 50%;
    transform: translate(0, -50%);
    background: url(../images/down-arrow.svg) no-repeat;
    width: 16px;
    height: 10px;
    background-size: 9px;
    background-position: center center;
}
.average-sort .dropdown .btn-secondary:active:after{
    filter: brightness(810.5%);
}
.average-sort .dropdown .dropdown-menu {
    border: 1px solid #F3F3F3;
    border-radius: 2px;
    min-width: 150px;
    width: 150px;
    padding: 0;
    margin: -1px 0 0 0;
}

.average-sort .dropdown .dropdown-menu .dropdown-item {
    color: #707070;
    font-size: 12px;
    font-weight: 400;
    display: flex;
    align-items: center;
    padding: 6px 12px;
}

.average-sort .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #F6F6F6;
}

.average-chart-box {
    height: 290px;
    border: 1px solid #ECECEC;
    margin-top: 30px;
}


/******* FILTER SEARCH ******/

.filter-search {
    padding: 20px 0px 0;
}

.filter-search .close-btn {
    text-align: right;
    padding-bottom: 5px;
}

.filter-search .close-btn img {
    height: 21px;
}

.filter-search-price {
    display: flex;
    align-items: flex-end;
    padding-bottom: 20px;
}
.filter-search-price .min-max-detail{
    max-width: 300px;
    width: 100%;
}
.min-max-detail ul {
    display: flex;
    align-items: center;
    margin: 0 -6px;
    flex-wrap: wrap;
}

.min-max-detail ul li {
    padding: 0 6px;
    width: 50%;
}

.filter-control {
    border: 1px solid #D4D4D4;
    background-color: #fff;
    border-radius: 0;
    height: 40px;
    color: #717171;
    font-size: 14px;
    font-weight: 400;
    width: 134px;
    box-shadow: none;
    background: url(../images/select-arrow.svg) 90% center no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.filter-control:focus {
    box-shadow: none;
    border-color: #D4D4D4;
}

.house-filter {
    border: 1px solid #D4D4D4;
    border-radius: 4px;
    background-color: #fff;
    width: 164px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
    margin-left: 30px;
}

.house-filter h4 {
    color: #717171;
    font-weight: 400;
    font-size: 14px;
}


/* The check */

.check {
    display: block;
    position: relative;
    cursor: pointer;
    margin: 0;
}


/* Hide the browser's default checkbox */

.check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom checkbox */

.checkmark {
    position: static;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: #fff;
    border: 1px solid #D4D4D4;
    display: flex;
    align-items: center;
    border-radius: 4px;;
}


/* When the checkbox is checked, add a blue background */

.check input:checked~.checkmark {
    background-color: #fff;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.check input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.check .checkmark:after {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 16px;
    background: url(../images/check-icon.svg) no-repeat;
    background-size: 100%;
}


/******BEDS LIST *****/

.beds-status {
    padding: 12px 0;
    display: flex;
}

.beds-list {
    max-width: 355px;
    width: 100%;
}

.beds-list h4,
.status-list h4 {
    color: #191919;
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin: 0 0 10px 0;
}

.beds-list ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.beds-list ul li {
    margin-left: -1px;
}

.beds-list ul li:first-child {
    margin: 0;
}

.beds-list ul li a {
    border: 1px solid #D4D4D4;
    color: #707070;
    font-size: 14px;
    font-weight: 400;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
}

.status-list {
    flex: 1;
    width: 100%;
    padding-left: 20px;
}

.status-list ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -12px;
}

.status-list ul li {
    padding: 6px 12px;
    width: 33.3%;
}

.status-list ul li .media {
    align-items: center;
}

.status-list ul li .media p {
    color: #717171;
    font-size: 14px;
    padding-left: 13px;
    font-weight: normal;
}

.status-list .min-max-detail ul {
    margin: 0 -6px;
}

.status-list .min-max-detail ul li {
    width: 50%;
    padding: 0 6px;
}

.parking-status {
    margin: 20px 0;
}

.parking-status-box h4,
.price-box h4 {
    margin-bottom: 10px;
    color: #191919;
    font-size: 16px;
    font-weight: 500;
}

.features-types {
    border-bottom: 0.5px solid #D4D4D4;
    padding-bottom: 16px;
    margin: 36px 0;
}

.features-types h4 {
    color: #191919;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 18px;
}

.features-types .media {
    margin: 0 -5px;
}

.features-types .features-types-box {
    width: 25%;
    padding: 0 5px;
}

.features-types-box ul li {
    display: flex;
    align-items: center;
    margin-bottom: 17px;
}

.features-types-box ul li:last-child {
    margin-bottom: 0;
}

.features-types-box ul li p {
    color: #717171;
    font-size: 14px;
    font-weight: 400;
    padding-left: 9px;
}

.exposure {
    width: 100%;
}

.exposure ul {
    display: flex;
    flex-wrap: wrap;
}

.exposure ul li {
    width: 25%;
    padding: 10px 0;
}

.exposure ul li a {
    border: 1px solid #D4D4D4;
    width: 72px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #717171;
    font-size: 14px;
    font-weight: normal;
}

.exposure ul li a:hover,
.exposure ul li.active a {
    background-color: #040404;
    color: #fff;
    border-color: #040404;
}

.features-types:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}

.features-types .form-control {
    color: #808080;
    font-size: 14px;
    font-weight: normal;
    border: 1px solid #D4D4D4;
    height: 40px;
    box-shadow: none;
    padding-left: 13px;
    border-radius: 0;
    margin-top: 30px;
}


/***** FILTER FOOTER *****/

.filter-footer {
    background-color: #F6F6F6;
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 9px 40px 9px 38px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 49%;
}
.grid-filter-footer{
    width: 100% !important;
}

.left-side-filter-footer {
    /* max-width: 755px; */
    width: 100%;
}

.filter-footer h4 {
    color: #707070;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: flex-end;
}

.filter-footer h4 span {
    font-size: 18px;
    margin-right: 3px;
    color: #191919;
}

.filter-footer ul {
    display: flex;
    align-items: center;
    margin: 0 -5px;
}

.filter-footer ul li {
    padding: 0 5px;
}

.filter-footer ul li a {
    border: 1px solid #707070;
    width: 85px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #707070;
    font-size: 14px;
    font-weight: 500;
}

.filter-footer ul li a.apply-btn {
    background-color: #020202;
    border-color: #020202;
    color: #fff;
   

}

.gird-apply-btn{
    background-color: #020202;
    border: none;
    color: #fff;
    cursor: pointer;
    /* width: 85px; */
    /* height: 40px; */
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    padding: 10px;
}

.gird-apply-btn:hover{
    background-color: transparent;
    color: #707070;
    border: 1px solid #707070;
}



/****** PROPERTIES CONSTRUCTION *****/

.properties-construction {
    display: none;
}

.properties-construction-inner {
    padding: 60px 40px 30px;
    position: relative;
}

.properties-construction-inner .close-btn {
    position: absolute;
    right: 46px;
    top: 44px;
}

.close-btn a img {
    height: 21px;
}


/******** PROPERTIES GRID *****/

.properties-grid {
    display: block;
}

.properties-grid .media {
    align-items: center;
}

.properties-grid .properties-sale-filter form {
    max-width: 50%;
    margin-right: 15px;
}

.properties-grid .sale-filter-list {
    max-width: 100%;
    width: 100%;
    flex: 1;
    margin: 0;
    display: flex;
    align-items: center;
}

.properties-grid .map-icon {
    margin-left: 20px;
}

.properties-grid .properties-grid-detail .properties-detail-inner ul {
    margin: 0 -6px;
}

.properties-grid .properties-grid-detail .properties-detail-inner ul li {
    width: 16.6%;
    /* padding: 0 6px; */
}

.properties-grid .properties-grid-detail .properties-detail-inner ul li .properties-detail-box .text-box ol {
    margin: 7px -8px 8px;
}

.properties-grid .properties-grid-detail .properties-detail-inner ul li .properties-detail-box .text-box ol li {
    padding: 0 8px;
    width: auto;
}

.properties-grid .properties-detail-tab {
    padding: 15px 30px;
}

.analytics-grid .analytics-tab {
    max-width: 1385px;
    width: 100%;
    margin: 0 auto;
}

.analytics-grid .analytics-tab .analytics-title {
    margin-bottom: 40px;
}

.analytics-grid-top {
    display: flex;
}

.analytics-grid-left {
    max-width: 905px;
    width: 100%;
}

.analytics-grid-left .analytics-list {
    padding: 0 0 25px 0;
}

.analytics-grid-right {
    flex: 1;
    width: 100%;
    margin-left: 77px;
    position: relative;
    max-width: 398px;
}

.contact-detail {
    border: 1px solid #E8E8E8;
    background-color: #F5F5F5;
    padding: 40px;
    /*position: fixed;*/
    width: 400px;
    z-index: 1;
}
.contact-detail.fixed {
    position: fixed;
    top: 0;
}
.contact-detail h4 {
    color: #202020;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 25px;
}

.contact-detail .form-group {
    margin-bottom: 15px;
}

.contact-detail textarea.form-control {
    height: 90px;
    padding: 15px;
}

.contact-detail .form-control {
    border: 0.5px solid #BCBABA;
    background-color: #fff;
    height: 45px;
    color: #6E6E6E;
    font-size: 14px;
    font-weight: 400;
    border-radius: 0;
    padding-left: 13px;
}

.contact-detail .btn-default {
    background-color: #000000;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid #000;
    border-radius: 0;
    color: #fff;
    box-shadow: none;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
}
.contact-detail .btn-default:hover{
    background-color: #000;
    color: #fff;
}

.contact-detail p {
    color: #202020;
    font-size: 13px;
    font-weight: 400;
    margin: 32px 0 0 0;
}

.contact-detail p a {
    font-weight: 500;
    text-decoration: underline;
    color: #202020;
}

.analytics-grid .analytics-average-box h4 {
    font-size: 18px;
}

.analytics-grid .average-sort .dropdown .btn-secondary {
    height: 48px;
    font-size: 14px;
    width: 200px;
}

.analytics-grid .average-sort .dropdown .dropdown-menu {
    min-width: 200px;
}

.analytics-grid .average-sort .dropdown .dropdown-menu .dropdown-item {
    font-size: 14px;
}

.statistics p {
    color: #707070;
    font-size: 16px;
    font-weight: 400;
}


/****** FILTER SEARCH GRID ****/

.filter-search-grid {
    border-top: 1px solid #D4D4D4;
    position: relative;
}

.filter-search-grid .close-btn {
    position: absolute;
    top: 27px;
    right: 46px;
}

.filter-search-grid .filter-search {
    max-width: 670px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.price-title h4 {
    color: #191919;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 10px 0;
}


/**********/

.properties-left.active {
    max-width: 90px;
    width: 100%;
}

.properties-left.active .properties-left-top {
    display: none;
}

.properties-left.active .properties-second {
    display: block;
}

.properties-second {
    padding: 30px 0;
    display: none;
}

.properties-second ul li {
    text-align: center;
    margin-bottom: 0;
}

.properties-second ul li:last-child {
    margin-bottom: 0;
}

.properties-second li a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 13px 0;
    height: 80px;
}
.properties-second li:first-child a{
    padding: 0 0 36px 0;
    height: auto;
}
.properties-second li a.active{
    background-color: #000;
    color: #fff;
}
.properties-second li a.active img {
    filter: brightness(10.5);
}

/*.properties-second li a.active{
    background-color: #202020;
    color: #fff;
}*/

.properties-second li span {
    display: block;
    color: #959595;
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    margin-top: 9px;
}

.properties-second li a.right-btn img,
.properties-second li a.right-btn2 img{
    transform: rotate(180deg);
}

.properties-second li a.analytics-btn img {
    height: 21px;
}

.properties-second li a.filters-btn img {
    height: 27px;
}


/******* ANALYTICS SIDEBAR *********/

.analytics-sidebar {
    padding: 20px;
    position: fixed;
    left: -100%;
    bottom: 0;
    background-color: #fff;
    max-width: 548px;
    width: 100%;
    height: calc(100% - 112px);
    border-left: 1px solid #E4E4E4;
    border-right: 1px solid #E4E4E4;
    overflow-y: auto;
    transition: all 0.5s ease-in-out;
}

.analytics-sidebar.active {
    left: 90px;
    transition: all 0.5s ease-in-out;
}

.analytics-sidebar::-webkit-scrollbar {
    width: 0;
    /* Remove scrollbar space */
    background: transparent;
    /* Optional: just make scrollbar invisible */
}

.analytics-sidebar-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.analytics-sidebar-title h4 {
    color: #202020;
    font-size: 18px;
    font-weight: 500;
}

.analytics-sidebar-title .close-btn a img {
    height: 21px;
}

.filter-sidebar {
    padding: 20px 20px 80px 20px;
    position: fixed;
    left: -100%;
    bottom: 0;
    background-color: #fff;
    max-width: 50%;
    width: 100%;
    height: calc(100% - 112px);
    border-left: 1px solid #E4E4E4;
    border-right: 1px solid #E4E4E4;
    overflow-y: auto;
    transition: all 0.5s ease-in-out;
}

.filter-sidebar.active {
    left: 90px;
    transition: all 0.5s ease-in-out;
}

.filter-sidebar::-webkit-scrollbar {
    width: 0;
    /* Remove scrollbar space */
    background: transparent;
    /* Optional: just make scrollbar invisible */
}

.filter-sidebar .properties-sale-filter {
    padding: 0 0 30px 0;
}
.analytics-sidebar .analytics-price{
    flex-wrap: wrap;
}
.analytics-sidebar .analytics-price ul li {
    width: 33.3%; 
}
.filter-sidebar .status-list.status-list-side {
    padding: 20px 0;
    max-width: 210px;
}
/* .filter-sidebar .status-list{
    padding: 0;
} */
.filter-sidebar .media.medi-parking .status-list{
    max-width: 300px;
}
.filter-sidebar .features-types .features-types-box {
    width: 33.3%;
    padding: 0 5px;
}
.filter-sidebar.active .filter-footer {
    left: 90px; 
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease-in-out;
}
.filter-sidebar .filter-footer {
    bottom: 0;
    max-width: 50%; 
    left: -100%; 
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;

}
.form-commercial{
    display: none;
}
.form-new-construction{
    display: none;
}
.filter-sidebar .status-list.commercial-list-side {
    padding: 0 0 0 30px;
}
.min-max-detail h4{
    color: #191919;
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin: 0 0 10px 0;
}
/* Additional Css */

.mr-30 {
    margin-right: 30px;
}

.properties-commercials .features-types {
    padding-bottom: 20px;
    border-bottom: 0.5px solid #D4D4D4;
}

.business-type-box h4 {
    color: #191919;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 18px;
}

.business-keyword-field {
    border: 1px solid #D4D4D4;
    background-color: #fff;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    padding: 15px 20px;
    border-radius: 5px;
}

.properties-commercials {
    display: none;
    padding-bottom: 50px;
}
.properties-commercials .min-max-detail{
    max-width: 300px;
    width: 100%;
}
.properties-commercials .filter-search-price .status-list {
    padding-left: 30px;
}
.properties-commercials .filter-search-price .status-list ul {
    max-width: 270px;
}
.properties-commercials .beds-status .status-list{
    max-width: 300px;
    width: 100%;
}
.commercial-size {
    width: calc(100% - 300px);
    padding-left: 30px;
}
.commercial-size ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.commercial-size ul li{
    width: 50%;
    padding: 0 15px;
}
.commercial-size .parking-status-box{
    width: 100%;
    margin-right: 0;
}
.commercial-size .filter-control{
    width: 100%;
}
.properties-construction .parking-status {
    max-width: 560px;
}
.properties-construction .filter-control{
    width: 100%;
}
.search-dd {
    width: 100%;
    height: 315px;
    overflow-y: auto;
    border: 1px solid #d4d4d4;
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 12;
    padding: 15px 0;
    display: none;
}

.search-dd .city-names h5 {
    font-size: 14px;
    line-height: 20px;
    color: #202020;
    font-weight: 500;
    margin-bottom: 20px;
    padding: 0 15px;
}

.search-dd .city-names h5 span {
    padding-right: 5px;
    position: relative;
    top: -3px;
}

.search-dd .city-names h5 span img {
    width: 20px;
    height: 20px;
}

.search-dd .city-list li {
    padding: 0 15px;
}

.search-dd .city-list li a {
    font-size: 14px;
    line-height: 34px;
    color: #202020;
    font-weight: 400;
    position: relative;
    top: auto;
    left: auto;
    transition: all ease-in-out 0.5s;
    display: flex;
    justify-content: space-between;
}

.search-dd .city-list li:hover {
    background-color: #f3f3f3;
    cursor: pointer;
}

.search-dd .city-list li a span {
    float: right;
}

.city-names {
    padding-bottom: 20px;
    border-bottom: 1px solid #d4d4d4;
    padding-top: 20px;
}

.search-dd .city-names:first-child {
    padding-top: 0;
}

.search-dd .city-names:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.seaech-property-box:hover .search-dd {
    display: block;
}
/************ MARKET STATS ********/
.market-stats-top {
    border-bottom: 1px solid #F3F3F3;
    padding: 12px 0;
}
.market-stats-top .media{
    align-items: center;
    justify-content: space-between;
}
.market-stats-top h3{
    color: #202020;
    font-size: 22px;
    font-weight: 500;
}
.market-stats-top ul{
    display: flex;
    align-items: center;
}
.market-stats-top ul{
    margin: 0 -6px;
}
.market-stats-top ul li{
    padding: 0 6px;
}
.market-stats-top ul li .btn-secondary {
    border: 1px solid #F3F3F3;
    border-radius: 2px;
    box-shadow: none;
    height: 48px;
    display: flex;
    color: #707070;
    font-size: 14px;
    font-weight: 400;
    width: 194px;
    align-items: center;
    background-color: transparent;
    position: relative;
}
.market-stats-top ul li .btn-secondary:after {
    position: absolute;
    content: "";
    right: 15px;
    top: 50%;
    transform: translate(0, -50%);
    background: url(../images/arrow-down.svg) no-repeat;
    width: 16px;
    height: 10px;
}
/*.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle{
    background-color: transparent;
    border-color: #F3F3F3;
    color: #707070;
}*/
.market-stats-top ul li .dropdown-menu{
    min-width: 100%;
    width: 100%;
    margin: -1px 0 0 0;
    background-color: #fff;
    border: 1px solid #F3F3F3;
    border-radius: 2px; 
    padding: 0;
}
.market-stats-top ul li .dropdown-menu .dropdown-item{
    color: #707070;
    font-size: 14px;
    display: block;
    font-weight: 400;
    padding: 10px 12px;
}
.market-stats-top ul li .dropdown-menu .dropdown-item:hover{
    background-color: #F6F6F6;
}
.market-stats-bottom{
    padding: 50px 0 0;
    position: relative; 
}
.market-stats-bottom .analytics-average-box h4 {
    font-size: 18px; 
}
.market-stats-bottom .average-sort .dropdown .btn-secondary {
    height: 48px; 
    font-size: 14px;
    color: #202020;
    width: 199px; 
}
.market-stats-bottom .average-sort .dropdown .dropdown-menu{
    width: 199px; 
}
.market-stats-bottom .average-sort .dropdown .dropdown-menu .dropdown-item{
    font-size: 14px;
    color: #202020;
}
.market-stats-city .analytics-title {
    margin-bottom: 32px;
}
.market-stats-city .analytics-grid-left {
    max-width: 100%;
    width: 100%;
    flex: 1;
}
.market-stats-city .analytics-grid-right {
    max-width: 398px;
}
/****** SECOND FOOTER *****/
.second-footer {
    background-color: transparent;
    padding: 25px 0 0;
}
.second-footer .footer-logo { 
    max-width: 1330px; 
    margin: 0 auto 34px;
}
.second-footer .footer-logo a{
    background-color: #fff;
}
.second-footer .footer-top .text-box h3 {
    font-size: 25px;
    margin-bottom: 18px;
}
.second-footer .footer-top .text-box p{
    font-size: 20px;
    margin-bottom: 15px;
}
.second-footer .footer-top .text-box span{
    font-size: 20px;
    margin-left: 20px;
}
.second-footer .footer-top .text-box .media{
    align-items: center;
    justify-content: center;
}
.second-footer .footer-bottom {
    background-color: #e6e6e6;
    padding: 30px;
}
.second-footer .footer-bottom .media{
    align-items: center;
    justify-content: center;
}
.second-footer .powered{
    margin: 0 auto;
    max-width: 1480px;
    width: 100%;
}
.second-footer .footer-bottom p {
    margin: 13px 0 0 0; 
}
.second-footer .footer-top .text-box .media{
    align-items: center;
    justify-content: center;
}
.second-footer .footer-top .text-box strong{
    font-size: 20px;
}
/******* BUILDING DETAIL *******/
.building-detail-top{
    padding: 15px 0;
}
.building-detail-top .media{
    align-items: center;
    justify-content: space-between;
}
.building-detail-top .media-left {
    display: flex;
    align-items: center;
}
.back-btn a{  
    display: flex;
    align-items: center;
    justify-content: flex-start; 
    font-weight: 500;
    font-size: 12px;
    color: #5D5D5D;
    text-decoration: underline;
    margin-right: 12px;
} 
.back-btn a img{
    height: 13px;
    margin-right: 5px;
}
.detail-condos-left .media{
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 30px;
}
.detail-condos-left .media .media-right ul{
    display: flex;
    align-items: center;
    padding: 0 !important;
    background-color: transparent !important;
    border: none !important;
    margin: 0 -10px  !important;
}

.detail-condos-left .media .media-right ul li{
    padding: 0 10px;
}
.detail-condos-left .media .media-right ul li img{
    height: 20px;
}
.more-btn{
    color: #202020;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    text-decoration: underline;
}
.breadcrumb{
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    margin: 0;
}
.breadcrumb-item,
.breadcrumb-item a{
    color: #202020;
    font-size: 13px;
    font-weight: 400;
}
.breadcrumb-item.active {
    color: #202020;
}
.breadcrumb-item+.breadcrumb-item::before{
    color: #202020;
}

/******* BUILDING BANNER  *****/
.building-detail-banner{
    position: relative;
    overflow: hidden;
}
.detail-banner-top {
    position: absolute;
    right: 318px;
    width: 100%;
    top: 0;
    z-index: 10;
    height: 100%;
    max-width: 402px;
    margin-left: auto;
}
.detail-banner-slide .image-holder img {
    width: 100%;
    cursor: pointer;
}
.detail-banner-inner{
    background-color: #202020;
    max-width: 402px;
    width: 100%;
    margin-left: auto;
    text-align: center;
    padding: 116px 0 114px;
}
.detail-banner-inner h3{
    color: #FFFFFF;
    font-size: 32px;
    max-width: 352px;
    width: 100%;
    margin: 0 auto;
    font-weight: 500;
    line-height: 43px;
}
.detail-banner-inner p{
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    max-width: 180px;
    width: 100%;
    margin: 26px auto 22px;
}
.detail-banner-inner a.process-work {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400; 
    color: #fff;
    margin-bottom: 83px;
    display: inline-block;
}
.detail-banner-inner ul li{
    margin-bottom: 30px;
}
.detail-banner-inner ul li:last-child{
    margin-bottom: 0;
}
.detail-banner-inner ul li a{
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin:  auto;
    max-width: 200px;
    width: 100%;
    height: 50px;
    color: #202020;
    font-size: 16px;
    background-color: #fff;
    font-weight: 500;
}
.detail-banner-inner ul li a:hover{
    background-color: transparent;
    color: #fff;
}
.detail-banner-inner ul li a img{
    height: 20px;
    margin-right: 10px;
}
.detail-banner-inner ul li a.notification-icon{
    background-color: transparent;
    color: #fff;
}
.detail-banner-inner ul li a.notification-icon:hover{
    background-color: #fff;
    color: #202020;
}
.detail-banner-inner ul li a.notification-icon:hover img {
    filter: brightness(0.5%);
}
.swiper-button-next, .swiper-button-prev{
    z-index: 1000;
    margin-top: 0;
    color: #fff;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    opacity: 1;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 33px;
    left: auto;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 33px;
    right: auto;
}
.building-detail-condos{
    padding: 30px 0;
}
.detail-condos-inner{
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 40px;
}
.detail-condos-left .title h3{
    color: #202020;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 12px;
}
.detail-condos-left .title p {
    color: #707070;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 13px;
}
.detail-condos-left .title p  span{
    color: #202020;
    display: block;
    font-size: 16px;
    font-weight: 400;
}
.detail-condos-left .title ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #E8E8E8;
    background-color: #F5F5F5;
    padding: 25px 28px 25px 12px;
}
.detail-condos-left .title ul li{
    color: #707070;
    font-size: 16px;
    font-weight: 400;
}
.detail-condos-left .title ul li strong{
    color: #202020;
    display: inline-block;
    margin-left: 4px;
}
.description-text{
    padding: 30px 0 0;
}
.description-text h4{
    color: #202020;
    font-size: 18px;
    font-weight: bold;
}
.description-text p{
    color: #202020;
    font-size: 14px;
    font-weight: 400;
    padding: 23px 0 20px;
}
.description-text a{
    color: #202020;
    font-size: 14px;
    font-weight: 500;
    text-decoration: underline;
    display: inline-block;
}
.building-detail-list {
    margin: 30px 0 0 0;
}
.building-detail-list h4{
    color: #202020;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 21px;
}
.list-text ul li{
    color: #202020;
    min-height: 22px;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #DEDEDE;
    margin-bottom: 17px;
}
.list-text ul li:last-child{
    margin-bottom: 0;
}
.amenities-text ul li{
    color: #202020;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 23px;
}
.amenities-text ul li:last-child{
    margin-bottom: 0;
}
.view-map{
    position: relative;
    margin-bottom: 24px;
}
.view-map a{
    color: #202020;
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
    display: inline-block;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translate(-50%,0);
    width: 100%;
    text-align: center;
}
.detail-condos-user {
    border: 1px solid #E8E8E8;
    background-color: #F5F5F5;
    padding: 15px 40px 34px;
    max-width: 403px;
    width: 100%;
}
.detail-condos-user.fixed{
    position: fixed;
    top: 0;
}
.detail-condos-user .media{
    align-items: center;
}
.detail-condos-user .image-holder{
    max-width: 120px;
    width: 100%;
    margin-right: 23px;
}
.detail-condos-user .text-box{
    flex: 1;
    width: 100%;
}
.detail-condos-user .text-box h4{
    color: #202020;
    font-size: 18px;
    font-weight: 500;
}
.detail-condos-user .text-box p {
    color: #7C7C7C;
    font-size: 13px;
    font-weight: 400;
    margin: 11px 0;
}
.detail-condos-user .text-box span{
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    display: block;
}
.detail-condos-user a{
    background-color: #202020;
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin: 43px 0 0 0;
}
/**** RELATRD PRODUCT ******/
.related-product{
    padding: 0 0 100px 0;
}
.related-product .container{
    max-width: 1330px;
}
.related-product h3{
    color: #202020;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 40px;
}
.related-product-inner .row{
    margin: 0 -4.5px;
}
.related-product-inner [class*="col-"]{
    padding: 0 4.5px;
}
.related-product-box .image-holder{
    position: relative;
    height: 240px;
}
.related-product-box .image-holder img{
    height: 100%;
    object-fit: cover;
}
.related-product-box .image-holder a{
    position: absolute;
    top: 9px;
    right: 8px;
}
.related-product-box{
    margin: 15px 0;
}
.related-product-box .image-holder a img{
    height: 34px;
}
.related-product-box .text-box {
    padding: 12px 13px;
}
.related-product-box .text-box h4{
    color: #202020;
    font-size: 20px;
    font-weight: bold;
}
.related-product-box .text-box p {
    color: #202020;
    font-size: 14px;
    font-weight: 400;
    margin: 9px 0 7px;
}
.related-product-box .text-box span{
    color: #707070;
    font-size: 14px;
    font-weight: 400;
}
.building-detail-page .second-footer .footer-logo {
    max-width: 1140px;
    margin: 0 auto 34px;
}
/****** BUILDING PAGE *****/
.building-page .detail-banner-top{
    right: 290px;
}
.building-page .detail-banner-inner {
    text-align: left;
    padding: 110.5px 25px;
    flex-direction: column;
    display: flex; 
    justify-content: center;
    height: 100%;
    margin: 0;
}
.building-page .detail-banner-inner h3{
    margin: 0;
}
.building-page .detail-banner-inner p{
    width: 100%;
    max-width: 100%;
    margin: 12px auto 15px;
    font-size: 14px;
    font-weight: 300;
}
.building-page .detail-banner-inner ol{
    margin-bottom: 50px;
}
.building-page .detail-banner-inner ol li:last-child{
    margin-bottom: 0;
}
.building-page .detail-banner-inner ol li {
    margin-bottom: 28px;
}
.building-page .detail-banner-inner ol li a{
    text-align: center;
    width: 100%;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    border: 1px solid #fff; 
}
.building-page .detail-banner-inner a.process-work{
    margin-bottom: 34px;
    font-size: 16px;
    font-weight: 400;
}
.building-page .detail-banner-inner ul{
    display: flex;
    align-items: center;
    margin: 0 -22px;
}
.building-page .detail-banner-inner ul li {
    margin: 0;
    width: 50%;
    padding: 0 22px
}
.building-page .detail-banner-inner ul li a{
    width: 100%;
}
.building-page .detail-banner-inner ul li a{
    background-color: transparent;
    color: #fff;
    border-color: #fff; 
}
.building-page .detail-banner-inner ul li a.notification-icon{
    background-color: #fff;
    border-color: #fff;
    color: #000;
}
.building-page .detail-banner-inner ul li a.notification-icon img {
    filter: brightness(0.5%);
}
.building-page .detail-condos-left .title{
    padding-bottom: 51px;
    border-bottom: 1px solid #DEDEDE
}
.related-product-inner .nav-pills{
    margin-bottom: 30px;
}
.related-product-inner .nav-item .nav-link{
    border: 1px solid #D4D4D4;
    background-color: #fff;
    color: #707070;
    height: 45px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 0;
    display: flex;
    align-items: center;
    padding: 0 25px;
    justify-content: center;
}
.related-product-inner .nav-item .nav-link.active{
    background-color: #000;
    border-color: #000; 
    color: #fff;
}
.related-product-inner .properties-detail-box{
    margin: 15px 0;
}
.related-product-inner .properties-detail-box .text-box h3{
    margin: 0;
}
/****** BUILDING DETAIL PAGE ******/

.building-detail-page .building-detail-banner .image-holder{
    cursor: pointer;
    position: relative;
}
.building-detail-page .building-detail-banner .image-holder img{
    width: 100%;
}
.building-detail-page .detail-banner-inner {
    padding: 110.5px 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin: 0;
    justify-content: center;
}
/****** GET NOTIFICATION MODAL *****/
.get-notification-modal .modal-dialog{
    max-height: 504px;
    width: 100%;
}
.get-notification-modal .modal-content{
    border: 1px solid #707070;
    border-radius: 0; 
}
.get-notification-modal .modal-body{
    padding: 0;
}
.get-notification-modal .modal-body .text-box {
    position: relative;
    padding: 60px 45px 40px 45px;
}
.get-notification-modal .modal-body .text-box h3{
    color: #202020;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 40px;
}
.get-notification-modal .modal-body .text-box  .close-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 18px;
    right: 25px;
}
.get-notification-modal .modal-body .text-box  .close-btn img{
    height: 16px;
}
.get-notification-modal .modal-body .text-box .row{
    margin: 0 -10px;
}
.get-notification-modal .modal-body .text-box  [class*="col-"] {
    padding: 0 10px;
}
.get-notification-modal .modal-body .text-box .form-group{
    margin-bottom: 25px;
}
.get-notification-modal .modal-body .text-box .form-control{
    border: 1px solid #BCBCBC;
    box-shadow: none;
    border-radius: 0;
    height: 45px;
    padding-left: 20px;
    color: #707070;
    font-size: 14px;
    font-weight: 400;
}
.get-notification-modal .modal-body .text-box select.form-control{
    background: url(../images/down-arrow.svg) 95% center no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: 15px;
}
.btn-default{
    width: 100%;
    border: 1px solid #EE2426;
    background-color: #EE2426;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #fff;
    font-size: 14px;
    box-shadow: none;
    font-weight: 500;  
}
.btn-default:hover{
    background-color: transparent;
    color: #EE2426;
}
/******* CONTACT USER MODAL *****/
.contact-user-modal .modal-dialog{
    max-width: 402px;
    width: 100%;
}
.contact-user-modal .modal-content{
    border: 1px solid #E8E8E8;
    border-radius: 0; 
    background-color: #F5F5F5;
}
.contact-user-modal .modal-body{
    padding: 30px 42px 44px 38px;
}
.contact-user-modal .modal-body{}
.contact-user-modal .modal-body .media{
    align-items: center;
}
.contact-user-modal .modal-body .image-holder{
    width: 120px;
}
.contact-user-modal .modal-body .text-box{
    width: 100%;
    flex: 1;
    padding-left: 42px;
}
.contact-user-modal .modal-body .text-box h4{
    color: #202020;
    font-size: 18px;
    font-weight: 500;
}
.contact-user-modal .modal-body .text-box span {
    color: #7C7C7C;
    font-size: 13px;
    font-weight: 400;
    display: block;
    margin: 11px 0;
}
.contact-user-modal .modal-body .text-box p{
    color: #000000;
    font-size: 14px;
    font-weight: 500;
}
.contact-user-modal .modal-body .text-inner{
    padding: 10px 0 0 0;
}
.contact-user-modal .modal-body .text-inner p{
    color: #202020;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    text-align: center;
}
.contact-user-modal .modal-body .text-inner .form-group{
    margin-bottom: 15px;
}
.contact-user-modal .modal-body .text-inner .form-control{
    border: 0.5px solid #BCBABA;
    height: 45px;
    background-color: #fff;
    border-radius: 0; 
    padding-left: 16px;
    color: #6E6E6E;
    font-size: 14px;
    font-weight: 400;
    box-shadow: none;
}
.contact-user-modal .modal-body .text-inner textarea.form-control{
    height: 90px;
}
/******* GALLERY VIEW MODAL ******/
.gallery-view-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 1000;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
}
.gallery-view-modal.active{
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease-in-out;
}
body.active{
    overflow: hidden;
}
.gallery-view-top{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 20px;
}
.gallery-view-top .nav-pills .nav-item .nav-link {
    color: #F9F9F9;
    font-size: 18px;
    font-weight: 400;
    display: flex;
    align-items: center;
    border-radius: 0;
    padding: 26px 26px;
}
.gallery-view-top .nav-pills .nav-item .nav-link.active{
    background-color: #707070;
}
.gallery-view-top a.close-btn img{
    height: 21px;
}
.gallery-view-mid {
    background-color: #404040;
    display: flex;
    align-items: center;
    padding: 8px 20px;
}
.gallery-view-mid p{
    color: #E2E2E2;
    font-size: 18px;
    font-weight: 400;
    margin-right: 50px;
}
.gallery-view-mid a{
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #FFFFFF;
    border-radius: 2px;
    width: 225px;
    height: 54px;
}
.gallery-view-mid a:hover{
    background-color: #fff;
    color: #000;
}
.gallery-view-bottom{
    height: calc(100% - 149px);
}
.gallery-photo {
    padding: 10px 0 30px;
    position: relative;
}
.swiper-slide { 
    text-align: center;
}
.gallery-thumbnail-swiper {
    max-width: 900px;
    margin: 0 0 0 70px;
    margin-top: 30px;
}
.gallery-thumbnail-swiper .swiper-slide img{
    opacity: 0.5
}
.gallery-thumbnail-swiper .swiper-slide.swiper-slide-thumb-active img{
    opacity: 1;
}
.swiper-pagination-fraction {
    width: 3.5%;
    color: #fff;
    font-size: 16px;
    bottom: 30px;
    font-weight: 400;
}
.tab-content,
.tab-pane{
    height: 100%;
}
.gallery-view-bottom-inner,
.gallery-view-bottom-inner .img-holder,
.gallery-view-bottom-inner .img-holder img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.notification-building .btn-default{
    background-color: #000;
    border-color: #000; 
}
.notification-building .btn-default:hover{
    color: #000;
    background-color: transparent;
}
.detail-user-modal .btn-default{
    background-color: #000;
    border-color: #000; 
}
.detail-user-modal .btn-default:hover{
    color: #000;
    background-color: transparent;
}
.contact-user-modal.detail-user-modal .modal-body .text-box {
    width: 100%;
    flex: 1;
    padding-bottom: 40px;
    padding-left: 0;
}
.contact-user-modal.detail-user-modal .modal-body .text-box h4 {
    font-size: 24px; 
    margin-bottom: 9px;
}
.contact-user-modal.detail-user-modal .text-box p {
    font-size: 16px; 
}
/****** MAP TAB ****/

.map-tab {
    width: 100%;
    height: calc(100vh - 150px);
    position: relative;
}

.map-sidebar {
    background-color: #fff;
    max-width: 402px;
    width: 100%;
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 18px 12px 0;
}

.head-side h4 {
    font-size: 18px;
    font-weight: 700;
    color: #293943;
    margin-bottom: 3px;
}

.drop-arrow {
    display: block;
    text-align: center;
    margin-bottom: 30px;
}

.drop-arrow img {
    width: 16px;
}



#pills-tab1 li.nav-item {
    white-space: nowrap;
}

.map-sidebar .nav-pills .nav-link {
    font-size: 12px;
    color: #434d53;
    display: flex;
    background-color: transparent;
    justify-content: center;
    align-items: center;
    padding: 0 0px;
    border: 1px solid transparent;
}

.map-sidebar .swiper-slide-active .nav-link {
    background-color: transparent;
    border: 1px solid;
}

.map-sidebar .swiper-button-next,
.map-sidebar .swiper-button-prev {
    width: 24px;
    height: 24px;
    background-color: #d7d7d7;
    border-radius: 100px;
    z-index: 1000;
}
.map-sidebar .swiper-button-next:after,.map-sidebar  .swiper-button-prev:after {
    font-size: 12px;
}
.map-sidebar .swiper-button-next img {
    height: 14px;
}

.map-sidebar .swiper-button-prev img {
    height: 14px;
}

.map-sidebar .swiper-button-next {
    top: 0;
    right: 0;
    left: auto;
}

.map-sidebar .swiper-button-prev {
    top: 0;
    left: 0;
    right: auto;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}

.menu-one {
    display: flex;
    border: 2px solid #d7d7d7;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.menu-left {
    display: flex;
    align-items: center;
}

.menu-left img {
    width: 100px;
    height: 100px;
    min-width: 100px;
    margin-right: 14px;
}

.menu-left .menu-text-left ul li img {
    width: 14px;
    height: 14px;
    min-width: auto;
}

.menu-text-left ul {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 3px;
}

.menu-text-left h5 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 2px;
}

.menu-text-left span {
    font-size: 14px;
    color: #bebebe;
    line-height: normal;
    display: block;
}

.menu-text-left ul li {
    width: 14px;
    margin-right: 3px;
}

.menu-text-left p {
    font-size: 12px;
    color: #bebebe;
    line-height: normal;
}

.right-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    min-height: 70px;
    padding-right: 11px;
}

.map-tab-inner {
    overflow-y: scroll;
    height: 640px;
}
.form-new-construction .filter-footer {
    position: absolute;
    margin-top: 0;
    bottom: 0;
}

.construction-grid-inner{
    max-width: 670px;
    width: 100%; 
    margin: 0 auto;
}
.properties-grid-detail .properties-construction .left-side-filter-footer {
    max-width: 100%;
}
.properties-grid-detail .properties-commercials .left-side-filter-footer {
    max-width: 100%;
}
/****** PRICE DROPDOWN *****/
.min-max-detail.filter-search-first{
    max-width: 300px;
    width: 100%;
}
.price-dropdown{
    background-color: transparent;
    height: 40px;
    border: 1px solid #D4D4D4;
    border-radius: 0;
    padding: 0 12px;
    color: #717171;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.price-dropdown:hover{
    background: transparent;
    color: #717171;
    border-color: #D4D4D4; 
}
.price-dropdown ins{
    text-decoration: none;
}
.dropdown-menu.radio input { 
    visibility: hidden; 
    position:absolute; left: -30px; }

.dropdown-toggle::after{
    background: url(../images/select-arrow.svg) right center no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    right: 15px;
    width: 13px;
    height: 6px;
    margin: 0;
    border: none;
}
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle{
    background-color: transparent;
    color: #717171;
    border-color: #D4D4D4; 
}
.btn-light.focus, .btn-light:focus{
    color: #717171;
    background-color: transparent;
    border-color: #D4D4D4;
    box-shadow: none;
}
.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show>.btn-light.dropdown-toggle:focus{
    box-shadow: none;
}
.dropdown-menu.radio{
    border: 1px solid #D4D4D4;
    width: 100%;
    height: 150px;
    border-radius: 0; 
    overflow: auto; 
    min-width: 100%;
    margin: -1px 0 0 0;
}
.dropdown-menu.radio .dropdown-item {
    cursor: pointer;
    color: #717171;
    font-size: 14px;
    padding: 5px 15px; 
    margin: 0;
}
.dropdown-item:focus, .dropdown-item:hover,
.dropdown-item.active, .dropdown-item:active{
    background-color: #f3f3f3;
}
.dropdown-menu.radio::-webkit-scrollbar {
    width: 0;  /* Remove scrollbar space */
    background: transparent;  /* Optional: just make scrollbar invisible */
}
.media.medi-parking .parking-status-box{
    width: calc(100% - 300px);
    padding-left: 30px;
}
.building-detail-condos .container{
    max-width: 1300px;
}
.related-product-bottom{
    margin: 60px 0 0 0;
}
.related-product-bottom h3{
    margin-bottom: 30px;
}
.related-product-bottom .properties-detail-box .text-box {
    /* padding: 7px 10px 0 0; */
}
.related-product-bottom .properties-detail-box .text-box p{
    margin: 10px 0;
}

.properties-grid-detail #pills-contact{
    height: calc(100vh - 242px);
    overflow-y: auto;
}
.properties-grid-detail .properties-commercials{
    height: calc(100vh - 242px);
    overflow-y: auto;
}

.media-right .dropdown-toggle::after{
    display: none;
}
.media-right .dropdown-menu{
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #e6e6e6; 
    min-width: 100px;
    width: 100%;
    left: auto !important; 
    right: 0 !important;
    padding: 10px 0 5px;
    margin: 13px 0 0 0; 
}
.media-right .dropdown-menu:after {
    position: absolute;
    content: "";
    top: -11px;
    right: 22px;
    width: 25px;
    height: 12px;
    background: url(../images/arrow-shape-icon.png) no-repeat;
}
.media-right .dropdown-menu .dropdown-item{
    color: #202020;
    font-size: 15px;
    line-height: 15px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 10px 0;
}
.media-right .dropdown-menu .dropdown-item:hover{
    background-color: transparent;
    color: #202020 !important;
}
/****** SUBMENU ******/
.navbar-nav .nav-item:hover .buy-submenu{
    display: block
}
.buy-submenu {
    background-color: #F5F5F5;
    width: 244px;
    position: absolute;
    top: 70px;
    left: 0;
    z-index: 100;
    display: none;
}
.buy-submenu ol li a{
    border-bottom: 1px solid #D4D4D4;
    color: #202020;
    font-size: 16px;
    font-weight: 400;
    padding: 12px 24px;
    display: flex;
    align-items: center;
}
.buy-submenu ol li a:hover{
    background-color: #000000;
    color: #fff;
}
/********* INDEX NEW *****/
.index-new .properties-left{
    margin-left: auto;
    position: relative;
    z-index: 10;
    background-color: #fff;
}
.index-new .properties-right{
    right: auto;
    left: 0;
}
.index-new .analytics-sidebar,
.index-new .filter-sidebar,
.index-new .filter-sidebar .filter-footer{
    left: auto;
    right: -100%;
}
.index-new .analytics-sidebar.active,
.index-new .filter-sidebar.active,
.index-new .filter-sidebar.active .filter-footer{
    right: 90px;
    left: auto;
    transition: all 0.5s ease-in-out;
}
.index-new .left-side-filter-footer{
    left: auto;
    max-width: 750px;
    right: 0;
}



/********* PRINT LISTING ******/
.print-header {
    background-color: #F5F5F5;
    padding: 5px 0;
    border: none;
}
.print-header-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.print-header-inner .logo a{
    display: flex;
    align-items: center;
}
.print-header-inner .logo span{
    color: #202020;
    font-size: 20px;
    font-weight: 400;
    display: flex;
    align-items: center;
    margin-left: 8px;
}
.print-header-right {
    display: flex;
    align-items: center;
    flex: 1;
    width: 100%;
    justify-content: flex-end;
}
.header-profile {
    display: flex;
    align-items: center;
    max-width: 250px;
    width: 100%;
    margin-right: 15px;
}
.header-profile .image-holder{
    max-width: 90px;
    width: 100%;
}
.header-profile .image-holder img{
    width: 100%;
}
.header-profile .text-box{
    padding-left: 20px;
    flex: 1;
    width: 100%;
}
.header-profile .text-box h4{
    color: #202020;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
    line-height: 1;
}
.header-profile .text-box p{
    color: #202020;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
}
.profile-contact {
    margin-right: 68px;
}
.profile-contact ul li{
    margin-bottom: 9px;
}
.profile-contact ul li:last-child{
    margin-bottom: 0;
}
.profile-contact ul li a{
    color: #202020;
    font-size: 14px;
    font-weight: 500;
    display: block;
    line-height: 1;
}
.profile-list {
    margin-right: 32px;
    max-width: 218px;
    width: 100%;
}
.profile-list h4 {
    font-size: 18px;
    font-weight: 500;
    color: #202020;
    margin-bottom: 7px;
}
.profile-list p{
    color: #202020;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
}
.profile-address{
    max-width: 163px;
    width: 100%;
}
.profile-address p{
    color: #202020;
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    max-width: 162px;
    width: 100%;
}
/******* PRINT LISTING SEC ******/
.print-listing-sec{
    padding: 0 0 60px 0;
}
.print-listing-hill{
    padding: 15px 0 25px;
    border-bottom: 1px solid #dedede
}
.print-listing-hill-left{
    padding: 2px 0 0 0;
}
.print-listing-hill-left h4{
    color: #202020;
    font-size: 18px;
    display: flex;
    align-items: center;
    font-weight: 500;
    margin-bottom: 20px;
} 
.print-listing-hill-left h4 span{
    display: flex;
    align-items: center;
    margin-left: 50px;
}
.listing-hill-box{ 
    position: relative;
}
.listing-hill-box:after{
    position: absolute;
    content: "";
    left: -25px;
    top: 0;
    width: 1px;
    background-color: #dedede;
    height: 245px;
}
.listing-hill-box.br-0:after{
    display: none;
}
.listing-hill-box ul li{
    display: flex;
    align-items: center;
    color: #202020;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
}
.listing-hill-box ul li:last-child{
    margin-bottom: 0;
}
.listing-hill-box ul li span{
    font-weight: 400;
    display: flex;
    align-items: center;
    max-width: 100px;
    width: 100%;
}
.prin-text{
    padding: 15px 0;
}
.prin-text .text-box p{
    color: #202020;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 4px;
    font-weight: 400;
}
.prin-text .text-box p:last-child{
    margin-bottom: 0;
}
.prin-text .text-box span {
    color: #ABABAB;
    font-size: 14px;
    font-weight: 400;
    display: block;
    margin: 13px 0 0 0;
}
.listing-room-inner h4 {
    color: #202020;
    font-size: 18px;
    background-color: #F5F5F5;
    padding: 12px 18px;
    font-weight: 400;
    margin-bottom: 10px;
}
.listing-room-inner .table-responsive{
    max-width: 870px;
    width: 100%;
}
.listing-room-inner table{
    width: 100%;
}
.listing-room-inner table thead tr th {
    color: #202020;
    font-size: 14px;
    font-weight: 500;
    padding: 7px 0;
}
.listing-room-inner table tbody tr td {
    color: #202020;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #DEDEDE;
    padding: 10px 0;
}
.price-hostory{
    margin: 18px 0 0 0;
}
/****** PRINT FOOTER *****/
.print-footer {
    background-color: #F5F5F5;
    padding: 17px 0;
}
.print-footer-inner p{
    display: flex;
    color: #202020;
    font-size: 12px;
    font-weight: 400;
    align-items: center;
}
.print-footer-inner p img{
    height: 16px;
    margin-left: 3px;
}

.banner-property{
    height: 70vh;
    object-fit: cover;
}

.loader-main {
    display: flex;
    width: 100%;
    height: 100%;
    position: fixed;
    justify-content: center;
    align-items: center;
    z-index: 999999;
    background-color: #d9d3d3;
    flex-direction: column;
    top: 0;
    opacity: 0.6;
}

.loader-main.loader__up {
    visibility: hidden;
    opacity: 0;
    transition: var(--transition_05s);
    -webkit-transition: var(--transition_05s);
    -moz-transition: var(--transition_05s);
    -ms-transition: var(--transition_05s);
}

.loader .dot { width: 24px; height: 24px; background: #aeaeae; transform: rotate(45deg); display: inline-block; margin: 5px; animation: slide 1s infinite ease-in-out; }
.loader .dot:nth-child(1) { animation-delay: 0.1s; background: #3b3b3b; }
.loader .dot:nth-child(2) { animation-delay: 0.2s; background: #bc9429; }
.loader .dot:nth-child(3) { animation-delay: 0.3s; background: #e3d6b3; }
.loader .dot:nth-child(4) { animation-delay: 0.4s; background: #3b3b3b; }
.loader .dot:nth-child(5) { animation-delay: 0.4s; background: #bc9429; }

/* Force column layout on that specific pagination div */
/* .d-none.flex-sm-fill.d-sm-flex.align-items-sm-center.justify-content-sm-between {
    flex-direction: column !important;
    align-items: center;
    justify-content: center;
} */

.results-info{
    padding: 3px 0px;
    text-align: end;
}

.mapboxgl-popup-close-button{
    position: absolute !important;
    right: -7px !important;
    top: -8px !important;
    border: 0 !important;
    border-radius: 0 3px 0 0 !important;;
    cursor: pointer !important;
    background-color: black !important;;
    font-size: 21px !important;
    border-radius: 100px !important;;
    width: 20px !important;
    height: 20px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: white;
}

.mapboxgl-popup-content{
    padding: 15px 10px 15px !important;
    border-radius: 5px !important;
}
.mapboxgl-popup-content h4{
    font-size: 14px !important ;
}