@import url('https://fonts.googleapis.com/css2?family=Readex+Pro:wght@300;400;500;600;700&display=swap');
*,
*::before,
*::after {
    box-sizing: border-box;
}
body {
  font-family: 'Readex Pro', sans-serif;
  background:#fff;
  margin:0;
}
.container{
/*     width: 100%; */
    max-width: 1426px;
    margin: 0 auto;
    padding: 0 15px;
}
h2{
	font-size:44px;
	font-weight:500;
	line-height:48px;
}

/* header section */
#header{
  padding-top:0;
}
.top-header {
    background: #7D9652 !important;
    padding: 8px 0;
}


.banner-content-wrap {
    width: 100%;
    max-width: 1426px;
    margin: 0 auto;
    padding: 0 25px;
    box-sizing: border-box;
}

.top-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.top-header-left,
.top-header-right {
    display: flex;
    align-items: center;
    gap: 13px;
    flex-wrap: wrap;
}
.top-header-left .header-contact-item{
	font-size:20px;
	color:#fff;
}
.top-header-left .header-contact-item a{
	font-size:22px;
}
.top-header-left .header-contact-item:first-child{
	border-right:1px solid #ffffff47;
	padding-right:15px;
}
.top-header-right .header-contact-item{
	border-right:1px solid #ffffff47;
	padding-right:15px;
}
.top-header-right{
	font-size:18px;
}
.header-contact-item,
.header-socials {
    display: flex;
    align-items: center;
    gap: 8px;
}

.top-header a,
.top-header span,
.top-header i {
    color: #fff;
    text-decoration: none;
}

/* Main header */
.main-header {
    background: #fff;
    padding: 18px 0;
}

.main-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 70px;
}
.site-logo {
    width: unset !important;
}
.site-logo img {
    max-height: 70px;
    width: auto;
    display: block;
	border:none !important;
}

.main-navigation {
    flex: 1;
    display: flex;
    justify-content: flex-end;
	background:#fff !important;
}

.main-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
	justify-content:end;
    gap:15px 30px;
	flex-wrap:wrap;
}

.main-menu li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.main-menu li:hover a{
	background:unset !important;
	color:#7794D0 !important;
}

.main-menu li a {
    color: #000 !important;
    text-decoration: none;
    font-size: 17px !important;
    font-weight: 500;
	line-height:26px !important;
	white-space:nowrap;
	padding:0 !important;
}
.main-menu .current-menu-item a{
	color:#7794D0 !important;
	border-bottom:1px solid #7794D0 !important;
	padding-bottom:3px;
}

/* Banner slider */
.home-banner-section {
    width: 100%;
    overflow: hidden;
}

.home-banner-slider {
    width: 100%;
    margin: 0;
    padding: 0;
}

.home-banner-slider .slick-list,
.home-banner-slider .slick-track {
    height: 100%;
}

.banner-slide-item {
    position: relative;
}

.banner-slide-bg {
    min-height: 680px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner-overlay {
    min-height: 680px;
    background: linear-gradient(to right, rgba(0,0,0,0.60) 0%, rgba(0,0,0,0.20) 55%, rgba(0,0,0,0.05) 100%);
    display: flex;
    align-items: center;
}

.banner-content {
    max-width: 50%;
}

.banner-content h2 {
    color: #fff;
    font-size: 64px;
    line-height: 1.2;
    font-weight: 600;
    margin: 0 0 30px;
}

.banner-btn {
    display: inline-block;
    padding: 14px 30px;
    background: #7794D0;
    color: #fff !important;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 600;
	font-size:22px;
	transition:0.2s ease-in-out;
}
.banner-btn:hover {
	background:#fff;
	color:#7794D0 !important;
}

.home-banner-slider .slick-dots {
    bottom: 20px;
}
.home-banner-slider .slick-dots li button{
	width:30px;
	height:30px;
}
.home-banner-slider .slick-dots li{
	margin:0 10px;
}
.home-banner-slider .slick-dots li button:before {
    color: #fff;
	opacity: 1;
	width:30px;
	height:30px;
	 display: flex;
    align-items: center;
    justify-content: center;
	font-size:8px;
}
.home-banner-slider .slick-dots .slick-active button:before {
    color: #fff;
    opacity: 1;
	width:30px;
	height:30px;
	border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-banner-slider .slick-dots li.slick-active button:before {
    color: #fff;
    opacity: 1;
}


/* therapy services section */
.therapy-services-section{
	padding:20px 0 70px;
}
.therapy-services-row{
	display:grid;
	grid-template-columns: 0.48fr 0.52fr;
	gap:40px;
	align-items:center;
}
.therapy-services-right h2{
	color:#000;
	margin-bottom:10px;
}
.therapy-services-right p{
	font-size:18px;
	color:#000;
	line-height:25px;
}
.therapy-services-left .therapy-main-image{
	border-radius:20px;
	position:relative;
}
.therapy-services-left .therapy-main-image img{
	width:100%;
	height:450px;
	border-radius:20px;
}
.therapy-services-left .therapy-small-image{
	background: #fff;
    border-radius: 20px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.therapy-services-left .therapy-small-image img{
	width:100%;
	height:100%;
	border-radius:20px;
	border-top: 13px solid white;
    border-radius: 20px 0 0 0;
    border-left: 13px solid white;
}
.therapy-btn{
	display:inline-block;
	background:#7794D0;
	color:#fff !important;
	padding:14px 30px;
	font-size:22px !important;
	border-radius:30px;
	text-decoration:none;
	font-weight:600;
	transition:0.2s ease-in-out;
	border:1px solid #7794D0;
	margin-top:10px;
}
.therapy-btn:hover{
	background:#fff !important;
	color:#7794D0 !important;
}
.therapy-description{
	padding-right:30px;
}

/* our services section */
.our-services-section{
	background:#7692cf1f;
	padding:50px 0 70px;
}
.services-section-heading h2 {
    color: #000;
    text-align: center;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    max-width: 990px;
    margin-inline: auto;
}
.services-section-heading .services-section-content p {
    font-size: 18px;
    color: #000;
    line-height: 25px;
    max-width: 1238px;
    font-weight: 400;
	margin-inline: auto;
	font-style:italic;
}

.services-section-heading .services-section-content {
    text-align: center;
    padding: 10px 0px 20px;
}
.services-section-description p{
    font-size:18px;
	color:#000;
	text-align:center;
	line-height:24px;
	max-width:80%;
	margin:auto;
}
.services-grid{
	display: grid;
  	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
   	gap: 20px;
	margin-top:32px;
}
.service-item-inner{
	text-decoration:none;
	color:#000;
}

.service-image img {
    max-width: 89%;
    border: 6px solid #fff;
    border-radius: 61%;
    margin: auto;
    aspect-ratio: 1;
    object-fit: cover;
}
.service-content .service-title{
    text-align:center;
	font-size:20px;
	font-weight:600;
	color:#000;
	margin-top:12px;
	transition:0.2s ease-in-out;
}

.service-content .service-title:hover{
	color:#7794D0;
}

/* insurance section */
.insurance-rbt-section{
  	padding:60px 0;
}
.insurance-rbt-row{
	display:grid;
	grid-template-columns: 0.55fr 0.45fr;
	gap:20px;
}
.insurance-rbt-left h2{
   color:#000;
}
.insurance-rbt-lists{
	display:grid;
	grid-template-columns:1fr 1fr;
/* 	gap:30px; */
	margin-top:25px;
	border-bottom:1px solid #0000000d;
}
.insurance-rbt-list{
	list-style:disc;
}
.insurance-rbt-list:last-child{
	margin-left:-10px;
}
.insurance-rbt-list li{
	font-size:18px;
	color:#000;
	margin-bottom:16px;
	line-height:24px;
}
.insurance-rbt-list li::marker{
	color:#7794D0 !important;
}
.insurance-rbt-bottom-text p{
	font-size:19px;
	color:#000;
	padding-top:15px;
	font-weight:300;
}
.insurance-rbt-card{
	border:1px solid #7794D0;
	border-radius:30px;
	background:#FAFCFF;
	padding:15px 26px 18px;
	text-align:center;
}
.insurance-rbt-card-image img{
	width:100%;
	border-radius:20px;
	height:300px;
}
.insurance-rbt-card h3{
	font-size:33px;
	color:#000;
	margin-bottom:15px;
	line-height:40px;
}
.insurance-rbt-quote p{
	font-size:23px;
	line-height:28px;
	color:#000;
	font-weight:400;
	margin-bottom:6px !important;
	margin-top:8px;
	max-width:90%;
	margin:auto;
}
.insurance-rbt-author span{
    color:#BE2922;
	font-size:17px;
	position:relative
}
.insurance-rbt-author span::before{
	position: absolute;
    content: '';
    left: -32px;
    top: 50%;
    width: 25px;
    height: 2px;
    background: #BE2922;
    transform: translateY(-50%);
}

/* core values section */
.core-values-mission-section{
	background:#7794D0;
	padding:70px 0;
	color:#fff;
}
.core-values-mission-grid{
	display:grid;
	grid-template-columns:1fr 1fr;
	gap:40px;
}

.mission-image-box img{
	width:100%;
	height:460px;
	border-radius:12px;
	object-fit:cover;
}
.mission-content-box h2{
	margin-top:18px;
	margin-bottom:10px;
}
.values-content-box h2{
	margin-bottom:18px;
}
.values-content-box{
	margin-bottom:30px;
}
.values-image-box img{
	width:100%;
	height:355px;
	border-radius:12px;
	object-fit:cover;
}
.core-values-list{
	list-style:disc;
}
.core-values-list li{
	font-size:18px;
	margin-bottom:12px;
	line-height:22px;
	font-weight:400;
}
.mission-description p{
	font-size:18px;
	line-height:25px;
	font-weight:400;
}

/* testimonial section */
.home-testimonials-section{
	padding:50px 0 60px;
}
.home-testimonials-heading{
	text-align:center;
	color:#000;
}
.home-testimonials-heading h2{
	font-size:22px;
}
.home-testimonials-heading .testimonials-subheading{
	font-size:44px;
	font-weight:600;
}
.home-testimonials-slider-wrap{
	margin-top:20px;
}
.home-testimonials-slider-wrap .testimonial-card{
	text-align:center;
    padding: 10px;
    border: 1px solid #B4B4B4;
    border-radius: 10px;
	margin:10px;
	min-height:297px;
}
.testimonial-image img{
	width:94px;
	height:94px;
	border-radius:50%;
	object-fit:cover;
	border:3px solid #fff;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
	margin:auto;
}
.testimonial-image{
    margin-bottom:8px;
}
.testimonial-stars{
	margin-bottom:12px;
}
.testimonial-stars span{
	font-size:22px;
	color:#7794D0;
}
.testimonial-description p{
	font-size:18px;
	color:#000;
	line-height:24px;
}
.home-testimonials-arrows{
	display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}
.home-testimonials-arrows .testimonial-arrow{
	border:1px solid #D3D3D3;
	color:#000;
	border-radius:10px;
	padding:6px 14px;
	background:#fff;
	font-size:20px;
}
.home-testimonials-arrows .testimonial-arrow i{
	color:#000 !important;
}
/* our blog section */
.home-blog-section{
	padding:50px 0;
	background: linear-gradient(to bottom, #7794d01f, #fff);
}
.home-blog-section-header{
	display:flex;
	align-items:center;
	gap:20px;
	justify-content:space-between;
	color:#000;
	margin-bottom:35px;
}
.home-blog-view-all-btn{
	display:inline-block;
	background:#7794D0;
	color:#fff !important;
	padding:14px 20px;
	font-size:22px !important;
	border-radius:30px;
	text-decoration:none;
	font-weight:600;
	transition:0.2s ease-in-out;
	border:1px solid #7794D0;
/* 	margin-top:10px; */
	white-space:nowrap;
}
.home-blog-view-all-btn:hover{
	background:#fff !important;
	color:#7794D0 !important;
}
.home-blog-grid{
	display:grid;
	grid-template-columns:1fr 1fr;
	gap:25px;
}
.home-blog-item-inner{
	text-decoration:none;
	color:unset;
}
.home-blog-image img{
	height:350px;
	border-radius:16px 16px 0 0;
	width:100%;
	object-fit:cover;
}
.home-blog-content{
	padding:10px 8px;
}
.home-blog-content h3{
	font-size:22px;
	line-height:30px;
	color:#000;
	font-weight:500;
	margin-bottom:5px;
}
.home-blog-content p{
	font-size:18px;
	color:#000;
	line-height:24px;
	font-weight:400;
}
.divider_blog{
	border-top:1px solid #00000014;
	width:100%;
}
.home-blog-section-title h2{
	white-space:nowrap;
}
/* footer section */
.site-footer {
  position: relative;
	margin-bottom:0 !important;
	padding-bottom:15px !important;
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:rgba(119, 148, 208, 0.9);
}
.footer-top, .footer-bottom{
	position:relative;
}
.footer-top{
	padding:40px 0;	
}
.footer-logo{
	display: inline-block;
    background: #fff;
    border-radius: 12px;
    padding: 10px 10px 2px;
	margin-bottom:10px;
}
.footer-logo a img{
	max-width:170px;
}
.footer-bottom{
	padding-top:20px;
	border-top:1px solid #ffffff3b;
}
.footer-top-inner{
	display:grid;
	grid-template-columns:repeat(3,1fr);
	gap:40px;
}
.footer-description p{
	font-size:18px;
	color:#fff;
	line-height:28px;
}
.footer-contact-list,.footer-col-links,.footer-col-hours{
	color:#fff;
	font-size:18px;
}
.footer-contact-list a{
	color:#fff;
	text-decoration:none;
}
.footer-contact-list .footer-contact-item{
	margin-bottom:10px;
}
.footer-menu li{
	margin-bottom:18px;
}
.footer-hours-list{
	list-style:none;
}
.footer-hours-list li{
	margin-bottom:10px;
}
.footer-bottom-inner{
	color:#fff;
/* 	display:flex;
	align-items:center;
	justify-content:space-between; */
	gap:10px;
	flex-wrap:wrap;
	display:grid;
	grid-template-columns:1fr 1fr;
}
.footer-col{
	align-self:start;
}
.footer-col-links a{
	color:#fff;
	text-decoration:none;
}
.footer-col ul{
	list-style:disc;
}
.footer-col h3{
	font-size:22px;
	font-weight:600;
	margin-bottom:18px;
}
.footer-col-hours{
	width:45%;
	margin-left:auto;
}
.footer-col-links{
	width:60%;
	margin-left:auto;
}
.footer-bottom-left p{
	margin-bottom:0;
	font-size:15px;
}
.footer-socials a{
	width:40px;
	height:40px;
	background:#ffffff42;
	border-radius:50%;
	display:flex;
	align-items:center;
	justify-content:center;
}
.footer-socials{
	display:flex;
	align-items:center;
	justify-content:end;
	gap:10px;
}
.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
 
.footer-menu li {
    list-style: none;
}
 
.footer-menu li a {
    position: relative;
    padding-left: 18px;
    display: inline-block;
}
 
.footer-menu li a::before {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: rgb(255, 255, 255);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}   
.footer-top-inner > .footer-col:not(:first-child) {
	padding-top:100px;
}
.footer-hours-list {
    list-style: none !important;
    margin-left: 0;
    padding-inline: 0px;
}
.footer-hours-list li>span:not(:last-child) {
    min-width: 40px;
    display: inline-block;
}
.footer-contact-list .footer-contact-item{
	display:flex;
	align-items:center;
	gap:10px;
}
.footer-contact-list .footer-contact-item span a{
	font-weight:600;
}
.blog-wrapper{
	padding:50px 0;
}
/* Title */
.entry-title {
    font-size: 42px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
    line-height: 1.2;
}

/* Meta (date + author) */
.entry-meta {
    font-size: 14px;
    color: #777;
    margin-bottom: 25px;
}

.entry-meta a {
    color: #6b8e23;
    text-decoration: none;
    font-weight: 500;
	
}

.entry-meta a:hover {
    text-decoration: underline;
}

/* Content */
.entry-content p {
    font-size: 18px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 20px;
}

/* Category + permalink */
.entry-utility {
    margin-top: 30px;
    padding-top: 15px;
    border-top: 1px solid #eee;
    font-size: 14px;
    color: #666;
}

.entry-utility a {
    color: #6b8e23;
    text-decoration: none;
	font-weight:600;
	text-decoration:underline;
}

.entry-utility a:hover {
    text-decoration: underline;
}

.navigation {
    display: flex;
    justify-content: space-between;
    margin: 40px 0;
}

.navigation a {
    background: #f5f5f5;
    padding: 12px 18px;
    border-radius: 6px;
    text-decoration: none;
    color: #000 !important;
    font-weight: 500;
    transition: 0.3s;
	display:inline-block;
	font-size:14px !important;
}

.navigation a:hover {
    background: #6b8e23;
    color: #fff !important;
}

.author.vcard a {
    color: #BE2922;
    font-weight: 700;
    position: relative;
}

.four-section {
    padding: 50px 0px;
    text-align: center;
    background: #f9fafb;
}

.four-section .four-wrapper {
    max-width: 700px;
    margin: 0 auto;
}

.four-section .error404 .entry-title {
    font-size: 48px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.four-section .error404 .entry-content p {
    font-size: 18px;
    color: #666;
    margin-bottom: 30px;
}

.four-section .searchform {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.four-section .searchform input[type="text"] {
    width: 60%;
    max-width: 350px;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 16px;
    outline: none;
    transition: 0.3s;
}

.four-section .searchform input[type="text"]:focus {
    border-color: #6b8e23;
}

.four-section .searchform input[type="submit"] {
    padding: 12px 20px;
    background: #6b8e23;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    cursor: pointer;
    transition: 0.3s;
}

.four-section .searchform input[type="submit"]:hover {
    background: #556b2f;
}

.four-section .error404 {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}
.entry-summary p{
    font-size:16px;
	line-height:28px;
}

/* new css services page */

section.pediatric-therapy-services {
    padding: 38px 0px 10px;
    text-align: center;
}

section.inner-banner {
    height: 180px;
    background-position: center;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
	position:relative;
}
section.inner-banner::before {
	position:absolute;
	content:'';
	width:100%;
	height:100%;
	background:#00000029;
	inset:0;
}

section.inner-banner .container {
    width: 100%;
    position: relative;
    z-index: 1;
}

section.inner-banner h1 {
    font-size: 54px;
    color: #fff;
    line-height: normal;
    font-weight: 600;
    margin-bottom: 7px;
    margin-top: 0px;
}

section.inner-banner span {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
}

section.inner-banner:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(https://www.apexped.com/wp-content/uploads/2026/04/Rectangle-4.png);
    max-width: 1064px;
}

section.pediatric-therapy-services h2 {
    color: #000;
    line-height: normal;
    margin-bottom: 18px;
}

section.pediatric-therapy-services p {
    font-size: 18px;
    color: #000;
    line-height: 25px;
    max-width: 1238px;
    margin: 0 auto 7px;
    font-weight: 400;
}

.therapy-service-row {
    display: flex;
    flex-wrap: wrap;
    gap: 29px;
    margin-bottom: 56px;
}

.therapy-service-row .therapy-service-image {
    max-width: 674px;
    width: 100%;
}

.therapy-service-row .therapy-service-content {
    max-width: calc(100% - 703px);
    width: 100%;
    border: 2px solid rgb(119 148 208 / 40%);
    border-radius: 30px;
    padding: 30px 29px 35px 29px;
    display: flex;
    align-items: center;
}

.therapy-service-content h3 {
    font-size: 32px;
    color: #000;
    margin-bottom: 11px;
    font-weight: 600;
    line-height: normal;
}

.therapy-service-content  p {
    font-size: 18px;
    color: #000;
    letter-spacing: 0;
    line-height: 25px;
    margin: 0 0 10px;
}

.therapy-service-description ul {
    margin: 0px 0px 12px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.therapy-service-description ul li {
    max-width: calc(100%/2 - 1px);
    width: 100%;
    font-size: 18px;
    color: #000;
    line-height: normal;
    padding: 4px 0px 4px 19px;
    position: relative;
}

.therapy-service-description ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    width: 9.60px;
    height: 9.60px;
    background: #7794D0;
    border-radius: 50%;
}

.therapy-service-row .therapy-service-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.therapy-service-row.reverse-layout {
    flex-flow: row-reverse;
}

.therapy-service-row:last-child {
    margin: 0;
}

.services-section-heading {
    margin-bottom: 45px;
}
section.inner-banner .breadcrumb-wrap a {
    color: #fff;
    text-decoration: none;
	font-weight:400;
}
/*  end services page css*/
/*loction page css start  */
section.location-intro-section {
    padding: 109px 0px 36px;
}

section.location-intro-section .location-intro-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.location-intro-row .location-intro-image {
    max-width: 651px;
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
}
section.locations-filter-section {
    padding: 30px 0px 92px;
}
section.location-intro-section .location-intro-row .location-intro-content {
    max-width: calc(100% - 731px );
    width: 100%;
}

.location-intro-row .location-intro-content h2 {
    color: #000;
    font-size: 32px;
    line-height: normal;
    margin: 0 0 27px;
}

.location-intro-row .location-intro-content .location-intro-description p {
    font-size: 18px;
    color: #000;
    line-height: 25px;
}
section.locations-filter-section .location-tabs {
    display: flex;
    justify-content: space-between;
    margin-bottom: 52px;
	gap:10px;
	border-bottom: 2px solid #8080804f;
}

section.locations-filter-section .location-tabs .location-tab {
    max-width: calc(100%/3 );
    width: 100%;
    text-align: center;
    font-size: 28px;
    color: #000;
		padding:8px 16px;
	border-radius:8px 8px 0 0;
	background:#8080804f;
    line-height: normal;
    text-decoration: none;
/*     padding-bottom: 10px; */
/*     border-bottom: 3px solid #ddd; */
    font-weight: 500;
}

section.locations-filter-section .location-tabs .location-tab.active {
/*     border-bottom: 3px solid #7794D0;
    color: #7794D0; */
	background:#7794D0;
	color:#fff;
	padding:8px 16px;
	border-radius:8px 8px 0 0;
	
}
.location-card {
    display: flex;
    justify-content: space-between;
	gap:20px;
}

.location-card .location-card-left {
/*     max-width: calc(100% - 555px); */
    width: 100%;
    display: flex;
/*    border: 2px solid rgb(119 148 208 / 40%);*/
	border:0;
    border-radius: 30px;
	overflow: hidden;
}
.location-card .location-card-left .location-content {
    border: 2px solid rgb(119 148 208 / 40%);
    border-radius: 0 30px 30px 0;
	border-left:none;
}
.location-card .location-card-right {
    max-width: 512px;
    width: 100%;
}

.location-card .location-card-left .location-image {
    max-width: 492px;
    width: 100%;
    display: flex;
}
.location-card .location-card-left .location-image img {
    width: 100%;
	height:auto;
}
.location-card .location-card-left .location-content .location-description p a {
    color: #000;
}
.location-card .location-card-right iframe {
    width: 100%;
    max-height: 300px;
    border-radius: 20px;
}

.location-card:not(:last-child) {
    margin-bottom: 57px;
}
.location-card .location-card-left .location-content {
/*     max-width: calc(100% - 492px); */
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    text-align: left;
    padding: 0 16px 0px 39px;
}
.location-card .location-card-left .location-content h3 {
    width: 100%;
    font-size: 27px;
    color: #000;
    font-weight: 600;
    margin-bottom: 18px;
    letter-spacing: 0;
    line-height: normal;
}
.location-card .location-card-left .location-content .location-description p {
    font-size: 18px;
    color: #000;
    line-height: normal;
    margin: 0 0 6px;
}
.location-card .location-card-left .location-content .location-description {
    width: 100%;
}
/* loction page css end */
/* blog page css strat */
.row.blog-wrapper-main {
    padding: 85px 0px 70px;
}

.row.blog-wrapper-main .blog-archive-row {
    display: flex;
    justify-content: space-between;
}

.row.blog-wrapper-main .blog-archive-row aside.blog-archive-sidebar {
    max-width: 356px;
    width: 100%;
}

.row.blog-wrapper-main .blog-archive-row .blog-archive-left {
    max-width: calc(100% - 397px);
    width: 100%;
}
.blog-archive-row .blog-archive-left .blog-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 49px 28px;
}

.blog-archive-row .blog-archive-left .blog-grid .blog-card {
    margin: 0;
    width: 100%;
}

.blog-archive-row .blog-archive-left .blog-grid .blog-card img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}
aside.blog-archive-sidebar .sidebar-widget {
    margin-bottom: 38px;
    border: 2px solid rgb(119 148 208 / 40%);
    border-radius: 20px;
    padding: 19px 16px 29px 27px;
}

aside.blog-archive-sidebar .sidebar-widget h3.sidebar-widget-title {
    font-size: 22px;
    color: #000;
    font-weight: 500;
    padding-bottom: 11px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 19px;
}


.sidebar-featured-post,
.sidebar-post-item  {
    display: grid;
    grid-template-columns: 101px calc(100% - 114px);
    justify-content: space-between;
    align-items: center;
}

.sidebar-featured-post a.sidebar-featured-thumb,
.sidebar-post-item  a.sidebar-post-thumb{
    display: flex;
}

.sidebar-featured-post a.sidebar-featured-thumb img, .sidebar-post-item  a.sidebar-post-thumb  img {
    min-height: 70px;
    object-fit: cover;
    border-radius: 10px;
    width: 100%;
    max-height: 70px;
}

.sidebar-featured-post .sidebar-featured-content .sidebar-featured-title,
  .sidebar-post-item .sidebar-post-title 
{
    font-size: 18px;
    color: #000;
    text-decoration: none;
    line-height: 25px;
}

aside.blog-archive-sidebar .sidebar-widget .sidebar-featured-post:not(:last-child),
aside.blog-archive-sidebar .sidebar-widget .sidebar-post-item:not(:last-child) {
    margin-bottom: 11px;
    padding-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.blog-grid .blog-card-content {
    margin: 25px 0px 0px;
}
.blog-grid .blog-card-content h3.blog-card-title {
    font-size: 22px;
    line-height: normal;
    margin-bottom: 10px;
    font-weight: 400;
}
.blog-grid .blog-card-content h3.blog-card-title a {
    color: #000;
    text-decoration: none;
}
.blog-grid .blog-card-content p.blog-card-excerpt {
    font-size: 18px;
    color: #000;
    line-height: 25px;
    margin: 0 0 10px;
}
.blog-grid .blog-card-content .read-more-link {
    color: #7794D0;
    font-size: 20px;
    line-height: normal;
    font-weight: 500;
}
/* blocg page css end */

/*single blog page css  */

.row.blog-wrapper .single-post-layout {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.row.blog-wrapper .single-post-layout .single-post-main {
    max-width: calc(100% - 397px);
}

.row.blog-wrapper .single-post-layout aside.blog-archive-sidebar {
    max-width: 350px;
}

.row.blog-wrapper .single-post-layout .single-post-main .entry-featured-image {}

.row.blog-wrapper .single-post-layout .single-post-main .entry-featured-image img {
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.row.blog-wrapper .single-post-layout  .entry-title {
    font-size: 35px;
    margin: 0 0 20px;
    color: #000;
}

.row.blog-wrapper .single-post-layout .single-post-main .entry-meta {
    margin: 10px 0px;
    color: #000;
}

.row.blog-wrapper .single-post-layout .single-post-main .entry-meta span.meta-prep.meta-prep-author {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}

.row.blog-wrapper .single-post-layout .single-post-main .entry-meta a {
    font-size: 18px;
    color: #000;
}

.row.blog-wrapper .single-post-layout .single-post-main p {
    font-size: 18px;
    color: #000;
    margin: 0 0 12px;
}

.row.blog-wrapper .single-post-layout .single-post-main ul {
    margin: 0  0 15px;
    padding-left: 19px;
}

.row.blog-wrapper .single-post-layout .single-post-main ul li {
    font-size: 18px;
    line-height: normal;
    margin: 0 0 10px;
    color: #000;
}

.row.blog-wrapper .single-post-layout .single-post-main footer.entry-utility {
    color: #000;
    font-size: 18px;
}
.row.blog-wrapper .single-post-layout .single-post-main .single-post-like-section {
    margin: 20px;
    text-align: center;
    font-size: 18px;
}
.single-comments-wrap form#commentform p.comment-form-comment {
    margin: 20px 0px;
}
.single-comments-wrap form#commentform p.comment-form-comment label {
    font-size: 18px;
    line-height: normal;
    color: #000;
    margin: 0 0 10px;
    display: block;
}
.single-comments-wrap form#commentform p.comment-form-comment textarea#comment {
    background: transparent;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 20px;
    font-size: 18px;
    color: #000;
}
.single-comments-wrap form#commentform .form-submit input#submit {
    background: #7794D0;
    border: 1px solid #7794D0;
    color: #fff;
    font-size: 19px;
    line-height: normal;
    padding: 13px 40px;
    border-radius: 40px;
    font-weight: 600;
}
/* end single blog page  */

/* contact us page css start */
section.contact-details-section {
    padding: 88px 0px;
}

section.contact-details-section .contact-details-wrap {
    display: flex;
    justify-content: space-between;
}

section.contact-details-section .contact-details-wrap .contact-details-card {
    max-width: 472px;
    width: 100%;
    border: 2px solid rgb(119 148 208 / 40%);
    border-radius: 20px;
    padding: 30px 29px 27px;
}

section.contact-details-section .contact-details-wrap .contact-details-image {
    max-width: calc(100% - 505px);
    width: 100%;
    display: flex;
}

section.contact-details-section .contact-details-wrap .contact-details-card h2 {
    font-size: 32px;
    color: #000;
    margin-bottom: 10px;
}

section.contact-details-section .contact-details-wrap .contact-details-card h3 {
    font-size: 26px;
    color: #7794D0;
    line-height: normal;
    margin: 0 0 14px;
    letter-spacing: 0;
    font-weight: 400;
}

section.contact-details-section .contact-details-wrap .contact-details-card p {
    margin: 0 0 18px;
    font-size: 22px;
    line-height: normal;
    color: #000;
}

section.contact-details-section .contact-details-wrap .contact-details-card p a {
    color: #000;
    text-decoration: none;
}
section.contact-form-section {
    padding: 80px 0px;
    background: rgb(118 146 207 / 10%);
}
section.contact-form-section .contact-form-wrap h2.contact-form-title {
    font-size: 32px;
    color: #000;
    text-align: center;
    margin: 0 0 35px;
}
.contact-form-wrap .contact-form-box form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-form-wrap .contact-form-box form p, .contact-form-wrap .contact-form-box form  .cstm-date {
    max-width: calc(100%/3 - 22px);
    width: 100%;
}

.contact-form-wrap .contact-form-box form p label {
    font-size: 18px;
    color: #000;
    font-weight: 300;
    display: block;
    margin: 0 0 10px;
	text-align: left;
}

.contact-form-wrap .contact-form-box form p label input, .contact-form-wrap .contact-form-box form .cstm-date>p span.wpcf7-form-control-wrap select {
    width: 100%;
    border: 1px solid #D5D5D5;
    box-shadow: none;
    border-radius: 30px;
    min-height: 55px;
    font-size: 17px;
    background: #fff;
    padding: 0 12px;
}

.contact-form-wrap .contact-form-box form p label span.wpcf7-form-control-wrap {
    width: 100%;
    display: block;
    margin-top: 11px;
}

.contact-form-wrap .contact-form-box form .ctsm-code>p {
    max-width: 100%;
}

.contact-form-wrap .contact-form-box form .ctsm-code>p .intl-tel-input {
    border-radius: 40px;
}
.contact-form-wrap .contact-form-box form .cstm-date {
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 33px;
}
.refer-patient-form-col .refer-patient-form-box form.wpcf7-form .ctsm-code,
.contact-form-wrap .contact-form-box form .ctsm-code{
    max-width: calc(100%/3 - 22px);
}

.contact-form-wrap .contact-form-box form p:has(textarea) {
    max-width: 100%;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
    border-radius: 40px 0px 0px 40px;
}
.contact-form-wrap .contact-form-box form p textarea {
    max-width: 100%;
    width: 100%;
    background: #fff;
    box-shadow: none;
    border: 1px solid #D5D5D5;
    border-radius: 20px;
    padding: 10px 15px;
    color: #000;
	font-size:17px;
}
.contact-form-wrap .contact-form-box form p label br {
    display: none;
}
.contact-form-wrap .contact-form-box form p:nth-last-child(2) {
    max-width: 100%;
    width: 100%;
    margin: 0;
    text-align: center;
}
.contact-form-wrap .contact-form-box form p:nth-last-child(2) input.wpcf7-submit {
    max-width: 165px;
    width: 100%;
    height: 49px;
    background: #7794D0;
    border: 1px solid #7794D0;
    color: #fff;
    font-size: 22px;
    border-radius: 40px;
    font-weight: 600;
}
section.services-area-section {
    padding: 77px 0px 45px;
}

section.services-area-section .services-area-head {
    text-align: center;
    margin-bottom: 34px;
}

section.services-area-section .services-area-head h2 {
    color: #000;
    font-size: 32px;
    margin: 0 0 9px;
}

section.services-area-section .services-area-head h3, section.contact-locations-section>h3 {
    font-size: 26px;
    color: #7794D0;
}
section.contact-locations-section>h3 {
	margin-bottom: 20px;
	text-align: center;
	width: 100%;
}
section.services-area-section .services-area-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 53px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ddd;
}

section.services-area-section .services-area-grid .services-area-card {
    width: 100%;
    text-align: center;
}

section.services-area-section .services-area-grid .services-area-card img {
    width: 100%;
}

section.services-area-section .services-area-grid .services-area-card h4 {
    font-size: 22px;
    color: #000;
    padding: 12px 0px;
    font-weight: 300;
}
section.contact-locations-section {
    padding: 12px 0px 78px;
}

section.contact-locations-section .contact-location-group {
    width: 100%;
}

section.contact-locations-section .contact-location-group .contact-location-grid {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}

.contact-location-grid .contact-location-card {
    width: 100%;
    max-width: calc(100%/5 - 12px);
}

.contact-location-grid .contact-location-card .contact-location-map {
    margin-bottom: 10px;
}

.contact-location-grid .contact-location-card .contact-location-map iframe {
    width: 100%;
    max-height: 158px;
    border-radius: 10px;
}

.contact-location-group h2.contact-location-group-title {
    font-size: 27px;
    color: #000;
    margin: 0 0 20px;
    line-height: normal;
}
section.contact-locations-section .container {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
}
section.contact-locations-section .container .contact-location-group:not(:first-child) {
    max-width: calc(100% / 5 - 12px);
}
section.contact-locations-section .container .contact-location-group:not(:first-child) .contact-location-grid {
    max-width: 100%;
    width: 100%;
}
section.contact-locations-section .container .contact-location-group:not(:first-child) .contact-location-grid>.contact-location-card {
    max-width: 100%;
}
section.contact-locations-section .contact-location-group:first-child {
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
.contact-location-content h3.contact-location-title {
    font-size: 22px;
    color: #000;
    font-weight: 600;
    margin: 0 0 10px;
}
.contact-location-content .contact-location-description p {
    font-size: 18px;
    line-height: 34px;
    color: #000;
    font-weight: 300;
}
.contact-location-content .contact-location-description p a {
    color: #000;
    text-decoration: none;
}
.row.blog-wrapper .single-post-layout .single-post-main h2 {
    font-size: 30px;
    color: #000;
    margin-bottom: 10px;
}

.row.blog-wrapper .single-post-layout .single-post-main h3 {
    font-size: 26px;
    color: #000;
    margin-bottom: 10px;
}
/* contact us page css end */

body.sticky-header header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  /* Optional: background-color, transition, etc. */
  background-color: #fff;
  transition: all 0.3s ease;
}
.row.blog-wrapper-main .archive-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    padding-top: 33px;
    border-top: 1px solid #ddd;
    margin-top: 30px;
}

.row.blog-wrapper-main .archive-pagination a.page-numbers {
    font-size: 28px;
    color: #000;
    font-weight: 300;
    text-decoration: none;
}
.row.blog-wrapper-main .archive-pagination a.page-numbers.next.page-numbers:after,
.row.blog-wrapper-main .archive-pagination a.prev.page-numbers:after {
    content: "\f054";
    font-size: 30px;
    color: #7794D0;
    font-weight: 900;
    font-family: "Font Awesome 5 free";
}
.row.blog-wrapper-main .archive-pagination span.page-numbers.current {
    font-size: 28px;
    border: 1px solid #7794D0;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #7794D0;
    font-size: 4;
}
.row.blog-wrapper-main .archive-pagination a.prev.page-numbers:after {
  content: "\f053";
}
.row.blog-wrapper-main .archive-pagination a.page-numbers.next.page-numbers,
.row.blog-wrapper-main .archive-pagination a.prev.page-numbers {
    color: #7794D0;
    font-size: 70px;
    line-height: 35px;
    display: flex;
    align-items: center;
    font-size: 0;
    width: 20px;
    height: 40px;
    position: relative;
}
/* inner pages design  */

section.refer-patient-section {
    padding: 60px 0px;
}
.refer-patient-side-col {
    display: flex;
    justify-content: space-between;
}

.refer-patient-side-col  .refer-patient-slider-wrap {
    max-width: 600px;
    width: 100%;
}

.refer-patient-side-col .refer-patient-contact-box {
    max-width: 620px;
    width: 100%;
    height: auto;
    border: 2px solid rgb(119 148 208 / 40%);
    border-radius: 10px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding: 30px;
}
.refer-patient-side-col  .refer-patient-slider-wrap {
    max-width: calc(100% -  650px);
    width: 100%;
}
.refer-patient-side-col {
    padding-bottom: 50px;
}
.refer-patient-side-col .refer-patient-contact-box h3 {
    font-size: 32px;
    color: #000;
    margin: 0 0 20px;
    line-height: 1;
}
.refer-patient-side-col .refer-patient-contact-box p {
    font-size: 18px;
    line-height: normal;
    color: #000;
}
.refer-patient-side-col .refer-patient-contact-box a {
    font-size: 18px;
    color: #000;
    text-decoration: none;
}
.refer-patient-side-col .refer-patient-slider-wrap a img {
    margin: 0 auto;
    border-radius: 20px;
}
.refer-patient-form-col {
    padding: 40px 0px;
}

.refer-patient-form-col h2.refer-patient-form-title {
    font-size: 32px;
    color: #000;
    text-align: center;
    margin: 0 0 35px;
}

.refer-patient-form-col .refer-patient-form-box {
    padding: 40px 30px;
    background: rgb(118 146 207 / 10%);
}

.refer-patient-form-col .refer-patient-form-box form.wpcf7-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.refer-patient-form-col .refer-patient-form-box form.wpcf7-form p {
    max-width: calc(100% / 3 - 22px);
    width: 100%;
}

.refer-patient-form-col .refer-patient-form-box form.wpcf7-form p label {
    font-size: 18px;
    color: #000;
    font-weight: 300;
    display: block;
    margin: 0 0 0px;
    text-align: left;
}

.refer-patient-form-col .refer-patient-form-box form.wpcf7-form p label span.wpcf7-form-control-wrap {
    width: 100%;
    display: block;
    margin-top: 11px;
}

.refer-patient-form-col .refer-patient-form-box form.wpcf7-form p label span.wpcf7-form-control-wrap input, .refer-patient-form-col .refer-patient-form-box form.wpcf7-form p label span.wpcf7-form-control-wrap select {
    width: 100%;
    border: 1px solid #D5D5D5;
    box-shadow: none;
    border-radius: 30px;
    min-height: 55px;
    font-size: 17px;
    background: #fff;
    padding: 0 12px;
    max-width: 100%;
}

.refer-patient-form-col .refer-patient-form-box form.wpcf7-form  p:has(textarea) {
    max-width: 100%;
}

.refer-patient-form-col .refer-patient-form-box form.wpcf7-form  .cstm-date {
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 33px;
    width: 100%;
}
.refer-patient-form-col .refer-patient-form-box form.wpcf7-form .ctsm-code p {
    max-width: 100%;
	margin-top:27px;
}

.refer-patient-form-col .refer-patient-form-box form.wpcf7-form .ctsm-code p span.wpcf7-form-control-wrap {
    border-radius: 40px;
}

.refer-patient-form-col .refer-patient-form-box form.wpcf7-form p:has(textarea) textarea {
    max-width: 100%;
    width: 100%;
    background: #fff;
    box-shadow: none;
    border: 1px solid #D5D5D5;
    border-radius: 20px;
    padding: 10px 15px;
    color: #000;
    font-size: 17px;
}
.refer-patient-form-col .refer-patient-form-box form.wpcf7-form br {
    display: none;
}
.refer-patient-form-col .refer-patient-form-box form.wpcf7-form p:nth-last-child(2) {
    max-width: 100%;
    width: 100%;
/*     margin: 0; */
    text-align: center;
}

.refer-patient-form-col .refer-patient-form-box form.wpcf7-form input.wpcf7-form-control.wpcf7-submit {
    max-width: 165px;
    width: 100%;
    height: 49px;
    background: #7794D0;
    border: 1px solid #7794D0;
    color: #fff;
    font-size: 18px;
    border-radius: 40px;
    font-weight: 600;
}

/*about us page css  */
.about-us-content-section {
  padding: 60px 0;
}

.about-us-editor-content {
  background: rgb(118 146 207 / 10%);
  padding: 30px;
  border-radius: 12px;
}

.section-title {
  font-size: 28px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}

.about-us-editor-content p {
  font-size: 18px;
  line-height: 1.7;
  color: #000;
  margin-bottom: 15px;
}
.about-us-editor-content strong {
  color: #000;
}

.about-us-editor-content hr {
  border: none;
  height: 1px;
  background: #7d9bd1;
  margin: 25px 0;
  opacity: 0.3;
}

.highlight-text {
  background: #7794D0;
  color: #fff;
  padding: 15px;
  border-radius: 8px;
  font-weight: 600;
}

/* Contact */
.contact-note a {
  color: #7d9bd1;
  text-decoration: none;
  font-weight: 600;
}
.contact-note a:hover {
  text-decoration: underline;
}
.about-us-right {padding: 30px 0px;}
.about-us-right .about-video-heading {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}
.about-video-box {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  border: 2px solid #ddd;
}

.about-video-box iframe {
  display: block;
  border: none;
}
.about-us-editor-content p.highlight-text {
    color: #fff;
}
/* end about us css  */

/*school page css  */
section.school-consultations-content-section {
    padding: 50px 0px;
}
section.school-consultations-content-section .school-consultations-editor-content {
  background: #fff;
  padding: 40px;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}
section.school-consultations-content-section .school-consultations-editor-content h2 {
  font-size: 28px;
  color: #7794D0;
  font-weight: 700;
  margin-bottom: 20px;

}
section.school-consultations-content-section .school-consultations-editor-content p {
  font-size: 18px;
  line-height: 1.7;
  color: #000;
  margin-bottom: 15px;
}
section.school-consultations-content-section .school-consultations-editor-content h3 {
  font-size: 20px;
  color: #7d9bd1;
  margin-top: 25px;
  margin-bottom: 10px;
  font-weight: 600;
}
section.school-consultations-content-section .school-consultations-editor-content ul {
  padding-left: 20px;
  margin-bottom: 20px;
}

section.school-consultations-content-section .school-consultations-editor-content ul li {
  margin-bottom: 8px;
  position: relative;
  font-size: 18px;
  line-height: normal;
  color: #000;
}
section.school-consultations-content-section .school-consultations-editor-content ul li::marker {
  color: #7794D0;
}
section.school-consultations-content-section .school-consultations-editor-content h3 + ul {
  background: rgb(118 146 207 / 10%);
  padding: 15px 20px 15px 40px;
  border-radius: 10px;
  margin: 0;
}
section.school-consultations-content-section .school-consultations-editor-content a {
  color: #7d9bd1;
  font-weight: 600;
  text-decoration: none;
}
section.school-consultations-content-section .school-consultations-editor-content a:hover {
  text-decoration: underline;
}
section.school-consultations-content-section .school-consultations-editor-content p:last-child {
  background: #7794D0;
  color: #fff;
  padding: 15px;
  border-radius: 8px;
}
section.school-consultations-content-section .school-consultations-editor-content p:last-child a {
  color: #fff;
}
/*about us page css end  */
/*  */
.join-team-editor-content {
  background: rgb(118 146 207 / 10%);
  padding: 45px;
  border-radius: 14px;
}
section.join-team-content-section .join-team-editor-content h2 {
  font-size: 30px;
  font-weight: 700;
  color: #7794D0;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
}
section.join-team-content-section .join-team-editor-content h2::after {
  content: "";
  width: 60px;
  height: 3px;
  background: #7d9bd1;
  display: block;
  margin: 10px auto 0;
  border-radius: 2px;
}
section.join-team-content-section .join-team-editor-content p {
  font-size: 18px;
  line-height: 1.7;
  color: #000;
  margin-bottom: 15px;
}
section.join-team-content-section .join-team-editor-content a {
  color: #7d9bd1;
  font-weight: 600;
  text-decoration: none;
}
section.join-team-content-section .join-team-editor-content a:hover {
  text-decoration: underline;
}
section.join-team-content-section .join-team-editor-content h3 {
  font-size: 20px;
  color: #fff;
  background: #7794D0;
  padding: 12px 15px;
  border-radius: 8px;
  margin-top: 10px;
  margin-bottom: 10px;
}
section.join-team-content-section .join-team-editor-content h3 + p {
  font-weight: 600;
  color: #7d9bd1;
  margin-bottom: 10px;
  text-align: left;
}
 section.join-team-content-section .join-team-editor-content ul {
  background: #fff;
  padding: 15px 20px 15px 18px;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  margin-left: 0;
}
section.join-team-content-section .join-team-editor-content ul li {
  font-size: 18px;
  margin-bottom: 8px;
  position: relative;
  line-height: 25px;
  color: #000;
  list-style: none;
  padding-left: 20px;
}
section.join-team-content-section .join-team-editor-content ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #7794D0;
  font-size: 18px;
}
section.join-team-content-section .join-team-editor-content p:nth-of-type(2) {
  background: #7794D0;
  color: #fff;
  padding: 12px;
  border-radius: 8px;
  display: inline-block;
}
section.join-team-content-section .join-team-editor-content p:nth-of-type(2) a {
  color: #fff;
}
section.join-team-content-section {
    padding: 60px 0px;
}
.row.blog-wrapper .single-post-layout .single-post-main footer.entry-utility {
    display: none;
}
.row.blog-wrapper .single-post-layout .single-post-main .single-post-like-section a.apex-post-like-button {
    display: flex;
    justify-content: flex-end;
    color: #000;
    font-size: 18px;
    text-decoration: none;
    border: 1px solid #df2846;
    max-width: max-content;
    margin-left: auto;
    padding: 5px 10px;
    border-radius: 40px;
    gap: 7px;
}

.refer-patient-side-col .refer-patient-slider-wrap button.slick-arrow {
    border: 2px solid #4c82e4;
    max-width: 50px;
    width: 100%;
    height: 50px;
    border-radius: 50%;
    background: #4c82e4;
    color: #fff;
    z-index: 9;
}
.refer-patient-side-col .refer-patient-slider-wrap button.slick-arrow::before {
    opacity: 1;
    content: "\f054";
    font-weight: 900;
    font-family: 'FontAwesome';
}
.refer-patient-side-col .refer-patient-slider-wrap button.slick-arrow.slick-prev {
    left: 30px;
}
.refer-patient-side-col .refer-patient-slider-wrap button.slick-arrow.slick-prev::before {
    content: "\f053";
}

.refer-patient-side-col .refer-patient-slider-wrap button.slick-arrow.slick-next {
    right: 30px;
}
.top-header {

    background: #304a82 !important;

    padding: 8px 0;

}

/* 23 april */
.testimonial-image {
  width: 60px;
  height: 60px;
  margin: 0 auto 15px;
}

.testimonial-image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-initials {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #0073aa;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
}
 
.home-testimonials-slider .slick-list.draggable, .home-testimonials-slider .slick-list.draggable .slick-track {
    display: flex;
}
.home-testimonials-slider .testimonial-slide-item .testimonial-card {
    height: 100%;
}
.home-testimonials-slider .slick-list.draggable {
    padding-bottom: 15px;
}
.home-testimonials-slider .testimonial-initials {
    border: 3px solid #fff;
    box-shadow: 0 4px 10px rgb(0 0 0 / 16%);
    font-weight: 400;
    background-color: #304a82;
}
 
/* 06/04/2026 */
.leadership-section .page-title{
  font-size:44px;
  font-weight:600;
  font-family: 'Readex Pro', sans-serif;
  text-align:center;
  margin-bottom:20px;
  line-height:54px;
}
.leadership-section{
  margin-top:70px;
}
.leadership-grid .leader-card{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:0px;
  margin-bottom:70px;
}
.leadership-grid .leader-card .leader-image img {
    width: 100%;
    height: 100%;
    border-radius: 20px 20px 0px 0px;
    display: block;
}
.leadership-grid .leader-card .leader-content {
    border: 2px solid #7794d054;
    border-radius: 0 0 30px 30px;
    padding: 20px;
    border-top: 0;
}
.leadership-grid .leader-card .leader-content h3{
  font-size:32px;
  line-height:42px;
  font-weight:600;
  color:#000;
  margin-bottom:10px;
  margin-top: 0;
}
.leadership-grid .leader-card .leader-content p{
  font-size:18px;
  font-weight:400;
  line-height:24px;
  color:#000;
}
.leadership-grid .leader-card .leader-image {
  grid-column: 1;
}
.leadership-grid .leader-card .leader-content {
  grid-column: 2;
}

.leadership-grid .leader-card:nth-child(even) {
  direction: rtl;
}

.leadership-grid .leader-card:nth-child(even) > * {
  direction: ltr;
}
.contact-form-box .wpcf7-spinner{
	display:none;
}
.cstm-date-heading{
	width:100%;
	p{
		margin-bottom:0;
	}
}
.school-consultations-editor-content h2{
	position:relative;
	text-align:center;
}
.school-consultations-editor-content h2::before{
	position:absolute;
	content: "";
    width:60px;
    height: 3px;
    background: #7d9bd1;
    display: block;
    border-radius: 2px;
	bottom:-8px;
	left:50%;
	transform:translatex(-50%);
}
.menu-close-btn {
    display: none;
}
.desktop-view {
    display: block;
}

.top-header.mobile-view {
    display: none;
}

/* Responsive */
@media (max-width: 768px) {
    .error404 .entry-title {
        font-size: 32px;
    }

    .searchform {
        flex-direction: column;
    }

    .searchform input[type="text"] {
        width: 100%;
    }

    .searchform input[type="submit"] {
        width: 100%;
    }
}

/* Responsive */
@media(max-width:1439px){
	.main-menu {
    gap: 12px 16px;
}
	section.inner-banner h1 {
    font-size: 40px;
}
	.therapy-service-row .therapy-service-image {
    max-width: 520px;
    width: 100%;
}
	.therapy-service-row .therapy-service-content {
    max-width: calc(100% - 549px);
}
}
@media(max-width:1365px){
	h2 {
    font-size: 36px;
    line-height: 42px;
}
  .location-card .location-card-left .location-image {
    max-width: 50%;
  }
}
@media(max-width:1200px){
	.insurance-rbt-card-image img{
		height:250px;
	}
	.insurance-rbt-row{
	   grid-template-columns: 0.66fr 0.34fr;
    }
	.insurance-rbt-list li{
		font-size:15px;
	}
	
}
@media(max-width:991px){
	.location-card {
		flex-direction:column;
	}
    .menu-close-btn{
        display: block;
    }
   

.desktop-view {
        display: none;
    }

    .mobile-view {
        display: block !important;
    }
}
@media (max-width: 768px) {
    .entry-title {
        font-size: 28px;
    }

    .entry-content p {
        font-size: 16px;
    }

    .navigation {
        flex-direction: column;
        gap: 10px;
    }
  .leadership-grid .leader-card{
    grid-template-columns:1fr;
  }

    .menu-toggle {
        position: fixed;
        /* top: 15px; */
        right: 15px;
        z-index: 10001;
    }
}


/* Hide toggle on desktop */
.menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
}

.menu-toggle span {
    display: block;
    width: 25px;
    height: 3px;
    background: #000;
    margin: 5px 0;
}

/* Mobile */
@media (max-width: 991px) {

    .menu-toggle {
        display: block;
    }

    .main-navigation {
        display: none;
        width: 100%;
        background: #fff;
    }

    .main-navigation.active {
        display: block;
    }

    .main-menu {
    flex-direction: column;
    margin-top: 50px;
}
    .main-menu li {
        border-bottom: 1px solid #eee;
        padding: 10px;
    }
    .menu-close-btn {
    position: absolute;
    top: 22px;
    right: 40px;
    font-size: 26px;
    background: transparent;
    border: 2px solid #7794D0 !important;
    cursor: pointer;
    z-index: 10002;
            color: #7794D0;
}
    .main-header-inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}
/* .menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 10px;
}

.menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg);
    top: 10px;
} */



.new-services-hero h1 {
    width: 100%;
    font-size: 58px;
    margin: 0 auto;
    max-width: 1300px;
    text-align: center;
}

.hero-btn {
    display: inline-block;
    background: #7794D0;
    color: #fff !important;
    padding: 14px 28px;
    font-size: 22px !important;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.2s ease-in-out;
    border: 1px solid #7794D0;
    white-space: nowrap;
}
.hero-btn:hover,.final-cta-wrapper .final-cta-content .cta-btn:hover{
background:#fff;
color:#7794D0 !important;
}
.new-services-hero-content {
    padding: 50px 0px;
}
.aba-understanding-section {
    background: #F5F8FF;
    padding: 70px 0;
}

.aba-understanding-wrapper{
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 60px;
    margin-bottom: 45px;
}

.aba-understanding-left{
    width: 100%;
    max-width: 800px;
}

.aba-understanding-left h2 {
    line-height: 1.1;
    margin-bottom: 28px;
    max-width: 700px;
    margin-top: 0;
    color: #000;
    text-transform: capitalize;
}

.aba-understanding-left p {
    font-size: 19px;
    line-height: 1.9;
    color: #828181;
    margin: 0;
    max-width: 660px;
    text-transform: capitalize;
}

.aba-understanding-right {
    width: 100%;
    max-width: 650px;
}

.aba-understanding-right img{
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 28px;
    object-fit: cover;
}

.aba-cards-list{
    display: flex;
    gap: 24px;
    margin-top: 15px;
    width: 100%;
    max-width: 1300px;
    margin-inline: auto;
}

.aba-card{
    flex: 1;
    background: #7794D0;
    border-radius: 24px;
    padding: 22px 18px;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-transform: capitalize;
}

.aba-card h3 {
    background: #fff;
    color: #000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    padding: 14px 30px;
    border-radius: 16px;
    font-size: 25px;
    line-height: 1;
    font-weight: 500;
}

.aba-card p {
    margin: 0;
    color: #fff;
    line-height: 26px;
}

.aba-btn-wrapper{
    text-align: center;
    margin-top: 42px;
}

.aba-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #7794D0;
    color: #fff;
    text-decoration: none;
    padding: 18px 32px;
    border-radius: 50px;
    font-weight: 700;
    transition: all .3s ease;
    font-size: 17px;
    border: 1px solid #7794D0;
}

.aba-btn:hover{
    background: #fff !important;
    color: #7794D0 !important;
    border: 1px solid #7794D0;
}


section.how-aba-works-section {
    padding: 70px 0px;
    text-align: center;
}

section.how-aba-works-section .works-cards-list {
    display: flex;
    flex-wrap: wrap;
    gap: 25px 20px;
    justify-content: center;
    margin-top: 50px;
}

section.how-aba-works-section .works-cards-list .works-card {
    width: calc(100% / 3 - 20px);
    background: #FDFFF8;
    box-shadow: 0 0 7px 0px #00000024;
    border-radius: 14px;
    padding: 20px;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.works-cards-list .works-step {
    background: #819852;
    padding: 6px 10px;
    border-radius: 10px;
    color: #fff;
    width: 100%;
    max-width: 130px;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.works-cards-list img {
    background: #819852;
    border-radius: 6px;
    padding: 7px;
    display: block;
    object-fit: none;
    height: 60px;
}

.works-icon {
    width: 100%;
    max-width: 70px;
    padding: 0px;
}

section.how-aba-works-section .works-cards-list .works-card h3,section.how-aba-works-section .works-cards-list .works-card p {
    margin: 0;
    height: unset;
}
section.faq-section .faq-wrapper .faq-left .faq-item span.faq-icon span.icon-open {
    margin-top: 9px;
}
section.faq-section .faq-wrapper h2 {
    margin-top: 0;
}
section.how-aba-works-section .works-cards-list .works-card p {
    color: #828181;
    text-transform: capitalize;
    line-height: 28px;
}

section.how-aba-works-section h2 {
    margin: 0;
    text-transform: capitalize;
}

section.how-aba-works-section p {
    color: #828181;
}

section.how-aba-works-section .section-heading {
    margin-bottom: 50px;
}

section.how-aba-works-section .works-cards-list .works-card h3 {
    font-size: 25px;
    font-weight: 500;
    color: #000;
}

section.service-settings-section {
    background: #7794D0;
    padding: 70px 0px;
}

section.service-settings-section .service-settings-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}

section.service-settings-section .service-settings-content {
    width: 100%;
    max-width: 700px;
}

section.service-settings-section .service-settings-content h2,section.service-settings-section .service-settings-content p {
    color: #fff;
    margin: 0;
}

section.service-settings-section .service-settings-content p {
    line-height: 1.6;
    margin-top: 20px;
}

section.service-settings-section .service-settings-image {
    width: 100%;
    max-width: 500px;
}
.clinic-based-aba-wrapper img{
    max-width:600px;
    width:100%;
}
.service-settings-wrapper img {
    max-width: 100%;
    border-radius: 30px;
}
section.clinic-based-aba-section {
    padding: 70px 0px;
    background: #FDFFF8;
}

section.clinic-based-aba-section .clinic-based-aba-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}

section.clinic-based-aba-section .clinic-based-aba-content {
    width: 100%;
    max-width: 780px;
}

section.clinic-based-aba-section .clinic-based-aba-content h2,section.clinic-based-aba-section .clinic-based-aba-content p{
    margin:0;
}
section.service-settings-section .service-settings-content p {
    line-height: 1.6;
    margin-top: 20px;
}

section.service-settings-section .service-settings-image {
    width: 100%;
    max-width: 500px;
}

section.service-settings-section .service-settings-image img {
    max-width: 100%;
    border-radius: 26px;
}

section.clinic-based-aba-section .clinic-based-aba-content h3 {
    color: #7794D0;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 1%;
    margin-top: 41px;
    margin-bottom: 23px;
}
section.clinic-based-aba-section .clinic-based-aba-content h2 {
    text-transform: capitalize;
}
.page-template-template-services-pages section.inner-banner.services {
    position: relative;
}

.page-template-template-services-pages section.inner-banner.services:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: hsl(0deg 0% 0% / 73%);
}
section.clinic-based-aba-section .clinic-based-aba-content p {
    line-height: 1.7;
    text-transform: capitalize;
    color: #333333a8;
}

section.clinic-based-aba-section .clinic-based-aba-image {
    width: 100%;
    max-width: 600px;
}

.clinic-benefits-section {
    background: hsl(225deg 100% 98% / 86%);
    padding: 70px 0;
}

.clinic-benefits-section h2 {
    text-align: center;
    margin: 0;
    width: 100%;
}
.clinic-benefits-wrapper{
    display: flex;
    align-items: start;
    gap: 40px;
    margin-top: 40px;
}


.clinic-benefits-cards{
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 14px;
    max-width: 100%;
}

.clinic-benefit-card {
    background: #fff !important;
    border-radius: 14px;
    padding: 0;
    display: flex;
    align-items: stretch;
    gap: 20px;
    transition: .3s ease;
}

.clinic-benefit-card:hover{
    transform: translateY(-2px);
}


.clinic-benefit-card img {
    width: 100%;
    background: #819852;
    padding: 14px;
    border-radius: 10px;
    max-width: 130px;
    object-fit: none;
    display: block;
}
.clinic-benefit-card h3{
    font-size: 21px;
    line-height: 1.3;
    color: #6F883B;
    font-weight: 500;
    margin: 20px 0 8px;
    margin-bottom: 9px !important;
}

.clinic-benefit-card p {
    line-height: 25px;
    color: #828181;
    margin: 0;
    width: 100%;
    max-width: 490px;
}
.clinic-benefits-wrapper > img{
    width: 50%;
    border-radius: 28px;
    display: block;
    max-width: 100%;
    object-fit: cover;
    height: 100%;
}

section.clinic-benefits-section .container {
    display: flex;
    flex-wrap: wrap;
}
.clinic-des-card {
    padding: 18px 11px 18px 0px;
    background: #F5F8FF;
    border-radius: 10px;
    padding-top: 20px;
}

.home-benefits-section{
    padding: 70px 0;
    overflow: hidden;
}

.home-benefits-section h2{
    text-align: center;
    line-height: 1.15;
    margin-bottom: 50px;
}

.home-benefit-card .clinic-des-card {
    padding-left: 20px;
}
.home-benefits-wrapper{
    display: flex;
    align-items: stretch;
    gap: 34px;
    display: grid;
    grid-template-columns: calc(100% - 780px) 1fr;
}

.home-benefits-wrapper > img{
    width: 100%;
    border-radius: 28px;
    object-fit: cover;
    display: block;
    max-width: 100%;
}

.home-benefits-cards{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 14px;
    max-width: 100%;
}

.home-benefit-card{
    border-radius: 16px;
    padding: 0;
    display: grid;
    align-items: stretch;
    gap: 18px;
    transition: all .3s ease;
    grid-template-columns: 140px 1fr;
}

.home-benefit-card:hover{
    transform: translateY(-2px);
}

.home-benefit-card img{
    object-fit: none;
    border: 2px solid #7794D0;
    border-radius: 10px;
    padding: 9px;
    background: transparent;
    width: 100%;
    background: #F5F8FF;
}

.home-benefit-card h3 {
    font-size: 21px;
    line-height: 1.3;
    color: #7794D0;
    font-weight: 500;
    margin: 0 0 8px;
}

.home-benefit-card p{
    line-height: 1.7;
    color: #767676;
    margin: 0;
}
.clinic-benefit-card .clinic-des-card h3 {
    margin: 0;
}
 
.why-choose-aba-section {
    background: #FDFAFF;
    padding: 70px 0px 80px;
}
 
.why-choose-aba-section .container {text-align: center;}
 
.why-choose-aba-section h2 {
    line-height: 1.2;
    margin: 0 0 50px;
}
 
.why-choose-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px 18px;
    margin-bottom: 45px;
}
 
.why-choose-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 18px 28px 14px;
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
    border: 1px solid #ece7f1;
    box-shadow: 0 8px  0 #6C3998;
}
 
.why-choose-card:hover {
    transform: translateY(-6px);
}
 
.why-choose-card img {
    width: 100%;
    max-width: 75px;
    object-fit: none;
    margin-bottom: 22px;
    background: #6C3998;
    border-radius: 10px;
    padding: 10px;
}
 
.why-choose-card h3 {
    font-size: 23.31px;
    line-height: 1.3;
    font-weight: 500;
    color: #6C3998;
    margin: 0px 16px 10px;
}
 
.why-choose-card p {
    font-size: 15px;
    line-height: 24px;
    color: #828181;
    margin: 0;
    font-weight: 400;
}
 .why-choose-card p b {
    color: #000;
    text-transform: capitalize;
}
.why-choose-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #6C3998;
    color: #ffffff;
    text-decoration: none;
    padding: 18px 38px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(141, 61, 173, 0.25);
    border:1px solid #6C3998;
}
 
.why-choose-btn:hover {
    background: #fff;
    transform: translateY(-2px);
    color: #6C3998;
}


.clinic-benefit-card .clinic-des-card {
    background: transparent;
}

section.faq-section {
    padding: 70px 0px;
}

section.faq-section .faq-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

section.faq-section .faq-wrapper .faq-left {
    width: 100%;
    max-width: 800px;
}

section.faq-section .faq-wrapper .faq-right {
    width: 100%;
    max-width: 440px;
}

section.faq-section .faq-wrapper .faq-left .faq-item {
    background: #fff;
    box-shadow: 0 24.56px 32.74px -14.73px hsl(0deg 0% 58% / 25%);
    border-radius: 10px;
    padding: 20px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

section.faq-section .faq-wrapper .faq-left .faq-item .faq-question {
    display: flex;
    align-items: start;
    flex-direction: row-reverse;
    gap: 30px;
    width: 100%;
    justify-content: flex-end;
}

section.faq-section .faq-wrapper .faq-left .faq-item .faq-question h3 {
    margin: 0;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.3;
}

section.faq-section .faq-wrapper .faq-left .faq-item span.icon-open {
    opacity: 0;
    font-size: 0;
}
.faq-answer p {
    font-size: 18px !important;
    font-weight: 400;
    line-height: 1.7;
    color: hsl(0deg 0% 0% / 70%);
}
section.faq-section .faq-wrapper .faq-left .faq-item.active span.icon-closed {
    opacity: 0;
    font-size: 0;
    display: none;
}

section.faq-section .faq-wrapper .faq-left .faq-item.active span.icon-open {
    opacity: 1;
}

section.faq-section .faq-wrapper .faq-left .faq-item span.icon-closed {
    opacity: 1;
}

section.faq-section .faq-wrapper .faq-left .faq-item span.faq-icon {
    width: 100%;
    max-width: 20px;
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: revert-layer;
    margin-top:7px;
}

section.faq-section .faq-wrapper .faq-right img {
    text-align: center;
    width: 100%;
    max-width: 100%;
}

section.final-cta-section {
    background: hsl(225deg 100% 98% / 86%);
    padding: 60px 0px;
}

.final-cta-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.final-cta-wrapper .final-cta-content {
    width: 100%;
    max-width: 900px;
}

.final-cta-wrapper .final-cta-image {
    width: 100%;
    max-width: 500px;
}

.final-cta-wrapper .final-cta-content h2 {
    width: 100%;
    max-width: 700px;
    margin-top: 0;
}
.final-cta-wrapper .final-cta-content p {
    width: 100%;
    max-width: 600px;
    text-transform: capitalize;
    line-height: 1.7;
    margin-bottom:0;
}

.final-cta-wrapper .final-cta-image img {
    width: 100%;
    max-width: 100%;
}

.final-cta-wrapper .final-cta-content .cta-btn {
    display: inline-block;
    background: #7794D0;
    color: #fff !important;
    padding: 14px 40px;
    font-size: 22px !important;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.2s ease-in-out;
    border: 1px solid #7794D0;
    white-space: nowrap;
    margin-top: 65px;
}

.wrap-button {
    text-align: center;
}

.aba-understanding-section .wrap-button {
    margin-top: 60px;
}

section.new-services-hero {
    padding: 70px 0px;
}

section.new-services-hero .wrap-button {
    margin-top: 50px;
}
section.new-services-hero p {
    text-align: center;
    color: #828181;
    text-transform: capitalize;
}
.faq-answer {
    padding-left: 53px;
}


/* 1 jan */
.page-title-speech-language-therapy .aba-understanding-section .aba-understanding-left h4 {
    margin-bottom: 0;
}
 
.page-title-speech-language-therapy .aba-understanding-section .aba-understanding-left ul {
    margin: 0;
    padding-left: 20px;
}
 
.page-title-speech-language-therapy .aba-understanding-section .aba-understanding-left ul li {
    margin-bottom: 10px;
}
 
.page-title-speech-language-therapy .aba-understanding-section .aba-understanding-left ul br {
    display: none;
}
 
.page-title-speech-language-therapy .aba-understanding-section .aba-understanding-wrapper {
    align-items: center;
}
.page-title-occupational-therapy .aba-understanding-section .aba-understanding-left h4 {
    margin-bottom: 0;
}
 
.page-title-occupational-therapy .aba-understanding-section .aba-understanding-left ul {
    padding-left: 20px;
    margin-bottom: 0;
}
.page-title-guardian-therapy .clinic-based-aba-section .clinic-based-aba-wrapper {
    align-items: center;
    gap: 30px;
}
 
.page-title-guardian-therapy .clinic-based-aba-section .clinic-based-aba-wrapper h2 {
    margin-bottom: 20px;
}
.page-title-guardian-therapy .aba-understanding-section .aba-understanding-wrapper.new-understanding-section h4 {
    margin-bottom: 0;
}
 
.page-title-guardian-therapy .aba-understanding-section .aba-understanding-wrapper.new-understanding-section ul {
    padding-left: 20px;
    color: #828181;
    margin-bottom: 0;
}
 
.page-title-guardian-therapy .aba-understanding-section .aba-understanding-wrapper.new-understanding-section ul li {
    margin-bottom: 10px;
}
 
.page-title-guardian-therapy .aba-understanding-section .aba-understanding-wrapper.new-understanding-section ul br {
    display: none;
}

.page-title-speech-language-therapy .clinic-based-aba-section.In-Home h3 {
    margin-top: 15px;
}
.page-title-speech-language-therapy .clinic-based-aba-section.In-Home h4 {
    margin-bottom: 0;
}
.page-title-speech-language-therapy .clinic-based-aba-section.In-Home ul {
    margin: 0;
    padding-left: 20px;
    color: #828181;
}
.page-title-speech-language-therapy .clinic-based-aba-section.In-Home ul br {
    display: none;
}
.page-title-speech-language-therapy .clinic-based-aba-section.In-Home ul li {
    margin-bottom: 10px;
}
.page-title-speech-language-therapy .clinic-based-aba-section.In-Home .clinic-based-aba-wrapper {
    align-items: center;
}

.page-title-guardian-therapy .home-benefits-section h2~p {
    color: #828181;
    line-height: 180%;
    margin-bottom: 40px;
}

.page-title-speech-language-therapy .works-btn-wrapper.text-center.mt-4 {
    margin-top: 41px;
}

.page-title-guardian-therapy .home-benefits-section h2~p {
    text-align: center;
}

body.page-title-speech-language-therapy section.how-aba-works-section .works-btn-wrapper a.hero-btn {
    /* width: 100%; */
    white-space: normal;
}

body.page-title-speech-language-therapy section.aba-understanding-section .aba-understanding-left {
    color: #828181;
}
 
body.page-title-speech-language-therapy section.aba-understanding-section .aba-understanding-left h4 {
    color: #000;
}

body.page-template-templatesoccupational_therapy-php section.aba-understanding-section .aba-understanding-left {

    color: #828181;

}

body.page-template-templatesoccupational_therapy-php section.aba-understanding-section .aba-understanding-left h4 {

    color: #000;

}
 .page-title-occupational-therapy .aba-understanding-left h4 {
    margin: 0;
}
.page-title-occupational-therapy .aba-understanding-left ul {
    color: #828181;
}
.page-title-occupational-therapy .aba-understanding-left ul li {
    margin-bottom: 10px;
}
.page-title-occupational-therapy .aba-understanding-wrapper.new-understanding-section {
    align-items: center;
}

.page-title-guardian-therapy .clinic-based-aba-wrapper.new-img-content {

    flex-direction: row-reverse;

}
 