/**
 * Theme Name:     Twenty Twenty-Five Child
 * Author:         the WordPress team
 * Template:       twentytwentyfive
 * Text Domain:    tt5-blog
 * Description:    Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
 */



/* ===============================================================
   Tokens
   =============================================================== */

:root {
	--tt5b-max: 1200px;
	--tt5b-thumb: 200px;
	--tt5b-gap: clamp(2rem, 5vw, 4rem);
	--tt5b-rule: #e5e5e5;

	--tt5b-text: #2f2f2f;
	--tt5b-muted: #6b6b6b;
	--tt5b-link: #7a8b3c;        /* adjust to the site's green */
	--tt5b-marker: #9a9a9a;

	--tt5b-row-y: 0.85rem;
	--tt5b-indent: 1.15rem;
}

/* ===============================================================
   Shell
   =============================================================== */

.tt5b-archive {
	margin: 0 auto;
	max-width: var(--tt5b-max);
	padding: 3rem 1.5rem 4rem;
}

.tt5b-archive__grid {
	display: grid;
	gap: var(--tt5b-gap);
	grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
}

.tt5b-archive__header {
	margin: 0 auto 1rem;
	max-width: var(--tt5b-max);
}

.tt5b-archive__title {
	font-size: clamp(1.8rem, 4vw, 2.6rem);
	margin: 0 0 0.4em;
}

/* ===============================================================
   Featured banner
   =============================================================== */

.tt5b-hero {
	background-color: #6b6234;
	background-position: center;
	background-size: cover;
	display: grid;
	min-height: 420px;
	place-items: center;
	position: relative;
	text-align: center;
}

.tt5b-hero::before {
	background: rgba(0, 0, 0, 0.55);
	content: "";
	inset: 0;
	position: absolute;
}

.tt5b-hero__inner {
	color: #fff;
	max-width: 46rem;
	padding: 3rem 1.5rem;
	position: relative;
	z-index: 1;
}

.tt5b-hero__meta,
.tt5b-hero__meta a {
	color: #fff;
	font-size: 0.9rem;
	margin: 0 0 0.5em;
}

.tt5b-hero__title {
	font-size: clamp(1.6rem, 4vw, 2.6rem);
	line-height: 1.2;
	margin: 0 0 1rem;
	text-wrap: balance;
}

.tt5b-hero__title a {
	color: #fff;
	text-decoration: none;
}

.tt5b-hero__title a:hover,
.tt5b-hero__title a:focus-visible {
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.tt5b-hero__cta {
	border: 1px solid #fff;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font-size: 0.85rem;
	letter-spacing: 0.08em;
	padding: 0.7em 1.6em;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.tt5b-hero__cta:hover,
.tt5b-hero__cta:focus-visible {
	background: #fff;
	color: #222;
}

/* ===============================================================
   Post rows
   =============================================================== */

.tt5b-rows {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.tt5b-row {
	border-bottom: 1px solid var(--tt5b-rule);
	display: flex;
	gap: 2rem;
	padding-bottom: 2rem;
}

.tt5b-row:last-child {
	border-bottom: 0;
}

.tt5b-row__media {
	flex: 0 0 var(--tt5b-thumb);
}

.tt5b-row__media img {
	aspect-ratio: 1 / 1;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.tt5b-row__body {
	min-width: 0; /* stops long titles blowing the row out */
}

.tt5b-row__title {
	font-size: 1.35rem;
	line-height: 1.25;
	margin: 0 0 0.35em;
	text-wrap: balance;
}

.tt5b-row__title a {
	color: var(--tt5b-link);
	text-decoration: none;
}

.tt5b-row__title a:hover,
.tt5b-row__title a:focus-visible {
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.tt5b-row__meta {
	color: var(--tt5b-muted);
	font-size: 0.85rem;
	margin: 0 0 0.9em;
}

.tt5b-row__meta a {
	color: var(--tt5b-muted);
}

.tt5b-row__excerpt {
	color: var(--tt5b-text);
	font-size: 0.95rem;
	font-family: "Open Sans", sans-serif;
}

.tt5b-row__excerpt p {
	margin: 0;
}

/* ===============================================================
   Pagination
   =============================================================== */

.tt5b-archive .pagination,
.tt5b-archive .navigation.pagination {
	border-top: 1px solid var(--tt5b-rule);
	margin-top: 3rem;
	padding-top: 2rem;
}

.tt5b-archive .nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	justify-content: center;
}

.tt5b-archive .page-numbers {
	border: 1px solid var(--tt5b-rule);
	color: var(--tt5b-muted);
	display: inline-block;
	line-height: 1;
	min-width: 2.25rem;
	padding: 0.65rem 0.5rem;
	text-align: center;
	text-decoration: none;
}

.tt5b-archive .page-numbers.current {
	border-color: var(--tt5b-text);
	color: var(--tt5b-text);
	font-weight: 600;
}

/* ===============================================================
   Sidebar
   =============================================================== */

.tt5b-widget + .tt5b-widget {
	margin-top: 2.5rem;
}

.tt5b-widget__title {
	border-bottom: 1px solid var(--tt5b-rule);
	font-size: 0.85rem;
	letter-spacing: 0.12em;
	margin: 0 0 1rem;
	padding-bottom: 0.5rem;
	text-transform: uppercase;
}

/* ===============================================================
   Collapsible submenus
   Append to style.css, after the .tt5b-menu rules.
   =============================================================== */
 
.tt5b-menu .menu-item-has-children {
	position: relative;
}
 
/* The toggle overlays the right end of the parent row, so the link
   itself stays a plain link and keeps its own click target. */
.tt5b-menu__toggle {
	align-items: center;
	background: none;
	border: 0;
	cursor: pointer;
	display: flex;
	height: calc( var(--tt5b-row-y) * 2 + 1.3em );
	justify-content: center;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 2.75rem;
	z-index: 1;
}
 
.tt5b-menu__toggle:focus-visible {
	outline: 2px solid var(--tt5b-text);
	outline-offset: -2px;
}
 
.tt5b-menu__chevron {
	border-bottom: 2px solid var(--tt5b-muted);
	border-right: 2px solid var(--tt5b-muted);
	height: 0.45em;
	rotate: 45deg;
	transition: rotate 0.2s ease;
	translate: 0 -0.15em;
	width: 0.45em;
}
 
.tt5b-menu .is-collapsed > .tt5b-menu__toggle .tt5b-menu__chevron {
	rotate: -45deg;
	translate: 0 0.1em;
}
 
.tt5b-menu .is-collapsed > .sub-menu {
	display: none;
}
 
.tt5b-menu__toggle:hover .tt5b-menu__chevron {
	border-bottom-color: var(--tt5b-text);
	border-right-color: var(--tt5b-text);
}
 
@media ( prefers-reduced-motion: reduce ) {
	.tt5b-menu__chevron {
		transition: none;
	}
}

/* ---- Search ------------------------------------------------- */

.tt5b-sidebar .search-form {
	align-items: center;
	border: 1px solid var(--tt5b-rule);
	border-radius: 4px;
	display: flex;
	overflow: hidden;
	justify-content: space-between;
}

.tt5b-sidebar .search-form .search-field {
	border: 0;
	flex: 1 1 auto;
	font-size: 1rem;
	min-width: 0;
	padding: 0.85rem 1rem;
}

.tt5b-sidebar .search-form .search-field:focus {
	outline: 0;
}

.tt5b-sidebar .search-form:focus-within {
	border-color: var(--tt5b-marker);
}

.tt5b-sidebar .search-form .search-submit {
	background: #111;
	border: 0;
	color: #fff;
	cursor: pointer;
	padding: 0.85rem 1.25rem;
}

/* ---- Menu --------------------------------------------------- */

.tt5b-menu,
.tt5b-menu .sub-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tt5b-menu .menu-item {
	border-bottom: 1px solid var(--tt5b-rule);
}

.tt5b-menu > .menu-item:first-child {
	border-top: 1px solid var(--tt5b-rule);
}

.tt5b-menu .menu-item > a {
	align-items: center;
	color: var(--tt5b-muted);
	display: flex;
	font-size: 0.95rem;
	gap: 0.55rem;
	line-height: 1.3;
	padding: var(--tt5b-row-y) 0.5rem;
	text-decoration: none;
	transition: color 0.15s ease, background-color 0.15s ease;
}

.tt5b-menu .menu-item > a:hover,
.tt5b-menu .menu-item > a:focus-visible {
	background-color: #fafafa;
	color: var(--tt5b-text);
}

/* Triangle marker, border-drawn so it doesn't rely on a font glyph */
.tt5b-menu .menu-item > a::before {
	border-bottom: 0.3em solid transparent;
	border-left: 0.42em solid var(--tt5b-marker);
	border-top: 0.3em solid transparent;
	content: "";
	flex: 0 0 auto;
	height: 0;
	width: 0;
}

.tt5b-menu .menu-item > a:hover::before {
	border-left-color: var(--tt5b-text);
}

.tt5b-menu .sub-menu {
	background-color: #fcfcfc;
}

.tt5b-menu .sub-menu .menu-item > a {
	padding-left: calc(0.5rem + var(--tt5b-indent));
}

.tt5b-menu .sub-menu .sub-menu .menu-item > a {
	padding-left: calc(0.5rem + (var(--tt5b-indent) * 2));
}

.tt5b-menu .sub-menu > .menu-item:last-child {
	border-bottom: 0;
}

.tt5b-menu .current-menu-item > a,
.tt5b-menu .current-menu-ancestor > a {
	color: var(--tt5b-text);
	font-weight: 600;
}

.tt5b-menu .current-menu-item > a::before,
.tt5b-menu .current-menu-ancestor > a::before {
	border-left-color: var(--tt5b-text);
}

/* ---- Newsletter CTA ----------------------------------------- */

.tt5b-widget--cta {
	background: #f5f5f3;
	padding: 1.5rem;
}

.tt5b-widget--cta h2 {
	font-size: 1.15rem;
	margin: 0 0 0.5em;
}

.tt5b-widget--cta p {
	font-size: 0.9rem;
	margin: 0 0 1rem;
}

.tt5b-button {
	background: #111;
	color: #fff;
	display: block;
	padding: 0.9rem 1.5rem;
	text-align: center;
	text-decoration: none;
}

.tt5b-button:hover,
.tt5b-button:focus-visible {
	background: #333;
	color: #fff;
}

/* ---- Recent posts ------------------------------------------- */

.tt5b-recent {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tt5b-recent__item {
	border-bottom: 1px solid var(--tt5b-rule);
	display: flex;
	gap: 0.85rem;
	padding: 0.9rem 0;
}

.tt5b-recent__media {
	flex: 0 0 72px;
}

.tt5b-recent__media img {
	aspect-ratio: 1 / 1;
	display: block;
	height: auto;
	object-fit: cover;
	width: 72px;
}

.tt5b-recent__title {
	color: var(--tt5b-link);
	display: block;
	font-size: 0.9rem;
	font-weight: 500;
	line-height: 1.3;
	text-decoration: none;
}

.tt5b-recent__date {
	color: var(--tt5b-muted);
	display: block;
	font-size: 0.8rem;
	margin-top: 0.35em;
}

/* ===============================================================
   Responsive
   =============================================================== */

@media (max-width: 960px) {
	.tt5b-archive__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.tt5b-sidebar {
		margin-top: 3rem;
	}
}

@media (max-width: 600px) {
	:root {
		--tt5b-thumb: 120px;
	}

	.tt5b-row {
		gap: 1.25rem;
	}
}

@media (max-width: 420px) {
	.tt5b-row {
		flex-direction: column;
	}

	.tt5b-row__media {
		flex-basis: auto;
	}

	.tt5b-row__media img {
		aspect-ratio: 16 / 9;
	}
}


/* ===============================================================
   Widget area — Appearance → Widgets → Blog Sidebar
   Generic styling so any widget dropped in matches the sidebar.
   =============================================================== */

.tt5b-sidebar .widget {
	font-size: 0.95rem;
}

.tt5b-sidebar .widget p:last-child {
	margin-bottom: 0;
}

/* Plain link lists (Categories, Archives, Pages, Recent Posts, Meta)
   get the same rows as the menu, minus the triangle. */
.tt5b-sidebar .widget > ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tt5b-sidebar .widget > ul > li {
	border-bottom: 1px solid var(--tt5b-rule);
}

.tt5b-sidebar .widget > ul > li:first-child {
	border-top: 1px solid var(--tt5b-rule);
}

.tt5b-sidebar .widget > ul > li > a {
	color: var(--tt5b-muted);
	display: block;
	padding: var(--tt5b-row-y) 0.5rem;
	text-decoration: none;
}

.tt5b-sidebar .widget > ul > li > a:hover,
.tt5b-sidebar .widget > ul > li > a:focus-visible {
	background-color: #fafafa;
	color: var(--tt5b-text);
}

/* The nav menu widget has its own rules further up — don't double up
   borders on it. */
.tt5b-sidebar .widget_nav_menu > ul > li,
.tt5b-sidebar .widget_nav_menu > ul > li:first-child {
	border: 0;
}

.tt5b-sidebar .widget_nav_menu > ul > li > a {
	padding: 0;
}

/* ---- Image widget ------------------------------------------- */

.tt5b-sidebar .widget_media_image img,
.tt5b-sidebar .widget img {
	display: block;
	height: auto;
	max-width: 100%;
}

.tt5b-sidebar .widget_media_image a {
	display: block;
}

/* ---- Text / Custom HTML ------------------------------------- */

.tt5b-sidebar .widget_text,
.tt5b-sidebar .widget_custom_html {
	color: var(--tt5b-text);
	line-height: 1.6;
}

/* ---- Social icon plugins ------------------------------------ */
/* Easy Social Icons and similar output their own markup; these rules
   just centre them and stop stray list bullets. */

.tt5b-sidebar .widget ul.sfsi_icons,
.tt5b-sidebar .widget .easy-social-icons,
.tt5b-sidebar .widget .cnss-social-icon ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tt5b-sidebar .widget .cnss-social-icon ul li,
.tt5b-sidebar .widget .easy-social-icons li {
	border: 0;
	display: inline-block;
}

.tt5b-sidebar .widget .cnss-social-icon ul li a {
	padding: 0;
}

/* ---- Search widget ------------------------------------------ */

.tt5b-sidebar .widget_search .search-form {
	margin: 0;
}


/* ===============================================================
   Single post
   =============================================================== */

.tt5b-single .tt5b-archive__grid {
	align-items: start;
}

/* ---- Featured image ----------------------------------------- */

.tt5b-post__hero {
	margin: 0 0 2rem;
	position: relative;
}

.tt5b-post__hero img {
	border-radius: 10px;
	display: block;
	height: auto;
	width: 100%;
}

.tt5b-post__arrows {
	display: flex;
	gap: 0.5rem;
	inset-block-end: 1rem;
	inset-inline-end: 1rem;
	position: absolute;
}

.tt5b-post__arrow {
	align-items: center;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 50%;
	color: var(--tt5b-text);
	display: flex;
	height: 2.25rem;
	justify-content: center;
	text-decoration: none;
	transition: background-color 0.15s ease;
	width: 2.25rem;
}

.tt5b-post__arrow:hover,
.tt5b-post__arrow:focus-visible {
	background: #fff;
	color: var(--tt5b-link);
}

/* ---- Header -------------------------------------------------- */

.tt5b-post__title {
	font-size: clamp(1.7rem, 3.5vw, 2.4rem);
	line-height: 1.2;
	margin: 0 0 1rem;
	text-wrap: balance;
}

.tt5b-post__meta {
	align-items: center;
	display: flex;
	gap: 0.85rem;
	margin-bottom: 1.5rem;
}

.tt5b-post__avatar {
	border-radius: 50%;
	flex: 0 0 auto;
	height: 44px;
	width: 44px;
}

.tt5b-post__byline {
	color: var(--tt5b-muted);
	font-size: 0.9rem;
	margin: 0;
}

.tt5b-post__byline a {
	color: var(--tt5b-muted);
}

/* ---- CTA buttons -------------------------------------------- */

.tt5b-cta {
	background: #e8622a;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 0.85rem;
	letter-spacing: 0.06em;
	padding: 0.8em 1.8em;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 0.15s ease;
}

.tt5b-cta:hover,
.tt5b-cta:focus-visible {
	background: #c94f1d;
	color: #fff;
}

.tt5b-cta--wide {
	display: block;
	margin-top: 2rem;
	text-align: center;
}

/* ---- Content ------------------------------------------------- */

.tt5b-content {
	color: var(--tt5b-text);
	font-size: 1rem;
	font-family: "Open Sans", sans-serif;
    line-height: 1.5;
}

.tt5b-content > * + * {
	margin-top: 1.25em;
}

.tt5b-content h2 {
	font-size: clamp(1.4rem, 2.5vw, 1.8rem);
	line-height: 1.25;
	margin-top: 2.5rem;
}

.tt5b-content h3 {
	font-size: 1.25rem;
	margin-top: 2rem;
}

.tt5b-content h4 {
	font-size: 1.1rem;
	margin-top: 1.75rem;
}

.tt5b-content a {
	color: var(--tt5b-link);
	text-underline-offset: 0.15em;
}

.tt5b-content img,
.tt5b-content figure img {
	border-radius: 10px;
	height: auto;
	max-width: 100%;
}

.tt5b-content figure {
	margin-left: 0;
	margin-right: 0;
}

.tt5b-content figcaption {
	color: var(--tt5b-muted);
	font-size: 0.85rem;
	margin-top: 0.5em;
}

.tt5b-content ul,
.tt5b-content ol {
	padding-left: 1.25rem;
}

.tt5b-content li + li {
	margin-top: 0.5em;
}

.tt5b-content blockquote {
	border-left: 3px solid var(--tt5b-link);
	font-size: 1.05rem;
	margin-left: 0;
	padding: 0.25rem 0 0.25rem 1.25rem;
}

.tt5b-content table {
	border-collapse: collapse;
	width: 100%;
}

.tt5b-content th,
.tt5b-content td {
	border: 1px solid var(--tt5b-rule);
	padding: 0.6rem 0.75rem;
	text-align: left;
}

/* Accordion-style FAQs written with <details> */
.tt5b-content details {
	border-bottom: 1px solid var(--tt5b-rule);
	padding: 1rem 0;
}

.tt5b-content summary {
	cursor: pointer;
	font-weight: 600;
}

/* ---- Footer -------------------------------------------------- */

.tt5b-post__footer {
	margin-top: 2.5rem;
}

.tt5b-post__tags {
	border-top: 1px solid var(--tt5b-rule);
	font-size: 0.9rem;
	padding-top: 1.5rem;
}

.tt5b-post__tags-label {
	color: var(--tt5b-muted);
	margin-right: 0.35em;
}

.tt5b-post__tags a {
	color: var(--tt5b-link);
	display: inline-block;
	margin-right: 0.5em;
}

/* ---- Author box ---------------------------------------------- */

.tt5b-author {
	background: #f5f5f3;
	display: flex;
	gap: 1.25rem;
	margin-top: 3rem;
	padding: 1.5rem;
}

.tt5b-author__avatar {
	border-radius: 50%;
	flex: 0 0 auto;
	height: 72px;
	width: 72px;
}

.tt5b-author__name {
	font-size: 1.1rem;
	margin: 0 0 0.35em;
}

.tt5b-author__name a {
	color: var(--tt5b-text);
	text-decoration: none;
}

.tt5b-author__bio {
	color: var(--tt5b-muted);
	font-size: 0.9rem;
	line-height: 1.6;
	margin: 0;
}

/* ---- Related posts ------------------------------------------- */

.tt5b-related {
	margin-top: 3rem;
}

.tt5b-related__title {
	border-bottom: 1px solid var(--tt5b-rule);
	font-size: 0.85rem;
	letter-spacing: 0.12em;
	margin: 0 0 1.5rem;
	padding-bottom: 0.5rem;
	text-transform: uppercase;
}

.tt5b-related__grid {
	display: grid;
	gap: 1.5rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tt5b-card__media img {
	aspect-ratio: 4 / 3;
	border-radius: 8px;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.tt5b-card__title {
	font-size: 1rem;
	line-height: 1.3;
	margin: 0.75rem 0 0.35rem;
}

.tt5b-card__title a {
	color: var(--tt5b-link);
	text-decoration: none;
}

.tt5b-card__title a:hover,
.tt5b-card__title a:focus-visible {
	text-decoration: underline;
}

.tt5b-card__date {
	color: var(--tt5b-muted);
	font-size: 0.8rem;
	margin: 0;
}

/* ---- Responsive ---------------------------------------------- */

@media (max-width: 700px) {
	.tt5b-related__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 480px) {
	.tt5b-related__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.tt5b-author {
		flex-direction: column;
	}
}


/* Below are the css copied from old site/theme **/


/*male pelvic pain css blogs*/
summary p {
    margin-bottom: 0px;
    font-size: 18px !important;
	line-height: 27px;
	font-family: Poppins;
    font-weight: 500;
}
.faq-answer p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
}
/* .faq-wrapper {
  max-width: 900px;
  margin: auto;
} */

.faq-wrapper {
    margin-bottom: 30px;
}

/* Remove default arrow */
summary::-webkit-details-marker {
  display: none;
}

details {
  border-bottom: 1px solid #ddd;
}

summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 0px;
  font-size: 22px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
  gap: 20px;
}

/* Active (open) question color */
details[open] summary {
  color: #618821;
}

/* Plus / Minus icon */
.icon {
  width: 22px;
  height: 22px;
  display: inline-block;
}

/* Default (plus) */
.icon::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: url("https://pelvicpainrehab.com/wp-content/uploads/2026/03/plus-circle.png") no-repeat center;
  background-size: contain;
}

/* When open (minus) */
details[open] .icon::before {
  background-image: url("https://pelvicpainrehab.com/wp-content/uploads/2026/03/minus-circle.png");
}

/* Answer animation */
.faq-answer {
  padding: 0 0px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out, padding 0.5s ease-in-out;
}

details[open] .faq-answer {
  max-height: 500px; /* must be bigger than your tallest answer */
  padding-bottom: 15px;
}

.faq-answer p {
  margin-top: 10px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 15px;
}
.faq-wrapper details:last-child {
    border-bottom: none;
}
#post-31646 .cost-and-care-phrc ul {
    margin-left: 20px !important;
}
@media (max-width:767px){
#post-31646 .toc-container.toc-container-mob {
    display: none;
}
}
#post-31646 .ib-cta-ptag {
    text-align: left;
    padding: 12px 0px;
}
#post-31646 img.aligncenter {
    padding-top: 20px;
}
#post-31646 .cost-and-care-phrc ul li {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 10px;
}
#post-30203 .cost-and-care-phrc p, #post-31646 .cost-and-care-phrc p, #post-32156 .cost-and-care-phrc p, #post-32158 .cost-and-care-phrc p, #post-32194 .cost-and-care-phrc p, #post-32240 .cost-and-care-phrc p, #post-32320 .cost-and-care-phrc p, #post-32504 .cost-and-care-phrc p, #post-33077 .cost-and-care-phrc p, #post-33093 .cost-and-care-phrc p{ 
	font-family: Poppins;
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
}
#post-30203 .cost-and-care-phrc h3, #post-31646 .cost-and-care-phrc h3, #post-32156 .cost-and-care-phrc h3, #post-32158 .cost-and-care-phrc h3, #post-32240 .cost-and-care-phrc h3, #post-32320 .cost-and-care-phrc h3, #post-32504 .cost-and-care-phrc h3, #post-33077 .cost-and-care-phrc h3, #post-33093 .cost-and-care-phrc h3{
    margin-bottom: 25px;
}
#post-30203 .cost-and-care-phrc ul li, #post-32156 .cost-and-care-phrc ul li, #post-32158 .cost-and-care-phrc ul li, #post-32194 .cost-and-care-phrc ul li, #post-32240 .cost-and-care-phrc ul li, #post-32320 .cost-and-care-phrc ul li, #post-32504 .cost-and-care-phrc ul li, #post-33077 .cost-and-care-phrc ul li, #post-33093 .cost-and-care-phrc ul li{
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
}
#post-30203 .cost-and-care-phrc ul, #post-31646 .cost-and-care-phrc ul, #post-32156 .cost-and-care-phrc ul, #post-32158 .cost-and-care-phrc ul, #post-32194 .cost-and-care-phrc ul, #post-32240 .cost-and-care-phrc ul, #post-32320 .cost-and-care-phrc ul, #post-32504 .cost-and-care-phrc ul, #post-33077 .cost-and-care-phrc ul, #post-33093 .cost-and-care-phrc ul{
    margin-bottom:25px;
	margin-left: 0px;
}
#post-30034 .understanding-pelvic-floor p{
	font-family: Poppins;
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
}
#post-30034 .understanding-pelvic-floor ul li {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
}
#post-30034 .understanding-pelvic-floor ul{
    margin-left:5px;
    margin-bottom:25px
}
#post-30034 .gray-box {
    background: #F2F2F2;
    padding: 24px;
    margin-bottom: 20px;
}
#post-30034 .gray-box p{
    margin-bottom: 15px;
}
#post-30034 .social-img {
    display: flex;
    gap: 5px;
}
#post-30034 .pel-social {
    display: flex;
    gap: 5px;
    justify-content:center;
    align-items:center
}
#post-30034 .pel-social img{
    height:24px;
    width:24px;
}
#post-30034 .pel-social p {
    margin-bottom: 0px !important;
    color:#75A02D;
}
#post-30034 .social-img p {
    margin-bottom: 0px !important;
}
@media (min-width:768px) and (max-width:1401px){
	#post-30034 .pel-social p{
		font-size:12px !important;
	}
	#post-30034 .gray-box {
    	padding:15px;
	}
}
@media (max-width:767px){
	#post-30034 .social-img{
		flex-direction:column;
		gap:15px;
	}
}
#post-32504 h1.entry-title, #post-33077 h1.entry-title, #post-33093 h1.entry-title{
	font-size:36px !important;
	font-weight:bold;
}
#post-32158 .p-meta, #post-32320 .p-meta, #post-32240 .p-meta, #post-32504 .p-meta, #post-33077 .p-meta, #post-33093 .p-meta{
    margin-bottom: 25px;
}
#post-32240 .cost-and-care-phrc h2, #post-32320 .cost-and-care-phrc h2, #post-32504 .cost-and-care-phrc h2, #post-33077 .cost-and-care-phrc h2, #post-33093 .cost-and-care-phrc h2{
    font-size: 36px;
    line-height: 150%;
    font-family: poppins !important;
    margin-bottom: 25px;
}
#post-32240 .cost-and-care-phrc h3, #post-32320 .cost-and-care-phrc h3, #post-32504 .cost-and-care-phrc h3, #post-33077 .cost-and-care-phrc h3, #post-33093 .cost-and-care-phrc h3{
    font-family: Poppins;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
}
#post-32320 .cost-and-care-phrc h4, #post-33077 .cost-and-care-phrc h4, #post-33093 .cost-and-care-phrc h4{
	font-family: Poppins;
    font-weight: 600;
    font-size: 36px;
    line-height: 100%;
}
@media (max-width:767px){
	#post-32320 .ib-pd-rem, #post-32240 .ib-pd-rem, #post-32504 .ib-pd-rem, #post-33077 .ib-pd-rem, #post-33093 .ib-pd-rem{
		padding:12px 10px !important;
	}
}
@media (max-width:370px){
	#post-32320 a.ib-pd-rem, #post-32240 a.ib-pd-rem, #post-32504 a.ib-pd-rem, #post-33077 a.ib-pd-rem, #post-33093 a.ib-pd-rem{
		font-size:12px !important;
	}
}
@media (max-width:375px){
	.postid-32320 #post-32320 .p-meta, .postid-32240 #post-32240 .p-meta{
		font-size:12px !important;
        line-height:20px !important;
	}
}
@media (max-width:767px){
body.postid-32240 {
    padding-top: 90px !important;
}
}
#post-27154 .entry-content ol, #post-29694 .entry-content ol, #post-29946 .entry-content ol, #post-30034 .entry-content ol, #post-30203 .entry-content ol, #post-30962 .entry-content ol, #post-31646 .entry-content ol, #post-32156 .entry-content ol, #post-32158 .entry-content ol, #post-32194 .entry-content ol, #post-32240 .entry-content ol, #post-32320 .entry-content ol, #post-32504 .entry-content ol, #post-33077 .entry-content ol, #post-33093 .entry-content ol{
	    margin: 0 0 2.15em 0 !important;
}

#post-27154 .entry-content ul li, #post-29694 .entry-content ul li, #post-29946 .entry-content ul li, #post-30034 .entry-content ul li, #post-30203 .entry-content ul li, #post-30962 .entry-content ul li, #post-32156 .entry-content ul li, #post-32158 .entry-content ul li, #post-32194 .entry-content ul li, #post-32240 .entry-content ul li, #post-32320 .entry-content ul li, #post-32504 .entry-content ul li, #post-33077 .entry-content ul li, #post-33093 .entry-content ul li{
    list-style: none;
	line-height:35px;
	padding-left: 30px;
    position: relative;
}
#post-27154 .entry-content ul li:before, #post-29694 .entry-content ul li:before, #post-29946 .entry-content ul li:before, #post-30034 .entry-content ul li:before, #post-30203 .entry-content ul li:before, #post-30962 .entry-content ul li:before, #post-32156 .entry-content ul li:before, #post-32158 .entry-content ul li:before, #post-28793 .entry-content ul li:before, #post-32194 .entry-content ul li:before, #post-32240 .entry-content ul li:before, #post-32320 .entry-content ul li:before, #post-32504 .entry-content ul li:before, #post-33077 .entry-content ul li:before, #post-33093 .entry-content ul li:before{
    content: '';
    width: 16px;
    height: 16px;
    background-image: url(/wp-content/uploads/2021/10/checkbox-circle-line.png);
    position: absolute;
    background-size: cover;
    left: 0;
    top: 10px;
}

#post-27154 .ib-blog-buttons, #post-29694 .ib-blog-buttons{
	display: none;
}
.postid-27154 #post-27154 .p-meta, .postid-29694 #post-29694 .p-meta {
    display: flex;
    flex-direction: column;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    padding: 20px 0 0 90px;
}
.postid-30962 #post-30962 .p-meta {
	display: flex;
    flex-direction: column;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    padding: 20px 0 20px 90px;
}
.postid-29946 #post-29946 .p-meta, .postid-30034 #post-30034 .p-meta, .postid-30203 #post-30203 .p-meta, .postid-31646 #post-31646 .p-meta, .postid-32156 #post-32156 .p-meta, .postid-32158 #post-32158 .p-meta, .postid-32194 #post-32194 .p-meta, .postid-32240 #post-32240 .p-meta, .postid-32320 #post-32320 .p-meta, .postid-32504 #post-32504 .p-meta, .postid-33077 #post-33077 .p-meta, .postid-33093 #post-33093 .p-meta{
	display: flex;
    flex-direction: column;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    padding: 20px 0 0 90px;
}
.postid-29845 #post-29845 .p-meta  {
	font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    padding: 20px 0 0 90px;
}
.postid-27154 #post-27154 .p-meta:before, .postid-29694 #post-29694 .p-meta:before, .postid-29845 #post-29845 .p-meta:before, .postid-29946 #post-29946 .p-meta:before, .postid-30034 #post-30034 .p-meta:before, .postid-30203 #post-30203 .p-meta:before, .postid-30962 #post-30962 .p-meta:before, .postid-31646 #post-31646 .p-meta:before, .postid-32156 #post-32156 .p-meta:before, .postid-32158 #post-32158 .p-meta:before, .postid-32194 #post-32194 .p-meta:before, .postid-32240 #post-32240 .p-meta:before, .postid-32320 #post-32320 .p-meta:before, .postid-32504 #post-32504 .p-meta:before, .postid-33077 #post-33077 .p-meta:before, .postid-33093 #post-33093 .p-meta:before{
    content: "";
    width: 70px;
    height: 70px;
    position: absolute;
    background-image: url('/wp-content/uploads/2025/09/Stephanie-Prendergast.png');
    background-repeat: no-repeat;
    left: 0;
    margin-top: -3px;
}
.male_pelvic_pain_container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: auto;
    overflow: hidden;
    background-color: #618821; /* Green Background */
}
.male_pelvic_pain_container .content {
    flex: 1;
    color: white;
    padding: 40px;
    margin-left: 148px;
    min-width: auto;
}
.male_pelvic_pain_container .content h2 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #fff;
}
.male_pelvic_pain_container .btn {
    display: inline-block;
    background: #F67D2A;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    transition: 0.3s ease;
}
.male_pelvic_pain_container .sideimage {
    flex: 1;
    min-width: 300px;
    max-width: 25%;
}


.male_pelvic_pain_container .sideimage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
li.str-noimg::before {
    display: none;
}

/* Responsive Design */
@media (max-width: 1024px) {
.male_pelvic_pain_container {
flex-direction: column; /* Stack elements */
text-align: center;
}

.male_pelvic_pain_container .content {
margin-left: 0; /* Remove extra margin */
padding: 30px;
text-align: center;
}

.male_pelvic_pain_container .sideimage {
max-width: 80%; /* Adjust image size for medium screens */
}
}

@media (max-width: 768px) {
.male_pelvic_pain_container {
flex-direction: column;
}

.male_pelvic_pain_container .content {
padding: 20px;
}

.male_pelvic_pain_container .btn {
display: inline-block;
margin-top: 10px;
}

.male_pelvic_pain_container .sideimage {
min-width: 100%;
max-width: 100%;
}
.toc-container-mob .symptom_list{
	display:flex;
	flex-direction: column;
}
.toc-container-mob .symptom_title{
display:flex;
}
#post-27154 .long-blog-sidebar, #post-29694 .long-blog-sidebar {
        display: none !important;
    }
}
@media (max-width: 600px) {
    .postid-27154 #post-27154 .p-meta, .postid-29694 #post-29694 .p-meta  {
        font-size: 14px;
        line-height: 22px;
    }
}
#post-32194 .ib-blog-cta, #post-33077 .ib-blog-cta, #post-33093 .ib-blog-cta{
	text-transform: uppercase;
	border-radius: 8px;
}
#post-32194 .cost-and-care-phrc p{
	font-family: Poppins;
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
}
#post-32194 .cost-and-care-phrc h3 {
    margin-bottom: 25px;
}
 #post-32194 .cost-and-care-phrc ul li {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
}
#post-32194 .cost-and-care-phrc h2{
    font-size: 36px;
    line-height: 100%;
    font-family: poppins !important;
    margin-bottom: 25px;
}
#post-32194 .cost-and-care-phrc h3{
    font-family: Poppins;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
}
#post-33077 .h3-list li h3 {
    display: inline;
    font-size: 16px !important;
    font-weight: 700 !important;
    font-family: Poppins !important;
}

#post-33077 .h3-list li p {
    display: inline;
}
/* @media (max-width: 978px) {
#post-27154 .toc-list li {
    flex-wrap: wrap !important;
}
} */
/*end --- male pelvic pain css blogs*/
/*start--blog archive sidemenu*/
#menu-mobile-menu [data-x-icon-s]:before {
    content: attr(data-x-icon-s);
	transform: rotate(180deg);
}
 .ph-blog-nav-sidebar {
    cursor: pointer;
}
.ph-blog-nav-sidebar .sub-menu {
    display: none;
}
.ph-blog-nav-sidebar .sub-menu.visible {
    display: block;
}
.open [data-x-icon-s]:before {
    content: attr(data-x-icon-s) !important;
    transform: rotate(270deg) !important;
    transition: transform 0.3s ease;
}
.visible [data-x-icon-s]:before {
    content: "" !important;
}
.visible .current-menu-item{
	font-weight: bold;
}
.ph-blog-nav-sidebar .visible li a{
	width: 100%;
}
#TwtitterWidget {
    height: 500px;
    overflow-y: scroll;
}
#TwtitterWidget::-webkit-scrollbar {
    width: 10px;
    background: #e5e5e5ab;
}
#TwtitterWidget::-webkit-scrollbar-thumb {
    background: #9a9696;
}
._2p3a {
    width: 100% !important;
}

#menu-item-26887 i.x-framework-icon.x-framework-icon-menu {
    display: inline-flex;
	top: -1px;
    left: 1px;
}
@media(min-width:979px){
.postid-26929 .long-blog-sidebar {
    display: block !important;
}
	.toc-container-mob{
		display: none;
	}
}
.postid-26929 .p-meta:before {
        content: "";
    width: 70px;
    height: 70px;
    position: absolute;
    background-image: url(/wp-content/uploads/2025/03/Stephanie-Prendergast.png);
    background-repeat: no-repeat;
    left: 0;
    margin-top: -3px;
}
.postid-26929 .p-meta {
    display: flex;
    flex-direction: column;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
	padding: 20px 0 0 90px;
}
.ib-cta-ptag-top {
    text-align: left;
}
@media(max-width:600px){
	.postid-26929 .p-meta {
    font-size: 14px;
    line-height: 22px;
}
}
.toc-container-mob ul li:before{
	display: none;
}
.toc-container-mob ul li{
	padding-left: 0px !important;
}
.toc-container-mob ul li p{
	margin-bottom: 0px;
}
/*end--blog archive sidemenu*/
/*Add section custom post*/
 .pelvic_pelvic_container {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            margin: auto;
            overflow: hidden;
			background-color: #5A8C3D; /* Green Background */
        }
        .pelvic_pelvic_container .content {
            flex: 1;
            color: white;
            padding: 40px;
			margin-left: 148px;
            min-width: auto;
        }
        .pelvic_pelvic_container .content h2 {
            font-size: 30px;
            font-weight: bold;
            margin-bottom: 15px;
			color: #fff;
        }
        .pelvic_pelvic_container .btn {
            display: inline-block;
            background: #F67D2A;
            color: white;
            padding: 10px 20px;
            text-decoration: none;
            font-size: 14px;
            font-weight: bold;
            transition: 0.3s ease;
        }
        .pelvic_pelvic_container .sideimage {
            flex: 1;
            min-width: 300px;
			max-width: 28%;
        }

        .pelvic_pelvic_container .sideimage img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }


/* Responsive Design */
@media (max-width: 1024px) {
    .pelvic_pelvic_container {
        flex-direction: column; /* Stack elements */
        text-align: center;
    }

    .pelvic_pelvic_container .content {
        margin-left: 0; /* Remove extra margin */
        padding: 30px;
        text-align: center;
    }

    .pelvic_pelvic_container .sideimage {
        max-width: 80%; /* Adjust image size for medium screens */
    }
}

@media (max-width: 768px) {
    .pelvic_pelvic_container {
        flex-direction: column;
    }

    .pelvic_pelvic_container .content {
        padding: 20px;
    }

    .pelvic_pelvic_container .btn {
        display: inline-block;
        margin-top: 10px;
    }

    .pelvic_pelvic_container .sideimage {
        min-width: 100%;
        max-width: 100%;
    }
}
/*Team page paragraph spacing*/
.gap_next_line,
.gap_next_second_line {
  display: block;
  content: "";
  height: 20px;
  margin: 0;
  white-space: pre;
  visibility: hidden;
}
/*blog archive sidemenu*/
#menu-mobile-menu [data-x-icon-s]:before {
    content: attr(data-x-icon-s);
	transform: rotate(180deg);
}
 .ph-blog-nav-sidebar {
    cursor: pointer;
}
.ph-blog-nav-sidebar .sub-menu {
    display: none;
}
.ph-blog-nav-sidebar .sub-menu.visible {
    display: block;
}
.open [data-x-icon-s]:before {
    content: attr(data-x-icon-s) !important;
    transform: rotate(270deg) !important;
    transition: transform 0.3s ease;
}
.visible [data-x-icon-s]:before {
    content: "" !important;
}
.visible .current-menu-item{
	font-weight: bold;
}
.ph-blog-nav-sidebar .visible li a{
	width: 100%;
}
#TwtitterWidget {
    height: 500px;
    overflow-y: scroll;
}
#TwtitterWidget::-webkit-scrollbar {
    width: 10px;
    background: #e5e5e5ab;
}
#TwtitterWidget::-webkit-scrollbar-thumb {
    background: #9a9696;
}
._2p3a {
    width: 100% !important;
}

#menu-item-27032 i.x-framework-icon.x-framework-icon-menu {
    display: inline-flex;
	top: -1px;
    left: 1px;
}
/*WooCommerce checkout page*/
.woocommerce-order-downloads {
    display: none !important;
}
/*Location-2 Form*/
#8ff0802 .ib-form-padding .visually-hidden, .screen-reader-text, .screen-reader-response, .bp-screen-reader-text {
    /* overflow: hidden; */
    position: absolute;
    width: 100%;
    height: 100%;
    margin: -1px;
    border: 0;
    padding: 0px;
    top: -30px;
    font-size: 18px;
    /* clip: rect(0 0 0 0); */
}
/*Blog CTA*/
.ib-blog-cta {
    font-family: 'Poppins', sans-serif;
    background: #F67D2A !important;
    border: none !important;
    font-style: normal;
    font-weight: bold;
    color: white;
    text-align: center;
    padding: 12px 50px;
    line-height: 16px;
}

.ib-blog-cta:hover {
    color: #fff;
}
.ib-cta-ptag{
	text-align: center;
	padding: 12px 0px;
}
@media (max-width:767px){
	.ib-blog-cta { 
		padding: 12px 32px;
	}
	.learn {
		padding: 12px 5px;
	}
	.desc {
		padding: 12px 10px; 
		font-size: 10px !important;
	}
}
/*Homepage popup 4 july*/
#popmake-27268 {
    background: #fff;
}

#popmake-27268 ._form_element select {
    border: #979797 1px solid;
    height: 100%;
    border-radius: 4px;
    padding:5px;
}
@media (min-width:600px){
.ib-popup-newsletter ._form-content {
    display: grid ;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
}
}
.ib-popup-newsletter h3 {
    font-family: Poppins;
	font-size: 30px;
	font-weight: 700;
	line-height: 45px;
}
.ib-popup-newsletter h5 {
	font-family: Poppins;
	font-size: 22px;
	font-weight: 600;
	line-height: 33px;
	text-align: left;
	margin-top: 0px;
}
.ib-popup-newsletter h5 span {
    color: #688ac3;
    font-weight: 700;
}
.ib-inner-pop {
    border: 10px solid #e7f1ff;
    margin: 20px;
    padding: 20px;
}
.heading p {
	font-family: Poppins;
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 23px !important;
	text-align: left;
}

.heading p span {
   font-weight:bold;
}
.ib-popup-newsletter ._form_element._x14112647._full_width._clear {
    grid-column: 1 / -1;
	color: #688ac3;
}
.ib-inner-pop form#_form_66BB047A913EE_{
    padding: 0px;
	margin-top: 0px;
}

.ib-popup-newsletter ._form_element._x48197729._full_width._clear{
    display: none;
}
div#popmake-27268 .pum-content.popmake-content {
    height: 600px;
    overflow: scroll;
}

.ib-popup-newsletter ._form_element._x82878114._full_width{
    grid-row: 3 / 4;
    grid-column: 1 / 2;
}

.ib-popup-newsletter ._form_element._field3._full_width{
    grid-row: 4 / 5;
    grid-column: 1 / 2;
}
.ib-popup-newsletter ._form_element._x83761890._full_width {
    grid-row: 5 / 6;
    grid-column: 1 / 2;
}

.ib-popup-newsletter ._form_element._x76633243._full_width {
    grid-row: 6 / 7;
    grid-column: 1 / 2;
}
.ib-popup-newsletter ._form_element._x43080690._full_width._clear p {
    margin-bottom: 0px;
}
.pum-content.popmake-content::-webkit-scrollbar {
    background: #f1f1f1;
    width: 5px;
}
._form-branding {
    display: none;
}

#popmake-27268 ._button-wrapper._full_width {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*FAQ CSS*/
/* ib-accordion CSS  06-13-2024*/
.ib-accordion {
    /* width: 90%; */
    max-width: 1000px;
    margin: 10px auto;
}

.ib-accordion-item {
    background-color: #fff;
    color: #111;
    margin: 15px 0 0 0;
    border-radius: 10px;
    box-shadow: 0 3px 5px 0 rgba(150, 150, 150, 0.288);
}

.ib-accordion-item-header {
    padding: 15px;
    min-height: 25px;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.ib-accordion-item-header::after {
    content: "\002B";
    font-size: 25px;
    position: absolute;
    right: 15px;
}

.ib-accordion-item-header.ib-active::after {
    content: "\2212";
}

.ib-accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.ib-accordion-item-body-content {
    padding: 5px;
    border-top: 1px solid #8b8b8bd3;
    /* border-image: linear-gradient(to right, transparent, #34495e, transparent) 1; */
}

h2.ib_faq-h2 {
    font-family: 'Poppins', sans-serif !important;
    font-style: normal;
    font-weight: bold !important;
    font-size: 36px !important;
    line-height: 54px !important;
    color: #000000 !important;
    text-align: center;
    margin: 0px;
    padding-top: 15px;
}
h3.ib-accordion-h3 {
    font-size: 20px !important;
    line-height: 30px !important;
    font-family: 'Poppins', sans-serif !important;
    font-style: normal;
    font-weight: 500 !important;
    color: #000000 !important;
    text-align: left !important;
    padding: 0 35px 0 0;
}
p.ib-accordion-para {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    padding: 12px;
    margin: 0px;
}
/* .ib-accordion .ib-accordion-item-body {
    max-height: unset !important;
} */

.ib-accordion.blog--ib-accordion {
    padding-bottom: 35px;
}
@media (max-width: 800px){
    h3.ib-accordion-h3 {
        font-size: 18px !important;
        line-height: 24px !important;
    }
    p.ib-accordion-para {
        line-height: 24px;
        padding: 10px;
    }
    h2.ib_faq-h2 {
        padding-top: 0px;
    }
}

#popmake-26269 {
    background: #fff;
}
/*VULVODYNIA Popup css*/
 div#slider_25923_slide01 {
    padding: 0px !important;
}
.ib-popup-design {
    display: flex;
    margin: auto;
    justify-content: center;
    background-color: white;
}
.logo-img img{
    display: flex !important;
    margin: auto;
    justify-content: center;
    max-width:150px !important;
}
.logo-img {
    padding-top: 10px;
}
@media(min-width:1340px){
.ib-text-h3 {
    padding-left: 40px;
}
	.ib-btn {
    padding-left: 40px;
}
}
@media(max-width:1300px){
    .logo-img img{
        width:100px !important;
        display: flex !important;
    margin: auto;
    justify-content: center;
    }
}
.ib-text-h3 h2 {
    font-size: 18px;
    font-weight:800;
    display: flex;
    justify-content: center;
    margin: auto;
    color: rgb(132, 172, 132)!important;
    padding: 5px;
}
@media(max-width:1300px){
    .ib-text-h3 h2{
        font-size:10px;
		margin-left:10px;
    }
	.green-line img {
    width: 60% !important;
}
}
.ib-abstractline img {
    display: flex;
    margin: auto;
    justify-content: center;
}
.ib-para picture img {
    display: flex !important;
    justify-content: center;
    margin: auto;
    padding-top: 10px;
	width: 100px !important;
}
.ib-popup-midimg img {
    display: flex !important;
    justify-content: center;
    margin: auto;
    padding:10px 5px;
    max-width:280px !important;
}
@media(max-width:1300px){
    .ib-popup-midimg img{
        width:150px !important;
        display: flex !important;
    justify-content: center;
    margin: auto;
    padding:10px 5px;
    }
}
.ib-para p {
    display: flex;
    margin: auto;
    justify-content: center;
    font-size: 18px;
}
.ib-written h5{
     
        display: flex;
        margin: auto;
        justify-content: center;
        padding-top: 30px;
        font-size: 15px;
    
}
.ib-writer{
    display: flex;
    margin: auto;
    justify-content: center;
	flex-wrap: wrap;
	font-size: 13px;
    
}
.ib-end-para p {
    display: flex;
    margin: auto;
    justify-content: center;
    padding-bottom: 10px;
}
.ib-btn button {
    display: flex;
    justify-content: center;
    margin: auto;
}
.ib-popup-design:before {
    content: url(/wp-content/uploads/2024/05/Ebook-Cover-New-4-1.png);
    position: absolute;
/*     width: 100%;
    height: auto; */
    left: 0px;
}

.popup-button {
    border: none;
    color:white;
    padding: 10px 40px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    background-color:  rgba(243, 69, 21, 0.986);
    cursor: pointer;
    margin-bottom:25px !important;
  }
/* p {
    margin-bottom: 10px !important;
} */
.ib-end-para {
    font-size: 18px;
    color: black;
    font-weight: 500;
}
.pum-content.popmake-content{
	border:0px !important;
}

@media (min-width: 1000px) {
    button.pum .popmake {
        background-color: #f67d2a !important;
        box-shadow: none !important;
        color: white !important;
        position: absolute !important;
        left: auto !important;
        right: -25px !important;
        width: 50px !important;
        height: 50px !important;
        background-repeat: no-repeat;
        font-size: 35px !important;
        font-weight: 700 !important;
        border: 0px !important;
    }
}


#popmake-25771 .popmake-content {
    background: #fff;
}
#popmake-25771 .popmake-close {
    border-radius: 50%;
    z-index: 99999;
}



#slider_15602, #slider_15602_slide01, .ib_popup, .ib_popup_left {
    min-height: 0 !important;
}


#slider_21083_slide01{
  min-height:auto !important;
}

@media (min-width: 2000px){
    div#popmake-25771.pum-container.pum-responsive.pum-responsive-medium {
        margin-left: -30%;
        width: 45%;
    }
  
}
@media (min-width: 2400px){
    div#popmake-25771.pum-container.pum-responsive.pum-responsive-medium {
        width: 40%;
    }
 
}
@media (min-width: 3000px){
    div#popmake-25771.pum-container.pum-responsive.pum-responsive-medium {
        width: 30%;
    }
 
}
@media (min-width: 3500px){
    div#popmake-25771.pum-container.pum-responsive.pum-responsive-medium {
        width: 25%;
    }
  
}
@media (min-width: 4000px){
    div#popmake-25771.pum-container.pum-responsive.pum-responsive-medium {
        width: 20%;
    }
 
}
@media (min-width: 4500px){
    div#popmake-25771.pum-container.pum-responsive.pum-responsive-medium {
        width: 18%;
    }
}
@media (min-width: 5000px){
    div#popmake-25771.pum-container.pum-responsive.pum-responsive-medium {
        width: 16%;
    }
}
@media only screen and (min-width: 1024px) {
    .pum-container.pum-responsive.pum-responsive-medium {
        margin-left: -30%;
        width: 60%;
    }
}
@media(max-width:500px){
	.ib-popup-design:before {
    content: url(/wp-content/uploads/2024/05/Ebook-Cover-New-4-1.png);
    position: absolute;
/*     width: 100%;
    height: auto; */
    left: -30px;
}
	.pum-container {
/*     top: 140px !important; */
/*     left: 70px !important; */
    position: absolute;
	width: 400px !important;
    margin-bottom: 3em;
    z-index: 1999999999;
		max-width: 90% !important;
}
	.ib-popup-design {
    display: flex;
    margin: auto;
    justify-content: center;
    background-color: white;
    width: 95%;
}
	    .ib-text-h3 h2 {
        font-size: 10px;
    }
	.ib-popup-midimg img {
        width: 140px !important;
        display: flex !important;
        justify-content: center;
        margin: auto;
        padding: 10px 5px;
    }
	.ib-para p {
    display: flex;
    margin: auto;
    justify-content: center;
    font-size: 10px;
}
	.ib-writer {
    display: flex;
    margin: auto;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 8px;
}
	.ib-end-para p{
		font-size:12px;
	}
	.ib-dot img {
    width: 3px !important;
}
/* 	p {
    margin-bottom: 10px !important;
    font-size: 10px;
		display: flex;
    flex-wrap: wrap;
} */
	.popup-button {
    border: none;
    color: white;
    padding: 3px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    background-color: rgba(243, 69, 21, 0.986);
    cursor: pointer;
    margin-bottom: 25px !important;
}
}
@media(max-width:400px){
	.ib-writer {
    display: flex;
    margin: auto;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 7px;
}
}
.page-id-1712 .x-container.max.width.main {
    overflow-x: hidden;
}
div#pum_popup_title_25772 {
    display: none;
}
div#popmake-25772 {
    top: 80px !important;
}

.green-line {
    text-align: center;
}

.ib-btn {
    margin-top: 15px;
    margin-bottom: 30px !important;
}

.ib-popup-midimg img {
    max-width: 100% !important;
    width: 80% !important;
}

html.pum-open.pum-open-overlay, html.pum-open.pum-open-overlay.pum-open-fixed .pum-overlay{
overflow:hidden !important;
}

/*new popup 19/09/23*/
.phrc-pop-up_content-div {
    position: absolute;
    top: 49.5%;
    right: 15px;
}
.phrc-pop-up_content-div-2 {
    position: absolute;
    bottom: 10%;
    right: 5%;
}
p.pop1_p, a.pop_tel, p.pop2_p, p.pop3_p {
    margin: 0px;
    padding: 2px 23px 2px 5px;
  font-family: 'poppins';
  font-weight: bold;
  line-height: 18px;
}
a.pop_tel, p.pop3_p{
  color: #5f83bf;
}
a.pop_mail{
  color: #fd7531;
   padding: 1px 23px 1px 5px;
  font-size: 13px;
    text-decoration: underline;
  font-weight: bold;
}
p.pop1_p, p.pop2_p{
  color: #fff;
}
p.pop1_p {
    font-size: 14px;
    text-align: right;
}
p.pop2_p {
    font-size: 12px;
  text-align: center;
}
.phrc-pop-up_content-div-inner {
    display: flex;
    flex-direction: column;
  text-align: center;
}
.phrc-pop-up_content-div-inner-2 {
    display: flex;
    flex-direction: column;
  text-align: right;
}
p.pop3_p {
    font-size: 13px;
}

@media (max-width: 500px) {
    p.pop1_p {
      font-size: 12px;
    }

    a.pop_tel {
      font-size: 15px;
    }

    p.pop1_p,
    a.pop_tel,
    p.pop2_p,
    p.pop3_p {
      padding: 1px 15px 1px 5px;
      line-height: 18px;
    }

    p.pop2_p {
      font-size: 10px;
    }

    p.pop3_p {
      font-size: 12px;
    }

    a.pop_mail {
      font-size: 12px;
    }
  a.pop_mail {
    padding-right: 15px;
}
  }

@media (max-width: 399px) {
    p.pop1_p {
      font-size: 10px;
    }
    p.pop1_p,
    a.pop_tel,
    p.pop2_p,
    p.pop3_p {
      padding: 0px 10px 0px 5px;
      line-height: 16px;
    }
    a.pop_mail {
      padding: 1px 10px 1px 5px;
      font-size: 9px;
    }
    a.pop_tel {
      font-size: 10px;
    }
    .phrc-pop-up_content-div-inner {
      text-align: right;
    }
    p.pop2_p {
      font-size: 8px;
      text-align: right;
    }
    p.pop3_p {
      font-size: 9px;
    }
  }
  
/*Hiring popup*/
  
.ib_popup_hiring h2 {
    margin-top: 0 !important;
    font-size: 30px;
    margin-bottom: 0;
    font-weight: bold;
    color: rgb(119,162,47);
    line-height: 46px;
  	font-family: 'poppins';
}
.ib_popup_hiring {
    padding: 40px 20px;
}
.ib_popup_hiring hr {
    border-width: 4px;
    border-color: #5472d2;
    margin-top: 20px;
    margin-bottom: 20px;
}
.ib_popup_hiring p {
    margin-bottom: 15px;
 	color: #5472d2;
    font-family: 'poppins';
}
.ib_popup_hiring a {
    color: #FD6C21;
    overflow-wrap: break-word;
    font-size: 15px;
  	font-family: 'poppins';
}
html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden] {
    padding-right: 0px;
    overflow-y: hidden;
}
@media (min-width:400px) {
html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active {
    overflow-y: hidden; 
}
}
@media (max-width:640px) {
  .ib_popup_hiring {
    padding: 40px 10px;
}
  .ib_popup_hiring h2 {
    font-size: 24px;
    line-height: 38px;
}
}
@media (max-width:400px) {
  .ib_popup_hiring a {
    font-size: 11px;
}
  .pum-theme-15599 .pum-content+.pum-close, .pum-theme-content-only .pum-content+.pum-close {
    right: -6px !important;
}
}
/*popup – site lander*/
.pum-theme-15599 .pum-content+.pum-close, .pum-theme-content-only .pum-content+.pum-close{
	border-radius:50% !important;
}

div#popmake-22368 {
    top: 35px !important;

margin-top:40px;
}
@media (max-width: 400px){
#pum-22896 button.pum-close.popmake-close {
    right: -4px !important;
}
}
.pum-open.pum-open-overlay, html.pum-open.pum-open-overlay.pum-open-fixed .pum-overlay {
    overflow: unset !important;
}

.pum-content.popmake-content {
    border: 10px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 10px;
}
@media (min-width: 1000px){
button.pum-close.popmake-close {
    background-color: #f67d2a !important;
    box-shadow: none !important;
    color: white !important;
    position: absolute !important;
    left: auto !important;
    right: -25px !important;
    bottom: auto !important;
    top: -25px !important;
    width: 50px !important;
    height: 50px !important;
    background-repeat: no-repeat;
    font-size: 35px !important;
    font-weight: 700 !important;
    border: 0px !important;
}
}
@media (max-width: 999px){
button.pum-close.popmake-close {
    background-color: #f67d2a !important;
    box-shadow: none !important;
    color: white !important;
    position: absolute !important;
    left: auto !important;
    right: -10px !important;
    bottom: auto !important;
    top: -8px !important;
    width: 45px !important;
    height: 45px !important;
    background-repeat: no-repeat;
    font-size: 29px !important;
    font-weight: 700 !important;
    border: 0px !important;
}
}
/*walnut creek popup css*/
.pum-theme-15599 .pum-content+.pum-close, .pum-theme-content-only .pum-content+.pum-close{
	border-radius:50% !important;
}

div#popmake-22368 {
    top: 35px !important;

margin-top:40px;
}
/*Podium*/
#podium {
  position: relative;
}
/*popup*/
#popmake-21086 .popmake-content {
    background: #fff;
}
#popmake-21086 .popmake-close {
    border-radius: 50%;
    z-index: 99999;
}
.ibs_consult {
    color: #618821;
    text-align: left;
    font-size: 28px;
	line-height:32px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 20px;
    font-family: 'poppins';
	text-shadow:1px 1px 0 #618821, 1px 1px 0 #618821, 1px 1px 0px #618821, 1px 1px 0 #618821;
}
.ibs_popup_btn{
	font-family: 'Poppins', sans-serif;
    background: #F67D2A !important;
    border: none !important;
    border-radius: 0px !important;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF !important;
    padding: 10px 56px !important;
}
.ib_popup {
    display:flex;
	text-align:left;
	background: #fff;
	column-gap:30px;
}
.ib_popup_right{
	padding-top:20px;
	padding-bottom:30px;
}
.ib_popup_left{
    background: #fff796;
    width: 50%;
    background-size: cover;
	background-position: center;
	border-radius: 15px;
}
.ib_popup_left img{
	height: 100% !important;
	object-fit: contain;
}
.ib_popup .mail a, .ib_popup .call a {
    color: #f67d2a;
    font-weight: 600;
	font-family: 'poppins';
}
.ib_popup .mail p ,.ib_popup .call p{
    font-family: 'poppins';
    font-size: 18px;
    margin-bottom: 0;
}
.ib_popup .mail hr {
    width: 15%;
    height: 2px;
    border-bottom: 1px solid #e9e9e9;
	margin: 20px 0;
	background: #e9e9e9;
}
.ib_popup .cta {
    margin-top: 50px;
}
#slider_15602, #slider_15602_slide01, .ib_popup, .ib_popup_left {
    min-height: 0 !important;
}
@media only screen and (max-width: 767px){
	.ib_popup {
    display:block;
	}
	.ib_popup .gform_button{
		margin-bottom:0 !important;
	}
	.ibs_consult{
		font-size:24px;
		line-height: 27px;
	}
	.ib_popup_left {
		width: 35%;
		margin: 0 auto;
	}
	.ib_popup .cta {
		margin-top: 40px;
		text-align: center;
	}
	.ibs_popup_btn{
		padding:10px 40px !important;
	}
	.ib_popup_left img{
		height:unset !important;
	}
}
@media only screen and (min-width: 1900px){
	.ib_popup_right{
		padding-left:20px;
	}
}
#slider_21083_slide01{
  min-height:auto !important;
}

@media (min-width: 2000px){
    div#popmake-21086.pum-container.pum-responsive.pum-responsive-medium {
        margin-left: -30%;
        width: 45%;
    }
  .ib_popup_left {
        width: 65%;
    }
}
@media (min-width: 2400px){
    div#popmake-21086.pum-container.pum-responsive.pum-responsive-medium {
        width: 40%;
    }
  .ib_popup_left {
        width: 60%;
    }
}
@media (min-width: 3000px){
    div#popmake-21086.pum-container.pum-responsive.pum-responsive-medium {
        width: 30%;
    }
  .ib_popup_left {
        width: 55%;
    }
}
@media (min-width: 3500px){
    div#popmake-21086.pum-container.pum-responsive.pum-responsive-medium {
        width: 25%;
    }
  .ib_popup_left {
        width: 50%;
    }
}
@media (min-width: 4000px){
    div#popmake-21086.pum-container.pum-responsive.pum-responsive-medium {
        width: 20%;
    }
  .ib_popup_left {
        width: 50%;
    }
}
@media (min-width: 4500px){
    div#popmake-21086.pum-container.pum-responsive.pum-responsive-medium {
        width: 18%;
    }
}
@media (min-width: 5000px){
    div#popmake-21086.pum-container.pum-responsive.pum-responsive-medium {
        width: 16%;
    }
}
/*BOOK APPOINTMENT NOW form*/
._form_3 input[type="text"]._has_error, #_form_63E1E6702B4BA_ textarea._has_error {
    border: #ff0200 1px solid !important;
}
._form_3 ._error-inner {
    background-color: transparent !important;
	color: #ff0200 !important;
}
._form_3 ._error-arrow {
    display: none !important;
}
._form_3 input[type="date"]._has_error, #_form_63E1E6702B4BA_ textarea._has_error  {
    border: #ff0200 1px solid !important;
}
._form_3 select#field\[1\]\[\]._has_error, #_form_63E1E6702B4BA_ textarea._has_error  {
    border: #ff0200 1px solid !important;
}
._form_3 select#field\[8\]._has_error, #_form_63E1E6702B4BA_ textarea._has_error  {
    border: #ff0200 1px solid !important;
}
._form_3 ._error._below ._error-arrow {
	    border-top: 5px solid #ff0200 !important;
	    border-bottom: 5px solid #ff0200 !important;
}
._form_3 ._error._above ._error-arrow{
	border-top: 5px solid #ff0200 !important;
}
._form_3 ._error._below {
    padding-top: 0px !important;
    top: -9% !important;
    right: 20px !important;
}
._form_3 ._error._above {
    padding-bottom: 0px !important;
    bottom: -2px !important;
    right: 20px !important;
}
/*H1 to H2 for mobile*/
/* for mobile view seo issue for h1 */
h2.ibatpr-h2{
font-family: Lato !important;
    font-style: normal !important;
    font-weight: 800 !important;
    font-size: 36px !important;
    line-height: 43px !important;
    text-align: center !important;
    color: #FFFFFF;
}
/*Tik Tok*/
.CardLayout__Block-sc-1degoda-0.CardLayout__RegularBlock-sc-1degoda-1.iiDhng.CardUserBlock__UserBlock-sc-q7evie-0.gEKPon,
.CardLayout__Block-sc-1degoda-0.CardLayout__RegularBlock-sc-1degoda-1.eXixvi,
.CardLayout__Block-sc-1degoda-0.CardLayout__RegularBlock-sc-1degoda-1.iiDhng.CardActionsBlock__CardLayoutBlock-sc-1rvtyqa-1{
    display: none;
}

.CardLayout__Block-sc-1degoda-0.CardLayout__OuterBlock-sc-1degoda-2.CardMediaBlock__MediaBlock-sc-1ftcd60-0.eXixvi {
    margin-top: 0;
}

.CardLayout__Container-sc-1degoda-5.CardContainer-sc-pr3shd-0.igDtWP.kfDqXh {
    border-radius: 0;
}

.Main__Inner-sc-1241y56-0.hYpzso > a {
    display: none !important;
}

.WidgetBackground__Background-e8l9qy-1.bANBnE {
    background: transparent !important;
}

.WidgetBackground__Content-e8l9qy-4.inEnkM {
    padding: 0 !important;
  	
}

button.ButtonBase__ButtonContainer-sc-6hgm97-3.cwmRda{
    background: #FD6C21 !important;
    border: none !important;
    color: #fff !important;
    text-transform: uppercase !important;
    padding: 8px !important;
  	font-size: 16px !important;
  	line-height: 24px !important;
}

span.ButtonBase__Overlay-sc-6hgm97-4.jQKInD:hover{
  background: #FD6C21 !important;
}


.tik-tok-title h4 {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 54px;
    color: #000000;
    margin: 0;
}

.tik-tok-name p span {
    font-weight: 400;
  	font-size: 16px;
    line-height: 24px;
}

.tik-tok-name p {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
  	margin: 0;
}

.tik-tok-follow-button a {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    padding: 6px 11px;
    display: block;
}

.tik-tok-follow-button a:hover{
  color: #fff;
}

.tik-tok-follow-button {
    background: #FD6C21;
    width: fit-content;
}

.tik-tok-user-img-name {
    display: grid;
    grid-template-columns: 78px auto;
    align-items: center;
    column-gap: 23px;
}

.tik-tok-user-follow {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    justify-content: space-between;
  	column-gap: 10px;
}

.tik-tok-heading {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
  	margin-bottom: 55px;
}

@media(max-width: 981px){
  .WidgetBackground__Content-e8l9qy-4.inEnkM {
    padding: 0 !important;
}
}

@media(max-width: 911px){
  .tik-tok-heading {
    display: grid;
    grid-template-columns: auto;
    align-items: center;
    margin-bottom: 30px;
}
  .tik-tok-title h4{
    text-align: center;
    font-size: 28px;
    line-height: 30px;
  }
  
  .tik-tok-user-follow {
    margin-top: 30px;
}
}

@media(max-width: 519px){
  .tik-tok-user-follow {
    display: grid;
    grid-template-columns: auto;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
}
  .tik-tok-user-img-name{
    grid-template-columns: auto;
    text-align: center;
  }
  .tik-tok-img {
    width: 78px;
    margin: auto;
    margin-bottom: 20px;
}
  
  .tik-tok-follow-button{
   margin: 30px auto auto auto;
  }
}

li.cn-fa-tik-tok > a {
    width: 49px;
    height: 49px;
    background: #212121;
}
/*Blog Buttons*/
.ib-blog-buttons {
    display: flex;
    align-items: center;
    column-gap: 30px;
    flex-wrap: wrap;
}

.ib-blog-buttons > div {
    background: #FD6C21;
    border-radius: 5px;
}

.ib-blog-buttons > div:hover{
  background: #FFDB70;
}

.ib-blog-buttons > div a {
    display: block;
    padding: 0.5rem 1rem;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
  	text-align: center;
}

@media(max-width: 981px){
  .ib-blog-buttons .virtual-appointment-cta {
    margin-top: 20px;
  }
  
  .ib-blog-buttons > div{
    width: 100%;
  }
  
  .ib-blog-buttons{
    max-width: 350px;
  }
  
}
/*footersocialcss*/
.ib-dev-foot-icon{
  font-size:0px!important;
}
/*footercss*/
@media (max-width:530px)
{
	span #siteseal img {
    padding-top: 44px;
    width: 30%;
}
.x-bar-container.footer-menu {
     height: 130px !important;
}
.x-bar-outer-spacers:before, .x-bar-outer-spacers:after {display:none !important;}
ul.x-menu.x-menu-inline {
    font-size: 10px !important;
}
.x-bar-container.footer-menu {
    margin-left: auto !important;
    margin-right: auto !important;
    height: 130px !important;
}
}
/*custom css*/
 #comments .h-comments-title{
  display: none;
} 

#comments .x-comments-list{
  display: none;
}


#comments .comment-respond{
display: none;
}

@media (min-width:1400px){
  .e9283-9.x-anchor .x-anchor-text-primary{
  padding:10px 0px 10px 0px !important;
}
}
@media (min-width:1600px){
  .e9283-9.x-anchor .x-anchor-text-primary{
  padding:12px 10px 12px 10px !important;
}
}
@media (min-width:1700px){
  #midbanner{
    background-position: top center !important;
    height:600px !important;
  }
}
@media (min-width:2100px){
  #midbanner{
    background-position: top center !important;
    height:700px !important;
  }
}

.x-modal-close-right {
    right: 50px;
  	display: none;
}

#hide-pad ._form_1 form{
  max-width: 500px !important;
  width: auto !important;
}

.page-id-11476 ._form_5 form{
  max-width: 500px !important;
  width: auto !important;
}


.page-id-11336  ._form_1{
  width: auto !important;
}

.page-id-9094 ._form_1{
  width: auto !important;
}

._form_1{
  width: auto !important;
  max-width: 500px !important;
}

.page-id-5782 ._form_1{
  background-color: #f2f2f2 !important;
  padding: 15px;
}
span.x-anchor-text-primary {
    font-weight: 600 !important;
}
/*Home New*/
@media(max-width:767px){
  .heading1 h2{
    font-size:34px !important;
  }
  .vc_custom_1601815191082{
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .ib-title{
        font-size: 36px !important;
  }
  .ib-cta button{
        padding: 13px 40px !important;
  }
  .ib_cof {font-size: 36px !important;}
  #blog{
        padding-right: 20px !important;
    padding-left: 20px !important;
  }
  #learn-btn a{padding: 13px 18px !important;}
  #content1,#content2{padding-right: 0px !important;}

  .vc_custom_1601811199941 {
    padding-right: 0px !important;
}
  .ib-content p{text-align: left;}
  #custom-text{margin-bottom:0 !important;}
  .ib-video{height:auto !important;}
}
/*buttonizer css*/
.buttonizer.buttonizer-group.buttonizer-group-0-0-1 {
    margin-bottom: 50px ! IMPORTANT;
}
._form-fieldset ._row._checkbox-radio {
    display: flex !important;
    align-items: baseline !important;
    gap: 5px;
}
._form-fieldset legend._form-label {
    border: 0 !important;
}
@media (max-width:768px){
._form-fieldset ._row._checkbox-radio {
    display: flex !important;
    align-items: flex-start;
    gap: 5px;
}
}
.phone:before{
    content: url(https://pelvicpainrehab.com/wp-content/uploads/2020/10/Vector-1.png);
    margin-right:15px;
    
}
.shape-1:before{
    content: url(https://pelvicpainrehab.com/wp-content/uploads/2020/10/Shape.png);
    margin-right:15px;
    
}
.shape-2:before{
    content: url(https://pelvicpainrehab.com/wp-content/uploads/2020/10/Shape-1.png);
    margin-right:15px;
    
}

.p-m p {
    margin-bottom: 0px !important;
}

    
.shape-3:before{
    content: url(/wp-content/uploads/2020/10/b-clock.png);
    margin-right:15px;
    
}



.custom-phone-text{
    font-family: "Poppins", sans-serif !important;
font-style: normal !important;
font-weight: 500 !important;
font-size: 14px !important;
line-height: 221.43% !important;
color: #000000 !important;
}

.text-162{
font-family: "Poppins", sans-serif !important;
font-style: normal;
font-weight: bold !important;
font-size: 40px !important;
line-height: 60px !important;
color: #000000 !important;
}


/*woo-commerce css*/

.woocommerce-message, .woocommerce-info {
    border-color: #77a22f;
    color: #000;
font-weight: 600;
}

.woocommerce-message a {
       float: right;
/*     padding: 10px 15px !important;
    background: #ffd350 !important;
	    float: right; */

}
@media(max-width:767px){
.woocommerce-message {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    gap: 15px;
}
.woocommerce-message .button{
margin-left:0px !important;
}
	.woocommerce .cart.shop_table .product-thumbnail img {
    width: 100%;
}
	.woocommerce-page table.cart .product-thumbnail{
display:block !important;
	}
}

.woocommerce li.product .entry-wrap{
    position: relative;
}
.woocommerce li.product .entry-header h3{
white-space: unset;
	font-size:12px;
	line-height:18px;
}
.archive.post-type-archive.woocommerce-shop.woocommerce .x-container.max.width.main {
    width: 85% !important;
}
.single-product .woocommerce-tabs div#review_form ._form_7 {
    display: none;
}
.woocommerce-cart .cart_totals td {
    text-align: right;
}
@media(min-width:1297px){
.woocommerce li.product .entry-header h3 {
    min-height: 109px !important;
	}
}

@media(max-width:1296px) and (min-width:980px){
.woocommerce li.product .entry-header h3 {
    min-height: 144px !important;
}
}
.product .woocommerce-product-gallery {
    box-shadow: 2px 2px 9px 0px #0000005e !important;
}
/* ==========================================
   Floating Newsletter Button
========================================== */

#newsletter-float{
    position: fixed;
    right: 50px;
    bottom: 120px;
    z-index: 999999;

    animation: newsletterShake 10s cubic-bezier(.25,.46,.45,.94) infinite;
    animation-timing-function: ease-in-out;
    transform-origin: center center;
}

#newsletter-float .newsletter-link{
    display: flex;
    align-items: center;
    text-decoration: none;
}

/* Newsletter Label */

#newsletter-float .newsletter-label{
    background: #4a4a4a;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
    padding: 5px 15px;
    white-space: nowrap;
    border-radius: 3px;
    margin-right: 10px;
    box-shadow: 0 3px 8px rgba(0,0,0,.18);
}

#newsletter-float .newsletter-icon:hover {
    background: #FD6C21;
}
/* Green Circle */

#newsletter-float .newsletter-icon{
    width: 60px;
    height: 60px;
    background: #a7c63d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 15px rgba(0,0,0,.22);
    transition: transform .3s ease;
    animation: newsletterPulse 2.5s ease-in-out infinite;
}

/* Icon */

#newsletter-float .newsletter-icon i{
    color: #fff;
    font-size: 30px;
    line-height: 1;
}

/* Hover Effect */

#newsletter-float:hover .newsletter-icon{
    transform: scale(1.08);
}

/* Floating Animation */

@keyframes newsletterShake {

    /* Stay still for most of the animation */
    0%, 88%, 100% {
        transform: translateY(0);
    }

    /* Shake starts */
    89% {
        transform: translateY(-8px);
    }

    90% {
        transform: translateY(8px);
    }

    91% {
        transform: translateY(-7px);
    }

    92% {
        transform: translateY(7px);
    }

    93% {
        transform: translateY(-5px);
    }

    94% {
        transform: translateY(5px);
    }

    95% {
        transform: translateY(-3px);
    }

    96% {
        transform: translateY(3px);
    }

    97% {
        transform: translateY(-1px);
    }

    98%, 100% {
        transform: translateY(0);
    }
}

/* Mobile */

@media (max-width:768px){

    #newsletter-float{
        right: 15px;
        bottom: 20px;
    }

    #newsletter-float .newsletter-label{
        font-size: 13px;
        padding: 5px 15px;
    }

    #newsletter-float .newsletter-icon{
        width: 54px;
        height: 54px;
    }

    #newsletter-float .newsletter-icon i{
        font-size: 22px;
    }

}