@media screen and (max-width:  1050px){
  /*body{
    background: yellow;
  }*/
}

/* Tablets */
@media screen and (max-width:  940px){
  /*body{
    background: blue;
  }*/

  .desktop{
    display: none;
  }

  .phone{
    display: block !important;
  }

  /* Navbar */
  .main{
    margin-top: 7.4vh;
  }

  /* footer */
  .footer-div{
    padding: 3rem;
    padding-right: 3rem;
    padding-bottom: 1rem;
  }

  .footer-logo{
    display: flex;
    justify-content: left;
    align-items: left;
  }

  .email-holder{
    display: block;
    justify-content: center;
    background: var(--bg-secondary);
    padding: 0px;
  }

  .subscription-house .email-holder button{
    min-width: 100%;
  }

  .subscription-house .email-holder input[type=email]{
    width: 100%;
    height: 45px;
    margin-bottom: 20px;
    border: none;
    padding: 10px;
    background: var(--white);
    border: 1px solid var(--white);
    border-radius: 10px;
    color: #0F1420;
  }

  .support{
    padding-left: 4.5rem;
  }

  .desktopt{
    display: block !important;
  }

  .quick-links-house .quick-links-div h6{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
  }

  .quick-links-house .quick-links-div li a{
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
  }

  
  .banner{
    min-height: 60vh;
    padding: 40px 6.3vw;
    background-position: right bottom, bottom right;
    background-size: 63%,35%;
  }

  .banner-info{
    width: 60vw;
    left: 0;
  }

  .div-padding{
    padding: 0vw 4.3vw;
  }


  .signup-btn-div{
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .signup-btn-div .my-button{
    width: 100%;
  }

  .signup-btn-div a:hover{
    background: var(--mode-blue) !important;
    color: var(--white) !important;
  }

  /* Menu */
  #menuModal .menuModal{
    width: 40vw !important;
  }

  /* login for user and instructor */
  .login-holder{
    width: 100%;
  }

  .login-holder ul li{
    width: 30%;
    margin-left: 50px;
    margin-bottom: 5px;
    text-align: center;
    font-weight: bolder;
  }
 
  /*User dashboard*/






















}


/* Phone styling */

@media screen and (max-width:  536px){
  body{
    /*background: pink;*/
  }

  .desktop{
    display: none;
  }

  .phone{
    display: block !important;
  }

  /* Navbar */
  .main{
    margin-top: 9.5vh;
  }

  .phone-header-logo{
  width: 90px;
  height: 75px;
  }

  #menuModal .menuModal{
    width: 80vw !important;
  } 

  .menuModal .modal-logo{
    width: 90px;
    height: 80px;
  }

  /* footer */
  .footer-div{
    padding: 25px;
  }

  .footer-logo{
    display: flex;
    justify-content: left;
    align-items: left;
  }

  
  .quick-links-house .quick-links-div h6{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
  }

  .quick-links-house .quick-links-div li a{
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
  }

  /* Home page */
  .banner{
    min-height: 50vh !important;
    padding: 30px 6.3vw;
    background-position: 35vw bottom !important;
    background-size: 89%;
  }

  .banner-info{
    width: 88vw;
    left: 0;
  }

  .banner-info h3{
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.9375rem;
  }

  .banner-info p{
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
  }

  .banner-info .my-button{
    width: 2% !important;
    padding:  16px 20px;
    font-size: 10px;
  }

  .banner-info .play-store-img{
    width: 30%;
  }

  .div-padding{
    padding: 0vw 8.3vw;
  }

  .div-push-padding{
    padding: 5rem 2rem;
  }

  .e-headings{
    font-style: normal;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 2.1875;
  }

  /*Banner*/
  .pB{
    padding: 0;
  }

  .big-download-div{
    height: 57vh;
    border-radius: 0;
    background-position:  center bottom ;
    background-size: 30%;
  }

  .pushB{
    padding: 5rem 1rem;
  }

  .big-download-div h3{
    font-size: 1.875rem;
    line-height: 2.1875rem;
  }

  .big-download-div p{
    font-weight: 500;
    font-size: 0.8125rem;
    line-height: 1.625;
    text-align: center;
    color: var(--white);
  }

  .big-download-div img{
    width: 30%;
  }

  /*user dashboard*/
  /* Home Page */
  .level-select .dropdown{
      width: 2vw !important;
  display: block;
}
  .course{
    width: 320px;
    min-height: 30vh;
  }

  .course .course-img{
    height: 15vh;
  }

  .course h5{
    font-style: normal;
    font-weight: 500;
    font-size: 1.0625rem;
    line-height: 1.625rem;
    color: var(--bg-blue);
  }

  .course p{
    font-style: normal;
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 1.425rem;
    color: var(--muted-dark-text);
  }

  /* Course content */
  .course-content-house h6{
    font-size: 12px;
    line-height: 18px;
  }

  .course-lesson  i{
    font-size: 18px;
  }

  .lesson-div{
    padding-top: 0 !important;
  }

  .second-course-content-div{
    padding: 0;
  }

  /*Lesson*/
  .lesson-video video{
    width: 100%;
  }

  .activation-div{
    width: 100% !important;
  }
























































































}