@media screen and (min-width:0) and (max-width:1366px) {
    .form-sec {
 
        right: 40px;
        width: 288px;
         
    }
      .input {
         
        height: 28px;
         
    }  
}

@media screen and (min-width:0) and (max-width:991px) {

}


@media screen and (min-width:0px) and (min-width:768px) {

    .banner-logo img {
        height: 5rem;
    }
    .form-sec.formbottom {
        position: fixed;
        right: -900px;
    }
    .form-sec.formbottom.sticky {
        position: fixed;
        right: 41px;
        transform: translateY(-50%);
        top: 50%;
    }
    .applybtn.sticky a {
        display: block;
        background: #0c1b30;
        position: fixed;
        right: -51px;
        top: 50%;
        bottom: auto;
        width: 142px;
        transform: rotate(90deg);
        border-radius: 3px;
        font-size: 17px;
    }

}

@media screen and (min-width: 0) and (max-width: 767px) {
    .applybtn.sticky a {
        display: block;
        z-index: 999;
    }.applybtn a {
        display: block;
        background: #eb2544;
    }
        .form-sec {
        position: static;
        top: 22%;
        right: 40px;
        width: 94%;
         
        margin: 20px auto 20px;
    }
}
@media screen and (min-width:0px) and (max-width:576px) {

    header{
        height: 100vh;
        position: relative;
        z-index: 10;
    }
    header::after{
        /* content: ""; */
        height: 100vh;
        width: 100%;
        background: url(../img/Banner.jpg);
        background-position: 50%;
        background-repeat: no-repeat;
        position: absolute;
        z-index: -1;
        right: 0;
    }
    .banner-logo img {
    height: 4rem;
}   
.banner-logo {
    position: absolute;
    top: 3rem;
    left: 0rem;
    margin: 0rem 2rem;
}

    .banner{
        display: none;
    }
    .banner-text {
        top: 33%;
    }
    .pos-img-wrap{
        display: none;
    }
    .faculty-detail-wrap {
        background: #eb2544;
        height: 100%;
        width: 100%;
        display: flex;
        flex-flow: column;
        padding: 2rem 1rem;
        /* align-items: center; */
        justify-content: center;
    }
    #sync2{
        display: none;
    }
    .stipend-text {
        width: 100%;
    }
    .box-between-descr {
    
        bottom: 18%;
    }
    h1 {
        font-size: 6rem;
    }
    .stipend-text {
        position: initial;
        padding-top: 2rem;
    }
    .stipend-text h3 {
        font-size: 2.5rem;
        color: #7a7a7a;
    }
    .stipend-text p {
        color: #7a7a7a;
    }
    footer {
        margin-bottom: 4rem;
    }

    .stipend-text ul li {
    
        color:#7a7a7a !important; 
    
    }
    .stipend-text ul {
    padding-left: 2rem;
    position: relative;
    }
    
}




