@charset "UTF-8";
.faq-title{
	font-family: Commissioner;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: -0.5px;
	text-align: left;
	color: rgba(12, 24, 21, 1);
	margin-top: 20px;
	margin-bottom: 20px;
}

.faq .row{
	margin-left: 0px;
	margin-right: 0px;
}


.faq-sea input{
	height: 40px;
}

.faq-sea .btn{
	background-color: rgba(7, 193, 96, 1);
	color: #ffffff;
	width: 40px;
	height: 40px;
}

.layer2-faq{
	background-color: #ffffff;
	border-radius: 10px;
	padding: 20px 20px 0;
	margin-top: 20px;
}

.faq-panel .panel-default p {
  font-weight: bold;
  margin-bottom: 0;
  position: relative;
  line-height: 2.5em;
}

.faq-panel .panel-default p span{
	width: 95%;
	display: inline-block;
}

.faq-panel .panel-default .glyphicon{
	height: 35px;
	line-height: 35px;
	position: absolute;
	right: 1%;
}

.faq-panel .panel-default p:hover {
  color: #0ba6dd;
  cursor: pointer;
}

.faq-panel .panel-default p .glyphicon-arrow-up {
  display: none;
}

.e11{
	font-size: 12px;
	font-weight: bold;
}

@media (min-width: 768px) {
	.faq-title{
	font-size: 25px;
	}
	.faq-panel .panel-default p {
	  height: 35px;
	  line-height: 35px;
	}
	
	.e11{
	font-size: 14px;
	font-weight: bold;
}
}