.online-agency {
    position: absolute;
    top: 100px;
    right: 80px !important;
    width: 500px !important;
    max-width: 100%;
}

.login-box-inr {
    background: #fff;
    width: 100%;
    float: left;
    text-align: center;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    padding: 0 20px;
}

@media (max-width:1024px) {
    .online-agency {
        position: relative;
        top: 0 !important;
        right: 0 !important;
        margin-top: 50px;
        width: 100% !important;
        margin-bottom: 30px;
        float: left;
    }

        .online-agency .login-box {
            margin: 0;
            width: 500px;
            max-width: 100%;
            margin: auto;
            min-height: auto;
        }
}
@media (max-width:767px) {
    .online-agency{
        position: relative;
    }
    html,
    body {
        max-width: 100%;
        overflow-x: hidden;
    }

    .navbar-brand img {
        width: 200px;
    }

    section {
        padding-top: 50px;
    }

    .section-heading h2 {
        font-size: 35px;
        font-weight: 700;
    }

    .number-card {
        padding: 1rem;
    }

    .number-card h5 {
        font-size: 30px;
    }

    .number-card p {
        font-size: 16px;
    }

    /* .number-card-p::before {
        content: '';
        position: absolute;
        top: 10%;
        right: 5px;
        height: 80%;
        width: 3px;
        background: linear-gradient(to bottom, #ff7e5f, #feb47b);
        background: linear-gradient(to bottom, #00A2B9 0%, #633c21 100%);
        background-clip: content-box;
        display: block;
        padding-left: 2px;
        border-left: 2px solid transparent;
        border-right: 2px solid transparent;
        box-sizing: content-box;
    } */

    .number-card-p::after {
        content: '';
        position: absolute;
        top: 10%;
        right: 0;
        height: 80%;
        width: 3px;
        background: linear-gradient(to top, #00A2B9 0%, #633c21 100%);
        background-clip: content-box;
        display: block;
        padding-left: 2px;
        border-left: 2px solid transparent;
        border-right: 2px solid transparent;
        box-sizing: content-box;
    }

    .number-card p br {
        display: none;
    }

    .number-card::before,
    .number-card::after {
        display: none;
    }

    .banner {
        min-height: unset;
        padding: 30px 0 30px 0;
        height: fit-content;
    }

    .banner-content h4 {
        font-size: 16px;
    }

    .banner-content h1 {
        font-weight: 700;
        font-size: 24px;
        line-height: 1;
        margin-bottom: 1rem;
    }

    .banner-content h3 span {
        color: #000;
        font-weight: 700;
    }

    .admi-open {
        padding: 8px 15px !important;
        font-size: 12px !important;
    }

    .banner-content h3 {
        font-size: 18px;
        font-weight: 600;
    }

    .nav-right-m {
        display: flex !important;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    .nav-right a img {
        height: 50px;
        width: 50px;
        /* max-width: 70px;
        height: auto; */
    }
    .nav-right-d {
        display: none !important;
    }

    .nav-right p {
        font-size: 11px;
        font-weight: 600;
        margin: 0;
    }

    .program-overview {
        text-align: center;
    }

    .program-overview h2 {
        font-size: 30px !important;
        text-align: center;
        margin-bottom: 1rem;
    }

    .program-overview h2 br {
        display: none;
    }

    .program-card-wrap {
        flex-wrap: wrap;
    }

    .program-card {
        width: 100%;
        margin-bottom: 1rem !important;
        height: 300px;
    }

    .place-no span {
        font-size: 50px;
    }

    .m-fs-12 {
        font-size: 12px;
    }

    .about-img-wrap {
        padding-right: 0;
        margin-bottom: 1rem;
    }

    .about-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .degree h2 {
        font-size: 35px !important;
        text-align: center;
    }

    .degree p {
        font-size: 20px !important;
        text-align: center;
        margin-bottom: 2rem;
    }

    .campus-video {
        height: 300px;
    }

    .timeline {
        flex-direction: column;
        gap: 30px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .timeline::before {
        display: none;
        /* hide the horizontal line */
    }

    .timeline-step {
        width: 100%;
    }

    .accordion {
        flex-direction: column;
    }

    .accordion .wrap {
        width: 100%;
    }

    footer {
        padding-top: 30px;
        text-align: center;
    }

    footer img {
        margin-bottom: 1rem;
    }
    .banner-content h3 span.h-span2 {
        font-size: 32px;
    }
    
}
.program-card.single{
    display: flex !important;
    flex-direction: row;
}
.p-card-left{
    /* width: 30%; */
}

.p-card-right{
    /* flex: 1; */
    border-left: 1px solid #00bcd4;
}
.p-card-left p{
    font-size: 16px;
}
.p-card-right li{
    list-style: none;
    margin-bottom: 0.7rem;
}
.p-card-right li i{
    font-size: 20px;
    color: #00bcd4;
    width: 30px;
    /* display: flex;
    align-items: center;
    justify-content: center; */
}
.p-card-right li b{
    font-size: 18px;
}