.background-image-info {
  background-image: url("../../../../assets/doctorHeaderBack.webp");
  width: 100vw;
  height: 461rem !important;
  background-repeat: no-repeat;
  background-size: cover;
}

.path-top {
  padding-top: 130rem;
  padding-left: 112rem;
  display: flex;
  align-items: center;
}

.homeButton {
  width: 16rem;
  height: 16rem;
}

.path-ok {
  margin-left: 10rem;
  width: 16rem;
  height: 16rem;
}

.path-text {
  font-size: 12rem;
  font-weight: 500;
  line-height: 20rem;
  text-decoration: underline;
  color: #ffffff;
  margin-left: 10rem;
  cursor: pointer;
}

.header-text {
  font-size: 16rem;
  font-weight: 400;
  line-height: 27.2rem;
  color: #ffffff;
  padding-top: 22rem;
  text-align: Center;
  padding-left: 290rem;
  padding-right: 290rem;
}

.header-text-title {
  color: #fff;
  text-align: center;
  padding-top: 53rem;
  font-size: 40rem;
  min-width: max-content;
}

.search-container {
  padding-left: 112rem;
  padding-right: 112rem;
  padding-bottom: 64rem;
}

.page-name {
  color: #979fb2;
  font-size: 12rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 24rem;
  margin-top: 64rem;
}

.display-flex {
  display: flex;
}

.display-flex-justify {
  display: flex;
  justify-content: space-between;
}

.search-results {
  width: 602rem;
  min-height: 56rem;
  display: flex;
  align-items: center;
  padding-left: 16rem;
  padding-right: 16rem;
  border: 1rem solid #e6ecf5;
  border-radius: 8rem;
  margin-bottom: 16rem;
  font-size: 16rem;
  font-weight: 400;
  color: #5f6273;
  cursor: pointer;
}

.filter-bar {
  height: 48rem;
  margin-top: 28rem;
  display: flex;
  justify-content: center;
}

.ara-button {
  background: #f37b54;
  color: #ffffff;
  border-top-right-radius: 50rem;
  border-bottom-right-radius: 50rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48rem;
  width: 71rem;
  font-size: 14rem;
  font-weight: 700;
  cursor: pointer;
}

.search-border-left {
  background: #f5f7fa;
  color: #2623f4;
  border-top-left-radius: 50rem;
  border-bottom-left-radius: 50rem;
  padding-right: 0rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 47rem;
}

.navbar-search-background {
  background: #f5f7fa !important;
}

.searchIcon-e-bulten {
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
  background-image: url("/assets/blueSearch.svg");
  width: 16rem;
  height: 16rem;
}

.form-control.doctor-search {
  color: #057dab !important;
}

.header-search-border {
  border-right: 1rem solid #e6ecf5;
  padding-right: 16rem;
  padding-left: 16rem;
}

.navbar-input-group {
  background: #f5f7fa;
  width: 337rem;
  display: flex;
  align-items: center;
  padding-left: 0px;
}

.display-align-center {
  display: flex;
  align-items: center;
}

input {
  width: 210rem;
}

.form-control {
  color: #fff;
  background-color: #3797bc;
  border: none;
  padding-left: 0px;
  font-size: 14rem;
  width: 320rem;
}
.see-all {
  height: 36rem;
  width: max-content;
  border: 1px solid #d3d9e5;
  border-radius: 36rem;
  font-size: 12rem;
  font-weight: 600;
  color: #4a4c59;
  line-height: 24rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 10rem;
  padding-right: 10rem;
  float: inline-end;
  cursor: pointer;
}

.form-control:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}
