.input-search-select {
  height: 58px !important;
  width: auto !important;
  border: none !important;
  border-radius: 30px !important;
  overflow: hidden !important;
  border: 3px solid #4589fd !important;
  overflow: hidden;
}

.input-search-select input {
  margin: 0;
  border: none;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.price {
  font-size: 16px;
  color: #000 !important;
}

.seeMore {
  text-align: center;
  margin-top: 20px;
}

.seeMore a {
  color: #4589fd;
}

.seeMore a:nth-child(2) {
  border: 2px solid #4589fd;
  border-radius: 50%;
  padding: 0 5px;
  font-weight: bold;
}

.fboxWrap {
  flex-wrap: nowrap;
  margin-top: 60px;
}

.icon-right {
  position: relative;
}

.icon-right::before {
  content: "";
  height: 15px;
  width: 3px;
  background: #4589fd;
  position: absolute;
  top: 2px;
}
.banner-domain .input-search>div{
    width: 760px;
}
@media (max-width: 768px) {
    .link-search-group{
        display: none;
    }
    .banner-domain .input-search>div{
        width: 90%;
        justify-content: center
    }
    .banner-domain .input-search>div .search-btn{
        display: none;
    }
    .banner-domain .fboxRow{
        flex-wrap: nowrap;
    }
    .input-search-select{
        height: 45px!important;
    }
    .banner-domain .input-search .input-search-select .select-box{
            top: 86px;
            margin: auto;
            z-index: 1;
            left: initial;
    }
    .banner-domain .section-content h1{
        text-align: center;
    }
    .fboxRow > .help-box{
      transform: scale(0.8);
      margin-top: -24px;
    }
    .product-price .title-desc{
        align-items: flex-start
    }
}