.paging3 {
    margin: 0;
    display: inline-block;
    margin: 0;
    display: inline-block;
    background-color: #ffffff;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    border: 2px solid #e7ab3c;
  }

  .pagingselected {
    margin: 0;
    display: inline-block;
    margin: 0;
    display: inline-block;
    background-color: #e7ab3c;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    border: 2px solid #e7ab3c;
  }

  .paging {
    padding: 0 17px;
    position: relative;
    display: inline-block;
    z-index: 30;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: #313131;
    line-height: 50px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: none;
    background-color: transparent !important;
    color: #e7ab3c;
    font-weight: 600;
  }


  .listpaging {
    display: inline-block;
    margin-right: 15px;
    text-align: center;
  }
