.h-services {
  background-color: #FAFAFF; }
  .h-services-list {
    background-color: #fff;
    padding: 32px;
    margin-bottom: 30px; }
    .h-services-list-title {
      font-size: 16px;
      font-weight: 700; }
  .h-services .icon-wrap {
    background-color: #F0F1FF;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px; }
  .h-services-link {
    color: #1e49e2;
    display: flex;
    align-items: center;
    font-weight: 500; }
    .h-services-link i {
      margin-left: 8px;
      margin-top: 4px; }

.cta {
  background-image: url("../images/cta-bg-2.jpg");
  background-attachment: fixed;
  background-size: cover;
  color: #fff;
  padding: 40px 0 180px 0; }
  .cta-number {
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 500;
    color: #fff; }
  .cta-title {
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 24px; }
  .cta-highlights {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 11px 11px 38px rgba(0, 0, 0, 0.2);
    padding: 40px 0;
    position: relative;
    top: -100px; }
    .cta-highlights-list {
      text-align: center; }
    .cta-highlights i {
      font-size: 50px;
      margin: 0 0 20px;
      color: #00338d; }
    .cta-highlights .cta-number {
      color: #1e49e2;
      font-size: 40px;
      font-weight: 800; }
    .cta-highlights .cta-text {
      font-size: 20px;
      margin-top: 6px;
      color: #00338d; }

.service-list-head {
  background-color: #060A4B;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 16px; }
  .service-list-head .icon-wrap {
    margin-right: 8px; }
.service-list-content {
  background-color: #Ffff;
  padding: 16px 16px;
  margin-bottom: 30px; }
.service-list-content-1 {
  display: flex;
  align-items: center;
  font-weight: 600;
  margin-bottom: 12px; }
  .service-list-content-1 i {
    font-size: 14px;
    margin-right: 8px; }

.doctor-details {
  background-color: #fff;
  padding: 16px;
  text-align: center;
  box-shadow: 0 0 8px #00000008; }
  .doctor-details .doctor-name {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0; }

.doctors-list {
  margin-bottom: 16px;
  text-align: center; }

.testimonials-list {
  padding: 40px 24px;
  background-color: #FAFAFF;
  text-align: center;
  margin: 0 8px; }
.testimonials .slick-slide {
  margin: 0 8px; }
.testimonials-name {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0; }
.testimonials-position {
  color: #1E1E1E;
  font-size: 14px;
  font-weight: 600; }
.testimonials .video-wrap {
  position: relative; }
  .testimonials .video-wrap .icon-wrap {
    width: 60px;
    height: 60px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    border-radius: 50%;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    font-size: 20px;
    z-index: 1; }
  .testimonials .video-wrap .overlay {
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    height: 100%;
    z-index: 0; }

.about-bg-wrap {
  position: absolute;
  top: -120px; }

.about-bg {
  width: 100%;
  height: auto; }

.our-vision {
  margin-top: 100px; }

.service .icon {
  font-size: 50px;
  color: #00338d; }
.service .nav-pills {
  background-color: #fafafa;
  flex-wrap: nowrap; }
  .service .nav-pills .nav-link {
    color: #0a0a0a;
    font-weight: 500;
    border-right: 1px solid #e9e9e9;
    border-radius: 0;
    text-align: center;
    padding: 16px 24px; }
.service .nav-pills .nav-link.active,
.service .nav-pills .nav-link:hover,
.service .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1e49e2; }
.service .service-content {
  background-color: #fafafa;
  border-top: 1px solid #e9e9e9;
  padding: 40px; }
  .service .service-content-text {
    color: #343847;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 24px; }

@media (max-width: 991.98px) {
  .about-banner:after {
    display: none; }

  .cta-title {
    font-size: 24px; }

  .cta-highlights-list {
    margin-bottom: 24px; }

  .cta-highlights i {
    font-size: 32px; }

  .cta-highlights .cta-number {
    font-size: 24px; }

  .cta-highlights .cta-text {
    font-size: 18px;
    font-weight: 600; }

  .testimonials .slick-prev,
  .testimonials .slick-next {
    background-color: #1e49e2; } }

/*# sourceMappingURL=home.css.map */
