@media screen and (max-width:  1050px){
  .side-menu li{
    font-size: 18px;
  }
}

@media screen and (max-width:  940px){
  :root{
    --primary-color: #fff;
    --secondary-color: #e5ebf3;
  }

  .dark-theme{
    --primary-color: #161E30;
    --secondary-color: #0F1420;
  }

  .desktop{
    visibility: hidden;
  }

  .desktop2{
    display: none;
  }


  .phone{
    visibility: visible;
  }



  .greetings, .side-menu li span{
    display: none;
  }

  .side-menu{
    align-items: center;
  }

  .side-menu .fa{
    font-size: 2rem;
  }

  .side-menu li a{
    padding: 10px 40px;
  }

  .side-menu li a:hover{
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .active{
    font-size: 14px !important;
    font-weight: 700;
    font-style: normal;  
    line-height: 26px;
    padding: 2px 5px !important;
  }

  .content-container{
    position: relative;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: var(--secondary-color);
  }

  .content-container .header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    padding-top: 10px;
    padding-bottom: 10px;
    background: var(--primary-color);
  }

  .content-container .content{
    position: relative;
    margin-top: 11vh;
    background: var(--secondary-color);
    padding: 30px;
  }

  /*home page*/
  .content-home{
    padding: 10px !important;
  }
  .course-content{
    padding: 30px 30px !important; 
  }

  .course-details{
    padding: 10px;
  }

  .my-course-grid-container{
    padding: 10px !important;
  }

  .my-course-grid-item img{
    margin-top: 10px;
    min-width: 16vw;
    height: 10vh !important;
  }

  .my-course-grid-item h6{
    font-size: 12px;
  }

  .my-course-grid-item p{
    font-size: 10px;
  }

  .my-course-grid-item span{
    font-size: 10px;
  }
  .continue-arrow h6{
    font-size: 12px;
  }

  .continue-arrow h6 i{
    font-size: 10px;
  }

  /* Course details */
  .course-details h3{
    font-size: 18px;
    line-height: 5px;
  }

  .course-details-grid-item h6{
    font-size: 16px;
    line-height: 24px;
  }

  /*Lesson*/
  .main-content-container{
    position: absolute;
    width: 100vw;
    padding-right: 30vw;
  }

  .middle-content-container{
    position: absolute;
    width: 100vw;
    height: 100vh;
  }

  /* Notification page */
  .notification{
    padding: 16px 14px;
    padding-bottom: 30px;
    margin-bottom: 10px;
    border: 1px solid var(--border-color);
    border-left: 12px solid var(--notification-border-grey);
  }

  .unread{
    background: var(--notifications-bg);
    border-left: 12px solid var(--notification-border-blue);
  }

  /* Notifications page */
  .notification-list{
    padding: 15px;
    min-height: 40vh;
  }

  .notification-desktop2{
    display: block;
  }

  /* Setting page */
  .setting-content{
    margin-top: 14% !important;
  }
  
  .setting-width{
    width: 80%;
  }

  .selectdiv select{
    width: 35vw;
  }

  /* Profile */
  .project-house{
    margin-bottom: 10px;
    -ms-overflow-style: none;  /*Internet explorer*/
    scrollbar-width: none;    /*firefox*/
  }

  .project-house::-webkit-scrollbar{
    display: none;  /*Safari & chrome*/
  }

  .project{
    width: 30vw !important;
    margin: 5px;
  }

  /*Sharable profile*/
  .shareable{
    width: 70%;
    padding: 0 !important;
  }

  .shareable-facebook{
    margin-left: -50% !important;
  }

  .shareable-profile .profile-pix{
    width: 19vw;
    height: 19vw;
    border-radius: 100%;
  }

  .profile-details .user-details h6{
    font-size: 20px;
    line-height: 35px;
  }

  .profile-details .user-details p{
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
  }

  .profile-details .user-details span{
    border: 1px solid var(--mode-blue);
    border-radius: 100%;
    padding: 3px;
    padding-left: 5px;
    margin: 8px;
  }

  .profile-details .user-details span a{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--mode-blue);
  }

  /* Login */
  .p-login{
    padding: 3rem;
    padding-top: 25vh;
  } 

  .first-login-div h1{
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 20px;
  }

  .second-login-div h1{
    font-size: 30px;
    line-height: 20px;
  }

  .login-info{
    font-size: 14px;
    line-height: 18px;
  }

  .success-div{
    margin-top: 2vh;
  }

  .reset-div{
    margin-top: 2vh;
  }

  .second-login-div h1{
    text-align: center !important;
  }








}

/* Phone styling */

@media screen and (max-width:  536px){
  :root{
    --primary-color: #fff;
    --secondary-color: #e5ebf3;
  }

  .dark-theme{
    --primary-color: #161E30;
    --secondary-color: #0F1420;
  }

  .desktop{
    visibility: hidden;
  }

  .desktop2{
    display: none;
  }

  .desktop3{
    display: none;
  }

  .phone{
    visibility: visible;
  }

  .phone2{
    display: block;
  }

  .phone3{
    display: block;
  }

  .my-button{
    padding:  12px 28px
  }

  /*phone-header-logo*/
  .vnav{
    position: fixed;
    top: 0;
    width: 100%;
    margin: auto;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--primary-color);
  }

  .logout-h3{
    font-style: normal;
    font-weight: 500;
    font-size: 25px !important;
    line-height: 47px;
    color: var(--dark-text);
  }

  .side-menu .brand-name img{
    width: 40px;
    height: 40px;
  }

  .content-container{
    position: relative;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: var(--secondary-color);
  }

  .content-container .header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    padding-top: 10px;
    padding-bottom: 10px;
    background: var(--primary-color);
  }

  .content-container .header .nav{
    width: 93%;
    margin-left: -50px !important;
  }


  .content-container .header .nav input[type=text]{
    width: 58%;
  }

  .content-container .header .nav .user .header-icons{
    padding: 2px 1.5px;
    border-radius: 2px;
  }

  .content-container .content{
    position: relative;
    min-height: 90vh;
    margin-top: 13vh;
    background: var(--secondary-color);
    padding: 15px;
    padding-bottom: 5rem;
  }

  /*3 row dashboard*/
  .main-content-container{
    width: 100vw;
  }

  .middle-content-container{
    position: absolute;
    width: 100vw;
    height: 100vh;
  }

  .middle-content-container .header{
    position: absolute;
    padding-top: 5px;
    padding-bottom: 2px;
  }


  .middle-content-container .content{
    position: relative;
    min-height: 90vh;
    margin-top: 11.1vh;
    background: var(--secondary-color);
    padding: 12px;
    padding-top: 16px;
    margin-bottom: 10vh;
  }

  /*home page*/
  .course-content{
    padding: 30px 15px !important; 
  }

  .course-details{
    padding: 10px;
  }

  .my-course-grid-item img{
    min-width: 19vw;
    height: 19vh;
  }

  .my-course-grid-item h6{
    font-size: 12px;
  }

  .my-course-grid-item p{
    font-size: 10px;
  }

  .my-course-grid-item span{
    font-size: 10px;
  }
  .continue-arrow h6{
    font-size: 12px;
  }

  .continue-arrow h6 i{
    font-size: 10px;
  }

  /* Course details */
  .course-details h3{
    font-size: 18px;
    line-height: 5px;
  }

  .course-details-grid-item h6{
    font-size: 16px;
    line-height: 24px;
  }

  .section-table tr th{
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
  } 

  .section-table tr td h6{
    font-size: 12px;
    line-height: 24px;
  }

  .section-table p{
    font-size: 12px;
    line-height: 24px;
  }

  .section-table tr td .accordion{
    width: 46vw;
    background: var(--secondary-color);
  }

  /*Lesson page*/
  .translation{
    margin-bottom: 5vh;
  }

  /* Quiz page */
  .quiz-div h6{
    font-size: 18px;
    line-height: 10px;
  }

  .quiz-div .date-due{
    font-size: 12px;
    line-height: 10px;
  }

  /* Quiz response */
  .quiz-response-grid-container {
    display: block;
    align-items: center;
    justify-content: center;
  }

  .gjj{
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .quiz-response-grid-item p br{
    display: none;
  }

  .project-submit-btn p, .quiz-modal-body .button-div p{
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* Project page */
  .project-div{
    padding: 25px 15px !important;
    padding-bottom: 1px !important;
  }

  /* Notification page */
  .notification{
    padding: 16px 14px;
    padding-bottom: 30px;
    margin-bottom: 10px;
    border: 1px solid var(--border-color);
    border-left: 12px solid var(--notification-border-grey);
  }

  .notification p{
    line-height: 10px !important;
  }

  .unread{
    background: var(--notifications-bg);
    border-left: 12px solid var(--notification-border-blue);
  }

  /* Notifications page */
  .notification-content{
    padding-top: 2px !important;
  }

  .notification-list h5{
    font-size: 18px;
    line-height: 26px;
  }

  .notification-back{
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
  }

  /* My courses page */
  .my-courses-house{
    padding: 0 !important;
  }

  .my-courses-nav li{
    float: left;
    min-width: 9vw;
    height: 30px;
    padding: 5px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
  }

  .course-content-house{
    padding-top: 20px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;  
  }

  .course-holder{
    padding: 10px !important;
    margin-left: -5px !important;
    margin-right: -5px !important;
  }

  .course-info img{
    margin-top: 20px;
    margin-right: 6px;
    width: 100px;
    height: 100px;
  }

  .course-info h6{
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
  }

  .course-info p{
    font-weight: 400;
    font-size: 10px;
    line-height: 18px;
  }

  .course-info span{
    font-weight: 400;
    font-size: 10px;
    line-height: 18px;
    color: var(--muted-dark-text);
  }

  .course-info .continue-arrow h6{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: var(--continue-text);
  }

  .course-info .continue-arrow h6 i{
    font-style: normal;
    font-size: 12px;
  }

  /* Setting page */
  .setting-content{
    margin-top: 23% !important;
  }

  .setting-content .profile-picture{
    width: 100px;
    height: 100px;
    border-radius: 100%;
  }
  .profile-picture-holder{
    display: grid;
    align-items: center !important;
    justify-content: center;
  }
  .setting-width{
    width: 100%;
  }

  .selectdiv select{
    width: 85vw;
  }

  /* Profile Page */
  .setting-content .profile-pix{
    width: 100px;
    height: 100px;
    border-radius: 100%;
  }

  .user-details{
    margin-bottom: 30px !important;
  }

  .user-details h6{
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: var(--dark-text);
    text-align: center;
  }

  .user-details p{
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: var(--muted-dark-text);
  }

  .user-details span{
    padding: 7px;
    padding-left: 8px;
    margin: 12px;
  }

  .user-details span a{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: var(--mode-blue);
  }

  .project-house{
    margin-bottom: 10px;
    -ms-overflow-style: none;  /*Internet explorer*/
    scrollbar-width: none;    /*firefox*/
  }

  .project-house::-webkit-scrollbar{
    display: none;  /*Safari & chrome*/
  }

  .project{
    width: 60vw !important;
    margin: 5px;
  }

  /* Sharable Profile */
  .shareable-profile{
    padding: 20px;
  }

  .profile-details .user-details{
    padding-top: 0 !important;
  }

  .profile-details .user-details h6{
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: var(--dark-text);
    text-align: center !important;
  }

  .profile-details .user-details p{
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: var(--muted-dark-text);
    text-align: center !important;
  }

  .profile-details .user-details span{
    padding: 4px;
    padding-left: 7px;
    margin: 12px;
    text-align: center !important;
  }

  .profile-details .user-details span a{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: var(--mode-blue);
    text-align: center !important;
  }

  .shareable-facebook{
    margin-left: 0% !important;
  }

  /* Login Page */
  .p-login{
    padding: 1.5rem;
  } 

  .first-login-div{
    background-size: 50%;
    background-position: right;
    height: 80px !important;
    border-radius: 0 !important;
    border-bottom-left-radius: 200px !important;
    margin-bottom: 30px;
  } 

  .first-login-div,.first-reset-div{
    min-height: 80px !important;
    border-radius: 0 !important;
    border-bottom-left-radius: 200px !important;
    margin-bottom: 30px;
  }

  .login-div-holder{
    background: #FCFCFD;
  }

  .second-login-div{
    border-radius: 0;
  }

  .second-login-div h1{
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 35px;
  }

  .google-btn{
    height: 50px;
  }

  .or{
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 25px !important;
  }

  .login-form input[type=email],input[type=password],input[type=text]{
    height: 50px;
    margin-bottom: 8px !important;
  }

  .login-btn{
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 29px; 
  }

  .login-info{
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
  }

  .login-botton-div{
    min-height: 80px;
    border-top-right-radius: 200px !important;
  }

  .forgot-top-div{
    min-height: 80px;
    border-bottom-left-radius: 200px !important;
    margin-bottom: 30px;
  }



































































































}