/* Style the Headings that are used to open and close the accordion panel */
.accordion {
	background-color: #621A1D;
	color: #fff;;
	cursor: pointer;
	padding: 10px;
	margin: 0;
	font-weight: 500;
	border: 0.01rem solid lightgray;

}


/* Add "plus" sign (+) after Accordion */
.plus-sign::after {
	content: '\002B';
	color: #fff;
	font-weight: bold;
	float: right;
}

/* Add "minus" sign (-) after Accordion (when accordion is active) */
.minus-sign::after {
	content: "\2212";
	color: #fff;
}

/* Style the accordion panel */
.accordion-panel {
	padding: 0 10px;
	overflow: hidden;
	background-color: white;
	max-height: 0;
	transition: max-height 0.5s ease-out;
}
.list-style li {
	background: url('https://srihanuman.org/assets/img/flower.png') left 8px no-repeat;
	padding-left: 36px;
	padding-bottom: 40px;
	background-size: 15px;
	width: auto;
	color: #ee1543;
}
.list-pn {
	list-style-type: none;
}
.l-h18 {
	line-height: 33px;
}

.font13 {
	font-size: 16px;
}
.font16 {
	font-size: 16px;
}
.m0 {
	margin: 0px;
}
.poppinsregular {
	font-family: 'poppinsregular';
}
ul {
	padding-left: 0rem;
}