@media only screen and (min-width: 320px) and (max-width: 425px) {

    .form {
        display: none;
    }

    .mobile-views-bttom {
        display: contents;
    }

    .forms.col-lg-12.col-12 {
        padding-left: 21px;
    }

    .navbar-brand {
        width: 150px;
        padding-top: .3125rem;
        padding-bottom: .3125rem;
        margin-right: 1rem;
        font-size: 1.25rem;
        text-decoration: none;
        white-space: nowrap;
    }

    img.logo.logo-display {
        width: 270px;
    }



    .content {
        margin-top: 40px;
        text-align: center;
        margin-bottom: 40px;
    }



    .banner-area .form-info {
        margin-bottom: 16px;
        overflow: hidden;
        padding: 30px;
        position: relative;
        z-index: 1;
    }

    a.nav-link {
        color: rgb(255, 255, 255) !important;
        font-family: "Jost", sans-serif;
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 0.06em;
        padding: 5px 5px;

    }

    .navbar-expand-sm .navbar-nav {
        margin-left: 0;
    }

    .banner-area.content-double .double-items {
        flex-direction: column;
        align-items: center;
        align-self: center;
        display: flex;
        justify-content: center;
        vertical-align: middle;
    }

    .default {
        margin-top: 20px;

    }

    .banner-area .form-info {
        width: 323px;
        margin-top: 45px;
        margin-bottom: 45px;
        overflow: hidden;
        padding: 30px;
        position: relative;
        z-index: 1;
    }

    img.about-images-bar {

        margin-left: 20px;
        border-radius: 9px;
        width: 302px;
    }


    .navbar-expand-lg .navbar-nav {
        margin-left: 0px;
        flex-direction: row;
    }

    .contact-deatils {
        margin-left: -5px;
    }

    .copy-right,
    .text-right.link {
        text-align: center;
    }

    .text-right.link {
        margin-left: -16px;
        text-align: center;
    }

    .address-list {
        margin-top: 20px;
    }

    .admission-heading {
        font-size: 22px;
        color: #ffffff;
        margin-bottom: 15px;
        font-weight: normal;
    }



    .carousel-indicators [data-bs-target] {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: 11px;
        height: 3px;
        padding: 0;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #000000;
        background-clip: padding-box;
        border: 0;
        border-top: 10px solid #00000000;
        border-bottom: 10px solid transparent;
        opacity: .5;
        transition: opacity .6s ease;
    }

    .carousel-indicators {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
        display: flex;
        justify-content: center;
        padding: 0;
        margin-right: 15%;
        margin-bottom: 0rem;
        margin-left: 15%;
    }

    .heading-part.text-center h3 {
        font-weight: 900;
        font-size: 20px;
    }

    .contact-locations iframe {
        width: 349px;
    }

    .contact-details {
        height: 245px;
        border-radius: 10px;
        padding: 30px;
        background-color: #04274e;
    }
}

@media only screen and (min-width: 426px) and (max-width: 768px) {
    .rr-service-1-content-2 {
        height: 278px;
        padding: 9px;
        background-color: white;
    }

    .navbar-expand-sm .navbar-nav {
        margin-left: -225px;
    }

    .payment-sections img {
        height: 300px;
        width: 300px;
        margin-left: 0px;
    }


    img.logo.logo-display {
        width: 215px;
    }

    .banner-area .form-info {

        width: 346px;
        margin-top: 45px;
        margin-bottom: 45px;
        overflow: hidden;
        padding: 30px;
        position: relative;
        z-index: 1;
    }



    img.about-images-bar {
        margin-left: 0px;
        border-radius: 9px;
        width: 279px;
    }

    .contact-deatils {
        margin-top: 12px;
        margin-left: 8px;
    }

    .mobile-views-form {
        display: show !important;
    }
}