@media screen and (max-width: 767px) {
  :root {
    --width: 90%;
  }

  .same-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .banner-section .wrapper {
    grid-template-columns: 1fr;
  }

  .btn1 a {
    padding: 9px 16px;
  }

  .grid-alignments-2 {
    grid-template-columns: 1fr;
  }

  .admission__emi-topContainer {
    padding: 30px;
  }

  .mba-banner__subtitle {
    font-size: 20px;
  }

  .icon_text_grid,
  .icon_text_grid.grid-2 {
    grid-template-columns: 1fr;
  }
  .top-strip {
    display: none;
  }
  .sticky_section > div:not(:last-child) {
    border: none !important;
  }

  .sticky_section {
    grid-template-columns: 1fr;
  }
  .boxes-main-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    position: relative;
    padding: 0px 10px;
    width: 100%;
  }
  .sticky_section {
    grid-template-columns: 1fr 1fr;
    row-gap: 40px;
  }
  .tab-btns {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .tab-btns .tab-btn {
    width: 100%;
  }

  .tab-content-wrapper .tab-content table {
    width: 100%;
    max-width: 100%;
    overflow: auto;
    display: block;
  }

  .tab-content-wrapper .tab-content table tr,
  .tab-content-wrapper .tab-content table tr td,
  .tab-content-wrapper .tab-content table tr th {
    width: max-content;
    padding: 10px;
  }

  .charts-grid {
    grid-template-columns: 1fr;
  }

  /* .section-heading {
        font-size: 1.5rem
    } */

  .section-sub-heading {
    font-size: 1.3rem;
  }

  .admission__payment-methods,
  .admission__payment-option {
    flex-direction: column;
  }

  section {
    padding: 0.5rem 0;
  }

  .criteria__tabs {
    flex-direction: column;
    gap: 10px;
  }

  .admission__emi-title {
    font-size: 18px;
  }

  .admission__title {
    font-size: 24px;
  }

  .close-btn {
    right: 5px;
    top: -20px;
  }

  .custom-popup {
    width: 100%;
  }
  .label_sub_heading {
    /* font-weight: var(--light-font); */
    font-size: 12px;
    text-align: center;
    color: #ffffff;
    margin-top: 0px;
    line-height: 12px;
  }
  .navigation-buttons {
    grid-template-columns: 1fr;
    padding: 20px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 20px;
    background: #e7e7e7;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: -250px;
    max-width: 250px;
    transition: all 350ms ease-in-out;
    z-index: 999;
    height: auto;
  }

  .navigation-buttons a {
    background: #203e99;
  }

  /* kiran Added */
  .tools-wrapper .align-line {
    display: grid;
    grid-template-columns: repeat(1, max-content);
    gap: 20px;
    width: max-content;
    margin: auto;
  }

  .navigation-buttons.mobile-active {
    left: 0;
  }

  .mob-text-center p {
    text-align: center;
  }

  .icon_text_wrapper {
    width: 80%;
  }

  .float-top-arrow {
    bottom: 70px;
    right: 20px;
  }

  .stcicky_area {
    padding: 20px 0;
  }

  .sticky_section > div .label_heading,
  .sticky_section > div .label_sub_heading {
    text-align: left;
  }

  .sticky_section > div:first-child::before,
  .sticky_section div:nth-child(1)::after,
  .sticky_section div:nth-child(2)::after,
  .sticky_section div:nth-child(3)::after,
  .sticky_section div:nth-child(4)::after {
    display: none;
  }

  .section-description {
    text-align: center;
  }

  .mt-50 {
    margin-top: 0px;
  }
  .header-content {
    width: var(--width);
    max-width: var(--max-width);
    justify-content: space-between;
    padding: 10;
    margin: auto;
  }

  .hero-text-h1 {
    font-size: 20px;
  }
  header {
    border-bottom: 4px solid #ffd92a;
    background: #fff;
    padding: 10px;
  }
  .header-content img {
    display: block;
    width: 60%;
  }

  .about .image-wrapper .main-image {
    display: none;
  }

  .admission__emi-logos {
    /* display: inline; */

    justify-content: center;
    gap: 10px;
  }

  .admission__emi-logo {
    max-width: 60px;
  }

  .admission__emiLogos--container {
    margin: 10px auto;
  }

  .images-of-accre img {
    width: 100px;
  }

  .sticky_section {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .wrapper {
    grid-template-columns: 1fr;
  }
  .banner-section .wrapper .child-1 span {
    font-size: 2rem;
    color: #fff;
    line-height: 2.4rem;
  }
  .banner-section {
    background-image: none;
    background-image: linear-gradient(to bottom, #b10f56, #b44469);
    padding: 10px 0px;
  }
  .banner-section .wrapper .child-1 .hero-text {
    font-size: 2.2rem;
    line-height: 2rem;
  }
  .topul {
    font-size: 1.3rem;
    line-height: 2rem;
    color: #ffffff;
    /* margin-left: 0px; */
    list-style-type: none;
  }

  .topul li > img {
    
  }

  /* .banner-section .banner-small-text {
        font-size: 1.15rem;
    } */

  .two-columns_align {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .two-columns_align .col-1-align::after {
    display: none;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .program-content-tabs {
    grid-template-columns: 1fr;
  }

  .no-cost-emi-sec .description {
    text-align: justify;
  }

  .icon-row-btn {
    flex-direction: column;
    align-items: start !important;
  }

  .icon-row-btn .icon-row-btn {
    display: grid;
    grid-template-columns: 1fr;
  }

  .icon-row-btn div:not(:last-child) {
    margin-bottom: 20px;
  }

  .full-payment-sec .icon-row-btn img {
    margin-bottom: 20px;
  }

  .eligibility-wrapper {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
    border: none;
  }

  .eligibility-wrapper .tab-content-wrapper {
    padding: 0;
    border: none;
  }

  .faculty-grid {
    grid-template-columns: 1fr;
  }

  .work-tabs .tab-btns,
  .overview-tabs .tab-btns {
    flex-direction: column;
  }

  /* .testimonial {
        margin-left: 0;
        margin-right: 0;
    } */

  .glider-prev {
    left: 0;
  }

  .glider-next {
    right: 0;
  }

  .no-cost-emi-sec .white-btn {
    margin-top: 20px;
  }

  .form-popup {
    width: 90%;
  }

  .section-imgs {
    padding-bottom: 5rem;
  }

  .download-btn {
    font-size: 1.1rem;
  }

  .icons-grid {
    max-width: 100%;
    grid-template-columns: 1fr;
  }

  .icons-grid.grid-2 {
    grid-template-columns: 1fr;
  }

  .program-content-tab .program-tab-title {
    text-align: center;
  }

  .icon_text_wrapper .icon-background-circle {
    height: auto;
    width: auto;
  }

  .circle-color-1,
  .circle-color-2,
  .circle-color-3 {
    background: none !important;
  }
}

@media screen and (min-width: 768px) {
  .mobile-right-arrow {
    display: none;
  }

  .desk-pb-6 {
    padding-bottom: 6rem;
  }

  .sticky_section > div .label_sub_heading.small {
    font-size: 0.75em;
  }

  .align-form-desk {
    display: grid;
    align-items: center;
    justify-content: center;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .tabs-ones ul li {
    display: inline-block;
    width: 100%;
    padding: 10px;
    background: #fff;
    font-size: 15px;
    line-height: 20px;
    list-style-type: decimal !important;
    border: 1px solid #ddd;
    margin-bottom: 5px;
  }
  .tabs-ones2 ul li {
    display: inline-block;
    width: 100%;
    padding: 10px;
    background: #fff;
    font-size: 15px;
    line-height: 20px;
    list-style-type: decimal !important;
    border: 1px solid #ddd;
    margin-bottom: 5px;
  }
  .boxes-main-container {
    grid-template-columns: 1fr 1fr;
  }

  .main-container-program {
    grid-template-columns: 100%;
  }

  .img-blank {
    height: 400px;
  }

  .header-content a {
    /* display: none; */
  }
  .top-strip.show {
    display: none !important;
  }

  .box-one-main {
    padding: 10px 15px;
    margin: 5px;
    height: 140px;
  }

  section.dummy-showcasing-list {
    padding: 15px 0px;
  }

  .boxes-main-container::after {
    height: 315px;
  }
}
