.sitemap .page-title{
    font: normal normal 900 45px/55px Lato;
    color: #2DBDCA;
}
.sitemap .page-title span{
    color: #293450;
    height: unset;
    width: unset;
    background-color: transparent;
    display: inline;
}
.sitemap .sitemap-content .header-box{
    border-bottom: 1px solid #DBDBDB;
}
.sitemap .sitemap-content .header-box-height{
    height:230px;
    display: flex;
    justify-content: center;
    align-items: self-start;
}
.sitemap .sitemap-content ul {
    list-style: none;
  }
  .sitemap .sitemap-content label{
      font-weight: 600;
      margin-bottom: 1rem;
  }
.sitemap .sitemap-content ul li::before {
    content: "\2022";
    color: #2DBDCA;
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
  }
.sitemap .sitemap-content ul li {
    /* white-space: nowrap; */
    margin-bottom: 10px;

}
.sitemap .sitemap-content ul li a{
    font: normal normal medium 22px/26px Lato;
    color: #293450;
    word-break: break-word ;
}
.sitemap .sitemap-content ul li a:hover{
    color: #2DBDCA;
}
.sitemap .sitemap-content ul li ul {
    margin-top: 16px;
}
.sitemap .sitemap-content h4{
    font: normal normal 900 30px/55px Lato;
}
.row-card-view label{
position: relative;
}
.bg-light-gray{
    background-color: #FDFDFD;
}
.sitemap .card{
    color: inherit;
    border: none;
    border-radius: 15px;
    box-shadow:none;
    perspective: 1000px;
    position: relative;
}
.row-card-view label::before{
    position: absolute;
    content: "\2022";
    color: #2DBDCA;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    }
    .path a{
        color: #293450;
        font: normal normal bold 18px/55px Lato;
    }
    .path a.active{
        color: #2DBDCA;
    }
@media (max-width:576px) {
    .sitemap .sitemap-content .mobile-card-view{
        padding: 1rem 2rem;
        background: #f3f3f3 0% 0% no-repeat padding-box;
        border: 1px solid #DBDBDB;
        border-radius: 12px;
    }
    .sitemap .sitemap-content .mobile-flex .mobile-card-view{
        margin-right: 1.5rem;
    }
    .row-card-view{
        flex-wrap: nowrap;
        overflow-x: overlay;
        display: flex;
    }
    .mobile-flex{
        /* display: flex; */
        /* align-items: start; */
        min-width: 300px;
        padding: 0;
    }
}


/* 15-3-2022 */
@media (min-width: 576px) and (max-width:991px){
    .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }
    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
    
    
}
@media (min-width:992px){
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }
    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}