/* Banner Title Start */
.banner-title {
  padding: 30px 0;
}
.banner-title h1 {
  font-size: 40px;
  font-weight: 600;
  color: #0c356a;
  margin: 0;
}
/* Banner Title End */
/* banner Quick link Start */
.banner-select-section {
  margin: auto;
  height: 130px;
  background: #fff;
  border: 1px solid #0174be45;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  display: flex;
  align-items: center;
}
.banner-quick-link-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.banner-quick-link-col .form-group {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.banner-quick-link-icon img {
  display: block;
}
.banner-quick-link-col a {
  color: #0c356a;
  display: block;
}
.banner-quick-link-icon {
  margin-right: 10px;
}
.doctor-search-bar {
  margin-top: -70px;
  position: relative;
  z-index: 9;
}
.baner-quick-link-border {
  border-right: 1px solid #e2e3e5;
}
.inner-banner img {
  display: block;
  width: 100%;
}

.rx-video-search {
  display: grid;
  gap: 30px;
  grid-template-columns: calc(50% - 30px) calc(50%);
  align-items: center;
  height: 140px;
  background: #0174be17;
  padding: 30px;
}
.rx-video-search input {
  width: 100%;
  padding: 10px;
  border: 1px solid #e8e9ec;
  outline: none;
  color: #000;
  background-clip: padding-box;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  height: 45px;
  overflow: hidden;
  padding-right: 30px;
  font-family: "Work Sans";
}
.rx-video-search button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
  background-color: #0c356a;
  border: none;
  box-shadow: none;
  padding: 10px 20px;
  cursor: pointer;
}
.rx-video-search button span {
  color: #fff;
}

.blog-date a {
  color: #3da988;
  display: flex;
  align-items: center;
}
.blog-date {
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 30px !important;
  align-items: center;
  justify-self: space-between;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  margin: 0 !important;
}
.blog-date a {
  color: #3da988;
  display: flex;
  align-items: center;
}
.blog-date a span {
  margin-left: 10px;
}
.relative {
  position: relative;
}
.blog-date p {
  margin: 0;
  text-align: right;
  color: #414b58;
}
.testimonial-lists-box .d-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  margin-bottom: 50px;
}
.testimonial-lists-box .d-grid img {
  display: block;
  width: 100%;
}
.testi-text {
  width: 70%;
}
.testi-text h2 {
  color: #0c356a;
  font-size: 24px;
  font-weight: normal;
}
.testi-text ul,
.testi-text p {
  padding: 0;
  list-style: none;
  color: #414b58;
  font-size: 18px;
}
.blog-date p {
  font-size: 14px;
}
.testimonial-lists-box {
  margin-top: 40px;
}
/* pagination */
.pagination {
  display: flex;
  flex-wrap: wrap;
  row-gap: 5px;
  padding-left: 0;
  margin: 20px auto 50px auto;
  justify-content: center;
}
.pagination > li {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  background: #f9f9f9;
  position: relative;
  color: #0c356a;
  height: 32px;
  width: 32px;
  cursor: pointer;
  transition: 0.4s ease all;
  margin-right: 15px;
}
.pagination-jump {
  width: auto !important;
  padding: 5px;
}
.pagination > li.active {
  color: #fff !important;
  cursor: default;
  background-color: #034ea1;
  border-color: #034ea1;
}
.pagination > li a {
  text-decoration: none;
  color: #034ea1;
}
.pagination > li.active a {
  color: #fff !important;
}
.pagination-jump{
  width:auto !important;
  padding:5px;
}
@media (max-width: 1199px) {
  .testi-text {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .health-check-listing {
    grid-template-columns: 1fr;
  }
  .banner-select-section {
    padding: 10px;
    width: 100%;
  }
  .banner-select-section .dropdown-select {
    font-size: 14px;
  }
  .banner-quick-link-col a {
    font-size: 14px;
  }
  .testi-text h2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
  }
  .testi-text ul,
  .testi-text p {
    font-size: 14px;
  }
  .testimonial-lists-box .d-grid {
    gap: 20px;
  }
  .blog-date {
    margin: 0 !important;
  }
}
@media (max-width: 767px) {
  .banner-quick-link-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .select-speciality {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .baner-quick-link-border:nth-child(2) {
    border: none;
  }
  .baner-quick-link-no-border {
    border-right: none;
  }
  .tab-content .d-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .rx-video-search {
    grid-template-columns: 1fr;
    padding: 15px;
    height: auto;
  }
  .blogs-lists .d-grid {
    grid-template-columns: 1fr;
  }

  .banner-title h1 {
    font-size: 26px;
  }
  .doctor-search-bar {
    margin-top: -25px;
  }
  .main-title {
    font-size: 28px;
  }
  .testimonial-lists-box .d-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .testi-text {
    padding-bottom: 40px;
  }
}
@media (max-width: 499px) {
  .banner-title h1 {
    font-size: 24px;
  }
  .banner-quick-link-col .form-group {
    justify-content: unset;
  }
  .banner-quick-link-col a {
    font-size: 12px;
  }
}
@media (max-width: 359px) {
  .banner-select-section {
    display: block;
    padding: 20px;
  }
  .banner-quick-link-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .banner-quick-link-col .form-group {
    justify-content: flex-start;
    margin-bottom: 7px;
  }
  .banner-select-section {
    height: auto;
  }
  .banner-quick-link-col a {
    display: block;
    padding: 7px 20px;
  }
}
