* {
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.05rem;
    --colorTitle:#4c4c4c;
    --headlineColor:#9e9e9e;
    --RatingIcon:#565273;
    --bs-blue: #007faa;
    --bs-primary: #007faa;
    --bs-link-color: #007faa;
    --bs-link-hover-color: #007faa;
    --bs-nav-pills-link-active-bg:#007faa;
    --swiper-theme-color:var(--bs-blue);
}
.swiper-button-next:after, 
.swiper-button-prev:after {
    font-size: 14px !important;
    padding: 10px;
   /*background: rgb(255 255 255 / 85%);*/
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    color:#fff;
}

.logo img {
    display: block;
    width: 100%;
    max-height: 110px;
}
.logo-footer img {
    display: block;
    width: 80px;
    height: 100%;
}
.vertical-center {
    align-self: center;
}
body {
    background: #f7f7f7 !important;
}
p {
    font-size: 18px;
    line-height: 25px;
}
a.nav-link {
    color: rgb(74, 74, 74);
    font-weight: 600;
}
.social a {
    color: #565273;
}
div#heroBanner {
    position: relative;
    width: 100%;
    min-height: 620px;
    background: url(assets/images/hero-banner.jpg)no-repeat center/cover;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgb(0 40 98 / 50%);
    pointer-events: none;
}
.banner-content {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Search Filter */

.hero-banner__search-available {
    background: #fff;
    padding: 20px;
    display: flex;
    align-items: center;
}
div#heroBannerSearch {
    display: grid;
    grid-template-columns: 1fr 170px;
    position: relative;
}
.hero-banner__search-icon {
    width: 1rem;
    height: 1rem;
    margin-right: .625rem;
    fill: #63656a;
}
.hero-banner__search-content {
    color: #4c4c4c;
    font-size: 1rem;
    line-height: 1.5rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1.5rem;
    margin-right: .25rem;
    margin-left: .5rem;
    border: 0;
    background-color: transparent;
    outline: none;
}
.hero-search__search-form {
    display: none;
}
select#sort_filter {
    padding: 0 7px;
    text-transform: capitalize;
    line-height: 17px !important;
    height: 26px;
    float: right;
    margin: 2px;
    width: 200px !important;
}
.dropdown_filter {
    display: flex;
    float: right;
    margin-bottom: 20px;
}
.dropdown_filter small.pe-2.pt-1.col-lg-1 {
    width: 75px;
}
.property_heading {
    width: 100%;
}
.first-sec .col-lg-8.d-md-flex {
    padding: 0 !important;
}
form.hero-search__search-form.hero-search__search-form--active {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    max-height: 450px;
    overflow-y: scroll;
    z-index: 111;
}
.label-select-desktop a {
    text-decoration: unset;
}
.hero-banner__search.search_btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    background: #565273;
    color: #fff;
}
.hero-search__search-container {
    top: 0;
    width: 100%;
    height: auto;
    padding: 0;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 1rem -2px rgb(76 76 76 / 8%);
    box-shadow: 0 2px 1rem -2px rgb(76 76 76 / 8%);
    overflow: hidden;
}
.hero-search__search-input-wrapper {
    position: relative;
    margin: 0;
    -webkit-box-shadow: 0 2px 8px 0 rgb(76 76 76 / 8%);
    box-shadow: 0 2px 8px 0 rgb(76 76 76 / 8%);
    z-index: 1;
}
.hero-search__search-input-wrapper .label-select-desktop__title-container {
    background-color: #f8f8f6;
}
.label-select-desktop__title-container {
    display: block;
    padding: .75rem 2.75rem;
}
.hero-search__search-input-wrapper .label-select-desktop__title-container .label-select-desktop__title {
    color: #6d7fb4;
    font-size: .875rem;
    line-height: 1.25rem;
}
.label-select-desktop__content-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
    width: 100%;
    padding: .5rem 2.75rem;
    background-color: #fff;
}
.label-select-desktop__item {
    display: block;
    margin: .5rem 0;
}
.label-select-desktop__item__content--history {
    display: inline-block;
    margin-right: .75rem;
    padding: .5rem .75rem;
    border: 1px solid #e7e7e7;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.label-select-desktop__item__content {
    cursor: pointer;
}
.label-select-desktop__item__history {
    color: #4c4c4c;
    font-size: .875rem;
    line-height: 1.5rem;
}
/*.label-select-desktop__item--popular {*/
/*    width: 33%;*/
/*}*/
.label-select-desktop__item {
    display: inline-block;
    margin: .5rem 0;
}
.hero-banner__search-container {
    padding-top: 40px;
    position:relative;
}
.label-select-desktop__item__primary {
    color: #4c4c4c;
    font-size: 1rem;
    line-height: 1.5rem;
}
.label-select-desktop__item__second {
    color: #9e9e9e;
    font-size: .875rem;
    line-height: 1.5rem;
    padding-left: .375rem;
}
div#searchFilterautocomplete-list {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 20px;
    border-top: 1px solid #ccc;
    max-height: 200px;
    overflow-y: scroll;
}
div#searchFilterautocomplete-list > div {
    font-size: 15px;
    line-height: 30px;
    position: relative;
}
div#searchFilterautocomplete-list > div a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
/*End Search Filter */


/* Search Page */

/* .property-list:hover{
    transition: 0.7s;
    box-shadow: 2px 4px 1rem 0 rgb(0 0 0 / 10%);
} */
.property-card-title{
    color:var(--colorTitle);
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 500;
    padding-top: 2px;
}
.property-card-headline{
    color: var(--headlineColor);
    font-size: .75rem;
    line-height: 1.125rem;
}
.ratings i{
    color:#cecece;
    font-size:10px;
}
.rating-color{
    color:var(--RatingIcon) !important;
    padding-top: 2px;
}
.review-count{
    color: var(--headlineColor);
    padding-top: 2px;
}
.facilities__item i{
    color:#62625c;
    font-size: 13px;
}
.property-card-detail ul{
    padding-left: 0px;
}
.property-card-detail li{
    list-style: none;
    color: #4c4c4c;
    font-size: .75rem;
    line-height: 1.5rem;
}
.bills-includes__name{
    font-weight: 700;
}
.property-card-detail-doller{
    background: #38b2a6;
    padding-left: 4px;
    border-radius: 50px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 7px;
    color: white;
}


.commute-time__transit {
    color: #9e9e9e;
    font-size: .75rem;
}
.price__label {
    font-weight: 400;
    font-size: .75rem;
}

.price--24size .price__primary-price {
    color: #f25202;
    font-size: 1.3rem;
    line-height: 2rem;
}
.average-price__table-item {
    color: #9e9e9e;
    font-size: .75rem;
    line-height: 1rem;
    height: 1.125rem;
    padding: 0;
}

.average-price__table-item span{
    padding-left: 20px;
    color: var(--colorTitle);
}
.button__text {
    background-color: #565273;
    border: none;
    padding: 10px 20px;
    font-size: 13px;
    color: #fff;
    /*background: -webkit-linear-gradient(179.99deg,#f05d4e,#e97d40 100.03%);*/
    /*background: linear-gradient(270.01deg,#f05d4e,#e97d40 100.03%);*/
}
#property-data .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 160px;
    max-height: 160px;
    object-fit: cover;
}
ul.pagination li:first-child a,
ul.pagination li:nth-last-child(2) a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border: 1px solid #c8c9cb;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
}
ul.pagination li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-decoration: none;
}
ul.pagination li {
    display: block;
    padding: 10px;
}

.rating i{
    color: #bedbe5;
    font-size: 10px;
}
.rating[data-rating="1"] .fa-star:nth-child(-n+1) {
    color: var(--RatingIcon);
}

.rating[data-rating="2"] .fa-star:nth-child(-n+2) {
    color: var(--RatingIcon);
}

.rating[data-rating="3"] .fa-star:nth-child(-n+3) {
    color: var(--RatingIcon);
}

.rating[data-rating="4"] .fa-star:nth-child(-n+4) {
    color: var(--RatingIcon);
}

.rating[data-rating="5"] .fa-star:nth-child(-n+5) {
    color: var(--RatingIcon);
}

/* End Search page */


/*Homepage*/

.how-it-works__title {
    color: #4c4c4c;
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 500;
    margin: 0 0 2rem;
    text-align: center;
}
.how-it-works__icon {
    -ms-flex-item-align: center;
    align-self: center;
    width: 10.5rem;
    height: 10.5rem;
}
.how-it-works__subtitle {
    color: #4c4c4c;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 500;
    margin: 2rem 0 0.5rem;
    padding: 0 1rem;
}
.how-it-works__summary {
    color: #63656a;
    font-size: .875rem;
    line-height: 1.5rem;
    margin: 0;
    padding: 0 1rem;
}
.how-it-works__terms-and-conditions {
    text-decoration: underline;
    cursor: pointer;
}
.how-it-works__container {
    margin: 0 auto;
    padding: 3.5rem 0 2rem;
}
.trustpilot__container {
    margin: 0 auto;
    border-radius: 2px;
    background-color: #bedbe5;
    margin-bottom: 3rem;
}
.footer__language-choose {
    color: #4c4c4c;
    font-size: 1rem;
    line-height: 2rem;
    /* width: 100%; */
    height: 3rem;
    padding: 0 0 0 3.5rem;
    border: 1px solid #c8c9cb;
    border-radius: 2px;
    background-color: #fff;
    
}
.footer__svg-language-label {
    display: inline-block;
    position: absolute;
    top: 12px;
    left: 20px;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 0.75rem;
    overflow: hidden;
    fill: #38b2a6;
    pointer-events: none;
}
.footer__language {
    position: relative;
    margin-bottom: 20px;
}
a {
    color: #4c4c4c !important;
    text-decoration: none !important;
    display: block;
   line-height: 2;
}
.footer__nav-heading {
    color: #4c4c4c;
    font-size: .75rem;
    line-height: 1rem;
    font-weight: 500;
    margin: 0 0 1rem;
    text-align: left;
    white-space: nowrap;
}
.footer__nav-item {
    color: #575353;
    font-size: .875rem;
    line-height: 1.5rem;
    margin: 0 0 0.5rem;
    text-align: left;
}
.footer__email {
    position: relative;
    width: 100%;
    height: 2.5rem;
    border-radius: 2px;
    overflow: hidden;
}
.footer__email-btn {
    position: absolute;
    right: 0;
    width: 2.5rem;
    height: 2.5rem;
}
.footer__email-btn {
    width: 3rem;
    height: 100%;
    padding: 0;
    border: 0;
    background-color: #565273;
    vertical-align: top;
}

.footer__email-input {
    color: #9e9e9e;
    font-size: .875rem;
    line-height: 1.5rem;
    width: calc(100% - 3rem);
    height: 100%;
    padding: 0 0 0 1rem;
    float: left;
    border: 1px solid #e7e7e7;
    border-right: 0;
    outline: none;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.footer__email-input {
    width: 100%;
    padding-right: 34.28571%;
}
.social a{
    display: inline-block;
    font-size: 20px;
    letter-spacing: .5rem;
    margin-top: 5px;
}
    
.footer__download__methods {
    display: block;
}
.footer__legal {
    width: 100%;
    text-align: left;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-top: 1px solid #e7e7e7;
}
.footer__legal-link{
    color: #696666;
}
.legal_link {
    grid-template-columns: repeat(auto-fit, minmax(120px,1fr));
    display: grid;
}
.footer__download__title {
    color: #4c4c4c;
    font-size: .75rem;
    line-height: 1rem;
    font-weight: 500;
    display: block;
    margin-bottom: 1rem;
}
.footer__svg-email-btn {
    width: 1rem;
    height: 100%;
    fill: rgb(250, 244, 244);
}
.footer__container {
    padding-top: 50px;
    background: #fff;
}
.achievements_section .achievements_wrapper {
    background-color: rgba(60,60,113,.02);
    display: flex;
    padding: 20px 0;
    justify-content: center;
    align-items: center;
}
.achievements_section .achievements_wrapper .single_achieve_wrapper .achieve_icons {
    margin-right: 10px;
}
.achievements_section .achievements_wrapper .single_achieve_wrapper {
    display: flex;
    align-items: center;
}
.align-left {
    text-align: left !important;
}
.minPrice, .maxPrice {
    padding: 5px 10px;
    border: 1px solid #dddddd;
    border-radius: 4px;
}
.minPrice small, .maxPrice small {
    margin: 0 !important;
    font-size: 10px;
}
span.minrangePrice, span.maxrangePrice {
    font-size: 14px;
    font-weight: 600;
}
.trending_cities_wrapper {
    height: auto;
    display: grid;
    grid-gap: 20px 8px;
    grid-template-columns: repeat(auto-fit, minmax(270px,1fr));
}
.trending_cities_images {
    position:relative;
    overflow:hidden;
    border-radius:4px;
}
.trending_cities_images img {
    display: block;
    width: 100%;
    min-height: 220px;
    max-height: 220px;
    object-fit: cover;
    transition: 0.3s ease-in-out;
}
.trending_cities_images .gradient {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    background: rgb(0 0 0 / 30%);
        pointer-events: none;
}
.trending_cities_images .gradient .te-tc {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}
.trending_cities_images .gradient p {
    font-size: 20px;
    color: #fff;
}
.trending_cities_images img:hover {
    transform: scale(1.2);
}
/*End Homepage*/



/*Single page*/

.single-property .swiper {
    width: 100%;
    height: 100%;
  }

.single-property .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.single-property .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-property .swiper-slide {
    background-size: cover;
    background-position: center;
}

.single-property  .mySwiperThumb {
    max-height: 220px;
    width: 100%;
  }

.single-property .mySwiperSlider {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.single-property .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
  }

.single-property  .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
  }

.single-property  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mySwiperThumb .swiper-slide {
    max-height: 200px !important;
}
  

.property-info-card{
    border: 1px solid #e7e7e7;
    border-radius: 2px;
    background-color: #fff;
}
.property-info-card .price__label {
    color: #4c4c4c;
    font-size: .875rem;
}
.price .price__primary-price {
    /*color: #f25202;*/
    color: #4c4c4c;
    font-size: 1.5rem;
}
.property-info-card .price__label {
    color: #4c4c4c;
    font-size: .875rem;
}
.property-info-card__score {
    color: #4c4c4c;
    font-size: .875rem;
}
.property-info-card__reviews {
    color: #9e9e9e;
    font-size: .875rem;
    text-decoration: none;
    cursor: pointer;
}
.property-info-card__line {
    width: 100%;
    margin: 0;
    padding-top: px;
    height: 1.2px!important;
    background-color: #c3c3c3;
    clear: both;
    border: 0;
}
.button__room{
    /*background-color: #fcce01;*/
    background-color: #565273;
    border: none;
    padding: 15px;
    font-weight: 700;
    color: #fff;
}
.property-info-card__urgent-message__title {
    color: #4c4c4c;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 500;
    margin: 1.4375rem 0 0.5rem;
}
.property-info-card__urgent-message__text{
    color: #4c4c4c;
    font-size: .875rem;
    line-height: 1.25rem;
}
.apart{
    display: flex;
    width: 100rem;
    word-spacing: 50px;
    
}
    
.property-details__title {
    color: #4c4c4c;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 500;
    margin: 1rem 0 0.25rem 0;
    padding: 0;
}
.property-details__text {
    font-weight: 400;
    color: #4c4c4c;
    font-size: .875rem;
    line-height: 1.5rem;
    margin: 0;
    overflow: hidden;
}
.property-details__read-more-btn{
    color: #38b2a6;
    font-size: .875rem;
    line-height: 1.5rem;
    margin: 0.25rem 0 0;
    padding: 0;
    border: 0;
    outline: none;
    background-color: transparent;
    cursor: pointer;
}
.modal-content a{
    text-align: right;
    padding-right: 3rem;
  
    font-size: 26px;
    text-decoration: none;
    color: black;
    cursor: pointer;
}
.property_content{
    max-height: 300px;
    overflow-x: auto;
    overflow-y: auto;
} 
.mySwiperSlider {
    max-height: 720px;
}
div#myData {
    display:none;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    padding: .5rem 2.75rem;
    max-height: 460px;
    overflow-y: scroll;
    z-index: 9999;
}
div#myData a {
    color: #000000;
    font-size: 16px;
    line-height: 2rem;
    text-decoration: unset;
}
div#myData h4 {
    margin: 10px 0;
    font-size: 20px;
    font-weight: 600;
}
.apartment_facilities p {
    margin-bottom: 0.35rem; 
}
.page-heading {
    font-weight: 500;
    font-size: 2rem;
    line-height: 36px;
} 
.m_number .iti--allow-dropdown {
    width: 100%; 
}   
.m_number ul#iti-0__country-listbox {
    max-width: 465px;
    overflow-x:hidden;
}
header.d-flex.flex-wrap.justify-content-center.align-items-center.py-3 {
    padding: 0 !important;
}

a.d-flex.align-items-center.mb-lg-3.mb-md-0.me-auto.text-dark.text-decoration-none.logo {
    margin-bottom: 0 !important;
}
div#masterHeader {
    background: #f7f7f7 !important;
}
.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: var(--bs-nav-pills-border-radius);
    font-family: sans-serif;
    font-weight: normal;
}
div#carouselExampleDark .carousel-inner {
    width: 90% !important;
    margin: auto !important;
}

@media (max-width: 360px) and (min-width: 200px) {
    .hero-banner__search.search_btn {
        width: 70px;
    }
    .hero-banner__search-available {
        padding: 12px;
    }
    .hero-banner__search-content {
        margin: 0;
    }
}

@media (max-width: 420px) and (min-width: 361px) {
    .hero-banner__search.search_btn {
        width: 120px;
    }
    .hero-banner__search-available {
        padding: 15px;
    }
    .hero-banner__search-content {
        margin: 0;
    }
}
