@media only screen and (max-width: 600px) {

    .logo img {
        height: 45px;
        width: auto;
        margin-left: 0em;
    }

    .ms-auto{
        margin-left: 0 !important;
    }

    .nav-item #nav-btn1 {
        margin-left: 0;
        margin-bottom: .8em;
    }

    .nav-item #nav-btn2 {
        margin-left: 0;
    }
    .banner {
        width: 100%;
        justify-content: center;
        padding-top: 2em;
        padding-bottom: 1em;
    }

    .banner h1 {
        margin-top: 1em;
        height: 50%;
        font-size: 27px;
    }

    .banner-inner{
        margin-left: 1em;
    }

    .btnn{
        width: 100%;
        margin:10px 0;
        text-align: center;

    }

    .banner h5 {
        margin-top: 3em;
        font-size: medium;
    }

    .btn-div {
        margin-top: 4em !important;
    }

    .btn-div button {
        width: 49%;
        height: 60px;
        font-size: 16px;
        padding: 0em 0em;
    }

    .btn-div #btn2 {
        margin-left: 0em !important;
    }

    .karosal-i .col-2 {
        margin-bottom: 1em;
    }

    .karousel img {
        margin: 2em 0;
        /* margin-left: 0; */
        justify-content: center;
        width: 100%;
    }

    .Karosal-img {
        margin-top: 2em;
    }

    .kard {
        position: absolute;
        padding: .5em .8em;
        background-color: white;
        right: 0px;
        top: 250px;
        width: 100%;
    }

    /* .section {
        padding-bottom: 8px;
    } */

    .services {
        padding: 2em 0;
        margin-left: 0;
    }

    .academic-section {
        margin: 0px;
    }

    .image-container #excellence-img {
        width: 100%;
        margin-top: 2em;
        object-fit: cover;
        height: 15em;
    }

    .updated-section {
        padding: 1em;
    }

    .updated-section-1 {
        padding: 0em;
    }

    .left img {
        object-fit: cover;
        border-radius: 6px;
    }


    .step {
        margin-bottom: 1em;
    }

    .rating-summary {
        background: #f3f4f6;
        /* display: inline-block; */
        padding: 10px 20px;
        border-radius: 20px;
        font-size: 14px;
        margin-top: 10px;
        /* margin-left: 10em; */
        text-align: center;
    }

    .email-box button {
        margin-top: 15px;
    }

    .contact-form {
        margin-top: 1em;
        margin-bottom: 2em;
        padding: 1em 1em;
    }

    .contact-section {
        padding: 0em 0;
    }


    .journey-section button {
        margin-bottom: 15px;
    }


    .about-us img {
        height: 20em;
    }

    .about-us h1 {
        margin-top: 1em;
    }

    .tab-header button {
        flex: 100%;
        text-align: left;
        border-bottom: 1px solid #eee;
    }

    .black-btn {
        padding: 12px 25px;
    }

    .orange-btn {
        padding: 12px 25px;
    }

    .success-card img{
        height:12em;
        object-fit: cover;
    }

    .why_uss h3{
        padding-left: 1em;
    }

    .why_uss ul{
        margin-left: 0em !important;
        padding-left: 1em;
    }

    #lg-p {
        height: auto !important;
    }
    
    #lg-p2{
        height: auto !important;
    }
}