.newListUrl {
  margin-top: 53px;
}
.newListUrl-Go {
  border-radius: 10px;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}
.newListUrl-Go > a {
  width: clamp(85px, 27.8vw, 130px);
  padding: 10px 0;
  display: block;
  text-align: center;
  font-family: "Noto Sans HK";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border: 1px solid var(--Grand-Grey, #e8e0d5);
}
.newListUrl-Go > a:nth-child(1) {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.newListUrl-Go > a:nth-child(2) {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.newListUrl-Go .active {
  color: var(--White, #fff);
  background: var(--Brand-Blue, #005bab);
}

.input-group {
  border-radius: 50px;
  width: 123px;
  position: absolute;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}
.input-group input {
  width: 123px;
  padding: 10px 11px;
  color: var(--Brand-Blue, #005bab);
  font-family: "Noto Sans HK";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
  border-radius: 100px;
  border: 3px solid var(--Brand-Blue, #005bab);
  background: var(--White, #fff);
  position: relative;
}
.input-group input::-moz-placeholder {
  color: var(--Brand-Blue, #005bab);
}
.input-group input::placeholder {
  color: var(--Brand-Blue, #005bab);
}
.input-group form {
  width: 123px;
  color: var(--Brand-Blue, #005bab);
}
.input-group form button {
  background: url("../images/search.svg") no-repeat;
  background-size: contain;
  width: 16px;
  height: 17px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 8;
  animation: searchIcon 1s linear infinite;
}

.pubilc-title h2::after {
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
}

#jjvideoModal iframe {
  height: 300px;
}

@media screen and (min-width: 430px) {
  .newListUrl-Go > a {
    width: 130px;
    font-size: 18px;
  }
  .input-group {
    width: 150px;
  }
  .input-group input {
    width: 150px;
    font-size: 18px;
    padding: 10px 20px;
  }
  .input-group form {
    width: 123px;
    color: var(--Brand-Blue, #005bab);
  }
  .input-group form button {
    width: 20px;
    height: 20px;
    right: 20px;
  }
}
@media screen and (min-width: 992px) {
  .newListUrl-Go > a {
    width: 170px;
    padding: 15px 0;
    font-size: 24px;
    line-height: normal;
    letter-spacing: 2.4px;
  }
  .press-release-Box-List-item-text .new-public-button {
    padding: 14px 25px;
  }
  .input-group {
    width: 220px;
    border-radius: 100px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  }
  .input-group input {
    width: 220px;
    font-size: 18px;
    padding: 14px 20px;
    border: 3px solid var(--Brand-Blue, #005bab);
    font-size: 24px;
    line-height: normal;
    letter-spacing: 2.4px;
  }
  .input-group form {
    width: 220px;
    color: var(--Brand-Blue, #005bab);
  }
  .input-group form button {
    width: 24px;
    height: 24.662px;
    right: 20px;
  }
  #jjvideoModal iframe {
    height: 600px;
  }
}