/*
Template Name: Music School
File: Layout CSS
Author: TemplatesOnWeb
Author URI: https://www.templateonweb.com/
Licence: <a href="https://www.templateonweb.com/license">Website Template Licence</a>
*/

/*********************faq****************/

.main_faq {
    background-image: url(../image/1.jpg);
    background-position: center center;
    background-size: cover;
}

.accordion-button {
	background:var(--bs-dark);
	color:var(--bs-white);
	padding:8px 15px;
	border: 0;
	font-size: 20px;
	text-align: left;
	border-radius:0;
	font-weight:bold;
}
.accordion-button:focus {
	box-shadow: none;
	border: none;
}
.accordion-button:not(.collapsed) {
	background:var(--orange);
	color:var(--bs-white);
	padding:8px 15px;
}
.accordion-body {
	padding: 20px;
}

.accordion-button::after {
	width: auto;
	height: auto;
	content: "+";
	font-size: 40px;
	background-image: none;
	font-weight: 100;
	color: var(--bs-white);
	transform: translateY(-4px);
}
.accordion-button:not(.collapsed)::after {
	width: auto;
	height: auto;
	background-image: none;
	content: "-";
	font-size: 40px;
	transform: translate(-5px, -4px);
	transform: rotate(0deg);
}
.accordion-item{
	border:none;
	border-radius:0;
	background:none;
}

#faq{
	margin-bottom:100px;
}
/*********************faq_end****************/




@media screen and (max-width : 767px){

.faq_1_right {
	padding-left:0!important;
	margin-top:20px;
}
#faq {
    margin-bottom: 0;
}
 }


@media (min-width:576px) and (max-width:767px) {

 }
 
@media (min-width:768px) and (max-width:991px) {


 }

@media (min-width:992px) and (max-width:1200px) {


 }

@media (min-width:1201px) and (max-width:1300px) {

 }
@media screen and (min-width : 1400px){
#faq{
	margin-bottom:190px;
}

 }


