.tns-nav{
  text-align: center;
  margin-top: 15px;
  margin-bottom: 10px;
}

.tns-nav button{
  height: 10px;
  width: 10px;
  background-color: #B1B0B0;
  border: none;
  margin-left: 12px;
  border-radius: 50%;
}

.tns-nav .tns-nav-active{
  background-color: #FD7D00 ;
}