.pagination-style {
  margin: auto;
  width: fit-content;
  background-color: #ffffff;
  border-radius: 100px;
  border: 1px solid #ababab; }

.pagination {
  font-size: 16px;
  text-align: center;
  margin: 0;
  padding: 0px; }

.disabled {
  padding-left: 8px !important;
  padding-right: 8px !important;
  font-size: 16px !important; }

.pagination a {
  color: #4a4a4a;
  cursor: pointer;
  padding-left: 8px;
  padding-right: 8px;
  text-decoration: none;
  font-size: 16px;
  border-left: 1px solid #ababab;
  padding-top: 2px;
  padding-bottom: 3px; }

a.previous_page {
  border-left: white; }

a:hover {
  background-color: unset !important;
  color: unset !important;
  border-color: unset !important;
  border-bottom: unset !important; }

.pagination .current {
  border-bottom: 1px solid #679f1e;
  color: #3a3a3a;
  font-weight: 500;
  padding-left: 8px;
  font-size: 16px;
  padding-right: 8px;
  border-left: 1px solid #ababab;
  font-style: normal;
  padding-top: 2px;
  padding-bottom: 2px; }

.city-name {
  margin-top: 25px;
  margin-bottom: 25px; }

.top-board {
  padding-bottom: 10px;
  padding-top: 10px; }

.top-heading {
  margin-top: 120px;
  font-weight: bold; }

.heading {
  font-weight: bold; }

.company_rank {
  padding-right: 7px;
  padding-top: 9px; }
  @media screen and (max-width: 414px) {
    .company_rank {
      padding-left: 2px;
      padding-top: 0px; } }
