/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.13
 Text Domain:  bricks
*/

/**** Typography *****/

html {
	font-size:16px !important;
}

/**** SPACING / PADDING / MARGINS *****/

.p-10 {padding:10px;}
.p-20 {padding:20px;}
.p-30 {padding:30px;}
.p-40 {padding:40px;}
.p-50 {padding:50px;}
.p-60 {padding:60px;}
.p-70 {padding:70px;}
.p-80 {padding:80px;}
.p-90 {padding:90px;}
.p-100 {padding:100px;}

.pl-10 {padding-left:10px;}
.pl-20 {padding-left:20px;}
.pl-30 {padding-left:30px;}
.pl-40 {padding-left:40px;}
.pl-50 {padding-left:50px;}
.pl-60 {padding-left:60px;}
.pl-70 {padding-left:70px;}
.pl-80 {padding-left:80px;}
.pl-90 {padding-left:90px;}
.pl-100 {padding-left:100px;}

.pr-10 {padding-right:10px;}
.pr-20 {padding-right:20px;}
.pr-30 {padding-right:30px;}
.pr-40 {padding-right:40px;}
.pr-50 {padding-right:50px;}
.pr-60 {padding-right:60px;}
.pr-70 {padding-right:70px;}
.pr-80 {padding-right:80px;}
.pr-90 {padding-right:90px;}
.pr-100 {padding-right:100px;}

.px-10 {padding-right:10px; padding-left:10px;}
.px-20 {padding-right:20px; padding-left:20px;}
.px-30 {padding-right:30px; padding-left:30px;}
.px-40 {padding-right:40px; padding-left:40px;}
.px-50 {padding-right:50px; padding-left:50px;}
.px-60 {padding-right:60px; padding-left:60px;}
.px-70 {padding-right:70px; padding-left:70px;}
.px-80 {padding-right:80px; padding-left:80px;}
.px-90 {padding-right:90px; padding-left:90px;}
.px-100 {padding-right:100px; padding-left:100px;}

.py-10 {padding-top:10px; padding-bottom:10px;}
.py-20 {padding-top:20px; padding-bottom:20px;}
.py-30 {padding-top:30px; padding-bottom:30px;}
.py-40 {padding-top:40px; padding-bottom:40px;}
.py-50 {padding-top:50px; padding-bottom:50px;}
.py-60 {padding-top:60px; padding-bottom:60px;}
.py-70 {padding-top:70px; padding-bottom:70px;}
.py-80 {padding-top:80px; padding-bottom:80px;}
.py-90 {padding-top:90px; padding-bottom:90px;}
.py-100 {padding-top:100px; padding-bottom:100px;}

.pt-10 {padding-top:10px;}
.pt-20 {padding-top:20px;}
.pt-30 {padding-top:30px;}
.pt-40 {padding-top:40px;}
.pt-50 {padding-top:50px;}
.pt-60 {padding-top:60px;}
.pt-70 {padding-top:70px;}
.pt-80 {padding-top:80px;}
.pt-90 {padding-top:90px;}
.pt-100 {padding-top:100px;}

.pb-10 {padding-bottom:10px;}
.pb-20 {padding-bottom:20px;}
.pb-30 {padding-bottom:30px;}
.pb-40 {padding-bottom:40px;}
.pb-50 {padding-bottom:50px;}
.pb-60 {padding-bottom:60px;}
.pb-70 {padding-bottom:70px;}
.pb-80 {padding-bottom:80px;}
.pb-90 {padding-bottom:90px;}
.pb-100 {padding-bottom:100px;}

.mt-10 {margin-top:10px;}
.mt-20 {margin-top:20px;}
.mt-30 {margin-top:30px;}
.mt-40 {margin-top:40px;}
.mt-50 {margin-top:50px;}
.mt-60 {margin-top:60px;}
.mt-70 {margin-top:70px;}
.mt-80 {margin-top:80px;}
.mt-90 {margin-top:90px;}
.mt-100 {margin-top:100px;}

.mb-10 {margin-bottom:10px;}
.mb-20 {margin-bottom:20px;}
.mb-30 {margin-bottom:30px;}
.mb-40 {margin-bottom:40px;}
.mb-50 {margin-bottom:50px;}
.mb-60 {margin-bottom:60px;}
.mb-70 {margin-bottom:70px;}
.mb-80 {margin-bottom:80px;}
.mb-90 {margin-bottom:90px;}
.mb-100 {margin-bottom:100px;}

.my-10 {margin-bottom:10px; margin-top:10px;}
.my-20 {margin-bottom:20px; margin-top:20px;}
.my-30 {margin-bottom:30px; margin-top:30px;}
.my-40 {margin-bottom:40px; margin-top:40px;}
.my-50 {margin-bottom:50px; margin-top:50px;}
.my-60 {margin-bottom:60px; margin-top:60px;}
.my-70 {margin-bottom:70px; margin-top:70px;}
.my-80 {margin-bottom:80px; margin-top:80px;}
.my-90 {margin-bottom:90px; margin-top:90px;}
.my-100 {margin-bottom:100px; margin-top:100px;}

.mr-10 {margin-right:10px;}
.mr-20 {margin-right:20px;}
.mr-30 {margin-right:30px;}
.mr-40 {margin-right:40px;}
.mr-50 {margin-right:50px;}
.mr-60 {margin-right:60px;}
.mr-70 {margin-right:70px;}
.mr-80 {margin-right:80px;}
.mr-90 {margin-right:90px;}
.mr-100 {margin-right:100px;}

.ml-10 {margin-left:10px;}
.ml-20 {margin-left:20px;}
.ml-30 {margin-left:30px;}
.ml-40 {margin-left:40px;}
.ml-50 {margin-left:50px;}
.ml-60 {margin-left:60px;}
.ml-70 {margin-left:70px;}
.ml-80 {margin-left:80px;}
.ml-90 {margin-left:90px;}
.ml-100 {margin-left:100px;}

.mx-10 {margin-left:10px; margin-right:10px;}
.mx-20 {margin-left:20px; margin-right:20px;}
.mx-30 {margin-left:30px; margin-right:30px;}
.mx-40 {margin-left:40px; margin-right:40px;}
.mx-50 {margin-left:50px; margin-right:50px;}
.mx-60 {margin-left:60px; margin-right:60px;}
.mx-70 {margin-left:70px; margin-right:70px;}
.mx-80 {margin-left:80px; margin-right:80px;}
.mx-90 {margin-left:90px; margin-right:90px;}
.mx-100 {margin-left:100px; margin-right:100px;}

/**** misc *******/

 .hide {
	display:none;
  }
 .hide-mobile {
  	display:flex;
  }
.hide-desktop {
	display:none;
}
@media only screen and (max-width: 767px) {
  .hide-mobile {
  	display:none;
  }
  .hide-desktop {
	display:block;
}
}


/*******************************************************************************************************************************/
/********************************************************DEV CSS STARTS HERE***************************************************/
/*****************************************************************************************************************************/

#menu-main-menus li.header-schedule-btn.menu-item a
{
	padding: 15px 20px;
    background: #4C77BB;
    border-radius: 5px;
    box-sizing: border-box;
    height: 48px;
}
#menu-main-menus li.header-schedule-btn.menu-item:hover a
{
	background: #202021;
}
#menu-main-menus li.header-schedule-btn.menu-item a
{
	color: #fff;
    text-transform: capitalize;
    line-height: 1.3;
}
#menu-main-menus li.header-join-btn.menu-item a
{
	padding: 15px 20px;
    background: transparent;
    border: 1px solid #202021;
    border-radius: 5px;
    box-sizing: border-box;
    height: 48px;
}
#menu-main-menus li.header-join-btn.menu-item:hover a
{
	background: #202021;
}
#menu-main-menus li.header-join-btn.menu-item:hover a, #menu-main-menus li.header-schedule-btn.menu-item:hover a
{
    color: #fff;
}
#menu-main-menus li.header-join-btn.menu-item a
{
	color: #202021;
    text-transform: capitalize;
    line-height: 1.3;
}
#menu-main-menus
{
	align-items: center;
}
.levo-text p
{
	display: flex;
    align-items: center;
    gap: 5px;
}
.levo-text img
{
	width: 40px;
}
#brxe-itsayu .splide__slide
{
	width: auto!important;
}
.brxe-slider-nested.reviews-carousel .splide__slide:nth-child(odd)
{
	margin-top: 60px;
}
.brxe-slider-nested.reviews-carousel .splide__list
{
	height: auto!important;
}
.home-icon-boxes p
{
	margin-top: 5px;
}
.team-grid .content-wrapper
{
	align-items: center;
}
.faqs-section .tab-menu
{
    flex-direction: column!important;
    gap: 10px;
    width: 40%;
}
.faqs-section
{
	gap: 60px;
}
.faqs-section .tab-content
{
	width: 60%;
    border: 0px !important;
    padding: 0px !important;
}
.faqs-section .tab-menu .tab-title
{
	width: 100%;
}
.faqs-section .brxe-accordion .accordion-item
{
	background: url(/wp-content/uploads/2026/03/Frame-1000004213.png);
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    margin-bottom: 10px;
}
.faqs-section .brxe-accordion .accordion-item.brx-open .accordion-title-wrapper
{
	padding-bottom: 0px;
}
.faqs-section .brxe-accordion .accordion-item.brx-open .accordion-title-wrapper .accordion-title
{
	padding-bottom: 15px;
    border-bottom: 0.5px solid #202021;
}
.accordion-content-wrapper p a
{
	text-decoration: underline;
}
.gform_wrapper.gravity-theme .gfield_label
{
	color: #202021;
    font-family: "Raleway";
    font-weight: 500!important;
    line-height: 1.5!important;
  	font-size: 14px;
    margin-bottom: 5px!important;
}
.gform_wrapper.gravity-theme .gfield_required
{
	font-style: normal!important;
    color: #B8073F!important;
    font-weight: 500!important;
    font-size: 14px!important;
}
.gform_wrapper.gravity-theme .gfield input, .gform_wrapper.gravity-theme .gfield select 
{
    background: transparent;
    border: 1px solid #5D5D5F;
    border-radius: 4px;
    padding: 10px 15px !important;
  	color: #202021;
    font-family: "Raleway";
    font-weight: 500!important;
    line-height: 1.5!important;
  	font-size: 14px;
  	outline: 0px;
}
.gform_wrapper.gravity-theme .gfield textarea
{
	background: transparent;
    border: 1px solid #5D5D5F;
    border-radius: 4px;
    padding: 10px 15px !important;
  	color: #202021;
    font-family: "Raleway";
    font-weight: 500!important;
    line-height: 1.5!important;
  	font-size: 14px;
  	outline: 0px;
    height: 126px!important;
}
.gform_wrapper.gravity-theme #field_submit input
{
    padding: 12px 20px !important;
    background-color: #4C77BB;
    font-size: 16px;
    color: #fff;
    font-family: "Raleway";
    font-weight: 500 !important;
    line-height: 1.5 !important;
    letter-spacing: 0px;
    text-transform: capitalize;
    text-align: center !important;
    border-radius: 5px;
    border: 0px;
    margin-bottom: 8px;
}
.gform_wrapper.gravity-theme #field_submit input:hover
{
	background: #202021;
}
.gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer
{
	margin: 0px!important;
    padding: 0px!important;
}
.discount-price {
  display: none;
}

body.new-patient-active .regular-price {
  display: none;
}

body.new-patient-active .discount-price {
  display: block;
}.discount-price {
  display: none;
}

body.new-patient-active .regular-price {
  display: none;
}

body.new-patient-active .discount-price {
  display: block!important;
}
.price-toggle
{
	display: flex;
    align-items: center;
    padding: 10px;
    gap: 5px;
    border: 1px solid #202021;
    border-radius: 5px;
}
.price-toggle label
{
    color: #202021;
    font-family: "Raleway";
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 0px;
}
#newPatientToggle
{
	width: 18px;
    height: 18px;
}
.content-text-list ul
{
	padding-left: 20px;
    margin: 5px 0px;
}
.content-text-list ul li
{
	margin-bottom: 5px;
}
.start-here-faqs .accordion-title-wrapper
{
	border-radius: 5px;
    background: #FFF;
    box-shadow: 0 24px 7px 0 rgba(0, 0, 0, 0.00), 0 15px 6px 0 rgba(0, 0, 0, 0.01), 0 9px 5px 0 rgba(0, 0, 0, 0.03), 0 4px 4px 0 rgba(0, 0, 0, 0.04), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    padding: 12px 20px;
}
.start-here-faqs .accordion-content-wrapper
{
	padding: 20px!important;
}
strong 
{
    font-weight: 600;
}


@media only screen and (max-width: 1420px)
{
   .brxe-container.large-container, .brxe-container.content-container
  {
  	width: 95%!important;
  }
  #menu-main-menus li.menu-item a
  {
  	  font-size: 13px!important;
  }
}


@media only screen and (max-width: 1380px)
{
	#menu-main-menus li.menu-item a
  {
  	  font-size: 12px!important;
  }
  #menu-main-menus li.menu-item 
  {
  	  margin-left: 15px!important;
  }
}


@media only screen and (max-width: 768px)
{
	.brxe-container.large-container, .brxe-container.content-container
  {
  	width: 90%!important;
  }
  .brxe-slider-nested.reviews-carousel .splide__slide:nth-child(odd)
	{
		margin-top: 0px!important;
	}
  .faqs-section .tab-menu 
  {
    flex-direction: row !important;
    width: 100%;
	}
  .faqs-section .tab-menu .tab-title {
    width: auto;
   }
  .faqs-section 
  {
    gap: 30px;
  }
  .faqs-section .tab-content {
    width: 100%;
  }
  .accordion-title h3.title
  {
      font-size: 16px!important;
  }
  .faqs-section .tab-menu .tab-title .brxe-icon
  {
  	font-size: 18px!important;
    margin-left: 5px!important;
  }
  .start-here-faqs .accordion-title-wrapper
  {
  	   padding: 12px 12px!important;
    	flex-wrap: nowrap!important;
  }
}

@media only screen and (max-width: 479px)
{
	
}