@charset "UTF-8";
.bannerBox{
	background-position: bottom;
	background-repeat: no-repeat;
}

.bannerBox .banner{
	height: 500px;
}
.mainBox .infoBox{
	background-color: #f7f7f7;
	padding: 10px;
}

/*-----teacherList-----*/
.mainBox .infoBox{
	padding: 3rem 2rem;
}
.mainBox .infoBox .Img{
	padding:3% 30%;

}
.mainBox .infoBox .Img .innerImg{
	padding-top: 100%;
	width: 100%;
}
.mainBox .infoBox .Img .innerImg .image{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background-size: cover;
    background-position: center;
	background-repeat: no-repeat;
	border: 3px solid #ad1800;
	border-radius: 50%;
}

.mainBox .infoBox .Txt .item{
	margin-bottom: 2rem;
}
.mainBox .infoBox .Txt .teacherNeam{
	text-align: center;
	margin-bottom: 1rem;
}
.mainBox .infoBox .Txt .item p{
	line-height: 1.5;
 }
 .mainBox .contentBox{
 	padding-left: 3rem;
 }
.mainBox .contentBox .videoBox iframe{
	width: 100%;
	height: 40vh;
}
.mainBox .titleBox {
    padding-top: 0rem;
}



 .mainBox .AdBox{
 	padding: 0;
 	margin: 3rem 0;
 }
  .mainBox .AdBox img{
  	width: 100%;
  }
 .mainBox h3{
	color: #000;
	padding-bottom:10px;
}



@media(max-width: 991px){
	.mainBox .contentBox {
		padding-top: 4rem;
	    padding-left: 0rem;
	}
}

@media (max-width: 768px){
	.bannerBox {
	    background-size: 180%;
	}
	.bannerBox .banner {
	    height: 400px;
	}
	.mainBox {
    padding-top:20px;
	}
}

@media(max-width: 480px){
	.bannerBox .banner {
	    height: 240px;

	    min-height: auto;
	   }
}