

.top-bar #responsive-menu .top-bar-right .dropdown.menu>li.is-dropdown-submenu-parent>a::after {
    border-width: 3px;
    border-color: #38425D transparent transparent;
    right: 5px;
    margin-top: -1px;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: '';
    border-bottom-width: 0;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
}
.is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    left: auto;
    margin-top: -6px;
}
*, *::before, *::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
.top-bar #responsive-menu .top-bar-right li a {
    font-size: .875em;
    letter-spacing: .3px;
    line-height: 1.3em;
    font-weight: 500;
}
.top-bar-right .menu-item-has-children > a:after {
    padding-left: 0;
}
.top-bar {
    position: relative;
}

.top-bar::after {
    content: "";
    position: absolute;
    left: 87px;
    bottom: 0;
    width: calc(100% - 87px);
    border-bottom: 1px solid #354255a8;
}
.button:hover, .button:focus {
    background-color: #f3a423;
    color: #ffffff;
}
.grandheader{width:100%;background: #f8f7f3d4;}

.about-acupuncture body.bg-light-beige {
    background-color: #f0ead6; /* Example color for bg-light-beige */
  }
  
  .about-acupuncture .grandheader {
    /* Styles for the grandheader section */
  }
  
  .about-acupuncture .grid-container {
    /* General grid container styles */
  }
  
  .about-acupuncture nav.top-bar {
    /* Styles for the top navigation bar */
  }
  
  .about-acupuncture .top-bar-title #branding #header-logo img {
    /* Styles for the logo image inside the header */
  }
  
  .about-acupuncture #header-titling {
  }
  
  .about-acupuncture .font-serif {
  }
  
  .about-acupuncture .font-sans {
  }
  
  .about-acupuncture .socialmediaicons {
    /* Styles for the social media icons list */
  }
  
  .about-acupuncture .fa-facebook, .about-acupuncture .fa-instagram {
    /* Styles for social media icons */
  }
  
  .about-acupuncture #menu-desktop-navigation, .about-acupuncture #menu-mobile-navigation {
    /* Styles for both desktop and mobile navigation menus */
  }
  
  .about-acupuncture .hero-section-text {
    /* More specific styles can be added here */
  }
  
  .about-acupuncture .bg-blue {
  }
  
  .about-acupuncture .lead-custom-styles .cell {
    /* Styles for cells within .lead-custom-styles */
  }
  
  .about-acupuncture .heading-title-1 {
    /* Styles for main heading titles */
  }
  
  .about-acupuncture .benifet-item .item-img img {
    /* Styles for images within benefit items */
  }
  
  .about-acupuncture .service-section-title {
    /* Styles for service section titles */
  }
  
  .about-acupuncture .button.accent-3 {
    /* Styles for specific buttons with the class .accent-3 */
  }
  
  .about-acupuncture .appt-card {
    /* Styles for the appointment card */
  }
  
  .about-acupuncture .bg-black {
  }
  
  .about-acupuncture .copyinfo {
    /* Styles for the copyright information */
  }
  .about-acupuncture .bg-blue {
    padding: 6px;
    background: #ca852c;
}