/*
Theme Name: Infusio
Theme URI: https://Heartlandallaincehealth.com
Author: Farrukh Jadoon
*/

/* --- External CSS Imports --- */

/* src/styles.scss */

/* -----------------------------------
   Noe Display Regular
----------------------------------- */
@font-face {
    font-family: 'Noe-R';
    src: url('assets/fonts/NoeDisplay-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* -----------------------------------
   Neue Haas Display Roman
----------------------------------- */
@font-face {
    font-family: 'Noe-Rom';
    src: url('assets/fonts/NeueHaasDisplay-Roman.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* -----------------------------------
   Neue Haas Display Medium
----------------------------------- */
@font-face {
    font-family: 'Noe-B';
    src: url('assets/fonts/NeueHaasDisplay-Mediu.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.contact-details > li a,
blockquote p,
input,
textarea,
.btn-primary,
li,
p,
body {
  font-family: 'Noe-Rom';
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
.tab-header button {
  font-family: 'Noe-Rom';
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
thead td,
label,
.btn-text,
p strong,
p b,
a {
  font-family: 'Noe-Rom';
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
h4 {
  font-family: 'Noe-R';
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
h4 strong,
h4 b,
h3,
h2,
h1 {
  font-family: 'Noe-R';
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
  height: 100%;
}
body {
  margin: 0;
  height: 100%;
}
body.open-menu {
  overflow: hidden;
}
* {
  box-sizing: border-box;
}
img {
  max-width: 100%;
}
.img-fluid img {
  max-width: 100%;
  height: auto;
}
.container {
  padding-left: 7.5rem;
  padding-right: 7.5rem;
  width: 100%;
  position: relative;
}
footer ul,
header ul {
  margin: 0;
  padding: 0;
}
footer li,
header li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #07243d;
  font-size: 20px;
}
.w-100 {
  width: 100%;
}
.mx-w-100 {
  max-width: 100%;
}
.row-width-100 {
  width: calc(100% + 30px);
}
.color-primary {
  color: #295073 !important;
}
.color-secondary {
  color: #98a729 !important;
}
.color-white {
  color: #ffffff !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0px;
  padding: 0px;
}
h1 {
  font-size: 60px;
  line-height: 72px;
  color: #98a729;
  margin-bottom: 24px;
}
h1 strong,
h1 b {
  color: #ffffff;
}
h2 {
  font-size: 50px;
  line-height: 52px;
  color: #98a729;
  margin-bottom: 12px;
}
h2 strong,
h2 b {
  color: #295073;
  font-weight: 800;
}
h3 {
  font-size: 42px;
  line-height: 50px;
  color: #98a729;
  margin-bottom: 36px;
}
h4 {
  font-size: 30px;
  line-height: 37px;
  color: #98a729;
  margin-bottom: 8px;
}
h5 {
  color: #98a729;
  font-size: 32px;
  margin-bottom: 16px;
}
h6 {
  font-size: 24px;
  color: #07243d;
  margin-bottom: 12px;
}
p {
  color: #07243d;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 32px;
}
ol,
ul {
  margin-bottom: 32px;
}
li {
  color: #07243d;
  font-size: 16px;
  line-height: 1.6;
}
li > ul {
  margin-top: 10px;
}
.featured-list {
  margin-top: 42px;
}
.featured-list > li {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}
.featured-list > li > .list-icon {
  width: 74px;
  height: 74px;
  display: block;
  flex: 0 0 auto;
  text-align: center;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.mb-32 {
  margin-bottom: 32px !important;
}
.my-98 {
  margin-top: 98px !important;
  margin-bottom: 98px !important;
}
.btn-text {
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #98a729;
}
.btn-primary {
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  padding: 10px 18px;
  font-size: 15px;
  line-height: 20px;
  border-radius: 24px;
  color: #fff;
  background-color: #afbf36;
  transition: all 0.3s ease-in-out;
  border: none;
  outline: none;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #ffffff;
  color: #98a729;
}
.btn-primary:active {
  background-color: #98a729;
  color: #ffffff;
}
.btn-primary:disabled,
.btn-primary.disabled {
  background-color: #98a729;
  opacity: 0.65;
  cursor: not-allowed;
}
.btn-primary-lg {
  padding: 14px 28px;
  font-size: 21px;
  line-height: 31px;
  border-radius: 21px;
}
.btn-group {
  display: flex;
  gap: 30px;
}
label {
  font-size: 15px;
  line-height: 36px;
  color: #07243d;
  margin-bottom: 8px;
}
input,
textarea {
  font-size: 15px;
  border-radius: 9px;
  width: 100%;
  color: #07243d;
  padding: 13px 22px;
  border: 0.5px solid #07243d;
  border-radius: 9px;
  outline: none;
}
.input-group {
  position: relative;
}
.input-group input {
  width: -webkit-fill-available;
}
.input-group button {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  border-radius: 18px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 3px;
  margin-right: 3px;
  height: calc(100% - 6px);
}
.ml-98 {
  margin-left: 98px !important;
}
.ml-138 {
  margin-left: 138px !important;
}
blockquote {
  padding: 0;
  margin: 0;
}
blockquote p {
  font-style: italic;
  font-size: 25px;
  line-height: 30px;
  color: #98a729;
  margin: 0;
}
.m-w-400 {
  max-width: 400px;
}
.contact-details {
  list-style: none;
  padding: 0;
  margin: 0;
}
.contact-details > li {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
}
.contact-details > li svg {
  fill: #98a729;
  max-width: 18px;
}
.contact-details > li a {
  font-size: 18px;
  color: #295073;
}
.info-box {
  padding: 58px 63px 56px;
}
.info-box p {
  margin-bottom: 0;
}
.col-span-xl-6 {
  width: 50%;
}
.align-center {
  display: flex;
  justify-content: center;
}
.text-container {
  width: 768px;
  margin: 0 auto;
}
small {
  color: red;
  font-size: 12px;
  margin: 3px 10px;
  font-family: "proxima-nova-regular";
  position: absolute;
}
@media (max-width: 992px) {
  h1 {
    font-size: 48px;
    line-height: 56px;
  }
  h3 {
    font-size: 44px;
    margin-bottom: 28px;
  }
  h5 {
    font-size: 28px;
    margin-bottom: 16px;
    line-height: 40px;
  }
  p {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 36px;
    line-height: 44px;
  }
  h3 {
    font-size: 32px;
    margin-bottom: 28px;
  }
  h4 {
    font-size: 26px;
  }
  h5 {
    font-size: 22px;
  }
  p,
  .btn-primary {
    font-size: 16px;
  }
  section.default {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.table {
  --at-table-bg: transparent;
  --at-table-accent-bg: transparent;
  --at-table-striped-color: #212529;
  --at-table-striped-bg: rgba(0, 0, 0, 0.05);
  --at-table-active-color: #212529;
  --at-table-active-bg: rgba(0, 0, 0, 0.1);
  --at-table-hover-color: #212529;
  --at-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
section {
  position: relative;
}
section.default {
  padding-top: 90px;
  padding-bottom: 90px;
}
.bg-grey {
  background-color: #f5f6e7;
}
.tab-header {
  display: flex;
  flex-flow: wrap;
  gap: 20px;
}
.tab-header button {
  font-size: 15px;
  line-height: 21px;
  padding: 0px 0px 4px;
  border: none;
  cursor: pointer;
  color: #295073;
  background: transparent;
  border-bottom: 2px solid transparent;
}
.tab-header button.active {
  border-bottom: 2px solid #98a729;
  color: #295073;
}
.tab-content {
  padding: 36px 0 0;
}
hr {
  height: 1px;
  background-color: #295073;
  border: none;
  width: 100%;
}
.mx-56 {
  margin-top: 56px !important;
  margin-bottom: 56px !important;
}
@-webkit-keyframes hvr-icon-right-animation {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-icon-right-animation {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.hvr-icon-right-animation {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-right-animation .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-right-animation:hover .hvr-icon,
.hvr-icon-right-animation:focus .hvr-icon,
.hvr-icon-right-animation:active .hvr-icon {
  -webkit-animation-name: hvr-icon-right-animation;
  animation-name: hvr-icon-right-animation;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
table {
  border-collapse: collapse;
  width: 100%;
  max-width: 768px;
  margin: 25px 0 54px;
}
table,
th,
td {
  border: 1px solid #062337;
}
thead {
  background-color: #f5f6e7;
}
thead td {
  color: #062337;
  font-size: 18px;
  line-height: 27px;
}
th,
td {
  padding: 29px 12px;
  text-align: center;
}
tr {
  vertical-align: initial;
}
tbody tr:hover {
  background-color: #f9f9f9;
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
  }
  .featured-list {
    padding-left: 0;
  }
  .featured-list > li > .list-icon {
    width: 44px;
    height: 44px;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
  }
  .info-box {
    padding: 32px 0 !important;
  }
  .contact-form {
    padding: 24px 32px;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
  }
}

/* node_modules/ngx-toastr/toastr.css */
.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
.toast-title {
  font-weight: bold;
}
.toast-message {
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}
.toast-container * {
  box-sizing: border-box;
}
.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}
.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}
.toast-info {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+);
}
.toast-error {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+);
}
.toast-success {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==);
}
.toast-warning {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==);
}
.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}
@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

