@media (max-width: 1600px) {
  .banner1 img {
    max-height: 500px;
  }
}

@media (max-width: 1400px) {
  .banner1 img {
    max-height: 280px;
  }
}
@media (max-width: 1199px) {
  .simple-steps-section .container .steps .step img {
    width: 10rem;
    height: 10rem;
  }
  .student-says {
    margin: 1rem;
  }

  .banner1 img {
    max-height: 250px;
    z-index: 1;
    position: relative;
  }
  .banner .right-section {
    width: 35rem;
  }

  .banner .left-section h5 {
    font-size: 2.2rem;
  }
  .banner .left-section h1 {
    font-size: 3.4rem;
  }
  .banner .left-section h6 {
    font-size: 1.8rem;
  }
  .admission-image {
    height: 70px;
    width: 70px;
  }
  .admission-content {
    height: 53px;
  }
  .admission-content h6 {
    font-size: 1.4rem !important;
  }
  .admission-content h6 span {
    font-size: 1.6rem !important;
  }

  .approval-ranking {
    padding: 0;
    z-index: 10;
    position: relative;
  }
  .placement-section {
    height: auto;
  }

  .placement-section .image-section .student-image {
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto;
    width: 15rem;
    transform: none;
  }

  .placement-section .image-section .average-package {
    position: absolute;
    bottom: 1rem;
    right: 10%;
  }

  .placement-section .image-section .highest-package {
    bottom: 1rem;
  }

  .career .container .right-section {
    padding: 2rem 0;
  }

  .placement-section .bottom-section {
    margin-bottom: 5rem;
  }

  #accordion h3 {
    font-size: 2rem;
  }
  .contact-us .contact .address p,
  .contact-us .contact .phone p,
  .contact-us .contact .mail p {
    font-size: 2rem;
  }

  #accordion .ui-accordion-content {
    font-size: 1.6rem;
  }

  .simple-steps-section .container .content h3,
  .simple-steps-section .container .content p {
    max-width: 80%;
  }
}

@media (max-width: 991px) {
  .banner1 img {
    max-height: 260px;
  }
  .beyond-classroom-section .campusSlider {
    padding: 3rem 5%;
  }

  .approval-ranking {
    flex-direction: column;
    width: 100%;
    padding: 1.55rem;
    margin-top: 2.2rem;
  }
  .approval-ranking .aicte-approved {
    border-right: none;
    order: 2;
    border-top: 1px solid var(--white-color);
    width: 100%;
  }
  .approval-ranking .ranked {
    order: 1;
    width: 100%;
    padding-left: 0;
  }
  .approval-ranking .ranked h6 {
    line-height: 100%;
  }

  #accordion h3 {
    font-size: 1.8rem;
  }
  .contact-us .contact .address p,
  .contact-us .contact .phone p,
  .contact-us .contact .mail p {
    font-size: 1.8rem;
  }

  #accordion .ui-accordion-content {
    font-size: 1.4rem;
  }

  .simple-steps-section .container .content h3,
  .simple-steps-section .container .content p {
    max-width: 80%;
  }

  .placement-section {
    height: auto;
  }
  .placement-section .image-section .student-image {
    width: 15rem;
    right: 0;
    left: auto;
    transform: none;
  }
  .placement-section .image-section .highest-package {
    left: 25%;
  }
  .placement-section .image-section .highest-package .right-section h5,
  .placement-section .image-section .average-package .right-section h5 {
    font-size: 2rem;
  }
}

@media (max-width: 881px) {
  .banner .right-section {
    width: 30rem;
  }
  .banner1 img {
    max-height: 270px;
  }
  .leadership-transformation-section .container .right-section {
    width: 50%;
    overflow: hidden;
  }
  .leadership-transformation-section
    .container
    .right-section
    .web-info-section {
    display: flex;
    justify-content: space-between;
    gap: 0;
  }
  .leadership-transformation-section
    .container
    .right-section
    .web-info-section
    .left-column,
  .leadership-transformation-section
    .container
    .right-section
    .web-info-section
    .right-column {
    width: 48%;
    padding: 0.5rem;
    word-wrap: break-word;
  }
}

@media (max-width: 767px) {
  .heading {
    font-size: 2.2rem;
  }
  .desc {
    font-size: 1.4rem;
  }
  .btn {
    font-size: 1.8em;
  }
  .inner-btn {
    padding: 1rem 1.4rem;
  }

  header {
    height: 80px;
  }
  .logo {
    width: 80px;
  }

  .banner {
    background-image: url("../images/background-banner-mob.webp");
    height: auto;
    flex-direction: column;
    gap: 2rem;
    margin-top: 80px;
    padding-top: 20px;
    overflow: hidden;
  }
  .banner .left-section {
    width: 100%;
  }
  .banner .right-section {
    width: 100%;
    margin-bottom: 5rem;
    position: relative;
    z-index: 99;
  }

  /* .banner1 {
    position: absolute;
    bottom: 50rem;
    left: auto;
    transform: none;
    right: 2rem;
    width: 10rem;
  }
  .banner1 img {
    width: 100%;
    object-fit: contain;
    display: block;
  } */
  .banner1 {
    display: none;
  }
  .mobile-banner1 {
    display: block;
    position: absolute;
    left: auto;
    transform: none;
    right: 0;
    width: 14rem;
    height: 14rem;
    top: -18.2rem;
    z-index: 1;
  }
  .mobile-banner1 img {
    width: 100%;
    object-fit: contain;
    /* display: block; */
  }
  .banner .left-section h5 {
    font-size: 2.2rem;
  }
  .banner .left-section h1 {
    font-size: 3.4rem;
  }
  .banner .left-section h6 {
    font-size: 1.8rem;
  }
  .banner .left-section .btn {
    display: none;
  }
  .admission-image {
    height: 70px;
    width: 70px;
  }
  .admission-content {
    height: 53px;
  }
  .admission-content h6 {
    font-size: 1.4rem;
  }
  .approval-ranking {
    flex-direction: column;
    width: 100%;
    padding: 1.55rem;
    margin-top: 2.2rem;
  }
  .approval-ranking .aicte-approved {
    border-right: none;
    order: 2;
    border-top: 1px solid var(--white-color);
    width: 100%;
  }
  .approval-ranking .ranked {
    order: 1;
    width: 100%;
    padding-left: 0;
  }

  .admission-content h6 span {
    font-size: 1.6rem;
  }

  .leadership-transformation-section .container .left-section {
    width: 40%;
    max-width: 40%;
  }
  .leadership-transformation-section .container .right-section {
    width: 50%;
    overflow: hidden;
  }
  .leadership-transformation-section
    .container
    .right-section
    .web-info-section {
    display: flex;
    justify-content: space-between;
    gap: 0;
  }
  .leadership-transformation-section
    .container
    .right-section
    .web-info-section
    .left-column,
  .leadership-transformation-section
    .container
    .right-section
    .web-info-section
    .right-column {
    width: 48%;
    padding: 0.5rem;
    word-wrap: break-word;
  }

  .info-card h4 {
    font-size: 1.8rem;
  }
  .info-card p span {
    font-size: 1.8rem;
  }
  .info-card p {
    font-size: 1.6rem;
  }
  .info-card img {
    height: 3.6rem;
    width: 3.6rem;
  }
  .info-card ul li {
    font-size: 1.4rem;
  }

  .beyond-classroom-section .campusSlider {
    padding: 3rem 5%;
  }
  .career .container .right-section p {
    font-size: 1.6rem;
  }

  .placement-section .image-section .student-image {
    width: 20rem;
    z-index: 10;
    bottom: 0;
    right: 10px;
    left: auto;
    transform: none;
  }
  .placement-section {
    height: auto;
    border-radius: 1.5rem;
    padding: 4rem 5% 0 5%;
  }
  .placement-section .top-section {
    flex-direction: column;
  }
  .placement-section .top-section .left-section {
    width: 100%;
  }
  .placement-section .top-section .left-section h3 {
    font-size: 2.2rem;
  }
  .placement-section .top-section .right-section {
    width: 100%;
  }
  .placement-section .top-section .right-section h4 {
    font-size: 2rem;
    padding-top: 1rem;
  }
  .placement-section .top-section .right-section h5 {
    font-size: 1.8rem;
    padding-bottom: 2rem;
  }
  .placement-section .bottom-section {
    margin-top: 2rem;
    width: 50%;
    max-width: 50%;
    margin-bottom: 0;
  }
  .placement-section .bottom-section h5 {
    font-size: 1.6rem;
  }
  .placement-section .bottom-section h6 {
    font-size: 1.4rem;
  }

  .placement-section .image-section .highest-package {
    position: relative;
    width: fit-content;
    left: 5rem;
    z-index: 20;
    bottom: 0;
    margin-top: 2rem;
  }

  .placement-section .image-section .highest-package .left-section img,
  .placement-section .image-section .average-package .left-section img {
    border: none;
    background-color: transparent;
  }

  .placement-section .image-section .average-package {
    position: relative;
    width: fit-content;
    left: 60%;
    right: 0;
    z-index: 20;
    bottom: 2rem;
    margin-top: 5rem;
  }
  .placement-section .image-section .highest-package .right-section p,
  .placement-section .image-section .average-package .right-section p {
    font-size: 1.2rem;
  }
  .placement-section .image-section .highest-package .right-section h5,
  .placement-section .image-section .average-package .right-section h5 {
    font-size: 2rem;
  }

  .simple-steps-section .container .steps .step img {
    width: 10rem;
    height: 10rem;
  }

  #accordion h3 {
    font-size: 1.6rem;
  }
  .contact-us .contact .address p,
  .contact-us .contact .phone p,
  .contact-us .contact .mail p {
    font-size: 1.6rem;
  }

  #accordion .ui-accordion-content {
    font-size: 1.2rem;
  }

  .academic-section .card h3 {
    font-size: 2rem;
  }

  .academic-section .card p {
    font-size: 1.6rem;
  }

  .thankyou .right-section h5 span,
  .thankyou .right-section h5  {
    font-size: 2.8rem;
  }
}

@media (max-width: 600px) {
  .heading {
    font-size: 3.2rem;
  }
  .desc {
    font-size: 1.6rem;
  }
  .btn {
    font-size: 1.6rem;
  }
  .inner-btn {
    padding: 1rem 1.4rem;
  }

  .leadership-transformation-section .container {
    flex-direction: column;
    gap: 1.5rem;
  }
  .leadership-transformation-section
    .container
    .right-section
    .web-info-section {
    display: none;
  }
  .leadership-transformation-section
    .container
    .right-section
    .mob-info-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }
  .leadership-transformation-section
    .container
    .right-section
    .mob-info-section
    > :last-child {
    grid-column: 1 / -1;
  }
  .info-card h4 {
    font-size: 1.8rem;
  }
  .info-card p span {
    font-size: 1.8rem;
  }
  .info-card p {
    font-size: 1.6rem;
  }
  .info-card img {
    height: 3.6rem;
    width: 3.6rem;
  }
  .info-card ul li {
    font-size: 1.6rem;
  }

  .leadership-transformation-section .container .left-section .heading {
    order: 1;
  }

  .leadership-transformation-section .container .left-section .desc {
    order: 2;
  }

  .leadership-transformation-section .container .right-section {
    order: 3;
  }

  .leadership-transformation-section .container .left-section .btn {
    order: 4;
    margin: 0 auto;
  }
  .web-leadership-btn {
    display: none;
  }
  .mob-leadership-btn {
    display: block;
    margin: 0 auto;
    order: 3;
  }

  .leadership-transformation-section .container .left-section {
    width: 100%;
    max-width: 100%;
  }
  .leadership-transformation-section .container .right-section {
    width: 100%;
    overflow: hidden;
  }
  .leadership-transformation-section .container .left-section p {
    padding: 1.4rem 0 2rem;
  }

  .info-card {
    flex: 1 1 calc(50% - 1rem);
  }

  .info-card:last-child {
    flex: 1 1 100%;
  }

  /* Beyond Classroom  */
  .web-classroomCarouselNav {
    display: none;
  }
  .beyond-classroom-section .header .left-section {
    max-width: 100%;
  }
  .mob-classroomCarouselNav {
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
  }
  .beyond-classroom-section .campusSlider {
    padding: 3rem 5%;
  }
  .beyond-classroom .image-section .right-img {
    width: 16rem;
  }
  .beyond-classroom .content {
    padding: 0 2rem 2rem 2rem;
  }
  /* Apply Liba's PGDM */
  .libas-pgdm-section .container .content {
    width: 100%;
    text-align: left !important;
  }
  .academic-section {
    flex-direction: column;
    align-items: center;
  }
  .dashed-line-wrapper {
    display: none;
  }
  .dashed-mob-line-wrapper {
    position: absolute;
    bottom: 7rem;
    left: 2.5rem;
    right: 0;
    height: 15rem;
    width: 1px;
    z-index: 0;
    border-left: 2px dashed #d9d9d9;
  }

  .dashed-mob-line {
    width: 100%;
    position: relative;
    height: 21rem;
  }
  .academic-section .card {
    width: 100%;
    flex-direction: row;
    margin-bottom: 1rem;
  }
  .academic-section .card img {
    height: 5rem;
    width: 5rem;
    margin-bottom: 0;
    margin-right: 1rem;
  }
  .academic-section .card .card-content {
    display: inline;
    gap: 0.6rem;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 1rem;
  }
  .academic-section .card .card-content h3,
  .academic-section .card .card-content p {
    font-size: 1.6rem;
    display: inline;
    margin: 0;
  }

  .simple-steps-section {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
  .simple-steps-section .container .steps {
    position: relative;
  }
  .simple-steps-section .container .steps .step h3::before,
  .simple-steps-section .container .steps .step h3::after {
    display: none;
  }
  .simple-steps-section .container .steps .step h3 {
    border-top: none !important;
  }
  .simple-steps-section .container .content h3,
  .simple-steps-section .container .content p {
    max-width: 100%;
    text-align: left;
  }
  .simple-steps-section .container .content h3 {
    font-size: 3.2rem;
  }
  .simple-steps-section .container .content p {
    font-size: 1.6rem;
  }
  .simple-steps-section .container .steps {
    flex-direction: column;
    counter-reset: step;
  }
  .simple-steps-section .container .steps .step {
    width: 100%;
    padding: 2rem;
    border-left: 1px dashed var(--white-color);
  }
  .simple-steps-section .container .steps .step img {
    display: none;
  }
  .simple-steps-section .container .steps .step h3::before {
    counter-increment: step;
    content: counter(step);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -3.5rem;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background-color: var(--orange-color);
    color: #fff;
    font-weight: bold;
    z-index: 2;
  }
  .simple-steps-section .container .steps .step h3 {
    margin-top: 0;
    padding-top: 0;
  }

  /* student-alumni-section */
  .student-alumni-section .content {
    max-width: 100%;
    padding: 0 5%;
    text-align: left;
  }
  .student-alumni-section .content .desc {
    padding-top: 2rem;
  }
  .student-says {
    margin: 1rem;
  }
  .student-says .right-section {
    padding: 1rem;
  }
  .student-says .right-section p {
    font-size: 1.2rem;
  }
  .student-says .right-section .name-batch h3 {
    font-size: 2rem;
  }
  .student-says .right-section .name-batch p {
    font-size: 1.2rem;
  }

  /* career */
  .career .container {
    background-image: url("../images/background-career-mob.webp");
    flex-direction: column;
    min-height: 50rem;
  }
  .career .container .left-section {
    width: 100%;
    order: 2;
    max-width: 40rem;
    position: relative;
    /* left: -4.5rem; */
  }
  .career .container .right-section {
    width: 100%;
    order: 1;
    padding: 4rem 2rem;
  }
  .career .container .right-section p {
    font-size: 1.8rem;
  }

  /* About */
  .about {
    background-image: url("../images/background-about-mob.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 50rem;
    height: auto;
  }
  .about .web-about-img {
    display: none;
  }
  .about .content {
    padding: 2rem;
    width: 100%;
  }
  .about .content p {
    max-width: 100%;
  }
  .about .content .desc {
    font-size: 1.6rem;
  }

  /* Faq */
  .faq-contact {
    flex-direction: column;
    gap: 20px;
    padding: 4rem 5%;
  }

  .faq-contact .faq,
  .faq-contact .contact-us {
    width: 100%;
  }

  #accordion {
    overflow-y: hidden;
    height: auto;
    padding-right: 0;
  }

  /* footer */
  footer {
    padding: 20px 0;
    font-size: 1.4rem;
  }
}

@media (max-width: 480px) {
  .beyond-classroom .image-section .right-img {
    width: 12rem;
  }
  .beyond-classroom .image-section .left-img {
    height: 6rem;
    width: 6rem;
  }
  .even-beyond-classroom .image-section .left-img {
    margin-bottom: 0;
  }
}
