@media screen and (max-width:767px) {
    :root {
        --width: 90%;
    }

    .same-row {
        grid-template-columns: 1fr;
        gap: 0
    }

    .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
    }

    .sticky_section>div:not(:last-child) {
        border: none !important
    }

    .sticky_section {
        grid-template-columns: 1fr
    }

    .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,
    .sticky_section div:nth-child(5)::after {
        display: none;
    }

    .section-description {
        text-align: center;
    }

    .mt-50 {
        margin-top: 0px;
    }

    .header-content img {
        margin: auto;
        display: block;
    }

    .banner-section {
        background-color: #203e99;
        background-image: none;
    }

    .banner-section .wrapper .child-1 .hero-text {
        font-size: 1.6rem;
        line-height: 2rem;
    }

    /* .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(1, 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;
    }
}