@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*******************************
* Does not work properly if "in" is added after "collapse".
* Get free snippets on bootpen.com
*******************************/
.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}

.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: rgba(24,137,166,.2);
    border-color: #EEEEEE;
}

.panel-title {
    font-size: 14px;
}

.panel-title > a {
    display: block;
    padding: 15px;
    text-decoration: none;
    color: #212121;
}

.more-less {
    float: right;
    color: #212121;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
}
.card {
    border-radius: 0px !important;
}
 
.card-header {
	padding: 1.25rem 1.25rem;
	margin-bottom: 0;
	background-color: #1889A6;
	border-bottom: 1px solid rgba(0,0,0,.125);
    font-family: 'Poppins', sans-serif;
    border-radius: 0px !important;
}
.card-header h5 {
    font-size: 20px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}
.card-header a {
	text-decoration: none;
}
#heading:hover {
    text-decoration: none;
}
.fas.fa-angle-down.rotate-icon {
	float: right;
}
.rotate-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
 
.collapsed .rotate-icon {
    -webkit-transform: rotate(
0deg
);
    transform: rotate(
0deg
);
}