@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Sen:wght@400;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Caveat&display=swap");
html {
	height: auto !important;
	scroll-behavior: smooth;
}

body {
	background-color: #fff;
	font-family: "Sen", sans-serif
}

a:hover {
	text-decoration: none
}

p {
	font-size: 16px;
	color: #333;
	font-family: "Sen", sans-serif;
	float: left;
	font-weight: 400;
	width: 100%
}

.row-eq-height {
	display: flex;
	flex-wrap: wrap
}

.height-equal-box {
	height: 100%;
	color: #fff
}

.outer-container {
	float: left;
	width: 100%;
	overflow: hidden
}

.container {
	max-width: 1050px
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: sans-serif
}

.link-btn {
	background: #fff;
	color: #6B1D45 !important;
	padding: 0 40px;
	transition: all 0.3s ease-in-out;
	display: inline-block;
	height: 45px;
	line-height: 45px;
	font-size: 15px;
	font-weight: 400;
	font-family: "Sen", sans-serif
}

.link-btn a {
	color: #fff
}

.link-btn-reverse {
	background: #333;
	color: #fff;
	padding: 0 25px;
	border: solid 2px #333;
	transition: all 0.3s ease-in-out;
	display: inline-block;
	font-size: 16px;
	font-weight: 300;
	height: 42px;
	line-height: 40px
}

.page-heading {
	color: #1B365D;
    font-size: 49px;
    line-height: 1.1;
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 20px;
    font-family: 'Merriweather', serif;
    text-align: center;
    padding: 20px 25px 20px;
}

.page-heading:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-top: 3px solid #81c299;
	z-index: 1;
	width: 46px;
}


.page-heading-w {
	color: #1B365D;
    font-size: 49px;
    line-height: 1.2;
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 20px;
    font-family: 'Merriweather', serif;
    text-align: center;
    padding: 20px 30px 30px;
}

.page-heading-w:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-top: 3px solid #81c299;
	z-index: 1;
	width: 46px;
}

.page-heading-blog{
	color: #1B365D;
    font-size: 38px;
    line-height: 1.2;
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    font-family:"DM Serif Display",sans-serif;
	    padding-right: 34px;
		    padding-top: 0px;
}
.page-heading-blog a{
	color:#1B365D
}
.blog-page-sub-heading{
	    font-size: 20px;
    font-weight: 400;
    color: #1B365D;
    font-family: "DM Serif Display",sans-serif;
    text-transform: uppercase;
}
.blog-page-sub-image img{
	width:290px;
	height:218px;
	object-fit:cover;
}
.blog-page-p p{
	font-size:16px;
}
.page-heading-blog-detail{
	color: #1B365D;
    font-size: 48px;
    line-height: 1.2;
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    font-family:"DM Serif Display",sans-serif;
	
}
.blog-detail-n{}
.blog-detail-n ul{}
.blog-detail-n ul li{padding:10px 0}
.heading-para {
	font-size: 17px;
	
}
.heading-para2 {
	font-size: 17px;
	padding:0 22px;
}
.heading-para-baby{
	font-size: 17px;
	padding:0 20px;
}

.breadcrumb {
	background-color: transparent
}

.breadcrumb .breadcrumb-item a {
	color: #333
}

.navbar-toggler {
	background: #1B365D;
	margin-top: -15px
}

.navbar-toggler .fa-bars {
	color: #fff
}

.custom-control.custom-checkbox {
	width: 100%;
	float: left;
	padding: 0;
}
.custom-checkbox .wpcf7-list-item{margin: 0 0 5px 0px;display: inline-block;width: 100%;}
.contact-secton .custom-checkbox .wpcf7-list-item-label{font-weight: 500;} 
.custom-control-input:checked~.custom-control-label::before {
	background-color: #6B1D45;
	border-color: #6B1D45
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
	border-color: #6B1D45
}

.custom-control-input:focus~.custom-control-label::before {
	box-shadow: 0 0 0 0.2rem rgba(107, 29, 69, 0.25)
}

.test-cont {
	position: relative
}

.page-item .page-link {
	color: #1B365D
}

.page-item.active .page-link {
	background: #1B365D;
	border-color: #1B365D
}

.carousel-indicators {
	position: inherit;
	width: 100%;
	float: left;
	margin: 25px 0;
	left: auto;
	right: auto
}

.carousel-indicators li {
	width: 10px;
	height: 10px;
	border: 0;
	border-radius: 50%;
	background: #a1aaad
}

.carousel-indicators li.active {
	background: #81c299
}

header {
	float: left;
	width: 100%;
	position: relative;
	padding: 15px 15px 0
}

header .navbar-brand {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10
}

header .navbar-brand img {
	width: 100%
}

header nav.navbar {
	padding: 0
}

header nav.navbar ul {
	margin-left: 20rem
}

header nav.navbar ul li {
	padding: 20px 20px;
	position: relative
}

header nav.navbar ul li .sub-menu {
	padding: 20px 0px;
	position: absolute;
	top: 75%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 15rem;
	margin: 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #F3F5F7;
	background-clip: padding-box;
	border: 0px solid rgba(0, 0, 0, 0.15);
	border-radius: .25rem;
	box-shadow: 2px 1px 10px 1px #84838378;
}

header nav.navbar ul li .sub-menu li {
	padding: 4px 0;
	float: left;
	width: 100%
}

header nav.navbar ul li .sub-menu a {
	padding: 7px 20px;
	transition: all .3s ease-in-out;
	width: 100%;
	float: left
}

header nav.navbar ul li .sub-menu a:hover {
	background: #6B1D45;
	color: #fff
}

header nav.navbar ul li.menu-item-has-children .nav:after {
	background: url(../images/drop-down-arrow.svg);
	content: '';
	width: 20px
}

header nav.navbar ul li.menu-item-has-children:hover .sub-menu {
	display: block
}

header nav.navbar ul li a {
	font-family: "Sen", sans-serif;
	font-weight: 700;
	color: #333;
	font-size: 15px;
	padding: 0;
	text-transform: uppercase
}

.header-right {
	max-width: 220px;
	margin-right: 30px
}

.header-right img {
	float: left;
	margin-top: 15px !important
}

.header-right h6,
.header-right p {
	width: calc(100% - 45px);
	float: right;
	font-family: "Sen", sans-serif;
	margin-bottom: 0;
	color: #6B1D45;
	font-size: 14px
}

.header-right p {
	font-size: 14px;
	font-weight: 700;
	font-family: "Sen", sans-serif;
	text-align: left !important
}

.header-right p a {
	color: #6B1D45;
	font-size: 14px;
	font-family: "Sen", sans-serif;
	color: #6B1D45
}

.slider {
	float: left;
	width: 100%;
	transform: translateY(0);
	position: relative;
	z-index: 2
}

.slider .carousel-control-next {
	justify-content: flex-end;
	width: 4%;
}

.slider .carousel-control-prev {
	justify-content: flex-start;
	width: 4%;
}

.slider .carousel-control-next,
.slider .carousel-control-prev {
	opacity: 1
}

.slider .carousel-control-next-icon {
	background: none;
	width: 48px;
	height: 48px;
	background-position: right center
}

.slider .carousel-control-prev-icon {
	background: none;
	width: 48px;
	height: 48px;
	background-position: left center
}

.slider .carousel-inner {
	overflow: visible
}

.slider .carousel-inner .carousel-caption {
	width: 100%;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 0%);
	background: #81C299;
	z-index: 11;
	position: relative;
	top: 0;
	right: 0;
}

.slider .carousel-inner .carousel-caption h5 {
	font-family: 'Merriweather', serif;
	font-size: 43px;
	width: 100%;
	margin: auto;
	padding: 10px 0px;
}

.slider .carousel-inner .carousel-caption h6 {
	font-family: sans-serif;
	font-size: 30px;
	max-width: 400px;
	width: 100%;
	margin: auto
}

.slider .carousel-inner .carousel-caption p {
	font-size: 16px;
	color: #fff;
	font-family: "Sen", sans-serif;
	font-weight: 400;
	margin-top: 5px
}

.section-row {
	float: left;
	width: 100%;
	padding: 4rem 0
}

.vancover {
	padding: 50px 0;
	position: relative
}

.vancover:before {
	content: "";
	float: left;
	width: 100%;
	position: absolute;
	height: 100%;
	max-height: 310px;
	top: 4rem;
	left: 15px;
	right: 15px;
	z-index: -1
}

.vancover .vancover-content {
	max-width: 730px;
	width: 100%;
	margin: auto
}

.vancover .vancover-content2 {
	max-width: 730px;
	width: 100%;
	margin: auto
}
.vancover .vancover-content-teach {
	max-width: 745px;
	width: 100%;
	margin: auto
}
.vancover .vancover-content-t {
	max-width: 755px;
	width: 100%;
	margin: auto
}

.vancover .pebbel-left {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50px);
	z-index: -1
}

.vancover .pebbel-right {
	position: absolute;
	right: 0;
	top: 40%;
	z-index: -1
}

.vancover .figure {
	position: relative;
	width: 100%;
	border: 4px solid #6B1D45;
	border-radius: 15px;
	margin-bottom: 25px;
}

.vancover .figure-img {
	width: 100%;
	border-radius: 10px 10px 0 0;
	height: auto;
	object-fit: cover;
	display: block
}

.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 81%;
	width: 100%;
	opacity: 0;
	transition: .3s ease;
	background-color: #1b365dbf;
	border-radius: 10px 10px 0 0;
}

.figure:hover .overlay {
	opacity: 1;
}

.icon-img {
	position: absolute;
	top: 30%;
	left: 48%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
	right: 48%;
}

.vancover .main-fig {}

.vancover .main-fig a {}

.vancover .main-fig a:hover {
	background-color: none
}
.vancover .main-fig :nth-child(4){margin-left:auto!important}
.vancover .main-fig :nth-child(5){margin-right:auto!important}
.vancover .figure .figure-caption {
	position: relative;
    left: 0;
    bottom: 13px;
    width: 100%;
    background: #6b1d45c4;
    padding: 10px 30px;
    color: #fff;
    height: 142px;
}

.vancover .figure .maple {
	background-position: right;
	background-repeat: no-repeat
}

.vancover .figure .figure-caption .b-new {
	position: relative;
}

.vancover .figure .b-new p {
	background: #fff;
	padding: 0px;
	text-align: center;
	color: #6e2249;
	font-weight: 600;
	font-size: 16px;
}


.vancover .figure .figure-caption img {
	object-fit: cover;
	object-position: left top;
	width: 100%;
	max-height: 257px
}

.vancover .figure .figure-caption h5 {
	border-bottom: 1px solid #fff;
}

.vancover .figure .figure-caption h5 {
	font-size: 27px;
	font-family: 'Merriweather', serif;
	margin-bottom: 5px;
	text-align: center;
	padding: 15px 0;
	
}

.vancover .figure .figure-caption h6 {
	font-size: 18px;
	font-family: "Sen", sans-serif;
	margin-bottom: 5px;
	text-align: center;
	padding: 10px 0;
}

.about {
	float: left;
	width: 100%;
	margin-bottom: 3%;
}

.about .title {
	float: left;
	position: relative;
	padding-left: 69px;
	width: calc(100% - 69px);
	text-transform: uppercase;
	font-weight: 700;
	color: #1B365D;
	margin-bottom: 15px;
}

.about .title:before {
	content: "";
	left: 0;
	top: 50%;
	width: 56px;
	height: 3px;
	background: #81c299;
	position: absolute
}

.about h4 {
	width: 100%;
	max-width: 490px;
	font-size: 45px;
	color: #1B365D;
	float: left;
	
}

.about p {
	font-size: 16px;
	color: #333
}

.about .link {
	color: #6B1D45;
	font-size: 15px;
	font-family: "Sen", sans-serif;
	font-weight: 700
}

.about .link img {
	margin-left: 0.5rem;
	transform: translateY(-1px)
}

.about .gallery-bg {
	position: absolute;
	left: 0;
	width: 500px;
	height: 500px;
	float: left;
	transform: translateY(-5.5rem);
	z-index: -1
}
.aboutUs .contact-info .social-media2{   
    margin-top: 23px;
    margin-bottom: 0;
    padding: 15px 0 0;}
.aboutUs .contact-info .social-media2 a {
	font-size: 50px;
		color: #81c299;
}
.gal{ padding-top:0px;}
.aboutUs .carousel-indicators {
	position: absolute;
	width: 100%;
	float: left;
	margin: 25px 0;
	left: auto;
	right: auto
}

.aboutUs .carousel-indicators li {
	width: 10px !important;
	height: 2px;
	border: 0;
	border-radius: 50%;
	background: #a1aaad
}

.aboutUs .carousel-indicators li.active {
	background: #81c299
}

.aboutUs .carousel-control-prev-icon,
.aboutUs .carousel-control-next-icon {
	background-image: none;
}
.aboutUs .carousel-control-prev,.aboutUs .carousel-control-next {
	width:unset
}

.aboutUs .about-content table .thead-success th:first-child {
	background: transparent;
}

.aboutUs .table .thead-success th {
	background-color: #81c299;
	color: #fff;
}

.about .gallery {
	float: left;
	width: 100%;
	padding-top: 3rem
}

.about .gallery .container .section-row {
	border-bottom: solid 1px #a1aaad;
	padding-bottom: 3rem
}

.about .gallery .col-lg-3 {
	padding: 5px
}

.testimonial {
	background: linear-gradient( #00408573, #00408561), url(../images/Testimonials-new.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	color: #fff;
	padding: 0px ;
}

.testimonial-wrapper h2 {
	color: #fff;
	
}

.testimonial .carousel-control-prev {
	    justify-content: flex-start;
    opacity: 1;
    bottom: 215px;
    width: 4%;
    height: 0;
    margin-top: 9%;
}

.testimonial .carousel-control-prev .carousel-control-prev-icon {
	background: url(../images/slider-left.png);
	width: 48px;
	height: 48px;
	background-position: left center
}

.testimonial .carousel-control-next {
	    justify-content: flex-end;
    opacity: 1;
    bottom: 215px;
    width: 4%;
    height: 0;
    margin-top: 9%;
}

.testimonial .carousel-control-next .carousel-control-next-icon {
	background: url(../images/slider-right.png);
	width: 48px;
	height: 48px;
	background-position: left center;
	z-index: 20
}

.testimonial .testimonial-wrapper {
	max-width: 700px;
	margin: auto;
	text-align: center;
	padding-top: 47px
}

.testimonial .testimonial-wrapper p {
	font-size: 18px;
	color: #fff;
	margin-bottom: 0;
	margin-top: 8px;
}

.testimonial .testimonial-wrapper p a {
	color: #fff;
	text-decoration: underline
}

.testimonial .testimonial-slider {
	float: left;
	width: 100%;
	text-align: center;
	padding: 1rem 0 3rem;
	margin-top: 0px
}

.testimonial .testimonial-slider .container {
	max-width: 755px;
	border: 0
}

.testimonial .testimonial-slider .container p {
	font-size: 18px;
	font-weight: 400;
	font-family: "Sen", sans-serif;
	color: #fff;
}

.testimonial .testimonial-slider .container p .icon {
	color: #81c299;
	font-size: 27px;
	margin: 10px 0px;
}

.testimonial .testimonial-slider .container h6 {
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	float: left;
	width: 100%;
	font-family: "Sen", sans-serif
}

.testimonial .testimonial-slider .container .link-btn {
	background: none;
	color: #fff !important;
	font-weight: 700
}

.testimonial .testimonial-slider .container .link-btn img {
	transform: translateY(-2px)
}

.contact-secton {
	padding-top:30px;
	padding-bottom: 0
}



.contact-secton .contact-form {
	background: #FAFAFA;
	padding: 40px;
	margin-bottom: 41px;
}

.contact-secton .contact-form .label-n {
	margin-top: 20px;
	margin-bottom: 15px;
}

.contact-secton .contact-form label {
	text-align: left;
	float: left;
	font-weight: 600;
}

.contact-secton .contact-form .form-control {
	border-radius: 0;
	border-color: #a1aaad
}

.contact-secton .contact-form .custom-control-label {
	margin-bottom: 10px;
	font-weight: 500;
}

.contact-secton .contact-form .link-btn {
	border: Solid 1px #81c299;
	text-transform: uppercase;
	color: #81c299 !important;
}

.contact-secton h5 {
	font-size: 20px;
	font-weight: 300;
	float: left;
	width: 100%;
	text-align: left
}

.contact-secton .contact-container {
	width: 100%;
	float: left;
	width: 100%;
	margin-top: 50px
}

.contact-secton .contact-container .contact-info {
	margin-top: 20px;
	text-align: left;
	margin-left: 40px;
}

.contact-secton .contact-container .contact-info h5 {
	font-family: "Sen", sans-serif;
	font-size: 15px;
	font-weight: 700
}

.contact-secton .contact-container .contact-info h5 address {
	display: inline;
	color: #6B1D45
}

.contact-secton .contact-container .contact-info h5 a {
	font-size: 15px;
	font-weight: 700;
	color: #6B1D45;
	font-family: "Sen", sans-serif
}

.contact-secton .contact-container .contact-info .social-media {
	padding: 0px;
}

.contact-secton .contact-container .contact-info .social-media a {
	font-size: 19px;
	margin-right: 18px;
	margin-top: 10px;
	color: #81c299;
	text-transform: uppercase;
	font-weight: 600;
}

.contact-secton .contact-container .contact-info .social-media a span {
	font-size: 16px;
	margin-right: 8px;
	margin-top: 10px;
	color: #81c299;
	text-transform: uppercase;
	font-weight: 600;
}

.contact-secton .contact-container .contact-info .social-media-n {
	 padding: 30px 0px 10px;
}

.contact-secton .contact-container .contact-info .social-media-n a {
	font-size: 25px;
	margin-right: 15px;
	margin-top: 10px;
	color: #81c299;
	text-transform: uppercase;
	font-weight: 600;
}

.contact-secton .contact-container .contact-info .social-media-n a:hover {
	color: #81c299
}

.contact-secton .contact-container .contact-info .social-media a:hover {
	color: #81c299
}

.contact-secton .contact-container .contact-info .card {
	border: 0;
	width: 100%;
	float: left
}

.contact-secton .contact-container .contact-info .card .card-body {
	padding-left: 0;
	padding-right: 0
}

.contact-secton .contact-container .contact-info .card .card-body .card-title {
	font-size: 20px;
	text-transform: uppercase
}

.contact-secton .contact-container .contact-info .card .card-body .card-text {
	font-size: 15px
}

.contact-secton .contact-container .contact-info .card .card-body .table table tr td {
	padding: 3px 0;
	font-size: 15px
}

.contact-secton .business-tags {
	border-top: solid 1px #e7e7e7;
	margin-top: 50px;
	padding: 1rem 0
}

.contact-secton .contact-container .contact-info table>tbody>tr>th {
	text-align: left !important;
	padding-top:15px;
}

.contact-secton .contact-container .contact-info table>tbody>tr>td {
	text-align: left ;
}

.contact-secton .contact-container .contact-info h3 {
	color: #1b365d;
	font-weight: 600;
	font-size: 25px;
	font-family: 'Sen'
}

.contact-secton .contact-container .contact-info p {
	font-size: 17px;
	padding-top: 11px;
}

.contact-secton .contact-container .contact-info .cont-end{
	padding-top:30px;
	
}

.contact-secton .business-tags .badge {
	font-size: 12px;
	background: #f3f3f3;
	font-weight: normal;
	padding: 7px 10px;
	margin-bottom: 10px;
	border-radius: 8px;
	margin-right: 10px;
	color:#000
}

.book-apppointment {
	float: left;
	width: 100%;
	background-image: url(../images/footer-bg.png);
	background-position: left top
}

.book-apppointment .container .page-heading {
	max-width: 888px !important;
	margin: auto;
	color: #fff;
	float: none
}

.book-apppointment .container .page-heading .link-btn-reverse {
	text-transform: uppercase;
	margin-top: 20px
}

.book-apppointment .container .page-heading .link-btn-reverse:hover {
	color: #fff !important
}

.aboutUs {
	padding-bottom: 2rem
}

.aboutUs .pebbel-left {
	top: 27%;
	width: 100%
}

.aboutUs .pebbel-left img {
	height: 31rem
}

.aboutUs .pebbel-left.third {
	top: 60%
}

.aboutUs .pebbel-right {
	top: 44%
}

.aboutUs .pebbel-right img {
	height: 31rem
}

.aboutUs .hot-meals .container {
	background-position: 90% bottom;
	background-repeat: no-repeat
}

.aboutUs .about-content {
	float: left;
	width: 100%
}

.aboutUs .about-content .container {
	padding-bottom: 3.5rem
}
.aboutUs .watch .container {
	padding-bottom: 1.5rem
}
.aboutUs .about-content .col-md-6 {
	padding-right: 1.5rem;
	padding-left: 0
}

.aboutUs .about-content .e-col {
	padding-right: 0;
	padding-left: 0;
}

.aboutUs .about-content .e-col img {
	width: 100%
}

.aboutUs .about-content .col-md-6 img {
	width: 100%
}

.aboutUs .about-content h3 {
	font-size: 45px;
	font-family: sans-serif;
	color: #1B365D !important;
	margin-top: 0
}

.aboutUs .about-content p {
	float: left;
	width: 100%;
	color: #1B365D
}

.aboutUs .about-meal {
	margin-top: 2%;
	padding-left: 45px !important;
	padding-right: 35px !important;
}

.aboutUs .about-meal p {
	color: #1B365D;
	font-weight: 600;
	font-size: 16px;
	text-transform:uppercase
}

.aboutUs .about-content ul {
	padding-left: 20px
}

.aboutUs .about-content ul li {
	padding: 5px 0;
	color: #1B365D;
	width: 98%;
	font-size: 16px
}

.aboutUs .teaching-staff ul {
	padding-left: 20px
}

.aboutUs .teaching-staff ul li {
	       padding: 0;
    color: #1B365D;
    width: 89%;
    font-size: 18px;
    display: inline-block;
    text-align: left;
    margin-top: 5%;
    padding-left: 80px;
}

.aboutUs .teaching-staff ul li:before {
	content: '\f111';
	font-family: 'FontAwesome';
	float: left;
	margin-left: -1.7em;
	color: #81c299;
	font-size: 14px;
	margin-top: 3px;
}
.tui-bot{
	margin-bottom: 50px;
}
.aboutUs .tuition {
	    padding-left: 60px;
    padding-top: 10px;
    width: 100%;
}
  .tui-head{
	    font-weight: 600;
    font-size: 20px !important;
}
.aboutUs .tuition P {
	    font-size: 17px;
}

.aboutUs .tuition p a {
	color: #6B1D45;
	text-decoration: underline
}

.aboutUs .tuition ul {
	padding-inline-start: 0px;
}

.aboutUs .tuition ul li {
	padding: 10px 0px;
	color: #131416;
	font-size: 18px;
	display: inline-block;
	text-align: left;
	font-weight: 600;
}

.aboutUs .tuition ul li span {
	color: #81C299;
	    padding-left: 5px;
}

.aboutUs .enhanced {
	width: 100%;
	padding-left: 60px;
}

.aboutUs .enhanced p {
	font-size: 18px;
	width: 86%;
}

.aboutUs .enhanced .e-head,
.aboutUs .enhanced2 .e-head {
	font-size: 18px;
	font-weight: 600;
	text-transform:uppercase
}

.aboutUs .enhanced2 p a {
	color: #6c1d45;
	text-decoration: underline;
}

.aboutUs .enhanced2 {
	width: 100%;
	padding-left: 60px;
}

.aboutUs .enhanced2 p {
	font-size: 19px;
	width: 83%;
}

.aboutUs .enhanced2 ul {}

.aboutUs .enhanced2 ul li {
	display: inline-block;
	text-decoration: none;
	font-size: 18px;
	width: 84%;
	padding-bottom: 20px;
	padding-left: 15px;
}

.aboutUs .enhanced2 ul li:before {
	content: '\f111';
	font-family: 'FontAwesome';
	float: left;
	margin-left: -2.5em;
	color: #81c299;
	font-size: 14px;
	margin-top: 3px;
}

.aboutUs .about-content table .thead-light th {
	border-color: transparent;
	border: 0;
	padding: 0.55rem 1rem
}

.aboutUs .about-content table .thead-light th:first-child {
	background: transparent
}

.aboutUs .about-content table td[scope="row"] {
	font-weight: bold;
	padding-left: 0;
	padding-top:12px;
	font-size: 16px;
    color: #000;
}

.aboutUs .about-content table td {
	    border-top: 0;
    border-bottom: 1px solid #A1AAAD;
    font-family: "Sen", sans-serif;
    padding: 4px 25px 4px 5px;
    font-size: 14px;
    color: #1B365D;
    line-height: 1.5;
}

.aboutUs .about-content table th {
	border: 0;
	color: #1B365D;
	font-family: "Sen", sans-serif
}

.wmg .w-head {
	font-size: 21px;
}

.wmg {}

.wmg p {
	padding: 0px 8px;
	font-size: 18px;
}

.wmg img {
	margin-bottom: 20px;
}

.wmg-bottom {
	background: #81c299;
	text-align: center;
	margin-bottom: 7px;
}

.wmg-bottom p {
	color: #fff;
	font-size: 18px;
	padding: 20px 0px;
	margin: auto;
	text-transform: uppercase
}

.btn-wmg {
	color: #81c299;
	background-color: #ffffff;
	border-color: #ffffff;
	border-radius: 0;
	margin-left: 20px;
	padding: 8px 30px;
}

.btn-wmg:hover {
	color: #81c299
}

.abt-tad {
	padding-bottom: 0rem;
}

.tad {
	width: 81%;
	padding-left: 10px;
}

.tad h4 {
	    font-size: 16px;
    color: #1c365b;
    font-weight: 600;
    padding-bottom: 7px;
}

.tad p {
	    padding: 0px 10px 12px 0px;
    font-size: 17px;
}

.bdr-btm_1 {
	border-bottom: solid 1px #A1AAAD
}

.program-baby ul {
	padding: 0;
	width: 100%;
	float: left;
	list-style: none;
	margin-top: 2.1rem;
	border-bottom: solid 1px #a1aaad;
	padding-bottom: 30px
}

.program-baby ul li {
	width: calc(100% / 5);
	padding: 10px 20px;
	float: left;
	text-align: center
}

.program-baby ul li span {
	width: 140px;
	height: 140px;
	background: #ebf5f7;
	border-radius: 50%;
	display: inline-block;
	line-height: 140px
}

.program-baby ul li p {
	float: left;
	width: 100%;
	margin-top: 20px;
	font-size: 14px;
	font-family: "Sen", sans-serif;
	color: #1B365D;
	font-weight: 700;
	text-align:center
}

.program-baby .sample-scheduled {
	margin: 0 0 3em;
}

.program-baby .sample-scheduled .time {
	background: #f3f5f7;
	font-size: 15px;
	padding: 12px 17px;
	font-weight: 500;
	width: 100px;
	float: left;
}

.program-baby .sample-scheduled .desc {
	font-size: 14px;
	font-weight: 600;
	padding: 12px 0;
	border-bottom: solid 1px #a1aaad;
	margin-left: 20px;
	width: calc(100% - 125px);
	float: right
}

.program-gallery{
	display: flex;
	flex:wrap;
    padding: 45px 0 29px 0;
}
.program-baby .program-gallery .program-gallery-image {
	padding: 5px
}

.program-baby .program-gallery .program-gallery-image img {
	width: 100%
}

.blockquote {
	float: left;
	position: relative;
	line-height: 33px;
	padding-left: 20px
}

.blockquote .quote {
	color: #fa4616;
	font-size: 3rem;
	display: inline-block;
	height: 25px;
	width: 24px;
	margin-top: 0px;
	position: absolute;
	left: -20px;
	top: 0px
}

.blockquote .quote:before {
	content: ' " ';
	padding-left: 10px
}

.blockquote .quote.last {
	position: relative;
	left: 0;
	right: auto;
	top: 10px
}

.blockquote .quote.last:before {
	padding-left: 0
}

.blog-listing {
	float: left;
	width: 100%
}

.blog-listing .container {
	max-width: 1110px
}

.blog-listing .card {
	max-width: 1110px
}

.blog-listing .sub-heading {
	font-size: 20px;
	font-weight: 400;
	color: #1B365D;
	font-family: sans-serif;
	text-transform: uppercase
}

.blog-listing .card {
	float: left;
	width: 100%;
	border: 0;
	margin-bottom: 45px
}

.blog-listing .card .card-body {
	position: relative;
	padding: 0
}

.blog-listing .card .card-body .blog-content {
	max-width: 700px
}

.blog-listing .card .card-body .postedon {
	position: absolute;
	bottom: 0;
	left: 15px;
	font-size: 12px;
	font-weight: 300;
	color: #1B365D;
	font-size: 15px
}

.blog-listing .card .card-body .postedon em {
	font-style: normal;
	color: #1B365D
}

.blog-listing .card .card-body img {
	object-fit: cover;
	object-position: left top;
	max-height: 250px;
	width: 100%
}

.blog-listing .card .card-body .card-title {
	font-size: 35px;
	font-weight: 200;
	color: #1B365D
}

.blog-listing .card .card-body p {
	font-size: 15px;
	color: #333
}

.blog-detail {
	float: left;
	width: 100%;
	margin-bottom:10px;
}

.blog-detail .page-heading:before {
	display: none
}

.blog-detail .meet-team {
	border: 0;
	padding-top: 0
}

.blog-detail .meet-team .team-slider {
	max-width: none
}

.blog-detail .meet-team .team-slider .carousel {
	border: 0;
	box-shadow: 0 0 0;
	border-top: solid 1px #efefef;
	padding: 3rem 0 0 0;
	float: none;
	max-width: 960px;
	margin: auto
}

.blog-detail .meet-team .team-slider .carousel .carousel-inner {
	max-width: 1050px
}

.blog-detail .meet-team .team-slider .carousel .carousel-inner .carousel-item {
	padding: 3rem 15px 0;
	border: 0
}

.blog-detail .meet-team .team-slider .carousel .team-desc p {
	max-width: 100%;
	font-size: 17px
}

.blog-detail .inner-container {
	max-width: 1083px;
	margin: auto;
	padding: 0 30px
}

.blog-detail .inner-container .sub-heading {
	margin: 30px 0;
	font-size: 20px;
	color: #1B365D;
	font-weight: 200;
	font-family: sans-serif;
	float: left;
	width: 100%;
	margin-top: 20px
}

.blog-detail .inner-container .sub-heading.inner-sub-heading {
	color: #1B365D;
	font-size: 50px;
	text-align: center;
	font-family: "Caveat", cursive
}

.blog-detail .inner-container .seperator {
	padding: 30px 0 0
}

.blog-detail .inner-container .figure {
	margin-bottom: 0
}

.blog-detail .inner-container figcaption {
	font-size: 12px
}

.blog-detail .inner-container img {
	max-width: 100%
}

.blog-detail .page-heading {
	text-align: center
}

.blog-detail h3 {
	text-align: center;
	font-size: 2rem;
	font-family: "Sen", sans-serif;
	font-weight: 400;
	color: #1B365D
}

.blog-detail h3 em {
	font-style: normal;
	color: #1B365D
}

.blog-detail .related-blog {
	float: left;
	width: 100%;
	clear: both;
	margin-top: 25px;
	font-family: "Sen", sans-serif
}

.blog-detail .related-blog .sub-heading {
	font-size: 50px;
	text-align: left;
	margin-bottom: 20px;
	font-weight: 300;
	font-family: "Caveat", cursive;
	float: left;
	width: 100%
}

.blog-detail .related-blog .card {
	border: 0;
	border-radius: 0;
	margin-bottom: 30px
}

.blog-detail .related-blog .card .card-title {
	color: #333;
	margin-top: 15px;
	font-size: 20px;
	font-weight: 300;
	font-family: sans-serif;
	margin-bottom: 0
}

.blog-detail .related-blog .card img {
	border-radius: 0
}

.blog-detail .related-blog .card .card-body {
	padding: 0
}

.blog-detail .related-blog .card .card-body a {
	color: #1B365D;
	font-size: 12px;
	font-weight: 700;
	font-family: "Sen", sans-serif;
	position: relative;
	letter-spacing: 1px
}

.blog-detail .related-blog .card .card-body a:before {
	content: "";
	width: 0;
	bottom: -2px;
	left: 0;
	position: absolute;
	background: #1B365D;
	height: 2px;
	transition: width 0.2s ease-in-out
}

.blog-detail .related-blog .card .card-body a:hover {
	color: #333
}

.blog-detail .related-blog .card .card-body a:hover:before {
	width: 100%
}

footer {
	float: left;
	width: 100%;
	padding: 90px 0 0px 0;
	background: #1B365D;
	border-top: solid 4px #81c299;
}

footer .footer-logo {
	width: 90px;
	margin-right: 35px;
	float: left
}

footer .powered-by {
	text-align: right
}

footer .powered-by img {
	margin-top: -5px
}

footer .social-media a {
	display: inline-block;
	margin: 0 7px;
	font-size: 1.5rem
}

footer .social-media a:first-child {
	margin-left: 0
}

footer .footer-content {
    width: calc(100% - 150px);
    float: left;
    padding-right: 3px;
    padding-bottom: 70px;
}

footer h4 {
	font-size: 24px;
	font-family: sans-serif;
	color: #fff;
	margin-bottom: 20px;
	margin-top: 0
}

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

footer ul li {
	float: left;
	width: 100%
}

footer ul li a {
	color: #fff;
	font-size: 15px;
	padding: 5px 0;
	display: inline-block
}

footer ul li:hover a {
	color: #fff
}

footer ul li:first-child a {
	padding-top: 0
}

footer p {
	color: #fff;
	font-size: 14px;
	font-family: "Sen", sans-serif;
	padding: 0px;
}

footer a,
footer a:hover {
	color: #fff
}

footer .copyright {
	margin-top: 20px;
	float: left;
	width: 100%
}

footer .lower-footer {
	background: #122848;
	color: #fff;
	text-align: center;
	border-top: 2px solid #81c299;
}

footer .lower-footer p {
	background: #122848;
	color: #fff;
	text-align: center;
	padding: 42px 0px 15px;
}

footer .peb-p {
	padding: 15px 0px;
}

.map img {
	width: 100%;
	height: auto;
}

.cont p {
	padding: 25px 30px 0px;
	text-align: center;
	font-size: 19px;
}

.head-low {
	background: #1c365b;
	color: #fff;
	padding: 25px;
	top: 10px;
	border-bottom: 5px solid #81C299;
	font-weight: 600;
	font-size: 20px;
	text-align: right;
	position: relative;
	z-index: 9;
}

.log-btn {
	background: #fff;
	color: #6B1D45 !important;
	padding: 0 30px;
	transition: all 0.3s ease-in-out;
	display: inline-block;
	height: auto;
	line-height: 50px;
	font-size: 15px;
	font-weight: 600;
	font-family: "Sen", sans-serif;
	border-radius: 15px;
	border: 1px solid #6b1d45;
}

footer .start-ul {}

footer .start-ul ul {
	width: 90%;
}

footer .mid-ul {}

footer .mid-ul ul {
	padding-left: 25px;
}


}
footer .copyright p,
footer .copyright a {
	font-size: 14px
}
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
	box-shadow: 0 0 10px rgb(0 0 0 / 10%);
	z-index: 999;
	background-color: #fff;
	padding: 12px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.h-abt p {
	font-size: 17px;
	color: #333;
	font-weight: 500;
	line-height: 1.4;
	padding: 10px 0px 10px 0px;
}
.h-abt h4 {
	font-family: 'Merriweather', serif;
}
.sub-menu-toggle{
	display:none;
}

.error-content{
	margin:30px 0px;
	padding:0px;
}

.error-content span {
    color: #6c1d45;
    font-size: 3rem;
   
    font-weight: 600;
}

.error-content h3 {
    
    font-size: 11rem;
    color: #1c365b;
    line-height: 10rem;
    margin: 30px 0px;
}
.error-btn{
    background: #6c1d45;
  
    display: inline-block;
    
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    border: 0;
    letter-spacing: 1px;
    position: relative;
    font-family: "Montserrat";
    height: 49px;
    line-height: 19px;
    color: #fff;
     border-radius: 11px;
    padding: 15px 29px;
}
.error-btn:hover{
	color:#fff
}
.error-content p {
    font-size: 18px;
}

.inner-pages{}
.inner-pages .section-row { float: left; width: 100%; padding: 2rem 0;}
.inner-pages figure img{ background-size: cover; width: 100%;height: auto;}
.inner-pages .entry-title{text-align:center;padding:10px 0px;}
.cra-gallery{}
.cra-gallery img{
	width:527px; height:527px; object-fit:cover
}

.myvideo{
	    position: fixed;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.8);
    z-index: 9999;
    display: none;
}
.video-close {
    cursor: pointer;
    position: absolute;
    font-size: 34px;
    right: .75em;
    margin-top: 33px;
    padding: .25em;
    z-index: 2;
    line-height: 1;
    color: #fff;
}
.video-modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	    width: 75%;
}
.myvideo .videoFrame {
    padding-bottom: 56.25%;
}
.myvideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100% !important;
    border: 0;
    background-color: #000;
}
.popup-btn{
	opacity: 1;
    transition: opacity .4s;
    transition-delay: 0ms;
}
.sec-insta{
	background-color:#81c299;
	    margin-bottom: 50px;
}
.vancouver_insta{
	margin-bottom:0px;
}
.meal_section{
	padding:0px;
}
.sec-insta h2{color:#fff}
.g-new{}
.g-new img{
	  max-width: 380px;
    height: 300px;
    object-fit: cover;
    padding: 8px 12px;
    margin: 0 auto;
    display: block;
    width: 270px;
}

.gm-style .gm-style-iw-c{
  border-radius: 0;
}
.info_box {
    height: 180px;
}
.header_info strong{
    font-weight: bold;
    font-size: 14px;
    text-transform: capitalize;
}
.header_info {
    min-height: 50px;
}
.bottom__info_section {
    background: #eee;
    padding: 10px;
    font-size: 14px;
}
.bottom__info_section .head{
  display: inline-block;
  width: 100%;
  font-weight: 600;
  color: #888;
  padding: 0 0 10px 0;
}
.bottom__info_section .info_add{
  font-size: 13px;
}
.bottom__info_section a{
  display: inline-block;
  margin-top: 5px;
  width: 100%;
}

@media only screen and (max-width:1026.98px) {

	
	.vancover .figure .b-new p {
		background: #fff;
		padding: 0px !important;
		text-align: center;
	}
	
	.vancover .figure .maple {
		
		background-position: right;
		background-repeat: no-repeat
	}
	
		
	.page-heading {
		padding: 30px 0px 30px;
	}
	
	.wmg p {
		padding: 0;
	}
	
	.aboutUs .enhanced {
		width: 100%;
		padding: 62px 10px;
	}
	
	.aboutUs .enhanced2 {
		width: 100%;
		padding: 10px 10px;
	}
	
	.aboutUs .enhanced p,
	.aboutUs .enhanced2 p {
		width: 90%;
	}
	
	.aboutUs .enhanced2 ul li {
		display: inline-block;
		text-decoration: none;
		font-size: 17px;
		width: 88%;
		padding-bottom: 3px;
	}
	
	.aboutUs .teaching-staff ul li {
		padding: 0;
		color: #1B365D;
		width: 94%;
		font-size: 17px;
		display: inline-block;
		text-align: left;
		margin-top: 3%;
		padding-left: 38px;
	}
	.vancover .figure .figure-caption h5 {
	font-size: 22px;
	padding: 20px 0;
	}

.vancover .figure .figure-caption h6 {
	font-size: 16px;}
	.tad {
    width: 91%;
    padding-left: 10px;
    margin-top: 11px;
}
.heading-para-baby{
    font-size: 17px;
    padding: 36px 20px;
}
.program-gallery{
	padding:25px 0 30px 0
}
.page-heading-blog {
    
    font-size: 35px;

}
.g-new img {
       height: 230px;
       width: 100%;
	   padding: 16px 0px;
}
.g-new{margin:3%}
.sec-insta h2 {
    color: #fff;
    padding-top: 25px;
    padding-bottom: 5px;
    font-size: 28px;
}
.aboutUs .contact-info .social-media2 {
    margin-top: 0;
    margin-bottom: 30px;
    padding: 15px 0 0;
}
}
@media only screen and (max-width: 1199.98px) {
	.container {
		max-width: 96% !important;
		padding: 0 15px
	}
	
	header {
		padding: 10px 0 0 !important
	}
	
	header .navbar-brand {
		position: relative;
		width: 150px;
		padding-bottom: 0
	}
	
	header nav.navbar ul {
		margin-left: 0;
		margin-top: 10px;
		margin-bottom: 20px
	}
	
	header nav.navbar ul li {
		padding: 7px 20px
	}
	
	.header-right {
		padding-bottom: 15px;
		float: left;
		width: 100%;
		max-width: none
	}
	
	.slider {
		transform: translateY(0)
	}
	
	.slider .carousel-inner .carousel-caption h5 {
		font-size: 24px
	}
	
	.slider .carousel-inner .carousel-caption h6 {
		font-size: 19px
	}
	
	.vancover {
		padding: 0px !important
	}
	
	.testimonial,
	.follow-instagram {
		padding-top: 0
	}
	
	.blog-listing .card {
		width: 100% !important
	}
	
	.blog-listing .card .card-body .card-title {
		margin-top: 15px
	}
	.gal{ padding-top:0px;}
}
@media only screen and (max-width: 991.98px) {

	header nav.navbar ul .menu-item.menu-item-has-children span.toggleIcon {
	    height: 37px;
	    width: 30px;
	    position: absolute;
	    right: 0;
	    top: 0;
	}
	header nav.navbar ul .menu-item.menu-item-has-children span.toggleIcon i {
	    position: absolute;
	    right: 7px;
	    top: 20px;
	    background: #000;
	    height: 2px;
	    width: 16px;
	}
	header nav.navbar ul .menu-item.menu-item-has-children span.toggleIcon:after {
	    height: 15px;
	    width: 2px;
	    content: "";
	    position: absolute;
	    background: #000;
	    right: 14px;
	    top: 13px;
	}
	header nav.navbar ul li.menu-item-has-children:hover .sub-menu{display: none;}


	.container {
		max-width: 95%
	}
	
	.page-heading {
		line-height: 1.2;
    margin-bottom: 2rem;
    padding: 40px 0;
	}
	
	header nav.navbar ul li .sub-menu {
		width: 100%;
		border: 0;
		left: 20px;
		position: static
	}
	
	header nav.navbar ul li.menu-item-has-children .nav:after {
		display:none;
	}
	
	.header-right img {
		margin-top: 0 !important
	}
	
	.slider .carousel-inner .carousel-caption {
		position: unset;
		left: auto;
		transform: translate(0, 0);
		max-width: 100%;
		float: left;
		width: 100%;
		padding: 5px;
	}
	
	.vancover:before {
		left: 0
	}
	
	.vancover .figure .figure-img {
		width: 100%;
		height: auto;
	}
	
	.about .title {
		text-align: center;
		padding-left: 9px;
		width: calc(100% - 1px);
	}
	
	.about .title:before {
		width: 25px;
		left: auto;
		transform: translateX(-40px)
	}
	
	.about h4 {
		font-size: 24px;
		text-align: center;
		max-width: none
	}
	
	.about p {
		text-align: center
	}
	
	.about .gallery-bg {
		display: none
	}
	
	.testimonial .testimonial-slider {
		margin-top: 0;
		padding-bottom: 4rem
	}
	
	.contact-secton .contact-form {
		max-width: none
	}
	
	.testimonial .testimonial-slider .container p {
		padding: 0 25px;
	}
	
	.contact-secton .contact-container .contact-info {
		text-align: center;
		max-width: 100%
	}
	
	.contact-secton .contact-container .contact-info h3,
	.contact-secton .contact-container .contact-info p,
	.contact-secton .contact-container .contact-info .social-media {
		text-align: left
	}
	
	.contact-secton .business-tags {
		padding: 10px 0;
	}
	
	.contact-secton .contact-container .contact-info table>tbody>tr>td {
		text-align: left ;
	}
	
	.aboutUs .about-content .col-md-6 {
		padding-right: 15px
	}
	
	.aboutUs .about-content .e-col {
		padding-right: 0;
		padding-left: 0;
	}
	
	.program-baby ul li {
		width: calc(100% / 3)
	}
	
	.aboutUs .teaching-staff ul li {
		padding: 10px 10px 10px 40px;
	}
	
	.aboutUs .tuition {
		width: 100%;
		    padding-left: 18px;
    padding-right: 15px;
	padding-top:20px;
	}
	
	.aboutUs .enhanced2 p,
	.aboutUs .enhanced2 ul li {
		width: 100%;
	}
	
	.wmg p {
		padding: 0;
	}
	
	.tad {
    padding: 25px 0px 0 20px;
    width: 100%;
}
	
	.aboutUs .enhanced p {
		font-size: 18px;
		width: 100%;
		padding-bottom: 5%;
	}
	
	.aboutUs .enhanced {
		width: 81%;
		padding: 20px 10px;
	}
	
	.aboutUs .enhanced2 {
		width: 81%;
		padding: 10px 0 20px;
		padding-bottom:0
	}
	
	.program-baby ul li p {
		height: 43px
	}
	
	.blockquote .quote {
		left: -15px
	}
	
	.blog-listing .card .card-body img {
		max-height: none
	}
	
	.blog-listing .card .card-body .card-title {
		margin-top: 0;
		font-size: 26px
	}
	
	.blog-detail .inner-container .sub-heading.inner-sub-heading {
		font-size: 22px
	}
	
	.blog-detail .page-heading {
		font-size: 2rem
	}
	
	.blog-detail .related-blog .card .card-title {
		margin-bottom: 0;
		font-size: 14px
	}
	
	footer .powered-by {
		margin-left: 0;
		text-align: center
	}
	
	.head-low {
		text-align: center;
	}
	
	footer .start-ul ul {
		width: 100%;
	}
	
	footer .mid-ul ul {
		 padding-left: 52px;;
	}
	footer .peb-p {
    padding: 15px 0px;
    text-align: center;
}
.gal{ padding-top:0px;}


.testimonial .carousel-control-prev ,.testimonial .carousel-control-next{
           width: 7%;
    margin-top: 17%;
}
.modal-header .close {  right: 39px;}
.g-new img {
      width: 100%;
}
.g-new {
    margin-top: 4%;
}
.sec-insta h2 {
       color: #fff;
    padding-top: 25px;
    padding-bottom: 5px;
    font-size: 28px;
}
.aboutUs .contact-info .social-media2 {
    margin-top: 0;
    margin-bottom: 30px;
    padding: 15px 0 0;
}
.aboutUs .about-meal{
	margin-top:20px;
}
}

@media only screen and (max-width: 767.98px) {
	.container {
		max-width: 100%;
		padding: 0 15px
	}
	
		
	.slider .carousel-inner .carousel-caption {
		padding: 5px 0
	}
	
	.section-row {
		padding: 2rem 0
	}
	
	.vancover .content-sec {
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 1rem !important
	}
	
	.about .curiculam-image {
		text-align: center
	}
	
	
	
	.vancover .figure .b-new p {
		background: #fff;
		padding: 0px !important;
		text-align: center;
	}
	
	.vancover .figure .maple {
		
		background-position: right;
		background-repeat: no-repeat
	}
	
	
	
	.about .link img {
		margin-left: 0
	}
	
	.about .gallery {
		padding-top: 2rem
	}
	
	.testimonial {
		height: 80%;
		background-size: cover;
	}
	
	.testimonial .testimonial-wrapper {
		padding-top: 1.5rem
	}
	
	.contact-secton .contact-container {
		margin-top: 0
	}
	
	.testimonial .testimonial-slider .container p {
		font-size: 14px;
		padding: 0 25px;
	}
	
	.contact-secton .contact-container .contact-info {
		text-align: center;
		margin-left: 0px;
	}
	
	.contact-secton .contact-container .contact-info .social-media {
		text-align: center !important
	}
	
	.contact-secton .contact-container table {
		margin: 0 auto;
	}
	
	.contact-secton .contact-container .contact-info h3,
	.contact-secton .contact-container .contact-info p,
	.contact-secton .contact-container .contact-info .social-media {
		text-align: center;
	}
	
	.book-apppointment {
		padding: 2rem 0
	}
	
	.contact-secton .business-tags {
		padding: 10px 0;
		text-align: center;
	}
	
	.testimonial,
	.follow-instagram {
		padding: 2rem 0
	}
	
	.aboutUs .about-content h3 {
		font-size: 1.5rem;
		margin-top: 15px
	}
	
	.program-baby .schedule-table {
		padding: 0
	}
	
	.program-baby .schedule-table .col-md-12 {
		padding: 0
	}
	
	.blog-listing .card .card-body .card-title {
		margin-top: 0;
		margin-bottom: 0;
		font-size: 18px
	}
	
	.blog-listing .card .card-body p {
		text-align: left !important
	}
	
	.blog-detail .meet-team .team-slider .carousel .carousel-inner .carousel-item {
		padding: 2rem 2rem;
		text-align: center
	}
	
	.blog-detail .meet-team .team-slider .carousel .team-desc h3 {
		text-align: center !important;
		margin-top: 20px
	}
	
	.blog-detail .inner-container .sub-heading {
		text-align: center
	}
	
	.blog-detail .related-blog .sub-heading {
		text-align: center;
		font-size: 40px
	}
	
	footer .footer-logo {
		margin-top: 0
	}
	
	footer .footer-content {
		margin-top: 30px
	}
	
	footer h4 {
		text-align: center
	}
	
	footer ul li {
		padding-left: 0;
		text-align: Center
	}
	
	footer ul {
		margin-top: 30px;
	}
	
	footer .copyright {
		margin: 0
	}
	
	footer .copyright .col-md-6 {
		padding: 0
	}
	
	.head-low {
		text-align: center;
		padding: 15px;
	}
	
	.cont p {
		padding: 25px 6px 0px;
		text-align: center;
	}
	
	footer p {
		padding: 0;
	}
	
	footer .peb-p {
		padding: 15px 0;
	}
	.vancover .figure .figure-caption h5 {
    font-size: 20px;
    padding: 20px 0;
 }
 .vancover .figure .figure-caption {
    position: relative;
    left: 0;
    bottom: 13px;
    width: 100%;
    background: #6b1d45c4;
    padding: 0px 2px;
    color: #fff;
    height: 142px;
}
.aboutUs .enhanced {
		width: 90%;
		padding: 10px 10px 0;
	}
	
	.aboutUs .enhanced2 {
		width: 90%;
		padding: 20px 0 20px;
		padding-bottom:0
	}
	.aboutUs .enhanced p {
    font-size: 18px;
    width: 100%;
    padding-bottom: 0
}
.program-gallery {
    display: grid;
    flex: wrap;
    padding: 29px 0;
}
.program-baby .program-gallery .program-gallery-image {
    padding: 5px;
    margin: 0 auto;
}
.blog-page-sub-image img{
	width:290px;
	height:218px;
	object-fit:cover;
	margin: 20px auto;
	display:block
}
.blog-page-sub-heading {
       text-align: center;
}
.page-heading-blog {
    
    padding-right: 0px;
  
}
.blog-page-p p{
	text-align:center
}
.cra-gallery img{
	width:100%; height:400px; object-fit:cover
}
.cra-gallery {
    padding-top: 30px;
}
.g-new img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    padding: 7px 0;
    margin: 0 auto;
    display: block;
    width: 100%;
}
}
@media only screen and (max-width: 575.98px) {
	.program-baby ul li {
		width: 100%
	}
	
	.blog-listing .sub-heading {
		text-align: center
	}
	
	.blog-listing .card .card-body .postedon {
		position: relative;
		left: 0;
		float: left;
		width: 100%;
		text-align: center
	}
	
	.blog-listing .card .card-body .card-title {
		margin-top: 15px;
		font-size: 26px;
		margin-bottom: 10px;
		text-align: center
	}
	
	.blog-listing .card .card-body p {
		text-align: center !important
	}
	
	footer .footer-logo {
		width: 100%;
		text-align: center;
		margin-top: 0px
	}
	
	footer .powered-by {
		margin-left: 0;
		text-align: center
	}
	
	footer .footer-content {
		width: 100%;
		text-align: center;
		margin-top: 15px;
		padding-bottom: 0;
	}
	
	footer ul li {
		padding-left: 0;
		text-align: center
	}
	.page-heading {
    text-align: center !important;
    padding: 25px 0px;
    font-size: 25px;
    line-height: 1.2;
}
    .page-heading-c{
		font-size:45px;
	}
	.testimonial .carousel-control-next,.testimonial .carousel-control-prev {
	margin-top:35%;
	width:11%
}
.testimonial-wrapper h2 {
    color: #fff;
    font-size: 40px;
}
	footer .start-ul ul {
		width: 100%;
	}
	
	footer .mid-ul ul {
		 padding-left: 0px;;
	}
	.gal{ padding-top:0px;}
	.aboutUs .contact-info .social-media2 {
    margin-top: 0px;
    margin-bottom: 30px;
    padding: 15px 0 0;
}
.video-modal-content {
  	    width: 100%;
}
.figure:hover .overlay{
	display:none;
}
}
@media only screen and (max-width: 320px){
.icon-img {
    top: 27%;
}
.testimonial-wrapper h2 {
    color: #fff;
    font-size: 46px;
}
.page-heading {
    text-align: center !important;
    padding: 25px 0px;
    font-size: 20px;
    line-height: 1.2;
}
 .page-heading-c{
		font-size:45px;
	}
.gal{ padding-top:0px;}
	.aboutUs .contact-info .social-media2 {
    margin-top: 0px;
    margin-bottom: 0;
    padding: 15px 0 0;
}

.table-responsive-foot table>tbody>tr>td:first-child{
	width:20%;
}
.table-responsive-foot table>tbody>tr>td:last-child{
	text-align:right !important
}
}