@charset "utf-8";
/* CSS Document */
body{

	font-family: 'Markazi Text', serif;
	font-size: 18px;
}
.font_size
{
	font-size: 24px;
}
.txte_size
{
	font-size: 17px!important;
}
.image_profile{
	position: relative;
	border-radius: 50px;
	height: 80px;
	width: 80px;
	color: #fff;
	float: left;
	border: 1px solid #2e9b08;
	box-shadow: 3px 3px 15px #bbb;
	background: #FFFFFF;
}
.size_sm{
	font-size: 12px!important;
}
.size_md{
	font-size: 15px!important;
}
.accordion {
  background-color: #78c53b;
  color: #fff;
  cursor: pointer;
  padding: 5px;
  width: 100%;
  border: none;
  /*text-align: left;*/
  text-align: right;
  outline: none;
  transition: 0.4s;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  /*float: right;*/
  float: left;
  margin-left: 5px;
}
