.btn-border_ab1 {
  display: inline-block;
  text-align: center;
  width: 280px;
  background-color: #0075c2;
  border: 1px solid #0075c2;
  font-style: normal;
  font-size: 17px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  padding: 15px 0px 15px 0px;
  border-radius: 6px;
  transition: .3s;
}

.btn-border_ab1:hover {
  background-color: #ffffff;
  border-color: #0075c2;
  color: #0075c2;
}

.btn-border_ab1_no {
  display: inline-block;
  text-align: center;
  width: 280px;
  background-color: #9A9A9A;
  border: 1px solid #9A9A9A;
  font-style: normal;
  font-size: 17px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  padding: 15px 0px 15px 0px;
  border-radius: 6px;
  transition: .3s;
}

.ab_1 {
	font-size: 20px;
	font-weight: bold;
	color: #0075c2;
}

.ab_2 {
	font-size: 15px;
	padding: 0.6em
}

.ab_3 {
	font-size: 14px;
	font-weight: bold;
	color: #0075c2;
}