﻿/* CSS Document */

/* Navigation */

@media only screen and (max-width: 1280px) {
    .nav-menu {
        position: fixed;
        left: -110%;
        top: 8rem;
        flex-direction: column;
        background-color: #fff;
        width: 102%;
        border-radius: 10px;
        text-align: center;
        transition: 0.3s;
        box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
        padding-left: 0px !important;
    }

        .nav-menu.active {
            left: 0;
            z-index: 1;
            top: 8rem;
        }

    .nav-item {
        margin: 1rem;
    }

    .hamburger {
        display: block;
        cursor: pointer;
        margin-right: 10%;
    }

        .hamburger.active .bar:nth-child(2) {
            opacity: 0;
        }

        .hamburger.active .bar:nth-child(1) {
            transform: translateY(8px) rotate(45deg);
        }

        .hamburger.active .bar:nth-child(3) {
            transform: translateY(-8px) rotate(-45deg);
        }

    .course {
        margin-left: 0px !important;
    }

    .hotspot-item {
        max-width: 100% !important;
    }

    video {
        width: 100% !important;
    }

    .margin-left {
        margin-left: 0px !important;
    }

    textarea {
        width: 100% !important
    }

    td {
        padding: 0px !important;
    }

    .expand {
        margin-left: 15px !important;
    }

    .fc-1 {
        width: 100% !important;
    }

    .hotspot-item {
        width: 8px !important;
        height: 8px !important;
        margin-left: -2px !important;
        margin-top: -5px !important;
        border: 5px solid #29666e !important;
    }

    .hs-content p {
        max-width: 95% !important;
    }

    .select {
        padding: 0px !important;
    }

    .languages {
        display: block !important;
    }
}

/* iPhone 12 PRO*/

@media only screen and (max-device-width : 390px) and (max-device-height : 844px) and (orientation : portrait) {


    .nav-logo {
        position: relative;
        left: 4%;
        width: 36% !important;
    }

    .profile {
        display: block !important;
        width: 91% !important;
        margin: 0 !important;
        padding: 20px !important;
        border-radius: 16px !important;
        text-align: center !important;
        background-color: var(--back-col-pref) !important;
    }

    .accessibility {
        flex-direction: column !important;
    }

    .acc-opt {
        margin-top: 20px !important;
    }

    .lessons {
        margin: 0 !important;
        padding: 12px !important;
        text-align: left !important;
        flex-direction: none !important;
        border-radius: 0px !important;
    }

    hbox {
        width: 100%;
        flex-direction: column !important;
    }

    img {
        width: 100%;
    }

    .login {
        flex-direction: column;
    }

    .course {
        margin-left: 0px !important;
    }

    .hotspot-item {
        max-width: 100% !important;
    }

    video {
        width: 100% !important;
    }

    .margin-left {
        margin-left: 0px !important;
    }

    textarea {
        width: 100% !important
    }

    td {
        padding: 0px !important;
    }

    .expand {
        margin-left: 15px !important;
    }

    .fc-1 {
        width: 100% !important;
    }

    .hotspot-item {
        width: 8px !important;
        height: 8px !important;
        margin-left: -2px !important;
        margin-top: -5px !important;
        border: 5px solid #29666e !important;
    }

    .hs-content p {
        max-width: 95% !important;
    }

    .select {
        padding: 0px !important;
    }

    .languages {
        display: block !important;
    }
}

@media only screen and (max-device-width : 844px) and (max-device-height : 390px) and (orientation : landscape) {
    .nav-logo {
        position: relative;
        left: 4%;
        width: 20% !important;
    }

    .profile {
        display: block !important;
        width: 91% !important;
        margin: 0 !important;
        padding: 20px !important;
        border-radius: 16px !important;
        text-align: center !important;
        background-color: var(--back-col-pref) !important;
    }

    .acc-opt {
        margin-top: 20px !important;
    }

    .lessons {
        margin: 0 !important;
        padding: 12px !important;
        text-align: left !important;
        flex-direction: none !important;
        border-radius: 0px !important;
    }

    hbox {
        width: 100%;
    }

    img {
        width: 100%;
    }

    .course {
        margin-left: 0px !important;
    }

    .hotspot-item {
        max-width: 100% !important;
    }

    video {
        width: 100% !important;
    }

    .margin-left {
        margin-left: 0px !important;
    }

    textarea {
        width: 100% !important
    }

    td {
        padding: 0px !important;
    }

    .expand {
        margin-left: 15px !important;
    }

    .fc-1 {
        width: 100% !important;
    }

    .hotspot-item {
        width: 8px !important;
        height: 8px !important;
        margin-left: -2px !important;
        margin-top: -5px !important;
        border: 5px solid #29666e !important;
    }

    .hs-content p {
        max-width: 95% !important;
    }

    .select {
        padding: 0px !important;
    }

    .languages {
        display: flex ;
    }
}




/* iPhone XR */

@media only screen and (max-device-width : 414px) and (max-device-height : 896px) and (orientation : portrait) {


    .nav-logo {
        position: relative;
        left: 4%;
        width: 36% !important;
    }

    .profile {
        display: block !important;
        width: 91% !important;
        margin: 0 !important;
        padding: 20px !important;
        border-radius: 16px !important;
        text-align: center !important;
        background-color: var(--back-col-pref) !important;
    }

    .accessibility {
        flex-direction: column !important;
    }

    .acc-opt {
        margin-top: 20px !important;
    }

    .lessons {
        margin: 0 !important;
        padding: 12px !important;
        text-align: left !important;
        flex-direction: none !important;
        border-radius: 0px !important;
    }

    hbox {
        width: 100%;
        flex-direction: column !important;
    }

    img {
        width: 100%;
    }

    .login {
        flex-direction: column;
    }

    .course {
        margin-left: 0px !important;
    }

    .hotspot-item {
        max-width: 100% !important;
    }

    video {
        width: 100% !important;
    }

    .margin-left {
        margin-left: 0px !important;
    }

    textarea {
        width: 100% !important
    }

    td {
        padding: 0px !important;
    }

    .expand {
        margin-left: 15px !important;
    }

    .fc-1 {
        width: 100% !important;
    }

    .hotspot-item {
        width: 8px !important;
        height: 8px !important;
        margin-left: -2px !important;
        margin-top: -5px !important;
        border: 5px solid #29666e !important;
    }

    .hs-content p {
        max-width: 95% !important;
    }

    .select {
        padding: 0px !important;
    }

    .languages {
        display: block !important;
    }
}

@media only screen and (max-device-width : 896px) and (max-device-height : 414px) and (orientation : landscape) {

    .nav-logo {
        position: relative;
        left: 4%;
        width: 20% !important;
    }

    .profile {
        display: block !important;
        width: 91% !important;
        margin: 0 !important;
        padding: 20px !important;
        border-radius: 16px !important;
        text-align: center !important;
        background-color: var(--back-col-pref) !important;
    }

    .acc-opt {
        margin-top: 20px !important;
    }

    .lessons {
        margin: 0 !important;
        padding: 12px !important;
        text-align: left !important;
        flex-direction: none !important;
        border-radius: 0px !important;
    }

    hbox {
        width: 100%;
    }

    img {
        width: 100%;
    }

    .course {
        margin-left: 0px !important;
    }

    .hotspot-item {
        max-width: 100% !important;
    }

    video {
        width: 100% !important;
    }

    .margin-left {
        margin-left: 0px !important;
    }

    textarea {
        width: 100% !important
    }

    td {
        padding: 0px !important;
    }

    .expand {
        margin-left: 15px !important;
    }

    .fc-1 {
        width: 100% !important;
    }

    .hotspot-item {
        width: 8px !important;
        height: 8px !important;
        margin-left: -2px !important;
        margin-top: -5px !important;
        border: 5px solid #29666e !important;
    }

    .hs-content p {
        max-width: 95% !important;
    }

    .select {
        padding: 0px !important;
    }

    .languages {
        display: flex ;
    }
}
/*iphone x*/

@media only screen and (max-device-width : 375px) and (max-device-height : 812px) {

    .nav-logo {
        position: relative;
        left: 4%;
        width: 36% !important;
    }

    .profile {
        display: block !important;
        width: 91% !important;
        margin: 0 !important;
        padding: 20px !important;
        border-radius: 16px !important;
        text-align: center !important;
        background-color: var(--back-col-pref) !important;
    }

    .accessibility {
        flex-direction: column !important;
    }

    .acc-opt {
        margin-top: 20px !important;
    }

    .lessons {
        margin: 0 !important;
        padding: 12px !important;
        text-align: left !important;
        flex-direction: none !important;
        border-radius: 0px !important;
    }

    hbox {
        width: 100%;
        flex-direction: column !important;
    }

    img {
        width: 100%;
    }

    .login {
        flex-direction: column;
    }

    .course {
        margin-left: 0px !important;
    }

    .hotspot-item {
        max-width: 100% !important;
    }

    video {
        width: 100% !important;
    }

    .margin-left {
        margin-left: 0px !important;
    }

    textarea {
        width: 100% !important
    }

    td {
        padding: 0px !important;
    }

    .expand {
        margin-left: 15px !important;
    }

    .fc-1 {
        width: 100% !important;
    }

    .hotspot-item {
        width: 8px !important;
        height: 8px !important;
        margin-left: -2px !important;
        margin-top: -5px !important;
        border: 5px solid #29666e !important;
    }

    .hs-content p {
        max-width: 95% !important;
    }


    .select {
        padding: 0px !important;
    }

    .languages {
        display: block !important;
    }
}
@media only screen and (max-device-width : 812px) and (max-device-height : 375px) {

    .nav-logo {
        position: relative;
        left: 4%;
        width: 36% !important;
    }

    .profile {
        display: block !important;
        width: 91% !important;
        margin: 0 !important;
        padding: 20px !important;
        border-radius: 16px !important;
        text-align: center !important;
        background-color: var(--back-col-pref) !important;
    }

    .accessibility {
        flex-direction: column !important;
    }

    .acc-opt {
        margin-top: 20px !important;
    }

    .lessons {
        margin: 0 !important;
        padding: 12px !important;
        text-align: left !important;
        flex-direction: none !important;
        border-radius: 0px !important;
    }

    hbox {
        width: 100%;
        flex-direction: column !important;
    }

    img {
        width: 100%;
    }

    .login {
        flex-direction: column;
    }

    .course {
        margin-left: 0px !important;
    }

    .hotspot-item {
        max-width: 100% !important;
    }

    video {
        width: 100% !important;
    }

    .margin-left {
        margin-left: 0px !important;
    }

    textarea {
        width: 100% !important
    }

    td {
        padding: 0px !important;
    }

    .expand {
        margin-left: 15px !important;
    }

    .fc-1 {
        width: 100% !important;
    }

    .hotspot-item {
        width: 8px !important;
        height: 8px !important;
        margin-left: -2px !important;
        margin-top: -5px !important;
        border: 5px solid #29666e !important;
    }

    .hs-content p {
        max-width: 95% !important;
    }


    .select {
        padding: 0px !important;
    }

    .languages {
        display: block !important;
    }
}


/*iphone 5/SE*/

@media only screen and (max-device-width : 375px) and (max-device-height : 667px) {


    .nav-logo {
        position: relative;
        left: 4%;
        width: 36% !important;
    }

    .profile {
        display: block !important;
        width: 91% !important;
        margin: 0 !important;
        padding: 20px !important;
        border-radius: 16px !important;
        text-align: center !important;
        background-color: var(--back-col-pref) !important;
    }

    .accessibility {
        flex-direction: column !important;
    }

    .acc-opt {
        margin-top: 20px !important;
    }

    .lessons {
        margin: 0 !important;
        padding: 12px !important;
        text-align: left !important;
        flex-direction: none !important;
        border-radius: 0px !important;
    }

    hbox {
        width: 100%;
        flex-direction: column !important;
    }

    img {
        width: 100%;
    }

    .login {
        flex-direction: column;
    }

    .course {
        margin-left: 0px !important;
    }

    .hotspot-item {
        max-width: 100% !important;
    }

    video {
        width: 100% !important;
    }

    .margin-left {
        margin-left: 0px !important;
    }

    textarea {
        width: 100% !important
    }

    td {
        padding: 0px !important;
    }

    .expand {
        margin-left: 15px !important;
    }

    .fc-1 {
        width: 100% !important;
    }

    .hotspot-item {
        width: 8px !important;
        height: 8px !important;
        margin-left: -2px !important;
        margin-top: -5px !important;
        border: 5px solid #29666e !important;
    }

    .hs-content p {
        max-width: 95% !important;
    }


    .select {
        padding: 0px !important;
    }

    .languages {
        display: block !important;
    }
}

@media only screen and (max-device-width : 667px) and (max-device-height : 375px) {

    .nav-logo {
        position: relative;
        left: 4%;
        width: 20% !important;
    }

    .profile {
        display: block !important;
        width: 91% !important;
        margin: 0 !important;
        padding: 20px !important;
        border-radius: 16px !important;
        text-align: center !important;
        background-color: var(--back-col-pref) !important;
    }

    .acc-opt {
        margin-top: 20px !important;
    }

    .lessons {
        margin: 0 !important;
        padding: 12px !important;
        text-align: left !important;
        flex-direction: column !important;
        border-radius: 0px !important;
    }

    hbox {
        width: 100%;
    }

    img {
        width: 100%;
    }

    .course {
        margin-left: 0px !important;
    }

    .hotspot-item {
        max-width: 100% !important;
    }

    video {
        width: 100% !important;
    }

    .margin-left {
        margin-left: 0px !important;
    }

    textarea {
        width: 100% !important
    }

    td {
        padding: 0px !important;
    }

    .expand {
        margin-left: 15px !important;
    }

    .fc-1 {
        width: 100% !important;
    }

    .hotspot-item {
        width: 8px !important;
        height: 8px !important;
        margin-left: -2px !important;
        margin-top: -5px !important;
        border: 5px solid #29666e !important;
    }

    .hs-content p {
        max-width: 95% !important;
    }

    .select {
        padding: 0px !important;
    }

    .languages {
        display: block !important;
    }
}

/*iPad Mini*/
@media only screen and (max-device-width : 768px) and (max-device-height : 1024px) {

    .nav-logo {
        position: relative;
        left: 4%;
        width: 20% !important;
    }

    .profile {
        display: block !important;
        width: 91% !important;
        margin: 0 !important;
        padding: 20px !important;
        border-radius: 16px !important;
        text-align: center !important;
        background-color: var(--back-col-pref) !important;
    }

    .accessibility {
        flex-direction: column !important;
    }

    .acc-opt {
        margin-top: 20px !important;
    }

    .lessons {
        margin: 0 !important;
        padding: 12px !important;
        text-align: left !important;
        flex-direction: none !important;
        border-radius: 0px !important;
    }

    hbox {
        width: 100%;
        flex-direction: column !important;
    }

    img {
        width: 100%;
    }

    .course {
        margin-left: 0px !important;ß
    }

    .hotspot-item {
        max-width: 100% !important;
    }

    video {
        width: 100% !important;
    }

    .margin-left {
        margin-left: 0px !important;
        flex-direction: row !important;
    }

    textarea {
        width: 100% !important
    }

    td {
        padding: 0px !important;
    }

    .expand {
        margin-left: 15px !important;
    }

    .fc-1 {
        width: 100% !important;
    }

    .hotspot-item {
        width: 8px !important;
        height: 8px !important;
        margin-left: -2px !important;
        margin-top: -5px !important;
        border: 5px solid #29666e !important;
    }

    .hs-content p {
        max-width: 95% !important;
    }
}

@media only screen and (max-device-width : 1024px) and (max-device-height : 768px) {
    .nav-logo {
        position: relative;
        left: 4%;
        width: 20% !important;
    }

    .profile {
        display: block !important;
        width: 91% !important;
        margin: 0 !important;
        padding: 20px !important;
        border-radius: 16px !important;
        text-align: center !important;
        background-color: var(--back-col-pref) !important;
    }

    .accessibility {
        flex-direction: column !important;
    }

    .acc-opt {
        margin-top: 20px !important;
    }

    .lessons {
        margin: 0 !important;
        padding: 12px !important;
        text-align: left !important;
        flex-direction: none !important;
        border-radius: 0px !important;
    }

    hbox {
        width: 100%;
        flex-direction: column !important;
    }

    img {
        width: 100%;
    }

    .course {
        margin-left: 0px !important;
    }

    .hotspot-item {
        max-width: 100% !important;
    }

    video {
        width: 100% !important;
    }

    .margin-left {
        margin-left: 0px !important;
        flex-direction: row !important;
    }

    textarea {
        width: 100% !important
    }

    td {
        padding: 0px !important;
    }

    .expand {
        margin-left: 15px !important;
    }

    .fc-1 {
        width: 100% !important;
    }

    .hotspot-item {
        width: 8px !important;
        height: 8px !important;
        margin-left: -2px !important;
        margin-top: -5px !important;
        border: 5px solid #29666e !important;
    }

    .hs-content p {
        max-width: 95% !important;
    }
}

/*iPad Pro*/
@media only screen and (max-device-width : 820px) and (max-device-height : 1180px) {
    .nav-logo {
        position: relative;
        left: 4%;
        width: 20% !important;
    }

    .profile {
        display: block !important;
        width: 91% !important;
        margin: 0 !important;
        padding: 20px !important;
        border-radius: 16px !important;
        text-align: center !important;
        background-color: var(--back-col-pref) !important;
    }

    .accessibility {
        flex-direction: column !important;
    }

    .acc-opt {
        margin-top: 20px !important;
    }

    .lessons {
        margin: 0 !important;
        padding: 12px !important;
        text-align: left !important;
        flex-direction: none !important;
        border-radius: 0px !important;
    }

    hbox {
        width: 100%;
        flex-direction: column !important;
    }

    img {
        width: 100%;
    }

    .course {
        margin-left: 0px !important;
    }

    .hotspot-item {
        max-width: 100% !important;
    }

    video {
        width: 100% !important;
    }

    .margin-left {
        margin-left: 0px !important;
        flex-direction: row !important;
    }

    textarea {
        width: 100% !important
    }

    td {
        padding: 0px !important;
    }

    .expand {
        margin-left: 15px !important;
    }

    .fc-1 {
        width: 100% !important;
    }

    .hotspot-item {
        width: 8px !important;
        height: 8px !important;
        margin-left: -2px !important;
        margin-top: -5px !important;
        border: 5px solid #29666e !important;
    }

    .hs-content p {
        max-width: 95% !important;
    }
}

@media only screen and (max-device-width : 1180px) and (max-device-height : 820px) {
    .nav-logo {
        position: relative;
        left: 4%;
        width: 20% !important;
    }

    .profile {
        display: block !important;
        width: 91% !important;
        margin: 0 !important;
        padding: 20px !important;
        border-radius: 16px !important;
        text-align: center !important;
        background-color: var(--back-col-pref) !important;
    }

    .accessibility {
        flex-direction: column !important;
    }

    .acc-opt {
        margin-top: 20px !important;
    }

    .lessons {
        margin: 0 !important;
        padding: 12px !important;
        text-align: left !important;
        flex-direction: none !important;
        border-radius: 0px !important;
    }

    hbox {
        width: 100%;
        flex-direction: column !important;
    }

    img {
        width: 100%;
    }

    .course {
        margin-left: 0px !important;
    }

    .hotspot-item {
        max-width: 100% !important;
    }

    video {
        width: 100% !important;
    }

    .margin-left {
        margin-left: 0px !important;
        flex-direction: row !important;
    }

    textarea {
        width: 100% !important
    }

    td {
        padding: 0px !important;
    }

    .expand {
        margin-left: 15px !important;
    }

    .fc-1 {
        width: 100% !important;
    }

    .hotspot-item {
        width: 8px !important;
        height: 8px !important;
        margin-left: -2px !important;
        margin-top: -5px !important;
        border: 5px solid #29666e !important;
    }

    .hs-content p {
        max-width: 95% !important;
    }
}

/*iPad 10.2*/
@media only screen and (max-device-width : 1080px) and (max-device-height : 810px) {
    .nav-logo {
        position: relative;
        left: 4%;
        width: 20% !important;
    }

    .profile {
        display: block !important;
        width: 91% !important;
        margin: 0 !important;
        padding: 20px !important;
        border-radius: 16px !important;
        text-align: center !important;
        background-color: var(--back-col-pref) !important;
    }

    .accessibility {
        flex-direction: column !important;
    }

    .acc-opt {
        margin-top: 20px !important;
    }

    .lessons {
        margin: 0 !important;
        padding: 12px !important;
        text-align: left !important;
        flex-direction: none !important;
        border-radius: 0px !important;
    }

    hbox {
        width: 100%;
        flex-direction: column !important;
    }

    img {
        width: 100%;
    }

    .course {
        margin-left: 0px !important;
    }

    .hotspot-item {
        max-width: 100% !important;
    }

    video {
        width: 100% !important;
    }

    .margin-left {
        margin-left: 0px !important;
        flex-direction: row !important;
    }

    textarea {
        width: 100% !important
    }

    td {
        padding: 0px !important;
    }

    .expand {
        margin-left: 15px !important;
    }

    .fc-1 {
        width: 100% !important;
    }

    .hotspot-item {
        width: 8px !important;
        height: 8px !important;
        margin-left: -2px !important;
        margin-top: -5px !important;
        border: 5px solid #29666e !important;
    }

    .hs-content p {
        max-width: 95% !important;
    }
}

@media only screen and (max-device-width : 810px) and (max-device-height : 1080px) {
    .nav-logo {
        position: relative;
        left: 4%;
        width: 20% !important;
    }

    .profile {
        display: block !important;
        width: 91% !important;
        margin: 0 !important;
        padding: 20px !important;
        border-radius: 16px !important;
        text-align: center !important;
        background-color: var(--back-col-pref) !important;
    }

    .accessibility {
        flex-direction: column !important;
    }

    .acc-opt {
        margin-top: 20px !important;
    }

    .lessons {
        margin: 0 !important;
        padding: 12px !important;
        text-align: left !important;
        flex-direction: none !important;
        border-radius: 0px !important;
    }

    hbox {
        width: 100%;
        flex-direction: column !important;
    }

    img {
        width: 100%;
    }

    .course {
        margin-left: 0px !important;
    }

    .hotspot-item {
        max-width: 100% !important;
    }

    video {
        width: 100% !important;
    }

    .margin-left {
        margin-left: 0px !important;
        flex-direction: row !important;
    }

    textarea {
        width: 100% !important
    }

    td {
        padding: 0px !important;
    }

    .expand {
        margin-left: 15px !important;
    }

    .fc-1 {
        width: 100% !important;
    }

    .hotspot-item {
        width: 8px !important;
        height: 8px !important;
        margin-left: -2px !important;
        margin-top: -5px !important;
        border: 5px solid #29666e !important;
    }

    .hs-content p {
        max-width: 95% !important;
    }
}
/*pixel 5*/

@media only screen and (max-device-width : 393px) and (max-device-height : 851px){


    .nav-logo {
        position: relative;
        left: 4%;
        width: 36% !important;
    }

    .profile {
        display: block !important;
        width: 91% !important;
        margin: 0 !important;
        padding: 20px !important;
        border-radius: 16px !important;
        text-align: center !important;
        background-color: var(--back-col-pref) !important;
    }

    .accessibility {
        flex-direction: column !important;
    }

    .acc-opt {
        margin-top: 20px !important;
    }

    .lessons {
        margin: 0 !important;
        padding: 12px !important;
        text-align: left !important;
        flex-direction: none !important;
        border-radius: 0px !important;
    }

    hbox {
        width: 100%;
        flex-direction: column !important;
    }

    img {
        width: 100%;
    }

    .login {
        flex-direction: column;
    }

    .course {
        margin-left: 0px !important;
    }

    .hotspot-item {
        max-width: 100% !important;
    }

    video {
        width: 100% !important;
    }

    .margin-left {
        margin-left: 0px !important;
    }

    textarea {
        width: 100% !important
    }

    td {
        padding: 0px !important;
    }

    .expand {
        margin-left: 15px !important;
    }

    .fc-1 {
        width: 100% !important;
    }

    .hotspot-item {
        width: 8px !important;
        height: 8px !important;
        margin-left: -2px !important;
        margin-top: -5px !important;
        border: 5px solid #29666e !important;
    }

    .hs-content p {
        max-width: 95% !important;
    }

    .select {
        padding: 0px !important;
    }

    .languages {
        display: block !important;
    }
}

@media only screen and (max-device-width : 851px) and (max-device-height : 393px) {
    .nav-logo {
        position: relative;
        left: 4%;
        width: 20% !important;
    }

    .profile {
        display: block !important;
        width: 91% !important;
        margin: 0 !important;
        padding: 20px !important;
        border-radius: 16px !important;
        text-align: center !important;
        background-color: var(--back-col-pref) !important;
    }

    .acc-opt {
        margin-top: 20px !important;
    }

    .lessons {
        margin: 0 !important;
        padding: 12px !important;
        text-align: left !important;
        flex-direction: none !important;
        border-radius: 0px !important;
    }

    hbox {
        width: 100%;
    }

    img {
        width: 100%;
    }

    .course {
        margin-left: 0px !important;
    }

    .hotspot-item {
        max-width: 100% !important;
    }

    video {
        width: 100% !important;
    }

    .margin-left {
        margin-left: 0px !important;
    }

    textarea {
        width: 100% !important
    }

    td {
        padding: 0px !important;
    }

    .expand {
        margin-left: 15px !important;
    }

    .fc-1 {
        width: 100% !important;
    }

    .hotspot-item {
        width: 8px !important;
        height: 8px !important;
        margin-left: -2px !important;
        margin-top: -5px !important;
        border: 5px solid #29666e !important;
    }

    .hs-content p {
        max-width: 95% !important;
    }

    .select {
        padding: 0px !important;
    }

    .languages {
        display: flex ;
    }
}

/* google pixel xl*/
@media only screen and (max-device-width : 411px) and (max-device-height : 823px) {
    .nav-logo {
        position: relative;
        left: 4%;
        width: 20% !important;
    }

    .profile {
        display: block !important;
        width: 91% !important;
        margin: 0 !important;
        padding: 20px !important;
        border-radius: 16px !important;
        text-align: center !important;
        background-color: var(--back-col-pref) !important;
    }

    .acc-opt {
        margin-top: 20px !important;
    }

    .lessons {
        margin: 0 !important;
        padding: 12px !important;
        text-align: left !important;
        flex-direction: none !important;
        border-radius: 0px !important;
    }

    hbox {
        width: 100%;
    }

    img {
        width: 100%;
    }

    .course {
        margin-left: 0px !important;
    }

    .hotspot-item {
        max-width: 100% !important;
    }

    video {
        width: 100% !important;
    }

    .margin-left {
        margin-left: 0px !important;
    }

    textarea {
        width: 100% !important
    }

    td {
        padding: 0px !important;
    }

    .expand {
        margin-left: 15px !important;
    }

    .fc-1 {
        width: 100% !important;
    }

    .hotspot-item {
        width: 8px !important;
        height: 8px !important;
        margin-left: -2px !important;
        margin-top: -5px !important;
        border: 5px solid #29666e !important;
    }

    .hs-content p {
        max-width: 95% !important;
    }

    .select {
        padding: 0px !important;
    }

    .languages {
        display: block !important;
    }
}

@media only screen and (max-device-width : 823px) and (max-device-height : 411px) {
    .nav-logo {
        position: relative;
        left: 4%;
        width: 20% !important;
    }

    .profile {
        display: block !important;
        width: 91% !important;
        margin: 0 !important;
        padding: 20px !important;
        border-radius: 16px !important;
        text-align: center !important;
        background-color: var(--back-col-pref) !important;
    }

    .acc-opt {
        margin-top: 20px !important;
    }

    .lessons {
        margin: 0 !important;
        padding: 12px !important;
        text-align: left !important;
        flex-direction: none !important;
        border-radius: 0px !important;
    }

    hbox {
        width: 100%;
    }

    img {
        width: 100%;
    }

    .course {
        margin-left: 0px !important;
    }

    .hotspot-item {
        max-width: 100% !important;
    }

    video {
        width: 100% !important;
    }

    .margin-left {
        margin-left: 0px !important;
    }

    textarea {
        width: 100% !important
    }

    td {
        padding: 0px !important;
    }

    .expand {
        margin-left: 15px !important;
    }

    .fc-1 {
        width: 100% !important;
    }

    .hotspot-item {
        width: 8px !important;
        height: 8px !important;
        margin-left: -2px !important;
        margin-top: -5px !important;
        border: 5px solid #29666e !important;
    }

    .hs-content p {
        max-width: 95% !important;
    }

    .select {
        padding: 0px !important;
    }

    .languages {
        display: flex ;
    }
}
/* Samaung Galaxy 8+*/
@media only screen and (max-device-width :360px) and (max-device-height : 740px) {


    .nav-logo {
        position: relative;
        left: 4%;
        width: 36% !important;
    }

    .profile {
        display: block !important;
        width: 91% !important;
        margin: 0 !important;
        padding: 20px !important;
        border-radius: 16px !important;
        text-align: center !important;
        background-color: var(--back-col-pref) !important;
    }

    .accessibility {
        flex-direction: column !important;
    }

    .acc-opt {
        margin-top: 20px !important;
    }

    .lessons {
        margin: 0 !important;
        padding: 12px !important;
        text-align: left !important;
        flex-direction: none !important;
        border-radius: 0px !important;
    }

    hbox {
        width: 100%;
        flex-direction: column !important;
    }

    img {
        width: 100%;
    }

    .login {
        flex-direction: column;
    }

    .course {
        margin-left: 0px !important;
    }

    .hotspot-item {
        max-width: 100% !important;
    }

    video {
        width: 100% !important;
    }

    .margin-left {
        margin-left: 0px !important;
    }

    textarea {
        width: 100% !important
    }

    td {
        padding: 0px !important;
    }

    .expand {
        margin-left: 15px !important;
    }

    .fc-1 {
        width: 100% !important;
    }

    .hotspot-item {
        width: 8px !important;
        height: 8px !important;
        margin-left: -2px !important;
        margin-top: -5px !important;
        border: 5px solid #29666e !important;
    }

    .hs-content p {
        max-width: 95% !important;
    }

    .select {
        padding: 0px !important;
    }

    .languages {
        display: block !important;
    }
}

@media only screen and (max-device-width : 740px) and (max-device-height : 360px) {
    .nav-logo {
        position: relative;
        left: 4%;
        width: 20% !important;
    }

    .profile {
        display: block !important;
        width: 91% !important;
        margin: 0 !important;
        padding: 20px !important;
        border-radius: 16px !important;
        text-align: center !important;
        background-color: var(--back-col-pref) !important;
    }

    .acc-opt {
        margin-top: 20px !important;
    }

    .lessons {
        margin: 0 !important;
        padding: 12px !important;
        text-align: left !important;
        flex-direction: none !important;
        border-radius: 0px !important;
    }

    hbox {
        width: 100%;
    }

    img {
        width: 100%;
    }

    .course {
        margin-left: 0px !important;
    }

    .hotspot-item {
        max-width: 100% !important;
    }

    video {
        width: 100% !important;
    }

    .margin-left {
        margin-left: 0px !important;
    }

    textarea {
        width: 100% !important
    }

    td {
        padding: 0px !important;
    }

    .expand {
        margin-left: 15px !important;
    }

    .fc-1 {
        width: 100% !important;
    }

    .hotspot-item {
        width: 8px !important;
        height: 8px !important;
        margin-left: -2px !important;
        margin-top: -5px !important;
        border: 5px solid #29666e !important;
    }

    .hs-content p {
        max-width: 95% !important;
    }

    .select {
        padding: 0px !important;
    }

    .languages {
        display: flex ;
    }

.login {
    flex-direction: column;
}
}
/* Samaung Galaxy 20*/
@media only screen and (max-device-width : 412px) and (max-device-height : 915px) {


    .nav-logo {
        position: relative;
        left: 4%;
        width: 36% !important;
    }

    .profile {
        display: block !important;
        width: 91% !important;
        margin: 0 !important;
        padding: 20px !important;
        border-radius: 16px !important;
        text-align: center !important;
        background-color: var(--back-col-pref) !important;
    }

    .accessibility {
        flex-direction: column !important;
    }

    .acc-opt {
        margin-top: 20px !important;
    }

    .lessons {
        margin: 0 !important;
        padding: 12px !important;
        text-align: left !important;
        flex-direction: none !important;
        border-radius: 0px !important;
    }

    hbox {
        width: 100%;
        flex-direction: column !important;
    }

    img {
        width: 100%;
    }

    .login {
        flex-direction: column;
    }

    .course {
        margin-left: 0px !important;
    }

    .hotspot-item {
        max-width: 100% !important;
    }

    video {
        width: 100% !important;
    }

    .margin-left {
        margin-left: 0px !important;
    }

    textarea {
        width: 100% !important
    }

    td {
        padding: 0px !important;
    }

    .expand {
        margin-left: 15px !important;
    }

    .fc-1 {
        width: 100% !important;
    }

    .hotspot-item {
        width: 8px !important;
        height: 8px !important;
        margin-left: -2px !important;
        margin-top: -5px !important;
        border: 5px solid #29666e !important;
    }

    .hs-content p {
        max-width: 95% !important;
    }

    .select {
        padding: 0px !important;
    }

    .languages {
        display: block !important;
    }
}

@media only screen and (max-device-width : 915px) and (max-device-height : 412px) {
    .nav-logo {
        position: relative;
        left: 4%;
        width: 20% !important;
    }

    .profile {
        display: block !important;
        width: 91% !important;
        margin: 0 !important;
        padding: 20px !important;
        border-radius: 16px !important;
        text-align: center !important;
        background-color: var(--back-col-pref) !important;
    }

    .acc-opt {
        margin-top: 20px !important;
    }

    .lessons {
        margin: 0 !important;
        padding: 12px !important;
        text-align: left !important;
        flex-direction: none !important;
        border-radius: 0px !important;
    }

    hbox {
        width: 100%;
    }

    img {
        width: 100%;
    }

    .course {
        margin-left: 0px !important;
    }

    .hotspot-item {
        max-width: 100% !important;
    }

    video {
        width: 100% !important;
    }

    .margin-left {
        margin-left: 0px !important;
    }

    textarea {
        width: 100% !important
    }

    td {
        padding: 0px !important;
    }

    .expand {
        margin-left: 15px !important;
    }

    .fc-1 {
        width: 100% !important;
    }

    .hotspot-item {
        width: 8px !important;
        height: 8px !important;
        margin-left: -2px !important;
        margin-top: -5px !important;
        border: 5px solid #29666e !important;
    }

    .hs-content p {
        max-width: 95% !important;
    }

    .select {
        padding: 0px !important;
    }

    .languages {
        display: flex ;
    }

    .login {
        flex-direction: column;
    }
}

/* Surface Duo */
@media only screen and (max-device-width : 540px) and (max-device-height : 720px) {


    .nav-logo {
        position: relative;
        left: 4%;
        width: 36% !important;
    }

    .profile {
        display: block !important;
        width: 91% !important;
        margin: 0 !important;
        padding: 20px !important;
        border-radius: 16px !important;
        text-align: center !important;
        background-color: var(--back-col-pref) !important;
    }

    .accessibility {
        flex-direction: column !important;
    }

    .acc-opt {
        margin-top: 20px !important;
    }

    .lessons {
        margin: 0 !important;
        padding: 12px !important;
        text-align: left !important;
        flex-direction: none !important;
        border-radius: 0px !important;
    }

    hbox {
        width: 100%;
        flex-direction: column !important;
    }

    img {
        width: 100%;
    }

    .login {
        flex-direction: column;
    }

    .course {
        margin-left: 0px !important;
    }

    .hotspot-item {
        max-width: 100% !important;
    }

    video {
        width: 100% !important;
    }

    .margin-left {
        margin-left: 0px !important;
        flex-direction: row !important;
    }

    textarea {
        width: 100% !important
    }

    td {
        padding: 0px !important;
    }

    .expand {
        margin-left: 15px !important;
    }

    .fc-1 {
        width: 100% !important;
    }

    .hotspot-item {
        width: 8px !important;
        height: 8px !important;
        margin-left: -2px !important;
        margin-top: -5px !important;
        border: 5px solid #29666e !important;
    }

    .hs-content p {
        max-width: 95% !important;
    }

    .select {
        padding: 0px !important;
    }

    .languages {
        display: block !important;
    }
}

@media only screen and (max-device-width : 720px) and (max-device-height : 540px) {
    .nav-logo {
        position: relative;
        left: 4%;
        width: 20% !important;
    }

    .profile {
        display: block !important;
        width: 91% !important;
        margin: 0 !important;
        padding: 20px !important;
        border-radius: 16px !important;
        text-align: center !important;
        background-color: var(--back-col-pref) !important;
    }

    .acc-opt {
        margin-top: 20px !important;
    }

    .lessons {
        margin: 0 !important;
        padding: 12px !important;
        text-align: left !important;
        flex-direction: none !important;
        border-radius: 0px !important;
    }

    hbox {
        width: 100%;
    }

    img {
        width: 100%;
    }

    .course {
        margin-left: 0px !important;
    }

    .hotspot-item {
        max-width: 100% !important;
    }

    video {
        width: 100% !important;
    }

    .margin-left {
        margin-left: 0px !important;
        flex-direction: row !important;
    }

    textarea {
        width: 100% !important
    }

    td {
        padding: 0px !important;
    }

    .expand {
        margin-left: 15px !important;
    }

    .fc-1 {
        width: 100% !important;
    }

    .hotspot-item {
        width: 8px !important;
        height: 8px !important;
        margin-left: -2px !important;
        margin-top: -5px !important;
        border: 5px solid #29666e !important;
    }

    .hs-content p {
        max-width: 95% !important;
    }

    .select {
        padding: 0px !important;
    }

    .languages {
        display: flex ;
    }
}
@media only screen and (max-device-width : 720px) and (max-device-height : 1114px) {
    .nav-logo {
        position: relative;
        left: 4%;
        width: 20% !important;
    }

    .profile {
        display: block !important;
        width: 91% !important;
        margin: 0 !important;
        padding: 20px !important;
        border-radius: 16px !important;
        text-align: center !important;
        background-color: var(--back-col-pref) !important;
    }

    .acc-opt {
        margin-top: 20px !important;
    }

    .lessons {
        margin: 0 !important;
        padding: 12px !important;
        text-align: left !important;
        flex-direction: none !important;
        border-radius: 0px !important;
    }

    hbox {
        width: 100%;
    }

    img {
        width: 100%;
    }

    .course {
        margin-left: 0px !important;
    }

    .hotspot-item {
        max-width: 100% !important;
    }

    video {
        width: 100% !important;
    }

    .margin-left {
        margin-left: 0px !important;
        flex-direction: row !important;
    }

    textarea {
        width: 100% !important
    }

    td {
        padding: 0px !important;
    }

    .expand {
        margin-left: 15px !important;
    }

    .fc-1 {
        width: 100% !important;
    }

    .hotspot-item {
        width: 8px !important;
        height: 8px !important;
        margin-left: -2px !important;
        margin-top: -5px !important;
        border: 5px solid #29666e !important;
    }

    .hs-content p {
        max-width: 95% !important;
    }

    .select {
        padding: 0px !important;
    }

    .languages {
        display: flex ;
    }
}
@media only screen and (max-device-width : 1114px) and (max-device-height : 720px) {
    .nav-logo {
        position: relative;
        left: 4%;
        width: 20% !important;
    }

    .profile {
        display: block !important;
        width: 91% !important;
        margin: 0 !important;
        padding: 20px !important;
        border-radius: 16px !important;
        text-align: center !important;
        background-color: var(--back-col-pref) !important;
    }

    .acc-opt {
        margin-top: 20px !important;
    }

    .lessons {
        margin: 0 !important;
        padding: 12px !important;
        text-align: left !important;
        flex-direction: none !important;
        border-radius: 0px !important;
    }

    hbox {
        width: 100%;
    }

    img {
        width: 100%;
    }

    .course {
        margin-left: 0px !important;
    }

    .hotspot-item {
        max-width: 100% !important;
    }

    video {
        width: 100% !important;
    }

    .margin-left {
        margin-left: 0px !important;
        flex-direction: row !important;
    }

    textarea {
        width: 100% !important
    }

    td {
        padding: 0px !important;
    }

    .expand {
        margin-left: 15px !important;
    }

    .fc-1 {
        width: 100% !important;
    }

    .hotspot-item {
        width: 8px !important;
        height: 8px !important;
        margin-left: -2px !important;
        margin-top: -5px !important;
        border: 5px solid #29666e !important;
    }

    .hs-content p {
        max-width: 95% !important;
    }

    .select {
        padding: 0px !important;
    }

    .languages {
        display: flex ;
    }
}

/* Surface Pro 7 */


@media only screen and (max-device-width : 1366px) and (max-device-height : 912px) {


    .nav-logo {
        position: relative;
        left: 4%;
        width: 10% !important;
    }

    .profile {
        display: block !important;
        width: 91% !important;
        margin: 0 !important;
        padding: 20px !important;
        border-radius: 16px !important;
        text-align: center !important;
        background-color: var(--back-col-pref) !important;
    }

    .accessibility {
        flex-direction: column !important;
    }

    .acc-opt {
        margin-top: 20px !important;
    }

    .lessons {
        margin: 0 !important;
        padding: 12px !important;
        text-align: left !important;
        flex-direction: none !important;
        border-radius: 0px !important;
    }

    hbox {
        width: 100%;
        flex-direction: column !important;
    }

    img {
        width: 100%;
    }

    .login {
        flex-direction: column;
    }

    .course {
        margin-left: 0px !important;
    }

    .hotspot-item {
        max-width: 100% !important;
    }

    video {
        width: 100% !important;
    }

    .margin-left {
        margin-left: 0px !important;
    }

    textarea {
        width: 100% !important
    }

    td {
        padding: 0px !important;
    }

    .expand {
        margin-left: 15px !important;
    }

    .fc-1 {
        width: 100% !important;
    }

    .hotspot-item {
        width: 8px !important;
        height: 8px !important;
        margin-left: -2px !important;
        margin-top: -5px !important;
        border: 5px solid #29666e !important;
    }

    .hs-content p {
        max-width: 95% !important;
    }

    .select {
        padding: 0px !important;
    }

    .languages {
        display: flex ;
    }
}
  
@media only screen and (max-device-width : 912px) and (max-device-height : 1368px) {
    .nav-logo {
        position: relative;
        left: 4%;
        width: 20% !important;
    }

    .profile {
        display: block !important;
        width: 91% !important;
        margin: 0 !important;
        padding: 20px !important;
        border-radius: 16px !important;
        text-align: center !important;
        background-color: var(--back-col-pref) !important;
    }

    .acc-opt {
        margin-top: 20px !important;
    }

    .lessons {
        margin: 0 !important;
        padding: 12px !important;
        text-align: left !important;
        flex-direction: none !important;
        border-radius: 0px !important;
    }

    hbox {
        width: 100%;
    }

    img {
        width: 100%;
    }

    .course {
        margin-left: 0px !important;
    }

    .hotspot-item {
        max-width: 100% !important;
    }

    video {
        width: 100% !important;
    }

    .margin-left {
        margin-left: 0px !important;
    }

    textarea {
        width: 100% !important
    }

    td {
        padding: 0px !important;
    }

    .expand {
        margin-left: 15px !important;
    }

    .fc-1 {
        width: 100% !important;
    }

    .hotspot-item {
        width: 8px !important;
        height: 8px !important;
        margin-left: -2px !important;
        margin-top: -5px !important;
        border: 5px solid #29666e !important;
    }

    .hs-content p {
        max-width: 95% !important;
    }

    .select {
        padding: 0px !important;
    }

    .languages {
        display: flex ;
    }
}

/* Galaxy Fold*/

@media only screen and (max-device-width : 280px) and (max-device-height : 653px) {


    .nav-logo {
        position: relative;
        left: 4%;
        width: 36% !important;
    }

    .profile {
        display: block !important;
        width: 91% !important;
        margin: 0 !important;
        padding: 20px !important;
        border-radius: 16px !important;
        text-align: center !important;
        background-color: var(--back-col-pref) !important;
    }

    .accessibility {
        flex-direction: column !important;
    }

    .acc-opt {
        margin-top: 20px !important;
    }

    .lessons {
        margin: 0 !important;
        padding: 12px !important;
        text-align: left !important;
        flex-direction: none !important;
        border-radius: 0px !important;
    }

    hbox {
        width: 100%;
        flex-direction: column !important;
    }

    img {
        width: 100%;
    }

    .login {
        flex-direction: column;
    }

    .course {
        margin-left: 0px !important;
    }

    .hotspot-item {
        max-width: 100% !important;
    }

    video {
        width: 100% !important;
    }

    .margin-left {
        margin-left: 0px !important;
    }

    textarea {
        width: 100% !important
    }

    td {
        padding: 0px !important;
    }

    .expand {
        margin-left: 15px !important;
    }

    audio {
        width: 100% !important;
    }

    .fc-1 {
        width: 100% !important;
    }

    .hotspot-item {
        width: 8px !important;
        height: 8px !important;
        margin-left: -2px !important;
        margin-top: -5px !important;
        border: 5px solid #29666e !important;
    }

    .hs-content p {
        max-width: 95% !important;
    }

    .select {
        padding: 0px !important;
    }

    .languages {
        display: block !important;
    }
}

@media only screen and (max-device-width : 717px) and (max-device-height : 512px) {
    .nav-logo {
        position: relative;
        left: 4%;
        width: 20% !important;
    }

    .profile {
        display: block !important;
        width: 91% !important;
        margin: 0 !important;
        padding: 20px !important;
        border-radius: 16px !important;
        text-align: center !important;
        background-color: var(--back-col-pref) !important;
    }

    .acc-opt {
        margin-top: 20px !important;
    }

    .lessons {
        margin: 0 !important;
        padding: 12px !important;
        text-align: left !important;
        flex-direction: none !important;
        border-radius: 0px !important;
    }

    hbox {
        width: 100%;
    }

    img {
        width: 100%;
    }

    .course {
        margin-left: 0px !important;
    }

    .hotspot-item {
        max-width: 100% !important;
    }

    video {
        width: 100% !important;
    }

    .margin-left {
        margin-left: 0px !important;
    }

    textarea {
        width: 100% !important
    }

    td {
        padding: 0px !important;
    }

    .expand {
        margin-left: 15px !important;
    }

    .fc-1 {
        width: 100% !important;
    }

    .hotspot-item {
        width: 8px !important;
        height: 8px !important;
        margin-left: -2px !important;
        margin-top: -5px !important;
        border: 5px solid #29666e !important;
    }

    .hs-content p {
        max-width: 95% !important;
    }

    .select {
        padding: 0px !important;
    }

    .languages {
        display: block !important;
    }
}

@media only screen and (max-device-width : 512px) and (max-device-height : 717px) {
    .nav-logo {
        position: relative;
        left: 4%;
        width: 20% !important;
    }

    .profile {
        display: block !important;
        width: 91% !important;
        margin: 0 !important;
        padding: 20px !important;
        border-radius: 16px !important;
        text-align: center !important;
        background-color: var(--back-col-pref) !important;
    }

    .acc-opt {
        margin-top: 20px !important;
    }

    .lessons {
        margin: 0 !important;
        padding: 12px !important;
        text-align: left !important;
        flex-direction: none !important;
        border-radius: 0px !important;
    }

    hbox {
        width: 100%;
    }

    img {
        width: 100%;
    }

    .course {
        margin-left: 0px !important;
    }

    .hotspot-item {
        max-width: 100% !important;
    }

    video {
        width: 100% !important;
    }

    .margin-left {
        margin-left: 0px !important;
    }

    textarea {
        width: 100% !important
    }

    td {
        padding: 0px !important;
    }

    .expand {
        margin-left: 15px !important;
    }

    .fc-1 {
        width: 100% !important;
    }

    .hotspot-item {
        width: 8px !important;
        height: 8px !important;
        margin-left: -2px !important;
        margin-top: -5px !important;
        border: 5px solid #29666e !important;
    }

    .hs-content p {
        max-width: 95% !important;
    }

    .select {
        padding: 0px !important;
    }

    .languages {
        display: block !important;
    }
}

@media only screen and (max-device-width : 653px) and (max-device-height : 280px) {
    .nav-logo {
        position: relative;
        left: 4%;
        width: 20% !important;
    }

    .profile {
        display: block !important;
        width: 91% !important;
        margin: 0 !important;
        padding: 20px !important;
        border-radius: 16px !important;
        text-align: center !important;
        background-color: var(--back-col-pref) !important;
    }

    .acc-opt {
        margin-top: 20px !important;
    }

    .lessons {
        margin: 0 !important;
        padding: 12px !important;
        text-align: left !important;
        flex-direction: none !important;
        border-radius: 0px !important;
    }

    hbox {
        width: 100%;
    }

    img {
        width: 100%;
    }

    .course {
        margin-left: 0px !important;
    }

    .hotspot-item {
        max-width: 100% !important;
    }

    video {
        width: 100% !important;
    }

    .margin-left {
        margin-left: 0px !important;
    }

    textarea {
        width: 100% !important
    }

    td {
        padding: 0px !important;
    }

    .expand {
        margin-left: 15px !important;
    }

    .fc-1 {
        width: 100% !important;
    }

    .hotspot-item {
        width: 8px !important;
        height: 8px !important;
        margin-left: -2px !important;
        margin-top: -5px !important;
        border: 5px solid #29666e !important;
    }

    .hs-content p {
        max-width: 95% !important;
    }

    .select {
        padding: 0px !important;
    }

    .languages {
        display: block !important;
    }
}
/* Saumsung galaxy A51/71+*/


@media only screen and (max-device-width :412px) and (max-device-height : 914px) {


    .nav-logo {
        position: relative;
        left: 4%;
        width: 36% !important;
    }

    .profile {
        display: block !important;
        width: 91% !important;
        margin: 0 !important;
        padding: 20px !important;
        border-radius: 16px !important;
        text-align: center !important;
        background-color: var(--back-col-pref) !important;
    }

    .accessibility {
        flex-direction: column !important;
    }

    .acc-opt {
        margin-top: 20px !important;
    }

    .lessons {
        margin: 0 !important;
        padding: 12px !important;
        text-align: left !important;
        flex-direction: none !important;
        border-radius: 0px !important;
    }

    hbox {
        width: 100%;
        flex-direction: column !important;
    }

    img {
        width: 100%;
    }

    .login {
        flex-direction: column;
    }

    .course {
        margin-left: 0px !important;
    }

    .hotspot-item {
        max-width: 100% !important;
    }

    video {
        width: 100% !important;
    }

    .margin-left {
        margin-left: 0px !important;
    }

    textarea {
        width: 100% !important
    }

    td {
        padding: 0px !important;
    }

    .expand {
        margin-left: 15px !important;
    }

    .fc-1 {
        width: 100% !important;
    }

    .hotspot-item {
        width: 8px !important;
        height: 8px !important;
        margin-left: -2px !important;
        margin-top: -5px !important;
        border: 5px solid #29666e !important;
    }

    .hs-content p {
        max-width: 95% !important;
    }
}

@media only screen and (max-device-width : 914px) and (max-device-height : 412px) {
    .nav-logo {
        position: relative;
        left: 4%;
        width: 20% !important;
    }

    .profile {
        display: block !important;
        width: 91% !important;
        margin: 0 !important;
        padding: 20px !important;
        border-radius: 16px !important;
        text-align: center !important;
        background-color: var(--back-col-pref) !important;
    }

    .acc-opt {
        margin-top: 20px !important;
    }

    .lessons {
        margin: 0 !important;
        padding: 12px !important;
        text-align: left !important;
        flex-direction: none !important;
        border-radius: 0px !important;
    }

    hbox {
        width: 100%;
    }

    img {
        width: 100%;
    }

    .course {
        margin-left: 0px !important;
    }

    .hotspot-item {
        max-width: 100% !important;
    }

    video {
        width: 100% !important;
    }

    .margin-left {
        margin-left: 0px !important;
    }

    textarea {
        width: 100% !important
    }

    td {
        padding: 0px !important;
    }

    .expand {
        margin-left: 15px !important;
    }

    .fc-1 {
        width: 100% !important;
    }

    .hotspot-item {
        width: 8px !important;
        height: 8px !important;
        margin-left: -2px !important;
        margin-top: -5px !important;
        border: 5px solid #29666e !important;
    }

    .hs-content p {
        max-width: 95% !important;
    }

    .select {
        padding: 0px !important;
    }

    .languages {
        display: flex ;
    }
}