  @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;
    }

    .hamburger {
      display: block;
    }

    .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: #ffca40;
      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;
    }
    .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;
    }
    .footerColumn i {
      margin-right: 20px;
    }
    .mySwiper {
      margin-top: 30px !important;
    }
    .rightForm {
      padding: 20px 20px;
    }
    .itemRatio {
      padding: 20px;
    }
    .mobil-gap {
      gap: 20px;
    }
    .imgTeam img {
      width: 90%;
      height: 90%;
    }
    .leftAcheivment .btnBanner {
      margin: 0;
    }

    .rightTestimonial {
      margin-top: 20px;
    }

    .itemVideoReview iframe,
    .itemVideoReview video {
      height: auto;
    }
    .btnTheme {
      font-size: 15px;
      line-height: 26px;
      padding: 12px 25px;
      display: block;
      width: fit-content;
    }
    .feature-card li {
      font-size: 14px;
      margin-bottom: 15px;

      align-items: flex-start;
      justify-content: flex-start;
    }
    .carousel-control-next-icon, .carousel-control-prev-icon{
      width: 1rem;
      height: 1rem;
    }
    .owl-theme .owl-dots .owl-dot{
    margin-top: 10px;
  }

    .icon-title h3 {
      font-size: 1.2rem;
    }
    .icon-title .icon {
      font-size: 20px; 
      padding: 4px 6px;  
      margin-right: 12px; }
    .nbsp {
      display: none; 
    }

    .feature-card li i {
      margin-bottom: 8px;
      font-size: 1.25rem;
    }
  
  
    .leftLogo img {
      width: 70%;
    }
    /*.itemCourseHome {*/
    /*  margin-top: 20px;*/
    /*}*/
    .certifications-wrapper {
      flex-wrap: nowrap !important;
      gap: 1rem !important;
      margin-top: 10px;
      margin-bottom: 20px;
    }
    .certifications-wrapper .d-flex {
      flex-wrap: nowrap !important;
    }
    .certifications-wrapper img {
      width: 50px !important;
    }
    .itemWorks {
      margin-bottom: 20px;
    }
    .btnBanner i {
      margin-left: 8px;
    }
    .rightBannerForm {
      padding: 20px 20px;
      border-radius: 8px;
      margin-top: 20px;
    }
    .mobile-gap {
      gap: 20px;
      margin-bottom: 30px;
    }
    .accordion-button {
      font-size: 1rem;
    }
    .footerColumn {
      margin-top: 20px;
    }
    .formHeader {
      padding: 20px 10px;
      font-size: 18px;
    }
    .video-wrapper {
      margin-bottom: 20px;
    }

    .formBody {
      padding: 10px 0 0;
    }

    .itemForm {
      margin: 10px 0;
    }

    .itemForm input,
    .itemForm select {
      height: 40px;
      font-size: 14px;
      padding: 0 15px;
      margin-top: 10px;
    }

    .itemForm i {
      font-size: 13px;
      right: 12px;
    }

    .itemForm small {
      font-size: 11px;
    }

    .btnSecondary {
      width: 100%;
      padding: 12px 20px;
      font-size: 15px;
      border-radius: 40px;
      margin-top: 10px;
    }

    .rightHeader .btnBanner {
      font-size: 14px;
      padding: 12px 20px;
      display: block;
      width: 100%;
      text-align: center;
      margin-top: 10px;
    }
    .itemAbout {
      margin-bottom: 10px;
    }
    .leftAbout .btnTheme {
      margin-bottom: 20px;
    }
    .textExperience {
      left: 80px;
    }
    .img2 {
      top: -5px;
      left: 153px;
    }
  }
  @media (min-width: 1600px) {
  }