@charset "UTF-8";
     ul.categories_list {
    display: flex;
    justify-content: space-evenly;
    list-style: none;
    margin: 0 auto 60px;
}
li.categories_list_item {
    width: 100%;
    text-align: center;
    padding: 0;
    background: #081F5C;
    color: #fff;
    opacity: .25;
    cursor: pointer;
}
.single_page_list li.categories_list_item,
li.categories_list_item.select {
    opacity: 1;
}
.single_page_list li.categories_list_item{
  padding: 0;
}
li.categories_list_item a {
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.single_page_list li.categories_list_item:hover {
    opacity: .7;
}
.content_lists h3 {
    font-size: 1.5em;
    font-weight: 500;
    margin-bottom: 10px;
}
.content_lists p {
    font-size: 1.16em;
}
.property-btn {
    width: 100%;
    display: block;
    padding: 10px;
    background: #081F5C;
    color: #fff;
    text-align: center;
    margin-top: 10px;
}
.archive-property .post table tr .img img {
    width: 100%;
    height: 145px;
    object-fit: cover;
}
.archive-property .post table tr td {
    flex: 1;
    border: none;
    background: #F2F3F7;
}
.archive-property .post table tr {
    display: flex;
}
.single-property .post {
    width: 90%;
  max-width: 1200px;
}
.single-property .post table tr td{
  border: none;
}
.single-property .post table tr .img {
    width: 50%;
}
.single-property .post table td h3 {
    font-size: 2em;
}
.single-property .post table td p {
    font-size: 1.33em;
}
.single-property .post table td p.content-text {
    margin-top: 1em;
}
.property-img {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.property-img img {
    width: calc((100% - 30px)/4);
    height: auto;
}
@media (max-width: 768px){
  .property-img img {
    width: 100%;
  }
  .single-property .post table tr td {
    width: 100%!important;
    display: block;
    padding: 2em 0;
}
}
.content_lists:not(.is-show) {
    display: none;
}


.table01 tr th{
    width: 15%;
    padding: 5px 0;
    vertical-align: top;
}

.table01 tr td{
    width: 85%;
    padding: 5px 0;
}

@media (max-width: 768px){

.table01 tr th{
    width: 100%;
    display: block;
}

.table01 tr td{
    width: 100%;
    display: block;
}
}