/*==========================================================================
   NeginGostar Co. LTD 
   Theme By : Pragma
   Copy Right : 2016-2017
   Powered By : Sara Site Maker
   E-Mail : design@negingostar.com
   Tel : 021-22986146
   ==========================================================================*/

* {
  box-sizing: border-box;
}
.faqanswer {
	display: none;
	width: 100%;
	background: #e5e5e5;
	padding: 12px 20px 0 30px;	
}

.faqanswer p {
	font-size: 13px;
	line-height: 17px;	
}


a.active {
	font-weight: bold;
}

.togglefaq {
	text-decoration: none;
	color: #333;
	font-size: 13px;
	padding: 10px 30px;
	line-height: 20px;
	display: block;
	border: 1px solid #d0d0d0;
	width: 100%;
	margin-bottom: -1px;
}
.icon-plus {
	font-family:FontAwesome;
	content: "\f00e";
	color: #012690;
	margin-right: 20px;
	font-size: 20px;
	float:left;
}

.icon-plus:before {
	content: "\f067";

}

.icon-minus:before {
	content: "\f068";
}
.icon-minus {
	font-family:FontAwesome;
	
	color: #012690;
	margin-right: 20px;
	font-size: 20px;
	float:left;
}
p {
  margin: 0;
  padding-bottom: 20px;
}
