/*
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>
*/

/*********************about****************/
.main_about {
    background-image: url(../image/AB01.jpg);
    background-position: center center;
    background-size: cover;
}

.team_1i1i1 ul li a{
	width:45px;
	height:45px;
	line-height:45px;
	color:var(--bs-white);
	transition: 0.3s; 
 }
.team_1i1i1 ul li a:hover{
	color:var(--bs-white); 
	background:var(--blue)!important;
	transition: 0.3s; 
 }
.team_1i:hover .team_1i1i1 ul li a{
	display:block!important; 
	transition: 0.3s;
 }
 
.main_team {
    background-image: url(../image/3.jpg);
    background-position: center center;
    background-size: cover;
}

.main_price {
    background-image: url(../image/3.jpg);
    background-position: center center;
    background-size: cover;
}
/*********************about_end****************/




@media screen and (max-width : 767px){
.spec_1_left {
	margin-top:10px;
	margin-bottom:10px;
}
.serv_1i {
	margin-top:10px;
	margin-bottom:10px;
}
.team_1i {
	margin-top:10px;
	margin-bottom:10px;
}
.price_1_right{
	margin-top:20px;
}
.price_pg_left{
	margin-top:10px;
	margin-bottom:10px;
}
 }


@media (min-width:576px) and (max-width:767px) {

 }
 
@media (min-width:768px) and (max-width:991px) {
.team_1i1i1 ul li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.price_pg_left  h1{
	font-size:28px;
}
.price_pg_left  .fs-5{
	font-size:14px!important;
}
.price_pg_left  .font_15{
	font-size:13px;
}
 }

@media (min-width:992px) and (max-width:1200px) {


 }

@media (min-width:1201px) and (max-width:1300px) {

 }
@media screen and (min-width : 1400px){



 }


