
.circleStroke:before{
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    padding-left: 6px;
    padding-right: 6px;
    vertical-align: middle;
    content: "\f111";
    font-weight: 0;
 }
  
.anchor-menu {
  margin: 100px auto;
  margin-right: 0px;
  z-index: 50;
  position: fixed;
  right: 0;
  top: 50px;
}


.anchor-menu ul {
  font-size: 12px;
  line-height: 30px;
  list-style-type: none;
  overflow: hidden;
  padding: 0px;
  margin: 0px;
}

.anchor-menu ul a {
  margin-left: 20px;
  text-decoration: none;

  display: block;
 
}

.anchor-menu li {
  cursor: pointer;
}

.anchor-menu li a{ 
  text-align: right;
  color: #fff !important;
}

.anchor-menu ul .selected{ 
  font-weight: bold;
}

.anchor-menu li a:hover { 
  font-weight: bold;
  color: #fff !important;
}

.anchor
{
position: absolute;
top: 100px; /* According to size of menu */

}