.check-form,
.filter-header {
  border-bottom: 1px solid #ddd;
}

.doctor-listing {
  background-color: #f5f5f5;
}

.medical-heading h2.centered-header {
  text-align: center;
  font-weight: 400;
  font-size: 36px;
  color: #fff;
  font-style: normal;
}

.filtercolmn {
  padding: 20px 15px;
  background-color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}

.search-sidebar button,
.search-sidebar input {
  border-radius: 0;
}

.search-sidebar input {
  font-size: 14px;
  font-weight: 400;
}

.search-sidebar button,
.search-sidebar button:hover {
  background-color: #00b6bd;
  color: #fff;
}

.filter-header {
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #0e2d58;
}

.doccard-title,
p.doccard-t1,
p.doccard-t2,
p.doccard-t3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

label.sidebar-label {
  font-size: 16px;
  font-weight: 400;
  color: #0e2d58;
  margin-bottom: 10px;
}

.check-form {
  margin: 20px 0;
  padding-bottom: 20px;
}

.location-side select,
.specialty-side select {
  border-radius: 0;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  cursor: pointer;
}

.label-text2 {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: #5a5c5c;
}

.label-text2 a {
  text-decoration: none;
  color: #5a5c5c;
}

select.loc-side.form-select {
  background-image: url(../images/vector.webp);
  background-size: 14px 8px;
}

.right-maincontent {
  position: relative;
  /*border-left: 1px solid #e8e8e8;
  padding-left: 20px;*/
  margin-top: 10px;
  height: calc(100% - 30px);
}

.text-topinfo {
  display: flex;
  flex-basis: auto;
  width: fit-content;
  align-items: center;
  padding: 10px;
  background-color: #f4f4f4;
}

button.select-cachedismiss {
  border: none;
  background: 0 0;
}

.card.doctorlist-card {
  background-color: #fff;
  border: none;
  margin-bottom: 40px;
}

img.card-img-top.doclist-img {
  background: #c4c4c4;
  width: 45%;
  margin: 10px;
  border-radius: 50%;
  object-position: unset;
  height: 146px;
}

.doccard-title {
  font-size: 18px;
  color: #0e2d58;
  width: fit-content;
  line-height: 24px;
  height: 48px;
  font-weight: 400;
}

.card.doctorlist-card:hover .doccard-title,
.card.doctorlist-card:hover img.card-img-top.doclist-img {
  transform: scale(1.03);
  transition: 0.5s;
}

p.doccard-t {
  font-size: 15px;
  margin-bottom: 5px;
  line-height: 20px;
  color: #383839;
}

p.doccard-t1,
p.doccard-t2,
p.doccard-t3 {
  line-height: 20px;
  height: 40px;
}

p.head-classh5 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 2px;
  margin-top: 5px;
  font-style: normal;
}

button.btn.book-appoint {
  background-color: #00b6bd;
  color: #fff;
  text-align: center;
  width: 90%;
  min-height: 50px;
  margin-top: 10px;
  font-size: 18px;
  transition: 0.3s;
  border-radius: 5px;
}

button.btn.book-appoint:hover {
  background: #007d9e;
}

button.btn.book-appoint:focus {
  box-shadow: none;
}

button.btn.book-appoint-blue {
  background-color: #0f367d;
  color: #fff;
  text-align: center;
  width: 90%;
  min-height: 50px;
  margin-top: 10px;
  font-size: 18px;
  transition: 0.3s;
  border-radius: 5px;
  margin-bottom: 20px;
}

button.btn.book-appoint-blue:hover {
  background: #042052;
}

button.btn.book-appoint-blue:focus {
  box-shadow: none;
}
p.space-ab {
    margin-top: 4.4em;
}
.location-side {
    width: 95%;
    margin: 0 auto;
}
.doc-flex {
    display: inline-flex;
    overflow: hidden;
}
a.btn_a {
    text-align: center;
}

.hospital-side .form-check,
.specialty-side .form-check {
  margin-bottom: 8px;
}

.apply-filter-btn {
  display: none;
  background: #fff;
  color: #fff;
  font-size: 24px;
  width: calc(100% + 30px);
  padding: 20px;
  text-align: center;
  margin-left: -15px;
  margin-right: -15px;
  bottom: 0;
  position: sticky;
  position: -webkit-sticky;
  border-top: 1px solid #c4c4cd;
  justify-content: space-around;
  z-index: 10;
}

.filter-action-btn {
  width: 160px;
  height: 48px;
  background: #01357e;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  border-style: unset;
}

.fab-cancel {
  background: #fff;
  border: 1px solid #01357e;
  color: #01357e;
}

.filter-clear {
  color: #878585;
  font-size: 15px;
  cursor: pointer;
  padding: 10px;
}
.filter-clear a{
  color: #00b6bd;
}

.filter-main .form-check {
  padding-left: 0 !important;
}

.filter-main .form-check .form-check-input,
.search-mob-only {
  display: none;
}

section#pageBanner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: auto;
  position: relative;
}

.hospitalban-content {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}

.dctr-list-h1 {
  font-size: 15px;
  font-weight: 400;
}

.docBookAppModal .modal-header {
  border: none !important;
}

.docbook-btnlink {
  background: #283760 !important;
  font-size: 14px;
  color: #fff;
  padding: 10px 5px;
  border: 1px solid transparent;
  margin: 10px 5px;
  text-align: center;
  display: block;
}

.docbook-btnlink:active,
.docbook-btnlink:hover,
.docbook-btnlink:visited {
  color: #fff;
  background: #007d9e;
}

.doc-bookapp-header {
  font-size: 34px;
  color: #0a0a0a;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 15px;
}

.doc-appoint-modtext {
  font-size: 18px;
  color: #070707;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3;
  text-align: center;
}

.doctor {
    display: inline-block;
    align-items: center;
    width: 100%;
}

.avatar {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #d1d5db;
}
img.img_circle {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #d1d5db;
}
.doc_txt {
    padding: 20px 0;
}
@media only screen and (max-width: 768px) {

    .avatar {
        width: 85px;
        height: 85px;
        border-radius: 50%;
        background: #d1d5db;
        float: left;
        margin: 10px;
    }
    img.img_circle {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background: #d1d5db;
    }
    .doccard-title {
        font-size: 18px;
        color: #0e2d58;
        width: fit-content;
        line-height: 25px;
        height: 25px;
        font-weight: 400;
      }

    img.card-img-top.doclist-img {
    background: #c4c4c4;
    margin: 0px;
    border-radius: 50%;
    object-position: unset;
    height: 85px;
    object-fit: cover;
    width: 85px;
}

  h5.doccard-title {
    font-size: 18px;
  }

  .filter-clear,
  .label-text2,
  button.btn.book-appoint,
  p.doccard-t,
  p.doccard-t1,
  p.doccard-t2,
  p.doccard-t3 {
    font-size: 14px;
  }

  .filter-header {
    font-size: 20px;
  }

  button.btn.book-appoint {
    height: 40px;
    margin-top: 5px;
  }

  img.procedure-banner.img-fluid {
    height: 230px;
    object-fit: cover;
    object-position: center;
  }
  .doc-flex {
        display: inline-block;
    }
    p.space-ab {
        margin-top: 20px;
    }
    .location-side .form-select,select.loc-side.form-select {
        border: 1px solid #ced4da !important;
        background: #fff !important;
        z-index: 1;
        position: relative;
        padding: .375rem 2.25rem .375rem .75rem !important;
        white-space: normal;
    }
    .location-side {
        width: 100%;
    }
    select.loc-side.form-select option,.location-side .form-select option {
        white-space: normal;     /* allow wrapping */
        line-height: 1.3;
        padding: 6px 8px;
    }
    
}

@media only screen and (max-width: 540px) {
  h5.doccard-title {
    font-size: 24px;
  }

  button.btn.book-appoint,
  p.doccard-t {
    font-size: 16px;
  }

  .right-maincontent {
    border-left: 0 !important;
    padding-left: 0;
  }

  .filtercolmn {
    position: fixed;
    z-index: 3333;
    top: 0;
    right: 0;
    margin: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    transition: 0.4s;
    padding-bottom: 0;
  }

  .apply-filter-btn {
    display: flex;
  }

  .filter-clear {
    color: #bf0000;
    font-size: 19px;
    font-weight: 500;
  }

  .filter-main {
    min-height: calc(100vh - 89px);
  }

  .search-mob-only {
    display: block;
    margin-bottom: 0;
    border-bottom: 0;
  }
}

@media only screen and (max-width: 370px) {
  h5.doccard-title {
    font-size: 18px;
  }

  button.btn.book-appoint,
  p.doccard-t {
    font-size: 14px;
  }

  .filter-action-btn {
    width: 125px;
  }
}
h4.ques_head {
    font-size: 18px;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

/* Medium devices (desktops, ≥992px and <1200px) */
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

/* Large devices (large desktops, ≥1200px) */
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}