@media screen and (max-width:767px) {

    .banner-section .wrapper,
    .charts-grid,
    .eligibility-wrapper,
    .faculty-grid,
    .grid-alignments-2,
    .icon_text_grid,
    .icon_text_grid.grid-2,
    .icons-grid,
    .icons-grid.grid-2,
    .navigation-buttons,
    .program-content-tabs,
    .same-row,
    .sticky_section,
    .tab-btns,
    .testimonial-grid,
    .tools-wrap,
    .tools-wrapper,
    .tools-wrapper .align-line,
    .two-columns_align {
        grid-template-columns: 1fr
    }

    :root {
        --width: 90%
    }

    .custom-popup,
    .tab-btns,
    .tab-btns .tab-btn {
        width: 100%
    }

    .same-row {
        gap: 0
    }

    .banner-section {
        background-image: none;
        background-color: #660106;
    }

    .sticky_section>div:not(:last-child) {
        border: none !important
    }

    .tab-btns {
        display: grid !important
    }
    .sticky_section {
        grid-template-columns: 1fr 1fr;
        row-gap: 40px;
    }
    
    .sticky_section img {
        width: 100px !important;
    }
    .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
    }

    .section-sub-heading {
        font-size: 1.3rem
    }

    section {
        padding: .5rem 0
    }

    .close-btn {
        right: 5px;
        top: -20px
    }

    .navigation-buttons {
        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: 350ms ease-in-out;
        z-index: 999;
        height: auto
    }

    .navigation-buttons a {
        background: #203e99
    }

    .glider-prev,
    .navigation-buttons.mobile-active {
        left: 0
    }

    .mob-text-center p,
    .program-content-tab .program-tab-title,
    .section-description {
        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::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:first-child::before,
    .two-columns_align .col-1-align::after {
        display: none
    }

    .mt-50 {
        margin-top: 0
    }

    .header-content img {
        margin: 0;
        display: block
    }

    hr {
        height: 1.5px;
    }
    .banner-section .child-2 .form-wrapper .heading {
        font-size: 1.1rem;
        font-weight: var(--strong-font);
        text-transform: uppercase;
        margin-bottom: 20px;
    }
    .top-strip{display: none;}
    .topul {
        font-size: 1.1rem;
        line-height: 2.1rem;
        color: #ffffff;
        margin-top: 15px;
        margin-left: 0px;
        list-style-type: none;
    }
    .banner-section .wrapper .child-1 .hero-text {
        font-size: 2.5rem;
        line-height: 2.4rem;
    }

    .banner-section .wrapper .child-1 span {
        

        font-size: 1.6rem;
        line-height: 2rem;
    }

    .two-columns_align {
        gap: 30px
    }

    .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
    }

    .full-payment-sec .icon-row-btn img,
    .icon-row-btn div:not(:last-child) {
        margin-bottom: 20px
    }

    .eligibility-wrapper {
        padding-left: 0;
        padding-right: 0;
        border: none
    }

    .eligibility-wrapper .tab-content-wrapper {
        padding: 0;
        border: none
    }

    .overview-tabs .tab-btns,
    .work-tabs .tab-btns {
        flex-direction: column
    }

    .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%
    }

    .icon_text_wrapper .icon-background-circle {
        height: auto;
        width: auto
    }

    .circle-color-1,
    .circle-color-2,
    .circle-color-3 {
        background: 0 0 !important
    }

    .tools-wrap {
        width: 100%;
        /* margin: auto; */
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
}

@media screen and (min-width:768px) {
    .mobile-right-arrow {
        display: none
    }

    .desk-pb-6 {
        padding-bottom: 4rem
    }

    .sticky_section>div .label_sub_heading.small {
        font-size: .95em
    }
}

@media (min-width: 320px) and (max-width: 767px){
    .program-flex-main{
        grid-template-columns: 100%;
    }

    .img-blank {
        height: 400px;
    }
}