.inner-banner .banner-content {
  top: 40px;
  transform: none;
}

.search-form {
  position: absolute;
  left: 0;
  right: 0;
  top: -130px;
  padding: 40px;
  z-index: 1;
}
.search-form h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
.search-form .search-bar::-moz-placeholder {
  font-size: 15px;
}
.search-form .search-bar::placeholder {
  font-size: 15px;
}
.search-form .doctor-name-btn {
  padding: 6px 10px;
  border-radius: 20px;
  border: 2px solid #f0f2f4;
  background-color: transparent;
  color: #959595;
  font-family: "Inter-Regular";
  font-size: 14px;
}
.search-form .form-group i {
  position: absolute;
  left: 17px;
  top: 17px;
  font-size: 24px;
  color: #959595;
}
.search-form .form-group input {
  background: #f0f2f4;
  border: none;
  height: 60px;
  width: 100%;
  padding: 10px 55px;
  outline: none;
  border-radius: 18px;
  font-family: "Inter-Regular";
}
.search-form .form-group .search-btn {
  border: none;
  background: #f9aa1c;
  color: #fff;
  position: absolute;
  right: 0;
  font-size: 18px;
  height: 60px;
  width: 180px;
  border-radius: 18px;
}
.search-form ul li {
  font-family: "Inter-Regular";
  border: 1px solid #f0f2f4;
  color: #a1a4a7;
  width: -moz-max-content;
  width: max-content;
  padding: 8px 15px;
  border-radius: 10px;
  float: left;
  margin-right: 10px;
}

.filter-tab-col {
  padding-right: 30px;
}

.filter-section h3 {
  color: #008b9f;
}
.filter-section select {
  width: 100%;
  height: 40px;
  border: 1px solid #d5d5d5;
  margin-bottom: 10px;
  border-radius: 5px;
  background: transparent;
  padding: 0px 10px;
}
.filter-section input {
  width: 100%;
  height: 50px;
  border: 1px solid #f9aa1c;
  color: #f9aa1c;
  margin-bottom: 10px;
  border-radius: 5px;
  padding: 0px 10px;
  background-color: transparent;
  transition: 0.2s;
  padding: 15px 10px;
  line-height: 0;
}
.filter-section input:hover {
  color: #fff;
  background-color: #008b9f;
  border: 1px solid #008b9f;
}
.filter-section .apply-button {
  background-color: #f9aa1c;
  border-color: #f9aa1c;
  color: #fff;
  padding: 15px 10px;
  transition: 0.2s;
}
.filter-section .apply-button:hover {
  background-color: #008b9f;
  border-color: #008b9f;
  color: #fff;
}

.doctors-section {
  background: linear-gradient(225.67deg, #f2f8f8 -64.27%, #f2f8f8 101.98%);
  padding: 60px 0px;
  padding-top: 170px;
}
.doctors-section .table-responsive {
  overflow: hidden;
}
.doctors-section img {
  border-radius: 70px 30px 10px 10px;
  position: absolute;
  left: 0;
  width: 150px;
}
.doctors-section .doctor-details {
  max-height: 800px;
  overflow: hidden;
  overflow-y: auto;
}
.doctors-section .doctor-details .pagination .page-item.active {
  background: #eee;
  border-radius: 5px;
}
.doctors-section .doctors-list {
  min-height: 185px;
  padding-left: 185px;
  border-bottom: 2px solid #efefef;
  margin-bottom: 15px;
}
.doctors-section .doctors-list h3 {
  font-size: 24px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.doctors-section .doctors-list h4 {
  color: #6c6c6c;
  font-size: 14px;
  font-family: "Inter-Medium";
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.doctors-section .doctors-list p {
  font-family: "Inter-Regular";
  color: #989898;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.doctors-section .doctors-list .doctor-details {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.doctors-section .doctors-list .doctor-details tr {
  border: none !important;
}
.doctors-section .doctors-list .doctor-details tr .even {
  border: none !important;
}
.doctors-section .doctors-list .doctor-details tr .odd {
  border: none !important;
}

.select2-container {
  margin-bottom: 15px !important;
}

.select2-selection {
  padding: 15px 10px !important;
  border-radius: 5px;
}

.select2-selection__placeholder {
  font-size: 16px;
  font-family: "Inter-Regular" !important;
}

span.select2-container.select2-container--open {
  background: #fff !important;
  width: -moz-min-content;
  width: min-content;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.0470588235);
  z-index: 999;
}

.select2-selection__rendered {
  padding-right: 15px !important;
}

#listDoctor tr {
  border: none;
}

#suggestionsContainer {
  max-height: 400px;
  overflow: hidden;
  overflow-y: auto;
}

@media (max-width: 1600px) {
  .search-form {
    top: -100px;
  }
  .doctors-section {
    padding-top: 140px;
  }
}
@media (max-width: 1440px) {
  .filter-section input {
    height: 50px;
  }
  .search-form h3 {
    font-size: 20px;
  }
  .search-form .form-group i {
    top: 15px;
    font-size: 20px;
  }
  .search-form {
    top: -70px;
    padding: 20px 30px;
  }
  .search-form .form-group input {
    height: 50px;
    padding: 5px 50px;
    border-radius: 8px;
  }
  .search-form .form-group .search-btn {
    height: 50px;
    font-size: 15px;
    border-radius: 8px;
  }
  .select2-container--bootstrap5 .select2-selection {
    height: 45px;
  }
  .doctors-section .doctors-list h3 {
    font-size: 22px;
  }
}
@media (max-width: 1240px) {
  .doctors-section .doctors-list h3 {
    font-size: 20px;
  }
  .doctors-section .doctors-list h4 {
    font-size: 13px;
  }
  .filter-section input {
    height: 40px;
  }
  .search-form {
    top: -50px;
  }
  .search-form .form-group input {
    height: 40px;
    border-radius: 5px;
  }
  .search-form .form-group .search-btn {
    height: 40px;
    font-size: 14px;
    border-radius: 5px;
    width: 130px;
  }
}
@media (max-width: 1100px) {
  .search-form .form-group i {
    top: 10px;
    font-size: 18px;
  }
  .search-form .form-group input {
    padding: 5px 45px;
  }
}
@media (max-width: 991px) {
  .search-form .form-group .search-btn {
    width: 65px;
  }
  .filter-tab-col {
    padding-right: 10px;
  }
  .doctors-section {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .search-form {
    top: -15px;
  }
  .search-form h3 {
    font-size: 18px;
  }
  .doctors-section {
    padding-top: 160px;
  }
  .search-form .form-group input {
    padding: 5px 34px;
  }
  .search-form .form-group input::-moz-placeholder {
    font-size: 12px;
  }
  .search-form .form-group input::placeholder {
    font-size: 12px;
  }
  .search-form .form-group i {
    top: 13px;
    font-size: 14px;
    left: 10px;
  }
}
@media (max-width: 600px) {
  .doctors-section img {
    width: 110px;
  }
  .doctors-section .doctors-list {
    min-height: 140px;
    padding-left: 125px;
  }
}
