.property {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}
.property__navToggler {
    display: none;
}
.property__moduleHeader {
    background-color: #5cb85c;
    color: white;
    text-align: center;
    line-height: 4rem;
    height: 4rem;
    font-size: 2rem;
    width: 100%;
    font-weight: 700;
}

.propertylist-display-errors li {
    color: red;
    font-weight: bold;
    font-size: 1rem;
}

.property__section, .property__section2 {
    width: 50%;
    height: 424px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    overflow-y: hidden;
    transition: all 200ms linear;
    border: none;
}
.property__section2 {
    border: 1px solid #2c80b8;
    border-bottom-width: 2px;
}
.property__image {
    height: 100%;
    width: 100%;
    object-fit: fill;
    object-position: center;
    position: absolute;
}
.property__details {
    width: 100%;
    height: auto;
    background-color: rgb(17, 51, 73);
    opacity: 0.9;
    color: white;
    bottom: 0;
    position: absolute;
}
.property__address {
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
    margin: 2px 0px;
}
.property__fields {
    width: 100%;
    padding: 0px 16px;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
}
.property__field {
    text-align: center;
    font-size: 1.2rem;
    width: 50%;
}
.property__tab {
    text-align: center;
    display: inline-block;
    background-color: white;
    color: #2c80b8;
    width: 33.33%;
    height: 85px;
    font-weight: 700;
    font-size: 1.1rem;
    cursor: pointer;
    border: 1px solid #2c80b8;
    line-height: 33px;
}
.property__tab:hover {
    background-color: #EEE;
}
.property__tab i {
    font-size: 1.7rem;
    width: 4rem;
    height: 4rem;
    margin: 0.3rem auto 0.5rem;
}

#hoadetails_ textarea {
    background-color: white;
    width: 100%;
    border: 2px solid #b3b3b3;
    border-radius: 4px;
    height: 3.73rem;
    margin-top: 1.73rem;
    outline: 0;
    transition: all 200ms ease-out;
    position: relative;
    font-size: 1.2rem;
    font-weight: 500;
    padding: 2px 1rem;
    box-shadow: inset 0 0 2px 1px #dddddd;
    resize: vertical;
}

#hoadetails_ .plabel {
    font-size: 1rem;
    font-weight: bold;
}

#hoadetails_ input {
    background-color: white;
    width: 100%;
    border: 2px solid #b3b3b3;
    border-radius: 4px;
    height: 3.73rem;
    margin-top: 1.73rem;
    outline: 0;
    transition: all 200ms ease-out;
    position: relative;
    font-size: 1.2rem;
    font-weight: 500;
    padding: 2px 1rem;
    box-shadow: inset 0 0 2px 1px #dddddd;
}

#hoadetails_ select, tr select {
    background-color: white;
    width: 100%;
    border: 2px solid #b3b3b3;
    border-radius: 4px;
    height: 3.73rem;
    margin-top: 1.73rem;
    outline: 0;
    transition: all 200ms ease-out;
    position: relative;
    font-size: 1.2rem;
    font-weight: 500;
    padding: 2px 1rem;
    box-shadow: inset 0 0 2px 1px #dddddd;
}

.mat-field-wrapper {
    padding: 1rem;
    font-weight: bold;
    font-size: 1rem;
}

.mat-field-wrapper input {
    margin-left: 1rem;
}


/*.bgmocha, #hoadetails_ tr, tr {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*}*/



@media screen and (max-width: 991px) {
    .property__section:first-child {
        width: 100%;
        border: 1px solid #2c80b8;
        height: 340px;
    }
    .property__section2 {
        position: fixed;
        top: calc(3rem + 59px);
        left: 0;
        right: 0;
        width: 100%;
        max-height: 0px;
        height: 100%;
        transition: all 200ms linear;
        z-index: 1;
        border-bottom-width: 2px;
    }
    .property__navToggler {
        position: fixed;
        top: 59px;
        width: 100%;
        right: 0;
        left: 0;
        z-index: 1;
        line-height: 3rem;
        height: 3rem;
        text-align: center;
        background-color: white;
        display: block;
        color: #2c80b8;
        font-size: 1.9rem;
        font-weight: 800;
        border-right: 2px solid #2c80b8;
        border-left: 2px solid #2c80b8;
    }
    .property__tab {
        font-size: 1.4rem;
    }
    .property__tab i {
        font-size: 3rem;
    }
}
@media screen and (max-width: 400px) {
    .property__section:first-child {
        height: 250px;
    }
}
