
.sch-style-5 .sch-pagination ul li a {
  width: 44px;
  height: 44px;
  cursor: pointer;
  background-color: #2c3e50;
  border: none;
  color: #f4b41a;
  border-inline: 0.5px solid #f4b41a;
    border-inline-start-width: 0.5px;
    border-inline-start-style: solid;
    border-inline-start-color: rgb(26, 188, 156);
  display: inline-block;
  text-align: center;
  line-height: 44px;
}
.sch-style-5 .sch-pagination .active {
  background-color: #f4b41a;
  color: #2c3e50;
}
.sch-style-5 .sch-pagination ul li a:hover {
  background-color: #f4b41a;
}

.sch-style-5 .sch-pagination .back-button {
  border-inline-start: none;
}
.sch-style-5 .sch-pagination .next-button {
  border-inline-end: none;
}
.sch-style-5 .sch-pagination {
  text-align: center;
  margin: 0 auto;
  display: inherit;
}
.sch-style-5 .sch-pagination .back-button span,
.sch-style-5 .sch-pagination .next-button span {
  color: #f4b41a;
}
.sch-style-5 .sch-pagination .back-button:hover span,
.sch-style-5 .sch-pagination .next-button:hover span {
  color: #2c3e50;
}
.sch-style-5 .sch-pagination ul {
  padding-inline-start: 0;
  list-style-type: none;
  display: inline-flex;
    border-radius: 22px;
  overflow: hidden;
}
@media (min-width:375px) and (max-width:479px){
	.sch-style-5 .sch-pagination ul li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
}
}
@media (min-width:320px) and (max-width:374px){
		.sch-style-5 .sch-pagination ul li a {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
}
