.rounded-search-bg {
  position: relative;
  background: #003b79;
}
.rounded-search-bg .rounded-search-section {
  position: relative;
}
.rounded-search-bg .rounded-search-section .rounded-search-content {
  position: absolute;
  height: 8rem;
  top: -3.5rem;
}
.rounded-search-bg .rounded-search-section .rounded-search-content .rounded-search-inner {
  border-radius: 15px;
  width: 100%;
  background: #fff;
  padding: 2.5rem;
}
.rounded-search-bg .rounded-search-section .rounded-search-content .rounded-search-inner .order_title {
  color: #003267;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 5px;
}
.rounded-search-bg .rounded-search-section .rounded-search-content .rounded-search-inner .clinic_search_form {
  display: inline-block;
  width: 40%;
}
.rounded-search-bg .rounded-search-section .rounded-search-content .rounded-search-inner .clinic_search_form .fixed_search {
  position: relative;
  width: 100%;
}
.rounded-search-bg .rounded-search-section .rounded-search-content .rounded-search-inner .clinic_search_form .fixed_search .search_text {
  border: 1px solid #93B6D0;
  height: 46px;
  border-radius: 5px;
  padding: 0.5rem;
  width: 100%;
}
.rounded-search-bg .rounded-search-section .rounded-search-content .rounded-search-inner .clinic_search_form .fixed_search button {
  position: absolute;
  right: 3px;
  top: 3px;
}
.rounded-search-bg .rounded-search-section .rounded-search-content .rounded-search-inner .or_divider {
  display: inline-block;
  margin-left: 1rem;
  margin-right: 1rem;
}
.rounded-search-bg .rounded-search-section .rounded-search-content .rounded-search-inner .clinic_search_button {
  display: inline-block;
  padding: 0.7rem;
  color: #fff;
  background: #398509;
  border-radius: 5px;
  text-decoration: none;
}
.rounded-search-bg .rounded-search-section .rounded-search-content .rounded-search-inner .info_line {
  display: inline-block;
  color: #398509;
  text-decoration: none;
  font-size: 120%;
  padding: 0.5rem;
  white-space: nowrap;
}
.rounded-search-bg .rounded-search-section .rounded-search-content .rounded-search-inner .info_line .ico {
  margin-left: 5px;
  margin-right: 5px;
}
.rounded-search-bg .rounded-search-section .rounded-search-content .rounded-search-inner .tooltip-visible {
  position: relative;
  padding: 0.5rem;
  background: #E7F0F6;
  border-radius: 5px;
  margin-left: 1rem;
  font-size: 80%;
}
.rounded-search-bg .rounded-search-section .rounded-search-content .rounded-search-inner .tooltip-visible .ico {
  position: absolute;
  top: 10px;
  left: -7px;
}
@media (max-width: 1399px) {
  .rounded-search-bg .rounded-search-section .rounded-search-content .rounded-search-inner .info-hidden {
    display: none;
  }
  .rounded-search-bg .rounded-search-section .rounded-search-content .rounded-search-inner .clinic_search_form .fixed_search button {
    right: 8px;
  }
}
@media (max-width: 1199px) {
  .rounded-search-bg .rounded-search-section .rounded-search-content .rounded-search-inner .clinic_search_form .fixed_search button {
    right: 4px;
  }
}
@media (max-width: 991px) {
  .rounded-search-bg {
    padding-top: 5rem;
  }
  .rounded-search-bg .rounded-search-section .rounded-search-content {
    top: -6.5rem;
  }
  .rounded-search-bg .rounded-search-section .rounded-search-content .rounded-search-inner .order_title {
    display: block;
    text-align: center;
  }
  .rounded-search-bg .rounded-search-section .rounded-search-content .rounded-search-inner .clinic_search_form {
    display: block;
    width: 100%;
    margin-bottom: 2rem;
    margin-top: 1rem;
  }
  .rounded-search-bg .rounded-search-section .rounded-search-content .rounded-search-inner .clinic_search_form .fixed_search .search_text {
    width: 100%;
    margin-left: 0;
  }
  .rounded-search-bg .rounded-search-section .rounded-search-content .rounded-search-inner .or_divider {
    margin-left: 0;
    font-weight: bold;
    color: #003b79;
    background: #fff;
  }
}

.order-box .rounded-search-bg {
  background: #fff;
  border: 1px solid #D9E4EC;
  border-radius: 15px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  padding-top: 0;
}
.order-box .rounded-search-bg .rounded-search-section .rounded-search-content {
  position: relative;
  height: auto;
  top: 0;
}

/*# sourceMappingURL=order_search.css.map */
