/* Property Tab style start */
.property-cat-block{
    background: #a7a2a214;
    padding: 60px 0;
}
section.property-tab-section {
    background-color: #F6FBFF;
    padding: 100px 0;
}
.archive.tax-property_category .property-cat-block {
    background: transparent;
}

.property-tab {
    float: left;
    width: 100%;
}
.property-tab-nav-wrap {
    overflow-x: auto;
    border-bottom: 1px solid #aba5a5;
    scrollbar-width: thin !important;
    scrollbar-color:#cdcdcd !important;
}
.property-tab-nav-wrap::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: none
}
.property-tab-nav-wrap::-webkit-scrollbar {
    height: 5px;
    background-color: none
}
.property-tab-nav-wrap::-webkit-scrollbar-thumb {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: rgba(199, 196, 196,.9);
}

.property-tab-nav {
    text-align: center;
    display: flex;
    flex-direction: row;
}
.property-tab-nav a {
    padding: 10px 30px;
    color: #000;
    font-size: 18px;
    line-height: 1.5;
    text-decoration: none;
    text-align: center;
    min-width: 200px;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    background: #fff;
    font-family: 'Arada-Bold';
}
.property-tab-nav a::after {
    content: "";
    height: 100%;
    width: 1px;
    background-color: #aba5a5;
    position: absolute;
    right: 0;
    top: 0;
}
.property-tab-nav a.active{
    background-color: #082244;
    color: #fff;
}
.property-tab-nav a.active::after, body.ltr .property-tab-nav a:last-child:after, body.rtl .property-tab-nav a:first-child:after,, .mobile-accordion.mobile-accordion-active{
    display: none;
}

.property-tab-content {
    width: 100%;
    overflow: hidden;
}
.property-tab-content-item {
    height: 0;
    opacity: 0;
    transition: all 0s ease;
    position: relative;
    z-index: 0;
    visibility: hidden;
    float: left;
    width: 100%;
    transform: rotateY(0deg);
}
.property-tab-content-item.active {
    height: auto;
    opacity: 1;
    transition: all .5s ease;
    z-index: 1;
    visibility: visible;
    transform: rotateY(0deg);
}
.property-tab-content-item-in {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.property-tab-content-item-each {
    display: flex;
    width: 50%;
    padding:5%;
    background-color: #dddddd;
    flex-direction: column;
    gap: 30px;
    justify-content: space-between;
}
.property-spec {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.property-spec-each {
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex: 1;
    text-align: center;
    color: #fff;
    font-weight: bold;
    justify-content: flex-start;
}
.property-spec-each:first-child {
    /*text-align: left;*/
    color: #955099;
}
.property-tab-content-item-in h6 {
    font-size: 38px;
    line-height: 58px;
    margin-bottom: 20px;
}
.property-tab-content-item-in img {
    width: 65px;
    height: 65px;
    object-fit: contain;
    margin: 0 auto;
}
.property-tab-content-item-in li {
    font-size: 19px;
    line-height: 34px;
    float: left;
    width: 50%;
    margin-bottom: 10px;
    padding-left: 30px;
    background-image: url(../images/check.svg);
    background-repeat: no-repeat;
    background-position: left 7px;
}
.btn-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    flex-direction: row;
    justify-content: end
}
a.button-style-2 {
    background: #082244;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: #f8f6fe;
    text-decoration: none;
    padding: 8px 15px;
    white-space: nowrap;
    transition: all 0.3s ease;
    min-width: 110px;
    line-height: 22px;
    font-family: 'Arada-Bold';
}
/*a.button-style-2:hover {
    transition: all 0.3s ease;
    background-color: #008d6c;
    color: #fff;
}*/
.property-tab-content-item-each:nth-child(3n+1){
    background-color: #CCCCCC;
}
.property-tab-content-item-each:nth-child(3n+2){
    background-color: #C3C3C3;
}
.property-tab-content-item-each:nth-child(3n){
    background-color: #DDDDDD;
}
span.item-value {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -1px;
}
span.item-value {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
}

.property-spec-each:first-child span.item-value {
    display: block;
}

@media (max-width: 1400px) {
    a.button-style-2 {
        font-size: 18px;
        padding: 7px 10px;
        white-space: nowrap;
    }
    .btn-wrap,.property-spec {
        gap: 10px;
    }
    .property-tab-content-item-each {
        padding: 40px 20px;
        gap: 30px;
    }
}
@media (max-width:1200px){
    .property-tab-content-item-each {
        width: 100%;
    }
    .btn-wrap a.button-style-2 {
        min-width: 130px;
    }
}
@media (max-width:992px){
    .property-tab-content-item-each {
        width: 100%;
    }
    .property-tab-nav a {
        padding: 8px 25px;
    }
}
@media (max-width:992px){
    .btn-wrap {
        gap: 10px;
        justify-content: center;
    }
}
@media (max-width:768px){
    .property-tab-content-item {
        height: auto;
        opacity: 1;
        visibility: visible;
        transform: rotateY(0deg);
    }
    #property-tab-content-1 .property-tab-content-item-in {
        display: block;
    }
    .property-tab-content-item:last-child {
        margin-bottom: 0px;
    }
    .property-tab-content-item-in h6 {
        font-size: 25px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .property-cat-block{
        padding: 30px 0;
    }
    .property-tab-content-item-each {
        margin-bottom: 20px;
        display: flex;
        flex-direction: column;
    }
    .property-tab-content-item-each:last-child {
        margin-bottom: 0;
    }
    .property-tab-content-item {
        border-bottom: 1px solid #cccccc69;
    }
    .property-tab-content-item:last-child {
        border-bottom: 0px;
    }
    .property-spec-each {
        gap: 20px;
        flex: auto;
        padding-bottom: 0;
        width: calc(50% - 10px);
        flex-wrap: wrap;
    }
    .property-spec {
        gap: 20px;
    }
    .property-spec-each {
        align-items: center;
    }
    .property-tab-content-item-each {
        padding: 40px 15px;
    }
    .property-tab-nav a {
        min-width: 150px;
    }
}
/* property Tab style end */