.form-teacher1{
   display: table;
   margin: 7px 0;
       border: solid 1px #d1d1d1;
       width: 100%;}
.form-teacher1 h3{
  display: table-cell;
  vertical-align: middle;
  width: 150px;
  text-align: center;
  border-right: solid 1px #d1d1d1;
    padding: 7px;}
.form-teacher1 ul{
  display: table-cell;
      padding: 10px;}
.form-teacher1 ul:before,
  .form-teacher1 ul:after {
    content: " ";
    display: table;}
  .form-teacher1 ul:after{
    clear: both;}
.form-teacher1 ul li{
  list-style:none;
  float: left;
  padding: 7px;
      margin-bottom: 0;}

@media (max-width: 992px){
  .form-teacher1{

   margin: 21px 0;}
  .form-teacher1 h3{
    display: block;
    width: 100%;
    text-align: center;
    border-bottom: solid 1px #d1d1d1;
    border-right: none;
    padding: 20px;}
  .form-teacher1 ul{
   display: block;}
}
.sidebar-menu-2-3 .nav-menu .expanded .level-menu .menu-item.menu-item:last-child{
      padding-bottom: 14px;}