@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;
    }
}

@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;
    }
}