body, .entry-title a, :root .has-primary-color {
    color: #6d6868;
}

body:not(.overlay-header) .primary-menu > li > a, body:not(.overlay-header) .primary-menu > li > .icon, .modal-menu a, .footer-menu a, .footer-widgets a, #site-footer .wp-block-button.is-style-outline, .wp-block-pullquote:before, .singular:not(.overlay-header) .entry-header a, .archive-header a, .header-footer-group .color-accent, .header-footer-group .color-accent-hover:hover {
    color: #3f4347;
}

.header-inner .toggle {
    padding: 0 2rem 2rem;
}
.primary-menu > li {
    margin: 11px 0 0 2.5rem;
}

p > a{
  color: #fff;
}
p > a:hover{
  text-decoration:underline;
}

.blfe-classic2 .blfe-post-list-item .blfe-post-category {
    z-index: 1;
}

@media (max-width:768px){
  .owl-carousel .owl-item img {
    width: 18% !important;
  }
  .blfe-post-list-item .blfe-post-image-wrapper {
    margin-bottom: 0;
  }
}
@media (min-width: 700px){
  h1, .heading-size-1, h2, .heading-size-2, h3, .heading-size-3 {
      margin: 3rem auto 3rem;
  }
}

.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 0; 
}

img.sgpb-popup-close-button-6 {
    left: 6px;
}
button, .button, .faux-button, .wp-block-button__link, .wp-block-file .wp-block-file__button, input[type="button"], input[type="reset"], input[type="submit"], .bg-accent, .bg-accent-hover:hover, .bg-accent-hover:focus, :root .has-accent-background-color, .comment-reply-link {
    background-color: #4fb3e7;
}
div#sgpb-popup-dialog-main-div {
    width: 130% !important;
    padding: 12px 12px 45px 12px !important;
}
hr{
  margin:0;
  width: 10%;
  border-width: 2px;
  border-color: #ffc107;
}
.questionnaire-btn:hover{
    background: #ff9800 !important;
    padding: 25px !important;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

