/*
Theme Name: littlevovagers
Theme URI: h#
Author: Quikclicks
Author URI: https://www.quikclicks.com.au
Description: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: https://www.quikclicks.com.au
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,500;0,600;0,700;1,400&display=swap');
/*font-family: 'Montserrat', sans-serif;*/
@font-face {
    font-family: 'food-truck-signage-regular';
    src: url('fonts/food-truck-signage-regular.ttf') format('woff2'),
         url('fonts/food-truck-signage-regular.ttf') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* PART 1 - Before Lazy Load */
img[data-lazyloaded]{
    opacity: 0;
}

/* PART 2 - Upon Lazy Load */
img.litespeed-loaded{
    -webkit-transition: opacity .5s linear 0.2s;
    -moz-transition: opacity .5s linear 0.2s;
    transition: opacity .5s linear 0.2s;
    opacity: 1;
}
body {
    color: #393939;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 29px;
    overflow-x: hidden;
}
p {
    color: #393939;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 29px;
    margin: 0 0 31px;
}
a {
    color: #80a6ae;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #ac95b6;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
    border: none;
    border-radius: 0;
}
.white-con,
.white-con p,
.white-con a {
    color: #fff;
}
.center {
    text-align: center;
}
strong {
    font-weight: 700;
}
.title {
  font-family: 'food-truck-signage-regular';  
}
/*header*/
.header {
	padding: 13px 0 22px;
}
.navbar-default-1 {
    background: none;
    border: medium none;
    border-radius: 0;
    min-height: 1px;
    margin: 0;
}
.navbar-collapse {
    padding-left: 0px;
    padding-right: 0;
}
.navbar-default-1 ul {
    list-style: none;
    margin: 0;
    float: left;
    text-align: left;
}
.navbar-default-1 .navbar-nav > li > a {
	color: #3a3a3a;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 17px;
	padding: 5px 0;
	position: relative;
	text-transform: capitalize;
}
.header-right ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.header-right ul li {
	display: inline-block;
	font-size: 24px;
	font-family: 'food-truck-signage-regular';
	font-weight: 400;
	line-height: 24px;
	padding-left: 20px;
    text-transform: uppercase;
}
.header-right ul li a {
    color: #3a3a3a;
}
.header-right ul li:first-child a {
	background: url(images/phn-icon.png) no-repeat scroll 0 4px;
	padding-left: 24px;
	margin-right: 9px;
}
.header-right ul li:nth-child(2) a, .header-right ul li:last-child a {
	width: 171px;
	height: 53px;
	text-align: center;
	border-radius: 35px;
	display: inline-block;
	background: #ac95b6;
	line-height: 50px;
	color: #fff;
}
.header-right ul li:last-child a {
    background: #80a6ae;
}
.navbar-default-1 .navbar-nav > li > a:focus,
.navbar-default-1 .navbar-nav > li > a:hover,
.navbar-default-1 .navbar-nav > li.current-menu-item > a,
.navbar-default-1 .navbar-nav > li.menu-item-has-children:hover > a,
.navbar-default-1 .navbar-nav > li.current-menu-parent > a {
    background: none;
     color: #ac95b6;
}
.sub-menu {
	background: #80a6ae;
	border: medium none;
	border-radius: 0;
	display: none;
	padding: 6px 0 9px;
	position: absolute;
	width: 100%;
	margin: 0px;
	min-width: 249px;
	z-index: 999;
}
.sub-menu li > a {
	border: medium none;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #3a3a3a;
	line-height: 16px;
	padding: 5px 10px 5px;
	text-decoration: none;
	text-align: left;
	display: block;
}
.sub-menu li > a:hover, 
.sub-menu li > a:focus, 
.sub-menu li.current-menu-item > a {
  color: #fff;
}
#menu-main-menu li:hover > .sub-menu {
    display: block;
}
.header-right-section {
	text-align: right;
	padding-bottom: 19px;
	max-width: 588px;
	margin-left: auto;
	padding-top: 15px;
}
.mainmenu-area {
	max-width: 623px;
	margin-left: auto;
}
.navbar-default-1 .navbar-nav > li {
	margin-right: 27px;
}
.navbar-default-1 .navbar-nav > li:last-child {
    margin-right: 0;
}
/*featured-image styling*/
.tb-right {
	min-height: 288px;
	float: right;
	width: 62%;
}
.tb-left {
	float: left;
	width: 38%;
	min-height: 288px;
	position: relative;
}
.tb-left::before {
	position: absolute;
	content: "";
	top: -2px;
	right: -88px;
	background: url(images/banner-left.png) no-repeat scroll 0 0;
	width: 1075px;
	height: 290px;
}
.page-title {
	z-index: 999;
	position: relative;
	float: right;
	font-size: 58px;
	line-height: 58px;
	color: #ffffff;
	font-family: 'food-truck-signage-regular';
	margin-right: 25px;
	padding-top: 98px;
	text-align: right;
}
.logo-area {
	padding-right: 0;
}
.logo-area img {
	position: absolute;
	z-index: 99;
}
/*contact page styling*/
.book-title {
    text-transform: uppercase;
}
.wpb_content_element.booksub_con {
	padding-top: 9px;
	margin-bottom: 23px;
}
.bookfrom_column > .vc_column-inner > .wpb_wrapper {
    text-align: center;
}
.book_from  ::placeholder {
    color: #171717;
    opacity: 1;
}
.book_from .inline-field label {
	float: left;
	width: 31.33%;
	margin-right: 3%;
}
.book_from label {
    margin-bottom: 14px;
    width: 100%;
}
.book_from .wpcf7-form-control.wpcf7-text, .wpcf7-form-control.wpcf7-date {
	width: 100%;
	height: 36px;
	color: #171717;
	font-weight: 500;
	font-size: 15px;
	padding: 0 20px;
	border-radius: 7px;
	border: none;
	outline: none;
	max-width: 1140px;
	font-family: 'Montserrat', sans-serif;
	background: #ffffff;
	text-transform: capitalize;
}
.book_from .wpcf7-form-control.wpcf7-textarea {
	width: 100%;
	border-radius: 7px;
	height: 76px;
	padding: 3px 20px 0;
	color: #171717;
	font-weight: 500;
	font-size: 15px;
	outline: none;
	border: none;
	font-family: 'Montserrat', sans-serif;
	max-width: 1140px;
	background: #ffffff;
	margin-top: 3px;
}
.book_from .wpcf7-form-control.wpcf7-submit {
	display: inline-block;
	height: 38px;
	width: 112px;
	background: #477781;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
	border-radius: 35px;
	line-height: 33px;
	margin-top: 13px;
	border: 2px solid #fff;
	color: #ffffff;
}
.book_from .inline-field label:last-child {
    margin-right: 0;
}
.book_from .wpcf7-spinner {
    position: absolute !important;
}
.wpcf7-date  {
    cursor: pointer;
}
.book_from {
	padding-top: 26px;
	padding-bottom: 37px;
}
.contactinfo_title {
    text-transform: uppercase;
}
.contact_detils_con ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.contact_detils_con ul li {
	color: #3a3a3a;
	padding-bottom: 10px;
	line-height: 24px;
}
.contact_detils_con ul li a {
    color: #3a3a3a;
}
.contact_detils_con ul li a:hover {
    color: #ac95b6;
}
.contact_left > .vc_column-inner > .wpb_wrapper {
    max-width: 334px;
}
.contact_detils_con p > strong {
	display: block;
	padding-top: 33px;
	padding-bottom: 7px;
}
.wpb_content_element.contact_detils_con {
	padding-top: 38px;
}
.contact_from {
	padding-top: 59px;
}
.contact_right > .vc_column-inner > .wpb_wrapper {
    max-width: 585px;
    float:right;
}
.wpb_content_element.contactfrom-sub .wpb_wrapper {
    max-width: 554px;
}
.wpb_content_element.contactfrom-sub {
	padding-top: 11px;
	margin-bottom: 26px;
}
.contact_from ::placeholder {
    color: #3a3a3a;
    opacity: 1;
}
.contact_from label {
	margin-bottom: 10px;
	width: 100%;
}
.contact_from .wpcf7-form-control.wpcf7-text {
	width: 100%;
	height: 38px;
	color: #3a3a3a;
	font-weight: 400;
	font-size: 15px;
	padding: 0 18px;
	border-radius: 6px;
	border: 1px solid #477781;
	outline: none;
	max-width: 585px;
	font-family: 'Montserrat', sans-serif;
	background: none;
}
.contact_from .wpcf7-form-control.wpcf7-textarea {
	width: 100%;
	border-radius: 6px;
	height: 128px;
	padding: 4px 18px 0;
	color: #3a3a3a;
	font-weight: 400;
	font-size: 15px;
	outline: none;
	border: 1px solid #477781;
	font-family: 'Montserrat', sans-serif;
	max-width: 585px;
	background: none;
}
.contact_from .wpcf7-form-control.wpcf7-submit {
	display: inline-block;
	height: 39px;
	width: 585px;
	background: #477781;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 15px;
	text-align: center;
	border-radius: 35px;
	line-height: 40px;
	margin-top: 21px;
	border: none;
	color: #ffffff;
	text-transform: capitalize;
}
.map .wpb_wrapper {
    padding: 0!important;
}
.map-sec {
	padding-top: 60px;
	padding-bottom: 197px;
}
/*blog page styling*/
.blog-content h3 {
	font-size: 18px;
	line-height: 18px;
	margin-top: 0px;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	padding-bottom: 2px;
}
.blog-content h3 a {
    color: #393939;
}
.blog-content h3 a:hover {
    color: #ac95b6;
}
.post-listing {
	padding-bottom: 50px;
}
.blog-content {
	border: 1px solid #f6eee1;
	border-radius: 0px 0px 35px 35px;
	max-width: 318px;
	padding-left: 18px;
	padding-right: 21px;
	padding-top: 29px;
	padding-bottom: 31px;
	line-height: 25px;
	box-shadow: -4px 6px 36px -25px rgba(0, 0, 0, 0.24);
}
.readmore-btn a {
	display: inline-block;
	width: 134px;
	height: 35px;
	background: #477781;
	text-align: center;
	color: #ffffff;
	font-weight: 500;
	font-size: 16px;
	line-height: 34px;
	font-family: 'Montserrat', sans-serif;
	border-radius: 35px;
	margin-top: 20px;
}
.blog-pagination {
	float: left;
	width: 100%;
	text-align: center;
	padding-bottom: 214px;
}
.wp-pagenavi {
	padding-bottom: 19px;
	margin-top: 28px;
}
.wp-pagenavi span.current {
	border-color: #477781;
	background: #477781;
	border-width: 1px;
	color: #ffffff;
	width: 28px;
	height: 28px;
	line-height: 26px;
	text-align: center;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	border-radius: 0;
}
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #477781;
	background: #ffffff;
	padding: 0;
	margin: 2px 5px;
	width: 28px;
	height: 28px;
	display: inline-block;
	vertical-align: middle;
	line-height: 26px;
	text-align: center;
	font-size: 16px;
	color: #477781;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	border-radius: 0;
}
.main-content-text {
	padding-top: 92px;
	clear: both;
}
.blog-title.post-title {
	color: #393939;
	margin-bottom: 22px;
}
.post-main-content-text {
	padding-top: 43px;
	padding-bottom: 208px;
	clear: both;
}
.our-age-sec.vc_row[data-vc-full-width] {
	overflow: inherit!important;
}
.cta-title {
	padding-top: 16px;
	max-width: 179px;
	margin: 0 auto;
}
.cta-img {
	max-width: 200px;
	margin: 0 auto;
}
/*hjome slider styling*/
#topslider .home-con-right {
	background-position: left center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 555px;
	width: 60%;
	float: right;
    position: relative;
}
#topslider .home-con-right-slider{
    min-height: 555px;
	width: 60%;
	float: right;
    position: relative;
}
#topslider .home-con-right-slider .home-con-right-container{
    background-position: left center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 555px;
    height:100%;
	width: 100%;
    position: relative;
}
#topslider .home-con-right-slider .home-con-right-container::after{
    content: "";
    width: 100%;
    height: 32px;
    background: url('images/s-curve-path.png') no-repeat left top;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.home-con-left {
    float: left;
    width: 40%;
    position: relative;
    min-height: 555px;
    z-index: 1;
}
.home-con-left::before {
	position: absolute;
	content: "";
	top: 0;
	right: -99px;
	background: url(images/home_right_banner.png) no-repeat scroll 0 0;
	width: 1114px;
	height: 555px;
}
.slide-content {
	z-index: 999;
	float: right;
	position: relative;
	max-width: 347px;
	padding-top: 113px;
}
.slide-content strong {
	font-size: 55px;
	line-height: 70px;
	font-weight: 400;
	font-family: 'food-truck-signage-regular';
	color: #ffff;
	display: block;
	padding-bottom: 18px;
}
.slide-content p {
	font-size: 38px;
	line-height: 48px;
	color: #fff;
	font-family: 'food-truck-signage-regular';
}
#topslider .slick-dots {
	position: absolute;
	bottom: 7px;
	width: 100%;
	padding: 0 15px;
	text-align: center;
	max-width: 654px;
	left: 0;
}
#topslider .slick-dots li {
	display: inline-block;
	padding: 2px 5px 2px;
}
#topslider .slick-dots li button {
	background: none;
	border-radius: 50px;
	box-shadow: inherit;
	cursor: pointer;
	display: block;
	height: 19px;
	text-indent: -9999px;
	width: 19px;
	/* border: none; */
	padding: 0;
	outline: none;
	/* background: none; */
	border: 2px solid #fff;
}
#topslider .slick-dots li.slick-active button {
	background: #ffffff;
	cursor: default;
	width: 19px;
	height: 19px;
}
/*home whychoose styling*/
.testi-right > .vc_column-inner > .wpb_wrapper {
	max-width: 474px;
	float: right;
	padding-top: 31px;
	padding-bottom: 39px;
}
.choose_icon ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.choose_icon ul li strong {
	display: block;
	text-align: center;
	padding-bottom: 10px;
}
.choose_icon ul li {
	font-weight: 700;
	font-size: 14px;
	color: #393939;
	max-width: 112px;
	margin-right: 55px;
	display: inline-block;
	line-height: 25px;
}
.icon_list2 ul li strong {
    text-align: left;
}
.icon_list2 ul li {
	font-size: 16px;
	margin-right: 31px;
}
.choose-title {
	padding-bottom: 57px;
}
.choose-btn {
	padding-top: 23px;
}
.mri-con p {
    color: #fff;
    font-weight: 400;
}
.testi_col > .vc_column-inner > .wpb_wrapper {
	max-width: 490px;
	padding-left: 63px;
	padding-top: 32px;
	padding-bottom: 100px;
}
.testi-title {
	position: relative;
	margin-bottom: 0;
	padding-bottom: 115px;
}
.testi-title::after {
	position: absolute;
	content: "";
	left: 6px;
	bottom: 0;
	background: url(images/testi-icon.png) no-repeat scroll 0 0;
	width: 56px;
	height: 36px;
}
.mri-con {
	padding-left: 7px;
	padding-top: 37px;
    padding-bottom: 86px;
}
.testi_col .mri_slider .slick-dots {
	position: absolute;
	bottom: -42px;
	width: 100%;
	max-width: 427px;
	left: 0;
	padding: 0 15px;
	text-align: left;
	padding-left: 0;
}
.testi_col .mri_slider .slick-dots li {
	display: inline-block;
	padding: 2px 5px 2px;
}
.testi_col .mri_slider .slick-dots li.slick-active button {
	background: #ffffff;
	cursor: default;
}
.testi_col .mri_slider .slick-dots li button {
	background: none;
	border-radius: 50px;
	box-shadow: inherit;
	cursor: pointer;
	display: block;
	height: 16px;
	text-indent: -9999px;
	width: 16px;
	border: none;
	padding: 0;
	outline: none;
	background: #b7b7b7;
}
.main-content.general {
	clear: both;
}
/*home page styling*/
.hpost-title {
	text-transform: uppercase;
	padding-bottom: 62px;
}
.home-post {
	padding-top: 90px;
}
.home_post_col > .vc_column-inner > .wpb_wrapper {
    max-width: 1005px;
    margin: 0 auto;
}
.home-post {
	padding-top: 90px;
	padding-bottom: 211px;
}
.november_special {
	min-height: 385px;
	margin-top: 83px;
	margin-bottom: 92px;
}
.november-link ul li a {
	font-size: 24px;
	font-weight: 700;
	color: #393939;
}
.agecta-col > .vc_column-inner > .wpb_wrapper {
    max-width: 1005px;
    margin: 0 auto;
}
.cta-col > .vc_column-inner > .wpb_wrapper {
	min-height: 255px;
	min-width: 253px;
}
.hm-sec {
	padding-bottom: 83px;
}
.footer-one img {
	min-width: 498px;
}
.footer-one:first-child {
	position: absolute;
	top: -269px;
}
.footer a:hover {
    color: #393939;
}
.about-section {
	padding-bottom: 80px;
	padding-top: 149px;
	clear: both;
}
.ab-details-col > .vc_column-inner > .wpb_wrapper {
	margin-left: -21px;
}
.age-section {
	padding-top: 91px;
	padding-bottom: 290px;
}


/*about*/
.wpb_content_element.ab-details strong {
    display: block;
    color: #477781;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 31px;
}
.icon-list ul {
    list-style: none;
    padding-left: 0;
}
.ab-title strong {
    font-size: 48px;
    color: #ac95b6;
    display: block;
    margin-bottom: 10px;
}
.ab-title {
    padding-bottom: 30px;
}
.icon-list ul li {
    display: inline-block;
    vertical-align: top;
}
.icon-list-btm ul li {
    display: inline-block;
    vertical-align: top;
}
.choose-btn ul {
    padding-left: 0;
    list-style: none;
}
.choose-btn ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
}
.choose-btn ul li a {
	display: inline-block;
	width: 148px;
	height: 52px;
	border: 2px solid #fff;
	font-size: 24px;
	text-transform: uppercase;
	text-align: center;
	border-radius: 30px;
	line-height: 44px;
	color: #fff;
}
.choose-btn ul li:first-child a{
    background: #ac95b6;
}
.choose-btn ul li:last-child a{
    background: #477781;
}
.age-col > .vc_column-inner > .wpb_wrapper {
    max-width: 1012px;
    margin: 0 auto;
}
.age-image .wpb_wrapper.vc_figure {
    border: 3px solid #f6eee1;
    border-radius: 45px;
}
.agecat-section {
    padding-top: 48px;
}
.wpb_content_element.age-image {
    margin-bottom: 0;
}
.age-img-title {
    padding-top: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
/*curriculm*/
.wpb_content_element.crclm-details strong {
    display: block;
    color: #477781;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 28px;
}
.curriculum-left-col > .vc_column-inner > .wpb_wrapper {
    max-width: 660px;
    padding-right: 14px;
}
.curriculum-right-col > .vc_column-inner > .wpb_wrapper {
    margin-left: -30px;
}
.crclm-title {
    padding-bottom: 43px;
}
.curriculum-sectrion {
	padding-top: 134px;
	clear: both;
}
.crclms-list ul {
    list-style: none;
    padding-left: 0;
    padding-top: 9px;
}
.crclms-list ul li strong {
    font-size: 24px;
    color: #ac95b6;
    font-weight: 800;
}
.crclms-list ul li {
    padding-bottom: 4px;
}
.crclms-right-col > .vc_column-inner > .wpb_wrapper {
	margin-left: -30px;
	padding-top: 5px;
}
.curriculum-btm-sectrion {
	padding-top: 51px;
	padding-bottom: 79px;
}
.lvp-section {
	min-height: 1027px;
	background-size: cover !important;
}
.lvp-title {
    text-transform: uppercase;
    padding-top: 16px;
}
.lvp-image .wpb_wrapper.vc_figure {
    border: 3px solid #fff;
    border-radius: 41px;
}
.wpb_content_element.lvp-image {
    margin-bottom: 0;
}
.lvp-top-section {
	padding-top: 80px;
}
.lvp-bottom-section {
	padding-top: 37px;
}
.lvp-section {
	padding-top: 73px;
}
.eca-list ul {
    list-style: none;
    padding-left: 0;
}
.eca-list ul li {
    display: inline-block;
    vertical-align: top;
    background: url(images/black-dot.png) no-repeat scroll 0 12px;
    padding-left: 16px;
    padding-right: 52px;
    font-weight: 700;
}
.eca-tilte {
	padding-bottom: 28px;
}
.eca-list ul li a {
	color: #3a3a3a;
}
/*Meals & Nutrition*/
.nrtn-details ul {
    list-style: none;
    padding-left: 0;
    padding-bottom: 21px;
}
.nrtn-details ul li {
    color: #477781;
    font-weight: 700;
    background: url(images/dot.png) no-repeat scroll 0 11px;
    padding-left: 37px;
}
.nutrtn-title {
	padding-bottom: 66px;
	padding-top: 14px;
}
.nutrition-right-col > .vc_column-inner > .wpb_wrapper {
    padding-left: 37px;
}
.nutrition-left-col > .vc_column-inner > .wpb_wrapper {
    max-width: 650px;
    padding-right: 11px;
}
.nutrition-section {
	padding-top: 122px;
	padding-bottom: 84px;
	clear: both;
}
.eca-section {
	padding-bottom: 281px;
}
.eca-list ul li a:hover {
    color: #80a6ae;
}
.lvp-title h3 a:hover {
    color: #393939;
}
/*Healthy voyagers*/
.wpb_content_element.health-list strong {
    display: block;
    font-size: 24px;
    color: #477781;
    margin-bottom: 34px;
}
.mnn-left-col > .vc_column-inner > .wpb_wrapper {
    max-width: 1137px;
    margin: 0 auto;
    padding-left: 11px;
    padding-right: 11px;
}
.health-list ul {
    list-style: none;
    padding-left: 0;
    padding-bottom: 21px;
}
.health-list ul li {
	background: url(images/dot.png) no-repeat scroll 0 11px;
	padding-left: 37px;
	color: #477781;
	font-weight: 700;
}
.wpb_content_element.physically-details strong {
    display: block;
    font-size: 24px;
    color: #477781;
    margin-bottom: 34px;
}
.healtlh-title {
    padding-bottom: 44px;
}
.healthy_lvp {
	margin-bottom: 188px;
}
.mnn-section {
    padding-top: 134px;
    padding-bottom: 88px;
}
.nutrition-details {
	padding-top: 35px;
}
.physically-details {
	padding-top: 43px;
}
/*home*/
.program-right > .vc_column-inner > .wpb_wrapper {
	padding-left: 33px;
	padding-top: 24px;
}
.Programs.-title {
    padding-bottom: 49px;
}
.program_con p {
	line-height: 24px;
	margin-bottom: 24px;
}
.hmstrong strong {
    font-size: 18px;
    color: #477781;
}
.wpb_content_element.hmstrong {
    margin-bottom: 17px;
}
.program_con ul {
    padding-bottom: 20px;
}
.hm-left > .vc_column-inner > .wpb_wrapper {
	max-width: 550px;
	padding-top: 18px;
}
.program-sec-home {
	padding-bottom: 76px;
	padding-top: 68px;
}
.program_con a {
	border: 2px solid white;
    width: 200px;
    height: 60px;
    display: inline-block;
    font-size: 24px;
    text-align: center;
    border-radius: 35px;
    line-height: 38px;
    color: #fff;
    font-family: 'food-truck-signage-regular', sans-serif;
    font-weight: 400;
    background: #80a6ae;
    /*margin-top: 46px;*/
	padding-top: 5px;
}
.wpb_content_element.cta-img {
    margin-bottom: 0;
}
.cta-col1 > .vc_column-inner > .wpb_wrapper {
    background: url(images/curriculum-bg.png) no-repeat scroll 0 0;
    min-height: 255px;
    padding-top: 39px;
}
.cta-title p {
    font-size: 24px;
}
.cta-title {
    padding-top: 16px;
}
.cta-col1 > .vc_column-inner > .wpb_wrapper {
    background: url(images/curriculum-bg.png) no-repeat scroll 0 0;
    padding-top: 39px;
    margin-top: -25px;
}
.cta-col2 > .vc_column-inner > .wpb_wrapper {
    background: url(images/readiness-bg.png) no-repeat scroll 0 0;
    padding-top: 26px;
    margin-top: -71px;
}
.cta-title2 > .wpb_wrapper {
    max-width: 123px;
    margin: 0 auto;
}
.cta-col3 > .vc_column-inner > .wpb_wrapper {
    background: url(images/meals-bg.png) no-repeat scroll 0 0;
    padding-top: 26px;
    margin-top: -42px;
}
.cta-title3 > .wpb_wrapper{
    max-width: 113px;
    margin: 0 auto;
}
.cta-col4 > .vc_column-inner > .wpb_wrapper {
    background: url(images/contact-bg.png) no-repeat scroll 0 0;
    padding-top: 42px;
}
.our-age-sec {
    min-height: 933px;
}
.agegroup-title {
    padding-top: 86px;
}
.wpb_content_element.novembar-strong strong {
    display: block;
    font-size: 24px;
    font-style: normal;
}
.wpb_content_element.novembar-strong strong em {
    font-style: normal;
    font-size: 36px;
    font-weight: 900;
    color: #9624c8;
}
.novembar-strong p {
    line-height: 39px;
}
.novembar-title {
    padding-bottom: 23px;
}
.november-link ul {
    list-style: none;
    padding-left: 0;
}
.november-link ul li {
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	font-weight: 400;
	margin-right: 52px;
}
.november-link ul li:last-child a {
    width: 150px;
    height: 54px;
    color: #ffffff;
    font-size: 24px;
    font-family: 'food-truck-signage-regular';
    border: 3px solid #ffffff;
    background: #ac95b6;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    border-radius: 30px;
    line-height: 42px;
}
.wpb_content_element.novembar-strong {
    margin-bottom: 23px;
}
.special-col > .vc_column-inner > .wpb_wrapper {
    padding-left: 93px;
    padding-top: 3px;
}
.pencil_img {
    padding-top: 90px;
}
.november-link {
	padding-top: 2px;
}
.mnn-section {
	padding-top: 135px;
	clear: both;
}
/*footer*/
.footer-sec {
	background: url(images/footer-bg.png) no-repeat scroll center top;
	min-height: 558px;
	background-size: cover;
	padding-top: 111px;
}
.footer ul {
	list-style: none;
	padding: 0;
    margin: 0;
}
.widget-title {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 5px !important;
    text-transform: uppercase;
}
.footer ul li a {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}
.footer-four:last-child ul li:last-child {
	padding-bottom: 0;
}
.footer ul li {
    color: #fff;
}
.footer-three ul li {
    padding-bottom: 4px;
}
.footer-one ul li {
    padding-bottom: 5px;
}
.footer-two ul li {
    line-height: 24px;
}
.footer-four:first-child ul li:first-child {
    padding-left: 0;
}
.footer-four:first-child ul li {
    display: inline-block;
    padding-right: 7px;
    padding-left: 7px;
}
.footer-four:last-child {
    padding-top: 79px;
}
.footer-four .widget-title {
    margin-bottom: 27px !important;
}
.footer-four:last-child ul li {
    padding-bottom: 18px;
    font-size: 15px;
    font-weight: 400;
}
.footer-one {
    max-width: 240px;
    margin-left: 39px;
}
.footer-three {
    margin-left: -15px;
}
.footer-four {
    margin-left: -25px;
}
.copyright a{
    display: inline-block;
    color: #fff;
}
.copyright {
    color: #fff;
    font-size: 15px;
    text-align: center;
}

/*tab*/
.tab_tit a {
	background: none !important;
	border: none !important;
	padding: 5px 0 !important;
	color: #fff !important;
}
.tab_tit {
	position: relative;
}
.tab_tit::before{
    content: "";
  width: 631px;
  height: 536px;
  background: url(images/sidebar.png) no-repeat scroll 0 0;
  position: absolute;
  top: 0px;
  left: -159px;
}
.vc_tta-panels {
	background: none !important;
	border: none !important;
	padding-left: 220px;
}
.vc_tta-container {
	padding-bottom: 50px;
}
.vc_tta-tabs-container {
	margin-top: 140px !important;
}


/*tab*/

/*Responsive site css*/
/*Large Devices, Wide Screens*/
@media only screen and (max-width : 1200px) {
.contact_from {
	padding-top: 28px;
}
.map-sec {
	padding-top: 38px;
}    
.footer-sec {
	min-height: 485px;
}    
.nutrition-section {
	padding-top: 81px;
	padding-bottom: 52px;
}    
.nutrtn-title {
	padding-bottom: 38px;
}    
.nrtn-details ul li {
	font-weight: 600;
	padding-left: 23px;
}    
.lvp-section {
	padding-top: 26px;
}    
.lvp-top-section {
	padding-top: 52px;
}    
.lvp-title {
	font-size: 14px !important;
	line-height: 14px !important;
    padding-top: 7px;
}
.lvp-section {
	min-height: 824px;
}  
.mnn-section {
	padding-top: 64px;
    padding-bottom: 32px;
}    
.healtlh-title {
	padding-bottom: 33px;
}    
.nutrition-details {
	padding-top: 13px;
}
.physically-details {
	padding-top: 27px;
}  
.curriculum-sectrion {
	padding-top: 80px;
}    
.crclms-right-col > .vc_column-inner > .wpb_wrapper {
	margin-left: 0px;
}    
.crclms-list strong {
    font-weight: 600;
    font-size: 15px;
}    
.curriculum-left-col > .vc_column-inner > .wpb_wrapper {
	max-width: 584px;
	padding-right: 0;
}  
.crclms-list ul li {
	font-size: 14px;
}    
.curriculum-btm-sectrion {
	padding-bottom: 67px;
}    
.eca-list ul li {
	padding-right: 23px;
}    
.eca-section {
	padding-bottom: 225px;
}    
.about-section {
	padding-bottom: 61px;
	padding-top: 94px;
}    
.ab-details-col > .vc_column-inner > .wpb_wrapper {
	margin-left: 0px;
}    
.wpb_content_element.ab-details strong {
	font-size: 16px;
	margin-bottom: 20px;
}    
.testi_col > .vc_column-inner > .wpb_wrapper {
	padding-left: 24px;
}    
.age-section {
	padding-top: 71px;
	padding-bottom: 244px;
}    
.cta-col > .vc_column-inner > .wpb_wrapper {
	background-size: 237px auto !important;
}   
.agecta-col > .vc_column-inner > .wpb_wrapper {
	max-width: 917px;
	margin: 0;
}   
.cta-title p {
	font-size: 20px;
    line-height: 20px;
}    
.cta-col1 > .vc_column-inner > .wpb_wrapper {
	padding-top: 27px;
}    
.cta-col2 > .vc_column-inner > .wpb_wrapper {
	padding-top: 17px;
}    
.cta-col > .vc_column-inner > .wpb_wrapper {
	min-width: 238px;
}    
.cta-col3 > .vc_column-inner > .wpb_wrapper {
	padding-top: 19px;
}    
.agegroup-title {
	padding-top: 32px;
}    
.our-age-sec {
	min-height: 844px;
} 
.special-col > .vc_column-inner > .wpb_wrapper {
	padding-left: 44px;
	padding-top: 0px;
}    
.novembar-title {
	font-size: 40px !important;
	line-height: 40px !important;
}    
.wpb_content_element.novembar-strong strong {
	font-size: 20px;
}    
.novembar-title {
	padding-bottom: 18px;
}   
.november_special {
	min-height: 320px;
}    
.home-post {
	padding-top: 65px;
	padding-bottom: 184px;
}    
.blog-pagination {
	padding-bottom: 191px;
}    
.blog-content h3 {
	font-size: 17px;
	line-height: 17px;
}    
.header-right ul li {
	font-size: 22px;
	line-height: 22px;
	padding-left: 4px;
}    
.header-right ul li:nth-child(2) a, .header-right ul li:last-child a {
	width: 154px;
	height: 50px;
	line-height: 45px;
}    
.header-right ul li:first-child a {
	background: url(images/phn-icon.png) no-repeat scroll 0 3px;
}    
.navbar-default-1 .navbar-nav > li > a {
	font-weight: 600;
	font-size: 16px;
}    
.navbar-default-1 .navbar-nav > li {
	margin-right: 14px;
}   
.logo-area img {
	max-width: 380px;
}    
.header-right-section {
	padding-bottom: 10px;
	padding-top: 3px;
}    
.sub-menu li > a {
	font-weight: 500;
	font-size: 15px;
}
.page-title {
	font-size: 45px;
	line-height: 45px;
  
}
#topslider .home-con-right,
#topslider .home-con-right-slider,
#topslider .home-con-right-slider .home-con-right-container {
	min-height: 428px;
} 
.home-con-left::before {
	height: 428px;
}    
.slide-content strong {
	font-size: 47px;
	line-height: 51px;
	padding-bottom: 18px;
} 
.home-con-left {
	min-height: 428px;
}
.slide-content {
	padding-top: 65px;
}    
#topslider .slick-dots {
	max-width: 543px;
	text-align: left;
	padding-left: 52px;
}   
} 

/*Medium Devices, Desktops*/
@media only screen and (max-width : 992px) {
.title {
font-size: 30px!important;
   line-height: 30px!important;
}
.tb-left {
	min-height: 261px;
}
.book-title {
	margin-top: 0;
}    
.contact_right > .vc_column-inner > .wpb_wrapper {
	max-width: 407px;
}    
.contact_from .wpcf7-form-control.wpcf7-submit {
	width: 407px;
	margin-top: 13px;
}    
.contact_from {
	padding-top: 10px;
}    
.contact_from {
	padding-top: 10px;
}    
.contact_detils_con p > strong {
	padding-top: 17px;
} 
.slide-content strong {
	font-size: 30px;
	line-height: 30px;
	padding-bottom: 19px;
}
#topslider .home-con-right,
#topslider .home-con-right-slider,
#topslider .home-con-right-slider .home-con-right-container {
	min-height: 334px;
}
.home-con-left::before {
	height: 334px;
}
.home-con-left {
	min-height: 334px;
}
.slide-content {
	max-width: 256px;
}
 .slide-content p {
	font-size: 24px;
	line-height: 30px;
}   
.map-sec {
	padding-top: 16px;
	padding-bottom: 105px;
}    
.footer-one {
	margin-left: 0;
}   
.footer-one img {
	min-width: 304px;
}    
.footer-one:first-child {
	top: -143px;
}    
.footer-three {
	margin-left: 0;
}    
.footer-widgets-area.three {
	clear: left;
}    
.footer-widgets-area {
        margin-bottom: 30px;
}    
.footer-four:last-child {
	padding-top: 34px;
}    
.footer-four {
	margin-left: 0;
}    
.footer-sec { 
	padding-top: 55px;
}    
.copyright {
	padding-bottom: 10px;
}    
.nutrition-section {
	padding-top: 72px;
	padding-bottom: 28px;
}    
.nutrtn-title {
	padding-bottom: 14px;
    padding-top: 0px;
	margin-top: 0;
}
.lvp-section {
	padding-top: 0px;
}
.lvp-top-section {
	padding-top: 28px;
}    
.lvp-title {
	font-size: 15px !important;
	line-height: 15px !important;
	text-transform: capitalize;
	margin-top: 14px;
}    
.lvp-section {
	min-height: 602px;
}    
.healthy_lvp {
	margin-bottom: 106px;
}    
.mnn-section {
	padding-top: 42px;
}    
.healtlh-title {
	padding-bottom: 14px;
}    
.wpb_content_element.health-list strong {
	font-size: 22px;
	margin-bottom: 17px;
}    
.health-list p {
        font-size: 15px;
        margin-bottom: 17px;
}    
.health-list ul li {
	padding-left: 23px;
	font-weight: 600;
	font-size: 15px;
}    
.health-list ul {
	padding-bottom: 9px;
}    
.physically-details {
	padding-top: 5px;
}    
.wpb_content_element.physically-details strong {
	margin-bottom: 20px;
}    
.physically-details p {
        font-size: 15px;
}    
.crclm-title {
	padding-bottom: 23px;
	margin-top: 0;
}    
.curriculum-right-col > .vc_column-inner > .wpb_wrapper {
	margin-left: 0;
}    
.crclm-details p {
        font-size: 15px;
}    
.wpb_content_element.crclm-details strong {
	margin-bottom: 23px;
}    
.curriculum-btm-sectrion {
	padding-bottom: 36px;
    padding-top: 28px;
}    
.crclms-list ul li strong {
	font-size: 19px;
	font-weight: 700;
} 
.crclms-list ul {
	padding-top: 0;
}    
.eca-list ul li {
	padding-right: 8px;
	font-weight: 500;
	font-size: 13px;
	padding-left: 10px;
}    
.eca-tilte {
	padding-bottom: 16px;
}    
.eca-section {
	padding-bottom: 132px;
}    
.program-sec-home {
	padding-bottom: 52px;
	padding-top: 40px;
}    
.Programs.-title {
	padding-bottom: 19px;
	margin-top: 0;
}    
.hmstrong strong {
	font-size: 14px;
}    
.crclms-list ul li {
	font-size: 12px;
}    
.program_con a {
	margin-top: 29px;
}    
.cta-col > .vc_column-inner > .wpb_wrapper {
	background-size: 164px auto !important;
}    
.cta-col > .vc_column-inner > .wpb_wrapper {
	min-width: 164px;
	min-height: 171px;
}  
.cta-img {
	max-width: 73px;
}    
.cta-title p {
    font-size: 13px;
    line-height: 15px;
}    
.wpb_content_element.cta-title {
	margin-bottom: 0;
	max-width: 100px;
    padding-top: 12px;
}    
.cta-col2 > .vc_column-inner > .wpb_wrapper {
	padding-top: 13px;
    margin-top: -54px;
} 
.cta-col4 > .vc_column-inner > .wpb_wrapper {
	padding-top: 21px;
	margin-top: -8px;
}  
.cta-sec {
	max-width: 670px;
	margin: 0 auto!important;
}    
.age-img-title {
	padding-top: 4px;
	font-size: 20px !important;
	line-height: 20px !important;
}  
.our-age-sec {
	min-height: 614px;
}    
.agegroup-title {
	padding-top: 22px;
}    
.agecat-section {
	padding-top: 29px;
}    
.hm-sec {
	padding-bottom: 51px;
}    
.november_special {
	min-height: 385px;
	margin-top: 66px;
	margin-bottom: 68px;
}    
.special-col > .vc_column-inner > .wpb_wrapper {
	padding-left: 20px;
	padding-top: 0px;
}    
.wpb_content_element.novembar-strong strong {
	font-size: 16px;
	line-height: 27px;
}    
.wpb_content_element.novembar-strong strong em {
	font-size: 26px;
}    
.november-link ul li {
	font-size: 21px;
    margin-right: 14px;
}    
.november-link {
	padding-top: 0px;
}    
.november-link ul li a {
	font-size: 22px;
}
.wpb_content_element.novembar-strong {
	margin-bottom: 13px;
}  
.november_special {
	min-height: 226px;
}    
.novembar-title {
	margin-top: 0;
    padding-bottom: 11px;
}      
.choose_icon ul li {
	margin-right: 25px;
}  
.choose-title {
	padding-bottom: 32px;
}    
.testi_col > .vc_column-inner > .wpb_wrapper {
	max-width: 338px;
	padding-left: 0px;
	padding-top: 6px;
}    
.testi-right > .vc_column-inner > .wpb_wrapper {
	float: none;
    padding-top: 4px;
}    
.testi-title {
	padding-bottom: 72px;
}
.mri-con {
	padding-bottom: 74px;
}    
.home-post {
	padding-top: 47px;
	padding-bottom: 124px;
}    
.hpost-title {
	padding-bottom: 38px;
}    
.blog-content h3 {
	font-size: 14px;
	line-height: 14px;
}    
.blog-content {
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 20px;
	line-height: 24px;
	font-size: 14px;
} 
.blog-title.post-title {
	font-size: 30px;
}    
.post-main-content-text {
	padding-bottom: 132px;
}    
.main-content-text {
	padding-top: 70px;
}    
.readmore-btn a {
	width: 122px;
	height: 33px;
	font-size: 15px;
	line-height: 33px;
	margin-top: 14px;
}    
.post-listing {
	padding-bottom: 40px;
}    
.blog-pagination {
	padding-bottom: 135px;
}    
.ab-title strong {
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 0;
}    
.ab-title {
	font-size: 21px !important;
	line-height: 20px !important;
}
.ab-title {
	padding-bottom: 16px;
}    
.ab-details p {
    font-size: 15px;
    margin-bottom: 20px;
}    
.about-section {
	padding-bottom: 27px;
	padding-top: 63px;
}  
.age-section {
	padding-top: 47px;
	padding-bottom: 161px;
} 
.logo-area img {
	max-width: 305px;
}    
.header-right ul li {
	font-size: 17px;
	line-height: 17px;
	padding-left: 3px;
}    
.header-right ul li:nth-child(2) a, .header-right ul li:last-child a {
	width: 123px;
	height: 36px;
	line-height: 32px;
}
.header-right ul li:first-child a {
	background: url(images/phn-icon.png) no-repeat scroll 0 0px;
	padding-bottom: 3px;
}    
.logo-area img {
	max-width: 100%;
}    
.navbar-default-1 .navbar-nav > li {
	margin-right: 15px;
}    
.mainmenu-area {
	padding-left: 19px;
}    
.navbar-default-1 .navbar-nav > li > a {
	font-size: 13px;
}    
.header-right-section {
	padding-bottom: 0px;
	padding-top: 0px;
}    
.sub-menu {
	min-width: 165px;
}    
.sub-menu li > a {
	font-weight: 500;
	font-size: 12px;
	line-height: 15px;
	padding: 3px 10px 3px;
}  
.ab-details p {
	font-size: 14px;
	margin-bottom: 16px;
}      
.tb-left::before {
	top: -16px;
	right: -88px;
	height: 277px;
}
.page-title {
	font-size: 30px;
	line-height: 30px;
	padding-top: 64px;
}    
.tb-right {
	min-height: 261px;
}    
.nutrition-section {
	padding-top: 40px;
}    
.curriculum-sectrion {
	padding-top: 47px;
} 
.about-section {
	padding-top: 44px;
}    
.mnn-section {
	padding-top: 16px;
}   
	.vc_tta-panels {
	padding-left: 60px;
}
    
}

/*Small Devices, Tablets*/
@media only screen and (max-width : 767px) {
.book_from {
	padding-top: 5px;
	padding-bottom: 17px;
}
.book_from .inline-field label {
	width: 100%;
	margin-right: 0;
}    
.program-sec-home {
	padding-bottom: 0px;
	padding-top: 3px;
}    
.program-right > .vc_column-inner > .wpb_wrapper {
	padding-left: 0;
	padding-top: 0px;
}    
.program_con p {
	line-height: 26px;
	margin-bottom: 21px;
}    
.wpb_content_element.program_con {
	margin-bottom: 13px;
}    
.crclms-list ul li {
	font-size: 11px;
}  
.crclms-list ul li strong {
	font-size: 14px;
}    
.wpb_content_element.program_img {
	margin-bottom: 25px;
}    
.wpb_content_element.hm-img {
	padding-top: 29px;
}    
.pencil_img {
	padding-top: 12px;
}    
.program_con ul {
	padding-bottom: 2px;
}       
.cta-img {
	max-width: 100%;
}    
.cta-col > .vc_column-inner > .wpb_wrapper {
	width: 253px;
	min-height: 255px;
	margin: 0 auto 20px;
	padding-top: 39px;
	background-size: 100% 100% !important;
	min-width: 253px;
} 
.cta-title p {
	font-size: 24px;
	line-height: 24px;
}    
.agecta-col > .vc_column-inner > .wpb_wrapper {
	max-width: 100%;
}    
.cta-sec {
	max-width: 100%;
	 margin: 0!important;
}    
.cta-col1 > .vc_column-inner > .wpb_wrapper {
	margin-top: 0;
}    
.wpb_content_element.cta-title {
	max-width: 100%;
}    
.hm-sec {
	padding-bottom: 0px;
}    
.agegroup-title {
	padding-top: 0px;
	margin-top: 11px;
	margin-bottom: 0;
}    
.age-img-title {
	padding-top: 4px;
	font-size: 22px !important;
	line-height: 22px !important;
	padding-bottom: 16px;
}    
.november_special {
	margin-top: 0;
	margin-bottom: 34px;
    min-height: 188px;
}    
.special-col > .vc_column-inner > .wpb_wrapper {
	padding-left: 0;
	padding-top: 0px;
}    
.novembar-title {
	margin-top: 0;
	padding-bottom: 7px;
}     
.wpb_content_element.novembar-strong strong {
	font-size: 14px;
	line-height: 22px;
}    
.wpb_content_element.novembar-strong strong em {
	font-size: 22px;
}    
.november-link ul li {
	font-size: 13px;
	margin-right: 5px;
}    
.november-link ul li a {
	font-size: 15px;
}    
.wpb_content_element.novembar-strong {
	margin-bottom: 6px;
}    
.november-link ul li:last-child a {
	width: 113px;
	height: 37px;
	font-size: 15px;
	border: 2px solid #ffffff;
	border-radius: 30px;
	line-height: 29px;
}   
.testi-right > .vc_column-inner > .wpb_wrapper {
	padding-top: 0px;
	max-width: 100%;
    padding-bottom: 10px;
}    
.choose-title {
	padding-bottom: 19px;
	margin-top: 0;
}    
.wpb_content_element.choose-btn {
	padding-top: 5px;
    margin-bottom: 28px;
}
.testi-title {
	padding-bottom: 62px;
	margin-top: 0;
}    
.mri-con {
	padding-bottom: 7px;
    padding-left: 0;
	padding-top: 27px;
}    
.testi_col > .vc_column-inner > .wpb_wrapper {
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 24px;
}   
.home-post {
	padding-top: 17px;
	padding-bottom: 13px;
}  
.home_post_col > .vc_column-inner > .wpb_wrapper {
	max-width: 100%;
	margin: 0;
}   
.hpost-title {
	padding-bottom: 19px;
}    
.homepost {
	padding-bottom: 30px;
}    
.footer-one:first-child {
	top: -85px;
}    
.footer-one img {
	min-width: 250px;
}    
.one {
	padding-top: 37px;
}    
.blog-content h3 {
	font-size: 18px;
	line-height: 18px;
}    
.contact_from {
	padding-top: 0px;
}    
.contact_from {
	padding-top: 0px;
}    
.wpb_content_element.contact_detils_con {
	padding-top: 13px;
	margin-bottom: 0px;
}  
.contact_right > .vc_column-inner > .wpb_wrapper {
	max-width: 100%;
	float: none;
}    
.contact_from .wpcf7-form-control.wpcf7-submit {
	width: 354px;
	margin-top: 10px;
}   
.map-sec {
	padding-top: 0px;
	padding-bottom: 42px;
}    
.wpcf7 p {
  margin-bottom: 10px;
}
.nutrition-section {
	padding-top: 33px;
    padding-bottom: 7px;
}    
.nrtn-details ul li {
	font-size: 15px;
}    
.nrtn-details ul {
	padding-bottom: 10px;
}    
.nrtn-details p {
  margin-bottom: 20px
}    
.nutrition-right-col > .vc_column-inner > .wpb_wrapper {
	padding-left: 0;
}    
.wpb_single_image.wpb_content_element.vc_align_left.lvp-image {
	text-align: center;
}    
.lvpmain-title {
	margin-top: 0;
}    
.lvp-title {
	font-size: 18px !important;
	line-height: 18px !important;
	text-transform: uppercase;
	margin-top: 10px;
	padding-bottom: 19px;
}   
.lvp-bottom-section {
	padding-top: 0px;
}    
.lvp-section {
	background-image: none !important;
	background-color: #80a6ae;
	margin-bottom: 0px;
	padding-bottom: 14px;
} 
.lvp-section.healthy_lvp {
  margin-bottom: 75px;      
}   
.curriculum-sectrion {
	padding-top: 34px;
}    
.crclm-title {
	padding-bottom: 11px;
}
.curriculum-btm-sectrion {
	padding-bottom: 4px;
	padding-top: 3px;
}    
.crclms-right-col > .vc_column-inner > .wpb_wrapper {
	padding-top: 0px;
}    
.wpb_text_column.wpb_content_element.crclms-list {
	margin-bottom: 30px;
}    
.eca-tilte {
	margin-top: 0;
}    
.eca-list ul li {
	font-size: 16px;
	padding-left: 16px;
	display: block;
}    
.eca-section {
	padding-bottom: 36px;
}    
.about-section {
	padding-top: 45px;
}    
.ab-title {
	padding-bottom: 10px;
	margin-top: 0;
}    
.wpb_content_element.ab-details strong {
	margin-bottom: 11px;
}    
.about-section {
	padding-bottom: 5px;
}    
.age-section {
	padding-top: 17px;
	padding-bottom: 46px;
}    
.agecat-section {
	padding-top: 15px;
}    
.logo-area {
	display: block;
	text-align: center;
	padding-bottom: 8px;
}   
.logo-area img {
	max-width: 300px;
	position: relative;
}    
.header {
	padding: 13px 0 25px;
}    
.header-right-section {
	text-align: left;
}    
.header-right ul li:nth-child(2) a, .header-right ul li:last-child a {
	width: 101px;
	height: 34px;
	line-height: 32px;
	font-size: 15px;
}    
.header-right-section {
	padding-bottom: 0px;
	padding-top: 12px;
}    
.navbar-nav {
	margin: 7.5px 0;
	text-align: left;
}    
.header-menu-section > div {
	display: block;
	padding-left: 0;
}    
.navbar-default-1 ul {
	text-align: left;
	float: none;
}  
.navbar-default-1 .navbar-toggle {
	border-color: #80a6ae;
	float: left;
	background-color: inherit !important;
}      
.navbar-toggle .icon-bar {
	background: #80a6ae !important;
}     
.navbar-default-1 .navbar-collapse, .navbar-default .navbar-form {
    border-top: 1px solid #80a6ae;	
}          
.navbar-default-1 ul.sub-menu {
	background: none;
	display: block;
	padding: 2px 0 2px;
	position: relative;
}
.sub-menu li > a {
	font-size: 15px;
	padding: 5px 7px 5px;
	color: #3a3a3a;
	font-weight: 500;
}
.navbar-default-1 .navbar-nav > li > a {
	font-size: 16px;
	padding: 5px 0;
}     
.sub-menu li > a:hover, 
.sub-menu li > a:focus, 
.sub-menu li.current-menu-item > a {
  color: #ac95b6;
}     
.header-right ul li:first-child a {
	text-indent: -99999px;
	text-align: left;
	display: block;
	margin-right: 0;
	padding-left: 19px;
	padding-bottom: 7px;
}    
.header-right-section {
	position: absolute;
	right: 15px;
	top: 0;
	padding-top: 0;
}   
.tb-right {
	min-height: 225px;
}    
.tb-left::before {
	top: -19px;
	height: 244px;
}    
.about-section {
	padding-top: 4px;
}    
#topslider .home-con-right,
#topslider .home-con-right-slider,
#topslider .home-con-right-slider .home-con-right-container {
	min-height: 163px;
}
#topslider .home-con-right-slider .home-con-right-container::after{
    height: 11px;
}    
.home-con-left::before {
	height: 163px;
	background-size: 100% 100% !important;
	right: -81px;
}
.home-con-left {
	min-height: 163px;
}    
.slide-content strong {
	font-size: 24px;
	line-height: 24px;
	padding-bottom: 10px;
}    
.slide-content {
	padding-top: 27px;
}    
.slide-content p {
	font-size: 14px;
	line-height: 19px;
	margin-bottom: 0;
}    
#topslider .slick-dots li.slick-active button {
	width: 13px;
	height: 13px;
}    
#topslider .slick-dots li button {
	height: 13px;
	width: 13px;
}    
.slide-content {
	max-width: 139px;
}
#topslider .slick-dots {
	bottom: -23px;
	padding-left: 14px;
    display: none !important;
}    
.slide-content {
	padding-top: 19px;
	float: left;
	padding-left: 15px;
}   
.tb-left {
	min-height: 225px;
} 
.about-section {
	padding-top: 40px;
}    
.page-title {
	font-size: 27px;
	line-height: 27px;
}    
.vc_row.wpb_row.vc_row-fluid.our-age-sec {
	background: #80a6ae !important;
	padding-top: 15px;
	padding-bottom: 15px;
}    
.choose_icon ul li {
	margin-right: 15px;
}    
.choose-btn ul li {
	margin-right: 5px;
}    
.testi_col > .vc_column-inner > .wpb_wrapper {
	max-width: 100%;
}
.post-list {
	max-width: 318px;
	margin: 0 auto;
}    
.mainmenu-area {
	max-width: 100%;
}   
    
    .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
	color: #666 !important;
}    
}

@media (max-width: 575.98px){
.mainmenu-area {
	margin-top: 40px;
}   
}