.buttonblock {
  display: block;
  width: 100%;
  border: none;
  background-color: #4caf50;
  color: white;
  padding: 14px 28px;
  margin-bottom: 10px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
}

.buttonblock:hover {
  background-color: #ff4000;
  color: white;
}

/* For Index.php Styling */
.style1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: medium;
}
.style4 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #ff0000;
  font-weight: bold;
  font-size: small;
}
.style5 {
  color: #0000cc;
}
.style20 {
  color: #400040;
  font-size: medium;
}
a:link {
  color: #ff0000;
}
.style24 {
  font-size: medium;
}
.style30 {
  font-size: 12px;
  color: #c62521;
}


.style31 {
  color: #ff3333;
}

.style33 {
  color: #cc0000;
}


.link {
  padding: 10px 15px;
  background: transparent;
  border: #bccfd8 1px solid;
  border-left: 0px;
  cursor: pointer;
  color: #ff3333;
  font-size: 13px;
}
.disabled {
  cursor: not-allowed;
  color: #bccfd8;
}
.current {
  background: #bccfd8;
}
.first {
  border-left: #bccfd8 1px solid;
}
.question {
  font-weight: bold;
}
.answer {
  padding-top: 10px;
}
#pagination {
  margin-top: 20px;
  padding-top: 30px;
  border-top: #f0f0f0 1px solid;
}
#paginationtop {
  margin-top: 1px;
  padding-top: 1px;
}
.dot {
  padding: 10px 15px;
  background: transparent;
  border-right: #bccfd8 1px solid;
}
#overlay div {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -32px;
  margin-left: -32px;
}
.page-content {
  padding: 20px;
  margin: 0 auto;
}
.pagination-setting {
  padding: 10px;
  margin: 5px 0px 10px;
  border: #bccfd8 1px solid;
  color: #607d8b;
}

/* For Styling the Products & Services */
.style7 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style11 {
  color: #990000;
}

.style17 {
  font-size: 14px;
  color: #ff0000;
  font-weight: bold;
  font-style: italic;
}
#apDiv1 {
  position: absolute;
  float: right;
  margin-top: 12px;
  margin-left: 827px;
  padding-right: 10px;
  overflow: hidden;
  z-index: 101;
}
