@media only screen and (max-width: 600px) {

  /* new register mobile css */
  .sidenav {
    z-index: 30 !important;
  }

  .RegistrationSection h2 {
    font-size: 14px;
  }

  .RegistrationSection .whtMobilePlans {
    width: 33%;
  }

  .formSection .plans .plan {
    width: 45% !important;
  }

  .formSection .plans .plan .plan-content {
    padding: 8px !important;
  }

  .ExamsInfoPageSection .ExamsInfoPageBox .tabcontent .tab_panel .ExamsInfoPageBoxTabsUl {
    width: 50% !important;
  }

  .ExamsInfoPageSection .ExamsInfoPageBox .tabcontent .tab_panel .tab-content .center_container {
    width: 100% !important;
  }

  .modal-dialog {
    max-width: 80% !important;
  }

  .NotificationVideosSection img {
    height: auto;
  }

  .ExamsInfoPageSection .tab-search-area {
    display: block;
    text-align: center;
  }

  .examSearch {
    text-align: center;
    margin-top: 10px;
  }

}