@media only screen and (min-width:320px) and (max-width:768px){
  .res-none{display: none !important;}
  .authentication-page{height: 100vh;}
  .authentication-page .card{
    height: auto;
  }
  .auth-left-sec{
    text-align: center;
    margin-top: 30px;
  }
  .login-card-body{
    padding: 2.25rem 2rem;
  }
  .login-card-body .login-heading{
    font-size: 25px;
  }
  .app-icons{
    justify-content: center;
  }
  .app-icons a{
    margin-right: 0px;
    text-align: center;
  }
  .app-icons a img{
    width: 90%;
  }
  .login-card-body.step-two .col{
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
  .logo-text{
    font-size: 14px;
  }
  [class*="sidebar-dark-"] .sidebar a{
    font-size: 13px;
  }
  .profile-dropdown .user-name{
    font-size: 14px;
  }
  .profile-dropdown .dropdown-menu li span{
    font-size: 13px;
  }
  .profile-dropdown .dropdown-menu li i{
    font-size: 18px;
  }
  /*.notification-panel{width: 95%;}*/

  .dashboard-card-list-item{
    width: 30%;
  }
  .dashboard-card-list-item .dash-icons{
    display: none;
  }
  .dashboard-card-list-item .ml-3{
    margin-left: 0px !important;
  }
  .dashboard-card-list-item .dash-card-heading{
    font-size: 13px;
  }
  .dashboard-card-list-item .inner-block{
    justify-content: center;
  }
  .main-footer{font-size: 8px;}
  .table td, .table th {
    padding: 7px 10px !important;
    font-size: 13px;
  }
  .breadcrumb{
    display: none;
  }
  #progressbar li:before {
    width: 35px;
    height: 35px;
    line-height: 30px;
    display: block;
    font-size: 19px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
    text-align: center;
  }
  #progressbar li:after{top: 18px;}
  .back-link, .back-link:hover{font-size: 13px;}
  table .form-control {
    width: auto;
  }
  #map{width: 300px;}

  .btn-black, .btn-black:hover {
    background-color: var(--theme-black-color);
    color: #fff;
    border-radius: 8px;
    font-size: 13px;
    padding: 5px 8px 5px;
  }
  .btn-white, .btn-white:hover {
    background-color: #fff;
    border-color: 1px solid var(--theme-black-color);
    border-radius: 8px;
    font-size: 13px;
    padding: 5px 8px 5px;
  }
  .fixed-btn{
    position: fixed;
    bottom: 3rem;
    right: 4.625rem;
    z-index: 1040;
    /*box-shadow: 0 1px 20px 1px var(--theme-black-color);*/
    /*box-shadow: 0 2px 6px 0 rgb(28 28 28);*/
    padding: 5px 8px 5px;
  }
  .fixed-btn:hover {
    box-shadow: none;
    padding: 5px 8px 5px;
  }
  .fixed-btn-list{
    position: fixed;
    bottom: 3rem;
    right: 4.625rem;
    z-index: 1040;
  }
  .fixed-btn-list li button, .fixed-btn-list li a{ padding: 5px 8px 5px; }
  .job-type a {margin-right: 10px;}

  .card-body table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .card-body table::-webkit-scrollbar{ height:5px !important;}
  .card-body table::-webkit-scrollbar-thumb{ background:#333 !important;}
  .job-card{
    width: 95%;
  }
  .cal-container{
    height: 600px; justify-content: center; flex-direction: column; align-items: center;
  }
  .cal{
    width: 100%;
  }
  .cal .calendar-wrapper{height: 100%;}
  .day {
    width: 15px !important;
  }
  .week .day.header span{width: 35px !important;}
  .day span{left: 0% !important;}
}

@media only screen and (min-width:768px){
  .desk-none{display: none !important;}
  /*.notification-panel{width: 60%;}*/
}