*{
    margin: 0;
    padding: 0;
    
}

.font-s{
    font-size: 17px;
}
.headpara{
    text-align: justify;
}

.new{
    padding: 0;
    margin: 0;
    background-color:#fefefe;
}
.toggel{
    background-color: red;
}
.new-2{
    justify-content: space-between;
    height: 70px;
}

.auto{
    margin-left: auto;
    margin-right: auto;
}
/* header-sec */
.markq{
    /* width: 100%; */
    padding-top: 10px;
    height: 40px;
    font-size: 18px;
    background-color: #ffffff;
    color: #000;
}


  .header {
    background: #333;
    color: white;
    /* padding: 15px; */
    text-align: center;
    font-size: 20px;
    position: relative;
    transition: all 0.3s ease;
  }

  .fixed {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
    z-index: 1000;
  }

  .content {
    height: 2000px;
    padding-top: 80px;
  }


.nav-sec ul li {
    font-size: 20px;
    margin-left: 15px;
}
.nav-2 ul {
font-size: 17px;
}

/* about-sec */
.study img{ 
    border-radius: 15px;
    /*height: 460px;*/
}
/* course-sec */
.card-m{
    height: 200px;
}
/* blog-sec */
.blog-3{
    height: 332px   ;
    border-radius: 10px;
}


/* footer-sec */
.para-footer{
    text-align: justify;
    padding-right: 40px;
}

.banner {
    position: relative;
    width: 100%;
    height: auto;
  }

  
  .banner-img {
    filter: brightness(30%);
    
  }
  .cont-us{
    background-color: #F3F8F6;
  }

  .fom-ph img{
    border-radius: 15px;
    height: 600px;
    width: 100%;
    margin-top: 60px;


  }

.map-responsive {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%; 
  height: 0;
}

.map-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.justify{
  text-align: justify;
}

  
@media (max-width: 480px){

  /* .hero-sec{
    height: 300px;
  }
  .hero-sec h2{
    margin-top: 50px;
  } */
  .map-responsive {
    height: 170px; 
    padding-bottom: 30%; 
}
.fom-ph img{
  height: 300px;
  margin-top: 30px;
}

.course-det{
  margin-top: -60px;
  /* height: 400px; */
}
.lesson-sidebar.-type-2{
  margin-top: -60px;
} 

}
  @media (min-width: 481px) and (max-width: 575px){
    
  .map-responsive {
    padding-bottom: 27%;
    height: 170px; 
}
.fom-ph img{
  height: 300px;
  margin-top: 30px;
}

  }
@media (min-width: 576px) and (max-width: 767px) {
  .map-responsive {
    padding-bottom: 27%;
    height: 200px; 
}
.fom-ph img{
  height: 300px;
  margin-top: 30px;
}

}

@media (min-width: 768px) and (max-width: 1440px) {
  .map-responsive {
    padding-bottom: 27%;
    height: 380px; 
}
.fom-ph img{
  height: 500px;
  margin-top: 80px;
}

}

@media (min-width: 1441px){
  .map-responsive {
    padding-bottom: 27%;
    height: 380px; 
}
.fom-ph img{
  height: 600px;
  margin-top: 60px;
}


}

.nav-head ul li:hover{
  color:#6440FB;

}
.breadcrumbs__item a{
  font-weight: bold;
  color: #000;
  
}

.board-1{
  height: 400px;
  width: 100%;
  border: 2px solid black;
}
.notice-border{
  border-left: 4px solid #140342;
  border-right: 4px solid #140342;
  /* padding-left: 15px; */
}
.notice-sec{
  padding-left: 15px;
  text-align: justify;
  padding-bottom: 15px;
  padding-right: 5px;
 
}

.notice-heading{
  padding-left: 15px;
  padding-top: 18px;
  padding-bottom: 7px;
    
}
.gif-icon{
  margin-left: 5px;
  height: 22px;
}
  
  

  
  


  

  
  
  
