/*
Theme Name: Healthus Ai
Author: Healthus
Author URI: https://www.healthus.ai
Version: 1.0
 */

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
color: #0f1133;
}

a {
    color: #0f1133;
}

 .btn.btn-icon.btn-sm {
    background-size: 30px 30px;
    padding: 10px 30px 10px 47px;
}
header .navbar-brand img{
    max-width: 60px;
    height: auto;
}

/* =======================
   Single Post Headings
======================= */
.single-post h2 {
  font-size: 35px;
  line-height: 40px;
  margin: 20px 0 10px;
  font-weight: 700;
}

.single-post h2 strong {
  font-size: 35px;
  line-height: 40px;
}

/* h3 */
.single-post h3 {
  font-size: 28px;
  line-height: 34px;
  margin: 18px 0 8px;
  font-weight: 600;
}

/* h4 */
.single-post h4 {
  font-size: 24px;
  line-height: 30px;
  margin: 16px 0 8px;
  font-weight: 600;
}

/* h5 */
.single-post h5 {
  font-size: 20px;
  line-height: 28px;
  margin: 14px 0 6px;
  font-weight: 600;
}

/* h6 */
.single-post h6 {
  font-size: 18px;
  line-height: 26px;
  margin: 12px 0 6px;
  font-weight: 600;
}

/* Paragraphs inside post */
.single-post p,
.single-post .clearfix {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 15px;
}

/* =======================
   Responsive Styles
======================= */

/* Tablets (<= 992px) */
@media (max-width: 992px) {
  .single-post h2,
  .single-post h2 strong {
    font-size: 30px;
    line-height: 36px;
  }
  .single-post h3 {
    font-size: 24px;
    line-height: 32px;
  }
  .single-post h4 {
    font-size: 22px;
    line-height: 30px;
  }
  .single-post h5 {
    font-size: 18px;
    line-height: 26px;
  }
  .single-post h6 {
    font-size: 16px;
    line-height: 24px;
  }
}

/* Mobile (<= 576px) */
@media (max-width: 576px) {
  .single-post h2,
  .single-post h2 strong {
    font-size: 26px;
    line-height: 32px;
  }
  .single-post h3 {
    font-size: 22px;
    line-height: 28px;
  }
  .single-post h4 {
    font-size: 20px;
    line-height: 26px;
  }
  .single-post h5 {
    font-size: 18px;
    line-height: 24px;
  }
  .single-post h6 {
    font-size: 16px;
    line-height: 22px;
  }
  .single-post p,
  .single-post .clearfix {
    font-size: 15px;
    line-height: 24px;
  }
}


.sticky-lg-top {
  background: #fff;
  padding: 20px 10px;
  border: 1px solid #eee;
  border-radius: 8px;
}

.tablecont {
   padding-left: 15px;
}

.single-service .servicedetails h2 {
    font-size: 24px;
    color: black;
}

@media screen and (min-width: 992px) {
    .navbar-collapse .navbar-nav .mega-menu.mega-menu-2col > ul > li {
        width: 15rem;
        padding: 10px;
    }
}

.single-portfolio .section-no-break h1 {
  font-size: 32px;
}

.single-portfolio .section-no-break h2 {
  font-size: 24px;
}



.single-service .heading h2 {
      font-size: 24px;
}

.portfolio-template-default .overflow-hidden img {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    padding: 1px;
    background: #c5c5c5;
    border-radius: 8px;
    margin-bottom: 15px;
  }

  .page-template-templatesportfolio-php .overflow-hidden img {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    padding: 1px;
    background: #c5c5c5;
    border-radius: 8px;
    margin-bottom: 15px;
  }

  #newsletterForm .wpcf7-form-control {
    margin-bottom: 10px;
  }

.offcanvas .navbar-brand {
    max-width: 100px;
    height: auto;
}

.clearfix .bannertitle .text-primary {
  font-size: 44px;
}

@media only screen and (max-width: 768px) {
  .page-template-service .hero-caption h2 {
    font-size: 24px; /* adjust font size for phones */
  }
	.clearfix .bannertitle .text-primary {
		font-size: 28px;
	}
	.clearfix .flex-grow-1 p {
		margin-top: -35px;
	}
}

.clearfix .bannertitle .typed-cursor {
	color:black;
}


element.style {
}
.text-shadow-1 {
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}
*, *::before, *::after {
    box-sizing: border-box;
}
