.normal div {
	display: unset!important;
}
.faq-item div {
	display: none !important;
}
.faq-item .active {
	display: block !important;
}
.address-area-location h4 {
	color: #024F7A;
}
.mobile-contact {
	display: flex;
}
.mail-contact {
	display: flex;
	margin-top:10px;
}
.mail-contact img{
	margin-top:20px !important;
}
a.m-number {
	margin-left: 10px;
	margin-top: 14px;
}
.contact-zone {
	margin-left: 20px;
}
.address-area-location .container {
	border-top: 1px solid;
	padding-top: 30px;
}
.page-id-530 section.block.text-block.wow.fadeInUp.padding-bottom-0 {
	padding-top: 50px;
}
#book-now-btn {
	color: #fff;
	background: #024F7A;
	padding: 10px 20px;
	border-radius: 18px;
	font-weight: 500;
}
.nav-button{
	border: none;
  background-color: #024F7A;
  color: #fff !important;
  border-radius: 0px;
  font-weight: 400;
	padding: 10px 25px 10px;
}
.nav-button:hover{
	background-color:#fff !important;
	color:#024F7A !important;
}
@media (min-width: 1025px){
.site-branding {
    width: 300px;
}
#nav > .menu > li{
    margin: 0 0 0 11px;
}
}


.page-id-11 .blob-img {
    display: none;
}
.page-id-11 .bd.right-content {
    padding-left: 50px;
}
.page-id-11 .entry-content.wow.fadeInUp {
    padding-right: 50px;
	border-right:1px solid #60656B;
}
.page-id-11 .bd.right-content h2 {
    margin-top: 0;
}


@media(max-width:991px){
	.page-id-11 .entry-content.wow.fadeInUp {
	border:none;
		padding-right: 0px;
}
.page-id-11 .bd.right-content {
    padding-left: 0px;
    margin-top: 60px;
}
}
@media (min-width: 1025px){
	.sticky-header .site-branding{
		background-size: 230px 36px;
	}
}
/* homeimg-sec */
.text-image{
	overflow-x:clip;
}
.entry-content.wow.fadeInUp.cl-6 {
    max-width: 61%;
			width:100%;
}
@media(max-width:1400px){
	.entry-content.wow.fadeInUp.cl-6 {
    max-width: 53%;
}
}
@media(max-width:1249px){
	.entry-content.wow.fadeInUp.cl-6 {
    max-width: 68%;
}
}
@media(max-width:1199px){
	.entry-content.wow.fadeInUp.cl-6 {
    max-width: 60%;
}
}
@media(max-width:991px){
	.entry-content.wow.fadeInUp.cl-6 {
    max-width: 50%;
}
}
@media(max-width:767px){
	.entry-content.wow.fadeInUp.cl-6 {
    max-width: 100%;
}
}
@media (min-width: 1025px){
	.single-post .site-branding {
		background-size: 230px 36px !important;
		margin-top: 20px;
	}
}
 .site-footer{
	 display: none;
}
.footer-area{
	background-color: #84ABDF;
	padding: 50px 0 20px;
}
.main-footer-content{
	display: flex;
	align-items: center;
}
.footer-logo{
	max-width: 45%;
	width: 100%;
}
.footer-logo img{
	max-width:100%;
	height:auto;
}
.footer-location{
	max-width: 55%;
	width: 100%;
	display: flex;
	flex-wrap:wrap;
	padding-left:118px;
}
.footer-location h5{
	font-size: 18px;
	line-height: 27px;
	color: #FFFFFF;
	font-weight: 700;
	width: 100%;
	max-width: 100%;
}
.each-footer-location{
	max-width: 50%;
	width: 100%;
	padding-right:20px;
}
.each-footer-location:last-child{
	padding:0;
}
.each-footer-location p{
	font-size: 18px;
	line-height: 27px;
	margin-top:0;
}
.each-footer-location p a{
	color: #FFFFFF;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.each-footer-location p a:hover{
	color:#024F7A;
}
.footer-map-area{
	width:100vw;
	margin-left:-50vw;
	left:50%;
	position:relative;
	display: flex;
	flex-wrap: wrap;
	margin-top: 5px;
	margin-bottom: 26px;
}
.each-map{
	max-width: 50%;
	width: 100%;
	padding:0 3px;
}
.each-map iframe{
	height: 213px;
	width: 100%;
	display: block;
}
.footer-btm{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer-privacy ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	column-gap: 21px;
}
.footer-privacy li{
	font-size:18px;
	line-height:27px;
	font-weight:500;
}
.footer-privacy li a{
	color:#fff;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.footer-privacy li a:hover{
	color:#024F7A;
}
.footer-btm p{
	margin:0;
	color:#fff;
	font-size:18px;
	line-height:27px;
	font-weight:500;
}
@media(max-width:1199px){
	.footer-location{
		padding-left:30px;
		max-width: 60%;
	}
	.footer-logo {
			max-width: 40%;
	}
}
@media(max-width:991px){
	.footer-btm p,
	.footer-privacy li,
	.each-footer-location p {
			font-size: 16px;
			line-height: 25px;
	}
}
@media(max-width:767px){
	.main-footer-content {
			flex-direction: column;
	}
	.footer-location {
		padding-left: 0;
		max-width: 100%;
	}
	.footer-logo{
		max-width:290px;
		margin-bottom:20px;
	}
}
@media(max-width:575px){
	.each-footer-location{
		max-width:100%;
		padding:0;
	}
	.footer-location h5,
	.each-footer-location{
		text-align:center;
	}
	.footer-btm{
		flex-direction:column;
	}
	.footer-privacy ul{
		margin-bottom:20px;
	}
}

@media(max-width:575px){
	.site-branding {
		width: 175px;
		height: 37px;
	}
	.sticky-header .site-branding {
		background-size: 168px 37px;
	}
	a.nav-button.btn {
		font-size: 14px;
		padding: 5px 5px;
		margin-right: 56px;
	}
}
.section-heading  a.nav-button.btn{
	margin-right:0px
}
.site-branding
{display: flex;
    align-items: center;
}
.single-tribe_events .tribe-blocks-editor .tribe-events-single-event-title {
    font-size: 40px !important;
}
@media (max-width: 575px) {
    .sticky-header .site-branding {
        background-size: 100%;
    }
}
@media (max-width: 1025px) {
    .sticky-header .site-branding {
        background-size: 100%;
    }
}
.sticky-header .site-branding {
    background: url(/wp-content/uploads/2025/01/TN_Neurofeedback_Primary_Horizontal_Full_Color.jpg) no-repeat center;
    background-size: 100%;
}

