.dept-list-group
{
    width:100%;
}
.dept_card {
    margin-top: 0!important;
}
.dept_card {
    display: block;
    width: 100%;
    padding: 1px 0;
    margin-bottom: 30px;
    background-color: #fff;
    border: none;
    border-radius: 0.125rem;
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
}
.dept_card {
    padding: 0 1.5rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
/* list style */
.dept_list{
    font-family: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 100vh; */
    margin: 0;
    /* background: url('https://i.postimg.cc/nLgjt5td/bg.jpg') no-repeat;
    background-position: center;
    background-size: cover; */
}
.dept_container{
    padding: 30px;
    /* width: 400px; */
     /* background: #067909; */
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.4); 
}
.dept_container h2{
    color: #ffffff;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 500;
    border-bottom: 2px solid #ffffff;
}
.dept_container ul{
    position: relative;
    margin: 0;
    padding: 0;
}
.dept_container ul li{
    position: relative;
    list-style: none;
    display: table;
    /* margin: 7px 0; */
    padding-left: 35px;
    padding-right: 5px;
    cursor: pointer;
}
.dept_container ul li::before{
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 25px;
    height: 25px;
    background: transparent;
    border-radius: 0px;
    transition: background 0.3s, width 0.3s;
    /* border: 2px solid #fab915; */
    /* border-style: solid;
    border-color: #229ccf #69b9a8;
    box-sizing: border-box; */
}
.dept_container ul li:hover::before{
    width: 100%;
    /* background: linear-gradient(to right, #1899d5, #72bda5); */
    transition-delay: 0s, 0.1s;
    border-bottom: 2px solid #133342;
    /* height: 100%; */
    border-bottom-style: dotted;
}
.dept_container ul li::after{
    content: '';
    background-image: url('https://www.tn.gov.in/sites/default/icons/dept_btn.png');
    position: absolute;
    top: 2px;
    left: -1px;
    width: 27px;
    height: 31px;
    /* border-top: 2px solid #133342;
    border-right: 2px solid #133342; */
    /* transform: rotate(45deg); */
    transition: 0.2s;
    transition-delay: 0s;
    
}
.dept_container ul li:hover::after{
    /* left: 24px;
    transition-delay: 0.2s;
    transform: rotate(45deg) scale(1.5); */
}
.dept_container ul li p{
    position: relative;
    z-index: 10;
    padding: 5px 10px;
    color: #000000;
    margin: 5px 0;
    /*font-size:11px;*/
	font-size:13px;
    font-weight: 600;
    text-align: justify;
}
.dept_container ul li p:hover
{
  /* color: #ffffff;   */
  color: #133342;
}

/* list 2 css */
.pmd-card-list {
    /* padding-top: 0.5rem;
    padding-bottom: 0.5rem; */
    margin-bottom: 0;
    background-color: #fff;
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
}
.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
    border-bottom: 1px solid rgba(0,0,0,.125) ;
}
.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    /* margin-bottom: -1px; */
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
}
.list-group li{
    font-size: 11px;
    font-family: inherit;
    font-weight:600;
}
/*
---------------------------------------
hover effect 98
---------------------------------------
*/
.color-8 {
	background: #353535;
}
.dept-menu a {
	color: rgba(255, 255, 255, 0.8);
	font-family: inherit;
	
	
	padding: 15px 25px;
	/**/
	position: relative;
	display: block;
	text-decoration: none;
	
	
}
/*
---------------------------------------
hover effect 39
---------------------------------------
*/
.dept_list_ani
{
    font-size: 11px;
    font-family: inherit;
    font-weight: 600;
    text-align: justify;
}
.dept_list_ani a:before, .dept_list_ani a:after {
	content: '';
	position: absolute;
	width: 5px;
	border-radius: 50%;
	background: #133342;
	top: 12px;
	transition: height 0.3s 0.3s ease, border-radius 0.3s 0.3s ease, top 0.3s 0.3s ease, width 0.3s ease;
}

.dept_list_ani a:before {
	height: 5px;
	left: 0;
}

.dept_list_ani a:after {
	height: 0;
	right: 0;
}

.dept_list_ani a:hover:before, .dept_list_ani a:hover:after {
	top: 10%;
	width: 55%;
	height: 80%;
	z-index: -1;
	border-radius: 5px;
	transition: height 0.3s ease, border-radius 0.3s ease, top 0.3s ease, width 0.3s 0.3s ease;
}

.dept_list_ani a {
	z-index: 1;
	display: inline-block;
	/* padding: 10px 20px; */
    padding: 6px 14px;
	position: relative;
	transition: all 0.3s ease;
}

.dept_list_ani a:hover {
	transition: all 0.3s 0.3s ease;
	text-decoration: none;
	color: white;
}


.dept_container {
    column-count: 3;
  }

/* mobile responsive css media queries */
@media only screen and (max-width: 600px) {
    .dept_container {
        column-count: 1 !important;
      }
      .dept_container ul li{margin-bottom: 13px;} 
      .dept_container ul li p {
        font-size:11px;
        margin:0px 0px;
      }
}


/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {
    .dept_container {
        column-count: 2;
      }
      .dept_container ul li{margin-bottom: 13px;} 
      .dept_container ul li p {
        font-size:12px;
        margin:0px 0px;
      }
}