/*Property Search*/

.property__search i {
    position: absolute;
}

.search-icon {
    background-color: #2c7eef;
    color: #fff;
    padding: 12px;
    vertical-align: middle;
    font-size: 18px;
    cursor: pointer;
}
/* 
.custom-control {
    background-color: #fff;
    border: 1px solid #ced4da;
    padding: 0 12px;
    display: inline-block;
    height: 46px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #495057;
    background-clip: padding-box;
    -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-bottom: 10px;
} */
/* .custom-control {
    vertical-align: middle;
    width: 650px;
    outline: none;
    border: none;
    display: inline-block;
    height: 39px;
    font-weight: 400;
    line-height: 1.6;
    color: var(--secondary-txt-color);
    font-size: 16px;
} */
.search__input {
    display: inline-block;
    padding-left: 10px;
    background-color: #fff;
}

#search-location {
    /* width: 203px; */
    width: 178px;
    display: inline-flex;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    display: none;
}

/* #search-type {
    width: -webkit-fill-available;
    width: -moz-available;
    border-radius: 3px;
} */

/*Property container no result found*/

.no--result {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

.another--text {
    text-align: center;
}

/*End of property search*/

/*Start of dropdown search result location*/

.dropdown-menu {
    background-color: white;
    display: block;
    box-shadow: 0 3px 7px #dccece;
    border-radius: 3px;
}

.dropdown-menu ul li {
    padding: 15px;
    border-bottom: 1px solid #e0e0e0;
    margin-left: 0;
    cursor: pointer;
}

.dropdown-menu ul li:hover {
    color: #fff;
    background-color: #383938;
}

/*End of dropdown search result location*/

/*Property action*/

.property__action {
    /* padding-top: 30px; */
    padding-bottom: 20px;
    /* padding-left: 8px; */
}

/*Price filter range*/

.ui-slider {
    font-size: 0.6em;
    width: calc(100% - 2.8em);
    margin-left: 1.2em;
    background-color: #fff;
    /*Slider-range darker*/
}

.ui-slider .ui-slider-handle {
    background-color: #ffffff;
    font-size: 2em;
    margin-top: -3px;
    border-radius: 1px;
    box-shadow: 0 3px 2px #cccccc;
    border: 1px solid #ced4da;
    cursor: pointer;
}

.ui-slider .ui-slider-range {
    background-color: #383938;
    background-blend-mode: multiply;
}

.price-filters {
    margin-top: 20px;
    font-weight: 700;
    color: #383938;
}

.price-filters input {
    background-color: #fff;
    border: 1px solid #ced4da;
    padding: 10px;
    font-weight: 700;
    color: #383938;
    border-radius: 0.25rem;
    text-align: center;
    width: 39%;
}

.price-filters label {
    position: absolute;
    padding: 7px;
}

span.ui-slider-handle.ui-state-default.ui-corner-all:first-of-type {
    border-radius: 100%;
}

span.ui-slider-handle.ui-state-default.ui-corner-all:last-of-type {
    border-radius: 100%;
}

.span--to {
    margin: 0 8px;
}

.price__range--label {
    color: #383838;
    font-weight: 700;
    margin: 15px 0;
    font-size: 20px;
    text-transform: capitalize;
}

/*End of price filter range*/

/*Property Listing Details and Image*/

.container__property--list:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}

.container__property--list {
    display: block;
}

.container__property--image img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.container__property--image {
    /* width: 365px; */
    /* background-color: black; */
    /* height: 220.75px; */
    width: 100%;
    height: 180px;
    position: relative;
    z-index: 1;
    /* margin-right: 20px;
    margin-bottom: 20px; */
}

/*Sorting for web desktop*/
select {
    display: none;
}

.select__dropdown ~ .dropdown .current {
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    display: block;
    width: 90%;
}

.select__dropdown ~ .dropdown {
    border: 1px solid #ccc;
    padding: 8px 16px;
    width: -webkit-fill-available;
    color: #383938;
    border-radius: 3px;
    cursor: pointer;
    font-size: 14px;
    vertical-align: middle;
    padding-right: 16px;
    position: relative;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    display: inline-block;
}

.select__dropdown ~ .dropdown:after {
    height: 0;
    width: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #383938;
    transform: origin(50% 20%);
    transition: all 0.125s ease-in-out;
    content: "";
    display: block;
    margin-top: -2px;
    pointer-events: none;
    position: absolute;
    right: 14px;
    top: 50%;
}

.select__dropdown ~ .dropdown.open:after {
    transform: rotate(-180deg);
}

.select__dropdown ~ .dropdown.open .list {
    background-color: #e2e2e2;
    box-shadow: 0px 3px 4px #afafaf;
    transform: scale(1);
    opacity: 1;
    pointer-events: auto;
    width: -webkit-fill-available;
}
.select__dropdown ~ .list ul {
    margin-bottom: 0;
}

.select__dropdown ~ .dropdown.open .option {
    cursor: pointer;
}

.select__dropdown ~ .dropdown.wide {
    width: 100%;
}

.select__dropdown ~ .dropdown.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.select__dropdown ~ .dropdown .list {
    box-sizing: border-box;
    transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
    transform-origin: 50% 0;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
    background-color: #fff;
    border-radius: 3px;
    margin-top: 4px;
    padding: 8px 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 4;
    white-space: normal;
}

.select__dropdown ~ .dropdown .list:hover .option:not(:hover) {
    background-color: transparent !important;
}

.select__dropdown ~ .dropdown .option {
    cursor: default;
    font-weight: 400;
    margin-top: 8px;
    outline: none;
    padding: 0px 18px;
    margin-top: 0px;
    border-bottom: 1px solid #b9b9b9;
    text-align: left;
    transition: all 0.2s;
}
/*End of sorting*/

@media (max-width: 768px) {
    .select__dropdown ~ .dropdown .option {
        padding: 8px 18px;
    }
    .container__property--image {
        width: 100%;
        height: 207px;;
        position: relative;
        z-index: 1;
    }

    #mobile__category + .dropdown > .list > .list__content {
        height: 300px;
        overflow-y: scroll;
        margin-bottom: 0;
    }
    #sort__button ~ .dropdown .list__content {
        margin-bottom: 0;
    }

    /* .dropdown .option:hover,
    .dropdown .option:focus {
        background-color: #f6f6f6 !important;
    } */

    .dropdown .option.selected {
        font-weight: 600;
    }

    /* .dropdown .option.selected:focus {
        background: #f6f6f6;
    } */
    .option {
        margin-left: 0;
    }
}

/*End of property listing details and image*/

/*Map button*/

.map__section {
    display: none;
}

.map__container--button {
    top: -32px;
    padding: 0 0 0 115px;
    cursor: pointer;
    position: relative;
    /* z-index: 1001; */
}

.banner__section {
    padding-top: 10px;
}

.map__show,
.map__hide {
    padding: 4px 20px;
    background-color: #383938;
    color: #fff;
    display: inline-block;
    cursor: pointer;
}

.map__hide {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    color: #383938;
    background-color: #f0f4f7;
    padding: 4px 20px;
    display: inline-block;
    box-shadow: 0 0 1px 0px #383938;
    cursor: pointer;
}

.map__show {
    display: none;
    border-radius: 0.25rem;
}

#map {
    /* opacity: 0; */
    margin-top: 10px;
}

/*Loading*/

.loader {
    font-size: 10px;
    margin: 50px auto;
    text-indent: -9999em;
    width: 11em;
    height: 11em;
    border-radius: 50%;
    background: #383938;
    background: linear-gradient(
        to right,
        #383938 10%,
        rgba(255, 255, 255, 0) 42%
    );
    position: relative;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    transform: translateZ(0);
}

.loader:before {
    width: 50%;
    height: 50%;
    background: #383938;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
}

.loader:after {
    background: #ffffff;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

@-webkit-keyframes load3 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes load3 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.loading--title {
    font-weight: 600;
    text-align: center;
    color: #383938;
}

/* .loading {
    background-color: #ffffff;
    background-image: url("/assets/image/loading.gif");
    background-size: 25px 25px;
    background-position: 96% 53%;
    background-repeat: no-repeat;
} */

/*Suggest loading*/

.suggest-loading {
    font-size: 10px;
    text-indent: -9999em;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #383938;
    background: linear-gradient(
        to right,
        #383938 10%,
        rgba(255, 255, 255, 0) 42%
    );
    position: relative;
    top: -48px;
    left: 335px;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    transform: translateZ(0);
}

.suggest-loading:before {
    width: 50%;
    height: 50%;
    background: #383938;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
}

.suggest-loading:after {
    background: #f0f4f7;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/*Border-right*/

.border-left {
    border-left: 1px solid #cfcfcf;
    padding-left: 20px;
}

/*End of map button*/

/*Fonts*/

.property__list--price {
    color: #383938;
}

.property__list--font {
    font-size: 24px;
    font-weight: 700;
}

.property__list--date {
    color: #383938;
}

.property__list--slash {
    color: #383938;
}

/*Main*/

/*blurred background in listing page*/

.listing-blurred-background {
    border-radius: 8px;
    position: absolute;
    width: 100%;
    height: 100%;
    /* -webkit-filter: blur(1px) brightness(50%); */
    /* filter: blur(1px) brightness(50%); */
    /*filter: blur(1px) brightness(100%);*/
    /*-webkit-filter: blur(1px) brightness(100%);*/
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/*New CSS for property listing*/

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

.ml-15 {
    margin-left: 15px;
}

.content-settings {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
    padding: 12px;
}

.content-settings .sort-button {
    position: absolute;
    right: 0;
    z-index: 0;
    display: none;
}
#sort__button ~ .dropdown {
    text-align: left;
    width: 170px;
    border: 1px solid #ccc;
    padding: 8px 16px;
    color: #383938;
    border-radius: 3px;
    cursor: pointer;
    font-size: 14px;
    vertical-align: middle;
    padding-right: 16px;
    position: relative;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    display: inline-block;
}
#sort__button ~ .dropdown:after {
    right: 10px;
    color: #383938 !important;
}

#slider-range {
    margin-top: 20px;
}

.content-settings .sort-button.last a,
.content-settings .sort-button.last label {
    border-right: 1px solid #ededed;
}

.content-settings .sort-button a {
    padding: 18px 15px;
    display: block;
    float: left;
    border-left: 1px solid #ededed;
    transition: 0.2s ease-in;
}

.content-settings .sort-button a:hover {
    background: #f3f4f7;
}

.content-settings .sort-button a span {
    color: #000;
}

.content-settings .sort-button a i {
    margin-left: 10px;
    color: #383938;
}

.content-settings .sort-button input {
    display: none;
}

.content-settings .view-icons {
    padding: 17px 15px;
}

.content-settings .view-icons .btn {
    padding: 0;
    width: 32px;
    height: 20px;
    box-shadow: none;
    opacity: 0.15;
    margin-top: 0;
    transition: 0.2s ease-in;
    color: #000;
    font-size: 25px;
    line-height: 0;
}

.content-settings .view-icons .btn:before,
.content-settings .view-icons .btn:after {
    display: none;
}

.content-settings .view-icons .btn:hover {
    opacity: 1;
}

.content-settings .view-icons .btn.active {
    opacity: 1;
}

.content-settings .view-icons .btn:last-child {
    margin-left: 5px;
}

.grid {
    width: 100%;
}

.list-view .grid-item {
    background: #fff;
    /* width: 100%; */
    /* box-shadow: 0 1px 3px rgba(108, 118, 123, 0.15); */
    cursor: pointer;
}

.list-view .grid-item:hover {
    /* box-shadow: 3px 3px 5px 0px #d7d7d7; */
    /* box-shadow: 3px 3px 5px 0px #e3e7e9;
    background-color: #f6fafc; */
}

.list-view .grid-item:before,
.list-view .grid-item:after {
    content: "";
    display: table;
}

.list-view .grid-item:after {
    clear: both;
}

.list-view .grid-item .image {
    /* float: left; */
    /* width: 30%; */
}

.list-view .grid-item .content {
    /* max-height: 175px; */
}
/* 
.list-view .grid-item .content:before,
.list-view .grid-item .content:after {
    content: "";
    display: table;
}

.list-view .grid-item .content:after {
    clear: both;
} */
/* 
.list-view .grid-item .content .part1 {
    width: 100%;
    float: left;
} */

.list-view .grid-item .content .part2 {
    /* margin-bottom: 16px; */
}

.title {
    color: #383838;
    font-weight: 700;
    margin: 5px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 90%;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.location {
    opacity: 0.8;
    width: 90%;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.list-view .grid-item .content .title span {
    /* float: left; */
    word-break: break-word;
}

.list-view .grid-item .content .title .item-label {
    margin-left: 5px;
}

.list-view .grid-item .content .title .item-label .icon-label {
    width: 15px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}

.list-view .grid-item .content .title .hotel-rating {
    float: left;
    margin-left: 10px;
}

.list-view .grid-item .content .title .hotel-rating img {
    width: 20px;
    float: left;
}

.list-view .grid-item .content .rating-line {
    /* display: flex; */
    margin-bottom: 5px;
}

.list-view .grid-item .content .rating-line .stars {
    margin-right: 5px;
    vertical-align: middle;
    display: inline-block;
}

.reviews {
    display: inline-block;
}

.list-view .grid-item .content .rating-line .rate {
    max-width: 100px;
    display: flex;
    align-items: center;
    margin-right: 5px;
}

.list-view .grid-item .content .rating-line .rate img {
    width: 100%;
}

.list-view .grid-item .content .rating-line .reviews a {
    font-size: 12px;
    color: #383838;
    text-decoration: none;
}

.list-view .grid-item .content .rating-line .reviews a:hover {
    text-decoration: none;
}

.list-view .grid-item .content .location {
    font-size: 14px;
    color: #383838;
    text-transform: capitalize;
    width: 100%;
}

.list-view .grid-item .content .description {
    float: left;
    color: #383838;
    width: 100%;
    word-break: break-word;
}

.description span {
    word-break: break-word;
}

.list-view .grid-item .content .distance {
    display: flex;
    align-items: center;
    color: #383838;
}

.list-view .grid-item .content .date_posted {
    font-size: 14px;
    color: #383838;
    font-style: italic;
    word-break: break-word;
}

/* .list-view .grid-item .content .price {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
} */

.new-price {
    color: #383938;
    word-break: break-word;
    font-weight: 700;
    margin: 12px 0;
    display: flex;
}
#span__favicon {
    margin-right: 10px;
}

.list-view .grid-item .content .price .new-price .slash {
    font-size: 22px;
}

.list-view .grid-item .content .price .new-price .day {
    font-size: 16px;
}

.list-view .grid-item .content .view-btn {
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: right;
    height: 29px;
}

.list-view .grid-item .content .view-btn .view {
    color: #fff;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 700;
    padding: 7px;
    height: 100%;
    border-radius: 2px;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    background: #0034a8;
    background-size: 100% 100%;
}

.list-view .grid-item .content .view-btn .view:hover {
    background-size: 200% 200%;
}

.stars-rating {
    padding: 0;
    margin: 0;
}

.stars-rating:before,
.stars-rating:after {
    content: "";
    display: table;
}

.stars-rating:after {
    clear: both;
}

.stars-rating li {
    display: inline-block;
    float: left;
    margin-left: 0px;
}

.stars-rating li i.fa-star {
    color: #000;
    font-size: 12px;
    margin-left: 1px;
    margin-right: 3px;
    color: #f9cf16;
}

/*Sort*/

#sort {
    padding: 10px;
    font-weight: 700;
    color: #383938;
    border-radius: 0.25rem;
    background-color: #fff;
    border: 1px solid #ced4da;
}

.sort-button label {
    color: #383838;
}

.listing__properties {
    font-weight: 600;
    font-size: 20px;
    color: #383938;
    text-transform: capitalize;
}

/* Banner  */

.picture-container {
    overflow: hidden;
    height: 200px;
    position: relative;
}

.picture-container img {
    min-height: 100%;
    min-width: 100%;
}

.controls,
.picture-container img {
    position: absolute;
}

#header_cover {
    max-width: 1180px;
}

/* Manager Avatar */

.avatar-container .avatar-preview {
    height: 150px;
    width: 150px;
    /* background-color: black; */
}

.avatar-container .avatar-preview > div {
    height: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.avatar-container {
    height: auto;
    margin-top: -75px;
    position: absolute;
    left: 50px;
    width: 117px;
}

#pagination {
    padding-bottom: 20px;
}

.paginationjs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 20px;
    margin-top: 20px;
}

/*Loading*/

.loads {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: placeload;
    animation-name: placeload;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: #eee;
    background: linear-gradient(to right, #eee 8%, #ddd 18%, #eee 33%);
    -webkit-background-size: 800px 104px;
}

@-webkit-keyframes placeload {
    0% {
        background-position: -468px 0;
    }
    100% {
        background-position: 468px 0;
    }
}

@keyframes placeload {
    0% {
        background-position: -468px 0;
    }
    100% {
        background-position: 468px 0;
    }
}

/* #buttton--search {
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #383938;
    text-transform: capitalize;
    padding: 11px 23px;
    border: 1px solid #383938;
    text-align: center;
    cursor: pointer;
    vertical-align: top;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    width: 75px;
} */

/* #buttton--search:hover {
    background-color: #e22e29;
} */
.property__search--location .input-group {
    margin-bottom: 0;
}

.property__search--location {
    display: none;
}

.label__search_translated {
    display: block;
    width: 308px;
}
.list-view {
    display: grid;
    grid-template-columns: 33.3% 33.3% 33.3%;
    /* justify-content: space-between; */
}
.list-view > a:nth-child(3n + 2) {
    border-left: 1px solid #cfcfcf;
    border-right: 1px solid #cfcfcf;
}
@media screen and (max-width: 768px) {
    .new-price {
        font-size: 16px;
    }
    .listing__properties {
        text-align: center;
    }
    .no--result {
        font-size: 28px;
        margin-top: 30px;
    }
    .list-view > a:nth-child(3n + 2) {
        border-left: none;
        border-right: none;
    }
    .list-view > a:nth-child(even) {
        border-left: 1px solid #cfcfcf;
        border-right: none;
    }

    .list-view .grid-item {
        /* margin: 0 auto;
        width: 100%; */
    }
    .no-padding {
        padding: 0 !important;
    }
    .list-view .grid-item .content .price .new-price {
        font-size: 20px !important;
    }
}
.list-view > a {
    padding: 0 8px;
}
.property__search--type {
    position: relative;
}
.another--text {
    border: none !important;
}
.hide_search {
    display: none;
}
#copyright,
#copyright__container {
    display: none;
}
#no__margin__left {
    margin-left: 0;
}

/*Category mobile and Sorting*/
.option__dropdown__container {
    display: grid;
    grid-template-columns: 46% 46%;
    justify-content: space-around;
    margin-bottom: 10px;
}
#search__mobile {
    color: #2c7eef;
}
.favorite__icon {
    margin-right: 10px;
}

.sticky__nav {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}
.category__container--list::-webkit-scrollbar {
    width: 10px;
    border-radius: 10px;
    /* background-color: rgba(61, 61, 61, 0.37); */
}

.category__container--list::-webkit-scrollbar-thumb {
    background-color: rgba(61, 61, 61, 0.37);
    border-radius: 10px;
    height: 25px;
}
ins {
    height: auto !important;
    max-height: 150px !important;
}
#show_more_button_container{
    display: flex;
    position: relative;
    bottom: 80px;
    justify-content: center;
}
#show_more_button{
    font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
    padding: 5px 15px;
    border-radius: 1000px;
    cursor: pointer;
    border: solid 2px black;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
}
#show_more_button i{
    margin-right: 5px;
    font-size: 15px;
}

 
.stars-outer {
    position: relative;
    display: inline-block;
}
.stars-outer::before {
    content: "\f005 \f005 \f005 \f005 \f005";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #ccc;
    font-size: 16px;
}
.stars-inner {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    width: 0;
}
.stars-inner::before {
    content: "\f005 \f005 \f005 \f005 \f005";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #f8ce0b;
    font-size: 16px;
}
.text-center{
    text-align: center;
}
.rating__container_overall{
    margin-bottom: 16px;
}


[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #000;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #000000;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #000000;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

@media (max-width: 480px) {
    .container__property--image {
        width: 100%;
        height: 126px;
        position: relative;
        z-index: 1;
    }
}