/* Theme Name: Napa */
@charset "utf-8";

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figure,
figcaption,
hgroup,
menu,
footer,
header,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
}

article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
    display: block;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Libre Baskerville', serif;
}

::selection {
    background: #004d93;
    color: #FFF;
}

::-moz-selection {
    background: #004d93;
    color: #FFF;
}

p:empty {
    display: none;
}

ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

li {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

a {
    outline: none;
}

a img {
    border: 0;
}

p {
    padding: 0px;
    margin: 0px;
}

h1 {
    font-size: 26px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ol li {
    list-style: decimal inside;
    margin-left: 0;
    padding-left: 1.5em;
    text-indent: -1.5em;
}

img {
    max-width: 100%;
}

.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;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

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: #fff;
    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;
}

.page-id-30917 .faq_cntnt p {
    margin-bottom: 0px;
}

/*Header*/
.logo {
    text-align: center;
}

header {
    position: relative;
    width: 100%;
    padding-top: 0px;
    z-index: 9;
    top: 44px;
	 max-height: 144px;
}

.social_section {
    float: right;
    padding-right: 40px;
}

.social_section ul {
    float: right;
}

.social_section ul li {
    float: left;
    margin-left: 5px;
}

.social_section ul li a {
    width: 45px;
    line-height: 45px;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #e4edf3;
    color: #000000;
    text-align: center;
}

.social_section ul li a:hover {
    color: #FFF;
    background: #9957b3;
}

.top_menu {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    padding-left: 40px;
    float: left;
    position: relative;
}

.top_menu a {
    color: #ffffff;
    margin-right: 10px;
    display: inline-block;
    font-size: 20px;
}

.top_menu a:hover {
    color: #9957b3;
    text-decoration: none;
}

.top_menu a i {
    margin-left: 5px;
}

/*Menu*/
.menu_outer_mobile {
    display: none;
}

.close_btn {
    background-image: url(images/close_btn.png);
    width: 31px;
    height: 28px;
    position: absolute;
    top: 25px;
    left: 25px;
}

.close_btn:hover {
    opacity: 0.8;
    background-image: url(images/close_green_btn.png);
}

.button-nav-toggle {
    overflow: hidden;
    display: none;
    cursor: pointer;
    z-index: 999999999;
    border: 0;
    color: #fff;
    outline: 0;
    float: right;
    cursor: pointer;
    background-color: transparent;
    margin: 2px 0 0 0;
    padding: 0;
    font-size: 16px;
    text-transform: uppercase;
}

.nav-main .nav-container {
    position: relative;
}

.menu_outer {
    z-index: 999;
    position: fixed;
    top: 0;
    left: -100%;
    background-color: #f1f8fc;
    height: 100%;
    padding-left: 70px;
    position: relative; width:100%;
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    transition-duration: 0.6s;
}

.menu_outer.open {
    left: 0;
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    transition-duration: 0.6s;
}

#menu {
    zoom: 1;
    z-index: 10000;
    width: 100%;
    text-align: left;
    padding: 111px 0 0 0;
    margin-bottom: 0;
}

#menu li {
    z-index: 10000;
    padding: 0 0 22px;
    margin: 0;
}

#menu a {
    display: block;
    color: #000000;
    font-size: 30px;
    font-weight: normal;
    text-decoration: none;
    padding: 0 140px 0 0;
    position: relative;
    font-family: 'Montserrat', sans-serif;
}

#menu li:hover>a {
    color: #2dcc70;
}

#menu li:last-child a {
    border-right: none
}

#menu li.current-menu-item>a {
    color: #2dcc70;
}

#menu ul {
    background-color: #f1f8fc;
    position: absolute;
    margin: 0;
    width: 350px;
    opacity: 0;
    visibility: hidden;
    top: 0;
    left: 415px;
    z-index: 99999;
    height: 100%;
    z-index: 10000;
    text-align: left;
    padding: 100px 0 0 0;
}

#menu ul li li {
    display: block;
}

#menu li:hover>ul {
    opacity: 1;
    visibility: visible;
    margin: 0;
}

#menu ul ul {
    top: 0px;
    left: 340px;
    margin: 0;
}

#menu ul li {
    border: 0;
    padding: 0;
    width: 100%;
    margin: 0;
}

#menu ul a {
    padding: 5px 10px;
    display: block;
    float: none;
    color: #9fa4af;
    font-size: 16px;
    line-height: 22px;
    display: block;
    width: 100%;
    border-right: none;
}

#menu ul a:hover {
    color: #2dcc70;
}

#menu ul li:hover {
    background-color: transparent
}

#menu ul li ul li a:hover {
    background-color: none;
}

#menu .active {
    color: #f88431;
}

#menu li.menu-item-has-children:hover>a {
    background-image: url(images/submenu_arw.png);
    background-repeat: no-repeat;
    background-position: 90% center;
}

.menu_follows {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #7d7d7d;
    position: absolute;
    left: 70px;
    bottom: 40px
}

.menu_follows span {
    padding-right: 20px;
}

.menu_follows a {
    margin: 0 5px;
    color: #7d7d7d;
}

.menu_follows a:hover {
    color: #000;
}


#menu-item-171 ul {
    padding-top: 169px;
}

#menu-item-172 ul {
    padding-top: 200px;
}

#menu-item-175 ul {
    padding-top: 200px;
}

#menu-item-180 ul {
    padding-top: 230px;
}

#menu-item-243 ul {
    padding-top: 263px;
}

#menu-item-254 ul {
    padding-top: 295px;
}

#menu-item-108 ul {
    padding-top: 236px;
}

#menu-item-121 ul {
    padding-top: 300px;
}

#menu-item-122 ul {
    padding-top: 363px;
}

#menu-item-123 ul {
    padding-top: 428px;
}

#menu-item-201 ul {
    padding-top: 455px;
}

#menu-item-200 ul {
    padding-top: 490px;
}

#menu-item-241 ul {
    padding-top: 555px;
}



/*Side Menu*/
#sidemenu {
    position: fixed;
    top: 40%;
    right: 43px;
    height: 40px;
    z-index: 70;
    color: #999999;
    padding: 0;
    margin: 0;
}

#sidemenu li {
    line-height: 0px;
    position: relative;
    padding-bottom: 15px;
}

#sidemenu a {
    color: #fff;
    text-align: right;
    width: 8px;
    height: 8px;
    display: inline-block;
    text-align: center;
    background-color: #b1afad;
    text-decoration: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    text-transform: uppercase;
}

#sidemenu li.active a {
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #fff;
    border-color: #d6d6d6;
    color: #fff;
    width: 10px;
    height: 10px;
}

#sidemenu li a span {
    position: absolute;
    opacity: 0;
    left: -100px;
    width: 90px;
    text-align: right;
    top: 5px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

#sidemenu li.active a span {
    opacity: 1;
}

body.fp-viewing-black-white #sidemenu li.active a,
body.fp-viewing-who-we-are #sidemenu li.active a,
body.fp-viewing-how-we-work #sidemenu li.active a,
body.fp-viewing-present-clients #sidemenu li.active a,
body.fp-viewing-previous-work #sidemenu li.active a {
    color: #fff;
}

/*Home Banner*/
.home_banner {
    background: url(images/header_bg.jpg);
    background-size: cover;
    background-position: top;
    font-family: 'Libre Baskerville', serif;
    color: #FFF;
}

.home_banner h1 {
    margin: 0;
    padding: 0;
    font-size: 50px;
    line-height: 63px;
    padding-bottom: 20px;
}

.home_banner h2 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 20px;
}

.banner_cont {
    width: 70%;
    float: right;
    text-align: right;
    padding-right: 90px;
}

.regsiter_btn a {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #FFF;
    background: #9b58b5;
    padding: 20px 30px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    width: auto;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease
}

.regsiter_btn a:hover {
    background: #23ad5d;
    color: #FFF;
    text-decoration: none;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease
}

/*Home Content*/
.green_bg {
    background: url(images/green_bg.jpg);
    padding: 100px 0;
    font-family: 'Libre Baskerville', serif;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
}

.green_bg h2 {
    margin: 0;
    padding: 0;
    font-size: 50px;
    line-height: 55px;
    padding-bottom: 20px;
}

.green_bg h4 {
    margin: 0;
    padding: 0;
    font-size: 28px;
    line-height: 28px;
    padding-bottom: 40px;
}

.green_bg p {
    width: 95%;
    margin: auto;
}

.name_by {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    padding-top: 40px;
}

.programs_section {
    padding: 100px 0 70px;
    color: #273746;
    text-align: center;
}

.programs_section h2 {
    margin: 0;
    padding: 0;
    font-size: 50px;
    line-height: 55px;
    padding-bottom: 20px;
}

.programs_section h4 {
    margin: 0;
    padding: 0;
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 60px;
}

.program_item {
    border: #d7dbe8 1px solid;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    padding: 50px 30px;
    background: #FFF;
    margin-bottom: 30px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease
}

.program_item h3 {
    padding: 20px 0;
}

.program_item p {
    color: #9fa4af;
    font-size: 16px;
    line-height: 28px;
    min-height: 170px;
}

.program_item:hover {
    -webkit-box-shadow: 0px 0px 31px 0px rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0px 0px 31px 0px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 0px 0px 31px 0px rgba(0, 0, 0, 0.27);
    box-shadow: 0px 0px 31px 0px rgba(0, 0, 0, 0.27);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease
}

.program_item img {
    max-width: 225px;
}

.learn_more_link {
    padding-top: 40px;
}

.learn_more_link a {
    line-height: 40px;
    padding: 0 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    display: inline-block;
    margin: auto;
    text-transform: uppercase;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 31px 0px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 0px 0px 31px 0px rgba(0, 0, 0, 0.27);
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 15%);
    color: #65af62;
    border: 1px solid #65af62;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.learn_more_link a:hover {
    -webkit-box-shadow: 0px 0px 31px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 31px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 31px 0px rgba(0, 0, 0, 0);
    text-decoration: none;
    background: #23ad5d;
    color: #FFF;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease
}

/*Home Our Process*/
.our_process {
    padding: 100px 0 0;
    color: #273746;
    text-align: center;
    background: #f8f8f8;
    overflow: hidden;
    position: relative
}

.our_process h2 {
    margin: 0;
    padding: 0;
    font-size: 50px;
    line-height: 55px;
    padding-bottom: 40px;
}

.our_process h4 {
    margin: 0;
    padding: 0;
    font-size: 24px;
    line-height: 34px;
    padding-bottom: 40px;
    width: 82%;
    margin: auto;
}

.processslider_image {
    animation: 2s ease bounceInRight;
    background-image: url(images/step_img.jpg);
    position: absolute;
    width: 50%;
    top: 0;
    right: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.process_section {
    background-color: #2d3e50;
    color: #fff;
    line-height: 28px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    text-align: left
}

.processslider_left {
    width: 40%;
    padding: 100px 0;
}

.processslider_left h5 {
    font-size: 18px;
    color: #2dcc70;
    letter-spacing: 2px;
    padding-bottom: 10px;
}

.processslider_left h3 {
    font-family: 'Libre Baskerville', serif;
    font-size: 50px;
    padding-bottom: 40px;
}

.processslider_left p {
    margin-bottom: 20px;
}

.processslider_left .btn {
    margin-top: 20px
}

.btn {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #FFF;
    background: #23ad5d;
    padding: 16px 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    font-size: 18px;
    letter-spacing: 2px;
    display: inline-block;
    text-align: center;
    width: auto;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease
}

.btn:hover {
    background: #9b58b5;
    color: #FFF;
    text-decoration: none;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease
}

.custom-button {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #FFF;
    background: #9b58b5;
    padding: 16px 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    font-size: 18px;
    letter-spacing: 2px;
    display: inline-block;
    text-align: center;
    width: auto;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    margin-top: 30px;
    margin-bottom: 30px;
}

.custom-button:hover {
    background: #2dc763;
    color: #FFF !important;
    text-decoration: none;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

/*Home Numbers */
.home_numbers {
    background-image: url(images/number_bg.jpg);
    background-position: center;
    margin-top: -5px;
    position: relative;
    background-size: cover;
    padding: 100px 0;
    color: #fff;
    text-align: center;
}

.home_numbers h2 {
    margin: 0;
    padding: 0;
    font-size: 50px;
    line-height: 55px;
    padding-bottom: 28px;
}

.home_numbers h4 {
    margin: 0;
    padding: 0;
    font-size: 22px;
    line-height: 34px;
    padding-bottom: 60px;
    margin: auto;
}

.home_numbers ul li {
    float: left;
    width: 25%;
    text-align: center;
}

.home_numbers ul li .counter {
    font-size: 60px;
}

.home_numbers ul li h3 {
    font-size: 18px;
    line-height: 30px;
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 10px;
}

.home_numbers ul li .numbers_txt {
    font-size: 13px;
    font-style: italic;
}

.fp-auto-height .fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
    height: auto !important;
}

/*Discover Resources */
.discover_resources {
    padding: 120px 0;
    text-align: center;
}

.discover_resources .container {
    width: 95%;
}

.discover_resources h2 {
    margin: 0;
    padding: 0;
    font-size: 50px;
    line-height: 55px;
    padding-bottom: 28px;
}

.discover_resources h4 {
    margin: 0;
    font-size: 20px;
    padding-bottom: 70px;
}

.topmenu {
    display: none;
}

.category_links {
    margin-bottom: 55px
}

.category_links .button {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    border: none;
    margin-right: 5px;
    margin-left: 5px;
    padding: 0 30px;
    color: #9fa4af;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    background-color: transparent;
}

.category_links .button:hover {
    color: #9b58b5
}

.category_links .button.is-checked {
    color: #9b58b5;
}

.home_blogimg {
    background-image: url(images/homeblog_img.jpg);
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 400px;
    margin-right: 15px;
}

.insurance_funding {
    background-image: url(images/home_storyimg.jpg);
}

.grants {
    background-image: url(images/grant_options.jpg);
}

a.home_blogimg:hover {
    opacity: 0.9
}

.trans_bg {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: rgba(45, 62, 80, 0);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto
}

a.home_blog_static_img:hover .trans_bg {
    background-color: rgba(45, 62, 80, 0.30);
}

.grid-item {
    width: 25%;
    padding: 0 10px;
    margin: 0 0 30px;
    border-radius: 10px;
    overflow: hidden;
}

.home_blogimg:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-image: url(images/blog_title.png);
    background-repeat: repeat-x;
    background-position: left bottom;
}

.home_blog {
    position: absolute;
    color: #fff;
    bottom: 0;
    padding: 30px 20px;
    text-align: left;
    width: 100%;
    font-size: 16px;
    line-height: 28px;
}

.home_blog h5 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.home_blog h4 {
    color: #FFFFFF;
    font-size: 26px;
    line-height: normal;
    font-weight: 300;
    padding-bottom: 0;
}

.home_blog h4 a {
    color: #FFFFFF;
}

.home_blog h4 a:hover {
    color: #FFFFFF;
    text-decoration: none
}

#container {
    margin: auto;
}

.grid-item {
    display: inline-block;
    overflow: hidden;
    width: 25%;
}

.isotope-pager .pager {
    display: inline-block;
    text-decoration: none;
    border-radius: 100%;
    background-color: #b75ad7;
    outline: none;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #fff;
    padding: 0;
    margin: 0 5px;
    line-height: none;
    line-height: 34px;
    width: 34px;
    height: 34px;
}

.isotope-pager .pager:hover {
    color: #fff;
    background-color: #3598dc;
    outline: none;
}

.isotope-pager .pager.active {
    color: #fff;
    background-color: #2dcc70;
}

/*.isotope-pager .pager.active:after{ content:''; width:20px; height:3px; background-color:#b85ad7; position:absolute; left:0; right:0; margin:auto; bottom:0;}
*/
.isotope-pager {
    display: none;
}

.category_links a {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    border: none;
    margin-right: 5px;
    margin-left: 5px;
    padding: 0 30px;
    color: #9fa4af;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    background-color: transparent;
}

.category_links a:hover {
    color: #9b58b5
}

.category_links a.is-checked {
    color: #9b58b5;
}

.grid-item.videos .home_blogimg {
    background-image: url(images/home_videoimg.jpg);
}

.grid-item.videos .home_blogimg:before {
    background-image: none;
    background-color: rgba(40, 55, 71, 0.75)
}

.grid-item.videos .home_blog {
    position: absolute;
    color: #fff;
    bottom: 0;
    padding: 30px 20px 30px;
    height: 100%;
    text-align: center;
}

.grid-item.videos .home_blog h4 {
    background-image: url(images/video_icon.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 90px;
}

.grid-item.support .home_blogimg {
    background-image: url(images/home_supportimg.jpg);
}

.grid-item.support {
    width: 50%
}

.grid-item.support .home_blogimg:before {
    background-image: none;
    background-color: rgba(40, 55, 71, 0.75)
}

.grid-item.support .home_blog {
    position: absolute;
    color: #fff;
    bottom: 0;
    padding: 30px 20px 30px;
    text-align: center;
    height: 100%;
}

.grid-item.support .home_blog h4 {
    padding-bottom: 20px;
}

.grid-item.story .home_blogimg {
    background-image: url(images/home_storyimg.jpg);
}

.grid-item.story .home_blog {
    font-size: 14px;
    line-height: 25px;
}

.grid-item.story .home_blog h4 {
    padding-bottom: 10px;
}

.blog_img2 {
    background-image: url(images/home_blogimg1.jpg)
}

.blog_img3 {
    background-image: url(images/home_blogimg2.jpg)
}

.press_img {
    background-image: url(images/home_pressimg.jpg)
}

.home_blog_height {
    display: table;
    width: 100%;
    height: 100%;
}

.home_blog_middle {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

/*Get your Family Started*/
.family_started {
    padding: 100px 0;
    color: #fff;
    text-align: center;
    background-image: url(images/family_bg.jpg);
    background-size: cover;
    position: relative
}

.family_started h2 {
    margin: 0;
    padding: 0;
    font-size: 50px;
    line-height: 55px;
    padding-bottom: 30px;
}

.family_started h4 {
    margin: 0;
    padding: 0;
    font-size: 24px;
    line-height: 34px;
    padding-bottom: 50px;
    width: 80%;
    margin: auto;
}

.family_started ul li {
    float: left;
    width: 33.3%;
    padding: 0 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 15px;
}

.family_started ul li a {
    color: #FFF;
    text-decoration: none;
    display: inline-block;
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    transition-duration: 0.6s;
}

.family_started ul li a:hover .familystarted_img img {
    opacity: 0.5;
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    transition-duration: 0.6s;
}

.family_started ul li .familystarted_img {
    margin-bottom: 20px;
}

.family_started ul li h3 {
    color: #FFF;
    margin-bottom: 20px;
}

.family_started .container {
    width: 98%;
    max-width: 1360px;
}

/*Start your journey*/
.start_journey {
    padding: 100px 0 0;
    color: #fff;
    text-align: center;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

.start_journey h2 {
    margin: 0;
    padding: 0;
    font-size: 50px;
    line-height: 55px;
    padding-bottom: 60px;
    color: #273746;
    font-family: 'Libre Baskerville', serif;
}

.start_journey h3 {
    margin: 0;
    padding: 0;
    font-size: 28px;
    line-height: 36px;
    color: #fff;
    font-family: 'Libre Baskerville', serif;
}

.start_journey li:first-child h3 {
    font-size: 34px;
}

.start_journey h3 span {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    display: inline-block;
    margin-bottom: 15px;
}

.start_journey ul li {
    width: 33.33%;
    float: left;
    height: 350px;
    position: relative;
    text-align: left;
    font-size: 17px;
}

/* .start_journey ul li:first-child{width:40%; font-size:20px; height:700px;} */
.start_journey_cnt {
    padding: 30px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(images/startjourney_bg.png);
    background-position: left top;
    background-repeat: repeat-y;
}

.startjourney_img .startjourney_img1 .full_view ul li {
    display: none;
}

@media only screen and (min-width: 1367px) and (max-width: 1579px) {

    .start_journey ul li:first-child {
        height: 430px !important;
    }

}

@media only screen and (max-width: 1366px) {
    .start_journey ul li {
        font-size: 13px;
    }

    /* .start_journey ul li:first-child{font-size:17px;} */
    .start_journey_cnt {
        padding: 30px 20px;
    }
}

.start_journey_cnt p {
    margin-bottom: 20px;
}

.start_journey_cnt a {
    color: #fff;
}

.start_journey_cnt a:hover {
    color: #2cc768;
    text-decoration: none
}

.startjourney_img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.startjourney_img1 {
    background-image: url(images/start_journey_img1.jpg);
}

.startjourney_img2 {
    background-image: url(images/start_journey_img2.jpg);
}

.startjourney_img3 {
    background-image: url(images/start_journey_img3.jpg);
}

.start_journey .btn {
    font-size: 11px;
    background-color: #3598dc;
    padding: 14px 30px;
}

.start_journey .btn:hover {
    background-color: #2cc768;
    color: #fff;
}

.startjourney_height {
    display: table;
    width: 100%;
    height: 100%;
}

.startjourney_middle {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}


.contact-form .row {
    margin: 0 -10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contact-form .grid-6 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    max-width: 100%;
}



/*footer*/
footer {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 300;
    background-color: #283747;
}

.footer_top {
    padding: 50px 0;
    background-color: #fff;
}

.footer_left {
    float: left;
    width: 100%
}

.footer_left h2 {
    font-size: 30px;
    color: #273746;
    margin-bottom: 20px;
    line-height: 38px;
}

.footer_left h2 span {
    color: #2cc768;
    font-family: 'Libre Baskerville', serif;
    font-style: italic;
}

.footer_left h3 {
    font-size: 18px;
    color: #273746;
    line-height: 28px;
    font-family: 'Libre Baskerville', serif;
    font-style: italic;
    margin-bottom: 0px;
}

.footer_right {
    float: right;
    width: 48%
}

.password_txtbox,
.newsletter_txtbox {
    color: #9fa4af;
    font-size: 14px;
    background-color: #f1f8fc;
    border-radius: 50px !important;
    padding: 12px 18px;
    border: 2px solid #3598DC;
    width: 300px;
    margin-right: 15px;
    font-weight: 400;
}

.password_submit,
.newsletter_submit {
    background-color: #2dc763;
    padding: 12px 38px;
    border-radius: 50px;
    border: none;
    font-size: 14px;
    color: #fff;
}

.password_submit:hover,
.newsletter_submit:hover {
    background-color: #3598dc;
}

.footer_right h2 {
    font-size: 30px;
    color: #273746;
    margin-bottom: 20px;
    line-height: 38px;
}

.footer_right h2 span {
    color: #9957b3;
    display: block;
    font-family: 'Libre Baskerville', serif;
    font-style: italic;
}

.footer_right h3 {
    font-size: 18px;
    color: #273746;
    line-height: 28px;
    font-family: 'Libre Baskerville', serif;
    font-style: italic;
    margin-bottom: 30px;
}

.footer_right .social_section {
    float: left;
}

.footer_bottom {
    background-color: #3598DC;
    padding-top: 50px;
    padding-bottom: 30px;
    color: #fff
}

.footer_txt {
    float: left;
    width: 400px;
}

.ftr_logo {
    margin-bottom: 40px;
}

.ftrcontact_left {
    float: none;
    margin-bottom: 25px;
}

.ftr_cnt {}

.ftr_cnt h4 {
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.ftr_cnt a {
    color: #ffffff;
    font-weight: 500;
}

.ftr_cnt a:hover {
    color: #fff;
    text-decoration: none
}

.ftr_twitter {
    padding: 0 160px;
    font-size: 14px;
}

.ftr_twitter p {
    margin-bottom: 25px;
}

.ftr_twitter h3 {
    font-size: 18px;
    color: #9957b3;
    padding-bottom: 50px;
}

.ftr_twitter h4 {
    font-size: 18px;
    color: #fff;
    padding-bottom: 20px;
    line-height: 28px;
    font-family: 'Libre Baskerville', serif;
    background-image: url(images/twitter_icon.png);
    background-repeat: no-repeat;
    background-position: left 5px;
    padding-left: 30px;
}

.ftr_twitter h4 a {
    font-family: 'Montserrat', sans-serif;
    color: #9957b3;
    font-size: 14px;
}

.ftr_menu {
    padding: 0;
    font-size: 14px;
}

.ftr_menu h4 {
    font-size: 18px;
    color: #2dc763;
    padding-bottom: 50px;
}

.ftr_menu ul li {
    margin-bottom: 10px;
    font-weight: 400;
    text-transform: uppercase
}

.ftr_menu ul li a {
    color: #9fa4af;
}

.ftr_menu ul li a:hover {
    color: #fff;
    text-decoration: none;
}

.ftr_copy {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    padding-top: 35px;
}

.ftr_follows.social_section {
    float: none;
    text-align: center;
    padding-right: 0;
    margin-top: 10px;
    margin-bottom: 20px;
}

.ftr_follows.social_section ul li {
    float: none;
    display: inline-block;
}

.ftr_follows.social_section ul {
    float: none;
}

/*Inner Banner*/
.inner_banner {
    background-image: url(images/inner_banner.jpg);
    background-position: top;
    background-size: cover;
    padding-top: 50px;
    color: #fff;
    font-family: 'Libre Baskerville', serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
}

.innerbanner_height {
    display: table;
    width: 100%;
    height: 660px;
}

.innerbanner_middle {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.inner_banner h1 {
    font-size: 60px;
    font-family: 'Libre Baskerville', serif;
    color: #fff;
    line-height: normal;
}

body.normal_header .inner_banner h1 {
    padding-top: 200px;
}

.inner_content {
    padding: 90px 0;
    line-height: 32px;
    color: #232323;
    font-size: 16px;
}

.inner_content a {
    color: #2dc763;
    text-decoration: none
}

.inner_content p {
    margin-bottom: 50px;
    padding-right: 150px;
}

.inner_content a:hover {
    color: #1fb9ea
}

.inner_content a.show-more-button,
.inner_content a.show-less-button {
    float: left !important;
}

.inner_content ul {
    margin-bottom: 30px;
}

.inner_inner_content ul ul {
    margin: 0px;
    padding-top: 5px;
}

.inner_inner_content p.re_margin {
    margin-bottom: 30px;
}

.inner_content ul li {
    position: relative;
    padding-left: 18px;
    padding-bottom: 5px;
}

.inner_content ul li:before {
    content: "\f105";
    font-family: FontAwesome;
    color: #2dc763;
    font-size: 15px;
    position: absolute;
    top: 0px;
    left: 0;
}

.inner_content h2 {
    color: #2c3d4f;
    font-size: 50px;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 40px;
}

.inner_content blockquote {
    color: #000000;
    font-size: 24px;
    border-left: 5px solid #1fb9ea;
    padding-right: 250px;
    padding-left: 100px;
    line-height: 38px;
    margin-bottom: 60px;
}

.content_image {
    margin: 50px 0;
    background-image: url(images/content_image.jpg);
    background-position: center;
    background-size: cover;
    background-position: center;
    height: 584px;
}

.inner_content h3 {
    color: #2c3d4f;
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 30px;
}

.content_image1 {
    background-image: url(images/content_image1.jpg);
}

.ftr_content_section {
    color: #fff;
    position: relative;
    background-image: url(images/ftr_contact_img.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ftr_contact_img {
    background-image: url(images/content_contactimg.jpg);
    background-position: center;
    background-size: cover;
    position: absolute;
    left: 0;
    width: 50%;
    height: 100%;
    top: 0
}

.ftr_contentsection_right {
    padding: 260px 0;
    float: right;
    width: 50%;
    padding-left: 50px;
}

.ftr_content_section h3 {
    font-size: 46px;
    padding-bottom: 65px;
}

.ftr_content_section .btn {
    font-size: 18px;
    text-transform: uppercase;
    padding: 12px 40px;
    border: 2px solid #fff;
}

.blk_txt {
    color: #000;
}

.tag {
    float: left
}

.share {
    float: right
}

.share ul {
    display: inline-block
}

.share ul li {
    display: inline-block
}

.share ul li:before {
    display: none
}

/*About*/
.aboutnapa_banner {
    background-image: url(images/aboutnapa_banner.jpg)
}

.timeline_slider ul li {
    background-image: url(images/timeline_dot.png);
    background-position: top left;
    background-repeat: repeat-x;
    padding-left: 0;
    width: 33.3%;
    float: left;
    padding-top: 75px;
}

.timeline_slider h4 {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 30px;
}

.timeline_slider ul li:before {
    background-image: url(images/timeline_dot_line.png);
    width: 8px;
    height: 47px;
    content: '';
}

.timeline_slider ul li p {
    padding-right: 100px;
    margin-bottom: 0;
}

.inner_content blockquote p {
    padding-right: 0;
}

/*Team*/
.team_banner {
    background-image: url(images/team_banner.jpg)
}

.team_caption {
    margin-bottom: 100px;
    text-align: center;
}

.team_filter {
    font-family: 'Montserrat', sans-serif;
    color: #293f52;
    font-size: 14px;
    margin-bottom: 100px;
}

.teamfilter_line {
    border-bottom: 1px solid #b7b7b7;
    margin: 10px 0 20px;
}

.team_filter h5 {
    float: left;
    font-size: 14px;
}

.clear_txt {
    text-transform: uppercase;
    float: right;
    line-height: normal;
    background-color: transparent;
    border: none;
    color: #2dc763;
    text-decoration: none;
}

.clear_txt:hover {
    color: #1fb9ea;
}

.team_filter ul li:before {
    display: none
}

.team_filter ul li {
    float: left;
    width: 33.3%;
    padding: 0 10px;
}

.team_filter ul li label {
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    padding-bottom: 5px;
}

.teamfilter_txtbox {
    background-color: #eff3f7;
    display: block;
    height: 48px;
    padding: 15px 40px 15px 10px;
    line-height: normal;
    border: none;
    width: 100%;
    border-radius: 10px !important;
    background-image: url(images/teamfilter_txtbox.png);
    background-position: 95% center;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0px 6px 17px -1px rgba(181, 181, 181, 1);
    -moz-box-shadow: 0px 6px 17px -1px rgba(181, 181, 181, 1);
    box-shadow: 0px 6px 17px -1px rgba(181, 181, 181, 1);
}

.teamfilter_selectbox {
    background-color: #eff3f7;
    padding: 15px 15px;
    line-height: normal;
    border: none;
    width: 100%;
    border-radius: 10px;
    background-image: url(images/teamfilter_selectbox.png);
    background-position: 95% center;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0px 6px 17px -1px rgba(181, 181, 181, 1);
    -moz-box-shadow: 0px 6px 17px -1px rgba(181, 181, 181, 1);
    box-shadow: 0px 6px 17px -1px rgba(181, 181, 181, 1);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.team_list ul li {
    float: left;
    width: 360px;
    padding: 0 0 30px 0;
    margin: 0 10px;
}

.team_list ul li:before {
    display: none;
}

.team_list ul li img {
    border-radius: 10px;
    margin-bottom: 20px;
}

.teamlist_title {
    text-align: center;
}

.teamlist_title h3 {
    color: #000000;
    font-size: 20px;
    padding-bottom: 10px;
    font-weight: 300;
    /*font-size:22px;*/
    /*min-height: 70px;*/
}

.teamlist_title h5 {
    color: #9fa4af;
    font-size: 14px;
    font-family: 'Libre Baskerville', serif;
    font-style: italic;
}

.team_list a:hover img {
    opacity: 0.9
}

.team_list a:hover h3 {
    color: #9957b3;
}

.team_list a:hover h5 {
    color: #2dc763;
}

.team_details {
    max-width: 1100px;
    padding: 40px;
}

.teamdetails_img {
    float: left;
    width: 400px;
}

.teamdetails_cnt {
    float: right;
    width: 57%;
    color: #5f5f5f;
    font-size: 18px;
    line-height: 32px;
}

.teamdetails_cnt p {
    margin-bottom: 20px;
}

.teamdetails_cnt h3 {
    color: #273746;
    font-size: 32px;
    padding-bottom: 10px;
    font-weight: 300;
    padding-bottom: 20px;
}

.teamdetails_cnt h5 {
    color: #2dcc70;
    font-size: 20px;
    font-family: 'Libre Baskerville', serif;
    font-style: italic;
    padding-bottom: 40px;
}

.fancybox-close-small {
    background-image: url(images/fancy_close.png);
    width: 55px;
    height: 50px;
    top: 30px;
    right: 30px;
}

.fancybox-close-small:after {
    display: none
}

.ftr_contact_teamimg {
    background-image: url(images/team_contact.jpg)
}

.ftr_contentsection_form {
    padding: 110px 0;
    float: right;
    width: 50%;
    padding-left: 50px;
    color: #283747;
}

.ftr_contentsection_form h3 {
    font-size: 30px;
    padding-bottom: 30px;
}

.ftr_contentsection_form h4 {
    font-size: 18px;
    padding-bottom: 25px;
    line-height: 28px;
}

.ftr_teamcontent_section {
    background-color: #f8f8f8;
    background-image: none;
    color: #283747;
}

.ftr_teamcontent_section table {
    width: 100%;
}

.team_txtbox {
    background-color: #e3e4e6;
    width: 100%;
    padding: 12px 20px;
    border-radius: 30px !important;
    border: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 300;
}

.team_txtarea {
    background-color: #e3e4e6;
    width: 100%;
    padding: 12px 20px;
    border-radius: 25px;
    min-height: 150px;
    border: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 300;
}

.ftr_teamcontent_section .btn {
    background-color: #9b58b5;
    font-size: 15px;
    text-transform: uppercase;
    font-size: 12px;
    padding: 15px 40px;
    margin-top: 20px;
}

/*Vivek CSS => 12-10-2018 Capcha Image*/
.captcha-image {
    border: none !important;
    padding: 10px;
    display: inline-block;
    text-align: center;
    width: 100%;
    background: #e3e4e6;
    border-radius: 16px;
}

.captcha-image label {
    font-size: 30px;
    padding: 0 0 0 16px;
}

.cf7ic_instructions {
    display: block;
    margin-bottom: 13px;
}

.cf7ic_instructions {
    display: block;
    margin-bottom: 13px;
}

.captcha-image label>input:checked+svg.svg-inline--fa {
    color: #2dc763;
}

#wpcf7-f6278-o1 .captcha-image {
    border: none !important;
    padding: 10px;
    display: inline-block;
    text-align: center;
    width: 100%;
    background: #deeef9;
    border-radius: 16px;
}

#wpcf7-f6278-o1 span.cf7ic_instructions {
    color: #757575;
    text-align: left;
    font-style: normal;
    padding-top: 3px;
    font-family: 'Montserrat', sans-serif;
}

#wpcf7-f6278-o1 label {
    font-size: 30px !important;
    float: left;
    color: #b1afad;
}

/*Vivek CSS => 12-10-2018 Capcha Image*/

.ftr_teamcontent_section .btn:hover {
    background-color: #2dc763;
}

.ftr_contentsection_form tr td {
    padding: 10px 10px 12px 0;
}

.contact .top_menu a {
    color: #000;
}

.contact_bg {
    padding: 120px 0px;
    color: #2a2d34;
    font-family: 'Libre Baskerville', serif;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    border-top: 1px solid #ebebeb;
    margin-top: 90px;
}

.contact_bg h1 {
    font-family: 'Libre Baskerville', serif;
    font-size: 60px;
    line-height: 46px;
    color: #273746;
    margin-bottom: 35px;
}

body.page-id-26 .contact_bg {
    border-bottom: 1px solid #ebebeb;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 20px;
    margin-bottom: 0;
}

body.page-id-26 .contact_bg h1 {
    font-size: 0;
}

body.page-id-26 .contact_bg span.span {
    font-size: 0;
}

.contact_address {
    background-image: url(images/contact_bg1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    color: #fff;
    text-transform: capitalize;
}

.contact_address_details {
    display: table;
    width: 100%;
    height: 614px;
}

.contact_address_details_txt {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.contact_address_details_txt h2 {
    font-family: 'Libre Baskerville', serif;
    font-size: 60px;
    line-height: 28px;
    padding-bottom: 40px;
    margin-bottom: 30px;
    background-image: url(images/contact_title_brdr.png);
    background-repeat: no-repeat;
    background-position: bottom;
    display: block
}

.address {
    margin: auto;
    margin-bottom: 25px;
}

.contact_address_details_txt a {
    color: #fff;
    text-decoration: none;
}

.contact_address_details_txt a:hover {
    color: #9957b3;
}

.contact_phone {
    margin-bottom: 5px;
}

.sydney {
    background-image: url(images/contact_bg2.jpg);
}

.boston {
    background-image: url(images/contact_bg3.jpg);
}

.contact_form_bg {
    background-image: url(images/contact_form_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Libre Baskerville', serif;
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
    line-height: normal;
    color: #fff;
    text-transform: capitalize;
    padding-bottom: 80px;
    padding-top: 110px;
    text-align: center;
}

.contact_form_bg .container {
    width: 570px;
    margin: auto;
}

.contact_form_bg h2 {
    font-family: 'Libre Baskerville', serif;
    font-size: 36px;
    font-style: normal;
    line-height: 48px;
    padding-bottom: 30px;
}

.contact_form_bg p {
    margin-bottom: 50px;
}

.contact_form_bg table {
    width: 100%;
}

.contact_form_bg td {
    padding-bottom: 30px;
}

.contact_form_bg td:nth-child(2) {
    padding-left: 30px;
}

.contact_form_bg input {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: normal;
    border-radius: 30px !important;
}

.contact_form_bg select {
    display: block;
    height: 50px;
}

.txtbox {
    background-color: #deeef9;
    border: none;
    padding: 15px;
    width: 100%;
    border-radius: 30px;
    color: #283747;
    display: block;
    height: 62px;
}

.txtarea {
    background-color: #deeef9;
    border: none;
    height: 150px;
    width: 100% !important;
    border-radius: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: normal;
    color: #283747;
    padding: 15px;
}



.selectoption {
    background-color: #deeef9;
    border: none;
    /* height: 150px; */
    width: 100% !important;
    border-radius: 30px !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: normal;
    color: #283747;
    padding: 15px;
}

.submit {
    width: 190px;
    border: 2px solid #fff;
    border-radius: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: normal;
    color: #fff;
    padding: 15px;
    background-color: transparent;
    text-transform: uppercase !important;
}

.submit:hover {
    background-color: #deeef9;
    color: #283747;
}


.page-id-190 .faq_cntnt_inner p {
    margin-bottom: 10px;
}

/*FAQ Styles*/
.inner_banner.faq_banner {
    background-image: url(images/faq_banner.jpg);
}

.faq_content .container {
    width: 1040px;
}

.faq_cntnt {
    color: #2a2a2a;
    font-family: 'Libre Baskerville', serif;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 80px;
}

.faq_cntnt:last-child {
    margin-bottom: 0;
}

.faq_cntnt_inner {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 30px;
}

.faq_cntnt h2 {
    font-family: 'Libre Baskerville', serif;
    font-size: 36px;
    line-height: 46px;
    color: #283747;
}

.page-id-30917 .faq_cntnt_5 h3 {
    background-color: #9957b3
}

.page-id-30917 .faq_cntnt_6 h3 {
    background-color: #3496D9;
}

.faq_cntnt h3 {
    font-family: 'Libre Baskerville', serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #fff;
    padding: 10px 28px;
    background-color: #23ad5d;
    background-image: url(images/accdn_close.png);
    background-repeat: no-repeat;
    background-position: 98% 16px;
    margin-bottom: 25px;
    border-radius: 30px;
    cursor: pointer;
}

.faq_cntnt h3.open {
    background-image: url(images/accdn_open.png);
    background-position: 98% 25px;
}

.faq_cntnt p {
    margin-bottom: 50px;
}

.faq_cntnt_1.blue_cntnt h3 {
    background-color: #3496d9;
}

.faq_cntnt_2 h3 {
    background-color: #9957b3;
}

.faq_cntnt_3 h3 {
    background-color: #3496d9;
}

.faq_cntnt_3 ul {
    margin: 0 !important;
}

.faq_cntnt_inner p {
    padding-right: 0;
}

.faq_ftr .ftr_contact_img {
    background-image: url(images/faq_ftr_left_img.jpg);
}

/*Our Programs Style*/
.our_programs_banner {
    background-image: url(images/our_programs_banner.jpg);
}

.our_programs_content {
    text-align: center;
    border-bottom: 1px solid #ebebeb;
}

.our_programs_content p {
    padding-right: 0;
}

.our_programs_content a {
    color: #c2c9db;
}

.our_programs_content a:hover {
    color: #fff;
}

.our_programs_content .program_item {
    min-height: 640px;
}

/*Our Programs Details Style*/
.our_programs_details_banner {
    background-image: url(images/program_details_banner.jpg);
}

.our_programs_details_inner {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 30px;
}

.our_programs_details_left {
    color: #232323;
    font-family: 'Libre Baskerville', serif;
    font-size: 24px;
    /*font-weight:700;*/
    line-height: 34px;
    width: 38%;
    float: left;
}

.our_programs_details_right {
    color: #232323;
    font-family: 'Libre Baskerville', serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    width: 56%;
    float: right;
}

.our_programs_details p {
    padding-right: 0;
}

.our_programs_details_list {
    padding-top: 70px;
    display: inline-block;
}

.program_details_outer_div .our_programs_details_list:first-child {
    border-bottom: 1px solid #ebebeb;
}

.program_details_outer_div .our_programs_details_list:nth-child(odd) ul li h3 span {
    color: #9957b3;
}

.program_details_outer_div .our_programs_details_list:nth-child(even) ul li h3 span {
    color: #2cc768;
}

.programs_details_list_txt {
    margin: auto;
    padding-bottom: 60px;
    width: 960px;
    text-align: center;
    color: #232323;
    font-family: 'Libre Baskerville', serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
}

.programs_details_list_txt>b {
    font-weight: normal;
}

.our_programs_details_list ul li {
    width: 370px;
    display: inline-block;
    vertical-align: top;
    color: #262626;
    font-family: 'Libre Baskerville', serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    padding-left: 20px;
    padding-right: 20px;
    /*min-height: 261px;*/
}

.our_programs_details_list ul li h3 {
    color: #000;
    font-family: 'Libre Baskerville', serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 10px;
    padding-bottom: 0;
    min-height: 60px;
}

.our_programs_details_list ul li h3 span {
    width: 48px;
    color: #9957b3;
    font-size: 30px;
    font-weight: 400;
    line-height: 28px;
    float: left;
    min-height: 65px;
    margin-right: 8px;
}

.our_programs_details_list ul li:before {
    display: none;
}

.our_programs_details_list ul li p {
    padding-left: 58px;
    min-height: 170px;
}

.program_details_ftr .ftr_contact_img {
    background-image: url('/images/program_details_ftr_img.jpg');
}
 
.our_programs_details_left.res_left {
    font-size: 16px;
    font-weight: 400;
    width: 65%;
    padding-right: 20px;
}

.our_programs_details_right.res_right {
    width: 35%;
    padding-left: 20px;
}

.res_right ul.decimal-numbering li {
    list-style: decimal;
}

.inner_content .res_right ul.decimal-numbering {
    padding-left: 20px;
}

.inner_content .res_right ul.decimal-numbering li:before {
    display: none;
}




/*Blog*/
.blog .top_menu a {
    color: #000;
}

.wht_title {
    padding: 112px 0 0;
    margin-top: 90px;
    color: #2a2d34;
    font-family: 'Libre Baskerville', serif;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    border-top: 1px solid #ebebeb;
}

.wht_title h1 {
    font-family: 'Libre Baskerville', serif;
    font-size: 60px;
    line-height: 46px;
    color: #273746;
    margin-bottom: 0;
}

.blog_content {
    text-align: center;
    padding: 70px 0;
}

.blog_content ul li:before {
    display: none
}

.blog_content .btn {
    background-color: #3496d9;
    color: #fff;
}

.blog_content .btn:hover {
    background-color: #23ad5d;
    color: #fff;
}

.ftr_contact_blogimg {
    background-image: url(images/ftr_contact_blogimg.jpg);
}

.blog_content .container {
    width: 95%;
}

.blogdetail_by {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 300;
    margin-top: 50px;
}

.blogdetailby_line {
    margin: 0 15px;
}

.blogdetailby_name {
    font-family: 'Libre Baskerville', serif;
    font-style: italic;
    font-size: 15px;
}

.blogdetail_banner {
    background-image: url(images/blogdetails_banner.jpg);
}

.blogdetail_left {
    width: 140px;
    float: left;
    margin-bottom: 50px;
    margin-right: 30px;
    text-align: center;
}

.blogdetail_left img {
    border-radius: 100%;
    margin-bottom: 22px;
}

.blogdetail_left h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 300;
    padding-bottom: 12px;
}

.blogdetail_left h4 {
    font-family: 'Libre Baskerville', serif;
    font-size: 15px;
    font-weight: 300;
    color: #9fa4af;
    font-style: italic;
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 20px;
}

.blogdetail_right {
    width: 970px;
    float: left;
    margin-bottom: 50px;
}

.blogdetail_right p {
    padding-right: 0;
}

.blogdetail_date {
    font-size: 15px;
    color: #9fa4af;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

.blogdetail_folows {
    font-size: 15px;
    border-top: 1px solid #ebebeb;
    margin-top: 50px;
    padding-top: 50px;
    margin-bottom: 60px;
}

.blogdetail_folows a {
    color: #9fa4af;
}

.blogcontent_detail {
    color: #9fa4af;
}

.blogcontent_detail h2 {
    font-size: 36px;
    padding-bottom: 10px;
    font-weight: 300;
}

.relatedposts ul li:before {
    display: none
}

.relatedposts ul li {
    padding-left: 10px;
    float: left;
    width: 33.3%;
}

.relatedposts .blogs .home_blogimg:before {
    background-image: url(images/blog_title1.png);
}

.relatedposts .press .home_blogimg:before {
    background-image: url(images/blog_title2.png);
}

.blog_content .isotope-pager {
    display: none
}

#load-more {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #FFF;
    margin-top: 50px;
    background: #3496d9;
    border: none;
    padding: 12px 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    font-size: 16px;
    letter-spacing: 2px;
    display: inline-block;
    text-align: center;
    width: auto;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease
}

#load-more:hover {
    background: #9b58b5;
    color: #FFF;
    text-decoration: none;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease
}

.blog_content .category_links a {
    color: #000;
}

.blog_content .category_links a.is-checked {
    color: #9b58b5;
}

/*Testimonial*/
.testimonial_banner {
    background-image: url(images/testimonials_banner.jpg);
}

ul.testimonial_left {
    margin-bottom: 0
}

ul.testimonial_left li {
    position: relative;
    padding-left: 0
}

.testimonial_content {
    padding: 0;
}

.testimonial_content .container {
    width: 100%
}

.testimonial_left li:before {
    display: none
}

.testimonial_img {
    position: absolute;
    width: 50%;
    left: 0;
    top: 0;
    height: 100%;
    bottom: 0;
    background-position: center;
    background-size: cover;
}

.testimonial_cnt {
    padding: 100px;
    float: right;
    width: 50%;
    min-height: 450px;
}

.testimonial_cnt p {
    padding-right: 0;
}

.testimonial_cnt p:last-child {
    margin-bottom: 0
}

.dawn_img {
    background-image: url(images/dawn_img.jpg);
}

.testimonial_left li:nth-child(even) .testimonial_cnt {
    float: left
}

.testimonial_left li:nth-child(even) .testimonial_img {
    right: 0;
    left: inherit;
}

.karlee_img {
    background-image: url(images/karlee_img.jpg);
}

.monique_img {
    background-image: url(images/monique_img.jpg);
}

.tammy_img {
    background-image: url(images/tammy_img.jpg);
}

.kisten_img {
    background-image: url(images/kisten_img.jpg);
}

.ally_img {
    background-image: url(images/ally_img.jpg);
}

.sue_img {
    background-image: url(images/sue_img.jpg);
}

.dolly_img {
    background-image: url(images/dolly_img.jpg);
}

.ftr_contact_testimonialimg {
    background-image: url(images/ftr_contact_testimonialimg.jpg)
}

#teampopup {
    display: none
}

/*Intake Forms*/
.intake_content {
    text-align: center
}

.intake_content h3 {
    font-weight: 300
}

.intake_button {
    margin-top: 40px;
}

.intake_button .btn {
    width: 450px;
    margin: 10px 30px;
    color: #fff;
    font-size: 16px;
}

.intake_button .btn:hover {
    color: #fff;
}

.btn_pink {
    background-color: #9957b3;
}

.btn_pink:hover {
    background-color: #23ad5d;
}

body.page-id-55 .inner_content {
    text-align: center
}

/*Registration Process*/
.wht_header .top_menu a {
    color: #000;
}

.getstarted_bg {
    margin-top: 160px;
    color: #fff;
    background-image: url(images/getstarted_bg.jpg);
    background-size: cover;
    background-position: center;
}

.getstarted_bg h3 {
    text-align: center;
    color: #fff;
    font-size: 44px;
    font-weight: 300;
    padding-bottom: 70px;
}

.responsive-tabs h3 {
    font-size: 32px;
    text-align: left;
    padding-bottom: 10px;
    font-family: 'Libre Baskerville', serif;
}

.responsive-tabs {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin-top: 10px;
    max-width: 920px;
    margin: auto
}

ul.responsive-tabs__list li:before {
    display: block;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    padding: 10px 25px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

ul.responsive-tabs__list li:nth-child(1):before {
    content: 'Step 1';
}

ul.responsive-tabs__list li:nth-child(2):before {
    content: 'Step 2';
}

ul.responsive-tabs__list li:nth-child(3):before {
    content: 'Step 3';
}

ul.responsive-tabs__list li:nth-child(4):before {
    content: 'Step 4';
}

ul.responsive-tabs__list li:nth-child(5):before {
    content: 'Step 5';
}

.responsive_tabs .btn {
    background-color: #3496d9;
    padding: 10px 40px;
    color: #fff;
    font-size: 12px;
}

.responsive_tabs .btn:hover {
    background-color: #23ad5d;
    color: #fff;
}

.responsive_tabs p {
    padding-right: 0;
    margin-bottom: 30px;
}

.getstarted_bg1 {
    text-align: center;
    border-bottom: 1px solid #ebebeb;
}

.getstarted_bg1 .btn {
    background-color: #9957b3;
    padding: 14px 40px;
    color: #fff;
    font-size: 16px;
    min-width: 418px;
}

.getstarted_bg1 .btn:hover {
    background-color: #23ad5d;
    color: #fff;
}

.getstarted_bg1 h3 {
    padding: 0 5% 50px;
    font-weight: 300
}

.responsive_tabs {
    visibility: hidden;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.responsive-tabs__panel--active {
    opacity: 100;
    visibility: visible;
    height: auto;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.getstarted_bg .responsive-tabs__panel--active {
    animation: tabs_panel 1s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
}

@keyframes tabs_panel {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 100;
    }
}

@-webkit-keyframes tabs_panel {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 100;
    }
}

.responsive-tabs__list__item {
    outline: none;
    display: inline-block;
    position: relative;
    padding: 30px 15px 10px 25px !important;
    border-radius: 100px;
    font-size: 11px;
    vertical-align: top;
    line-height: normal;
    margin-right: 12px;
    width: 170px;
    cursor: pointer;
    background-color: rgba(121, 123, 121, 0.80);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.responsive-tabs__list__item:hover {
    background-color: #8b57a0;
    color: #fff;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.responsive-tabs__list__item--active {
    background-color: #8b57a0;
    color: #fff
}

/*Session Registration*/
.sessionregistration_cnt {
    text-align: center;
    padding-top: 80px;
}

.sessionregistration_cnt h3 {
    font-weight: 300;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 80px;
}

.sessionregistration_cnt .container {
    width: 940px;
}

.sessionregistration_left {
    float: left;
    width: 40%;
    text-align: center;
}

.sessionregistration_right {
    float: left;
    width: 60%;
}

.sessionregistration_right h3 {
    margin-bottom: 0;
}

.sessionregistration_date {
    font-size: 18px;
    color: #3496d9;
    text-transform: uppercase;
    padding-bottom: 15px;
}

.sessionregistration_year {
    font-family: 'Libre Baskerville', serif;
    font-size: 31px;
    color: #d4d7da;
    font-weight: 700;
}

.sessionregistration_time {
    font-size: 12px;
    color: #999999;
    background-image: url(images/sessionregistration_time.png);
    background-repeat: no-repeat;
    background-position: left 2px;
    padding-left: 20px;
    padding-right: 20px;
}

.sessionregistration_address {
    font-size: 12px;
    color: #999999;
    background-image: url(images/sessionregistration_address.png);
    background-repeat: no-repeat;
    background-position: left 2px;
    padding-left: 20px;
}

.sessionregistration_right .btn {
    margin-top: 20px;
}

.sessionregistration_list {
    border-bottom: 1px solid #ebebeb;
    padding: 45px 0;
}

.sessionregistration_cnt .responsive_tabs {
    border: 1px solid #ebebeb;
    padding: 0;
    margin-top: -1px
}

.sessionregistration_cnt .responsive-tabs__list__item {
    padding: 15px 25px !important;
    border-radius: 0;
    font-family: 'Libre Baskerville', serif;
    font-size: 18px;
    margin-right: 5px;
    width: 200px;
    cursor: pointer;
    color: #273746 !important;
    background-color: #f9f9f9 !important;
    border: 1px solid #ebebeb;
}

.sessionregistration_cnt .responsive-tabs__list__item:last-child {
    margin-right: 0 !important;
}

.sessionregistration_cnt .responsive-tabs__list__item--active {
    background-color: #fff !important;
    border-bottom: 1px solid #fff;
}

.sessionregistration_cnt .responsive-tabs__list__item--active:after {
    border-top: 4px solid #3496d9;
    width: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
}

.sessionregistration_cnt ul.responsive-tabs__list li:before {
    display: none
}

.waitingbtn {
    background-color: #283747 !important
}

.ftr_contact_sessionimg {
    background-image: url(images/ftr_contact_sessionimg.jpg)
}

.responsive-tabs__list {
    margin-bottom: 0 !important;
}

/*Register for Los Angeles Styles*/
.register_for_los_angeles_banner {
    background-image: url(images/register-for-los-angeles_banner.jpg);
    padding-top: 0;
}

.register_for_los_angeles_banner .innerbanner_height {
    height: 513px;
    text-align: center;
}

.register_for_los_angeles_banner span {
    font-family: 'Libre Baskerville', serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
}

.register_for_los_angeles_content p {
    padding-right: 0;
}

.register_for_los_angeles_left {
    color: #747474;
    font-family: 'Libre Baskerville', serif;
    font-size: 18px;
    line-height: 30px;
    width: 550px;
    float: left;
}

.register_for_los_angeles_left h2 {
    color: #273746;
    font-family: 'Libre Baskerville', serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 42px;
    padding-bottom: 15px;
}

.register_for_los_angeles_left p {
    margin-bottom: 30px;
}

.register_for_los_angeles_left ul {
    padding-bottom: 50px;
}

.register_for_los_angeles_left ul li {
    color: #999999;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    line-height: 20px;
    float: left;
    margin-right: 20px;
    padding-bottom: 0;
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 20px;
}

.register_for_los_angeles_left ul li:before {
    display: none;
}

.register_for_los_angeles_left ul li.calender_icon {
    background-image: url(images/calender_icon.png);
}

.register_for_los_angeles_left ul li.clock_icon {
    background-image: url(images/clock_icon.png);
}

.register_for_los_angeles_left ul li.location_icon {
    background-image: url(images/location_icon.png);
}

.register_for_los_angeles_left h3 {
    color: #3496d9;
    font-family: 'Libre Baskerville', serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    padding-bottom: 20px;
}

.register_for_los_angeles_left a {
    color: #fff;
    text-decoration: none;
}

.form_btn {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    line-height: 23px;
    float: left;
    margin-right: 20px;
    background-color: #3496d9;
    padding: 10px 25px;
    border-radius: 20px;
    width: 200px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 50px;
    display: block;
}

.form_btn:hover {
    background-color: #1c7cbe;
    color: #fff !important;
}

.register_for_los_angeles_right {
    float: right;
}

.register_for_los_angeles_right h3 {
    color: #3496d9;
    font-family: 'Libre Baskerville', serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    padding-bottom: 20px;
}

.register_for_los_angeles_right h5 {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #28333b;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.session_form {
    width: 480px;
    padding: 30px 30px;
    border: 1px solid #eaeaea;
    border-radius: 20px;
}

.session_form .txtbox_session {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: normal;
    color: #8f8f8f;
    width: 100%;
    padding: 20px 25px;
    background-color: #f7f7f7;
    border-radius: 25px;
    border: none;
    margin-bottom: 25px;
}

.list_form {
    padding-bottom: 20px;
}

.list_form label {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #545454;
    margin-bottom: 10px;
    display: block;
}

.selectbox {
    background-color: #f7f7f7;
    border: none;
    padding: 16px 20px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(images/select_icon.png);
    background-position: 96%;
    background-repeat: no-repeat;
    color: #8f8f8f;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    border-radius: 20px;
    margin-bottom: 30px;
}

.session_form .radiobutton {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #545454;
    margin-bottom: 15px;
}

.list_form span {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #545454;
    margin-bottom: 15px;
}

.list_form ul li {
    padding-left: 5px;
}

.list_form ul li:before {
    display: none;
}

.session_form .txtarea {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: normal;
    color: #8f8f8f;
    width: 100%;
    padding: 20px 25px;
    background-color: #f7f7f7;
    border-radius: 25px;
    border: none;
    margin-bottom: 25px;
    height: 200px;
}

.register_btn {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: normal;
    color: #fff !important;
    width: 100%;
    padding: 20px 25px;
    background-color: #3496d9;
    border-radius: 30px;
    border: none;
    text-transform: uppercase;
}

.register_btn:hover {
    background-color: #0b7090;
}

.ftr_register_los_angles .ftr_contact_img {
    background-image: url(images/register_los_angles.jpg);
}

.register header {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 25px;
}

.register_for_los_angeles_banner.register_for_sydney_banner {
    background-image: url(images/register_for_sydney_banner.jpg);
}

.register_for_los_angeles_banner.register_for_boston_banner {
    background-image: url(images/register_for_boston_banner.jpg);
}

.register_for_los_angeles_banner.thank_you_banner {
    background-image: url(images/thank_you_banner.jpg);
}

.thanks_content {
    font-size: 18px;
    line-height: 30px;
    color: #747474;
    text-align: center;
}

.thanks_content p {
    padding-right: 0;
}

.thanks_content .container {
    width: 500px;
    margin: auto;
}

body.page-id-152 .inner_banner {
    text-align: center;
}

body.page-id-152 .inner_banner p {
    font-style: italic;
}

body.page-id-152 .innerbanner_height {
    height: 513px;
}

body.page-id-152 header {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 25px;
}

body.page-id-152 .inner_content {
    font-size: 18px;
    line-height: 30px;
    color: #747474;
    text-align: center;
}

body.page-id-152 .inner_content p {
    padding-right: 0;
    margin-bottom: 50px;
}

body.page-id-152 .thanks_cntnt {
    width: 500px;
    margin: auto;
}

.wpcf7-validation-errors {
    display: none !important;
}

.notifications_checkbox label {
    position: relative;
    padding-left: 15px;
}

.notifications_checkbox label input[type="checkbox"],
.notifications_checkbox label input[type="radio"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.notifications_checkbox label span {
    position: relative;
}

.notifications_checkbox label input:checked~span:after {
    background-image: url("images/radio.png");
    background-position: right -14px;
}

.notifications_checkbox label span:after {
    content: '';
    position: absolute;
    left: -20px;
    top: 3px;
    width: 14px;
    height: 14px;
    background-image: url("images/radio.png");
    background-repeat: no-repeat;
    background-position: right 0;
}

.faq_cntnt_inner a {
    color: #9957b3;
}

.loader {
    border: 16px solid #f3f3f3;
    /* Light grey */
    border-top: 16px solid #3498db;
    /* Blue */

    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    margin: auto;
    /*display:none;*/
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*Patient Registration Form*/
.patient_form h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #28333b;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.patient_form td {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
    font-weight: 400;
    font-style: normal;
    line-height: normal;
    color: #8f8f8f;
    padding-bottom: 25px;
}

.patient_form input {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: normal;
    color: #8f8f8f;
    width: 100%;
    padding: 20px 25px;
    background-color: #f7f7f7;
    border-radius: 25px !important;
    border: none;
}

.patient_form select {
    background-color: #f7f7f7;
    border: none;
    padding: 16px 20px;
    width: 100% !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("images/select_icon.png");
    background-position: 96%;
    background-repeat: no-repeat;
    color: #8f8f8f;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    border-radius: 20px;
}

.patient_form select[multiple] {
    background-image: none;
}

.patient_form textarea {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: normal;
    color: #8f8f8f;
    width: 100%;
    padding: 20px 25px;
    background-color: #f7f7f7;
    border-radius: 25px;
    border: none;
    height: 200px;
}

.patient_form .submit_reset {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px !important;
    font-weight: 400;
    font-style: normal;
    line-height: normal;
    color: #fff !important;
    width: 100%;
    padding: 20px 25px;
    background-color: #3496d9;
    border-radius: 30px;
    border: none;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.patient_form .submit_reset:hover {
    background-color: #0b7090;
}

.patient_form .submit_reset:last-child {
    margin-bottom: 0;
}

/* BOF search box style */
.search_area {
    float: right;
    position: absolute;
    right: 0
}

body.white_bg_body .search_area #ajaxsearchlite1 .probox,
body.white_bg_body div.asl_w .probox {
    background-color: #000;
    color: #FFF;
}

body.white_bg_body .search_area #ajaxsearchlite1 .probox .proinput input,
body.white_bg_body div.asl_w .probox .proinput input {
    background-color: #000;
    color: #FFF;
}

body.white_bg_body .search_area div.asl_w .probox .promagnifier .innericon svg {
    fill: #FFF;
}

body .search_area #ajaxsearchlite1 .probox .proinput input,
body div.asl_w .probox .proinput input.orig::-webkit-input-placeholder {
    color: #000;
}

body .search_area #ajaxsearchlite1 .probox .proinput input,
body div.asl_w .probox .proinput input.orig::-moz-placeholder {
    color: #000;
}

body .search_area #ajaxsearchlite1 .probox .proinput input,
body div.asl_w .probox .proinput input.orig:-ms-input-placeholder {
    color: #000;
}

body .search_area #ajaxsearchlite1 .probox .proinput input,
body div.asl_w .probox .proinput input.orig:-moz-placeholder {
    color: #000;
}

body.white_bg_body .search_area #ajaxsearchlite1 .probox .proinput input,
body.white_bg_body div.asl_w .probox .proinput input.orig::-webkit-input-placeholder {
    color: #FFFFFF !important;
}

body.white_bg_body .search_area #ajaxsearchlite1 .probox .proinput input,
body.white_bg_body div.asl_w .probox .proinput input.orig::-moz-placeholder {
    color: #FFFFFF !important;
}

body.white_bg_body .search_area #ajaxsearchlite1 .probox .proinput input,
body.white_bg_body div.asl_w .probox .proinput input.orig:-ms-input-placeholder {
    color: #FFFFFF !important;
}

body.white_bg_body .search_area #ajaxsearchlite1 .probox .proinput input,
body.white_bg_body div.asl_w .probox .proinput input.orig:-moz-placeholder {
    color: #FFFFFF !important;
}

/* EOF search box style */
/* BOF 28-may-2018 styles */
body.single-post .inner_banner h1 {
    padding-top: 250px;
}

body.single-post .blogdetail_by {
    margin: 0;
}

a.viewall_btn {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #FFF;
    margin-top: 50px;
    background: #23ad5d;
    border: none;
    padding: 12px 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    font-size: 16px;
    letter-spacing: 2px;
    display: inline-block;
    text-align: center;
    width: auto;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

a.viewall_btn:hover {
    background-color: #9b58b5;
    color: #FFF;
    text-decoration: none;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

a.viewall_btn:focus {
    outline: none;
    text-decoration: none
}

/* EOF 28-may-2018 styles */
/* BOF 30-may-2018 styles */
.billing_insurance p {
    margin-bottom: 15px;
}

/* EOF 30-may-2018 styles */
/*Media*/
@media (min-width: 1199px) and (max-width: 1360px) {
    .green_bg h2 {
        font-size: 40px;
    }

    .programs_section h2 {
        font-size: 40px;
    }

    .our_process h2 {
        font-size: 40px;
    }

    .home_numbers h2 {
        font-size: 40px;
    }

    .discover_resources h2 {
        font-size: 40px;
    }

    .family_started h2 {
        font-size: 40px;
    }

    .start_journey h2 {
        font-size: 40px;
    }

    #menu a {
        font-size: 24px;
    }

    #menu ul {
        left: 376px;
    }

    .home_blogimg {
        height: 440px;
    }

    .grid-item {
        margin-bottom: 30px;
    }

    .home_blog h4 {
        font-size: 25px;
    }

    .home_blog h5 {
        font-size: 16px;
        padding-bottom: 5px;
    }

    #menu-item-171 ul {
        padding-top: 156px;
    }

    #menu-item-172 ul {
        padding-top: 188px;
    }

    #menu-item-175 ul {
        padding-top: 187px;
    }

    #menu-item-180 ul {
        padding-top: 218px;
    }

    #menu-item-243 ul {
        padding-top: 250px;
    }

    #menu-item-254 ul {
        padding-top: 280px;
    }

    #menu-item-108 ul {
        padding-top: 212px;
    }

    #menu-item-121 ul {
        padding-top: 270px;
    }

    #menu-item-122 ul {
        padding-top: 325px;
    }

    #menu-item-123 ul {
        padding-top: 380px;
    }

    #menu-item-201 ul {
        padding-top: 412px;
    }

    #menu-item-200 ul {
        padding-top: 443px;
    }

    #menu-item-241 ul {
        padding-top: 505px;
    }

}

@media (min-width: 1361px) and (max-width: 1579px) {
    body.single-post .inner_banner h1 {
        padding-top: 340px;
        padding-bottom: 15px;
        text-shadow: rgba(0, 0, 0, 0.6) 1px 2px 4px !important;
    }
}

@media (min-width: 1580px) {
    .home_blogimg {
        height: 550px
    }

    .start_journey ul li {
        height: 450px;
    }

    .testimonial_cnt {
        padding: 150px;
        min-height: 650px;
    }

    body.single-post .inner_banner h1 {
        padding-bottom: 40px;
    }

    body.single-post .blogdetail_by {
        margin-bottom: 25px;
    }

    /*.inner_content ul li{  width:24%;}*/
    /* .start_journey ul li:first-child {
		height:900px!important;
	} */
}

@media (min-width: 1199px) {
    header.sticky_header1 {
        top: -200px;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        transition-duration: 0.3s;
        border-bottom: none
    }

    header.sticky_header {
        background-color: rgba(45, 62, 80, 0.50);
        padding-top: 19px;
        padding-bottom: 21px;
        top: 0;
    }

    .sticky_header .logo {
        width: 120px;
        margin: auto;
    }

    .sticky_header .social_section ul li a {
        width: 30px;
        line-height: 30px;
    }

    .sticky_header .top_menu {
        padding-top: 0;
    }

    header.sticky_header .top_menu a:hover {
        color: #2dcc70;
    }

    .contact header.sticky_header {
        background-color: rgba(255, 255, 255, 0.80);
    }

    .blog header.sticky_header {
        background-color: rgba(255, 255, 255, 0.80);
    }

    .contact .button-nav-toggle {
        color: #000;
    }

    .wht_header header.sticky_header {
        background-color: rgba(255, 255, 255, 0.80);
    }
}

/* Mobile menu */
@media (max-width: 1199px) {
    .menu_open {
        overflow: hidden
    }

    .nav-main {
        background: rgba(0, 0, 0, 0.95);
        position: fixed;
        z-index: 0;
        overflow-x: hidden;
        right: 0;
        left: 0;
        visibility: hidden;
        top: 0;
        bottom: 0;
        opacity: 0;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }

    .nav-container {
        text-align: center;
        color: #FFFFFF;
    }

    #menu {
        padding: 0
    }

    .menu_outer {
        float: none;
        padding-top: 0;
    }

    .menu li {
        list-style: none;
    }

    #menu li {
        display: block;
        padding: 0
    }

    .menu_outer_mobile {
        display: block;
    }

    .nav-main .nav-container ul {
        padding: 0;
        margin: 0px;
        text-align: center;
    }

    .nav-main .nav-container ul li li {
        border-bottom: none;
    }

    .menu.open>li {
        animation: menuamin 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    .menu.open>li:nth-child(2) {
        animation: menuamin2 1s;
    }

    .menu.open>li:nth-child(3) {
        animation: menuamin3 1s;
    }

    .menu.open>li:nth-child(4) {
        animation: menuamin4 1s;
    }

    .menu.open>li:nth-child(5) {
        animation: menuamin5 1s;
    }

    .menu.open>li:nth-child(6) {
        animation: menuamin6 1s;
    }

    .menu.open>li:nth-child(7) {
        animation: menuamin7 1s;
    }

    .menu.open>li:nth-child(8) {
        animation: menuamin8 1s;
    }

    .menu.open>li:nth-child(9) {
        animation: menuamin9 1s;
    }

    @keyframes menuamin {
        0% {
            margin-left: -90%;
        }

        35% {
            margin-left: 0;
        }
    }

    @-webkit-keyframes menuamin {
        0% {
            margin-left: -90%;
        }

        35% {
            margin-left: 0;
        }
    }

    @keyframes menuamin2 {
        0% {
            margin-left: -90%;
        }

        40% {
            margin-left: 0;
        }
    }

    @-webkit-keyframes menuamin2 {
        0% {
            margin-left: -90%;
        }

        40% {
            margin-left: 0;
        }
    }

    @keyframes menuamin3 {
        0% {
            margin-left: -90%;
        }

        50% {
            margin-left: 0;
        }
    }

    @-webkit-keyframes menuamin3 {
        0% {
            margin-left: -90%;
        }

        50% {
            margin-left: 0;
        }
    }

    @keyframes menuamin4 {
        0% {
            margin-left: -90%;
        }

        60% {
            margin-left: 0;
        }
    }

    @-webkit-keyframes menuamin4 {
        0% {
            margin-left: -90%;
        }

        60% {
            margin-left: 0;
        }
    }

    @keyframes menuamin5 {
        0% {
            margin-left: -90%;
        }

        70% {
            margin-left: 0;
        }
    }

    @-webkit-keyframes menuamin5 {
        0% {
            margin-left: -90%;
        }

        70% {
            margin-left: 0;
        }
    }

    @keyframes menuamin6 {
        0% {
            margin-left: -95%;
        }

        75% {
            margin-left: 0;
        }
    }

    @-webkit-keyframes menuamin6 {
        0% {
            margin-left: -85%;
        }

        75% {
            margin-left: 0;
        }
    }

    @keyframes menuamin7 {
        0% {
            margin-left: -100%;
        }

        85% {
            margin-left: 0;
        }
    }

    @-webkit-keyframes menuamin7 {
        0% {
            margin-left: -100%;
        }

        85% {
            margin-left: 0;
        }
    }

    @keyframes menuamin8 {
        0% {
            margin-left: -90%;
        }

        90% {
            margin-left: 0;
        }
    }

    @-webkit-keyframes menuamin8 {
        0% {
            margin-left: -80%;
        }

        90% {
            margin-left: 0;
        }
    }

    @keyframes menuamin9 {
        0% {
            margin-left: -90%;
        }

        100% {
            margin-left: 0;
        }
    }

    @-webkit-keyframes menuamin9 {
        0% {
            margin-left: -80%;
        }

        100% {
            margin-left: 0;
        }
    }

    .nav-main .nav-container ul li a {
        font-family: 'Open Sans', sans-serif;
        text-decoration: none;
        display: inline-block;
        color: #fff;
        font-size: 15px;
        padding: 6px 10px;
        transition: 1s;
        text-transform: uppercase;
    }

    .nav-main .nav-container ul li.active a {
        color: #fff;
        background-color: #4d6d7f;
    }

    .nav-main .nav-container ul li ul {
        display: none;
        width: 260px;
        position: absolute;
        right: -100%;
        top: 0;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }

    .nav-main .nav-container ul li ul li a {
        padding: 5px 10px;
        font-size: 16px;
    }

    .nav-main .nav-container ul li.has-sub-nav ul a {
        background: 0 0
    }

    .nav-main .nav-container ul li.active ul {
        display: block;
    }

    .open .nav-main {
        right: 0;
        visibility: visible;
        opacity: 100;
        z-index: 9;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }

    .nav-main {
        width: 100%
    }

    .button-nav-toggle {
        display: inline-block;
        z-index: 999;
        padding: 0;
        float: left;
        margin-right: 15px;
    }

    .button-nav-toggle span {
        padding-left: 5px;
    }

    .menu_outer {
        display: none
    }

    .nav-main .nav-container ul li ul {
        display: none;
        width: 100%;
        position: relative;
        right: 0;
        top: 0;
        background-color: #1f1f1f;
        -webkit-transition-duration: 0;
        -moz-transition-duration: 0;
        transition-duration: 0;
        padding: 10px 0 10px 0 !important
    }

    .menu_outer {
        float: none;
        padding-top: 0;
    }

    #menu a {
        font-size: 13px;
        padding: 15px 13px;
    }

    #menu ul {
        top: 0;
        visibility: visible;
        opacity: 100;
        position: relative;
        padding: 10px 15px;
        -webkit-transition-duration: 0;
        -moz-transition-duration: 0;
        transition-duration: 0;
    }

    .has-sub-nav {
        background-image: url(images/sub_menu.png);
        background-position: 59% 11px;
        background-repeat: no-repeat;
    }

    .menu.open .button-nav-toggle {
        margin-right: 20px;
        float: right;
        margin-top: 20px;
        background-image: url(images/close_green_btn.png);
        width: 30px;
        height: 29px;
        background-color: transparent;
        position: relative;
        z-index: 999;
    }

    .nav-main ul {
        padding-top: 65px !important;
    }

    .menu_outer_mobile {
        position: relative;
        z-index: 999;
    }

    .menu_icon {
        display: none
    }

    .close_menu.menu_outer_mobile {
        display: none
    }

    .nav-main .nav-container ul li.current-menu-item>a {
        color: #2dc763
    }

    .header_height {
        display: none
    }

    a.header_menu {
        display: none
    }

    #sidemenu {
        display: none
    }

    header {
        position: relative;
    }

    body.wht_header .button-nav-toggle {
        color: #000;
    }

    .search_area {
        float: none;
    }
}

/* Tab P */
@media (min-width: 992px) and (max-width: 1199px) {
    .home_banner {
        padding: 180px 0 100px;
    }

    .home_banner h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .home_banner h2 {
        font-size: 16px;
    }

    .green_bg h2 {
        font-size: 40px;
    }

    .programs_section h2 {
        font-size: 40px;
    }

    .our_process h2 {
        font-size: 40px;
        padding-bottom: 16px;
    }

    .home_numbers h2 {
        font-size: 40px;
    }

    .discover_resources h2 {
        font-size: 40px;
        padding-bottom: 30px;
    }

    .family_started h2 {
        font-size: 40px;
        padding-bottom: 20px;
    }

    .start_journey h2 {
        font-size: 40px;
    }

    .green_bg h4 {
        font-size: 24px;
        line-height: 28px;
        padding-bottom: 26px;
    }

    .green_bg {
        font-size: 16px;
        line-height: 28px;
    }

    .program_item {
        padding: 40px 20px;
        min-height: 488px;
    }

    .program_item p {
        font-size: 14px;
        line-height: 24px;
    }

    .our_process h4 {
        font-size: 20px;
        line-height: 30px;
    }

    .processslider_left h3 {
        font-size: 35px;
        padding-bottom: 22px;
    }

    .home_numbers ul li h3 {
        font-size: 15px;
        line-height: 24px;
    }

    .home_blog h4 {
        font-size: 17px;
    }

    .home_blog h5 {
        font-size: 15px;
    }

    .grid-item.story .home_blog {
        font-size: 12px;
        line-height: 19px;
    }

    .family_started h4 {
        font-size: 20px;
    }

    .footer_right h2 {
        font-size: 26px;
    }

    .footer_left h2 {
        font-size: 26px;
    }

    .footer_right h3 {
        font-size: 16px;
    }

    .footer_left h3 {
        font-size: 16px;
    }

    .ftrcontact_left {
        float: none;
        width: 100%;
        padding-bottom: 20px;
    }

    .ftr_twitter {
        padding: 0 105px;
    }

    .newsletter_txtbox {
        width: 265px;
    }

    .newsletter_submit {
        padding: 12px 30px;
    }

    .start_journey {
        font-size: 14px;
    }

    .innerbanner_height {
        height: 560px;
    }

    .inner_banner h1 {
        font-size: 40px;
    }

    .inner_content {
        padding: 70px 0px;
    }

    .inner_content h2 {
        font-size: 30px;
        padding-bottom: 20px;
    }

    .inner_content blockquote {
        font-size: 20px;
        padding-right: 200px;
        padding-left: 56px;
        line-height: 30px;
    }

    .content_image {
        height: 400px;
    }

    .ftr_content_section h3 {
        font-size: 38px;
        padding-bottom: 40px;
    }

    .innerbanner_height {
        height: 500px;
    }

    body.single-post .innerbanner_height {
        height: 600px;
    }

    body.single-post .inner_banner h1 {
        padding-top: 0px;
        padding-bottom: 15px;
    }

    .team_list ul li {
        width: 291px;
    }

    .teamlist_title h3 {
        font-size: 20px;
    }

    .contact_address_details {
        height: 400px;
    }

    .contact_address_details_txt h2 {
        font-size: 40px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .address {
        margin-bottom: 15px;
    }

    .contact_form_bg {
        padding-top: 70px;
        padding-bottom: 50px;
    }

    .contact_bg {
        padding: 50px 0px;
    }

    .contact_bg h1 {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .faq_content .container {
        width: auto;
    }

    .our_programs_content h3 {
        font-size: 20px;
    }

    .inner_banner {
        font-size: 18px;
        line-height: normal;
    }

    .our_programs_details {
        padding: 50px 0px;
    }

    .our_programs_details_inner {
        padding-bottom: 30px;
    }

    .our_programs_details_left {
        font-size: 20px;
    }

    .our_programs_details_list {
        padding-top: 40px;
    }

    .programs_details_list_txt {
        width: 850px;
        font-size: 20px;
    }

    .our_programs_details_list ul li h3 span {
        font-size: 24px;
    }

    .our_programs_details_list ul li p {
        min-height: inherit;
    }

    .wht_title h1 {
        font-size: 40px;
    }

    .blogdetail_right {
        width: 770px;
    }

    .testimonial_cnt {
        padding: 50px;
        min-height: 350px;
    }

    .intake_content h3 {
        font-size: 18px
    }

    .intake_button .btn {
        width: 370px;
    }

    .getstarted_bg {
        margin-top: 100px;
    }

    .register_for_los_angeles_left {
        width: 500px;
    }

    .session_form {
        width: 400px;
    }

    body.page-id-152 .innerbanner_height {
        height: 400px;
    }

    .ftr_menu .nav-container {
        text-align: left;
    }

    .patient_form td {
        display: block;
        width: 100% !important;
        padding-bottom: 0;
    }

    .patient_form input {
        width: 100% !important;
        margin-bottom: 20px;
    }

    .patient_form select {
        margin-bottom: 20px
    }

    .patient_form textarea {
        width: 100% !important;
        margin-bottom: 20px;
    }

    body.normal_header .inner_banner h1 {
        padding-top: 0;
    }

    .our_programs_details_list ul li {
        width: 450px;
    }

    #crmWebToEntityForm {
        width: 100% !important;
    }

    .start_journey ul li {
        width: 33.33%;
    }

    /* .start_journey ul li:first-child{width: 28%;}	 */
}

/* Tab L */
@media (min-width: 768px) and (max-width: 991px) {
    .banner_cont {
        width: 71%;
        padding-right: 36px;
    }

    .home_banner {
        padding: 180px 0 100px;
    }

    .home_banner h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .home_banner h2 {
        font-size: 16px;
    }

    .green_bg h2 {
        font-size: 36px;
        line-height: 36px;
    }

    .programs_section h2 {
        font-size: 36px;
    }

    .our_process h2 {
        font-size: 36px;
        padding-bottom: 16px;
    }

    .home_numbers h2 {
        font-size: 36px;
        padding-bottom: 8px;
    }

    .discover_resources h2 {
        font-size: 36px;
        padding-bottom: 30px;
    }

    .family_started h2 {
        font-size: 36px;
        padding-bottom: 20px;
    }

    .start_journey h2 {
        font-size: 20px;
    }

    .start_journey .btn {
        padding: 12px 18px;
    }

    .our_process h4 {
        width: 100%
    }

    .home_numbers {
        padding: 100px 0 60px 0
    }

    .home_numbers h4 {
        padding-bottom: 35px;
    }

    .home_numbers ul li {
        width: 50%;
        min-height: 169px;
    }

    .green_bg h4 {
        font-size: 24px;
        line-height: 28px;
        padding-bottom: 26px;
    }

    .green_bg {
        font-size: 16px;
        line-height: 28px;
        padding: 60px 0;
    }

    .green_bg p {
        width: 100%;
    }

    .discover_resources {
        padding: 60px 0 60px 0
    }

    .program_item {
        padding: 40px 20px;
        min-height: 488px;
    }

    .program_item p {
        font-size: 14px;
        line-height: 24px;
    }

    .our_process h4 {
        font-size: 18px;
        line-height: 30px;
    }

    .processslider_left h3 {
        font-size: 35px;
        padding-bottom: 22px;
    }

    .home_numbers ul li h3 {
        font-size: 15px;
        line-height: 24px;
    }

    .home_blog h4 {
        font-size: 17px;
    }

    .home_blog h5 {
        font-size: 15px;
    }

    .grid-item.story .home_blog {
        font-size: 12px;
        line-height: 19px;
    }

    .family_started h4 {
        font-size: 20px;
    }

    .footer_right h2 {
        font-size: 26px;
    }

    .footer_left h2 {
        font-size: 26px;
    }

    .footer_right h3 {
        font-size: 16px;
    }

    .footer_left h3 {
        font-size: 16px;
    }

    .ftr_cnt {
        width: 320px;
    }

    .ftrcontact_left {
        float: none;
        width: 100%;
        padding-bottom: 20px;
    }

    .ftr_twitter {
        padding: 0 20px;
    }

    .newsletter_txtbox {
        width: 265px;
        margin-bottom: 10px;
    }

    .newsletter_submit {
        padding: 12px 30px;
    }

    .start_journey {
        font-size: 12px;
    }

    .grid-item {
        width: 50%;
    }

    .ftr_menu {
        display: none
    }

    .footer_bottom {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .innerbanner_height {
        height: 300px;
    }

    .inner_banner h1 {
        font-size: 42px;
    }

    .inner_content h2 {
        font-size: 22px;
    }

    .inner_content h3 {
        font-size: 22px;
    }

    .inner_content h4 {
        font-size: 20px;
        line-height: 34px;
    }

    .inner_content blockquote {
        font-size: 20px;
        padding-right: 200px;
        padding-left: 56px;
        line-height: 30px;
    }

    .content_image {
        height: 300px;
    }

    .ftr_content_section h3 {
        font-size: 30px;
        padding-bottom: 20px;
    }

    .inner_content blockquote {
        font-size: 16px;
        padding-right: 00px;
        padding-left: 38px;
        line-height: 30px;
    }

    .inner_content {
        line-height: 26px;
        font-size: 14px;
        padding: 50px 0px;
    }

    .ftr_contentsection_right {
        padding: 160px 20px;
    }

    .inner_content p {
        margin-bottom: 30px;
        padding-right: 0;
    }

    .timelineslider {
        margin-bottom: 0
    }

    .timelineslider p:last-child {
        margin-bottom: 0
    }

    .team_caption {
        margin-bottom: 50px;
    }

    .team_list ul li {
        width: 220px;
    }

    .teamlist_title h3 {
        font-size: 18px;
    }

    .teamlist_title {
        min-height: 80px;
    }

    .teamdetails_img {
        width: 237px;
    }

    .teamdetails_cnt {
        font-size: 14px;
        line-height: 22px;
    }

    .team_details {
        padding: 0;
    }

    .contact_address_details {
        height: 350px;
    }

    .contact_address_details_txt h2 {
        font-size: 40px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .address {
        margin-bottom: 15px;
    }

    .contact_form_bg {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .contact_bg {
        padding: 50px 0px;
    }

    .contact_bg h1 {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .faq_content .container {
        width: auto;
    }

    .inner_banner {
        font-size: 18px;
        line-height: normal;
    }

    .our_programs_details {
        padding: 50px 0px;
    }

    .our_programs_details_inner {
        padding-bottom: 30px;
    }

    .our_programs_details_left {
        font-size: 20px;
    }

    .our_programs_details_list {
        padding-top: 40px;
    }

    .programs_details_list_txt {
        width: auto;
        font-size: 20px;
    }

    .our_programs_details_list ul li {
        width: 340px;
    }

    .our_programs_details_list ul li h3 span {
        font-size: 24px;
    }

    .our_programs_details_list ul li p {
        min-height: inherit;
    }

    .wht_title h1 {
        font-size: 35px;
    }

    .blogdetail_right {
        width: 550px;
    }

    .blogdetail_left h3 {
        font-size: 15px;
        padding-bottom: 0;
    }

    .blogdetail_left h4 {
        font-size: 14px;
        padding-bottom: 10px;
    }

    .home_blogimg {
        height: 265px;
    }

    .home_blog h4 {
        font-size: 17px;
        line-height: normal
    }

    .testimonial_cnt {
        padding: 30px 20px;
        min-height: 350px;
    }

    .intake_content h3 {
        font-size: 16px;
    }

    .intake_button .btn {
        width: 327px;
        margin: 10px 15px;
    }

    .getstarted_bg {
        margin-top: 60px;
        padding: 80px 0;
    }

    .wht_title {
        padding: 80px 0 0;
    }

    .responsive-tabs__list__item {
        font-size: 9px !important;
        padding: 30px 20px 10px !important;
        margin-right: 5px !important;
        width: 139px !important;
    }

    ul.responsive-tabs__list li:before {
        padding: 10px 20px;
    }

    .getstarted_bg1 h3 {
        padding: 0 0 50px;
        font-size: 20px;
    }

    .responsive-tabs {
        max-width: 720px;
    }

    .sessionregistration_cnt .responsive-tabs__list__item {
        font-size: 13px !important;
    }

    .sessionregistration_cnt .container {
        width: 760px;
    }

    .sessionregistration_cnt h3 {
        margin-bottom: 20px;
    }

    .register_for_los_angeles_left {
        width: 380px;
    }

    .session_form {
        width: 330px;
    }

    .form_btn {
        width: 170px;
    }

    .register_for_los_angeles_left h2 {
        font-size: 22px;
    }

    .start_journey h3 {
        font-size: 25px;
    }

    .family_started ul li {
        padding: 0 10px;
    }

    .home_numbers {
        padding-top: 60px;
        padding-bottom: 40px;
    }

    .home_numbers ul li .counter {
        font-size: 50px;
    }

    .grid-item.support .home_blog {
        font-size: 13px;
        line-height: normal;
    }

    .programs_section {
        padding: 60px 0 40px;
    }

    .our_process {
        padding: 60px 0 0;
    }

    .faq_cntnt h3 {
        font-size: 18px;
    }

    body.page-id-152 .innerbanner_height {
        height: 350px;
    }

    body.single-post .innerbanner_height {
        height: 600px;
    }

    body.single-post .inner_banner h1 {
        padding-top: 0;
        padding-bottom: 15px;
    }

    .patient_form td {
        display: block;
        width: 100% !important;
        padding-bottom: 0;
    }

    .patient_form input {
        width: 100% !important;
        margin-bottom: 20px;
    }

    .patient_form select {
        margin-bottom: 20px
    }

    .patient_form textarea {
        width: 100% !important;
        margin-bottom: 20px;
    }

    body.normal_header .inner_banner h1 {
        padding-top: 0;
    }

    #crmWebToEntityForm {
        width: 100% !important;
    }

    .start_journey ul li,
    .start_journey ul li:first-child {
        width: 100%;
        height: 350px;
        font-size: 17px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    html {
        -webkit-text-size-adjust: 100%;
    }
	
    .has-sub-nav {
        background-position: 76% 11px;
    }

    .top_menu {
        padding-left: 15px;
    }

    header .social_section {
        display: none
    }

    a.header_search {
        display: none
    }

    .logo {
        text-align: center;
        width: 130px;
        margin: auto;
    }

    .button-nav-toggle {
        margin: 12px 0 0 0;
    }

    header {
        padding-top: 0px;
		max-height:100px;
    }
	header .new_top_menu {
		padding: 15px 40px 15px 15px !important;	 
	}

    .banner_cont {
        width: 100%;
        padding-right: 20px;
    }

    .home_banner {
        padding: 100px 0 60px !important;
    }
	

    .home_banner h1 {
        font-size: 22px;
        line-height: 36px;
    }

    .home_banner h2 {
        font-size: 16px;
        display: none
    }

    .green_bg h2 {
        font-size: 26px;
        line-height: normal;
    }

    .programs_section {
        padding: 40px 0;
    }

    .programs_section h4 {
        font-size: 17px;
        line-height: 24px;
        padding-bottom: 24px;
    }

    .program_item h3 {
        font-size: 18px;
    }

    .program_item p {
        min-height: auto;
    }

    .programs_section h2 {
    font-size: 26px;
    line-height: normal;
    padding-bottom: 0;
}

    .our_process h2 {
        font-size: 26px;
        line-height: normal;
        padding-bottom: 16px;
    }

    .home_numbers h2 {
        font-size: 26px;
        line-height: normal;
        padding-bottom: 8px;
    }

    .discover_resources h2 {
        font-size: 26px;
        line-height: normal;
        padding-bottom: 10px;
    }
	.discover_resources h4 {
		padding-bottom: 30px;
	}
	.category_links {
		margin-bottom: 30px;
	}
	.home_blog_box a.viewall_btn {
		margin-top: 10px;
	}
    .family_started h2 {
        font-size: 26px;
        line-height: normal;
        padding-bottom: 20px;
    }

    .start_journey h2 {
        font-size: 26px;
        line-height: normal;
        padding-bottom: 30px;
    }

    .our_process h4 {
        width: 100%
    }

    .home_numbers {
        padding: 40px 0 40px 0
    }

    .home_numbers h4 {
        padding-bottom: 25px;
        font-size: 18px;
        line-height: normal
    }

    .home_numbers ul li .counter {
        font-size: 38px;
    }

    .home_numbers ul li {
        width: 50%;
        min-height: 169px;
    }

    .green_bg h4 {
        font-size: 18px;
        line-height: 28px;
        padding-bottom: 26px;
    }

    .green_bg {
        font-size: 14px;
        line-height: 26px;
        padding: 40px 0;
    }

    .green_bg p {
        width: 100%;
    }

    .discover_resources {
        padding: 40px 0 40px 0
    }

    .program_item {
        padding: 30px 20px;
        min-height: inherit;
    }

    .program_item p {
        font-size: 14px;
        line-height: 24px;
    }

    .our_process h4 {
        font-size: 14px;
        line-height: 24px;
    }

    .processslider_left h3 {
        font-size: 35px;
        padding-bottom: 22px;
    }

    .home_numbers ul li h3 {
        font-size: 15px;
        line-height: 24px;
        padding-right: 10px;
    }

    .home_blog h4 {
        font-size: 17px;
    }

    .home_blog h5 {
        font-size: 15px;
    }

    .grid-item.story .home_blog {
        font-size: 12px;
        line-height: 19px;
    }

    .family_started h4 {
        font-size: 20px;
    }

    .footer_right h2 {
        font-size: 18px;
        line-height: normal
    }

    .footer_left h2 {
        font-size: 18px;
        line-height: normal
    }

    .footer_right h3 {
        font-size: 16px;
    }

    .footer_left h3 {
        font-size: 16px;
    }

    .ftrcontact_left {
        float: none;
        width: 100%;
        padding-bottom: 0;
    }

    .newsletter_txtbox {
        width: 265px;
        margin-bottom: 10px;
    }

    .newsletter_submit {
        padding: 12px 30px;
    }

    .start_journey {
        font-size: 14px;
        padding: 50px 0 0;
    }

    .grid-item {
        width: 100%;
    }

    .home_blogimg {
        height: 300px;
    }

    .grid-item.support {
        width: 100%;
    }

    .home_blog {
        font-size: 14px;
        line-height: 25px;
    }

    .ftr_menu {
        display: none
    }

    .footer_bottom {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .our_process {
        padding: 50px 0 0;
    }

    .tabcontrol>.steps>ul>li.current span strong em {
        font-size: 18px;
    }

    .tabcontrol>.steps>ul:before {
        top: 19px;
    }

    .tabcontrol>.steps {
        margin: auto auto 20px auto;
    }

    .processslider_left {
        width: 100%;
        padding: 40px 0;
    }

    .processslider_image {
        display: none
    }

    .processslider_left h3 {
        font-size: 24px;
        padding-bottom: 14px;
    }

    .process_section {
        line-height: 24px;
        font-size: 14px;
    }

    .btn {
        padding: 10px 32px;
        font-size: 14px;
    }

    .category_links .button {
        display: inline-block;
        padding: 0 0 10px 0;
    }

    .topmenu {
        display: none;
        background-color: #23ad5d;
        padding: 10px 20px;
        margin-bottom: 20px;
        border-radius: 10px;
        color: #fff !important;
        font-size: 18px;
        font-family: 'Montserrat', sans-serif;
    }

    .category_links a {
        margin-right: 5px;
        margin-left: 5px;
        padding: 0 2px;
    }

    .topmenu:hover {
        color: #fff;
        text-decoration: none
    }

    .family_started {
        padding: 40px 0 20px;
    }

    .family_started h4 {
        font-size: 16px;
        line-height: 28px;
        width: 100%;
		padding-bottom:40px;
    }
	.insta-footer {
		padding: 40px 0;
	}
	#sb_instagram #sbi_images {
    margin-top: 40px !important;
}
    .family_started ul li {
        float: none;
        padding: 0 0;
        width: 100%;
        padding-bottom: 40px;
    }

    .familystarted_img img {
        width: 50px;
    }

    .family_started ul li .familystarted_img {
        margin-bottom: 11px;
    }

    .start_journey ul li {
        width: 100%;
        height: auto;
    }

    .start_journey_cnt {
        padding: 25px 15px;
        position: relative;
        height: 100%;
    }

    .startjourney_middle {
        display: table;
    }

    .start_journey h3 {
        font-size: 24px;
    }

    .footer_top {
        padding: 50px 0;
    }

    .footer_left {
        float: none;
        width: 100%;
        padding-bottom: 15px;
    }

    .footer_right {
        float: none;
        width: 100%;
    }

    .footer_bottom {
        padding-top: 40px;
        padding-bottom: 40px;
        text-align: center
    }

    .ftr_cnt {
        padding-bottom: 20px;
    }

    .ftr_twitter {
        padding: 0;
    }

    .ftr_twitter h3 {
        padding-bottom: 20px;
    }

    .ftr_follows.social_section {
        margin-top: 20px;
    }

    .social_section ul li a {
        width: 40px;
        line-height: 40px;
    }

    .regsiter_btn a {
        padding: 14px 30px;
    }

    .name_by {
        padding-top: 24px;
    }

    .innerbanner_height {
        height: auto;
        padding: 40px 0 80px 0
    }

    .inner_banner h1 {
        font-size: 28px;
    }

    .inner_content h2{
        font-size: 24px;
        padding-bottom: 20px;
    }
	.inner_content h1 {
        padding-bottom: 20px;
    }
	.inner_content h1 > img {
		max-width: 40px;
		margin-right: 15px;
	}
    .inner_content h3 {
        font-size: 18px;
    }

    .inner_content h4 {
        font-size: 16px;
        line-height: 26px;
    }

    .content_image {
        height: 200px;
    }

    .ftr_content_section h3 {
        font-size: 22px;
        padding-bottom: 20px;
        line-height: normal;
    }

    .inner_content blockquote {
        font-size: 16px;
        padding-right: 00px;
        padding-left: 25px;
        line-height: 28px;
		margin-bottom: 30px;
    }
	.content_image {
		margin: 30px 0; 
	}
		.wht_title, #load-more, .page-template-template-supported-by-research div.inner_banner.testimonial_banner {
		margin-top: 0 !important; 
	}
	.page-id-29786 div.inner_banner.testimonial_banner {
		height: calc(100vh - 60vh) !important;
	}

    .inner_content {
        line-height: 26px;
        font-size: 14px;
        padding: 40px 0;
    }

    .ftr_contentsection_right {
        padding: 40px 15px;
        width: 100%;
    }

    .ftr_contact_img {
        position: relative;
        height: 200px;
        width: 100%;
    }

    .ftr_content_section .btn {
        font-size: 11px;
        padding: 12px 30px
    }

    .ftr_logo {
        margin-bottom: 25px;
    }

    .inner_content p {
        margin-bottom: 30px;
        padding-right: 0;
    }

    .timeline_slider ul li p {
        padding-right: 0;
    }

    .timeline_slider h4 {
        font-size: 18px;
    }

    .team_caption {
        margin-bottom: 40px;
    }

    .team_list ul li {
        width: 154px;
        margin: 0 5px;
    }

    .teamlist_title h3 {
        font-size: 15px;
    }

    .teamlist_title {
        min-height: 70px;
    }

    .teamdetails_img {
        width: 237px;
        float: none;
    }

    .teamdetails_cnt {
        font-size: 14px;
        line-height: 22px;
        float: none;
        width: 100%;
    }

    .team_details {
        padding: 0;
    }

    .team_filter ul li {
        float: none;
        width: 100%;
        padding-bottom: 25px;
    }

    .team_filter {
        margin-bottom: 0
    }

    .teamdetails_img {
        margin-bottom: 20px;
    }

    .teamdetails_cnt h3 {
        font-size: 26px;
        padding-bottom: 11px;
    }

    .teamdetails_cnt h5 {
        font-size: 16px;
        padding-bottom: 22px;
    }

    .ftr_contentsection_form {
        float: none;
        width: 100%;
        padding-left: 0;
        padding: 50px 0;
    }

    .ftr_contentsection_form h4 {
        font-size: 15px;
        padding-bottom: 25px;
        line-height: 23px;
    }

    .ftr_contentsection_form tr td {
        display: block;
        padding: 0 10px 12px 0;
    }

    .fancybox-close-small {
        width: 35px;
        height: 32px;
        background-size: 34px;
        top: 15px;
        right: 15px;
    }

    .contact_form_bg {
        font-size: 16px;
    }

    .contact_form_bg .container {
        width: 100%;
    }

    .contact_form_bg td {
        display: block;
    }

    .contact_address_details {
        height: 280px;
    }

    .contact_address_details_txt h2 {
        font-size: 30px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .address {
        margin-bottom: 15px;
    }

    .contact_form_bg {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .contact_form_bg p {
        margin-bottom: 20px;
    }

    .contact_form_bg h2 {
        font-size: 25px;
        padding-bottom: 20px;
    }

    .contact_form_bg td {
        padding-bottom: 15px;
    }

    .contact_form_bg td:nth-child(2) {
        padding-left: 0px;
    }

    .contact_form_bg input {
        font-size: 14px;
    }

    .txtarea {
        font-size: 14px;
        min-height: 100px;
    }

    .contact_bg {
        padding: 50px 0px;
        font-size: 16px
    }

    .contact_bg h1 {
        font-size: 25px;
        margin-bottom: 20px;
        line-height: normal;
    }

    .faq_cntnt {
        font-size: 15px;
    }

    .faq_cntnt_inner {
        padding-left: 0;
        padding-right: 0;
    }

    .faq_content .container {
        width: auto;
    }

    .faq_cntnt h2 {
        font-size: 25px;
        padding-bottom: 20px;
    }

    .faq_cntnt h3 {
        padding: 10px;
        padding-left: 20px;
        padding-right: 36px;
        background-position: 98% 16px;
    }

    .faq_cntnt h3.open {
        background-position: 98% 23px;
    }

    .inner_banner {
        font-size: 15px;
        line-height: normal;
    }

    .our_programs_details {
        padding: 50px 0px;
    }

    .our_programs_details_inner {
        padding-bottom: 30px;
    }

    .our_programs_details_left {
        font-size: 18px;
        float: none;
        width: auto;
        line-height: normal;
    }

    .our_programs_details_right {
        width: auto;
        float: none;
    }

    .our_programs_details_list {
        padding-top: 30px;
    }

    .programs_details_list_txt {
        width: auto;
        font-size: 18px;
        line-height: normal
    }

    .our_programs_details_list ul li {
        width: auto;
        float: none;
        padding-left: 0;
        padding-right: 0;
        display: block;
    }

    .our_programs_details_list ul li h3 {
        margin-bottom: 10px;
        min-height: inherit;
    }

    .our_programs_details_list ul li h3 span {
        font-size: 24px;
    }

    .our_programs_details_list ul li p {
        min-height: inherit;
        padding-left: 58px;
    }

    .inner_content ul {
        margin-bottom: 0;
    }

    .inner_inner_content ul {
        margin-bottom: 30px;
    }

    .wht_title h1 {
        font-size: 24px;
    }

    .wht_title {
        padding: 40px 0 0;
    }

    .blogdetail_left {
        float: none;
        margin-bottom: 20px;
        margin-right: auto;
        margin-left: auto
    }

    .blogdetail_left h3 {
        font-size: 15px;
        padding-bottom: 0;
    }

    .blogdetail_left h4 {
        font-size: 14px;
        padding-bottom: 10px;
    }

    .home_blog h4 {
        font-size: 17px;
        line-height: normal
    }

    .blogdetail_right {
        width: 100%;
        float: none;
    }

    .blogdetail_by {
        margin-top: 20px;
    }

    .relatedposts ul li {
        padding-left: 0;
        float: none;
        width: 100%;
    }

    .blogdetail_folows {
        margin-top: 40px;
        padding-top: 30px;
    }

    .tag {
        float: none;
        margin-bottom: 10px;
    }

    .share {
        float: none;
    }

    .testimonial_content {
        padding: 0
    }

    .testimonial_img {
        position: relative;
        height: 250px;
        width: 100%
    }

    .testimonial_cnt {
        padding: 30px 20px;
        float: none;
        width: 100%;
        min-height: auto;
    }

    .testimonial_cnt h3 {
        padding-bottom: 10px;
    }

    .intake_button .btn {
        width: 280px;
        margin: 5px 0;
        font-size: 14px;
    }

    .intake_button {
        margin-top: 0;
    }

    .intake_content h3 {
        font-size: 15px;
    }

    .getstarted_bg {
        margin-top: 30px;
    }

    .getstarted_bg h3 {
        font-size: 25px;
        padding-bottom: 30px;
    }

    .responsive-tabs h2 {
        font-size: 15px;
        padding: 10px 15px;
    }

    .responsive-tabs__panel--active {
        animation: none !important;
    }

    .responsive_tabs {
        padding: 15px 0 15px !important;
    }

    .getstarted_bg h3 {
        font-size: 32px !important;
        padding-bottom: 15px !important;
    }

    .getstarted_bg1 .btn {
        min-width: auto;
    }

    .faq_cntnt h3 {
        font-size: 16px;
        line-height: normal
    }

    .responsive-tabs {
        max-width: 100%;
    }

    .sessionregistration_cnt .responsive-tabs__list__item {
        font-size: 14px !important;
    }

    .sessionregistration_cnt .container {
        width: 100%;
    }

    .sessionregistration_cnt h3 {
        margin-bottom: 20px;
    }

    .sessionregistration_cnt {
        padding-top: 20px;
    }

    .sessionregistration_left {
        float: none;
        width: 100%;
        padding-bottom: 20px;
    }

    .sessionregistration_list {
        padding: 14px 0;
    }

    .sessionregistration_right {
        float: none;
        width: 100%;
        padding: 0 20px;
    }

    .our_programs_content .program_item {
        min-height: 566px;
    }

    .sessionregistration_cnt h3 {
        margin-bottom: 0;
    }

    .register_for_los_angeles_left {
        width: auto;
        float: none;
    }

    .session_form {
        width: auto;
        float: none;
        padding: 30px 15px;
    }

    .form_btn {
        width: auto;
    }

    .register_for_los_angeles_left h2 {
        font-size: 22px;
    }

    .thanks_content .container {
        width: auto;
    }

    .register_btn {
        font-size: 15px;
		display: block;
    }
	.page-id-7196 table tr td {
 
		display: block;
	}
    .register_for_los_angeles_banner .innerbanner_height {
        height: auto;
        padding-top: 150px;
    }

    .faq_cntnt h2 {
        font-size: 22px;
    }

    body.page-id-152 .innerbanner_height {
        height: 300px;
    }

    body.page-id-152 .thanks_cntnt {
        width: auto;
    }

    body.single-post .inner_banner {
        height: auto;
    }

    body.single-post .inner_banner h1 {
        padding-top: 0;
    }

/*     .teamlist_title h3 {
        min-height: 55px;
    } */

/*     .teamlist_title h5 {
        min-height: 55px;
    } */

    .register_for_los_angeles_right {
        width: 100%;
        float: none;
    }

    .patient_form td {
        display: block;
        width: 100% !important;
        padding-bottom: 0;
    }

    .patient_form input {
        width: 100% !important;
        margin-bottom: 15px;
    }

    .patient_form select {
        margin-bottom: 15px;
    }

    .patient_form textarea {
        width: 100% !important;
    }

    a.viewall_btn {
        padding: 12px 25px;
    }

    body.normal_header .inner_banner h1 {
        padding-top: 0;
    }

    .ftr_twitter h4 {
        padding-top: 20px;
        background-position: top center;
    }

    #crmWebToEntityForm {
        width: 100% !important;
    }

    .start_journey ul li,
    .start_journey ul li:first-child {
        height: 385px;
        width: 100%;
        font-size: 17px;
    }



    .our_programs_details_right.res_right,
    .our_programs_details_left.res_left {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

}

@media (max-width: 480px) {
    .faq_cntnt h3 {
        padding: 10px;
        padding-left: 20px;
        padding-right: 36px;
        background-position: 95% 16px;
    }

    .faq_cntnt h3.open {
        background-position: 95% 23px;
    }

    .inner_banner p br {
        display: none;
    }
}

/* EOF styles */













.sessionregistration_list .modal-dialog {
    max-width: 672px;
}

.sessionregistration_list .modal-dialog .modal-content {
    border-radius: 0;
    padding: 35px;
    text-align: center;
    width: 100%;
    float: left;
    margin: 0;
    position: relative;
}

.sessionregistration_list .modal-dialog .modal-content h4 {
    font-family: 'Libre Baskerville', serif;
    font-size: 20px;
    color: #273746;
    font-weight: 500;
    line-height: 30px;
}

.sessionregistration_list .modal-dialog .modal-content p {
    font-family: 'Libre Baskerville', serif;
    font-size: 13px;
    color: #525f6b;
    margin: 22px 0 15px;
    font-weight: 500;
    line-height: 1em;
}

.sessionregistration_list .modal-dialog .modal-content span.dat {
    font-family: 'Libre Baskerville', serif;
    display: block;
    font-size: 20px;
    color: #3fd07c;
    font-weight: 500;
}

.sessionregistration_list .modal-dialog .close {
    position: absolute;
    z-index: 999;
    top: 25px;
    right: 26px;
    opacity: 1;
}



.contact_form_bg table tr td label {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    display: block;
    text-align: left;
    margin: 0 0 10px;
}

body.page-template-template-program-php .our_programs_content .program_item {
    min-height: 625px;
}

body.page-template-template-program-php .our_programs_content .program_item h3 {
    min-height: 115px;
}

body.page-template-template-program-php .our_programs_content .program_item p {
    min-height: initial;
    margin: 0;
}

body.home .programs_section .program_item {
    min-height: 600px;
}

body.home .programs_section .program_item h3 {
    min-height: 100px;
}

body.home .programs_section .program_item p {
    min-height: initial;
    margin: 0;
}

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

    body.page-template-template-program-php .our_programs_content .program_item,
    body.home .programs_section .program_item {
        min-height: inherit;
    }

    body.page-template-template-program-php .our_programs_content .program_item h3,
    body.home .programs_section .program_item h3 {
        min-height: initial;
    }
	div.inner_banner.testimonial_banner {
    margin-top: 0px !important;
	}
	#team_list ul li {
    width: 50%;
    margin: 0;
    padding: 0px 5px;
	}
	#team_list ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}
	.our_programs_content .program_item {
    min-height: auto;
}
	.our_programs_content .program_item .learn_more_link {
    padding-top: 0;
}
	.inner_content h3 {
 
    padding-bottom: 0;
}
	.inner_content .our_programs_details_left, .inner_content .our_programs_details_right {
    font-size: 14px;
}
	.programs_details_list_txt {
    padding-bottom: 30px;
    text-align: left; 
}
	.our_programs_details_list ul li h3 {
    font-size: 18px; 
}
	.faq_cntnt_1.blue_cntnt h3 {
    padding-bottom: 10px;
}
}

/* New css */
.col-xs-12 > .container {
    padding: 0;
}


.easy-notification-bar--hidden+header {
    top: 0;
}

.easy-notification-bar-message {
    font-weight: bold;
}

.easy-notification-bar a.notification-bar,
.easy-notification-bar a.notification-bar:hover,
.easy-notification-bar a.notification-bar:visited,
.easy-notification-bar a.notification-bar:focus {
    font-weight: 400;
}


.col-lg-12.main_banner_section {
    margin: 20px 0;
    background: #23ad5d;
    padding: 0;
    border-radius: 25px;
    text-align: center;
}

.col-lg-2.banner_image_section {
    padding: 0px;
}

.col-lg-10.banner_content_section {
    text-align: center;
    color: #fff !important;
    font-size: 20px;
}

.col-lg-2.banner_image_section img {
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
}

.col-lg-10.banner_content_section h3 {
    padding: 0;
    margin-top: 25px;
    color: #fff;
    font-size: 30px;
}

.col-lg-10.banner_content_sectionp {
    margin: 0 !important;
}