@media only screen and (max-width: 768px) {
    body {
        background-size: cover !important;
        background-position: center;
        /* background-image: url("../img/Android\ Large\ -\ 3.png")!important */
    }

    .glass-bg {
        all: unset;
    }

    .glass-bg .card {

        margin: 10px 5px !important;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        background-color: white !important;
    }

    section {
        flex-direction: column !important;
        top: 0;
        height: 100vh;
        overflow-y: hidden;
    }

    .py-50 {
        padding: unset;
        background: unset !important;
    }

    .box-width {
        position: relative;
        left: unset;
        transform: unset;
    }

    .mobile-display-none {
        display: none !important;
    }

    .navbar {
        display: block !important;
    }

    .row {
        height: fit-content !important;
    }

    .row>* {
        padding-right: unset !important;
        padding-left: unset !important;
    }

    .modal-content form input {

        width: 35px;
        height: 35px;
        margin-right: unset;


    }

    .user-info {
        padding: 0px !important;
    }

    /* .slider {
        opacity: 0 !important;
        height: 0 !important;
    } */
    small {
        font-size: .73em !important;
    }

    .box-width {
        max-width: 700px;
        box-shadow: unset;
    }

    .box-width .col-md-6:nth-child(2) {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100% !important;
    }

    .box-width .border-radius-right {
        border-radius: 12px !important;
        padding: 10px !important;
        width: 18rem !important;
        /* background: unset; */
        background-color: rgba(255, 255, 255, 0.192) !important;
        backdrop-filter: blur(10px) !important;
        border: 1px solid rgba(255, 255, 255, 0.5) !important;
      
    }
   

    .bg-alice-blue {
        display: none !important;
    }

    .logo {
        left: 0px;
    }

    .logo img {
        width: 100px;
    }
}

@media only screen and (max-width: 350px) {
    body {
        background-image: url("../img/mb-bg3.png") !important;
        background-position: unset;
    }

}

@media only screen and (768px <=width <=830px) {
    .box-width {
        max-width: 730px !important;
    }
}

@media only screen and (max-width: 900px) {
    .box-width {
        max-width: 730px;
    }
}

@media only screen and (901px <=width <=1000px) {
    .box-width {
        max-width: 800px;
    }
}

@media only screen and (1001px <=width <=1100px) {
    .box-width {
        max-width: 900px;
    }
}

/* @media screen and (max-height:650px) and (min-width:768px) {
    section {
        top: 150px;
    }
} */

@media screen and (min-height:700px) and (min-width:1024px) {
    section {
        top: 200px;
    }
}

@media screen and (min-height:900px) and (min-width:1250px) {
    section {
        top: 250px;
    }
}

@media screen and (min-width:750px) and (min-height:1000px) {
    body {
        background-size: cover !important;
        background-image: url("../img/m-bg.png") !important
    }

    section {
        flex-direction: column !important;
        top: 0;
        height: 100vh;
        overflow-y: hidden;
    }

    .navbar {
        display: block !important;
    }

    .navbar img {
        width: 250px !important;
        height: 250px !important;
    }
}


@media screen and (max-width: 768px) {}