.propertySearchBoxWrapper {
    padding: 140px 0 50px;
}

.propertyListingWrapper {
    padding: 50px 0;
}

.propertyListedArea {
    margin-bottom: 30px;
}

.propertyListedSort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.propertyListedArea h4 {
    font-size: 18px;
    color: #fff;
}

.propertyListedArea h4 span {
    color: var(--gold);
}

.propertyListingData {
    color: #fff;
}

.propertyListingDataImg {
    overflow: hidden;
}

.propertyListingDataImg img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.propertyListingDataWrapper {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.propertyListingDataWrapper:hover .propertyListingDataImg img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.propertyListingTop {
    background-color: #fff;
    padding: 15px 15px;
    color: var(--purple);
}

.propertyListingData p {
    margin-bottom: 5px;
}

.propertyListingData h3 {
    font-family: 'Optima Bold';
    color: var(--gold);
    font-size: 20px;
    margin-bottom: 5px;
}

.propertyListingData .location {
    margin-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.propertyListingData .location span img {
    width: 15px;
}

.specification {
    margin-bottom: 5px;
}

.specification ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.specification ul li + li {
    padding-left: 10px;
    margin-left: 10px;
    position: relative;
}

.specification ul li + li:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 15px;
    width: 1px;
    background-color: #afadad;
}

.price {
    margin: 0;
    font-size: 32px;
    font-family: 'Optima Medium';
    line-height: 1;
    margin: 10px 0;
}

.propertyListingBottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 6px 15px;
    background-color: #EDEDED;
}

.propertyListingBottom p,
.specification ul li,
.propertyListingData .location span,
.propertyListingData p,
.knowMore a {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.propertyListingData .knowMore a {
    letter-spacing: 3px;
    font-size: 12px;
    color: var(--purple);
}

.propertyListingBottom p {
    color: var(--purple);
    font-size: 12px;
}

.propertyListingBottom ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.propertyListingBottom ul li {
    padding-left: 10px;
    margin-left: 10px;
    position: relative;
}

.propertyListingBottom ul li img {
    width: 25px;
}

.propertyListingBottom ul li + li:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 15px;
    width: 1px;
    background-color: #afadad;
}

.propertyListingBottom ul li button {
    padding: 0;
    background-color: transparent;
}

.select2-container--default .select2-selection--single .select2-selection__clear,
.select2-search--dropdown {
    display: none;
}

.sortyByWrapper {
    color: #fff;
}

.sortyByWrapper span {
    font-size: 14px;
}

.select2-container--default .select2-selection--single {
    background-color: #16163F;
    border: 1px solid #16163F;
    border-radius: 8px;
    color: #fff;
    height: auto;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
    line-height: 28px;
    font-size: 14px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 12px;
}

.select2-dropdown {
    /*    background-color: #16163f;*/
    border: 1px solid #16163f;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.select2-container--default .select2-results__option--selected {
    background-color: var(--purple);
    font-size: 14px;
    color: #fff;
}

.select2-results__option--selectable {
    cursor: pointer;
    font-size: 14px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.paginationWrapper {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.paginationWrapper .page-link {
    border-radius: 50%;
    padding: 0;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    border: 0;
    color: #fff;
}

.paginationWrapper .pagination {
    gap: 15px;
}

.paginationWrapper .page-item:hover .page-link {
    background-color: #fff;
    color: var(--purple);
}

.paginationWrapper .page-item .page-link:focus,
.paginationWrapper .page-item.active .page-link {
    z-index: 3;
    color: var(--purple);
    background-color: #fff;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.recommandedProjectsWrapper {
    padding: 100px 0;
    background-color: #16163F;
}

.nearbyProperties.propertyPage {
    background-color: var(--purple);
}

@media(max-width:767px) {
    .propertyListingDataWrapper {
        display: block;
    }
}


@media(min-width:768px) and (max-width:1024px) and (orientation:landscape) {
    .propertyListingData h3 {
        font-size: 18px;
    }

    .price {
        font-size: 26px;
    }

    .propertyListingBottom p,
    .specification ul li,
    .propertyListingData .location span,
    .propertyListingData p,
    .knowMore a {
        font-size: 10px;
    }
}
