@media screen and (max-width:768px) {
  .header-location-div{
    display: none;
  }
  .call-header p a {
    text-decoration: none;
    color: #ffffff;
    font-size: 12px;
    font-family: "Poppins", serif;
}
.mail-header p a {
  text-decoration: none;
  color: #ffffff;
  font-size: 12px;
  font-family: "Poppins", serif;
}
.carousel-control-prev-icon {
  background-color: #fca10f;
  padding: 24px;
  background-size: 23px;
  border-radius: 50%;
}
.carousel-control-next-icon{
  background-color: #fca10f;
  padding: 24px;
  background-size: 23px;
  border-radius: 50%;
}


}

@media screen and ( max-width : 600px){
  .navbar{
    position: inherit!important;
    box-shadow: inherit;
    padding: 0px;
  }
  .top-nav{
    display: none;
  }
  
  header{
    height: auto;
    background-color: #fff;
  }
  .carusel-content h4 {
    color: #fff;
    font-size: 18px!important;
    text-align: center;
}
.contant-banner{
 max-width: 90%;
}
.mission-text p {
  text-align: center;
  margin-top: 20px;
  font-size: 13px;
}
} 
  



  

@media screen and (max-width:991px){
 
#navbarNavDropdown{
  margin-left: inherit;
}

.navbar-brand img{
  width: 80px!important;
}
.carusel-content h2 {
  color: #fca10f;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}
.carusel-content h4 {
  color: #fff;
  font-size: 20px;
  text-align: center;
}

#vision-box{
  margin-top: 130px;
}
.banner-about{
  padding-top: 80px;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  
}


}

@media screen and (max-width:1024px) {
  
}

@media screen and (max-width:1300px){
  
  .navbar{
    left: 5%;
    right: 5%;
  }

}



@media screen and (min-width:991px) {
  /* Initially hide the dropdown menu */
.nav-item .dropdown-menu {
  
  max-height: 0; /* Initially set the max height to 0 */
  opacity: 0; /* Initially set opacity to 0 */
  display: none;
  overflow: hidden; /* Hide anything outside */
  transition: max-height 0.3s ease, opacity 0.3s ease; /* Smooth transition for max-height and opacity */
}


/* Show the dropdown menu smoothly when hovering over the parent item */
.nav-item:hover .dropdown-menu {
  max-height: 500px; /* Set a max height large enough to show the content */
  opacity: 1; /* Make the dropdown visible */
  display: block; /* Allow the dropdown to be rendered */
}}


@media  screen and (max-width:1200px) {
  .about-text h2 {
    font-weight: 700;
    font-size: 25px;
}
.about-text p {
  font-size: 13px;
}
.program-head h2 {
  font-size: 30px;
  font-weight: 700;
}
.program-head h4 {
  font-size: 18px;
  font-weight: 700;
  transition: all ease 0.3s;
}
.program-head p {
  font-size: 14px;
}
.spec-head h2 {
  font-weight: 700;
  font-size: 30px;
  color: #fff;
  text-align: center;
}
.spec-text h4 {
  font-size: 17px;
  color: #fff;
}
.spec-text p {
  font-size: 13px;
  color: #fff;
}
.testimonial-head h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
}
.user-text p {
  font-size: 18px;
  font-style: italic;
}
.quick-links ul li {
  padding-bottom: 6px;
  font-size: 14px;
}
}

@media  screen and (max-width:550px) {
  .prog-count h2 {
    font-size: 35px;
    font-weight: 700;
    color: #fca10f;
    text-align: center;
}
.total-img img {
  display: block;
  margin: auto;
  width: 60px;
}
.total-program {
  width: 150px;
  padding: 10px 10px;
  position: absolute;
  right: 0;
  bottom: 20px;
}
.about-text h2 {
  font-weight: 700;
  font-size: 20px;
  margin-top: 20px;
}
.about-text p {
  font-size: 13px;
  text-align: justify;
}
.program-head h2 {
  font-size: 25px;
  font-weight: 700;
}
.spec-head h2 {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  text-align: center;
}
.testimonial-head h2 {
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 20px;
}
.owl-theme .owl-nav {
  margin-top: 20px!important;
}
.user-text {
  padding: 10px;
  background-color: #dae8cd;
  max-width: 100%;
}
.user-text p {
  font-size: 15px;
  font-style: italic;
}
.footer-bottom p {
  color: #fff;
  margin-bottom: 0px;
  font-size: 14px;
}
.footer-bottom .container{
  gap: 10px;
}
}