i.fas.fa-long-arrow-alt-left {
    font-size: 12px;
}
i.fas.fa-long-arrow-alt-right {
    font-size: 12px;
}
a{
  text-decoration: none;
}

p, li, a{
  font-size: 14px;
}


.pagination {
    padding: 20px 0px 50px 0px;
}
.pagination ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.pagination a{
  display: inline-block;
  padding: 10px 18px;
  color: #222;
}
ul li{
  font-size: 14px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
}
.p1 a{
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  text-align: center;
  background-color: #E9E9E9;
  border-radius: 100%;
  color: #222222;
  margin: 3px;
}
.p1 a.is-active{
  background-color: #E9E9E9 !important;
    border-radius: 100%;
    color: #222222;
    border: 2px solid #222222;
}
.p1 a.is-active li {
    position: relative;
    top: -1px;
}