﻿.content-title {
	margin: 20px 0;
	text-align: center;
	font-family:Vazir-M;
	font-size:20px;
}

.faq-container {
	padding: 15px;
	margin-bottom: 50px;
}

.btn-question, .btn-question:focus, .btn-question:hover {
	outline: none;
	background-color: transparent;
	color: #000;
	text-decoration: none;
	position: relative;
	padding-left: 0;
	cursor: pointer;
}

	.btn-question .question-des {
		margin-bottom: 0;
		text-align: right;
		display: block;
		margin-left: 35px;
		font-size: 16px;
		line-height: 2;
	}

		.btn-question .question-des p {
			margin-bottom: 0;
		}

	.btn-question i {
		font-size: 22px;
		background-color: #ecf9fb;
		height: 30px;
		width: 30px;
		line-height: 34px;
		text-align: center;
		border-radius: 15px;
		color: #56c7da;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}

		.btn-question i.open {
			background-color: #fdecee;
			color: #f05662;
			line-height: 34px;
		}

.card {
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	margin-bottom: 20px;
	border-radius: 10px;
}

.accordion > .card:first-of-type {
	border-radius: 10px;
}

.accordion > .card:not(:first-of-type):not(:last-of-type) {
	border-radius: 10px;
}

.accordion > .card:last-of-type {
	border-radius: 10px;
}

.card-header {
	background-color: #fff;
	padding: .75rem 5px;
}

.card-body {
	font-size: 16px;
	line-height: 2;
	text-align: justify;
}

	.card-body video {
		max-width: 100%;
		height:auto;
	}
