/* 16. faq */
.faq-box .btn-link {
	display: block;
	font-size: 16px;
	border: 0;
	text-decoration: none;
	line-height: 1;
	font-weight: 600;
    padding: 26px 30px;
    font-family: $poppins;
}
.faq-box .btn-link {
	background-image: -moz-linear-gradient( -51deg, rgb(235,18,10) 0%, rgb(255,94,20) 99%);
    background-image: -webkit-linear-gradient( -51deg, rgb(235,18,10) 0%, rgb(255,94,20) 99%);
    background-image: -ms-linear-gradient( -51deg, rgb(235,18,10) 0%, rgb(255,94,20) 99%);
	color:$white;
}
  
.faq-box .btn-link.collapsed {
    background: $grey;
    color:#727272;
}
.faq-box .card-header {
	padding: 0;
	border-bottom: 0;
	background: none;
	border-radius: 0;
}
.faq-box .card {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 0;
	border-radius: 0;
	background: none;
	margin-bottom: 16px;
}
.faq-box .card-body {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 0 0 0 0;
	border-bottom: 0;
	padding-bottom: 5px;
	border-top: 0;
	padding-top: 18px;
	margin-top: 0;
	padding-left: 30px;
	padding-right: 30px;
	background: none;
}
.faq-box .card-body p {
	margin: 0;
	line-height: 28px;
	margin-right: 26px;
	color: #9b9b9b;
	font-size: 16px;
}
.faq-box .btn-link.collapsed::before {
	content: "\f070";
    color: $white;
    background-image: -moz-linear-gradient( -51deg, rgb(235,18,10) 0%, rgb(255,94,20) 99%);
    background-image: -webkit-linear-gradient( -51deg, rgb(235,18,10) 0%, rgb(255,94,20) 99%);
    background-image: -ms-linear-gradient( -51deg, rgb(235,18,10) 0%, rgb(255,94,20) 99%);
}
.faq-box .btn-link::before {
	content: "\f06e";
	position: absolute;
	right: 30px;
	font-size: 18px;
	font-family: "Font Awesome 5 Pro";
    color: $theme-color;
    height: 45px;
    width: 45px;
    line-height: 45px;
    border-radius: 50%;
    background: $white;
    text-align: center;
    top:13px;
}
.faq-img{
	margin-left: 70px;
	& img{
		width: 100%;
	}
}
.faq-info p {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 37px;
}