#HeroSection {
    min-height: 85vh;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 5rem 0;
}

#HeroSection::before {    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    background: #f7a71a70;
}

.mid_section {     
    max-width: 50vw;
    margin: 0 auto;
    width: 100%;
}

#HeroSection h1 {    font-size: 50px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 50px;
    line-height: normal;
    color: #fff;
}

div[role="tablist"] button[aria-selected="true"] {
    background: #FFF;
    box-shadow: none;
    color: #F7A71A !important;
}

div[role="tablist"] button {    padding: 11px;
    border: 0 none;
    border-radius: 5px 5px 0 0;
    min-width: 300px;
    font-size: 1.2rem;
    background-color: #F7A71A;
    color: #fff;
    cursor: pointer
}

div[role="tabpanel"] {    background-color: #FFF;
    padding: 15px;
    border-radius: 0 5px 5px 5px
}

div[role="tabpanel"] button {
    background-color: #F7A71A;
    padding: 10px;
    border: 0 none;
    border-radius: 5px;
    color: #FFF;
    cursor: pointer
}


button:hover {
    color: #fff !important;
}
.btn{
    padding: 10px 22px !important;
}
.filter_body .btn{
    padding: 8px 22px !important;
}
button.search_btn {
    background-color: #F7A71A;
    padding: 10px 10px 10px 10px;
    border: 0 none;
    border-radius: 5px;
    color: #FFF;
    cursor: pointer;
}

.search_btn {
    background-image: url(../images/search_icon.png);
    padding-right: 25px !important;
    background-position: right 10px center;
    background-repeat: no-repeat;
    flex-basis: 10%;
    min-width: 100px;
}


button.go_btn {    padding: 10px 30px !important
}

.search_block {    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px
}

.worth_block {    display: grid;
    flex-wrap: wrap;
    gap: 10px;
    grid-template-columns: 1fr 1fr
}

.search_block>div {    flex-grow: 4;
    position: relative
}

.search_block span {    position: absolute;
    right: 10px;
    top: 9px;
    cursor: pointer
}

.search_block>div input {    width: 100%
}

.advance_search {    padding: 10px 0;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.field_div {    position: relative
}

.field_div label {    display: block
}

.field_div input,
.field_div select,
.field_div dropdown {    min-width: 250px
}

.field_div span.inputInfo {    position: absolute;
    bottom: 10px;
    right: 7px;
    color: #D3D3D3;
    font-size: 14px
}

.worth_block input.phone_number {    padding-left: 50px
}

.worth_block input.phone_number::before {    content: "+41"
}

.worth_block button[type="submit"] {    grid-column-end: 3;
    width: min(90px, 50%);
    justify-self: flex-end
}

.worth_block>div>input {    width: 100%
}

.phone_number_div span {    position: absolute;
    font-size: .8rem;
    left: 12px;
    border-right: 1px solid #B6B6B6;
    padding-right: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    height: 100%
}

.phone_number_div {    position: relative
}

#OurTeam {    display: flex;
    gap: 25px;
    padding: 30px 0;
    background-color: #ECE3D3;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
    text-align: center
}

#OurTeam .team {    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    justify-content: center
}

#OurTeam img {    margin-bottom: 15px
}

#Awards {    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
    padding: 30px 0
}

#Awards .awards_block {    display: flex;
    flex-direction: row;
    max-width: 75%;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap
}

#Awards .awards_block img {    margin-bottom: 15px
}

#Awards .awards_block .award_name {    font-size: 1rem
}

#Awards .awards_block .award_year {    font-weight: 300;
    margin-top: 5px
}

#ManagementServices {    background-color: #EEE;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center
}

#ManagementServices .description {    max-width: 75%
}

#ManagementServices .description p {    font-weight: 300;
    font-size: 1.2rem;
    margin-bottom: 20px;
    text-align: justify
}


.available_mulltifamilies .filter_icon {    display: none
}

#ProdDetail_left {    width: 50%
}

#ProdDetail_right {    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 50%
}

.prod_img {    font-size: 0
}

.prod_img img {    width: 100%
}

.prod_thumbnails {    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 18px;
    justify-content: center;
    margin-top: 20px
}

.prod_thumbnails img {    width: 100%
}

.map_block {    margin-top: 20px
}

.map_block img {    width: 100%
}

.property_address {    font-weight: 300
}

.property_details {    font-weight: 500;
    font-size: 1.2rem;
    color: #F8A81B
}

.property_title {    font-weight: 500;
    font-size: 2rem;
    color: #F8A81B
}

.property_description {    font-size: 1.2rem
}

input:focus-visible,
textarea:focus-visible {    outline-color: #F7A71A
}

.property_details_table {    display: flex;
    flex-direction: column;
    gap: 5px;
    /*margin-top:30px;*/
    font-size: 1.2rem
}

.prop_item {    display: flex;
    text-align: left;
    border-bottom: 1px solid #B5B5B540;
    padding-bottom: 10px
}

.prop_item span:first-child {    min-width: 40%;
    color: #F8A81B;
    font-weight: 400
}

.cta_form {    display: grid;
    grid-template-areas: 'title title' 'field1 field2' 'field3 field4' 'description description' 'button button';
    gap: 10px;
    padding: 20px 30px;
    background-color: #B5B5B520;
    grid-template-columns: 1fr 1fr;
    max-width: 550px;
    margin: 20px auto 0
}

.cta_form .form_title {    grid-area: title
}

.cta_form label.name {    grid-area: field1
}

.cta_form label.email {    grid-area: field2
}

.cta_form div.phone {    grid-area: field3
}

.cta_form div.subject {    grid-area: field4
}

.cta_form label.description {    grid-area: description
}

.cta_form button {    grid-area: button
}

.cta_form input,
.cta_form textarea {    padding: 10px;
    border: 1px solid #BEBEBE;
    border-radius: 5px;
    margin-top: 5px;
    width: 100%;
    font-family: inherit;
    font-size: 1rem;
    resize: none;
    font-weight: 300
}

.cta_form button {    padding: 13px;
    border: 0 none;
    background-color: #F8A81B;
    border-radius: 5px;
    font-size: 1rem;
    color: #FFF;
    cursor: pointer
}

.cta_form .form_title {    grid-area: title;
    font-size: 1.3rem;
    margin-bottom: 10px;
    color: #F8A81B
}

.phone_number_div input.phone_number {    padding-left: 50px
}

.phone .phone_number_div span {    top: 7px
}

#homevideo {    position: absolute;
    width: 100%;
    z-index: -2;
    width: 100%;
    min-height: 100%;
    object-fit: cover
}

.fxd_hdr {    position: sticky;
    top: 0;
    transition: all .2s
}

.reqrd_dt {    color: red
}

.mngmnt_ser_cnt {    background: #f5d59d;
    padding: 9px;
    border: 1px solid #f7a71a
}

.top_right a img {    max-width: 25px
}

.top_right a {    font-size: 0
}

#prldr_id {    display: none
}

.prldr {    margin: 200px auto;
    width: 100px
}

.mdl_mn {    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #00000050;
    left: 0;
    top: 0;
    z-index: 99
}

.mdl_pp {    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 20%;
    min-height: 50px;
    border-radius: 8px;
    background-color: #fff;
    width: 640px;
    max-width: 90%;
    max-height: 80vh;
    z-index: 999;
    padding: 2rem
}

.mdl_hd {    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem
}

.hd_cnt {    font-size: 2rem;
    font-weight: 700
}

#propertyValuationModel {    display: none
}

.bold-500 {    font-weight: 500
}

.epnss_div {
    position: relative;
}

.epnss_div .info_icon {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    width: 20px;
}

.epnss_div .info_hvr_cnt {
    position: absolute;
    background: #fff;
    bottom: 100%;
    max-width: 350px;
    font-size: 12px;
    padding: 8px 16px;
    border-radius: 6px;
    left: -50px;
    border: 1px solid #d5d5d5;
    visibility: hidden;
    opacity: 0;
    width: 80vw;
}

.epnss_div .info_icon:hover .info_hvr_cnt {    opacity: 1;
    visibility: visible;
    transition: all 0.4s;
}

.command_btn {    float: right;
    background: #F7A71A;
    color: #fff;
    border: 2px solid #f99f00;
    box-shadow: 2px 4px 9px 0px #bd892c;
    cursor: pointer;
}

.req:after {    content: '*';
    color: #FF0000;
    font-size: 18px;
}

.cntr_hdr {
    background: #F7A71A;
    margin: auto;
    padding: 1.5rem 0;
    color: #fff;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
}
.filter_sections_mn .filter_body select{
    width: 100%;
}

.filter_sections_mn {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1rem;
}
.filter_block {
    /* border: 1px solid #B5B5B5; */
    border-radius: 5px;
    width: calc(15% - 0.5rem);
    min-width: 248px;
}



.filtered_tags {
    margin: 15px 0
}

.filtered_tags span {    font-weight: 300;
    display: inline-block;
    padding: 7px 30px 7px 15px;
    border: 1px solid #BEBEBE;
    border-radius: 50px;
    position: relative;
    margin-right: 5px;
    font-size: .9rem
}

.filtered_tags span:last-child {
    margin-right: 0
}

.filtered_tags span i {    position: absolute;
    right: 7px;
    top: 7px;
    cursor: pointer
}
.filter_head {
    padding-bottom: 0.5rem;
    /* border-bottom: 1px solid #B5B5B5; */
    font-weight: 600;
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.filter_body {
    /* padding: 9px; */
    display: grid;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}
.filter_body.full_width{
    grid-template-columns: 1fr;
}


.filter_body checkbox {
    padding-right: 14px
}

.filter_body label {
    display: flex;
    gap: 10px;
    cursor: pointer;
    font-size: 1.2rem
}

.filter_icon {
    display: none;
    position: absolute;
    right: 15px;
    top: 30px;
    cursor: pointer
}
.property_listing_glance ul {
    display: flex;
    flex-wrap: wrap;
}
.property_listing_glance ul li {
    width: 100%;
    display: flex;
}
.property_listing_glance ul li.fd_cl {
    flex-direction: column;
}
.property_listing_glance ul li .fa{
    width: 20px;
}
.property_listing_glance > ul > li > div {
    flex: 1;
}
.listing_container a{
    border: 1px solid #ccc;
    height: min-content;
}
.listing_container.grid-container {
    /* height: min-content; */
    width: 100%;
    overflow: auto;
    height: calc(100vh - 130px);
}
.listing_container.grid-container.h_auto {
    height: auto;
}
.listing_container.grid-container.full_view {
    grid-template-columns: 1fr;
}
.full_view .list_card  {
    flex-direction: row;
}
.full_view .list_card .card_img {
    width: 50%;
}
.full_view .card_description {
    padding: 1rem;
}
.property_listing_glance > ul > li > div:first-child {
    color: orange;
}
.yr_fltr option:not([value="select"]){
    color: green;
    font-weight: bold;
}
.yr_fltr option[disabled]{
    color: #ff000045;
    cursor: no-drop;
}
#fancybox-close{
    top: 0 !important;
    right: -20px !important;
}
.filt_vws{
    display: flex;
    width: 100%;
    justify-content: flex-end;
    padding: 0 1rem;
    font-size: 1.5rem;
    gap: 0.5rem;
}
.filt_vws [class*="fa"]{
    color: #000;
    cursor: pointer;
}
.filt_vws [class*="fa"].active{
    color: #d58512;
}