@media screen and (min-width: 320px) and (max-width: 768px) {
    .section-padding-sm {
        padding: 60px 0 !important;
    }

    .bottom-sm-padding {
        padding-bottom: 0 !important;
    }

    .top-sm-padding {
        padding-top: 0 !important;
    }

    .page-banner {
        padding: 0 8px;
        height: 200px;
    }

    .header-logo {
        width: 120px;
    }

    .navbar-toggler {
        background-color: #fff !important;
        transition: all 0.3s ease-in-out !important;
    }

    .navbar-toggler:focus {
        box-shadow: none !important;
        border: 2px solid var(--main-color);
    }

    .display-text {
        font-size: 28px;
        line-height: 39px;
    }

    .home-banner .banner-content {
        padding-top: 35px;
    }

    .home-banner {
        flex-direction: column;
        align-items: flex-start;
        max-height: unset;
        height: unset;
    }

    .about-section {
        padding: 80px 0 80px 0;
    }

    .section-title {
        font-size: 24px;
                letter-spacing: -1px;
    }

    .faculty-section-box {
        padding: 32px;
    }

    .footer-cta-head {
        font-size: 24px !important;
        line-height: 32px !important;
    }

    .experts-left {
        width: 100%;
    }

    .experts-right {
        width: 100%;
        padding: 24px;
    }

    .cta-banner {
        padding: 24px;

        .cta-head {
            font-size: 24px !important;
            line-height: 32px !important;
        }
    }

    .admission-process-section::before {
        top: 239px;
    }

    .admission-process-section .admission-card {
        margin-top: 0 !important;
    }

    .admission-process-section .step-box::before {
        height: 340px;
    }

    .admission-process-section .step-box.step4::before {
        height: 140px;
    }

    .program-details {
        padding: 16px;
    }

    .model-step1::before {
        height: 702px;
    }

    .waveflow {
        display: none;
    }

    .learn-infographics .info-milestone {
        position: static;
        align-items: center;
        padding: 16px;
        border: 1px solid #f0f0f0;
        border-radius: 15px;
        background-color: #ffffff;
        position: relative;
                left: unset !important;
        bottom: unset !important;
        top: unset !important;
        right: unset !important;
    }

    .loop-section .loop-section-content {
        position: static;
    }

    .learn-infographics {
        margin-top: 53px;
                display: flex;
        flex-direction: column;
        align-items: center;
        gap: 32px;
    }

    .learn-infographics .info-milestone .info-circle {
        display: none;
    }

    .learn-infographics .info-milestone .milestone-icon svg {
        width: auto;
        height: 50px;
        color: var(--main-color);
        animation: none;
    }

    .learn-infographics .info-milestone.learn::before {
                content: '';
        position: absolute;
        top: 120px;
        border-right: 3px dashed #d7c590;
        height: 500px;
        left: 50%;
        z-index: -1;
    }
    .programs-card {
        width: unset;
        margin: 0;
    }
    .curriculum-section {
        padding-top: 0;
    }
    .program-page-initial {
    padding-top: 55px;
}
.eligibility-point svg {
    height: fit-content;
}
.single-program-main-head {
    font-size: 24px;
    letter-spacing: -1px;
}
.curriculum-accordian .accordion-button {
    font-size: 16px;
}
.curriculum-accordian .accordion-body {
    padding: 24px;
}
.evaluation-card .seventy-percent, .evaluation-card .thirty-percent {
    font-size: 56px;
    top: -42px;
}
.single-cta-banner {
    padding: 24px;
}
.single-cta-banner .cta-person {
    display: none;
}
.single-cta-banner .section-title {
    line-height: 34px;
}
.cta-illus {
    display: none;
}
.single-cta-banner .cta-circle{
    position: absolute;
    top: -410px;
    opacity: 0.25;
}
.about-section .circle-logo {
    height: 100px;
    width: 100px;
}

.chairman-section .chairman-box {
    padding: 0;
}

.chairman-section .chairman-name {
    font-size: 30px;
}
.chairman-section .para-l {
    line-height: 27px;
    font-size: 16px;
    margin-bottom: 34px;
}
.chairman-section .quotes {
    position: absolute;
    top: 360px;
    left: unset;
    right: 10px;
    transform: rotate(180deg);
}
.home-banner .affiliated-logo {
    width: 170px;
}
}



@media screen and (min-width: 1020px) and (max-width: 1370px) {
    .home-banner {
        height: 100vh;
    }

    .home-banner .banner-content {
        padding-top: 0;
    }

    .banner-cards .banner-card {
        min-height: 211px;
    }
}

@media screen and (min-width: 2000px) {
    .home-banner {
        height: 800px;
    }
}

@media screen and (max-width: 1020px) {}

@media screen and (max-width: 700px) {}


@media (resolution: 1.25dppx) {
    .home-banner {
        height: 90vh;
    }

    .home-banner .banner-content {
        padding-top: 25px;
    }
}