@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5vAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Me5Q.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9vAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlvAw.ttf) format('truetype');
}
body,
h1,
h2,
h3,
h4,
h6,
p,
label,
span {
  font-family: 'Roboto', sans-serif;
}
.btm_header {
  background-color: #2c368d;
}
.btm_header {
  margin-bottom: 60px;
  padding: 80px 40px;
  text-align: center;
  color: #fff;
}
.btm_header h1 {
  font-weight: 700;
}
.btn {
  padding: 5px 40px;
}
.required-text {
  color: red;
}
.blue_heading {
  color: #2c368d;
  font-weight: 700;
  margin: 15px 0;
}
.content_section {
  padding: 50px 0;
}
table {
  margin-top: 20px;
  margin-bottom: 20px;
}
table td {
  padding: 10px;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  margin-right: 10px;
}
form {
  padding-bottom: 100px;
}
.btn {
  margin-top: 20px;
  background: #2c368d;
  color: #fff;
}
.pagination {
  float: right;
}
.links a {
  background: #2c368d;
}
label {
  font-weight: 400;
}
.table td,
.table th {
  padding: 4px;
  vertical-align:middle;
}
@media (max-width: 767px) {
  .table td,
  .table th {
    display: block;
  }
  .btm_header h1 {
    font-size: 32px;
  }
}
