section.unclaimed_amounts-wrap h1 {
  font-size: 28px;
  font-weight: bold;
}

section.unclaimed_amounts-wrap .container {
  width: 90%;
  max-width: 90%;
}
section.unclaimed_amounts-wrap {
  padding: 65px 0;
}
.uncliamamount-sub a {
  color: #4a4c4d;
  margin-right: 25px;
  font-size: 18px;
  opacity: 40%;
  padding-bottom: 8px;
  font-weight: 700;
    font-family: 'Gotham-Light';
}

.uncliamamount-sub {
  margin-top: 24px;
}

.uncliamamount-sub a.active {
  color: #4a4c4d;
  opacity: 100%;
  border-bottom: 2px solid #d57f17;
}
.uncliamamount-sub a:hover {
  text-decoration: none;
}
section.unclaimed_amounts-wrap table.tableunclaim1 {
  margin-top: 50px;
  width: 100%;
}
section.unclaimed_amounts-wrap table.tableunclaim1 tr td {
  text-align: center;
  padding: 12px 10px;
  font-size: 11px;
  border: 1px solid #000000;
  border-right-color: #ccc;
  border-left-color: #ccc;
  font-family: 'Gotham-Light';
  font-weight: 700;
}

section.unclaimed_amounts-wrap table.tableunclaim1 thead tr th {
  background-color: #000;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    padding: 15px 15px;
    line-height: 1.25;
    border: 1px solid #ccc;
    border-bottom: 0;
    /* min-width: 250px; */
}
.nodaloff {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}

.nodaloffsub {
  display: flex;
  flex-direction: column;
}

.nodaloffsub a {
  font-size: 18px;
  color: #4a4c4d;
  font-weight: 500;
}

.nodaloffsub span {
  color: #d57f17;
  font-weight: 500;
}

.nodaloffsub a {
  text-decoration: none;
  font-weight: 500;
  margin-top: 8px;
}
section.unclaimed_amounts-wrap table.tableunclaim2 {
  margin-top: 75px;
  width: 100%;
}
section.unclaimed_amounts-wrap table.tableunclaim2 tr td {
  text-align: center;
  padding: 12px 10px;
  font-size: 11px;
  border: 1px solid #000000;
  border-right-color: #ccc;
  border-left-color: #ccc;
  font-family: 'Gotham-Light';
  font-weight: 700;
}

section.unclaimed_amounts-wrap table.tableunclaim2 thead tr th {
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  padding: 15px 15px;
  line-height: 1.25;
  border: 1px solid #ccc;
  border-bottom: 0;
}

.findarecord form {
  background-color: #f4f4f4;
  padding: 55px 40px;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.findarecord .form-group {
  width: 25%;
  margin-bottom: 0;
}

.findarecord form button {
  height: 45px;
  font-size: 16px;
  align-self: end;
  width: 20%;
  background-color: #d57f17;
  border: 1px solid;
  border-radius: 0;
}

.findarecord {
  padding: 75px 0 0px;
  width: 100%;
  margin: auto;
}

.findarecord .form-group input {
  border-radius: 0;
  border-color: #d57f17;
  padding: 0.575rem 14px;
  height: 45px;
  font-size: 13px;
}

.findarecord .form-group input::placeholder {
  opacity: 0.5;
}

.findarecord .form-group label {
  padding-bottom: 8px;
  font-family: 'Gotham-Light';
    font-weight: 700;
}

.findarecord h6 {
  color: #4a4c4d;
  padding-bottom: 25px;
  font-size: 20px;
  font-family: 'GOTHAM-BOLD';
}
.formfind_para {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
  font-size: 14px;
}
@media screen and (min-width: 1500px) and (max-width: 1649px) {
  section.unclaimed_amounts-wrap h1 {
    font-size: 36px;
  }
  .uncliamamount-sub a {
    font-size: 20px;
    margin-right: 40px;
  }
  .nodaloffsub a {
    font-size: 20px;
  }
  .nodaloffsub span {
    font-size: 20px;
  }
}
@media screen and (min-width: 1650px) {
  section.unclaimed_amounts-wrap h1 {
    font-size: 36px;
  }
  .uncliamamount-sub a {
    font-size: 22px;
    margin-right: 40px;
  }
  section.unclaimed_amounts-wrap table.tableunclaim1 thead tr th {
    font-size: 14px;
  }

  section.unclaimed_amounts-wrap table.tableunclaim1 tr td,
  .formfind_para {
    font-size: 13px;
  }

  .nodaloffsub a {
    font-size: 22px;
  }

  .nodaloffsub span {
    font-size: 20px;
  }
  .findarecord .form-group label{
    padding-bottom:18px
  }
  .findarecord .form-group input,.findarecord form button{
    height:55px
  }
  section.unclaimed_amounts-wrap table.tableunclaim2 thead tr th {
    font-size: 14px;
  }
  section.unclaimed_amounts-wrap table.tableunclaim2 tr td {
    font-size: 13px;
  }
  .findarecord h6 {
    font-size: 24px;
  }
  .findarecord .form-group input,
  .findarecord form button,
  .findarecord .form-group label {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .nodaloff {
    flex-direction: column;
  }

  .nodaloffsub:not(:last-child) {
    margin-bottom: 20px;
  }

  .uncliamamount-sub a {
    margin-right: 10px;
    font-size: 13px;
  }
  .uncliamamount-sub a:last-child {
    margin-right: 0;
  }
  section.unclaimed_amounts-wrap table.tableunclaim1 thead tr th {
    font-size: 12px;
  }

  .findarecord {
    padding: 50px 0;
    width: 100%;
  }

  .findarecord form {
    flex-direction: column;
    padding: 30px 35px;
  }

  .findarecord .form-group {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .findarecord .form-group label {
    padding-bottom: 0;
  }
  .findarecord form button {
    width: 100%;
    margin-top: 1rem;
  }
  .formfind_para {
    flex-direction: column;
  }
  .findarecord {
    padding-bottom: 0;
  }
  section.unclaimed_amounts-wrap table.tableunclaim2 {
    margin-top: 50px;
  }
  section.unclaimed_amounts-wrap .container {
    width: 100%;
    max-width: 100%;
  }
}
section.unclaimed_amounts-wrap thead tr {
  border-bottom: inherit;
}
section.unclaimed_amounts-wrap {
  padding: 20px 0 65px;
}
@media  (max-width:767px){
  section.unclaimed_amounts-wrap .container {
  width: 90%;
}
section.unclaimed_amounts-wrap {
  padding-top: 0px;
}
.formfind_para p {
  font-size: 12px;
}
.findarecord .form-group label {
  padding-bottom: 12px;
  font-size: 16px;
}
.findarecord .form-group {
  margin-bottom: 32px;
}
.nodaloffsub a {
  font-size: 16px;
}
}

@media (min-width:1200px){
  .findarecord form button {
      align-self: auto;
      /* margin-top: 30px; */
  }
}
  
@media (min-width:1650px){
      .findarecord form button{
          margin-top:0px
      }
      .findarecord .form-group .error{
        font-size: 18px;
      }
}
  
.findarecord .form-group .error{
  padding-top: 10px;
  font-family: 'Gotham-Light';
  font-weight: bold;
}
.section6kcsj img{
    position: absolute;
    right: -5px;
    top: -10%;
    width: 32%;
}

.formfind_para p {
    font-family: 'Gotham-Light';
    font-weight: 700;
}
.nodaloffsub a {
  font-family: 'Gotham-Light';
  font-weight: bold;
}

.nodaloffsub span {
  font-family: 'Gotham-Light';
  font-weight: bold;
}
section.unclaimed_amounts-wrap p {
  line-height: 1.5;
  margin-top: 20px;
}

@media (min-width:1500px){
section.unclaimed_amounts-wrap p {
  font-size: 16px;
}
}

@media (min-width:1700px){
section.unclaimed_amounts-wrap p {
  font-size: 18px;
}
}

section.unclaimed_amounts-wrap table.tableunclaim1 tr td,section.unclaimed_amounts-wrap table.tableunclaim2 tr td {
  border: 0;
  border-bottom: 1px solid #e3e3e3;
}

section.unclaimed_amounts-wrap table.tableunclaim1,section.unclaimed_amounts-wrap table.tableunclaim2 {
  border: 0;
}
section.unclaimed_amounts-wrap table.tableunclaim1 thead tr th,
section.unclaimed_amounts-wrap table.tableunclaim2 thead tr th {
    border-right: 0 !important;
    border-left: 0;
}
.findarecord .form-group .error {
  font-size: 12px;
}
.findarecord form button{
  font-size:13px
}
@media (min-width:1650px){
  .findarecord form button, .findarecord .form-group .error{
      font-size:15px
  }
}