
.b-btm{
border-bottom: 1px solid #6e2f9f;
}
.student_nav{
  flex-direction: column;
  grid-gap:0px;
  justify-content: space-around;
}

.student_nav_container{
  border-bottom: 1px solid #6f2f9f27;
}

@media only screen and (min-width: 600px)
{
    .b-btm{
      border-bottom: 1px solid #6e2f9f;
    }
}

@media only screen and (min-width: 768px)
{
    .b-btm{
      border-bottom: none;
    }
    .student_nav{
      flex-direction: row;
      grid-gap: 10px;
      justify-content: space-around;
    }
}
   
@media only screen and (min-width: 1100px)
{
    .b-btm{
      border-bottom: none;
    }
    .student_nav{
      flex-direction: row;
      grid-gap: 10px;
      justify-content: space-around;
    }
}

@media (max-width: 767px) {
  .student_nav_container{
    border-bottom: none;
    padding-left: 15px!important;
    padding-right: 15px!important;
  }

  .student_nav .nav-item{
    border-right: none !important;
  }

  .student_nav .nav-item{
    text-align: left;
  }

  .future-students.student_nav{
    width: 100%;
  }

  .student_nav .nav-item:last-child{
    padding-right: 10px
  }
}

@media (min-width: 576px) and (max-width: 767px){
  .student_nav_container {
    max-width: 540px;
    margin: auto;
    padding-left: 15px!important;
    padding-right: 15px!important;
  }
}