@media (min-width: 768px) and (max-width: 990px) {
}
@media (min-width: 1024px) {
  /* .containerFull{
      max-width:100%;
      padding:0 30px;
    } */
}
@media (max-width: 1540px) {
  .containerFull {
    padding: 0 30px;
    width: 100%;
    max-width: 1460px;
  }
}
@media (max-width: 767px) {
  .containerFull {
    padding: 0 15px;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }
  .centerMenu,
  .rightHeader {
    display: none;
  }
.accordion-button {
    font-size: 1rem;}

  .hamburger {
    display: block;
  }
  .hamburger {
    display: block;
    font-size: 28px;
    color: #000;
    cursor: pointer;
    font-weight: 700;
    line-height: 1;
    padding: 8px 10px;
  }

  .mobileMenu {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 85%;
    height: 100%;
    background: #fff;
    z-index: 9999;
    transition: right 0.4s ease-in-out;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
    padding: 20px;
  }

  .mobileMenu.active {
    right: 0;
  }

  .mobileHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }

  .mobileLogo {
    width: 120px;
  }

  .closeBtn {
    font-size: 26px;
    color: #000;
    cursor: pointer;
  }

  .mobileNav {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .mobileNav li {
    padding: 14px 0;
    border-bottom: 1px solid #f0f0f0;
  }

  .mobileNav li a {
    font-size: 16px;
    color: #111;
    text-decoration: none;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .mobileNav li a.active {
    color: var(--primary-color);
    font-weight: 600;
  }
  section {
    padding: 40px 0 40px;
  }

  p {
    font-size: 12px;
    color: #000;
  }
  .title {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .custom-image {
    margin-top: 20px;
    height: auto;
  }
  .large_heading {
    font-size: 1.8rem;
  }
  .carousel-control-prev,
  .carousel-control-next {
    top: 50%;
    background-size: 25% 25%;
    width: 30px;
    height: 30px;
  }

  .carousel-control-prev {
    left: -30px;
  }

  .carousel-control-next {
    right: -30px;
  }
  .image-wrapper {
    margin-top: 20px;
    width: 220px;
    height: 220px;
  }
  .footer {
    padding: 40px 0 0 0;
  }
  .imgTeam {
    width: 150px;
    height: 150px;
  }
  .heading {
    font-size: 1.5rem;
  }

  .sub_heading {
    font-size: 1.3rem;
  }

  .small_heading {
    font-size: 1.1rem;
  }
  .heroSection {
    height: auto;

    align-items: flex-start;
    text-align: left;
    padding-bottom: 190px;
  }
  .heroSection .btnBanner {
    margin: 0;
  }
  .btnBanner {
    font-size: 15px;
    line-height: 26px;
    padding: 12px 25px;
    display: block;
    width: fit-content;

    margin: 0 auto;

    text-align: center;
  }
  .leftLogo img {
    width: 70%;
  }

  .btnBanner i {
    margin-left: 8px;
  }
  .subHeader {
    display: none;
  }
  .heroBoxBottom {
    padding: 15px;
    bottom: -130px;
  }
  .content-section::before {
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
  }
  .director-img {
    width: 200px;
    height: 200px;
    margin-bottom: 20px;
  }
  .staff-img {
    width: 100px;
    height: 100px;
  }
    .btnTheme2 {
  font-size: 14px;
 
  padding: 8px 18px;
}
.mobile-gapp{
    gap:10px;
}

  .accordion-button > i {
    width: 22px;
    height: 22px;
    font-size: 1rem !important;
    flex-shrink: 0;
  }
    .nav-pills .nav-link {
    font-size: 13px;
    padding: 8px 14px;
    margin: 3px;
  }
  #mainAccordion > .accordion-item > .accordion-collapse > .accordion-body {
    padding:15px 25px;
   
}
#mainAccordion .accordion .accordion-body {
 padding: 15px 25px;
}
  .step-icon {
    width: 72px;
    height: 72px;
  }
    .program-card .btn{
    margin: 0;
  }
  .cta-section .btnTheme{
  margin: 0 auto;
}

  
    .btnTheme {
    font-size: 15px;
    line-height: 26px;
    padding: 12px 25px;
    display: block;
    width: fit-content;
   text-align: center;
  }

  .footer::before {
    border: none;
  }
}
@media (min-width: 1600px) {
}
