/********************************
* FAQ THEME 5
********************************/
@font-face {
  font-family: Montserrat-Regular;
  src: url('../fonts/montserrat/Montserrat-Regular.ttf'); 
}

@font-face {
  font-family: Montserrat-Medium;
  src: url('../fonts/montserrat/Montserrat-Medium.ttf'); 
}


.jag-faq-theme5 .jag-faq-title{
	background: #ffffff;
	color: #000;
	padding: 20px;
	font-size: 15px;
	margin-top: 15px;
	cursor: pointer;
	position: relative;
	border-left: 5px solid #ff0044;
	box-shadow: 0px 0px 10px #dddddd;
}
.jag-faq-theme5 .titledocs{
    font-family: Montserrat-Medium;
	text-transform: uppercase;
	background: #1bb1dc;
	color: #fff;
    font-weight: bold;
	padding: 20px;
	font-size: 12px;
	margin-top: 15px;
	cursor: pointer;
	position: relative;
	border-left: 5px solid #1bb1dc;
	box-shadow: 0px 0px 10px #dddddd;
	border-radius: .25rem
}


.jag-faq-theme5 .jag-faq-title i{
	margin-right: 5px;
	font-size: 15px;
	color: #000;
	line-height: 20px;
}

.jag-faq-theme5 .panel-body img,
.jag-faq-theme5 .panel-body iframe,
.jag-faq-theme5 .panel-body video{
	margin: 10px;
}
/*Random Theme color*/
.jag-faq-theme5.jag-faq-random-colors .jag-faq-wrapper:nth-child(3n+2) .jag-faq-title{
	border-left-color: #ea3566;
}
.jag-faq-theme5.jag-faq-random-colors .jag-faq-wrapper:nth-child(4n+3) .jag-faq-title{
	border-left-color: #ea4e00;
}
.jag-faq-theme5.jag-faq-random-colors .jag-faq-wrapper:nth-child(5n+4)  .jag-faq-title{
	border-left-color: #00aac4;
}
/*Default Theme color*/
.jag-faq-theme5 .jag-faq-title{
	border-left-color: #1bb1dc;
	box-shadow: 0 8px 16px rgba(0,0,0,.15)!important;
}
