/**
*	Theme Name: Queens ABA Therapy
**/

body{
    font-family: "Poppins", sans-serif !important;
}
body .container{
    max-width: 1400px;
    padding: 0 16px;
}
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
.alignself{
    align-self: center;
}
.page-template-default .hmaincontent-sec{padding:40px 0;}
.m-0{
    margin: 0;
}
.item:focus,
.item:hover{
    outline: none !important;
}
.gform_body ul li.gfield.gfield_error input,
.gform_body ul li.gfield.gfield_error textarea{
	border: 1px solid #ff0000 !important;
}
.gform_wrapper .gfield_error .gfield_label {
    color: #b69c9c!important;
}
.gform_wrapper .field_description_below .gfield_description {
    padding-top: 8px!important;
}
.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: inherit!important;
}
.gform_wrapper li.gfield.gfield_error {
    background-color: transparent !important;
    margin-bottom: 6px!important;
    border: 0px !important;
	padding-bottom: 0 !important;
}
ul#menu{
    display: none;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: rgba(0,0,0,0.4);
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #3f4551;
  border-radius: 10px;
}

a,
a:hover {
    text-decoration: none !important;
}
p {
    margin: 0 0 20px;
}
img {
    height: auto;
    max-width: 100%
}
a:focus,
input:focus,
button:focus,
select:focus,
textarea:focus {
	outline: 0 !important
}
input[type="checkbox"],
input[type="radio"] {
	width: auto !Important
}
.searchform {
	position: relative
}
.searchform input {
    border-radius: 0;
    border: 1px solid #efefef;
    padding: 9px 20px;
    width: 100%;
    border-radius: 2px;
}
.searchform button {
    border: 0px;
    background-color: transparent;
    font-size: 18px;
    position: absolute;
    top: 8px;
    right: 10px;
}
/* Alignment */
.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	background: #ffffff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
/* Alignment */

/* Slider */
.slick-list.draggable {
	padding: 0px !important;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.nopd {
    padding: 0 !Important
}
.fw-container-fluid.nopd .fw-row {
    margin: 0;
}
.cover {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

/* Pagination */
.pagination {
    display: inline-block;
    margin: 30px 0 0;
    width: 100%;
}
.sub-pagenation-div li {
	display: inline-block;
    border-radius: 4px;
    width: auto;
}
.sub-pagenation-div li a {
    border-radius: 4px;
    color: #333333;
    display: block;
    padding: 10px 20px;
}
.sub-pagenation-div li.current a,
.sub-pagenation-div li:hover a {
    background: #394e8c;
    color: #ffffff;
}
/* Pagination */

/* DatePicker Table */
.ui-datepicker table {
	width: 100%;
}
.ui-datepicker-header {
	background: url('../img/dark_leather.png') repeat 0 0 #000;
	color: #e0e0e0;
	font-weight: bold;
	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 2);
	-moz-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	text-shadow: 1px -1px 0px #000;
	filter: dropshadow(color=#000, offx=1, offy=-1);
	line-height: 30px;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #111;
}
.ui-datepicker-title {
	text-align: center;
}
.ui-datepicker-prev, .ui-datepicker-next {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	background-image: url('images/arrow.png');
	background-repeat: no-repeat;
	line-height: 600%;
	overflow: hidden;
}
.ui-datepicker-prev {
	float: left;
	background-position: center -30px;
}
.ui-datepicker-next {
	float: right;
	background-position: center 0px;
}
.ui-datepicker thead {
	background-color: #f7f7f7;
	background-image: -moz-linear-gradient(top,  #f7f7f7 0%, #f1f1f1 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#f1f1f1));
	background-image: -webkit-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: -o-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: -ms-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 );
	border-bottom: 1px solid #bbb;
}
.ui-datepicker th {
	text-transform: uppercase;
	font-size: 6pt;
	padding: 5px 0;
	color: #666666;
	text-align: center;
	text-shadow: 1px 0px 0px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=0);
}
.ui-datepicker tbody td {
	padding: 0;
	background-color: #ffffff;
	border-right: 1px solid #bbb;
}
.ui-datepicker tbody td:last-child {
	border-right: 0px;
}
.ui-datepicker tbody tr {
	border-bottom: 1px solid #bbb;
}
.ui-datepicker tbody tr:last-child {
	border-bottom: 0px;
}
.ui-datepicker td span, .ui-datepicker td a {
	display: inline-block;
	font-weight: bold;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #666666;
	text-shadow: 1px 1px 0px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=1);
}
.ui-datepicker-calendar .ui-state-default {
	background: #ededed;
	background: -moz-linear-gradient(top,  #ededed 0%, #dedede 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#dedede));
	background: -webkit-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: -o-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: -ms-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: linear-gradient(top,  #ededed 0%,#dedede 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 );
	-webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	-moz-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
}
.ui-datepicker-calendar .ui-state-hover {
	background: #f7f7f7;
}
.ui-datepicker-calendar .ui-state-active {
	background: #6eafbf;
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	color: #e0e0e0;
	text-shadow: 0px 1px 0px #4d7a85;
	filter: dropshadow(color=#4d7a85, offx=0, offy=1);
	border: 1px solid #55838f;
	position: relative;
	margin: -1px;
}
.ui-datepicker-unselectable .ui-state-default {
	background: #f4f4f4;
	color: #b4b3b3;
}
.ui-datepicker-calendar td:first-child .ui-state-active {
	width: 29px;
	margin-left: 0;
}
.ui-datepicker-calendar td:last-child .ui-state-active {
	width: 29px;
	margin-right: 0;
}
.ui-datepicker-calendar tr:last-child .ui-state-active {
	height: 29px;
	margin-bottom: 0;
}

/*
Second Default Datepicker style also use this in head 
<link rel="stylesheet" href="https://code.jquery.com/ui/1.13.2/themes/smoothness/jquery-ui.css">
*/

/*
body .hasDatepicker .ui-widget.ui-widget-content {
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #f1f1f1;
    color: #000000;
    font-family: unset !important;
    padding: 15px 15px 9px;
    border-radius: 5px;
    box-shadow: 0 0 18px #00000012;
}
body .hasDatepicker .ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 12px 0;
    background: #000;
    color: #ffffff;
    font-weight: 600;
    border: none;
    border-radius: 0;
}
body .hasDatepicker .ui-datepicker td{
    padding: 0;
}
body .hasDatepicker .ui-state-default{
    border: 1px solid #f1f1f1;
    background: #f9f9f9;
    color: #898989;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    font-weight: 500;
    padding: 10px 0;
}
body .hasDatepicker .ui-state-default.ui-state-active {
    background-color: #000000;
    color: #ffffff;
}
body .hasDatepicker .ui-datepicker-trigger {
    background: url('your-icon-url.svg') no-repeat center center;
    background-size: contain;
    border: none;
    width: 24px;
    height: 24px;
    padding: 0;
    margin-left: 8px;
}
body .hasDatepicker .ui-datepicker .ui-datepicker-prev {
    left: 10px;
    top: 17px;
    background: transparent;
    background-image: url(images/left-arrow.png);
    border-radius: 0;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 9px;
}
body .hasDatepicker .ui-datepicker .ui-datepicker-next{
    right: 10px;
    top: 17px;
    background: transparent;
    background-image: url(images/right-arrow.png);
    border-radius: 0;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 9px;
}
body .hasDatepicker .ui-datepicker .ui-datepicker-next span,
body .hasDatepicker .ui-datepicker .ui-datepicker-prev span{
    display: none !important;
}
*/

/* DatePicker Table */

.container::after,
.blogdetail::after,
.fw-container::after,
.entry-content::after {
	content: '';
	clear: both;
	display: block;
}

/*Default Inner Banners*/

.allpage-banners {
    padding: 80px 0 64px;
    position: relative;
}
.allpage-banners.background-color {
    background: linear-gradient(to right, #4A9B6B, #0A1F44) !important;
}
.page-template-how-to-start .allpage-banners.background-color {
    background: linear-gradient(to bottom right, #0A1F44, #2D5F3F, #4A9B6B) !important;
}
.allpage-banners.cover{
    padding: 160px 0;
}
.allpage-banners.cover::after{
    content: '';
    display: inline-block;
    background-image: linear-gradient(to bottom right, rgb(10 31 68 / .9) , rgb(45 95 63 / .8) , rgb(74 155 107 / .9));
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.hmain-content.banner-content {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 0;
}
ul#breadcrumbs{
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
ul#breadcrumbs li{
    display: inline-block;
    margin-right: 8px;
}
ul#breadcrumbs li:last-child{
    margin-right: 0;
}
ul#breadcrumbs li,
ul#breadcrumbs li a,
ul#breadcrumbs li strong{
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
}

/*Default Inner Banners*/

/* Default Buttons & Main Content Style */

.d-flex.btns {
    column-gap: 8px;
    margin-top: 40px;
}
a.all-buttons {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    background-color: #2d5f3f;
    border: 2px solid #2d5f3f;
    display: inline-block;
    border-radius: 100px;
    transition: all 0.4s ease;
    padding: 13px 32px;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
}
a.all-buttons.sm{
    font-size: 14px;
    font-weight: 500;
    padding: 9px 24px;
}
a.all-buttons.sm img{
    width: 16px;
    height: 16px;
}
a.all-buttons:hover {
    color: #ffffff;
    background-color: #4a9b6b;
    border-color: #4a9b6b;
    transform: scale(1.05);
}
a.all-buttons img {
    width: 16px;
    height: 16px;
    margin: 0px 0 0 10px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(49deg) brightness(103%) contrast(103%);
}
a.all-buttons:hover img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(107deg) brightness(106%) contrast(101%);
}
a.all-buttons.white-border{
    color: #ffffff;
    background-color: #ffffff1a;
    border-color: #ffffff4d;
}
a.all-buttons.white{
    color: #000000;
    background-color: #ffffff;
    border-color: #ffffff;
}
a.all-buttons.white:hover{
    color: #2d5f3f;
    background-color: #ffffffe6;
    border-color: #ffffffe6;
}
a.all-buttons.white img{
    filter: brightness(0) saturate(100%) invert(0%) sepia(44%) saturate(7485%) hue-rotate(219deg) brightness(91%) contrast(97%);
}
a.all-buttons.white:hover img{
    filter: brightness(0) saturate(100%) invert(30%) sepia(26%) saturate(765%) hue-rotate(89deg) brightness(96%) contrast(91%);
}
a.all-buttons.phone img{
    margin: -1px 8px 0 0;
}
a.all-buttons.white.five {
    font-weight: 500;
}
a.all-buttons.square {
    border-radius: 8px;
}
a.all-buttons.sm.pdf{
    margin-top: 20px;
}
a.all-buttons.sm.pdf img {
    width: 13px;
    height: 13px;
    margin: -1px 5px 0 0;
}
.hmain-content {
    margin-bottom: 40px;
    text-align: center;
}
.hmain-content.text-left {
    text-align: left;
}
.hmain-content h1,
.hmain-content h2,
.hmain-content h3,
.hmain-content h4,
.hmain-content h5,
.hmain-content h6{
    background-image: linear-gradient(to right, #2D5F3F, #7BC99C);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    font-size: 48px;
    line-height: 60px;
    font-weight: 700;
    margin: 0 0 10px 0;
}
.hmain-content.sm h1,
.hmain-content.sm h2,
.hmain-content.sm h3,
.hmain-content.sm h4,
.hmain-content.sm h5,
.hmain-content.sm h6{
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 10px 0;
}
.hmain-content.medium h1,
.hmain-content.medium h2,
.hmain-content.medium h3,
.hmain-content.medium h4,
.hmain-content.medium h5,
.hmain-content.medium h6{
    font-size: 36px;
    line-height: 45px;
    margin: 0 0 20px 0;
}
.hmain-content.white h1,
.hmain-content.white h2,
.hmain-content.white h3,
.hmain-content.white h4,
.hmain-content.white h5,
.hmain-content.white h6{
    color: #ffffff;
    background-image: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    filter: drop-shadow(0 10px 8px rgb(0 0 0 / .04)) drop-shadow(0 4px 3px rgb(0 0 0 / .1));
    margin: 0 0 20px 0;
}
.hmain-content.black h1,
.hmain-content.black h2,
.hmain-content.black h3,
.hmain-content.black h4,
.hmain-content.black h5,
.hmain-content.black h6{
    color: #000000;
    filter: drop-shadow(0 10px 8px rgb(0 0 0 / .04)) drop-shadow(0 4px 3px rgb(0 0 0 / .1));
}
body .hmain-content.black h1,
body .hmain-content.black h2,
body .hmain-content.black h3,
body .hmain-content.black h4,
body .hmain-content.black h5,
body .hmain-content.black h6{
    background: transparent !important;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
}
.hmain-content p {
    margin: 0 auto 15px;
    width: 58%;
}
.hmain-content.text-left p {
    margin: 0 0 15px 0;
}
.hmain-content p,
.hmain-content ul li{
    color: #475569;
    font-size: 20px;
    font-weight: 400;
}
.hmain-content ul li strong{
    color: #2d5f3f;
    font-weight: 600;
}
.hmain-content p:last-child{
    margin-bottom: 0;
}
.hmain-content p strong {
    color: #2d5f3f;
    font-size: 18px;
    font-weight: 600;
    background-color: #2d5f3f1a;
    padding: 9px 24px;
    border-radius: 100px;
    margin: 0 auto 8px;
    display: inline-flex;
    align-items: center;
    column-gap: 7px;
}
.hmain-content p strong img{
    width: 20px;
    height: 20px;
    filter: brightness(0) saturate(100%) invert(29%) sepia(61%) saturate(364%) hue-rotate(89deg) brightness(91%) contrast(89%);
}
.hmain-content.white p strong {
    background-color: #fff6;
    color: #fff;
    font-size: 16px;
}
.hmain-content.white p strong{
    filter: brightness(0) saturate(100%) invert(91%) sepia(93%) saturate(29%) hue-rotate(31deg) brightness(109%) contrast(107%);
}
.hmain-content.sm p,
.hmain-content.sm ul li{
    font-size: 18px;
    font-weight: 400;
}
.hmain-content.medium p,
.hmain-content.medium ul li{
    font-size: 16px;
}
.hmain-content.sm p {
    width: 73%;
}
.hmain-content.white p,
.hmain-content.white ul li{
    color: rgba(255, 255, 255);
}
.hmain-content.medium p strong{
    font-size: 16px;
    font-weight: 500;
}
.hmain-content ul{
    list-style: none;
    padding: 0;
    margin: 20px 0;
    text-align: left;
}
.hmain-content ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 17px;
}
.hmain-content ul li:last-child{
    margin-bottom: 0;
}
.hmain-content ul li::after,
.abawhychoosee-sec .hourapproach-lbox li::after{
    content: '';
    display: inline-block;
    background-image: url(images/check-icon.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    filter: brightness(0) saturate(100%) invert(29%) sepia(11%) saturate(1960%) hue-rotate(89deg) brightness(99%) contrast(87%);
    position: absolute;
    top: 4px;
    left: 0;
    width: 20px;
    height: 20px;
    z-index: 0;
}
.hmain-content.white ul li::after{
    filter: brightness(0) saturate(100%) invert(94%) sepia(100%) saturate(25%) hue-rotate(89deg) brightness(107%) contrast(107%);
}
.hmain-content p.twenty {
    font-size: 20px;
}
/* Default Buttons & Main Content Style */


/*Contact Form*/

.contact-form {
    background-color: rgba(255, 255, 255, 0.95);
    padding: 32px;
    border-radius: 8px;
    margin: 0 0 0 auto;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
}
.contact-form .gform-theme--framework .gform-field-label>.gfield_required,
.contact-form .gform-theme--framework .gform_validation_errors{
    display: none;
}
.contact-form .gform_wrapper .field_description_below .gfield_description {
    padding-top: 0 !important;
    font-size: 12px;
    margin: 4px 0 0 0 !important;
}
.contact-form .gform-theme--foundation .gform_fields {
    grid-gap: 24px;
}
.contact-form .gform-theme--foundation .gfield label{
    color: #0c2946;
    font-size: 14px;
    font-weight: 500;
    
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus,
.contact-form .gform_footer input.gform_button.button:focus,
body .contact-form .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].gform_button.button{
    outline: none !important;
    box-shadow: none !important;
}
.contact-form .gform_confirmation_message_2.gform_confirmation_message{
    text-align: center;
}
.contact-form p {
    color: #475569;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}
.contact-form input,
.contact-form select,
.contact-form textarea,
.contact-form .gform-theme--foundation .gfield .ginput_password.large,
.contact-form .gform-theme--foundation .gfield input.large,
.contact-form .gform-theme--foundation .gfield select.large,
.contact-form .gform-theme--foundation .gfield textarea{
    width: 100%;
    border: 1px solid #e0e8f0;
}
.contact-form input,
.contact-form select,
.contact-form textarea,
.contact-form input::placeholder,
.contact-form textarea::placeholder,
.contact-form .gform-theme--foundation .gfield .ginput_password.large,
.contact-form .gform-theme--foundation .gfield input.large,
.contact-form .gform-theme--foundation .gfield select.large,
.contact-form .gform-theme--foundation .gfield textarea,
.contact-form .gform-theme--foundation .gfield .ginput_password.large::placeholder,
.contact-form .gform-theme--foundation .gfield input.large::placeholder,
.contact-form .gform-theme--foundation .gfield select.large::placeholder,
.contact-form .gform-theme--foundation .gfield textarea::placeholder{
    color: rgba(71, 85, 105, 0.5);
    font-size: 14px;
}
.contact-form input, .contact-form select,
.contact-form textarea,
.contact-form .gform-theme--foundation .gfield .ginput_password.large,
.contact-form .gform-theme--foundation .gfield input.large,
.contact-form .gform-theme--foundation .gfield select.large,
.contact-form .gform-theme--foundation .gfield textarea{
    height: 50px;
    border-radius: 8px;
    padding: 0 15px;
}
.contact-form textarea,
.contact-form .gform-theme--foundation .gfield textarea{
    height: 140px;
    min-block-size: 110px !important;
    padding-top: 12px;
}
.contact-form h1,
.contact-form h2,
.contact-form h3,
.contact-form h4,
.contact-form h5,
.contact-form h6{
    color: #000;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 20px 0;
}
.contact-form span.wpcf7-spinner {
    margin: 5px auto 0;
}
.contact-form .button{
    text-align: center;
}
.contact-form input.wpcf7-form-control.wpcf7-submit.has-spinner,
body .contact-form .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].gform_button.button{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    background-color: #2d5f3f;
    transition: all 0.4s ease;
    height: 50px;
    border-radius: 8px;
    padding: 0 15px;
    width: 100%;
    margin-top: 24px;
}
.contact-form input.wpcf7-form-control.wpcf7-submit.has-spinner:hover,
body .contact-form .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].gform_button.button:hover{
    color: #ffffff;
    background-color: #2d5f3fe6;
}
.contact-form .wpcf7-not-valid-tip {
    font-size: 12px;
}
.contact-form .wpcf7 form .wpcf7-response-output {
    margin: 0;
    padding: 0;
    border: none;
    text-align: center;
    font-size: 14px;
}
.contact-form .wpcf7 form .wpcf7-response-output {
    margin-bottom: 20px;
}
.contact-form .gform_footer.before,
.contact-form .gform_footer.top_label{
	margin-top: 0 !important;
}
.hcontactinfo-img img{
    width: 100%;
    height: 600px;
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);
    border-radius: 24px;
    object-fit: cover;
}

/*Contact Form*/


/*FAQ*/

.hfaq-sec {
    padding: 64px 0;
    background-color: #f6f9fe;
    position: relative;
}
.hfaq-sec::after {
    content: '';
    display: inline-block;
    background-image: url(images/faqbtm-curve.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 70px;
    bottom: -69px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
}
.faqs_list {
    width: 900px;
    margin: 0 auto;
}
.faqs_list .card {
    padding: 0;
    background-color: #ffffff;
    margin-bottom: 15px;
    border-radius: 16px;
    border: none;
    transition: all 0.4s ease;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
}
.faqs_list .card:hover,
a.card-link[aria-expanded="true"]{
    background-color: #F4F7F5;
}
.faqs_list a.card-link {
    padding: 24px 45px 24px 32px;
    border-radius: 16px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.faqs_list .card-body {
    padding: 20px 32px 15px;
    background-color: #ffffff;
    border-bottom-left-radius: .75rem;
    border-bottom-right-radius: .75rem;
}
.faqs_list .card-body p {
    color: #334155;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}
.faqs_list .card-body ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.faqs_list .card-body ul li {
    color: #475569;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    padding-left: 26px;
    margin-bottom: 6px;
}
.faqs_list .card-body ul li::after{
    content: '';
    display: inline-block;
    background-image: url(images/check-icon.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    filter: brightness(0) saturate(100%) invert(29%) sepia(10%) saturate(2082%) hue-rotate(89deg) brightness(98%) contrast(86%);
    width: 16px;
    height: 16px;
    position: absolute;
    top: 3px;
    left: 0;
    z-index: 0;
}
.faqs_list .card.active a.card-link{
    color: #172554;
    transition: all 0.4s ease;
}
.faqs_list .card.active a.card-link::after{
    content: "\f106";
    line-height: 26px;
    transition: all 0.4s ease;
}
.faqs_list .card a.card-link::after {
    color: #172554;
    display: block;
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    font-size: 17px;
    right: 25px;
    top: 14px;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
    transition: all 0.4s ease;
}

/*FAQ*/


/*Blog*/

.hblog-sec {
    padding: 0 0 60px;
}
.hblog-list .row {
    --bs-gutter-x: 25px;
    --bs-gutter-y: 25px;
    justify-content: center;
}
.hblog-lbox {
    box-shadow: 0 0 18px 1px rgba(26, 26, 26, 0.10);
    position: relative;
    border-radius: 0;
    height: 100% !important;
    padding-bottom: 75px;
    border-radius: .5rem;
}
.hblog-lbox .thumb{
    position: relative;
    overflow: hidden;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
}
.hblog-lbox .thumb img {
    width: 100%;
    height: 286px;
    object-fit: cover;
    transition: all 1s ease;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
}
.hblog-lbox:hover .thumb img{
    transform: scale(1.1);
    transition: all 1s ease;
}
.hblog-lbox .thumb span {
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    display: inline-block;
    background-color: #a92c2c;
    padding: 3px 16px;
    position: absolute;
    bottom: 21px;
    left: 21px;
}
.hblog-lbct {
    padding: 19px 25px 0;
    margin: 0;
}
.hblog-lbct span{
    color: #000000;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    text-transform: uppercase;
    margin-bottom: 3px;
}
.hblog-lbct h3 {
    color: #000000;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    margin: 0 0 15px 0;
    text-transform: none;
}
.hblog-lbct p {
    color: #475569;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 15px 0;
    line-height: 22px;
}

/*Blog*/

/*Site Header*/

.site-header{
    padding: 15px 0;
}
.site-logo img {
    width: 106px;
}
.site-header.fixedmenu .site-logo img {
    width: 90px;
}
.site-header.fixedmenu{
    background-color: #1a1f2c;
    padding: 10px 0;
}
.callus-mobile {
    display: none;
    position: absolute;
    top: 32px;
    right: 72px;
    z-index: 2;
}
.callus-mobile a {
    display: inline-block;
    width: 30px;
    height: 30px;
    transition: all 0.4s ease;
    background-image: linear-gradient(to bottom right, rgb(45 95 63 / .2), rgb(123 201 156 / .2));
    border-radius: 8px;
    line-height: 28px;
    text-align: center;
}
.callus-mobile a img {
    width: 18px;
    height: 18px;
    filter: brightness(0) saturate(100%) invert(58%) sepia(9%) saturate(2179%) hue-rotate(92deg) brightness(91%) contrast(80%);
    text-align: center;
    margin: 0 auto;
}

/* Navbar */

body.bmenu-open {
    overflow: hidden;
}
.nav-bar {
    text-align: right;
}
.main-navigation {
    clear: both;
    position: relative;
}
ul.nav-menu,
div.nav-menu > ul {
    margin: 0;
    padding: 0;
}
.nav-menu li {
    display: inline-block;
    margin: 0 40px 0 0;
    position: relative;
}
.nav-menu li#menu-item-249 {
    margin-right: 260px;
}
.nav-menu li:last-child {
    margin: 0;
}
.nav-menu li a {
    color: #334155;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    transition: all 0.4s ease;
}
.nav-menu li.menu-btn a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    background-color: #0A1F44;
    padding: 13px 17px;
    border-radius: 100px;
    text-decoration: none;
    display: inline-block;
    align-items: center;
    margin-left: 10px;
    transition: 0.4s ease;
    height: 40px;
}
.nav-menu li.menu-btn a svg {
    width: 16px;
    height: 16px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(24%) hue-rotate(180deg) brightness(106%) contrast(107%);
    margin: 0px 7px 0 0;
    position: relative;
    top: 1px;
}
.nav-menu li.menu-btn a:hover{
    color: #ffffff;
    background-color: rgba(10, 31, 68, 0.9);
}
.nav-menu li.menu-btn.phone a{
    background-color: #2d5f3f;
}
.nav-menu li.menu-btn.phone a:hover{
    background-color: rgba(45, 95, 63, 0.9);
}
.nav-menu li.menu-item-has-children {
    position: relative;
    padding-right: 10px;
}
.nav-menu li#menu-item-213 {
    margin-right: 0;
}
.nav-menu li.menu-item-has-children::after {
    color: #1b2336;
    display: block;
    content: '\f0d7';
    font-family: FontAwesome;
    position: absolute;
    font-size: 11px;
    right: -3px;
    top: 5px;
    line-height: 1;
}
.nav-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children::after {
    color: #ffffff;
    display: block;
    content: '\f0da';
    font-family: FontAwesome;
    position: absolute;
    font-size: 11px;
    right: 16px;
    top: 18px;
}
.nav-menu .sub-menu,
.nav-menu .children {
    background-color: #ffffff;
    border: 0;
    padding: 0;
    position: absolute;
    left: -2px;
    z-index: 99999;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    transform: translateX(20px);
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
    border-radius: 8px;
}
ul.sub-menu li {
    margin: 0;
}
ul.sub-menu li a {
    color: #334155 !important;
    padding: 15px;
    text-align: left;
    width: 250px;
    font-size: 16px;
}
ul.sub-menu li a:hover {
    background: #000;
}
ul.sub-menu li:first-child a{
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
ul.sub-menu li:last-child a{
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}
.nav-menu .sub-menu ul,
.nav-menu .children ul {
    border-left: 0;
    left: 100%;
    top: 0;
}
ul.nav-menu ul a,
.nav-menu ul ul a {
    color: #ffffff;
    margin: 0;
}
ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
    background-color: rgba(10, 31, 68, 0.1);
}
ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
    clip: inherit;
    overflow: inherit;
    height: inherit;
    width: inherit;
    transform: translateY(0);
    transition: all 0.4s ease;
}
.nav-menu li a:hover {
    color: #0a1f44;
}
.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a{
    color: #2d5f3f;
}
.closebtn,
.openmenu,
.menuToggle,
.mobilesubmenu,
span.submenu-toggle{
    display: none;
}

/* Navbar */


/*Site Header*/


/*Home*/

.hbanner-sec.cover {
    height: 700px;
    display: flex;
    align-items: center;
    position: relative;
}
.hbanner-sec.cover::after {
    content: '';
    display: inline-block;
    background-image: linear-gradient(to right, rgb(10 31 68 / 0.95), rgb(10 31 68 / 0.7), transparent);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
/* ===== Banner Floating Circles ===== */
.hbanner-before {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    display: none;
    z-index: 1;
}

/* Shared circle styles */
.hbanner-before div {
  position: absolute;
  border-radius: 50%;
  animation: float 6s ease-in-out infinite;
}

/* Animation */
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

/* Circle 1 */
.hbanner-before-one {
  top: 5rem;
  left: 5%;
  width: 4rem;
  height: 4rem;
  background-color: rgba(123, 201, 156, 0.3); /* #7bc99c4d */
  animation-delay: 0s;
}

/* Circle 2 */
.hbanner-before-two {
  top: 10rem;
  left: 15%;
  width: 6rem;
  height: 6rem;
  background-color: rgba(74, 155, 107, 0.2); /* #4a9b6b33 */
  animation-delay: 1s;
}

/* Circle 3 */
.hbanner-before-three {
  bottom: 8rem;
  left: 10%;
  width: 5rem;
  height: 5rem;
  background-color: rgba(45, 95, 63, 0.4); /* #2d5f3f66 */
  animation-delay: 2s;
}

/* Circle 4 */
.hbanner-before-four {
  top: 33.3333%;
  left: 45%;
  width: 3rem;
  height: 3rem;
  background-color: rgba(123, 201, 156, 0.25); /* #7bc99c40 */
  animation-delay: 1.5s;
}
.hbanner-content{
    position: relative;
    z-index: 1;
}
.hbanner-content h1,
.hbanner-content h2,
.hbanner-content h3,
.hbanner-content h4,
.hbanner-content h5,
.hbanner-content h6,
.hmain-content.banner-content h1,
.hmain-content.banner-content h2,
.hmain-content.banner-content h3,
.hmain-content.banner-content h4,
.hmain-content.banner-content h5,
.hmain-content.banner-content h6{
    color: #fff;
    font-size: 56px;
    font-weight: 700;
    margin: 0 0 15px 0;
}
.hbanner-content h1 strong,
.hbanner-content h2 strong,
.hbanner-content h3 strong,
.hbanner-content h4 strong,
.hbanner-content h5 strong,
.hbanner-content h6 strong,
.hmain-content.banner-content h1 strong,
.hmain-content.banner-content h2 strong,
.hmain-content.banner-content h3 strong,
.hmain-content.banner-content h4 strong,
.hmain-content.banner-content h5 strong,
.hmain-content.banner-content h6 strong,
.hmain-content.banner-content h4{
	color: #7bc99c;
	font-weight: 700;
}
.hmain-content.banner-content.sm h1{
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 20px 0;
}
.hmain-content.banner-content.sm p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    width: 47%;
}
.hbanner-content h2,
.hbanner-content h3,
.hbanner-content h5,
.hbanner-content h6{
    font-size: 30px;
    font-weight: 600;
}
.hbanner-content h2{
    color: #7bc99c;
    font-weight: 600;
    margin: 0 0 25px 0;
}
.hbanner-content p,
.hmain-content.banner-content p{
    color: #ffffffe6;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 15px 0;
    width: 78%;
}
.hmain-content.banner-content p{
    width: 71%;
    margin: 0 auto 15px;
}
.hmain-content.banner-content p.big {
    font-size: 24px;
    font-weight: 400;
}
.hmain-content.banner-content p.sm{
    font-size: 18px;
}
.hmain-content.banner-content p a.all-buttons{
    margin-top: 20px;
}
.allpage-banners.cover .hmain-content.banner-content p {
    width: 64%;
}
.hmain-content.banner-content ul li::after{
    display: none;
}
.hmain-content.banner-content ul{
    display: flex;
    justify-content: center;
    column-gap: 15px;
    margin: 30px 0 0 0;
}
.hmain-content.banner-content ul li {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 12px 24px;
    display: inline-flex;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 100px;
    margin: 0;
    text-align: center;
}
.hmain-content.banner-content h4,
.hbanner-content h4{
	color: #7bc99c;
	font-weight: 700;
}
.hcompanylogo-sec {
    padding: 32px 0 25px;
}
.hcompanylogo-title{
    text-align: center;
    margin-bottom: 20px;
}
.hcompanylogo-title p{
    color: #0c2946;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}
.hcompanylogo-lbox {
    padding: 12px;
}
.hcompanylogo-lbox .vertically-center {
    display: flex;
    height: 96px;
    margin: 0 auto;
    width: 100%;
    transition: all 0.4s ease;
    position: relative;
    background-color: #ffffff;
    padding: 16px;
    border-radius: 8px;
    align-items: center;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
}
.hcompanylogo-lbox .vertically-center:hover{
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
}
.hcompanylogo-lbox .vertically-center div {
    display: table;
    margin: 0 auto;
    transition: all 0.4s ease;
}
/*
.hcompanylogo-lbox .vertically-center div img{
    filter: grayscale(100%) contrast(1.05) brightness(0.95);
    transition: filter .25s ease;
}
.hcompanylogo-lbox .vertically-center:hover div img{
    filter: none;
}
*/
.hourapproach-sec {
    background-image: linear-gradient(to bottom right, rgb(45 95 63 / 0.05), #fff, rgb(123 201 156 / 0.05));
    padding: 80px 0;
}
.hourapproach-content .hmain-content {
    margin-bottom: 60px;
}
.hourapproach-list,
.hourmission-list,
.hyourjourney-content,
.hcontactinfo-form,
.hservices-list.offered,
.offeredclinicalapp-list,
.developmentalmilestones-sec .faqs_list,
.hcontactinfo-list.how-start,
.htsafterreferred-sec.resources .htsafterreferred-list,
.comprehensiveassess-content{
    max-width: 1152px;
    margin: 0 auto;
}
.developmentalmilestones-sec .faqs_list{
    width: auto;
    margin-top: 80px;
}
.hourapproach-list .row {
    --bs-gutter-x: 32px;
    --bs-gutter-y: 32px;
}
.hourapproach-lbox {
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    border-radius: 8px;
    padding: 32px;
    text-align: center;
    height: 100%;
    transition: all 0.4s ease;
    position: relative;
}
.hourapproach-lbox::after {
    content: '';
    display: inline-block;
    background-color: #4a9b6b;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    position: absolute;
    top: 25px;
    right: 25px;
    opacity: 0.6;
    z-index: 0;
}
.hourapproach-list .col-sm-12:nth-child(2) .hourapproach-lbox::after{
    background-color: #2d5f3f;
    width: 16px;
    height: 16px;
    right: auto;
    left: 25px;
}
.hourapproach-list .col-sm-12:nth-child(3) .hourapproach-lbox::after {
    background-color: #7bc99c;
    width: 20px;
    height: 20px;
    top: 90px;
    right: 20px;
}
.hourapproach-lbox:hover{
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);
    transform: translateY(-8px);
}
.hourapproach-list .col-sm-12:nth-child(2) .icon{
    background-image: linear-gradient(to bottom right, rgb(123 201 156 / .2), rgb(45 95 63 / .2));
}
.hourapproach-lbox .icon{
    width: 72px;
    height: 72px;
    line-height: 70px;
    background-image: linear-gradient( to bottom right, rgb(45 95 63 / .2), rgb(123 201 156 / .2) );
    border-radius: 16px;
    display: inline-block;
    margin: 0 auto 24px;
}
.hourapproach-lbox .icon img{
    width: 40px;
    height: 40px;
    filter: brightness(0) saturate(100%) invert(36%) sepia(5%) saturate(3723%) hue-rotate(89deg) brightness(83%) contrast(92%);
}
.hourapproach-list .col-sm-12:nth-child(2) .icon img{
    filter: brightness(0) saturate(100%) invert(82%) sepia(13%) saturate(1046%) hue-rotate(92deg) brightness(89%) contrast(84%);
}
.hourapproach-list .col-sm-12:nth-child(3) .icon img{
    filter: brightness(0) saturate(100%) invert(58%) sepia(9%) saturate(2179%) hue-rotate(92deg) brightness(91%) contrast(80%);
}
.hourapproach-lbox h3{
    color: #0a1f44;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    margin: 0 0 15px 0;
}
.abawhychoosee-sec .hourapproach-lbox ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.hourapproach-lbox p,
.abawhychoosee-sec .hourapproach-lbox ul li{
    color: #475569;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin: 0;
}
.hourmission-sec.cover {
    position: relative;
    padding: 96px 0 166px;
}
.hourmission-sec.cover::after{
    content: '';
    display: inline-block;
    background-image: linear-gradient( to bottom right, var(--color1, rgb(10 31 68 / .7)), var(--color2, rgb(45 95 63 / .5)), var(--color3, rgb(123 201 156 / .6)) );
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.hourmission-content{
    position: relative;
    z-index: 1;
}
.hourmission-list {
    margin-top: 55px;
}
.hourmission-list .row {
    --bs-gutter-x: 32px;
    --bs-gutter-y: 32px;
}
.hourmission-lbox {
    background-color: #fffffff2;
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);
    padding: 48px;
    border-radius: 8px;
}
.hourmission-lbox .d-flex{
    column-gap: 32px;
    align-items: center;
}
.hourmission-lbox .icon {
    width: 112px;
    height: 112px;
    line-height: 112px;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    background-color: #0a1f44;
    border-radius: 24px;
    display: inline-flex;
    flex: 0 0 112px;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.hourmission-lbox .icon img{
    width: 64px;
    height: 64px;
    filter: brightness(0) saturate(100%) invert(91%) sepia(93%) saturate(29%) hue-rotate(31deg) brightness(109%) contrast(107%);
}
.hourmission-list .col-12:nth-child(2) .hourmission-lbox .d-flex .icon {
    order: 2;
}
.hourmission-lct h3{
    color: #0a1f44;
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 15px 0;
    display: flex;
    align-items: center;
    column-gap: 13px;
}
.hourmission-lct h3 svg{
    width: 24px;
    height: 24px;
    filter: brightness(0) saturate(100%) invert(56%) sepia(10%) saturate(1915%) hue-rotate(92deg) brightness(93%) contrast(85%);
}
.hourmission-lct p{
    color: #334155;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
}
.hservices-sec{
    padding: 80px 0;
}
.hservices-sec .hmain-content h2, .hservices-sec .hmain-content h3{
    background-image: linear-gradient(to right, #2D5F3F, #0A1F44);
}
.hservices-sec .hmain-content p strong{
    color: #4a9b6b;
    font-weight: 600;
}
.hservices-sec .hmain-content p strong img{
    filter: brightness(0) saturate(100%) invert(53%) sepia(5%) saturate(3081%) hue-rotate(92deg) brightness(98%) contrast(95%);
}
.hservices-list,
.habtmission-content,
.hourapproach-sec.services .hourapproach-list{
    max-width: 1280px;
    margin: 0 auto;
}
.hservices-list .row {
    --bs-gutter-x: 32px;
    --bs-gutter-y: 32px;
}
.hservices-list .col-sm-12 {
    flex: auto;
    width: 33.33%;
}
.hservices-lbox{
    height: 100%;
}
.hservices-lbox .d-flex {
    align-items: center;
    display: block !important;
}
.hservices-lbox{
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    background-color: #ffffff;
    border-radius: 16px;
    transition: all 0.4s ease;
	position: relative;
}
.hservices-lbox:hover{
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);
    transform: translateY(-.25rem);
}
.hservices-lbox .hservicebgn-icon {
    flex: 0 0 249px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    min-height: 250px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    position: relative;
}
.hservices-lbox .hservicebgn-icon::after{
    content: '';
    display: inline-block;
    background-image: linear-gradient(to bottom right, rgb(0 0 0 / .2), rgb(0 0 0 / .4));
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.hservicebgn-icon .icon {
    width: 61px;
    height: 61px;
    background-color: #fff3;
    border-radius: 12px;
    text-align: center;
    line-height: 61px;
    margin: 16px;
    position: relative;
    z-index: 1;
}
.hservicebgn-icon .icon img{
    width: 35px;
    height: 35px;
    filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(1706%) hue-rotate(293deg) brightness(119%) contrast(100%);
}
.hservices-lct {
    padding: 32px 32px 80px;
    text-align: center;
}
.hservices-lct h3{
    color: #0a1f44;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 20px 0;
}
.hservices-lct p{
    color: #475569;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}
.hservices-lct a.text {
    color: #2d5f3f;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.4s 
ease;
    display: inline-flex;
    column-gap: 8px;
    align-items: center;
    line-height: 1;
    position: absolute;
    bottom: 35px;
    margin: 0 auto;
    justify-content: center;
    left: 0;
    right: 0;
}
.hservices-lct a.text:hover{
    color: #4a9b6b;
    column-gap: 10px;
}
.hservices-lct a.text img{
    width: 20px;
    height: 20px;
    filter: brightness(0) saturate(100%) invert(27%) sepia(50%) saturate(457%) hue-rotate(89deg) brightness(99%) contrast(87%);
}
.hservices-lct a.text:hover img{
    filter: brightness(0) saturate(100%) invert(53%) sepia(54%) saturate(369%) hue-rotate(92deg) brightness(89%) contrast(89%);
}
.hyourjourney-sec {
    background-image: linear-gradient(to right, rgb(10 31 68 / .1), rgb(45 95 63 / .1));
    padding: 32px 0;
}
.hyourjourney-content .hmain-content {
    margin-bottom: 0;
}
.hyourjourney-ct{
    flex: 0 0 700px;
}
.hmain-content.sm .hyourjourney-ct p{
    width: 100%;
}
.hyourjourney-btns {
    display: flex;
    align-items: center;
    column-gap: 13px;
    margin: 0 0 0 auto;
}
.hcontactaccess-sec {
    padding: 110px 0 64px;
}
.hcontactaccess-content .hmain-content {
    margin-bottom: 0;
}
.hcontactaccess-content .hmain-content.medium p {
    font-size: 18px;
    font-weight: 400;
    width: 49%;
}
.hcontactaccess-content .hmain-content.medium a.all-buttons{
    margin-top: 20px;
}
.hmain-content .referchild-content h2{
    margin: 0 0 25px 0;
}
.hmain-content .referchild-content h2 strong,
.noteligible-sec .hmain-content.black h2 strong,
.htsafterreferred-content .hmain-content.black h2 strong,
.offeredclinicalapp-sec.sswhatisaba-sec .hmain-content.black h2 strong,
.helpfulresources-lbox .icon{
    display: inline-block;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    background-color: #0a1f441a;
    text-align: center;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    margin-right: 10px;
}
.helpfulresources-lbox .icon{
    border-radius: 8px;
}
.noteligible-sec .hmain-content.black h2 strong{
    background-color: #ECF5F2;
}
.htsafterreferred-content .hmain-content.black h2 strong,
.helpfulresources-lbox .icon,
.offeredclinicalapp-sec.sswhatisaba-sec .hmain-content.black h2 strong{
    background-color: #2d5f3f1a;
}
.noteligible-sec .hmain-content.black h2 strong img{
    filter: brightness(0) saturate(100%) invert(80%) sepia(26%) saturate(512%) hue-rotate(93deg) brightness(88%) contrast(87%);
}
.htsafterreferred-content .hmain-content.black h2 strong img,
.helpfulresources-lbox .icon img,
.offeredclinicalapp-sec.sswhatisaba-sec .hmain-content.black h2 strong img{
    filter: brightness(0) saturate(100%) invert(28%) sepia(64%) saturate(334%) hue-rotate(89deg) brightness(97%) contrast(92%);
}
.noteligible-content .hmain-content.black p {
    line-height: normal;
    width: 65%;
}
.noteligible-sec .hmain-content.black p strong {
    color: #7bc99c;
    font-size: 18px;
    font-weight: 600;
    background-color: transparent;
    padding: unset;
    margin: unset;
}
.noteligible-content .hmain-content.black h2 {
    margin: 0 0 20px 0;
}
/*Home*/


/*About Us*/

.habtmission-sec {
    padding: 96px 0;
}
.habtmission-sec.second {
    padding-top: 60px;
}
.habtmission-content .row {
    --bs-gutter-x: 48px;
    --bs-gutter-y: 48px;
    align-items: center;
}
.habtmission-content .hmain-content {
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);
    padding: 40px 48px;
    border-radius: 24px;
    background-color: #2d5f3f;
    text-align: center;
    position: relative;
    margin: 0;
}
.habtmission-content .row.right .hmain-content{
    background-color: #0a1f44;
}
.habtmission-content .row.right .habtmission-nys {
    left: -30px;
    top: -40px;
    bottom: unset;
    right: unset;
}
.habtmission-content .hmain-content p{
    width: 100%;
}
.habtmission-content .hmain-content ul{
    margin: 30px 0 0 0;
}
.habtmission-content .hmain-content ul li {
    font-size: 16px;
    background-color: #ffffff1a;
    padding: 16px 16px 16px 50px;
    border-radius: 12px;
    text-align: left;
}
.habtmission-content .hmain-content ul li::after {
    top: 20px;
    left: 20px;
}
.habtmission-content .hmain-content ul li:last-child{
    margin-bottom: 0;
}
.habtmission-content .hmain-content p strong{
    font-size: 14px;
}
.habtmission-rimg img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 24px;
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);
}
.habtmission-nys {
    background-color: #ffff;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
    border-radius: 16px;
    padding: 24px;
    max-width: 225px;
    position: absolute;
    right: -30px;
    bottom: -40px;
}
.habtmission-nys .nys-strong{
    color: #0c2946;
    font-size: 24px;
    font-weight: 700;
}
.habtmission-nys .nys-span{
    color: #475569;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}
.faqs_list a.card-link .d-flex {
    column-gap: 16px;
}
.faqs_list a.card-link .icon {
    background-color: rgba(45, 95, 63, 0.2);
    width: 48px;
    height: 48px;
    border-radius: 100%;
    line-height: 46px;
    justify-content: center;
    display: inline-flex;
    flex: 0 0 48px;
    align-items: center;
}
.faqs_list a.card-link .icon img{
    width: 24px;
    height: 24px;
    filter: brightness(0) saturate(100%) invert(32%) sepia(17%) saturate(1139%) hue-rotate(89deg) brightness(94%) contrast(93%);
}
.faqs_list a.card-link .ct h3{
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 5px 0;
}
.faqs_list a.card-link .ct p{
    color: #475569;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

/*About Us*/

/*How to Start*/
.referchild-sec {
    padding: 64px 0;
}
.hmain-content.sm.referchild-main,
.htsafterreferred-list{
    text-align: left;
    max-width: 896px;
    margin: 0 auto;
}
.hmain-content.sm.referchild-main p{
    width: 100%;
    font-size: 16px;
}
.hmain-content.sm.referchild-main p.size18{
    font-size: 18px;
}
.referintervention-ct {
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
    padding: 24px;
    background-image: linear-gradient(to right, #0A1F44, #2D5F3F);
    border-radius: 8px;
    text-align: center;
    margin: 24px 0;
}
.hmain-content.black .referintervention-ct{
    text-align: left;
}
.referguidance-ct {
    padding: 24px;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
    border: 1px solid #7bc99c33;
    border-radius: 8px;
    background-color: #F2F9F5;
    text-align: center;
}
.hmain-content.black .referintervention-ct h1,
.hmain-content.black .referintervention-ct h2,
.hmain-content.black .referintervention-ct h3,
.hmain-content.black .referintervention-ct h4,
.hmain-content.black .referintervention-ct h5,
.hmain-content.black .referintervention-ct h6{
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 15px 0;
}
.hmain-content.black .referintervention-ct p{
    color: #fff;
    font-size: 18px;
}
.hmain-content.black .referintervention-ct h3 img{
    width: 24px;
    height: 24px;
    filter: brightness(0) saturate(100%) invert(99%) sepia(7%) saturate(1119%) hue-rotate(167deg) brightness(115%) contrast(100%);
    margin: 0 10px 0 0;
    
}
.noteligible-sec {
    padding-bottom: 25px;
}
.hmain-content.black .referguidance-ct p{
    font-weight: 600;
    font-size: 16px;
}
.htsafterreferred-sec {
    background-image: linear-gradient(to bottom right, rgb(45 95 63 / .05), rgb(10 31 68 / .05));
    padding: 64px 0;
}
.htsafterreferred-lbox {
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
    border-radius: 8px;
    border: 1px solid #e0e8f0;
    border-left: 4px solid #2d5f3f;
    background-color: #ffffff;
    padding: 20px 25px;
    text-align: left;
}
.htsafterreferred-list .col-12:nth-child(2) .htsafterreferred-lbox{
    border-left-color: #0a1f44;
}
.htsafterreferred-list .col-12:nth-child(3) .htsafterreferred-lbox{
    border-left-color: #4a9b6b;
}
.htsafterreferred-list .col-12:nth-child(3) .htsafterreferred-lbox{
    border-left-color: #7bc99c;
}
.htsafterreferred-lbox h3 {
    color: #0f172a;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px 0;
}
.htsafterreferred-lbox p{
    color: #334155;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}
.htsafterreferred-list{
    text-align: center;
}
.htsafterreferred-list .row {
    --bs-gutter-x: 32px;
    --bs-gutter-y: 32px;
}
.htsafte-count {
    color: #ffffff;
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: 700;
    background-color: #2d5f3f;
    border-radius: 100%;
    margin: 0 0 15px 0;
}
.htsafterreferred-list .col-12:nth-child(2) .htsafte-count{
    background-color: #0a1f44;
}
.htsafterreferred-list .col-12:nth-child(3) .htsafte-count{
    background-color: #4a9b6b;
}
.htsafterreferred-list .col-12:nth-child(4) .htsafte-count{
    background-color: #7bc99c;
}
.abatherapy-desc {
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
    margin-top: 32px;
    padding: 24px;
    background-color: #2d5f3f1a;
    border-radius: 8px;
    text-align: center;
    border: 1px solid #e0e8f0;
}
.abatherapy-desc p{
    color: #0f172a;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}
.helpfulresources-list {
    margin-top: 25px;
}
.helpfulresources-lbox a.d-flex {
    padding: 24px;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
    background-color: #ffffff;
    border: 1px solid #0a1f4433;
    border-radius: 8px;
    column-gap: 8px;
    align-items: center;
    position: relative;
    transition: all 0.4s ease;
}
.helpfulresources-lbox a.d-flex:hover{
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
}
.hmain-content .helpfulresources-lbox a h3 {
    color: #0a1f44;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 5px 0;
}
.hmain-content .helpfulresources-lbox p{
    color: #475569;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}
.referchild-sec.helpfulresources-sec {
    background-color: #f8fafc;
}
.helpfulresources-lbox{
    position: relative;
}
.resource-icon {
    position: absolute;
    top: 35px;
    right: 22px;
    transition: all 0.4s ease;
}
.helpfulresources-lbox a.d-flex:hover .resource-icon{
    right: 20px;
}
.resource-icon svg{
    width: 20px;
    height: 20px;
    filter: brightness(0) saturate(100%) invert(11%) sepia(20%) saturate(4428%) hue-rotate(197deg) brightness(99%) contrast(102%);
}
.contactqueens-sec{
    background-image: linear-gradient(to right, #2D5F3F , #0A1F44);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}
.contactqueens-btn{
    text-align: center;
    position: relative;
    margin-top: 40px;
}
.contactqueens-sec::before {
    content: '';
    display: inline-block;
    background-color: #ffffff1a;
    width: 160px;
    height: 160px;
    position: absolute;
    top: -48px;
    right: -48px;
    z-index: 0;
    border-radius: 100%;
}
.contactqueens-sec::after{
    content: '';
    display: inline-block;
    background-color: #ffffff1a;
    width: 192px;
    height: 192px;
    position: absolute;
    bottom: -48px;
    left: -48px;
    z-index: 0;
    border-radius: 100%;
}
.contactqueens-sec .hmain-content.medium p {
    font-size: 20px;
}
/*How to Start*/

/*Contact Us*/
.hcontactinfo-sec {
    padding: 64px 0;
    background-color: #f8fafc;
}
.hcontactinfo-list .row {
    --bs-gutter-x: 32px;
    --bs-gutter-y: 32px;
}
.hcontactinfo-lbox{
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
    background-color: #ffffff;
    border-radius: 8px;
    padding: 24px;
    border: 1px solid #e0e8f0;
    height: 100%;
        text-align: center;
}
.hcontactinfo-lbox .icon{
    width: 48px;
    height: 48px;
    line-height: 46px;
    border-radius: 100%;
    background-color: #2d5f3f1a;
    text-align: center;
    margin: 0 auto 17px;
}
.hcontactinfo-lbox .icon img{
    width: 24px;
    height: 24px;
    filter: brightness(0) saturate(100%) invert(30%) sepia(54%) saturate(375%) hue-rotate(89deg) brightness(92%) contrast(94%);
}
.hcontactinfo-lbox strong{
    color: #000;
    font-size: 20px;
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
}
.hcontactinfo-lbox p,
.hcontactinfo-lbox span,
.hcontactinfo-lbox a{
    color: #475569;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.4s ease;
}
.hcontactinfo-lbox a:hover{
    color: #2d5f3f;
}
.hcontactinfo-form{
    margin-top: 64px;
}
.hcontactinfo-form .row{
    --bs-gutter-x: 32px;
    --bs-gutter-y: 32px;
}
.hcontactinfo-list.how-start .hcontactinfo-lbox {
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
    background-color: #ffffff1a;
    border-color: #fff3;
}
.hcontactinfo-list.how-start .hcontactinfo-lbox .icon {
    background-color: rgba(255, 255, 255, 0.1);
}
.hcontactinfo-list.how-start .hcontactinfo-lbox .icon img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(93%) saturate(0%) hue-rotate(266deg) brightness(105%) contrast(109%);
}
.hcontactinfo-list.how-start .hcontactinfo-lbox strong,
.hcontactinfo-list.how-start .hcontactinfo-lbox p, .hcontactinfo-list.how-start .hcontactinfo-lbox span, .hcontactinfo-list.how-start .hcontactinfo-lbox a{
    color: #ffffff;
}

/*Contact Us*/

/*Services*/
.hservices-list.offered .row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    margin-bottom: 95px;
}
.hservices-list.offered .hservicebgn-icon {
    flex: 0 0 460px;
    min-height: 216px;
}
.hservices-list.offered .hservices-lct h3 {
    font-size: 30px;
    font-weight: 700;
}
.hservices-list.offered .row.right .hservicebgn-icon {
    order: 2;
    border-radius: 16px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.hservices-list.offered .row.right .hservicebgn-icon::after{
    border-radius: 16px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.hservices-list.offered .hservicebgn-icon .icon{
    width: 80px;
    height: 80px;
    line-height: 80px;
}
.hservices-list.offered .hservicebgn-icon .icon img{
    width: 44px;
    height: 44px;
}
.offeredclinicalapp-sec {
    background-image: linear-gradient(to bottom, rgb(232 237 242 / .3), #fff);
    padding: 80px 0 40px;
}
.offeredclinicalapp-list .habtmission-rimg{
    position: relative;
}
.offeredclinicalapp-list .habtmission-rimg img {
    height: 370px;
}
.offeredclinicalapp-list .habtmission-nys {
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    padding: 24px;
    background-color: #2d5f3f;
    max-width: 384px;
}
.offeredclinicalapp-list .habtmission-nys .nys-span{
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    text-align: center;
}
.offeredclinicalapp-list .hmain-content ul li {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
.offeredclinicalapp-list .hmain-content ul li span.diff {
    color: #64748b;
    font-size: 14px;
    font-weight: 400;
    display: block;
}
.offeredclinicalapp-content .hmain-content h1, .offeredclinicalapp-content .hmain-content h2, .offeredclinicalapp-content .hmain-content h3, .offeredclinicalapp-content .hmain-content h4, .offeredclinicalapp-content .hmain-content h5, .offeredclinicalapp-content .hmain-content h6{
    background-image: linear-gradient(to right, #4A9B6B , #0A1F44) !important;
}
.hservices-sec.offered {
    padding-bottom: 40px;
}
.hourapproach-sec.services .hmain-content h2{
    background-image: linear-gradient(to right, #7BC99C, #2D5F3F);
}
.hourapproach-sec.services .hourapproach-lbox{
    border-radius: 16px;
}
.hourapproach-sec.services .hourapproach-lbox .icon {
    width: 64px;
    height: 64px;
    line-height: 62px;
}
.hourapproach-sec.services .hourapproach-lbox .icon img {
    width: 32px;
    height: 32px;
}
.hourapproach-sec.services {
    background: transparent;
}
.servingqueens-sec {
    background-image: linear-gradient(to bottom right, #f8fafc , #fff);
    padding: 80px 0;
}
.servingqueens-sec .hmain-content h2{
    background-image: linear-gradient(to right, #0A1F44, #4A9B6B);
}
.servingqueens-list{
    max-width: 1024px;
    margin: 0 auto;
}
.servingqueens-list{
    padding: 40px;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
    background-color: #ffffff;
    border-radius: 16px;
}
.servingqueens-list ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}
.servingqueens-list ul li{
    color: #334155;
    font-size: 16px;
    font-weight: 500;
    padding: 12px;
    border-radius: 8px;
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
    column-gap: 8px;
}
.servingqueens-list ul li:hover{
    background-color: #e8edf24d;
}
.servingqueens-list ul li img{
    width: 16px;
    height: 16px;
    filter: brightness(0) saturate(100%) invert(21%) sepia(4%) saturate(4342%) hue-rotate(177deg) brightness(100%) contrast(87%);
}
.contactqueens-sec.services {
    background-image: linear-gradient(to right, #0A1F44, #2D5F3F);
}
.page-template-comprehensive-assessment .contactqueens-sec.services {
    background-image: linear-gradient(to right, #0A1F44, rgb(10 31 68 / .9));
}
.contactqueens-sec.services::after,
.contactqueens-sec.services::before{
    display: none;
}
/* --- Floating Circle Base Styles --- */
.floating-circle {
  position: absolute;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  animation: float 6s ease-in-out infinite;
}

/* --- Individual Circle Positions & Sizes --- */
.floating-circle.circle-1 {
  top: 2.5rem;   /* same as top-10 */
  left: 2.5rem;  /* same as left-10 */
  width: 5rem;   /* same as w-20 */
  height: 5rem;  /* same as h-20 */
}

.floating-circle.circle-2 {
  bottom: 5rem;  /* same as bottom-20 */
  right: 5rem;   /* same as right-20 */
  width: 8rem;   /* same as w-32 */
  height: 8rem;  /* same as h-32 */
  animation-delay: 1s;
}

.floating-circle.circle-3 {
  top: 50%;      /* same as top-1/2 */
  right: 2.5rem; /* same as right-10 */
  width: 4rem;   /* same as w-16 */
  height: 4rem;  /* same as h-16 */
  animation-delay: 2s;
}

/* --- Float Animation --- */
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.page-template-single-services .allpage-banners.cover::after,
.page-template-milestones .allpage-banners.cover::after,
.page-template-comprehensive-assessment .allpage-banners.cover::after{
    background: transparent;
    background-color: #0009;
}
.page-template-comprehensive-assessment .allpage-banners.cover{
    padding: 96px 0;
}
.page-template-comprehensive-assessment .allpage-banners.cover .hmain-content.banner-content h1 {
    font-size: 48px;
    line-height: 58px;
}
.familieschoose-sec {
    background-image: linear-gradient(to bottom right, #fff, hsl(145 45% 67% / .05));
}
.familieschoose-sec {
    padding: 60px 0 24px;
}
.hourapproach-list.aba p,
.hourapproach-lbox ul li{
    font-size: 18px;
    line-height: normal;
}
.hourapproach-list.aba .hourapproach-lbox .icon {
    border-radius: 100%;
}
.hourapproach-sec.abaprogramservices-sec {
    background-image: linear-gradient(to bottom right, #fff, hsl(145 45% 67% / .05));
}
.offeredclinicalapp-sec.sswhatisaba-sec .hmain-content.black{
    width: 100%;
}
.offeredclinicalapp-sec.sswhatisaba-sec .hmain-content.black h2 {
    background: transparent;
}
.offeredclinicalapp-sec.sswhatisaba-sec .hmain-content.black p{
    font-size: 18px;
    font-weight: 400;
    width: 100%;
    text-align: center;
}
.offeredclinicalapp-sec.sswhatisaba-sec {
    background: transparent;
    padding: 80px 0 70px;
}
.sswhatisaba-sec .offeredclinicalapp-list .row {
    --bs-gutter-x: 48px;
}
.sswhatisaba-todaybox {
    padding: 24px;
    background-color: #2965420d;
    border-left: 4px solid #296542;
    border-radius: 8px;
    display: flex;
    column-gap: 10px;
}
.sswhatisaba-todaybox .icon{
    flex: 0 0 32px;
}
.sswhatisaba-todaybox .icon img{
    width: 32px;
    height: 32px;
    filter: brightness(0) saturate(100%) invert(33%) sepia(17%) saturate(1433%) hue-rotate(92deg) brightness(91%) contrast(87%);
}
.sswhatisaba-todaybox p{
    color: #0c2946;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}
.abawhychoosee-sec .hourapproach-lbox{
    border: 1px solid #e0e8f0;
    border-radius: 16px;
}
.abawhychoosee-sec .hourapproach-lbox ul{
    text-align: left;
    margin: 20px 0 0 0;
}
.abawhychoosee-sec .hourapproach-lbox ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 32px;
}
.abawhychoosee-sec .hourapproach-lbox ul li:last-child{
    margin-bottom: 0;
}
.hourapproach-lbox .d-flex {
    align-items: center;
    column-gap: 15px;
    justify-content: center;
    margin-bottom: 15px;
}
.hourapproach-sec.abawhychoosee-sec {
    background-image: linear-gradient(to bottom right, #fff, hsl(145 45% 67% / .05));
}
.abawhychoosee-sec .hourapproach-list.aba .hourapproach-lbox .icon {
    width: auto;
    height: auto;
    line-height: unset;
    flex: 0 0 32px;
    margin: 0;
    background: transparent;
}
.abawhychoosee-sec .hourapproach-list.aba .hourapproach-lbox .icon img{
    width: 32px;
    height: 32px;
}
.abawhychoosee-sec .hourapproach-list.aba .hourapproach-lbox h3{
    margin: 0;
}
.abawhychoosee-sec .hourapproach-list .col-sm-12:nth-child(4) .icon img{
    filter: brightness(0) saturate(100%) invert(46%) sepia(85%) saturate(4279%) hue-rotate(338deg) brightness(102%) contrast(87%);
}
.offeredclinicalapp-sec.ababrighterfuture-sec {
    background: transparent;
    padding: 70px 0 80px;
}
.ababrighterfuture-sec .hmain-content.black.medium{
    margin: 0;
}
.ababrighterfuture-sec .hmain-content.black.medium p {
    width: 100%;
    font-size: 18px;
}
.hmain-content .main-icon {
    background-color: rgba(45, 95, 63, 0.2);
    width: 70px;
    height: 70px;
    border-radius: 100%;
    line-height: 68px;
    justify-content: center;
    display: inline-flex;
    align-items: center;
    margin-bottom: 20px;
}
.hmain-content .main-icon img {
    filter: brightness(0) saturate(100%) invert(27%) sepia(7%) saturate(3510%) hue-rotate(89deg) brightness(102%) contrast(81%);
    width: 38px;
    height: 38px;
}
.hmain-content.white .main-icon {
    background-color: rgba(255, 255, 255, 0.4);
}
.hmain-content.white .main-icon img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(51%) saturate(214%) hue-rotate(259deg) brightness(115%) contrast(100%);
}
.hfaq-content.developmentalmilestones-content .hmain-content.medium p {
    font-size: 18px;
}
.hfaq-sec.developmentalmilestones-sec {
    background-color: transparent;
    padding: 80px 0;
}
.hfaq-sec.developmentalmilestones-sec::after{
    display: none;
}
.developmentalmilestones-sec .faqs_list .card{
    border-radius: 8px;
    border: 1px solid #e0e8f0;
    transition: all 0.4s ease;
}
.developmentalmilestones-sec .faqs_list .card:hover{
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
}
.developmentalmilestones-sec .faqs_list a.card-link{
    border-radius: 8px;
}
.developmentalmilestones-sec .faqs_list a.card-link .icon {
    width: 45px;
    height: 45px;
    line-height: 43px;
    flex: 0 0 45px;
}
.developmentalmilestones-sec .faqs_list .card:hover,
.developmentalmilestones-sec a.card-link[aria-expanded="true"]{
    background-color: #F3F4F5;
}
.developmentalmilestones-sec .faqs_list a.card-link .icon img {
    width: 25px;
    height: 25px;
}
.developmentalmilestones-sec .faqs_list a.card-link .ct h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}
.developmentalmilestones-sec .faqs_list a.card-link .d-flex{
    align-items: center;
}
.developmentalmilestones-sec .faqs_list .card a.card-link::after{
    line-height: normal;
    top: 39px;
}
.developmentalmilestones-sec .faqs_list .card-body ul {
    display: flex;
    flex-wrap: wrap;
}
.developmentalmilestones-sec .faqs_list .card-body ul li {
    color: #0c2946;
    font-size: 18px;
    font-weight: 400;
    padding-left: 30px;
    margin-bottom: 15px;
    width: 50%;
}
.developmentalmilestones-sec .faqs_list .card-body ul li::after{
    width: 20px;
    height: 20px;
    top: 4px;
}
.offeredclinicalapp-sec.sswhatisaba-sec .row.left .col-sm-12:first-child{
    order: 2;
}
.sswhatisaba-todaybox.milestones{
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
    background-color: #ffffff;
    border-color: #0a1f44;
    text-align: center;
}
.sswhatisaba-todaybox.milestones p{
    font-weight: 500;
}
.contactqueens-sec.services .hcontactinfo-list.how-start .hcontactinfo-lbox .icon {
    width: 56px;
    height: 56px;
    line-height: 54px;
}
.contactqueens-sec.services .hcontactinfo-list.how-start .hcontactinfo-lbox .icon img {
    width: 29px;
    height: 29px;
}
.contactqueens-sec.services .hcontactinfo-list.how-start .hcontactinfo-lbox strong {
    font-size: 22px;
    font-weight: 600;
}
.contactqueens-sec.services .hcontactinfo-list.how-start .hcontactinfo-lbox a, .contactqueens-sec.services .hcontactinfo-list.how-start .hcontactinfo-lbox span, .contactqueens-sec.services .hcontactinfo-list.how-start .hcontactinfo-lbox p {
    font-size: 18px;
}
.offeredclinicalapp-sec.sswhatisaba-sec.milestones {
    background-image: linear-gradient(to bottom right, #fff, hsl(145 45% 67% / .05));
}
.hourapproach-list.milestones .hourapproach-lbox {
    border: 1px solid #e0e8f0;
    border-radius: 16px;
}
.hourapproach-list.milestones .hourapproach-lbox .icon {
    border-radius: 100%;
}
.hourapproach-list.milestones .hourapproach-lbox h3{
    font-weight: 600;
}
.hourapproach-sec.milestones {
    background: transparent;
}
/*Services*/

/*Resources*/

.hourapproach-sec.resources .hourapproach-list .col-sm-12:last-child {
    max-width: 100%;
    width: 100%;
}
.htsafterreferred-sec.resources {
    background-image: linear-gradient(to bottom right, #fff, hsl(145 45% 67% / .05));
    padding: 20px 0 80px;
}
.htsafterreferred-sec.resources .htsafterreferred-list .row {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
}
/*Resources*/

.comprehensiveassess-sec{
    background-image: linear-gradient(to bottom right, rgb(45 95 63 / .05), rgb(10 31 68 / .05));
    padding: 64px 0;
}
.comprehensiveassess-content .hmain-content p {
    width: 100%;
}
.comprehensiveassess-content .hmain-content a.all-buttons{
    margin-top: 15px;
    padding: 9px 27px;
}
.getbtn-contact{
	margin-top: 30px;
	text-align: center;
}
/*Site Footer*/

.site-footer {
    background-image: linear-gradient(to right, #4A9B6B, #0A1F44);
    padding: 50px 0 0;
    position: relative;
    overflow: hidden;
}
.site-footer::after{
    content: '';
    display: inline-block;
    background-color: #ffffff1a;
    width: 96px;
    height: 96px;
    position: absolute;
    bottom: -32px;
    left: -32px;
    z-index: 0;
    border-radius: 100%;
}
.site-footer::before{
    content: '';
    display: inline-block;
    background-color: #ffffff1a;
    width: 128px;
    height: 128px;
    position: absolute;
    top: -48px;
    right: 48px;
    z-index: 0;
    border-radius: 100%;
}
.footer-content{
    position: relative;
    z-index: 1;
}
.footer-content .row {
    --bs-gutter-x: 35px;
}
.footer-logo img {
    width: 85px;
}
.footer-logo p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    font-weight: 400;
    margin: 15px 0 0 0;
}
.ft-menu strong.ft-title {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin-bottom: 15px;
    position: relative;
}
.ft-menu ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.ft-menu ul li {
    transition: all 0.4s ease;
    margin: 0 0 9px 0;
}
.ft-menu ul li:last-child,
.ft-menu.ft-contactinfo ul li:last-child{
    margin-bottom: 0;
}
.ft-menu ul li a,
.ft-menu ul li span{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    display: inline-flex;
    transition: all 0.4s ease;
}
.ft-menu ul li a:hover{
    color: #ffffff;   
}
.ft-menu ul li a img,
.ft-menu ul li span img{
    filter: brightness(0) saturate(100%) invert(99%) sepia(28%) saturate(290%) hue-rotate(255deg) brightness(118%) contrast(100%);
    width: 16px;
    height: 16px;
    margin-top: 4px;
    margin-right: 10px;
}
.copyright {
    border-top: 1px solid #fff3;
    padding: 25px 0;
    text-align: center;
    margin-top: 40px;
}
.copyright span {
    color: #ffffffe6;
    font-size: 16px;
    font-weight: 400;
}
.copyright span a{
    color: #ffffffe6;
    transition: all 0.4s ease;
    text-decoration: underline !important;
}
.copyright span a:hover{
    color: rgba(255,255,255);
}

/*Site Footer*/

/*  Media Query  */

@media (max-width: 1440px){
    .nav-menu li#menu-item-249 {
        margin-right: 210px;
    }
    .allpage-banners.cover {
        padding: 120px 0;
    }
}
@media (max-width: 1440px){
    body .container {
        max-width: 100%;
        padding: 0 40px;
    }
}
@media (max-width: 1366px){
    .nav-menu li#menu-item-249 {
        margin-right: 180px;
    }
    .hbanner-sec.cover {
        height: 600px;
    }
    .hbanner-content h1, .hbanner-content h2, .hbanner-content h3, .hbanner-content h4, .hbanner-content h5, .hbanner-content h6, .hmain-content.banner-content h1, .hmain-content.banner-content h2, .hmain-content.banner-content h3, .hmain-content.banner-content h4, .hmain-content.banner-content h5, .hmain-content.banner-content h6{
        font-size: 50px;
    }
    .hbanner-content h2, .hbanner-content h3, .hbanner-content h4, .hbanner-content h5, .hbanner-content h6{
        font-size: 25px;
    }
    .hbanner-content p, .hmain-content.banner-content p{
        font-size: 18px;
        width: 95%;
    }
    a.all-buttons{
        font-size: 16px;
    }
    .hmain-content h1, .hmain-content h2, .hmain-content h3, .hmain-content h4, .hmain-content h5, .hmain-content h6{
        font-size: 40px;
        line-height: 50px;
    }
    .hmain-content p, .hmain-content ul li{
        font-size: 18px;
    }
    .hourmission-sec.cover {
        padding: 70px 0;
    }
    .allpage-banners.cover {
        padding: 80px 0;
    }
    .hmain-content.banner-content p.big{
        font-size: 20px;
    }
    .hmain-content.banner-content ul li {
        font-size: 14px;
        padding: 7px 20px;
    }
}
@media (max-width: 1280px){
    .nav-menu li,
    .nav-menu li#menu-item-249{
        margin: 0 25px 0 0;
    }
    .hbanner-content p, .hmain-content.banner-content p{
        font-size: 18px;
        width: 100%;
    }
    .d-flex.btns {
        margin-top: 25px;
    }
    .hcontactaccess-content .hmain-content.medium p{
        width: 75%;
    }
    .hmain-content p {
        width: 70%;
    }
}
@media (max-width: 1170px){
    .hbanner-sec.cover{
        height: auto;
        padding: 80px 0;
    }
    .hourapproach-sec,
    .hservices-sec,
    .habtmission-sec,
    .contactqueens-sec,
    .referchild-sec,
    .offeredclinicalapp-sec.sswhatisaba-sec,
    .offeredclinicalapp-sec.ababrighterfuture-sec,
    .hfaq-sec.developmentalmilestones-sec{
        padding: 60px 0;
    }
    .hservices-lbox .hservicebgn-icon {
        flex: 0 0 50%;
    }
    .hyourjourney-content .hmain-content .d-flex {
        display: block !important;
        text-align: center;
    }
    .hyourjourney-btns {
        justify-content: center;
        margin-top: 25px;
    }
    .hourapproach-list, .hourmission-list, .hyourjourney-content, .hcontactinfo-form, .hservices-list.offered, .offeredclinicalapp-list, .developmentalmilestones-sec .faqs_list, .hcontactinfo-list.how-start, .htsafterreferred-sec.resources .htsafterreferred-list, comprehensiveassess-content{
        max-width: 100%;
    }
    .hcontactaccess-sec {
        padding: 80px 0 60px;
    }
    .noteligible-content .hmain-content.black p {
        width: 84%;
    }
    .allpage-banners.cover .hmain-content.banner-content p {
        width: 71%;
    }
    .developmentalmilestones-sec .faqs_list {
        margin-top: 50px;
    }
    .developmentalmilestones-sec .faqs_list a.card-link .ct h3{
        font-size: 20px;
    }
}
@media (max-width: 1112px){
    .hmain-content p,
    .allpage-banners.cover .hmain-content.banner-content p{
        width: 80%;
    }
    .allpage-banners.cover {
        padding: 60px 0;
    }
    .hourapproach-sec.services .hourapproach-list .col-sm-12 {
        flex: auto;
        width: 50%;
    }
    .hservices-sec.offered {
        padding-bottom: 0;
    }
    .hservices-list.offered .hservices-lct h3 {
        font-size: 22px;
        margin: 0 0 15px 0;
    }
    .hservices-lct p {
        font-size: 16px;
    }
    .hservices-list.offered .row {
        margin-bottom: 70px;
    }
}
@media (max-width: 1024px){
    .nav-menu li a{
        font-size: 16px;
    }
    .nav-menu li.menu-btn a{
        font-size: 13px;
    }
    .nav-menu li, .nav-menu li#menu-item-249 {
        margin: 0 20px 0 0;
    }
    .hbanner-content .col-sm-12 {
        flex: auto;
        width: 100%;
    }
    .hourapproach-list .row,
    .hourmission-list .row,
    .hservices-list .row,
    .habtmission-content .row,
    .htsafterreferred-list .row,
    .hcontactinfo-list .row,
    .hourapproach-list .row,
    .hourapproach-list .row{
        --bs-gutter-x: 25px;
        --bs-gutter-y: 25px;
    }
    .hourapproach-lbox h3 {
        font-size: 22px;
        line-height: 30px;
    }
    .hourapproach-lbox{
        padding: 20px;
    }
    .hourmission-lct h3{
        font-size: 26px;
    }
    .hourmission-lct p{
        font-size: 16px;
    }
    .hourmission-lbox{
        padding: 30px;
    }
    .hourmission-lbox .icon {
        width: 90px;
        height: 90px;
        line-height: 90px;
        flex: 0 0 90px;
    }
    .hmain-content h1, .hmain-content h2, .hmain-content h3, .hmain-content h4, .hmain-content h5, .hmain-content h6 {
        font-size: 36px;
        line-height: 45px;
    }
    .hservices-lct p{
        font-size: 16px;
    }
    .allpage-banners{
        padding: 50px 0 40px;
    }
    .habtmission-content .hmain-content {
        padding: 40px 25px;
    }
    .habtmission-nys {
        padding: 20px;
        max-width: 100%;
        position: relative;
        right: 0;
        bottom: 0;
        margin-top: 20px;
    }
    .habtmission-content .row.right .habtmission-nys {
        left: 0;
        top: 0;
    }
    .habtmission-rimg img{
        height: auto;
    }
    .hcontactinfo-list.how-start .hcontactinfo-lbox span br{
        display: none;
    }
    .hmain-content.medium h1, .hmain-content.medium h2, .hmain-content.medium h3, .hmain-content.medium h4, .hmain-content.medium h5, .hmain-content.medium h6 {
        font-size: 30px;
        line-height: 38px;
        margin: 0 0 15px 0;
    }
    .sswhatisaba-todaybox p{
        font-size: 16px;
    }
    .hbanner-content h1, .hbanner-content h2, .hbanner-content h3, .hbanner-content h4, .hbanner-content h5, .hbanner-content h6, .hmain-content.banner-content h1, .hmain-content.banner-content h2, .hmain-content.banner-content h3, .hmain-content.banner-content h4, .hmain-content.banner-content h5, .hmain-content.banner-content h6 {
        font-size: 36px;
        line-height: 40px;
    }
    .developmentalmilestones-sec .faqs_list .card-body ul li{
        font-size: 16px;
    }
    .contact-form .gform-theme--foundation .gform_fields {
        grid-gap: 15px;
    }
    .contact-form .gform-theme--foundation .gfield--width-half {
        grid-column: span 12;
    }
}
@media (max-width: 992px){
    .faqs_list{
        width: 100%;
    }
    .hcontactaccess-content .hmain-content.medium p {
        width: 90%;
    }
    .hmain-content.sm.referchild-main, .htsafterreferred-list{
        max-width: 100%;
    }
	.hservices-list .col-sm-12 {
        flex: auto;
        width: 50%;
    }
}
@media (max-width: 831px){
    .hbanner-content h1, .hbanner-content h2, .hbanner-content h3, .hbanner-content h4, .hbanner-content h5, .hbanner-content h6, .hmain-content.banner-content h1, .hmain-content.banner-content h2, .hmain-content.banner-content h3, .hmain-content.banner-content h4, .hmain-content.banner-content h5, .hmain-content.banner-content h6{
        font-size: 36px;
    }
    .hbanner-content h2, .hbanner-content h3, .hbanner-content h4, .hbanner-content h5, .hbanner-content h6 {
        font-size: 22px;
        margin: 0 0 15px 0;
    }
    .hbanner-content p, .hmain-content.banner-content p{
        font-size: 16px;
    }
    a.all-buttons {
        font-size: 14px;
        font-weight: 400;
        padding: 9px 28px;
    }
    .hourapproach-list .col-sm-12 {
        flex: auto;
        width: 100%;
    }
    .hmain-content p {
        width: 100%;
    }
    .hmain-content h1, .hmain-content h2, .hmain-content h3, .hmain-content h4, .hmain-content h5, .hmain-content h6 {
        font-size: 30px;
        line-height: normal;
        margin: 0 0 15px 0 !important;
    }
    .nav-menu li.menu-btn a {
        color: #0A1F44;
        font-size: 14px;
        font-weight: 600;
        background-color: #ffff;
        padding: 11px 17px;
        margin-left: 0;
        height: auto;
        width: 100%;
        text-align: center;
        line-height: 1;
        margin: 15px 0;
    }
    .nav-menu li.menu-btn.phone a{
        color: #ffffff;
    }
    .nav-menu li.menu-btn a:hover,
    .nav-menu li.menu-btn.phone a:hover{
        color: #0A1F44 !important;
        background-color: #ffffff !important;
    }
    .nav-menu li.menu-btn.phone a:hover img{
        filter: brightness(0) saturate(100%) invert(13%) sepia(10%) saturate(6505%) hue-rotate(190deg) brightness(93%) contrast(103%);
    }
    .habtmission-content .col-sm-12 {
        flex: auto;
        width: 100%;
    }
    .habtmission-content .row.left .col-sm-12:first-child{
        order: 2;
    }
    .habtmission-sec.second {
        padding-top: 0;
    }
    .hcontactinfo-list .row,
    .sswhatisaba-sec .offeredclinicalapp-list .row{
        --bs-gutter-x: 20px;
        --bs-gutter-y: 20px;
    }
    .hcontactinfo-lbox {
        padding: 20px 13px;
    }
    .hcontactinfo-list.how-start .hcontactinfo-lbox strong, .hcontactinfo-list.how-start .hcontactinfo-lbox p, .hcontactinfo-list.how-start .hcontactinfo-lbox span, .hcontactinfo-list.how-start .hcontactinfo-lbox a{
        font-size: 14px;
    }
    .hmain-content p, .allpage-banners.cover .hmain-content.banner-content p{
        width: 100%;
    }
    .hbanner-content br,
    .hbanner-content h1 br{
        display: none !important;
    }
    .sswhatisaba-sec .offeredclinicalapp-list .col-sm-12 {
        flex: auto;
        width: 100%;
    }
    .sswhatisaba-sec .offeredclinicalapp-list .col-sm-12:first-child{
        order: 2;
    }
    .offeredclinicalapp-list .habtmission-rimg img {
        height: auto;
    }
    .offeredclinicalapp-list .habtmission-rimg {
        margin-bottom: 25px;
    }
    .ababrighterfuture-sec .hmain-content.black.medium p,
    .hourapproach-list.aba p, .hourapproach-lbox ul li{
        font-size: 16px;
    }
    .hfaq-sec.developmentalmilestones-sec {
        padding-bottom: 30px;
    }
    .offeredclinicalapp-sec.sswhatisaba-sec.milestones {
        padding-top: 20px;
    }
    .developmentalmilestones-sec .faqs_list .card-body ul li {
        padding-right: 5px;
    }
    .callus-mobile{
        display: inline-block;
    }
    .servingqueens-list ul {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    #menuToggle {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 38px;
        right: 28px;
        z-index: 1;
        user-select: none;
    }
    #menuToggle.open {
        position: fixed;
        top: 25px;
        right: 6px;
        opacity: 1;
        z-index: 999999999;
    }
    #menuToggle input {
        width: 100% !important;
        height: 100% !important;
        position: absolute;
        cursor: pointer;
        opacity: 0;
        z-index: 1;
        top: 0;
        right: 0;
        display: inline-block;
    }
    #menuToggle.open input {
        top: -6px;
        right: 5px;
    }
    #menuToggle span {
        display: flex;
        width: 29px;
        height: 2px;
        margin-bottom: 5px;
        position: relative;
        background: #0a1f44;
        border-radius: 3px;
        z-index: 0;
        transform-origin: 5px 0px;
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
            background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
            opacity 0.55s ease;
    }
    #menuToggle.open span:first-child {
        transform-origin: 0% 0%;
    }
    #menuToggle.open span:nth-last-child(2) {
        transform-origin: 0% 100%;
    }
    #menuToggle.open input:checked ~ span {
        opacity: 1;
        transform: rotate(45deg) translate(-3px, -1px);
        background: #fff;
    }
    #menuToggle.open input:checked ~ span:nth-last-child(3) {
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2);
    }
    #menuToggle.open input:checked ~ span:nth-last-child(2) {
        transform: rotate(-45deg) translate(0, -1px);
    }
    ul.nav-menu li ul.sub-menu {
        display: none !important;
    }
    ul.nav-menu li.open ul.sub-menu {
        display: block !important;
    }
    .nav-menu li.menu-item-has-children {
        padding-right: 0;
    }
    .nav-menu li.menu-item-has-children ul.sub-menu {
        height: 0;
        transition: all 0.4s ease;
    }
    .nav-menu li.menu-item-has-children.open ul.sub-menu.open-submenu {
        display: block !important;
        left: 0;
        height: auto;
        background-color: transparent;
        border-right: 1px solid rgba(255, 255, 255, 0.1);
        padding-right: 15px;
        padding-bottom: 0;
    }
    .nav-menu li.menu-item-has-children:last-child.open ul.sub-menu.open-submenu {
        padding-bottom: 0;
    }
    .mobilesubmenu {
        display: inline-block;
        position: absolute;
        top: 0;
        cursor: pointer;
        color: #fff;
        right: 0;
        z-index: 9999;
        border-left: 1px solid #717171;
        padding-left: 0;
        height: 100%;
        width: 45px;
        text-align: center;
        margin: 0 auto;
    }
    .mobilesubmenu.open {
        background-color: rgba(72, 72, 72, 0.85) !important;
    }
    .mobilesubmenu i {
        position: relative;
        top: 12px;
        right: 0;
    }
    ul.sub-menu {
        display: none !important;
        position: relative !important;
        top: -100% !important;
        width: 100%;
        transition: all 1s;
    }
    ul.sub-menu li {
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    ul.sub-menu li:last-child {
        border: 0 !important;
    }
    ul.sub-menu li a {
        color: #fff !important;
        font-weight: 400;
        width: auto;
        display: inline-block;
        text-align: left;
        font-size: 14px;
    }
    .nav-menu .sub-menu,
    .nav-menu .children {
        width: 100%;
        background-color: transparent;
        transform: translateX(0);
    }
    .nav-menu li.menu-item-has-children::after,
    .nav-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children::after {
        display: none;
    }
    .nav-bar {
        background-color: #0a1f44;
        height: 100%;
        position: fixed;
        top: 0;
        right: -100%;
        padding: 20px 20px 100px;
        padding-top: 60px;
        transition: all 0.3s;
        width: 300px;
        text-align: left;
        z-index: 99999;
    }
    .nav-bar.open {
        right: 0;
    }
    .nav-bar li {
        display: block;
        margin: 0;
        width: 100%;
        overflow: hidden;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding-right: 10px !important;
        border-right: 1px solid rgba(255, 255, 255, 0.1);
    }
    .nav-menu li a {
        color: #fff;
        font-weight: normal;
        font-size: 14px;
        padding: 15px 0;
    }
    .nav-menu .current_page_item > a,
    .nav-menu .current_page_ancestor > a,
    .nav-menu .current-menu-item > a,
    .nav-menu .current-menu-ancestor > a,
    .nav-menu li a:hover {
        color: #ffffff !important;
        background: transparent !important;
    }
    .openmenu {
        display: inline-block;
        font-size: 30px;
        cursor: pointer;
        color: #333;
        float: right;
    }
    span.submenu-toggle {
        position: absolute;
        top: 8px;
        right: 8px;
        color: #ffffff;
        width: 30px;
        display: inline-block;
        height: 30px;
        background-color: rgba(0, 0, 0, 0.2);
        text-align: center;
        line-height: 33px;
        font-size: 13px;
    }
    .closebtn {
        display: block;
        position: absolute;
        top: -55px;
        font-size: 20px;
        right: 0;
        color: #fff;
        cursor: pointer;
        margin-bottom: 20px;
    }
    #navbar {
        height: 100vh;
        overflow-y: auto;
        overflow-x: hidden;
    }
    #navbar::-webkit-scrollbar {
        width: 3px;
        visibility: hidden;
        opacity: 0;
    }
    #navbar::-webkit-scrollbar-track,
    #navbar::-webkit-scrollbar-thumb {
        border-radius: 0;
    }
    #navbar:hover::-webkit-scrollbar {
        visibility: visible;
        opacity: 1;
    }
}

/*Min*/
@media (min-width: 768px) {
  .hbanner-before {
    display: block;
  }
}

@media (max-width: 767px) {
	.hservices-list .col-sm-12 {
        flex: auto;
        width: 100%;
    }
  .hservices-lbox .d-flex {
        display: block !important;
    }
    .hservicebgn-icon .icon {
        margin: 0;
        top: 15px;
        left: 15px;
    }
	.hservices-lct a.text {
		position: relative;
		bottom: 0;
		margin-top: 20px;
	}
    .hservices-lbox .hservicebgn-icon {
        min-height: 370px;
    }
	.hservices-lct {
		padding: 28px;
		text-align: center;
	}
    .footer-content .row {
        --bs-gutter-x: 20px;
        --bs-gutter-y: 20px;
    }
    .footer-content .col-3{
        flex: auto;
        width: 100%;
    }
    .copyright {
        padding: 15px 0;
        margin-top: 25px;
    }
    .copyright span{
        font-size: 14px;
    }
    .hmain-content p, .hmain-content ul li {
        font-size: 16px;
        line-height: normal;
    }
    .hourmission-list {
        margin-top: 0;
    }
    .hservices-lbox .hservicebgn-icon,
    .hservices-lbox .hservicebgn-icon::after{
        border-top-left-radius: 16px;
        border-bottom-left-radius: 0;
        border-top-right-radius: 16px;
    }
    .noteligible-content .hmain-content.black p{
        width: 100%;
    }
    .hcontactinfo-img img{
        height: auto;
    }
    .hcontactinfo-form {
        margin-top: 20px;
    }
    .hcontactinfo-sec {
        padding: 40px 0;
    }
    .hcontactinfo-img img{
        border-radius: 8px;
    }
    .contact-form {
        padding: 25px 20px;
    }
    .hmain-content.banner-content p.big,
    .hmain-content p, .allpage-banners.cover .hmain-content.banner-content p{
        font-size: 16px;
    }
    .hmain-content p br, .allpage-banners.cover .hmain-content.banner-content p br{
        display: none;
    }
    .hmain-content.banner-content ul {
        gap: 15px;
        margin: 20px 0 0 0;
        flex-wrap: wrap;
    }
    .hservices-list.offered .row {
        margin-bottom: 40px;
    }
    .offeredclinicalapp-sec {
        padding: 40px 0 20px;
    }
    .servingqueens-sec {
        padding: 40px 0 50px;
    }
    .servingqueens-list {
        padding: 25px;
    }
}
@media (max-width: 667px){
    body .container {
        padding: 0 25px;
    }
    .hourapproach-sec, .hservices-sec,
    .hourmission-sec.cover{
        padding: 50px 0;
    }
    .allpage-banners.cover {
        padding: 40px 0;
    }
    .familieschoose-sec {
        padding: 35px 0 25px;
    }
    .hbanner-content h1, .hbanner-content h2, .hbanner-content h3, .hbanner-content h4, .hbanner-content h5, .hbanner-content h6, .hmain-content.banner-content h1, .hmain-content.banner-content h2, .hmain-content.banner-content h3, .hmain-content.banner-content h4, .hmain-content.banner-content h5, .hmain-content.banner-content h6 {
        font-size: 30px;
        line-height: 38px;
    }
    .hmain-content p.twenty {
        font-size: 16px;
    }
    .hmain-content.medium h1, .hmain-content.medium h2, .hmain-content.medium h3, .hmain-content.medium h4, .hmain-content.medium h5, .hmain-content.medium h6 {
        font-size: 26px;
        line-height: 31px;
    }
    .hourapproach-sec, .hservices-sec, .habtmission-sec, .contactqueens-sec, .referchild-sec, .offeredclinicalapp-sec.sswhatisaba-sec, .offeredclinicalapp-sec.ababrighterfuture-sec {
        padding: 50px 0;
    }
    .offeredclinicalapp-sec.sswhatisaba-sec .hmain-content.black p,
    .contactqueens-sec .hmain-content.medium p{
        font-size: 16px;
    }
    .servingqueens-list ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .hservices-lct {
        padding: 30px 20px;
    }
    .offeredclinicalapp-list .hmain-content ul li{
        font-size: 16px;
    }
    .offeredclinicalapp-content .hmain-content {
        margin-bottom: 15px;
    }
    .offeredclinicalapp-list .habtmission-nys{
        max-width: 100%;
    }
    .hourapproach-sec.services .hourapproach-list .col-sm-12 {
        width: 100%;
    }
}
@media (max-width: 480px){
    .hbanner-sec.cover {
        height: auto;
        padding: 40px 0 50px;
    }
    .hbanner-content h1, .hbanner-content h2, .hbanner-content h3, .hbanner-content h4, .hbanner-content h5, .hbanner-content h6, .hmain-content.banner-content h1, .hmain-content.banner-content h2, .hmain-content.banner-content h3, .hmain-content.banner-content h4, .hmain-content.banner-content h5, .hmain-content.banner-content h6 {
        font-size: 30px;
        line-height: 38px;
    }
    .hbanner-content h2, .hbanner-content h3, .hbanner-content h4, .hbanner-content h5, .hbanner-content h6 {
        font-size: 18px;
        margin: 0 0 15px 0;
        line-height: normal;
    }
    .hmain-content br{
        display: none;
    }
    .hmain-content h1, .hmain-content h2, .hmain-content h3, .hmain-content h4, .hmain-content h5, .hmain-content h6 {
        line-height: 40px;
    }
    .hmain-content p strong {
        font-size: 16px;
        font-weight: 600;
        padding: 7px 21px;
    }
    .hservices-lbox .hservicebgn-icon {
        min-height: 300px;
    }
    .hservices-lct{
        padding: 25px;
    }
    .hmain-content.sm h1, .hmain-content.sm h2, .hmain-content.sm h3, .hmain-content.sm h4, .hmain-content.sm h5, .hmain-content.sm h6,
    .hmain-content h1, .hmain-content h2, .hmain-content h3, .hmain-content h4, .hmain-content h5, .hmain-content h6, .hmain-content.medium h1, .hmain-content.medium h2, .hmain-content.medium h3, .hmain-content.medium h4, .hmain-content.medium h5, .hmain-content.medium h6{
        font-size: 26px;
        line-height: 36px;
    }
    .hmain-content.sm p, .hmain-content.sm ul li, .noteligible-sec .hmain-content.black p strong{
        font-size: 16px;
    }
    .noteligible-content .hmain-content.black p br{
        display: none;
    }
    .noteligible-sec .hmain-content.black p strong{
        display: inline-block;
        font-weight: 400;
    }
    .hyourjourney-btns,
    .d-flex.btns{
        margin-top: 20px;
        display: block !important;
    }
    .hbanner-ct br{
        display: none;
    }
    .hyourjourney-btns a.all-buttons,
    .d-flex.btns a.all-buttons{
        width: 100%;
        display: block;
        text-align: center;
    }
    .hyourjourney-btns a.all-buttons:first-child,
    .d-flex.btns a.all-buttons:first-child{
        margin-bottom: 15px;
    }
    .hourmission-lbox .d-flex {
        display: block !important;
        text-align: center;
    }
    .hourmission-lct {
        text-align: center;
    }
    .hourmission-lct h3 {
        justify-content: center;
        margin-top: 20px;
    }
    .hourapproach-sec, .hservices-sec, .habtmission-sec {
        padding: 50px 0;
    }
    .faqs_list a.card-link .ct h3{
        font-size: 17px;
    }
    .habtmission-nys .nys-strong{
        font-size: 20px;
    }
    .hourapproach-list .row,
    .hourmission-list .row,
    .hservices-list .row,
    .habtmission-content .row,
    .htsafterreferred-list .row,
    .hcontactinfo-list .row{
        --bs-gutter-x: 20px;
        --bs-gutter-y: 20px;
    }
    .hmain-content .referchild-content h2 strong, .noteligible-sec .hmain-content.black h2 strong, .htsafterreferred-content .hmain-content.black h2 strong, .offeredclinicalapp-sec.sswhatisaba-sec .hmain-content.black h2 strong, .helpfulresources-lbox .icon{
        justify-content: center;
        display: flex;
        margin: 0 auto 15px;
    }
    .hmain-content.black.sm.referchild-main h2 strong {
        margin: 0 0 15px 0;
    }
    .hourapproach-sec, .hservices-sec, .habtmission-sec, .contactqueens-sec, .referchild-sec {
        padding: 50px 0;
    }
    .referchild-sec.servicepays-sec {
        padding: 50px 0 20px;
    }
    .referchild-sec.helpfulresources-sec {
        padding: 40px 0;
    }
    .helpfulresources-lbox a.d-flex {
        display: block !important;
        justify-content: center;
        text-align: center;
    }
    .hmain-content .helpfulresources-lbox a h3 {
        line-height: normal;
    }
    .contactqueens-sec .hmain-content.medium p {
        font-size: 16px;
    }
    .htsafterreferred-sec {
        padding: 40px 0 50px;
    }
    .allpage-banners {
        padding: 40px 0 25px;
    }
    .developmentalmilestones-sec .faqs_list a.card-link .ct h3 {
        font-size: 18px;
    }
    .developmentalmilestones-sec .faqs_list .card-body ul {
        display: block;
    }
    .developmentalmilestones-sec .faqs_list .card-body ul li{
        width: 100%;
        padding-right: 0;
    }
    .faqs_list a.card-link {
        padding: 20px 45px 20px 20px;
    }
    .developmentalmilestones-sec .faqs_list .card a.card-link::after {
        top: 33px;
    }
    .faqs_list .card-body {
        padding: 20px 20px 15px;
    }
    .servingqueens-list ul li {
        font-size: 16px;
        padding: 9px;
        gap: 10px;
    }
}
@media (max-width: 414px){
    .hservices-lbox .hservicebgn-icon {
        min-height: 250px;
    }
    .hmain-content {
        margin-bottom: 35px;
    }
    .servingqueens-list {
        padding: 20px 15px;
    }
    .servingqueens-list ul {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .hbanner-content h1, .hbanner-content h2, .hbanner-content h3, .hbanner-content h4, .hbanner-content h5, .hbanner-content h6, .hmain-content.banner-content h1, .hmain-content.banner-content h2, .hmain-content.banner-content h3, .hmain-content.banner-content h4, .hmain-content.banner-content h5, .hmain-content.banner-content h6 {
        font-size: 26px;
        line-height: 32px;
    }
    .hmain-content.sm h1, .hmain-content.sm h2, .hmain-content.sm h3, .hmain-content.sm h4, .hmain-content.sm h5, .hmain-content.sm h6, .hmain-content h1, .hmain-content h2, .hmain-content h3, .hmain-content h4, .hmain-content h5, .hmain-content h6, .hmain-content.medium h1, .hmain-content.medium h2, .hmain-content.medium h3, .hmain-content.medium h4, .hmain-content.medium h5, .hmain-content.medium h6 {
        font-size: 23px;
        line-height: 32px;
    }
    .familieschoose-sec .hmain-content {
        margin-bottom: 0;
    }
    .hourapproach-lbox .d-flex {
        display: block !important;
    }
    .abawhychoosee-sec .hourapproach-list.aba .hourapproach-lbox .icon {
        margin: 0 auto 15px;
    }
    .hmain-content.banner-content ul li{
        width: 100%;
        text-align: center;
        justify-content: center;
    }
}