.h5 {
  position: relative;
  display: block;
  width: 100%;
  background: #f2f2f2;
  padding: 15px 15px 15px 40px;
  color: #000;
  font-weight: 500;
  font-size: 18px;
  border-bottom: 2px solid #ddd;
}

.h5:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 14px;
  width: 13px;
  height: 13px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #157eb047;
  border-radius: 50px;
  border: 1px solid #ddd;
}

.table td:nth-child(1),
.table th:nth-child(1) {
  font-weight: 600;
}
label {
  color: #000;
  font-weight: 600;
  display: inline-block;
}
.inline_fields_row {
  padding-top: 15px;
}
.radio_buttons label {
  font-size: 16px;
  font-weight: 600;
}
.btn_add {
  display: block;
  background: #333;
  color: #fff;
  padding: 0 15px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 46px;
  line-height: 46px;
}
.btn_add:focus,
.btn_add:hover,
.btn_check:focus,
.btn_check:hover,
.btn_clear:focus,
.btn_clear:hover,
.btn_remove:focus,
.btn_remove:hover {
  background: #000;
  color: #fff;
}
.btn_check,
.btn_clear,
.btn_remove {
  text-align: center;
  display: inline-block;
  background: #333;
  color: #fff;
  text-transform: capitalize;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 14px;
}
.box p {
  margin: 0;
  line-height: 44px;
}
.box a.link {
  color: #333;
  font-size: 15px;
  margin-bottom: 5px;
  display: inline-block;
  padding: 8px 18px;
  background: #eee;
  font-weight: 600;
}
.inline_fields {
  position: relative;
}
.hidden_label {
  height: 0;
  opacity: 0;
}
.search_prizebond_box input[type="radio"] {
  width: 18px;
  height: 18px;
  margin-right: 4px;
  margin-bottom: 2px;
  vertical-align: middle;
}
.text_lg_right {
  text-align: right;
}
.text_lg_left {
  text-align: left;
}
.radio_buttons_row {
  display: flex;
  margin-bottom: 15px;
}
.radio_buttons {
  padding-right: 30px;
}
.search_prizebond_box select,
.search_prizebond_box textarea,
.search_prizebond_box input {
  background: #eee;
}
.d-none {
  display: none;
}
.mb_0 {
  margin-bottom: 0;
}
.search_prizebond {
  padding: 20px;
  border: 1px solid #ddd;
}
.pb_list {
  position: relative;
  display: block;
  width: 100%;
  background: #f2f2f2;
  padding: 14px 10px 14px 58px;
  border-bottom: 2px solid #ddd;
  color: #000;
  font-weight: 500;
  font-size: 18px;
}
.pb_list img {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.input-error {
  border: 2px solid #ff3d3d !important;
  background-color: #fff1f1;
}
div#result .table thead tr:nth-child(1) {
  background: #333;
}
div#result .table thead tr:nth-child(1) th {
  text-align: center;
  text-transform: none;
  font-size: 18px;
}
.mt_20 {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .text_lg_left,
  .text_lg_right {
    text-align: center;
  }
  .box p {
    line-height: 30px;
    margin-bottom: 10px;
  }
  .btn_add {
    max-width: 100%;
  }
  .box a.link {
    color: #333;
    font-size: 12px;
    margin-bottom: 5px;
    display: inline-block;
    padding: 8px 10px;
    background: #eee;
    font-weight: 700;
  }
  .sm_txt {
    margin-bottom: 0;
    margin-top: 15px;
    font-size: 15px;
    line-height: 23px;
  }
  .radio_buttons_row {
    display: block;
  }
  .radio_buttons {
    padding-top: 10px;
  }
}

.commentsarea {
  background: #f1f1f1;
}

.comments-area ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.comments-area ol li.comment {
  position: relative;
  padding-left: 65px;
  margin-bottom: 25px;
}
.comments-area ol .comment-author img {
  border-radius: 50px;
  margin-right: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
}
.comments-area ol .comment-author cite.fn {
  font-style: normal;
  font-weight: 600;
}
.comments-area ol li.comment .comment-meta.commentmetadata {
  font-size: 14px;
  display: inline-block;
}
.comments-area ol li.comment .reply a {
  color: #000;
  font-weight: 600;
  font-size: 12px;
  text-decoration: underline;
}
.comments-area ol li.comment ol.children {
  margin-top: 25px;
}
.comments-area ol li.comment .comment-author {
  display: inline-block;
  margin-right: 3px;
}
.comments-area ol li.comment p {
  margin-bottom: 0;
}
.comment-form textarea {
  height: 150px;
  margin: 0;
}
.comment-form input[type="text"],
.comment-form input[type="email"] {
  margin-bottom: 0;
}
.comment-form label {
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
}
.comment-form .comment-form-cookies-consent label {
  margin-bottom: 0;
}
.comment-form .form-submit input[type="submit"] {
  margin: 0;
  width: auto;
  padding: 0 20px;
  background: #001e5a;
  color: #fff;
  border: none;
}
.comment-form .form-submit input[type="submit"]:hover {
  background: #000;
  color: #fff;
}
.comment-form .comment-form-cookies-consent {
  position: relative;
  padding-left: 25px;
}
.comment-form .comment-form-cookies-consent input[type="checkbox"] {
  margin: 0;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 5px;
  left: 0;
}
@media (max-width: 991px) {
  .comments-area ol .comment-author img {
    width: 35px;
    height: 35px;
  }
  .comments-area ol li.comment {
    padding-left: 45px;
  }
  .comments-area ol li.comment .comment-author {
    display: block;
    margin-right: 0px;
  }
  .comments-area ol li.comment .comment-meta.commentmetadata {
    display: block;
  }
  .comments-area ol li.comment ol.children {
    margin-top: 20px;
  }
  .comments-area ol li.comment {
    margin-bottom: 20px;
  }
}
