@media screen and (max-width: 767px) {
  :root {
    --width: 90%;
  }

  .same-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

      .installment{
    grid-template-columns: 1fr;
  }

  .header-content img {
    width: 110px;
    height: 90px;
  }

  .banner-section {
    background-image: none;
    background: #f0f0f0;
    padding: 15px 0px;
  }

  .banner-section .wrapper {
    grid-template-columns: 1fr;
  }

  .grid-alignments-2 {
    grid-template-columns: 1fr;
  }

  .icon_text_grid,
  .icon_text_grid.grid-2 {
    grid-template-columns: 1fr;
  }

  .banner-section .child-2 .form-wrapper .heading {
    font-size: 1.2rem;
  }

  .sticky_section > div:not(:last-child) {
    border: none !important;
  }

  .sticky_section {
    grid-template-columns: 1fr;
    place-items: center;
  }

  .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;
  }

  section {
    padding: 0.5rem 0;
  }

  .close-btn {
    right: 5px;
    top: -20px;
  }

  .custom-popup {
    width: 100%;
  }

  .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;
  }

  .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 img {
    display: block;
  }

  .banner-section .wrapper .child-1 .hero-text {
    font-size: 1.6rem;
    line-height: 2rem;
    margin: 0;
    background: #ffc215;
  }

  /* .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: repeat(2, 1fr); */
    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: 4rem;
    padding-top: 3rem;
  }

  .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: 130px;
    width: 130px;
  }

  /* .circle-color-1,
  .circle-color-2,
  .circle-color-3 {
    background: none !important;
  } */

  .tools-wrapper {
    grid-template-columns: 1fr;
  }

  .tools-wrapper .align-line {
    /* display: grid; */
    grid-template-columns: 1fr;
  }

  .why-grid {
    grid-template-columns: 1fr;
  }

  .certificate {
    width: 320px !important;
    height: 226px !important;
  }
  .bottom-sec {
    padding-bottom: 3rem;
  }
}

@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.95em;
  }

  .sticky_section > div {
    /* height: max-content; */
  }

  .sticky_section {
    align-items: center;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .boxes-main-container {
    grid-template-columns: 1fr 1fr;
  }

  .main-container-program {
    grid-template-columns: 100%;
  }

  .banner-section .wrapper .child-1 .hero-text span {
    line-height: 1.8rem;
    color: #203e99;
    font-size: 20px;
  }

  span.banner-title {
    line-height: 2.1rem !important;
    font-size: 30px !important;
  }

  .img-blank {
    height: 400px;
  }

  .top-strip.show {
    display: none;
  }

  .box-one-main {
    padding: 10px 15px;
    margin: 5px;
    height: 130px;
  }

  section.dummy-showcasing-list {
    padding: 15px 0px;
  }

  .boxes-main-container::after {
    height: 220px;
  }

  .glider-next {
    right: 12px !important;
  }

  .glider-prev {
    left: 12px !important;
  }

  .box-main-container-2 {
    grid-template-columns: 100%;
  }

  .img-box {
    height: 400px;
  }

  .eligibility-wrapper .tab-content ul {
    margin-left: 0px;
  }

  .eligibility-wrapper {
    gap: 30px;
  }

  .main-container {
    grid-template-columns: 1fr;
}

section.banner-main{
  height: fit-content;
}

.boc-main-container {
  grid-template-columns: repeat(2,1fr);
  padding: 0 15px;
  width: auto;
  gap: 20px;
}

.form-de{
  width: 100%;
}

.content-de{
  width: auto;
  margin: 40px 15px 0;
}

.topul{
  width: auto;
  margin: 0 15px 40px;
}

.admision-content {
  grid-template-columns: 1fr;
}

div#main-form{
  padding: 30px 20px;
}

.col-lg-4 {
  flex: 0 0 80%;
  max-width: 80%;
}

.admission-boxes{
  padding: 20px;
  border-bottom: 0px solid #ffd92a;
  border-right: 5px solid #ffd92a;
}

.fee-boxes{
  padding: 20px 20px 50px;
}

.acc-main-1 img {
  width: 115px;
  height: 60px; 
}

.acc-main-1 h2 {
  font-size: 36px;
}

.acc-main-1 h3 {
  padding: 0 9px;
}

.form-container{
  height: auto;
  border-top: 0px solid #ffd92a;
  border-left: 5px solid #ffd92a;
}
}
