body{
  position: relative;
  min-height: 100vh !important;
  padding-bottom: 40px;
}
.next-btn, .review-all, .review-uncompleted, .review-unique{
  border-right: 2px solid;
  cursor: pointer;
}
.equations{
  border-left: 2px solid;
  cursor: pointer;
}
.second-nav{
  background-color: #034892e5 ;
}
.question-main-section .col-md-6:first-child{
    border-left: 5px solid #1d4b8c;
    min-height: 81vh;
}
.question-main-section .col-md-6:last-child{
    border-right: 5px solid #1d4b8c;
    min-height: 81vh;
}
.bg-primary{
  background-color: #1d4b8c !important;
}