.compare-box {
  padding: 50px 60px 80px;
  border: 1px solid #E1E2E8;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.compare-box-text {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.compare-box-text .text-left {
}
.compare-box-text .text-left .textAndImg {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.compare-box-text .text-left .textImg {
  width: 16px;
}
.compare-box-text .text-left h5 {
  font-family: HarmonyOS Sans SC;
  font-size: 17px;
  font-weight: 300;
  line-height: 32px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
  display: flex;
  align-items: flex-start;
}
.compare-box-text .text-left h5 span {
  flex-shrink: 0;
}
.compare-box-text .text-left p {
  padding-left: 34px;
  font-family: HarmonyOS Sans SC;
  font-size: 17px;
  font-weight: 300;
  line-height: 32px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
  display: flex;
  align-items: flex-start;
}
.compare-box-text .text-left p span {
  flex-shrink: 0;
}
.compare-box-form {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}
.compare-box-form .input-box {
  width: calc(50% - 20px);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.compare-box-form .input-box .item-p {
  font-family: HarmonyOS Sans SC;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.1px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
}
.compare-box-form .input-box .item-p::before {
  content: "*";
  color: #D26676;
}
.compare-box-form .input-box .item-p span {
  float: right;
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: HarmonyOS Sans SC;
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #0A7766;
}
.compare-box-form .input-box .item-input {
  position: relative;
  width: 100%;
  height: 56px;
}
.select2 {
  width: 100%;
  height: 100%;
}
.selection {
  display: block;
  width: 100%;
  height: 100%;
}
.select2-container .select2-selection--single {
  border: 1.2px solid #E1E2E8 !important;
}

.select2-container .select2-selection--single {
  display: block;
  width: 100%;
  height: 100% !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: flex !important;
  align-items: center;
  padding-left: 17px !important;
  width: 100%;
  height: 100% !important;
}
.select2-container .select2-selection__placeholder {
  font-size: 18px;
  font-weight: 300;
  color: #757575;
}
.select2-container .select2-selection__arrow {
  top: 50% !important;
  transform: translateY(-50%);
}
.compare-box-form .input-box .item-input .captcha {
  width: 80px;
  height: auto;
  position: absolute;
  top: 50%;
  /* right: 32px; */
  right: 52px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.compare-box-form .input-box .item-input input,
.compare-box-form .input-box .item-input select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 17px;
  height: 100%;
  border: 1.2px solid #E1E2E8;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  font-family: HarmonyOS Sans SC;
  font-size: 18px;
  font-weight: 300;
  line-height: 21.1px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.compare-box-form .input-box .item-input input:focus,
.compare-box-form .input-box .item-input select:focus,
.compare-box-form .input-box .item-input input:focus-visible,
.compare-box-form .input-box .item-input select:focus-visible {
  outline: 1.2px solid #007766;
}

.compare-box-btn {
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.compare-box-btn button {
  cursor: pointer;
  width: 190px;
  height: 54px;
  background-color: #ffffff;
  outline: 1px solid #007766;
  border: 1px solid #007766;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  font-family: HarmonyOS Sans SC;
  font-size: 20px;
  font-weight: 400;
  line-height: 23.44px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #007766;
  transform: scale 0.3s ease;
  -webkit-transform: scale 0.3s ease;
  -moz-transform: scale 0.3s ease;
  -ms-transform: scale 0.3s ease;
  -o-transform: scale 0.3s ease;
}
.compare-box-btn button:hover {
  transform: scale(1.01);
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -o-transform: scale(1.01);
}
.compare-box-btn button:last-child {
  background-color: #007766;
  color: #ffffff;
}

@media screen and (max-width: 1440px) {
  .compare-box {
    padding: 50px 60px 80px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
  }
  .compare-box-text {
    gap: 20px;
  }
  .compare-box-text .text-left {
  }
  .compare-box-text .text-left h5 {
    font-size: 16px;
    line-height: 30px;
  }
  .compare-box-text .text-left p {
    padding-left: 32px;
    font-size: 16px;
    line-height: 30px;
  }
  .compare-box-form {
    margin-top: 50px;
    gap: 40px;
  }
  .compare-box-form .input-box {
    gap: 8px;
  }
  .compare-box-form .input-box .item-p {
    font-size: 18px;
    line-height: 21px;
  }
  .compare-box-form .input-box .item-input {
    height: 56px;
  }
  .compare-box-form .input-box .item-input input,
  .compare-box-form .input-box .item-input select {
    padding: 0 17px;
    font-size: 18px;
    line-height: 21px;
  }

  .compare-box-btn {
    margin-top: 100px;
    gap: 20px;
  }
  .compare-box-btn button {
    width: 190px;
    height: 54px;
    font-size: 20px;
    line-height: 23px;
  }
}

@media screen and (max-width: 1200px) {
  .compare-box {
    padding: 40px 50px 60px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
  }
  .compare-box-text {
    gap: 20px;
  }
  .compare-box-text .text-left {
    flex: 1;
  }
  .compare-box-text .text-left h5 {
    font-size: 16px;
    line-height: 26px;
  }
  .compare-box-text .text-left p {
    padding-left: 32px;
    font-size: 16px;
    line-height: 26px;
  }
  .compare-box-form {
    margin-top: 50px;
    gap: 30px;
  }
  .compare-box-form .input-box {
    width: calc(50% - 15px);
    gap: 8px;
  }
  .compare-box-form .input-box .item-p {
    font-size: 18px;
    line-height: 21px;
  }
  .compare-box-form .input-box .item-input {
    height: 56px;
  }
  .compare-box-form .input-box .item-input input,
  .compare-box-form .input-box .item-input select {
    padding: 17px;
    font-size: 18px;
    line-height: 21px;
  }

  .compare-box-btn {
    margin-top: 100px;
    gap: 20px;
  }
  .compare-box-btn button {
    width: 190px;
    height: 54px;
    font-size: 20px;
    line-height: 23px;
  }
}

@media screen and (max-width: 968px) {
  .compare-box {
    padding: 20px 25px 30px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
  }
  .compare-box-text {
    gap: 15px;
    flex-direction: column;
  }
  .compare-box-text .text-left {
    flex: 1;
  }
  .compare-box-text .text-left h5 {
    font-size: 14px;
    line-height: 21px;
  }
  .compare-box-text .text-left p {
    padding-left: 28px;
    font-size: 14px;
    line-height: 21px;
  }
  .compare-box-form {
    margin-top: 30px;
    gap: 15px;
    flex-direction: column;
  }
  .compare-box-form .form-left {
    width: 100%;
    gap: 15px;
  }
  .compare-box-form .input-box {
    width: 100%;
    gap: 6px;
  }
  .compare-box-form .input-box .item-p {
    font-size: 16px;
    line-height: 21px;
  }
  .compare-box-form .input-box .item-p span {
    gap: 4px;
    font-size: 12px;
  }
  .compare-box-form .input-box .item-input {
    height: 45px;
  }
  
  .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 12px !important;
  }
  .select2-container .select2-selection__placeholder {
    font-size: 16px;
  }
  .compare-box-form .input-box .item-input input,
  .compare-box-form .input-box .item-input select {
    padding: 0 12px;
    font-size: 16px;
    line-height: 21px;
  }

  .compare-box-btn {
    margin-top: 30px;
    gap: 15px;
  }
  .compare-box-btn button {
    width: 50%;
    height: 45px;
    font-size: 16px;
    line-height: 20px;
  }
}