.doctor-container {
  margin: 40px 0px 10px;
}
.doctor-filter-starp {
  background: #ffffff;
  border: 2px solid rgba(165, 183, 224, 0.3);
  box-shadow: 0px 6px 7px rgba(227, 239, 251, 0.63);
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  margin: 10px 40px 30px;
}
.doctor-filter-btn {
  padding: 15px 40px;
  color: #000000;
  display: inline-block;
}

.doctor-filter-btn:hover {
  background: #3376c1;
  color: #fff;
  border-radius: 10px;
}
.doctor-filter-btn.active {
  background: #3376c1;
  color: #fff;
  border-radius: 10px;
}
.doctor-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 15px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.doctor-item {
  display: block;
  padding: 0 40px;
}
.doc-img {
  height: auto;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  display: block;
}
.doc-desc-block {
  background: #3376c1;
  padding: 10px;
}
.doc-name {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 5px;
  color: #fff;
  line-height: 22px;
  height: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.doc-designation {
  font-size: 15px;
  margin-bottom: 0px;
  color: #fff;
  line-height: 22px;
  height: 66px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#splt-filter-mob {
  display: none;
}

/* Doctor detail css */
.doc-prf-name {
  font-size: 18px !important;
  color: #101010 !important;
  margin-bottom: 10px;
  margin-top: 10px !important;
  font-weight: 600;
}
.doc-prf-designation {
  font-size: 15px;
  color: #101010;
  margin-bottom: 10px;
}
.doc-prof-detail {
  padding-inline: 30px;
}
.doctor-detail-container p {
  color: #353535;
  margin-bottom: 10px;
  font-size: 16px;
}
.doctor-detail-container ul li {
  color: #353535;
  font-size: 16px;
  margin-bottom: 5px;
}
.doctor-detail-container h3,
.doctor-detail-container h4 {
  color: #101010;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
}
.inner-h3 {
  color: #101010;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 600;
}
.doc-prof-detail p {
  color: #353535;
  margin-bottom: 10px;
  font-size: 16px;
}
.btm-line {
  width: 65px;
  height: 3px;
  margin-bottom: 20px;
  display: block;
  background: rgba(51, 118, 193, 0.4);
  border-radius: 4px;
}
.doc-prof-detail .cti-title-h1 {
  margin-bottom: 20px;
}
.bg-light-blue {
  padding-block: 30px;
  background: rgba(231, 243, 255, 0.5);
}

@media (max-width: 1399.98px) {
}

@media (max-width: 1199.98px) {
}

@media (max-width: 991.98px) {
  #splt-filter-desk {
    display: none;
  }
  #splt-filter-mob {
    display: block;
  }
  .splt-select {
    border: 2px solid rgba(165, 183, 224, 0.3);
    box-shadow: 0px 6px 7px rgba(227, 239, 251, 0.63);
    width: 100%;
    height: 50px;
  }
  .doctor-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .doctor-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .doc-name {
    font-size: 15px;
  }
  .doc-designation {
    font-size: 14px;
  }
  .doctor-item{
    padding: 0 !important;
  }
}

@media (max-width: 575.98px) {
}
