.invisalign-faq {
	padding: 3rem 0rem 2rem;
}

.invisalign-faq .invisalign-contant{

}

.invisalign-faq .invisalign-contant h4{
	font-size: 21px;
	font-weight: 500;
	color: #006699;
	margin: 0 0 15px 0;
}

.invisalign-faq .invisalign-contant p{
	font-size: 16px;
	font-weight: 400;
	color: #555;
}



.faq-color {
	color: #b29041 !important;
	font-size: 18px;
	font-weight: 400;
}
a.faq-color:hover,
a.faq-color:focus {
	color: #052755 !important;
}






/*------------------------------------------------------------------*/

.accordion .card {
	border: none;
	margin-bottom: 20px;
}
.our-faq-wrapper .btn-link {
	margin: 0rem;
	display: block;
	width: 100%;
	text-align: left;
	position: relative;
	background: #012b65;
	color: #fff;
	border-radius: 0;
	padding: 15px 15px 15px;
	font-size: 18px;
	overflow: hidden;
	border: none;
	font-weight: 300; 
}
.our-faq-wrapper .btn-link:hover, .our-faq-wrapper .btn-link:focus {
	text-decoration: none;
}
.our-faq-wrapper .btn-link:after {
	position: absolute;
	content: '\eab2';
	right: 26px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: IcoFont;
	font-size: 25px;
}
.our-faq-wrapper .btn-link.collapsed:after {
	content: '\eab8';
}
.our-faq-wrapper .btn-link:before {
	position: absolute;
	content: '';
	background: #b29041;
	-webkit-transform: skew(-35deg);
	transform: skew(-35deg);
	height: 100%;
	width: 50%;
	left: 92%;
	top: 0;
}
.card-header {
	padding: 0;
	background: transparent;
	border-bottom: none;
}
.card-body {
	position: relative;
}
.card-body:after {
	position: absolute;
	content: '';
	height: 2px;
	width: 100%;
	left: 0;
	bottom: 0;
	background: #012b65;
}
.card-body:before {
	position: absolute;
	content: '';
	height: 2px;
	width: 50%;
	left: 0;
	bottom: 0;
	background: #b29041;
	z-index: 1;
}
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
@media (max-width: 991px) {}
@media (max-width: 768px) {
	.our-faq-wrapper .btn-link {
		padding: 15px 55px 15px 15px;
	}
}
@media (max-width: 576px) {
	.our-faq-wrapper .btn-link {
		font-size: 16px;
	}

	.card-body {
		padding-top: 1.2rem;
		padding-bottom: 1.2rem;
		border-radius: 0 !important; 
		color: #555;
		font-size: 16px;

	}



}
@media (max-width: 480px) {
	.our-faq-wrapper .btn-link {
		font-size: 16px;
	}
	.card-body {
		padding-top: 1.2rem;
		padding-bottom: 1.2rem;
		border-radius: 0 !important; 
		color: #555;
		font-size: 15px;

	}
}
@media (max-width: 425px) {}
@media (max-width: 414px) {}
@media (max-width: 375px) {}
@media (max-width: 320px) {}