@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@700&display=swap');
#queen-list, #suite-list, #family-list {
    display: none;
}

ul.list-types.active {
    display: block !important;
}  

.list-types a {
    cursor: pointer;
}

.list-category ul {
    margin: 0;
}

.parent-list {
    /* height: 200px; */
    margin: 0 0 20px 0;

}

.list-category .parent-list {
    margin: 0;
}


#queen.active, #suite.active, #family.active{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    
    border: 1px solid !important;
    border-bottom: 2px solid !important;

    border-color: #B95C47 #B95C47 #fff !important;
    margin-bottom: -1px;
}

#queen a, #suite a, #family a {
    border-bottom: none;
    padding-bottom: 0;
}

.parent-list-wrapper {
    border-bottom: 1px solid #B95C47;
    margin: 0 0 20px 0;
    font-weight: bold;
    /* margin: 0 0 -10px 0; */
    font-family: 'Ubuntu', sans-serif;
}

@media screen and (max-width: 449px) {
    .no-display-mobile {
        display: none;
    }
}

.page-title.page-title-03 .page-title-inner {
    margin-top: 104px;
}

@media screen and (max-width: 730px){
    #suite, #queen, #family {
        padding: 20px;
    }

    .list-category ul li {
        padding: 10px 6px;
    }

    .list-category ul li a {
        font-size: 14px;
    }

    .disable-phone {
        display: none;
    }
}

@media screen and (max-width: 1199px){
.list-category {
    margin-bottom: 30px;
}
}