@media screen and (max-width: 767px) {
    .npf_wgts iframe {
        height: 690px !important;
    }
    .sliderRightFm {
    position: relative;
    top: 2rem;
    right: 0%;
    width: 100%;
    }
    .ugcimg {
        height: 55px;
    }
}

@media screen and (min-width:1200px) and (max-width: 1600px) {
    .sliderRightFm {
        margin-left: -5rem;
    }
}

@media screen and (min-width:768px) and (max-width: 1199px) {
    .sliderRightFm {
        margin-left: -12rem;
    }
}
@media screen and (max-width:1200px){
    .pindustab {
    width: 100%;
}
}

@media screen and (max-width: 1024px) {
    .navbar-nav .nav-link {
        margin-right: 15px;
    }
}

@media screen and (max-width: 768px) {
    a.btn.btn-red.grohBtn{
        width: 100%;
    }
    .navbar-nav .nav-link {
        margin-right: 0px;
        font-size: 14px;
    }
    .navbar-header img {
        width: 200px;
    }
    .slider-Sec {
        margin-top: 10rem;
    }
}

@media screen and (max-width: 768px) {
    .slider-Sec {
        margin-top: 62px;
    }
    .navbar-nav .nav-link {
        font-size: 18px;
    }
    .navbar-nav {
        float: left;
        margin: 2rem 0;
    }
    .navbar-nav>li>a {
        line-height: inherit;
    }
    .nav-item {
        margin-bottom: 20px;
    }
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: white;
    }
}

@media screen and (max-width: 575px) {
    /* .adProcees-Sec {
        background-image: url(../img/bg-process-nw.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 100%;
    } */
    .adProcees-Sec {
        background: none;
    }
    .pros {
        width: 100%;
    }
    .adProceesblank {
        height: 0;
    }
}

@media screen and (min-width: 576px) {
    .pros {
        display: none;
    }
    
}

@media screen and (max-width: 767px) {
    .navbar-header img {
        max-width: 160px;
    }
    /* .mb-bt {
        display: block;
    } */
    .d-mb-d {
        display: none;
    }
    .mb-bt {
        display: block;
    }
    .btn-call {
        margin-top: 5px;
        margin-bottom: 15px;
        margin-left: 8px;
        font-size: 12px;
    }
    /* .adProcees-Sec {
        padding: 35px 3.5% 65px 3.5%;
        background-image: url(../img/bg-process.png);
        background-repeat: no-repeat;
        background-size: 100% 100%
    }
    .adProcees-Sec .adProceesHed {
        font-size: 32px;
        line-height: 1.2;
        margin-bottom: 90px;
        color: #fff
    }
    .adProcees-Sec .adProcees-listing-item {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 32px
    }
    .adProcees-Sec .adProcees-listing-item::last-child {
        margin-bottom: 0
    }
    .adProcees-Sec .adProcees-listing-number {
        width: 40px;
        height: 40px;
        color: #200c08;
        font-size: 24px;
        font-weight: bold;
        background-color: #fff;
        border-radius: 50px;
        padding: 0 3px;
        border: 2px solid #424243
    }
    .adProcees-Sec .adProcees-listing-desc {
        color: #fff;
        font-size: 14px;
        line-height: 20px;
        margin-left: 20px;
        width: calc(100% - 60px)
    } */
}

@media screen and (min-width: 768px) {
    .mb-bt {
        display: none;
    }
}

@media screen and (max-width: 1366px) {
    .Cshool-Sec {
    padding: 60px 40px;
}
    .navbar-header img {
        /* width: 270px; */
        height: 60px;
    }
}
@media screen and (max-width: 1300px) {
.timeline-step {
    width: 250px;
}
.step-desc {
    font-size: 14px;
}
}

/* Mobile Timeline Refactor (Under 992px) */
@media screen and (max-width: 991px) {
    .navbar-header img {
        max-width: 180px;
    }
    .navbar-nav .nav-link {
        margin-right: 0px;
        padding: 8px;
    }
    .admission-timeline {
        padding: 40px 0;
    }
    
    .timeline-heading {
        font-size: 32px !important;
        margin-bottom: 40px;
    }

    .timeline-wrapper {
        height: auto;
        padding-left: 30px;
        position: relative;
    }

.timeline-road-bg {
    display: block !important;
    position: absolute;
    top: -35px;
    left: 25px;
    height: calc(100% + 45px);
    background: url('../img/strightroad.svg') repeat-y center;
    background-size: contain;
    transform: none;
    z-index: 1;
    background-position: left;
}

    .timeline-step {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        bottom: auto !important;
        width: 100% !important;
        max-width: none !important;
        margin: 0 0 25px 0 !important;
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        text-align: left !important;
    }

    /* Reverse steps for mobile should also be left-aligned */
    .timeline-step.step-2, .timeline-step.step-4 {
        flex-direction: row !important;
        text-align: left !important;
    }

.step-icon-circle {
    position: absolute;
    width: 80px;
    height: 80px;
    z-index: 10;
    border-radius: 50%;
    display: flex;
    left: -30px;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

    /* .step-icon-circle img {
        width: 45px;
        height: 45px;
    } */

    .step-num-mob {
        position: absolute;
        top: -5px;
        right: -5px;
        background: #F7931D;
        color: #fff;
        width: 26px;
        height: 26px;
        border-radius: 50%;
        font-size: 11px;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px solid #fff;
    }

    .step-connector {
        position: absolute;
        left: 43px;
        width: 30px;
        height: 2px;
        background: #bbb;
        z-index: 1;
    }

    .step-box {
        width: calc(100% - 20px) !important;
        margin-left: 70px !important;
        padding: 15px !important;
        border-radius: 15px !important;
    }

.step-label {
    /* margin: -22px 0 5px 0 !important; */
    /* font-size: 14px !important; */
    /* background: none !important; */
    /* border: none !important; */
    margin-left: 0;
    margin-right: auto;
    /* color: #200C08 !important; */
    /* padding: 0 !important; */
    text-align: left !important;
    /* display: inline-block; */
    /* width: auto; */
    font-size: 12px;
    display: flex;
    justify-content: flex-start;
}
    
    .timeline-step.bottom .step-label {
        margin-bottom: 5px !important;
        border-radius: 0 !important;
        padding-top: 0 !important;
    }

    .step-desc {
        font-size: 12px !important;
        min-height: auto !important;
        color: #fff !important;
    }
    
    .timeline-step.step-2 .step-box, 
    .timeline-step.step-4 .step-box {
        flex-direction: column !important; /* Undo reversal for mobile */
    }
}
