:root {
  --custom-primary: #ff4254;
}

body {
  font-family: "Poppins", sans-serif;
}

.navbar.qi-navbar{
  background-color: rgba(255, 249, 250, 0.7);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}

.navbar-nav {
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-nav .btn-primary {
  text-transform: none;
  font-size: 15px;
  padding: 8px 24px;
  margin-left: 20px;
}

.navbar-nav .nav-item {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2em;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
}

.navbar-nav .nav-link.active,
.navbar-nav .navbar-nav .nav-link.show {
  color: #ff4254;
  border-bottom: 2px solid #ff4254;
}

.navbar-nav .nav-link.active .navbar-nav .nav-link.show:after {
  background-color: #ff4254;
  height: 2px;
}

.primary-color {
  color: #ff4254;
}

.bg-light {
  --bs-bg-opacity: 0.7;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}

.qi-banner-slogan {
  background-color: #936275;
  padding: 60px 0;
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.qi-banner-slogan .qi-banner-slogan-text h3 {
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.3em;
  color: #fff;
  padding: 20px 0;
}

.qi-bg-primary {
  background-color: #f9f4f4;
}

@-webkit-keyframes slideInFromBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(140px);
            transform: translateY(140px); /* Start position, slightly below the container */
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); /* End position, at the top of the container */
  }
}

@keyframes slideInFromBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(140px);
            transform: translateY(140px); /* Start position, slightly below the container */
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); /* End position, at the top of the container */
  }
}
.qi-animation-v {
  position: relative;
  -webkit-animation: slideInFromBottom 2.4s ease;
          animation: slideInFromBottom 2.4s ease; /* Apply the animation */
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* Include padding in the total width/height */
}

.qi-animation-v h1, .qi-animation-v p {
  margin: 0;
}

@-webkit-keyframes slideInFromRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0); /* Start position, slightly to the right of the container */
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; /* End position, at the left edge of the container */
  }
}

@keyframes slideInFromRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0); /* Start position, slightly to the right of the container */
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; /* End position, at the left edge of the container */
  }
}
.image-animation-r {
  overflow: hidden; /* Ensure the overflow is hidden to hide any content outside the container */
  position: relative;
  border-radius: 50%;
  box-shadow: 0px 18px 40px 0px rgba(0, 0, 0, 0.1);
}

.slide-in-image-r {
  -webkit-animation: slideInFromRight 0.5s ease;
          animation: slideInFromRight 0.5s ease; /* Apply the animation */
}

.qi-animation-r {
  overflow: hidden; /* Ensure the overflow is hidden to hide any content outside the container */
  position: relative;
  -webkit-animation: slideInFromRight 0.5s ease;
          animation: slideInFromRight 0.5s ease; /* Apply the animation */
  color: #fff;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* Include padding in the total width/height */
}

.qi-animation-v h1, .qi-animation-v p {
  margin: 0;
}

.slideInFromLeft {
  opacity: 0;
  transform: translateX(-100%);
  transition: opacity 1.5s ease, transform 1.5s ease;
}
.slideInFromLeft.visible {
  opacity: 1;
  transform: translateX(0);
}

.slideInFromRight {
  opacity: 0;
  transform: translateX(100%);
  transition: opacity 1.5s ease, transform 1.5s ease;
}
.slideInFromRight.visible {
  opacity: 1;
  transform: translateX(0);
}

.btn-hidden {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.btn-hidden.visible {
  opacity: 1;
  transform: translateY(0);
}


.qi-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  align-items: center;
  padding: 50px;
  position: relative;
  background-color: #fff9fa;
  justify-content: space-between;
  overflow: hidden;
  /* Set your background color */
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.texture-overlay {
  position: absolute;
  top: 0;
  left: 0;
  /* width: 100%;
  height: 100%; */
  z-index: 1; /* Ensure texture overlay is above the background color and hero content */
  opacity: 0.2; /* Adjust opacity as needed */
  background-size: cover;
}

.qi-hero .qi-hero-text {
  z-index: 2;
  max-width: 500px;
  /* Adjust the maximum width of the text block */
}

.qi-hero .qi-hero-text h1 {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: 700;
  color: #3c3c33;
}

.qi-hero .qi-hero-text h3 {
  font-size: 2em;
  font-weight: 700;
  color: #3c3c33;
}

.qi-hero .qi-hero-text p {
  font-size: 1.2em;
  font-weight: 300;
  color: #3c3c33;
  /* Set your text color */
  margin-bottom: 30px;
}

.qi-hero .qi-hero-text-expanded {
  max-width: 100%;
  /* Adjust the maximum width of the text block */
}

.qi-hero .qi-hero-text-expanded h1 {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: 700;
  color: #3c3c33;
}

.qi-hero .qi-hero-text-expanded h3 {
  font-size: 2em;
  font-weight: 700;
  color: #3c3c33;
}

.qi-hero .qi-hero-text-expanded p {
  font-size: 1.2em;
  font-weight: 300;
  color: #ff4254;
}

.qi-hero .qi-hero-image img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  /* Make sure the image doesn't exceed its container */
  height: auto;
  border-radius: 10px;
  /* Add rounded corners if desired */
}

.qi-feature-rows {
  padding: 50px 0;
}

.qi-feature-rows .qi-feature-rows-text h2 {
  font-size: 2.5em;
  font-weight: 700;
  color: #3c3c33;
  margin-bottom: 20px;
}

.qi-feature-rows .qi-feature-rows-text p {
  font-size: 1em;
  font-weight: 300;
  color: #3c3c33;
  margin-bottom: 30px;
}

.qi-feature-rows .qi-feature-rows-image {
  text-align: center;
}

.qi-feature-rows .qi-feature-rows-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.qi-feature-rows-image img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.qi-feature-rows .inline li {
  display: inline-block; /* Set the display property to inline-block */
  margin-right: 10px; /* Adjust margin as needed */
  list-style-type: none;
}

.qi-feature-rows .check-mark {
  color: #ff4254;
}

.qi-feature-rows .card {
  max-width: 100%;
  margin-top: 50px;
  background-color: #F2D0E4;
  border-radius: 15px;
  border-style: none;
}

.qi-text-blurb p {
  font-size: 1em;
  font-weight: 300;
  color: #3c3c33;
}

.qi-footer {
  font-size: 16px;
  color: #7a7a7a;
  background-color: #f9f9f9;
}

.qi-footer .qi-info {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #e2e2e2;
}

.qi-footer h5 {
  font-size: 16px;
}

.qi-footer img {
  margin-bottom: 20px;
}

.qi-footer .icon {
  margin-right: 10px;
  color: #7a7a7a;
}

.qi-footer .text {
  margin-top: 2px;
  color: #7a7a7a;
  font-weight: 300;
}

.qi-footer p {
  font-weight: 300;
}

.qi-footer .text:hover {
  color: #333;
}

.qi-footer ul.footer-links{
  list-style-type: none;
  padding-left: 0;
}

.qi-footer ul.footer-links a.link{
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
  color: #7a7a7a;
}

.qi-footer ul.footer-links a.link:hover{
  color: #333;
}


.qi-carousel .qi-carousel-text h2 {
  font-size: 2.5em;
  font-weight: 700;
  text-align: center;
  color: #3c3c33;
  margin-bottom: 40px;
}

.qi-carousel p.lead {
  font-style: italic;
  color: #3c3c33;
  margin-bottom: 30px;
}

.qi-carousel .qi-carousel-text p {
  font-size: 1em;
  font-weight: 300;
  color: #3c3c33;
  margin-bottom: 30px;
}

.qi-carousel .img-circle {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin-bottom: 6px;
}

.qi-carousel .testimonial-name {
  font-weight: 600;
  color: #ff4254;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.carousel-indicators [data-bs-target] {
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.carousel-item {
  position: relative;
}

.carousel.qi-carousel-banner {
  background-color: #f9f9f9;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 400px;
}

.carousel.qi-carousel-banner .carousel-item .carousel-caption {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: static;
}

.carousel.qi-carousel-banner .carousel-item svg.d-block.w-100 {
  display: none !important;
}

.qi-services .qi-services-text h2 {
  font-size: 2.5em;
  font-weight: 700;
  text-align: center;
  color: #3c3c33;
  margin-bottom: 40px;
}

.qi-services .qi-services-text h3 {
  text-align: center;
  color: #3c3c33;
  margin-bottom: 40px;
}

.qi-services .qi-list-group {
  border-style: solid;
  border-width: 5px 5px 5px 5px;
  border-color: #f3f3f3;
  border-radius: 30px 30px 30px 30px;
  margin: 10px;
  padding-bottom: 20px;
}

.qi-services .list-group-item {
  padding: 42px 50px 0px 50px;
}

.qi-services .qi-divider {
  text-align: center;
  margin-bottom: 0px;
  color: #333;
}

.qi-services h5 {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.3em;
  color: #3c3c3c;
}

.qi-services p {
  font-size: 16px;
  font-weight: 300;
  padding-top: 0.5em;
  padding-bottom: 1.5em;
  color: #3c3c3c;
}

.qi-services small {
  font-size: 16px;
  font-weight: 500;
  color: #ff4254;
}

.qi-conditions .card {
  margin-bottom: 60px;
}

.qi-conditions h5 {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.3em;
  color: #3c3c3c;
}

.qi-conditions p {
  font-size: 16px;
  font-weight: 300;
  padding-top: 0.5em;
  padding-bottom: 1.5em;
  margin-bottom: 10px;
  color: #3c3c3c;
}

.qi-conditions .rounded-circle {
  width: 120px;
  height: auto;
  border-radius: 50%;
  margin-bottom: 20px;
}

.qi-conditions .mb-2 {
  padding: 0 20px 0 20px;
}

.qi-resources .qi-certification {
  border-style: solid;
  border-width: 5px 5px 5px 5px;
  border-color: #f3f3f3;
  border-radius: 30px 30px 30px 30px;
  padding: 2.5rem;
}

.qi-resources .card {
  margin-bottom: 60px;
}

.qi-resources h1 {
  font-size: 52px;
  font-weight: 700;
}

.qi-resources h2 {
  font-size: 32px;
  font-weight: 700;
}

.qi-resources h5 {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.3em;
  color: #3c3c3c;
  margin-bottom: 10px;
}

.qi-resources h6 {
  line-height: 1.3em;
  color: #ff4254;
  margin-bottom: 10px;
}

.qi-resources p {
  font-size: 16px;
  font-weight: 300;
  padding-top: 0.5em;
  padding-bottom: 1.5em;
  margin-bottom: 20px;
  color: #3c3c3c;
}

.qi-resources .position-relative img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.qi-locations .card {
  margin-bottom: 60px;
}

.qi-locations h5 {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.3em;
  color: #3c3c3c;
}

.qi-locations p {
  font-size: 16px;
  font-weight: 300;
  padding-top: 0.5em;
  padding-bottom: 1.5em;
  margin-bottom: 10px;
  color: #3c3c3c;
}

.qi-locations button {
  margin-top: 20px;
}

.qi-locations .rounded-circle {
  width: 120px;
  height: auto;
  border-radius: 50%;
  margin-bottom: 20px;
}

.quote-container {
  text-align: center;
  max-width: 60%;
  margin: 0 auto;
  padding: 20px;
}

.quote-icon {
  font-size: 24px;
  margin-bottom: 10px;
  color: #f2d0e4;
}

.qi-resources .qi-resources-text h2 {
  font-size: 2.5em;
  font-weight: 700;
  text-align: center;
  color: #3c3c33;
  margin-bottom: 40px;
}

.qi-resources .qi-list-group {
  border-style: solid;
  border-width: 5px 5px 5px 5px;
  border-color: #f3f3f3;
  border-radius: 30px 30px 30px 30px;
  margin: 10px;
  padding-bottom: 20px;
}

.qi-resources .list-group-item {
  padding: 42px 50px 0px 50px;
}

.qi-resources .qi-divider {
  text-align: center;
  margin-bottom: 0px;
  color: #333;
}

.qi-resources h5 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3em;
  color: #3c3c3c;
}

.qi-resources p {
  font-size: 16px;
  font-weight: 300;
  padding-top: 0.5em;
  padding-bottom: 1.5em;
  color: #3c3c3c;
}

.qi-resources small {
  font-size: 16px;
  font-weight: 500;
  color: #ff4254;
}

.qi-resources .no-style li {
  list-style-type: none;
  line-height: 1.8em;
}

.qi-resources .no-padding-left {
  padding-left: 15px;
}

.qi-resources .custom-line-height li {
  line-height: 2;
}

.qi-resources .check-mark {
  color: #ff4254;
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 5em;
  color: #fff;
  text-decoration: none;
  padding: 0%;
  border: none;
  background: none;
  opacity: 50%;
}

.play-icon:hover {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 5em;
  color: #fff;
  text-decoration: none;
  padding: 0%;
  border: none;
  background: none;
  opacity: 100%;
}


/*Small breakpoint and less*/
@media screen and (max-width: 575px) {
  .navbar-nav .btn-primary {
    margin-left: 0;
    margin-top: 15px;
  }
  .qi-hero {
    padding: 15px;
  }
  .qi-hero h1, h2, h3, p {
    text-align: left;
  }
  .btn.btn-primary {
    margin-bottom: 40px;
  }
  .qi-feature-rows .qi-feature-rows-text h2 {
    margin-top: 20px;
  }
  .qi-banner-slogan .qi-banner-slogan-text h3 {
    text-align: center;
  }
  .qi-services .list-group-item {
    padding: 42px 20px 0px 20px;
  }
  .qi-services small {
    text-align: end;
  }
  .qi-feature-rows .qi-feature-rows-image {
    text-align: left;
  }
  .qi-feature-rows .qi-feature-rows-text h1, h5, ul {
    text-align: left;
  }
  .qi-resources h1 {
    text-align: left;
  }
  .qi-resources .position-relative img {
    margin-bottom: 20px;
  }
  .qi-text-blurb p {
    text-align: center;
  }
  .carousel.qi-carousel-banner {
    height: 540px;
    padding-left: 50px;
    padding-right: 50px;
  }
}

/*Medium breakpoint and less*/
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .btn-primary {
    margin-left: 0px;
    margin-top: 20px;
  }
  .carousel.qi-carousel-banner .carousel-item .carousel-caption {
    margin-left: 60px;
    margin-right: 60px;
  }
  .qi-conditions .mb-2 {
    margin-left: 60px;
    margin-right: 60px;
  }
}

.step-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 5px;
}

.step-nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  position: relative;
  border: 1px solid #ccc;
}

.step-nav-item.active {
  border: 1px solid var(--custom-primary);
  background-color: var(--custom-primary);
  color: #ffffff;
}

.qi-bs-collapse {
  padding-left: 24px;
}

.qi-bs-collapse-link:before {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 16px;
  top: 11px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  content: "";
}

.qi-bs-collapse-link.collapsed:before {
  width: 16px;
  height: 16px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  position: absolute;
}

.qi-bs-collapse.qi-bs-collapse-alt .qi-bs-collapse-link:before {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 16px;
  top: 11px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  content: "";
}

.btn.qi-list-group-link.btn-link {
  text-decoration: none;
  color: inherit;
}

.qi-list-group-link {
  position: relative;
}

.list-group-item .qi-list-group-link {
  padding-left: 24px;
}

.list-group-item .qi-list-group-link:before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-circle' viewBox='0 0 16 16'%3E%3Cpath d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  margin-top: 4px;
  margin-right: 8px;
  position: absolute;
  left: 0;
}

/* .list-group-item.js-active .qi-list-group-link:before{
content: "";
width: 16px;
height: 16px;
display: inline-block;
background-size: contain;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-circle viewBox='0 0 16 16'%3E%3Cpath d='M2.5 8a5.5 5.5 0 0 1 8.25-4.764.5.5 0 0 0 .5-.866A6.5 6.5 0 1 0 14.5 8a.5.5 0 0 0-1 0 5.5 5.5 0 1 1-11 0'/%3E%3Cpath d='M15.354 3.354a.5.5 0 0 0-.708-.708L8 9.293 5.354 6.646a.5.5 0 1 0-.708.708l3 3a.5.5 0 0 0 .708 0l7-7z'/%3E%3C/svg%3E");
background-repeat: no-repeat;
} */
.list-group-item.js-active .qi-list-group-link:after {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' class='bi bi-check' viewBox='0 0 16 16'%3E%3Cpath d='M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.267.267 0 0 1 .02-.022z'/%3E%3C/svg%3E");
  position: absolute;
  left: 0;
  margin-top: 4px;
  margin-right: 8px;
  width: 16px;
  height: 16px;
  background-position: 50% 50%;
  border-radius: 100%;
  background-color: var(--custom-primary);
  color: #fff;
}

.qi-list-group-form-action-bar {
  display: grid;
  grid-template-columns: auto 1fr; /* First column for "Back," second column for "Submit" */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; /* Center both buttons vertically */
  width: 100%; /* Optional: To make sure the container takes full width */
}

.qi-list-group-form-action-bar .left-button-container .back-button {
  /* Styles for the "Back" button */
  background-color: var(--custom-primary); /* Example background color */
  color: #fff; /* Example text color */
  padding: 10px 20px; /* Example padding */
  border: none; /* Optional: Remove border */
  cursor: pointer;
}

.qi-list-group-form-action-bar .submit-button {
  /* Styles for the "Submit" button */
  background-color: #28a745; /* Example background color */
  color: #fff; /* Example text color */
  padding: 10px 20px; /* Example padding */
  border: none; /* Optional: Remove border */
  cursor: pointer;
  margin-left: auto; /* Push the "Submit" button to the right within its column */
}

.qi-step-by--item-container {
  border-bottom: 1px solid #e9e9e9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.qi-step-by--item-container:first-child,
.qi-step-by--item-container.qi-step-by--step-active:first-child,
.qi-step-by--item-container.qi-step-by--step-visited:hover:first-child {
  border-top: 0px solid transparent;
}

.qi-step-by--item-container .qi-title {
  font-weight: 600;
  margin: 0 0 0 0;
  color: #3c3f43;
  font-size: 16px;
  margin: 0 0 0 0;
}

.qi-step-by--item-container.qi-step-by--step-active .qi-title {
  color: var(--custom-primary); /* Example background color */
}

.qi-step-by--item-container.qi-step-by--step-visited .qi-title a {
  color: #6c757d;
  text-decoration: none;
}

.qi-step-by--item-container .qi-title a {
  color: #6c757d;
}

.qi-step-by--item-container.qi-step-by--step-locked {
  border-bottom: 1px solid #dee2e6;
  padding: 21px 0;
}

.qi-step-by--item-container.qi-step-by--step-visited {
  border-bottom: 1px solid #dee2e6;
  padding: 21px 0;
}

.qi-step-by--item-container.qi-step-by--step-visited .qi-title a {
  font-weight: 600;
  color: #6c757d;
}

.qi-step-by--item-container.active .qi-title,
.qi-step-by--item-container.active .qi-title a {
  color: var(--custom-primary);
}

/* .form-control.is-valid, */
.was-validated .form-control.no-validate:valid {
  border-color: var(--bs-border-color);
  padding-right: 0.75rem;
  background-image: none;
}

.list-group-item.js-active {
  border-bottom: 1px solid transparent;
}

#commonTimesDisplayDiv .form-check .form-check-label {
  border: 1px solid #d9d9d9;
  display: block;
  width: 100%;
  padding: 0 18px;
  text-align: center;
}

#commonTimesDisplayDiv .form-check .form-check-label {
  border: 1px solid #d9d9d9;
  display: block;
  width: 100%;
  padding: 0 18px;
  text-align: center;
}

#commonTimesDisplayDiv .form-check .form-check-input:checked[type=radio] + .form-check-label {
  background-color: var(--custom-primary);
  font-weight: 600;
  color: #fff;
}

.vanilla-calendar-day {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
}
.vanilla-calendar-day .vanilla-calendar-day__btn {
  border-radius: 100%;
}
.vanilla-calendar-day .vanilla-calendar-day__btn.vanilla-calendar-day__btn_selected {
  border-radius: 100%;
  background-color: var(--custom-primary);
  width: 32px;
  height: 32px;
}

.modal-body{
  font-weight: 300;
}

.modal-title {
  font-weight: 700;
}