﻿.property_name_bg {
    background: var(--btn-bg);
}
h1.property_left_name {
    margin: 0;
    color: white;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.breadcrumb {
    background-color: transparent;
    padding: 0;
    margin-bottom: 0;
    display: flex;
    white-space: nowrap;
    align-items: center;
}
    .breadcrumb > li, .breadcrumb > li > a {
        color: white;
        font-size: 13px;
        font-weight: 400;
    }
.property_name_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}
.list-group {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

    .list-group > a {
        line-height: 40px;
        cursor: pointer;
        border: 1px solid var(--border-color);
        padding: 0 10px;
        border-radius: 5px;
        font-size: 16px;
    }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    font-weight: 500;
    color: var(--btn-bg)!important;
    border: 1px solid var(--btn-bg)!important;
    background: transparent!important;
}

.bhoechie-tab {
    flex: 1;
    border: 1px solid var(--border-color);
    padding: 15px;
    border-radius: 5px;
}

    .bhoechie-tab h2 {
        margin-top: 0;
        font-size: 24px;
    }

.bhoechie-tab-content {
    display: none;
}

    .bhoechie-tab-content.active {
        display: block;
    }

li.font-b {
    font-weight: 500;
}

.datadiv ol, .datadiv ul {
    margin-top: 0;
    margin-bottom: 10px;
}

.diagram-img img {
    vertical-align: middle;
    border: 0;
    width: 100%;
    object-fit: contain;
}

textarea {
    width: 100%;
    min-height: 200px;
    padding: 15px;
}
.banner_block {
    padding: 70px 0 0px 0;
}
.banner_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    flex-wrap: wrap;
    gap: 15px;
}
.main_tiile_text {
    color: var(--all-text-main);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.div_row {
    display: flex;
    column-gap: 30px;
    padding-bottom: 70px;
}
.div_left {
    max-width: 300px;
}
.div_left, .div_right {
    flex: 1;
    width: 100%;
}
.disc_typed ul {
    list-style-type: disc;
    padding-left: 20px;
}
.mytable th, .mytable td {
    text-align: left;
    font-size: 16px;
}
.div_right ul li{
    font-size: 16px;
}






@media (max-width:767px) {
    .div_row {
        flex-direction: column;
    }
    .mytable th, .mytable td {
        font-size: 14px;
    }
    .list-group {
        display: flex;
        flex-direction: row;
        white-space: nowrap;
        overflow: auto;
        gap: 20px;
    }
    .div_right ul li {
        font-size: 14px;
    }
    .div_left {
        max-width: 100%;
    }
}
