/*
Theme Name: Byford
Theme URI: http://daeb.com
Description: Daeb WordPress Theme
Version: 2.0
Author: DAEB
Author URI: 
Tags: PHP, HTML5, CSS3, Jquery, Javascript
*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}


ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

hidden {display:none;}

p {
	line-height:normal;
}


* {
  outline: none;
}

@font-face {
    font-family: 'Castledown';
    src: url('fonts/Castledown-Fun.woff2') format('woff2'),
        url('fonts/Castledown-Fun.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Castledown';
    src: url('fonts/Castledown-Bold.woff2') format('woff2'),
        url('fonts/Castledown-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Castledown';
    src: url('fonts/Castledown-Regular.woff2') format('woff2'),
        url('fonts/Castledown-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Castledown';
    src: url('fonts/Castledown-BoldFun.woff2') format('woff2'),
        url('fonts/Castledown-BoldFun.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

strong {
    font-weight: bolder;
}


html, body {
  color:#464646;
  font-size:16px;
	line-height: normal;
  font-family: 'Castledown';
}

html {
  height: 100%;
}

body {
	min-height: 100%;
	padding: 0px;

}

img {
	max-width:100%;
	height:auto;
}

input, textarea, select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
		-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	font-family: 'Castledown';
}

textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
-webkit-appearance: none;
border-radius: 0;
}

input[type="search"] {
      -webkit-appearance: textfield;
}

a {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.clear {
	clear:both;
}


/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

a.view-article-again {
    display: none;
}

.sub-text ul.simplefilter li {
    padding: 5px 10px 10px 10px;
    list-style: disc;
    width: 150px;
}

.alignnone {
	margin:5px 20px 20px 0;
	text-align:center;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 55px;
}

img.alignright {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}


.alignleft {
	float:left;
	margin:5px 55px 20px 0;
}

img.alignleft {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

a img.alignright {
	float:right;
	margin:5px 0 20px 55px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 55px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

.container {
	width:100%;
	min-width:1187px;
	margin:0 auto;
}

.wrap {
	width: 1187px;
	margin: 0 auto;
}

.header {
	width: 100%;
}

.menu-bg {
	background-image: url(images/menu-bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	position: relative;
}

.phone-mobile {
	position: absolute;
	right: 0px;
	top: 15px;
	display: none;
	height: 27px;
	line-height: 26px;
	background-image: url(images/phone.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 26px;
	color: #000000;
	padding-left: 35px;
	font-weight: bold;
}

.header-bottom {
	padding-bottom: 15px;
}

.header-lhs {
	float: left;
	width: 290px;
	text-align: center;
}


.phone a {
	color: #000000!important;
	text-decoration: none!important;
	height: 40px;
}

.header-mid {
	float: left;
	width: 557px;
	margin-left: 30px;
	text-align: center;
}

.header-mid  h3 {
	font-size: 27px;
	line-height: 30px;
	color: #2a2c26;
	padding-bottom: 13px;
	font-weight: bold;
}

.header-mid ul li {
	display: inline-block;
	margin: 0px 3px 0px 3px;
}

.header-mid ul li img {
	display: block;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

/* Shrink */
.hvr-shrink {
  display: inline-block;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.header-rhs {
	float: right;
	width: 276px;
	padding-top: 18px;
	text-align: center;
}

.since {
	padding-bottom: 6px;
}

.phone {
	display: inline-block;
	height: 27px;
	line-height: 26px;
	background-image: url(images/phone.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 26px;
	color: #000000;
	padding-left: 35px;
	font-weight: bold;
}


.home-banner {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.home-banner-wrap {
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 509px;
	max-width: 1430px;
	width: 99%;
	margin: 0 auto;
}

.banner-text {
	width: 725px;
	height: 509px;
	background-image: url(images/banner-txt-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	
}

.rating {
	padding: 12px 0px 28px 15%;
}


.banner-text h3 {
	font-size: 30px;
	line-height: 35px;
	color: #191919;
	width: 390px;
	padding: 0px 0px 28px 15%;
}

.banner-text h1 {
	font-size: 30px;
	line-height: 35px;
	color: #191919;
	width: 390px;
	padding: 0px 0px 28px 15%;
}

.get-button {
	padding-left: 15%;
}

.get-button a {
	background-color: #95c21d;
	color: #fff;
	padding: 18px 20px 18px 20px;
	display: inline-block;
	font-size: 20px;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.get-button a:hover {
	background-color: #4d4d4d;
	color: #fff;
	text-decoration: none;
}

.home-section1 {
	background-image: url(images/hs1-bg.png);
	background-repeat: no-repeat;
	background-position: right 80%;
}

.hs1-wrap {
	padding: 52px 0px 64px 0px;
}

.hs1-links {
	padding-bottom: 20px;
	text-align: center;
}

.hs1-links ul {
	margin-left: -30px;
	margin-right: -30px;
}

.hs1-links ul li {
	display: inline-block;
	margin: 0px 29px 40px 29px;
	width: 188px;
	height: 197px;
	background-color: #f7f7f7;
	position: relative;
		-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	overflow: hidden;
}


.hs1-links ul li:nth-child(1) {
	background-color: #32aae2;
}

.hs1-links ul li:nth-child(2) {
	background-color: #ff8c24;
}

.hs1-links ul li:nth-child(3) {
	background-color: #95c21d;
}

.hs1-links ul li:nth-child(4) {
	background-color: #ff0500;
}

.hs1-links ul li:nth-child(5) {
	background-color: #ad1cea;
}


.hs1-text {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	color: #fff;
		-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	height: 65px;
}

.hs1-links ul li:nth-child(1) .hs1-text {
	background-color: #32aae2;
}

.hs1-links ul li:nth-child(2) .hs1-text {
	background-color: #ff8c24;
}

.hs1-links ul li:nth-child(3) .hs1-text {
	background-color: #95c21d;
}

.hs1-links ul li:nth-child(4) .hs1-text {
	background-color: #ff0500;
}

.hs1-links ul li:nth-child(5) .hs1-text {
	background-color: #ad1cea;
}

.hs1-links ul li a {
	color: #fff;
	text-decoration: none;
	display: block;
}

.hs1-links ul li h3 {
	font-size: 23px;
	line-height: 23px;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 6px;
}

.hs1-links ul li h4 {
	font-size: 17px;
	line-height: 17px;
	padding-bottom: 10px;
}

.hs1-links ul li:hover .hs1-text {
	height: 100%;
	opacity: 0.9;
}

.hs1-links ul li:hover .hs1-text h3 {
	padding-top: 70px;
}

.hs1-img img {
	width: 100%;
	height: auto;
}

.our-gallery {
	overflow: hidden;
	text-align: center;
}

.our-gallery h3 {
	font-size: 59px;
	line-height: 59px;
	color: #95c21d;
	padding-bottom: 30px;
	font-weight: bold;
}

.our-gallery ul {
	overflow: hidden;
	margin-left: -39px;
	padding-bottom: 20px;
}

.our-gallery ul li {
	float: left;
	width: 369px;
	height: 367px;
	margin: 0px 0px 20px 39px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	-moz-box-shadow: 2px 2px 5px #ddd;
	-webkit-box-shadow: 2px 2px 5px #ddd;
	box-shadow: 2px 2px 5px #ddd;
}

.our-gallery ul li img {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}	

.our-gallery ul li img:hover {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.see-more a {
	background-color: #32aae2;
	color: #fff;
	padding: 15px 30px 18px 30px;
	display: inline-block;
	font-size: 22px;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.see-more a:hover {
	background-color: #9dbb1a;
	color: #fff;
	text-decoration: none;
}

.different {

	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}

.different-wrap {
	height: 572px;
}

.different-text {
	float: right;
	width: 753px;
	height: 572px;
	background-image: url(images/different-text.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	color: #fff;
	margin-right: -50px;
}

.dt-wrap {
	width: 515px;
	padding-left: 145px;
	padding-top: 85px;
}

.dt-wrap h3 {
	font-size: 73px;
	line-height: 80px;
	padding-bottom: 20px;
	font-weight: bold;
	font-style: italic;
}

.dt-wrap p {
	font-size: 30px;
	line-height: 35px;
	padding-bottom: 30px;
	max-width: 387px;
}

.learn-more a {
	background-color: #95c21d;
	color: #fff;
	padding: 13px 45px 16px 45px;
	display: inline-block;
	font-size: 22px;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.learn-more a:hover {
	background-color: #32aae2;
	color: #fff;
	text-decoration: none;
}

.booking {
	background-image: url(images/booking-bg1.png);
	background-repeat: no-repeat;
	background-position: left 210px;
	padding-bottom: 58px;
}

.booking-bg {
	background-image: url(images/booking-bg2.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto 65%;
}

.booking-wrap {
	padding-top: 55px;
	min-height: 640px;
	overflow: hidden;
}

.booking-head {
	text-align: center;
	padding-bottom: 24px;
}

.booking-head h3 {
	font-size: 60px;
	line-height: 65px;
	padding-bottom: 10px;
	color: #ff8c24;
	font-weight: bold;
}

.booking-head h3 strong {
	color: #32aae2;
}

.booking-head h4 {
	font-size: 24px;
	line-height: 30px;
	color: #4b4b4b;
}

.booking-form {
	float: right;
	width: 456px;
	background-image: url(images/bf-bg.png);
	background-repeat: repeat;
	background-position: 5px top;
	background-color: #ff8c24;
	padding-bottom: 23px;
	text-align: center;
}

.bf-head {
	background-image: url(images/bf-head.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 114px;
	color: #fff;
}

.bf-head h3 {
	font-size: 31px;
	line-height: 38px;
	padding-top: 10px;
}

.bf-wrap {
	padding: 10px 50px 0px 50px;
}

.bf-wrap h4 {
	font-size: 25px;
	line-height: 30px;
	color: #fff;
	padding-bottom: 20px;
}

.bf-box {
	padding-bottom: 16px;
}

.bf-box input {
	width: 100%;
	padding: 0px 50px 0px 22px;
	height: 44px;
	border: none;
	outline: none;
	font-size: 18px;
	color: #2e2e2e;
	background-position: 95% center;
	background-repeat: no-repeat;
}

.date-box input {
	background-image: url(images/calender.png);
}

.name-box input {
	background-image: url(images/name-icon.png);
}

.phone-box input {
	background-image: url(images/phone-box.png);
}

.mail-box input {
	background-image: url(images/mail-box.png);
}

.bf-button input {
	width: 100%;
	padding: 5px 20px 5px 20px;
	background-color: #95c21d;
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	border: none;
	outline: none;
	 white-space: normal !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}

.bf-button input:hover {
	background-color: #e40b18;
}

.bf-button button {
	width: 100%;
	padding: 5px 20px 5px 20px;
	background-color: #95c21d;
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	border: none;
	outline: none;
	 white-space: normal !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}

.bf-button button:hover {
	background-color: #e40b18;
}

.latest-news {
	background-color: #ad1cea;
}

.ls-wrap {
	padding: 46px 0px 50px 0px;
}

.ls-wrap h3 {
	font-size: 60px;
	line-height: 65px;
	padding-bottom: 35px;
	color: #fff;
	text-align: center;
}

.ls-wrap ul {
	overflow: hidden;
	margin-left: -33px;
}

.ls-wrap ul li {
	float: left;
	width: 576px;
	height: 197px;
	background-color: #f3f3f3;
	margin: 0px 0px 33px 33px;
	overflow: hidden;
}

.ls-image {
	float: left;
	width: 188px;
	height: 197px;
	overflow: hidden;
}

.ls-image img {
	width: auto;
	height: 100%;
	max-width: inherit;
}

.ls-text {
	float: left;
	margin: 20px 0px 0px 30px;
	width: 336px;
}

.ls-text a {
	text-decoration: none;
}

.ls-text h4 {
	font-size: 24px;
	line-height: 28px;
	padding-bottom: 10px;
	color: #32aae2;
}

.ls-text h4 a {
	color: #32aae2;
}

.ls-text p {
	font-size: 18px;
	line-height: 22px;
	padding-bottom: 12px;
	color: #313131;
}


.rm a {
	font-size: 16px;
	line-height: 16px;
	color: #95c21d;
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 15px;
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	background-position: left 9px;
}

.rm a:hover {
	color: #ff8c24;
}

.ls-wrap .see-more {
	text-align: center;
	padding-top: 10px;
	display: inherit;
}

.ls-wrap .see-more a {
	background-color: #ff8c24;
	
}

.ls-wrap .see-more a:hover {
	background-color: #95c21d;
}

.footer {
	width: 100%;
}

.footer-top {
	background-image: url(images/ft-bg.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	padding-bottom: 36px;
}
.footer-top-wrap {
	overflow: hidden;
	padding: 93px 0px 83px 0px;
	color: #232323;
	text-align: center;
}

.footer-top h3 {
	font-size: 40px;
	line-height: 42px;
	padding-bottom: 20px;
	font-weight: bold;
}

.footer-top ul li {
	display: inline-block;
	margin: 0px 10px 10px 10px;
}

.footer-top ul li a:hover {
	opacity: 0.5;
}

.footer-bottom {
	background-image: url(images/footer-bg-new.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-color: #fcfbfd;
}

.fb-wrap {
	overflow: hidden;
	padding: 45px 0px 60px 0px;
}

.footer-logo {
	text-align: center;
	padding-bottom: 48px;
}

.fb-section1 {
	float: left;
	width: 176px;
}

.fb-section2 {
	float: left;
	width: 310px;
}

.fb-section3 {
	float: left;
	width: 188px;
}

.fb-section4 {
	float: left;
	width: 200px;
}

.fb-section5 {
	float: right;
	width: 280px;
}

.fb-wrap h4 {
	font-size: 18px;
	line-height: 18px;
	padding-bottom: 30px;
	color: #32aae2;
	font-weight: bold;
	text-transform: uppercase;
}

.footer-links ul li {
	font-size: 16px;
	line-height: 18px;
	padding-bottom: 18px;
	color: #000;
}

.footer-links ul li a {
	color: #000;
	text-decoration: none;
}

.footer-links ul li a:hover {
	color: #32aae2;
	text-decoration: none;
}

.fb-section5 p {
	font-size: 16px;
	line-height: 18px;
	color: #000;
	padding: 1px 0px 22px 46px;
	background-repeat: no-repeat;
	background-position: left top;
}

.fb-section5 p a {
	color: #000;
	text-decoration: none;
}

.fb-section5 .email {
	background-image: url(images/email.png);
}

.fb-section5 .phone2 {
	background-image: url(images/phone2.png);
}

.fb-section5 .location {
	background-image: url(images/location.png);
}

.fb-section5 ul {
	padding-top: 10px;
}

.fb-section5 ul li {
	display: inline-block;
	margin-right: 20px;
}

.fb-section5 ul li a:hover {
	opacity: 0.5;
}

.sub-banner {
	background-color: #f5f4fa;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.sub-banner-wrap {
	text-align: center;
	padding: 55px 0px 65px 0px;
	min-height: 75px;
	color: #fff;
}

.sub-banner-wrap h1 {
	font-size: 80px;
	line-height: 80px;
	text-shadow: 1px 1px 1px #333;
	font-weight: bold;
}

.about-section1 {
	overflow: hidden;
	padding: 70px 0px 60px 0px;
}

.about-slider {
	float: left;
	margin: 0px 50px 20px 0px;
	width: 580px;
	height: 543px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
}

.about-slider .bx-wrapper .bx-prev {
  left: 20px;
  background: url('images/arrows.png') no-repeat left top;
}

.about-slider .bx-wrapper .bx-next {
  right: 20px;
  background: url('images/arrows.png') no-repeat right top;
}

.about-slider .bx-wrapper .bx-controls-direction a {
  top: 50%;
  margin-top: -26px;
  width: 30px;
  height: 52px;
}

.sub-text {
	font-size: 17px;
	color: #464646;
}

.sub-text p {
	line-height: 23px;
	padding-bottom: 20px;
}

.sub-text strong {
	font-weight: bold;
	color: #000;
}

.sub-text h2 {
	font-size: 45px;
	line-height: 50px;
	padding-bottom: 20px;
	font-weight: bold;
	color: #95c21d;
}

.philosophy {
	background-color: #ad1cea;
	background-image: url(images/phil-bg.png);
	background-repeat: repeat;
	background-position: left 10px;
}

.philosophy-wrap {
	padding: 62px 0px 62px 0px;
	color: #fff;
	position: relative;
}

.philosophy-wrap h3 {
	float: left;
	width: 850px;
	font-size: 32px;
	line-height: 36px;
	font-weight: bold;
	padding-top: 5px;
}

.read {
	float: right;
}


.read a {
	background-color: #32aae2;
	color: #fff;
	padding: 14px 15px 18px 65px;
	display: inline-block;
	font-size: 22px;
	line-height: 22px;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-image: url(images/read.png);
	background-repeat: no-repeat;
	background-position: 18px center;
}

.read a:hover {
	background-color: #f9b22d;
	color: #fff;
	text-decoration: none;
}

.pointer {
	position: absolute;
	right: -50px;
	top: 0px;
}

.about-team {
	overflow: hidden;
	padding-top: 75px;
}

.at-head {
	text-align: center;
	padding-bottom: 35px;
}

.at-head h3 {
	font-size: 45px;
	line-height: 45px;
	padding-bottom: 10px;
	color: #ff8c24;
	font-weight: bold;
}

.at-head p {
	font-size: 18px;
	line-height: 22px;
	color: #464646;
}

.team-list ul {
	overflow: hidden;
	margin-left: -35px;
}

.team-list ul li {
	float: left;
	width: 372px;
	height: 726px;
	margin-left: 35px;
	text-align: center;
}

.tl-image {
	height: 581px;
	overflow: hidden;
	background-color: #eee;
	margin-bottom: 7px;
	background-image: url(images/photo-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.tl-text {
	background-image: url(images/tl-txt.png);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 78px;
}

.tl-text h4 {
	font-size: 24px;
	line-height: 24px;
	color: #000;
	text-transform: uppercase;
	padding: 15px 0px 5px 0px;
	letter-spacing: 2px;
}

.tl-text h5 {
	font-size: 18px;
	line-height: 20px;
	color: #7b7b7b;
	text-transform: uppercase;
}

.contact-page {
	overflow: hidden;
	padding-top: 75px;
	padding-bottom: 20px;
}

.contact-rhs {
	float: right;
	width: 697px;
}

.contact-page h3 {
	font-size: 38px;
	line-height: 38px;
	padding-bottom: 30px;
	color: #95c21d;
	font-weight: bold;
}

.cf-row {
	overflow: hidden;
}

.cf-row .lhs {
	float: left;
	width: 48%;
}

.cf-row .rhs {
	float: right;
	width: 48%;
}

.cf-box {
	padding-bottom: 35px;
}

.cf-box label {
	display: block;
	padding-bottom: 6px;
	font-size: 18px;
	color: #6d6d6d;
}

.cf-box input {
	width: 100%;
	border: #ddd solid 1px;
	outline: none;
	padding: 0px 17px 0px 17px;
	height: 44px;
	font-size: 17px;
	color: #333;
}

.cf-box input:focus {
	border: #00bfe8 solid 1px;
}

.cf-box ::-webkit-input-placeholder { color:#c3c3c3; }
.cf-box ::-moz-placeholder { color:#c3c3c3; } /* firefox 19+ */
.cf-box :-ms-input-placeholder { color:#c3c3c3; } /* ie */
.cf-box input:-moz-placeholder { color:#c3c3c3; }

.cf-box textarea {
	width: 100%;
	border: #ddd solid 1px;
	outline: none;
	padding: 10px 17px 10px 17px;
	height: 211px;
	font-size: 17px;
	color: #333;
	overflow: hidden;
	resize: none;
}

.cf-box textarea:focus {
	border: #00bfe8 solid 1px;
}

.cf-button {
	text-align: right;
}

.cf-button input {
	padding: 0px 40px 0px 40px;
	height: 53px;
	background-color: #ff8c24;
	color: #fff;
	font-size: 22px;
	line-height: 22px;
	border: none;
	outline: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}

.cf-button input:hover {
	background-color: #95c21d;
}

.cf-button button {
	text-align: right;
}

.cf-button button {
	padding: 0px 40px 0px 40px;
	height: 53px;
	background-color: #ff8c24;
	color: #fff;
	font-size: 22px;
	line-height: 22px;
	border: none;
	outline: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}

.cf-button button:hover {
	background-color: #95c21d;
}

.contact-lhs {
	float: left;
	width: 346px;
	padding-right: 48px;
	border-right: #95c21d solid 1px;
	min-height: 620px;
}

.contact-lhs h3 {
	color: #ad1cea;	
}

.contact-lhs p {
	font-size: 20px;
	line-height: 24px;
	padding: 3px 0px 33px 45px;
	background-repeat: no-repeat;
	background-position: left top;
}

.contact-lhs p.loc {
	background-image: url(images/location2.png);
}

.contact-lhs p.call {
	background-image: url(images/phone3.png);
}

.contact-lhs p strong {
	color: #000;
	font-weight: bold;
}

.contact-map {
	padding-top: 20px;
}

.contact-map iframe {
	display: block;
	width: 100%;
	height: 420px;
}

.p30 {
	padding-top: 35px;
}

.p20 {
	padding-top: 20px;
}

.click-here {
	float: right;
}


.click-here a {
	background-color: #32aae2;
	color: #fff;
	padding: 14px 10px 18px 10px;
	display: inline-block;
	font-size: 22px;
	line-height: 22px;
	width: 260px;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-image: url(images/pdf.png);
	background-repeat: no-repeat;
	background-position: 40px center;
	text-align: center;
}

.click-here a:hover {
	background-color: #f9b22d;
	color: #fff;
	text-decoration: none;
}

.section-wrap {
	overflow: hidden;
	padding-bottom: 30px;
}

.p50 {
	padding-top: 50px;
}

.ad-rhs {
	float: right;
	width: 550px;
}

.about-details {
	padding-top: 10px;
	font-size: 19px;
	line-height: 22px;
	color: #464646;
}

.about-details a {
	color: #464646;
	text-decoration: none;
}

.about-details div {
	padding: 4px 0px 25px 45px;
	background-repeat: no-repeat;
	background-position: left top;
}

.ad01 {
	background-image: url(images/location2.png);
}

.ad02 {
	background-image: url(images/phone3.png);
}

.ad03 {
	background-image: url(images/email2.png);
	background-position: left 5px!important;
}

.ad04 {
	background-image: url(images/hours.png);
}

.ad05 {
	color: #ff0000;
}

.wpt {
	background-color: #f5f5f5;
}

.wpt-wrap {
	padding: 85px 0px 75px 0px;
	background-image: url(images/wpt-bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	overflow: hidden;
}

.parents-slider {
	float: right;
	width: 740px;
	text-align: center;
}

.parents-slider h3 {
	display: inline-block;
	font-size: 60px;
	line-height: 60px;
	padding: 0px 0px 30px 97px;
	color: #96c124;
	font-weight: bold;
	background-image: url(images/quote.png);
	background-repeat: no-repeat;
	background-position: left 5px;
}

.parents-slider h3 strong {
	color: #32aae2;
}

.parents-slider .bx-viewport {
	min-height: 430px;
}

.parents-slider .slider div {
	background-image: url(images/quote-open.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 30px 0px 0px 50px;
}

.parents-slider .slider  p {
	font-size: 32px;
	line-height: 38px;
	padding: 0px 30px 30px 0px;
	font-style: italic;
	background-image: url(images/quote-close.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.parents-slider .slider h4 {
	display: inline-block;
	font-size: 30px;
	line-height: 32px;
	color: #32aae2;
	text-transform: uppercase;
	font-style: italic;
	background-image: url(images/stars.png);
	background-repeat: no-repeat;
	background-position: right 5px;
	padding-right: 160px;
	padding-bottom: 20px;
}

.parents-slider .bx-wrapper .bx-prev {
  left: 43%;
  background: url('images/arrows2.png') no-repeat left top;
}

.parents-slider .bx-wrapper .bx-next {
  right: 43%;
  background: url('images/arrows2.png') no-repeat right top;
}

.parents-slider .bx-wrapper .bx-controls-direction a {
  bottom: -10px;
  width: 30px;
  height: 52px;
}

.ue-section1 {
	padding: 50px 0px 30px 0px;
	text-align: center;
}

.ue-section1 h3 {
	font-size: 45px;
	line-height: 48px;
	color: #e40b18;
	padding-bottom: 20px;
	font-weight: bold;
}

.ue-section1 p {
	font-size: 25px;
	line-height: 30px;
	color: #4b4b4b;
	padding: 0px 10px 20px 10px;
}

.blue-bg {
	background-color: #eaf6ff;
}

.white-bg {
	background-color: #fff;
}

.ue-list-wrap {
	padding: 48px 0px 40px 0px;
	overflow: hidden;
}

.ue-list-wrap ul {
	margin-left: -48px;
}

.ue-list-wrap ul li {
	float: left;
	margin: 0px 0px 40px 48px;
	background-color: #fff;
	width: 545px;
	height: 520px;
	padding: 12px;
  	-moz-box-shadow: 2px 2px 5px #d5e0e8;
	-webkit-box-shadow: 2px 2px 5px #d5e0e8;
	box-shadow: 2px 2px 5px #d5e0e8;
}

.ue-list-wrap .ue-image {
	height: 325px;
	overflow: hidden;
	background-color: #eee;
	margin-bottom: 22px;
}

.ue-list-wrap ul li h4 {
	font-size: 28px;
	line-height: 32px;
	color: #32aae2;
	font-weight: bold;
	padding-bottom: 24px;
	padding-left: 20px;
}

.ue-list-wrap ul li h4 a {
	color: #32aae2;
	text-decoration: none;
}

.ue-list-wrap ul li .date {
	padding: 6px 0px 28px 70px;
	font-size: 20px;
	line-height: 22px;
	background-repeat: no-repeat;
	background-position: 20px top;
	font-weight: bold;
	background-image: url(images/date.png);
}

.ue-list-wrap ul li .time {
	padding: 4px 0px 20px 70px;
	font-size: 20px;
	line-height: 22px;
	background-repeat: no-repeat;
	background-position: 20px top;
	font-weight: bold;
	background-image: url(images/time.png);
}


.ln-section1 {
	padding: 50px 0px 30px 0px;
	text-align: center;
}

.ln-section1 h3 {
	font-size: 40px;
	line-height: 44px;
	color: #e40b18;
	padding-bottom: 20px;
	font-weight: bold;
}

.ln-list-wrap {
	padding: 48px 0px 60px 0px;
	overflow: hidden;
}

.ln-list-wrap ul {
	margin-left: -33px;
}

.ln-list-wrap ul li {
	float: left;
	margin: 0px 0px 37px 33px;
	background-color: #fff;
	width: 318px;
	height: 547px;
	padding: 24px 27px 10px 27px;
  	-moz-box-shadow: 2px 2px 5px #d5e0e8;
	-webkit-box-shadow: 2px 2px 5px #d5e0e8;
	box-shadow: 2px 2px 5px #d5e0e8;
	text-align: center;
}

.ln-image {
	border: #ebebeb solid 1px;
	height: 403px;
	overflow: hidden;
	margin-bottom: 27px;
}

.ln-list-wrap ul li h4 {
	font-size: 27px;
	line-height: 31px;
	padding-bottom: 15px;
	font-weight: bold;
	color: #32aae2;
}

.ln-list-wrap .download a {
	display: block;
	background-color: #96c124;
	height: 48px;
	line-height: 46px;
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.ln-list-wrap .download a:hover {
	background-color: #ff8c24;
	color: #fff;
	text-decoration: none;
}

.ln-list-wrap .see-more {
	text-align: center;
	padding-top: 20px;
	clear: both;
}

.ln-list-wrap .see-more a:hover  {
	background-color: #ff8c24;
}


.tm-section1 {
	padding: 50px 0px 30px 0px;
	text-align: center;
}

.tm-section1 h3 {
	font-size: 45px;
	line-height: 48px;
	color: #95c21d;
	padding-bottom: 20px;
	font-weight: bold;
}

.tms2-wrap {
	padding: 60px 0px 65px 0px;
	overflow: hidden;
}

.tms-rhs {
	float: right;
	width: 372px;
	text-align: center;
	margin-right: 73px;
}

.tm-photo {
	padding-bottom: 6px;
}

.tm-post {
	background-image: url(images/tm-post.png);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 78px;
}

.tm-post h5 {
	font-size: 20px;
	line-height: 22px;
	padding: 8px 0px 4px 0px;
	color: #333333;
}

.tm-post h4 {
	font-size: 21px;
	line-height: 23px;
	color: #e40b18;
	text-transform: uppercase;
	font-weight: bold;
}

.tms-lhs {
	float: left;
	width: 585px;
	margin-left: 66px;
	padding-top: 70px;
}

.tms-lhs h3 {
	font-size: 35px;
	line-height: 38px;
	padding-bottom: 32px;
	color: #ff8c24;
	font-weight: bold;
}

.tms-lhs p {
	font-size: 19px;
	line-height: 24px;
	padding-bottom: 32px;
	color: #464646;
}

.tms-lhs p a {
	color: #32aae2;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
}

.tms-lhs p a:hover {
	color: #ff8c24;
	text-decoration: none;
}

.sub-main {
	padding: 65px 0px 50px 0px;
	overflow: hidden;
}

.heading1 {
	text-align: center;
	font-size: 40px;
	line-height: 45px;
	padding-bottom: 50px;
	color: #ff8c24;
	font-weight: bold;
}

.p80 {
	padding-top: 80px;
}

.sub-text h3 {
	font-size: 40px;
	line-height: 45px;
	padding-bottom: 20px;
	font-weight: bold;
	color: #32aae2;
}

.ph-text p {
	font-size: 19px;
	line-height: 30px;
}


.heading2 {
	text-align: center;
	font-size: 45px;
	line-height: 50px;
	color: #95c21d;
	font-weight: bold;
	padding: 0px 40px 50px 40px;
}

.pi-text {
	overflow: hidden;
	padding-bottom: 40px;
}

.pi-text p {
	line-height: 24px;
	padding-bottom: 20px;
}

.orange {
	color: #ff8c24!important;
}

.red {
	color: #ff0000!important;
}

.eight-reasons {
	clear: both;
	overflow: hidden;
	padding-top: 40px;
}

.eight-reasons h3 {
	color: #ad1cea;
	font-size: 33px!important;
	line-height: 40px;
}

.eight-reasons ol {
	margin: 0px!important;
}

.eight-reasons ol li {
	padding: 9px 0px 18px 75px!important;
	list-style: none!important;
	min-height: 35px;
	background-repeat: no-repeat;
	background-position: left top;
}

.eight-reasons ol li:nth-child(1) {
	background-image: url(images/01.png);
}

.eight-reasons ol li:nth-child(2) {
	background-image: url(images/02.png);
}

.eight-reasons ol li:nth-child(3) {
	background-image: url(images/03.png);
}

.eight-reasons ol li:nth-child(4) {
	background-image: url(images/04.png);
}

.eight-reasons ol li:nth-child(5) {
	background-image: url(images/05.png);
}

.eight-reasons ol li:nth-child(6) {
	background-image: url(images/06.png);
}

.eight-reasons ol li:nth-child(7) {
	background-image: url(images/07.png);
}

.eight-reasons ol li:nth-child(8) {
	background-image: url(images/08.png);
}

.page404 {
	background-image: url(images/page404-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.page404-wrap {
	width: 92%;
	max-width: 1480px;
	margin: 0 auto;
	overflow: hidden;
}

.page404-txt {
	background-image: url(images/page404-txt-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 135px 0px 150px 0px;
	float: left;
	color: #fff;
	width: 977px;
	min-height: 300px;
}

.page404-txt-wrap {
	padding-left: 125px;
	max-width: 607px;
}

.page404-txt h2 {
	font-size: 115px;
	line-height: 115px;
	font-weight: bold;
	padding-bottom: 15px;
}

.page404-txt h3 {
	font-size: 41px;
	line-height: 50px;
	padding-bottom: 30px;
}

.back a {
	background-color: #95c21d;
	color: #fff;
	padding: 16px 30px 18px 30px;
	display: inline-block;
	font-size: 22px;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.back a:hover {
	background-color: #4d4d4d;
	color: #fff;
	text-decoration: none;
}

.bcc-section1 {
	padding: 50px 0px 50px 0px;
	text-align: center;
}

.bcc-section1 h3 {
	font-size: 40px;
	line-height: 46px;
	color: #95c21d;
	font-weight: bold;
}

.bcc-list {
	padding: 48px 0px 30px 0px;
	overflow: hidden;
}

.bcc-list ul {
	margin-left: -48px;
}

.bcc-list ul li {
	float: left;
	margin: 0px 0px 40px 48px;
	background-color: #fff;
	width: 544px;
	height: 520px;
	padding: 12px;
  	-moz-box-shadow: 2px 2px 5px #d5e0e8;
	-webkit-box-shadow: 2px 2px 5px #d5e0e8;
	box-shadow: 2px 2px 5px #d5e0e8;
}

.bcc-list .bcc-image {
	height: 326px;
	overflow: hidden;
	background-color: #eee;
	margin-bottom: 22px;
}

.bcc-list ul li h3 {
	font-size: 30px;
	line-height: 34px;
	color: #32aae2;
	font-weight: bold;
	padding-bottom: 10px;
	padding-left: 18px;
}

.bcc-list ul li:nth-child(2) h3 {
	color: #ff8c24;
}

.bcc-list ul li:nth-child(3) h3 {
	color: #95c21d;
}

.bcc-list ul li:nth-child(4) h3 {
	color: #ad1cea;
}

.bcc-list ul li:nth-child(5) h3 {
	color: #e40b18;
}

.bcc-list ul li p {
	font-size: 17px;
	line-height: 22px;
	color: #4d4d4d;
	padding: 0px 10px 0px 18px;
}

.ul-section1 {
	padding: 50px 0px 50px 0px;
	text-align: center;
}

.ul-section1 h3 {
	font-size: 40px;
	line-height: 46px;
	color: #ff8c24;
	font-weight: bold;
	padding: 0px 80px 0px 80px;
}

.ul-list {
	padding: 48px 0px 30px 0px;
	overflow: hidden;
}

.ul-list ul {
	margin-left: -37px;
}

.ul-list ul li {
	float: left;
	margin: 0px 0px 37px 37px;
	background-color: #fff;
	width: 238px;
	height: 210px;
	padding: 15px;
  	-moz-box-shadow: 2px 2px 5px #d5e0e8;
	-webkit-box-shadow: 2px 2px 5px #d5e0e8;
	box-shadow: 2px 2px 5px #d5e0e8;
	text-align: center;
}

.ul-list .ul-image {
	height: 120px;
	overflow: hidden;
}

.ul-list h3 {
	font-size: 19px;
	line-height: 24px;
	color: #4d4d4d;
	padding-bottom: 7px;
}

.ul-list h4 {
	font-size: 17px;
	line-height: 23px;
	color: #4d4d4d;
	padding-bottom: 7px;
}


.ul-list p a {
	color: #32aae2;
	text-decoration: none;
	font-size: 17px;
}

.ul-list p a:hover {
	color: #ff8c24;
	text-decoration: none;
}

.mtt-top {
	background-image: url(images/mtt-top.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 87%;
}

.mtt-top-wrap {
	padding: 25px 0px 80px 0px;
	overflow: hidden;
}

.mtt-lhs {
	float: left;
	padding-top: 56px;
	width: 440px;
}

.mtt-lhs h3 {
	font-size: 45px;
	line-height: 50px;
	color: #ff8d09;
	font-weight: bold;
	padding-bottom: 20px;
}

.mtt-lhs p {
	font-size: 28px;
	line-height: 33px;
	color: #232323;
	padding-right: 20px;
	padding-bottom: 20px;
}

.mtt-rhs {
	float: right;
	width: 653px;
}

.team-wrap .see-more {
	text-align: center;
	padding-top: 10px;
	display: inherit;
}

.team-wrap .see-more a {
	background-color: #ff8c24;
	
}

.team-wrap .see-more a:hover {
	background-color: #95c21d;
}

.sub-main {
	padding: 55px 0px 80px 0px;
}


.heading3 {
	text-align: center;
	font-size: 40px;
	line-height: 45px;
	padding-bottom: 30px;
	color: #e40b18;
	font-weight: bold;
}

.parent-interview-request {
	background-image: url(images/parent-interview.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 12px 0px 0px 484px;
}


.pir-head1 {
	font-size: 35px;
	line-height: 40px;
	color: #96c124;
	font-weight: bold;
	padding-bottom: 15px;
}

.pir-head2 {
	font-size: 18px;
	line-height: 24px;
	color: #32aae2;
	padding-bottom: 30px;
}

.pif-row {
	overflow: hidden;
}

.pif-row .lhs {
	float: left;
	width: 48%;
}

.pif-row .rhs {
	float: right;
	width: 48%;
}

.pif-box {
	padding-bottom: 30px;
}

.pif-box label {
	display: block;
	padding-bottom: 6px;
	font-size: 18px;
	color: #000;
}

.pif-box label strong {
	color: #ff0000;
}

.pif-box br {
	display: none;
}

.pif-box input {
	width: 100%;
	border: #ddd solid 1px;
	outline: none;
	padding: 0px 17px 0px 17px;
	height: 44px;
	font-size: 17px;
	color: #333;
}

.pif-box input:focus {
	border: #00bfe8 solid 1px;
}

.pif-box ::-webkit-input-placeholder { color:#c3c3c3; }
.pif-box ::-moz-placeholder { color:#c3c3c3; } /* firefox 19+ */
.pif-box :-ms-input-placeholder { color:#c3c3c3; } /* ie */
.pif-box input:-moz-placeholder { color:#c3c3c3; }

.pif-box textarea {
	width: 100%;
	border: #ddd solid 1px;
	outline: none;
	padding: 10px 17px 10px 17px;
	height: 90px;
	font-size: 17px;
	color: #333;
	overflow: hidden;
	resize: none;
}

.pif-box textarea:focus {
	border: #00bfe8 solid 1px;
}

.pif-bottom {
	overflow: hidden;
}

.pif-note {
	float: left;
	width: 400px;
	font-size: 18px;
	line-height: 22px;
	padding-top: 5px;
}

.pif-button {
	float: right;
	margin-bottom: 15px;
}

.pif-button button {
	float: right;
	margin-bottom: 15px;
}

.pif-button button {
	padding: 0px 40px 0px 40px;
	height: 53px;
	background-color: #ff8c24;
	color: #fff;
	font-size: 22px;
	line-height: 22px;
	border: none;
	outline: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}

.pif-button input {
	padding: 0px 40px 0px 40px;
	height: 53px;
	background-color: #ff8c24;
	color: #fff;
	font-size: 22px;
	line-height: 22px;
	border: none;
	outline: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}

.pif-button input:hover {
	background-color: #95c21d;
}

.pif-button button:hover {
	background-color: #95c21d;
}

.parent-feedback {
	background-image: url(images/parent-feedback.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 12px 0px 0px 484px;
	background-size: 500px auto;
}

.pf-box textarea {
	height: 210px;
}

.philosophy-list {
	width: 1044px;
	margin: 0 auto;
	height: 1040px;
	position: relative;
	overflow: hidden;
}

.pl-item {
 	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	color: #fff;
}

.pl-item h3 {
	text-align: right;
	font-size: 29px;
	line-height: 29px;
	padding-bottom: 15px;
	font-weight: bold;
}

.pl-item p {
	font-size: 17px;
	line-height: 19px;
	padding-bottom: 10px;
}

.pl1 {
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(images/puzzle01.png);
	width: 350px;
	height: 453px;
	z-index: 1;
}

.pl1-wrap {
	padding: 30px 0px 0px 25px;
	width: 220px;
}

.pl2 {
	position: absolute;
	left: 242px;
	top: 0px;
	background-image: url(images/puzzle02.png);
	width: 451px;
	height: 451px;
}

.pl2-wrap {
	padding: 30px 0px 0px 135px;
	width: 220px;
}

.pl2-wrap h3 {
	text-align: center;
	padding-left: 30px;
}


.pl3 {
	position: absolute;
	right: 0px;
	top: 0px;
	background-image: url(images/puzzle03.png);
	width: 452px;
	height: 451px;
	z-index: 1;
}

.pl3-wrap {
	padding: 30px 0px 0px 135px;
	width: 280px;
	text-align: right;
}

.pl3-wrap h3 {
	text-align: center;
}

.pl3-wrap p {
	line-height: 22px;
}


.pl4 {
	position: absolute;
	left: 0px;
	top: 242px;
	background-image: url(images/puzzle04.png);
	width: 350px;
	height: 562px;
}

.pl4-wrap {
	padding: 220px 0px 0px 22px;
	width: 300px;
}

.pl4-wrap h3 {
	text-align: left;
}

.pl5 {
	position: absolute;
	left: 242px;
	top: 344px;
	background-image: url(images/puzzle05.png);
	width: 562px;
	height: 350px;
}

.pl5-wrap {
	padding: 130px 0px 0px 0px;
	width: 286px;
	margin: 0 auto;
	text-align: center;
}

.pl5-wrap h2 {
	font-size: 50px;
	line-height: 50px;
	font-weight: bold;
}


.pl6 {
	position: absolute;
	right: 0px;
	top: 242px;
	background-image: url(images/puzzle06.png);
	width: 350px;
	height: 562px;
}

.pl6-wrap {
	padding: 175px 0px 0px 118px;
	width: 208px;
	text-align: center;
}

.pl6-wrap h3 {
	text-align: right;
}

.pl7 {
	position: absolute;
	left: 0px;
	top: 694px;
	background-image: url(images/puzzle07.png);
	width: 453px;
	height: 349px;
	z-index: -1;
}

.pl7-wrap {
	padding: 122px 0px 0px 30px;
	width: 286px;
	text-align: center;
}

.pl7-wrap h3 {
	text-align: center;
}

.pl8 {
	position: absolute;
	left: 345px;
	top: 701px;
	background-image: url(images/puzzle08.png);
	width: 459px;
	height: 342px;
	z-index: -1;
}

.pl8-wrap {
	padding: 40px 0px 0px 106px;
	width: 228px;
	text-align: right;
}

.pl8-wrap h3 {
	text-align: left;
}

.pl8-wrap p {
	font-size: 15px;
	line-height: 18px;
}

.pl9 {
	position: absolute;
	right: 0px;
	top: 695px;
	background-image: url(images/puzzle09.png);
	width: 452px;
	height: 349px;
	z-index: -2;
}

.pl9-wrap {
	padding: 92px 0px 0px 213px;
	width: 225px;
	text-align: right;
}

.pl9-wrap h3 {
	text-align: right;
}

.pl9-wrap p {
	text-align: center;
}

.book-section1 {
	padding: 60px 0px 30px 0px;
	text-align: center;
}

.book-section1 h2 {
	font-size: 59px;
	line-height: 65px;
	padding-bottom: 20px;
	color: #ff8c24;
	font-weight: bold;
}

.book-section1 h2 strong {
	color: #32aae2;
}

.book-section1 p {
	font-size: 24px;
	line-height: 30px;
	padding-bottom: 15px;
	color: #4b4b4b;
}

.book-section1 p strong {
	color: #fe4743;
	font-weight: bold;
}

.book-section1 p em {
	color: #95c21d;
	font-weight: bold;
}

.book-section2 {
	background-color: #d4f1ff;
}

.bs2-wrap {
	overflow: hidden;
}

.bs2-lhs {
	float: left;
	width: 692px;
	padding-top: 10px;
}

.bs2-lhs ul li {
	padding-bottom: 5px;
}

.book-section2 .bf-box {
	padding-bottom: 20px;
}

.book-section2 .booking-form {
	padding-bottom: 30px;
}

.book-section3 {
	overflow: hidden;
	padding: 70px 0px 20px 0px;
}

.bs3-lhs {
	float: left;
	width: 50%;
}

.bs3-lhs .alignright {
    float: right;
    margin: 5px 0 10px 10px;
}


.bs3-lhs h3 {
	font-size: 58px;
	line-height: 60px;
	padding-bottom: 10px;
	color: #95c21d;
	font-weight: bold;
}

.bs3-lhs h4 {
	font-size: 38px;
	line-height: 45px;
	padding-bottom: 20px;
	color: #32aae2;
	font-weight: bold;
}

.bs3-lhs p {
	font-size: 17px;
	line-height: 22px;
	padding-bottom: 20px;
	color: #4b4b4b;
}

.bs3-rhs {
	float: right;
	width: 48%;
	padding-top: 50px;
}

.book-section4 {
	padding-bottom: 70px;
}

.book-section4 h4 {
	text-align: center;
	font-size: 45px;
	line-height: 55px;
	padding-bottom: 40px;
	color: #ad1cea;
	font-weight: bold;
}

.seven-resons {
	background-color: #effaff;
	padding: 0px 40px 20px 40px;
}

.seven-resons ol li {
	color: #000;
	font-size: 20px;
	line-height: 26px;
}

.seven-resons ol li strong {
	font-weight: bold;
}


/* BLOG */


.blog-lhs {
	float: left;
	width: 800px;
}

.blog-rhs {
	float: right;
	width: 360px;
}

/* Post Page */

.post-list {
	margin-left: -27px;
}

.post-page article.post {
	overflow:hidden;
	float: left;
	background-color: #fff;
	padding: 7px;
	width: 359px;
	margin: 0px 0px 39px 27px;
		-moz-box-shadow: 2px 2px 5px #ddd;
	-webkit-box-shadow: 2px 2px 5px #ddd;
	box-shadow: 2px 2px 5px #ddd;
	min-height: 500px;
}


.post-page article.has-post-thumbnail .post-thumb {
	overflow: hidden;
	width: 100%;
	height: auto;
	max-height: 277px;
}


.post-page article:nth-child(1) {
	width: 759px!important;
	min-height: inherit;
}

.post-page article:nth-child(1).has-post-thumbnail .post-thumb {
	max-height: 430px;
}


.post-page .post .wp-post-image {
	height: auto;
	width: 100%;
	max-width: inherit;
	font-size:14px;
	line-height:16px;
	color:#fff;
	text-decoration:none;
	display:block;
}

.post-page article.has-post-thumbnail .pd-wrap {
	width: auto;
	padding: 22px 25px 15px 25px;
	overflow: hidden;
	min-height: 235px;
}
	
.post-page article:nth-child(1) .pd-wrap {
	min-height: inherit!important;
}



.post-page .pd-wrap h2 {
	font-size:24px!important;
	line-height:30px!important;
	color:#32aae2!important;
	padding-bottom:10px!important;
	text-transform: none;
	font-weight: bold;
	max-height: 108px;
	overflow: hidden;
}

.post-page .pd-wrap h2 a {
	color:#32aae2;
	text-decoration:none;
}

.post-page .pd-wrap h2 a:hover {
	color:#95c21d;
	text-decoration:none;
}

/*.post-page .pd-wrap p:last-child {
	display: none;
}*/

.post-details {
    color: #96c124;
    font-size: 17px;
	line-height:17px;
	padding-bottom:10px;
	overflow: hidden;
	text-transform: uppercase;
	font-weight: bold;
}

.post-details a {
    color: #96c124!important;
	text-decoration: none;
	padding:0px 3px 0px 3px;
}

.post-details a:hover {
    text-decoration: none;
    color: #96c124!important;
}


.post-details .date {
	float: left;
	padding: 5px 0px 5px 36px;
	background-image:url(images/calender2.png);
	background-repeat:no-repeat;
	background-position:left top;
}

.post-details span {
	text-transform: uppercase;
}

.post-page p {
	font-size:17px;
	line-height:24px;
	padding-bottom: 20px;
	color: #4d4d4d;
}

.post-page .post .view-article {
	clear:both;
	display: inline-block;
	height:44px;
	color:#fff;
	font-size:20px;
	line-height:40px;
	text-decoration:none;
	padding:0px 33px 0px 33px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: bold;
	background-color: #95c21d;
}


.post-page .post .view-article:hover {
	color:#fff;
	text-decoration:none;
	background-color:#ff8c24;
}

.post-page .post .more-link {
	color: #ff8c24;
	text-decoration: underline;
}


.post-page .post .more-link:hover {
	color: #ff8c24;
	text-decoration: underline;
}

.post-page h1 {
	padding-bottom: 30px;
	font-size: 30px;
	line-height: 32px;
	color: #3944a2;
}

/* Pagination */


.pagination-wrap {
	clear:both;
	padding: 27px 0px 27px 0px;
	overflow: hidden;
}


.pagination {
    clear: both;
    white-space: nowrap;
	border-right:none;
}

.pagination .page-numbers {
    display: inline;
	margin:0px 8px 3px 0px;
    overflow: hidden;
	font-size:20px;
	text-decoration:none;
	padding:8px 14px 8px 14px;
	background-color:#fff;
	color:#000;
	font-weight: bold;
	-moz-box-shadow: 1px 1px 3px #ddd;
	-webkit-box-shadow: 1px 1px 3px #ddd;
	box-shadow: 1px 1px 3px #ddd;
}

.pagination ul {
	padding:0px!important;
}

.pagination .page-numbers:hover {
	background-color:#fff;
	color:#32aae2;
	text-decoration:none;
	
}

.pagination .current {
	background-color:#fff;
	color:#32aae2;
}

.pagination .current:hover {
	background-color:#3944a2;
	color:#fff;
}

/* Post Page Rhs */

.blog-rhs .single-widget, .sub-rhs .single-widget, .blog-lhs .single-widget {
	padding-bottom:30px;
}

.blog-lhs .single-widget {
	display: none;
}

.search-box {
	background-color: #95c21d;
	color: #fff;
			-moz-box-shadow: 2px 2px 5px #ddd;
	-webkit-box-shadow: 2px 2px 5px #ddd;
	box-shadow: 2px 2px 5px #ddd;
	text-align: center;
	padding: 17px 20px 20px 125px;
		background-image: url(images/search-box.png);
	background-repeat: no-repeat;
	background-position: 10px bottom;
	margin-right: 5px;
}

.search-box br {
	display: none;
}

.sb-head {
	font-size: 26px;
	line-height: 26px;
	font-weight: bold;
	padding-bottom: 10px;
}

.blog-rhs .search, .sub-rhs .search, .blog-lhs .search {
	overflow:hidden;
	background-color:#fff;
}


.blog-rhs .search span.screen-reader-text, .sub-rhs .search span.screen-reader-text, .blog-lhs .search span.screen-reader-text {
	display:none;
}

.blog-rhs .search .search-input, .sub-rhs .search .search-input, .blog-lhs .search .search-input {
	border:none;
	outline:none;
	font-size:16px;
	color:#9c9c9c;
	height:36px;
	width:167px;
	float: left;
	padding-left: 15px;
}

.blog-rhs .search .search-submit, .sub-rhs .search .search-submit, .blog-lhs .search .search-submit {
	width:34px;
	height:36px;
	background-color:transparent;
	border:none;
	outline:none;
	cursor:pointer;
	background-image:url(images/search-button.png);
	background-repeat:no-repeat;
	background-position:center top;
	text-indent:-9999px;
	float: right;
}

.search ::-webkit-input-placeholder { color:#9c9c9c; }
.search ::-moz-placeholder { color:#9c9c9c; } /* firefox 19+ */
.search :-ms-input-placeholder { color:#9c9c9c; } /* ie */
.search input:-moz-placeholder { color:#9c9c9c; }


.blog-rhs .widget-title, .sub-rhs .widget-title {
	font-size:22px;
	line-height:22px;
	color:#32aae2;
	padding-bottom:10px;
}

.blog-rhs .single-widget ul li {
	font-size:16px;
	line-height:19px;
	color:#4e4c4c;
	padding:16px 0px 16px 0px;
	border-bottom:#e8e8e8 solid 1px;
}

.blog-rhs .single-widget ul li a {
	color:#000;
	text-decoration:none;
}

.blog-rhs .single-widget ul li a:hover {
	color:#96c124;
	text-decoration:none;
}

.tagcloud {
	overflow:hidden;
}

.tagcloud a {
	display:block;
	float:left;
	background-color:#efefef;
	padding:8px 10px 8px 10px;
	border:#ccc solid 1px;
	color:#1e1e1e;
	font-size:14px!important;
	line-height:16px;
	margin:0px 9px 8px 0px;
	text-decoration:none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.tagcloud a:hover {
	color:#96c124;
	text-decoration:none;
}

.blog-rhs .single-widget select {
	width: 100%;
	border: #ddd solid 1px;
	padding: 12px 10px 12px 10px;
	font-size: 15px;
	color: #4f4d4d;
	margin-top: 10px;
}



.latest-post {
	background-color: #fff;
	-moz-box-shadow: 2px 2px 5px #ddd;
	-webkit-box-shadow: 2px 2px 5px #ddd;
	box-shadow: 2px 2px 5px #ddd;
	margin-right: 5px;
	padding: 7px;
}

.latest-post h3 {
	background-color: #32aae2;
	color: #fff;
	padding: 12px 10px 14px 20px;
	font-size: 26px;
	line-height: 26px;
	font-weight: bold;
	margin-bottom: 5px;
}

.latest-post ul li {
	overflow: hidden;
	padding: 10px 0px 10px 5px!important;
	border: none!important;
	-webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}

.latest-post ul li:hover {
	opacity: 0.7;
}



.lp-thumb {
	float: left;
	width: 133px;
	height: 85px;
	overflow: hidden;
	background-color:#eee;
}

.lp-wrap {
	float: left;
	margin-left: 20px;
	width: 175px;
}

.lp-date {
	padding: 3px 0px 5px 36px;
	background-image:url(images/calender2.png);
	background-repeat:no-repeat;
	background-position:left top;
	font-size: 14px;
	color: #96c124;
}

.lp-wrap h2 {
	font-size: 19px;
	line-height: 22px;
	color: #000;
	font-weight: bold;
}

.lp-wrap h2 a {
	color: #000;
	font-weight: bold;
}

.red-heading {
	background-color: #e40b18!important;
	color: #fff!important;
}



/* Single Post Page  */


.single-post-page .post {
	overflow:hidden;
	background-color: #fff;
	padding: 7px;
	-moz-box-shadow: 2px 2px 5px #ddd;
	-webkit-box-shadow: 2px 2px 5px #ddd;
	box-shadow: 2px 2px 5px #ddd;
	max-width: 774px;
}

.single-post-page .post-large {
	padding-bottom: 20px;
}

.sp-wrap {
	padding: 0px 25px 20px 25px;
}

.single-post-page .post h2 {
	font-size:32px!important;
	line-height:36px!important;
	color:#32aae2!important;
	padding-bottom:15px!important;
}

.single-post-page .post h2 a {
	color:#32aae2;
	text-decoration:none;
}

.single-post-page .post h2 a:hover {
	color:#32aae2;
	text-decoration:none;
}

.single-post-page .post-details {
	text-transform: none;
}

.single-post-page .post  a {
	color:#ff8c24;
	text-decoration:none;
}

.single-post-page .post  a:hover {
	color:#ff8c24;
	text-decoration:underline;
}


/* Comment Area  */

.single-post-page .comments-area {
	border-top:#e6ecf1 solid 1px;
	padding-top: 30px;
	font-size:15px;
	margin-top:30px;
}

.single-post-page .comments-area .vcard img {
	display:block;
	padding-bottom:8px;
}

.single-post-page .comments-area p {
	font-size:15px;
	line-height:18px;
	padding-bottom:10px;
}

.comments-area h2 {
	font-size:25px!important;
	line-height:28px!important;
	color:#000!important;
	text-transform:inherit!important;
}

.comments-area ul {
	padding:0px!important;
}

.comments-area ul li {
	list-style:none!important;
}

.comment-meta {
	padding-bottom:7px;
	border-bottom:#e6ecf1 solid 1px;
	margin-bottom:20px;
}

.comment-reply-title {
	font-size:25px!important;
	line-height:28px!important;
	color:#000!important;
	text-transform:inherit!important;
	font-weight: bold;
}

.comment-reply-title a {
	color:#000;
	text-decoration:none;
	font-weight:400!important;
}

.comment-body a {
	color:#3a45a2;
	text-decoration:underline;
}

.comment-form label {
	display:inline-block;
	padding-bottom: 5px;
}

.comment-form a {
	color:#ff8c24;
}

.comment-form input[type='text'], .comment-form input[type='email'], .comment-form input[type='url'] {
	height:34px;
	padding:0px 16px 0px 16px;
	font-size:15px;
	color:#000;
	border:#d8e1e8 solid 1px;
	width:100%;
}

.comment-form-comment textarea {
	padding:10px 16px 10px 16px;
	font-size:15px;
	color:#000;
	border:#d8e1e8 solid 1px;
	width:100%;
	height:100px;
	vertical-align:top;
}

.comment-form .form-submit .submit {
	height:43px;
	color:#fff;
	font-size:18px;
	text-decoration:none;
	padding:0px 40px 0px 40px;
	background-color:#ff8c24;
	border: none;
	outline: none;
	cursor: pointer;
}


.comment-form .form-submit .submit:hover {
	color:#fff;
	text-decoration:none;
	background-color:#96c124;
}

.sub-text h4 {
	font-size: 22px;
	line-height: 26px;
	padding-bottom: 20px;
	text-transform: uppercase;
	font-weight: bold;
	color: #ff8c24;
}

.sub-text ul {
	padding-bottom: 10px;
	margin-left: 20px;
}

.sub-text ul li {
	padding: 0px 0px 15px 0px;
	list-style: disc;
}

.sub-text ul li ul {
	padding: 15px 0px 0px 0px;
}

.sub-text ol {
	padding-bottom: 10px;
	margin-left: 30px;
}

.sub-text ol li {
	padding: 0px 0px 15px 0px;
	list-style: decimal;
}

.sub-text ol li ol {
	padding: 15px 0px 0px 0px;
}

.sub-text h1 {
	font-size: 40px;
	line-height: 45px;
	padding-bottom: 20px;
	font-weight: bold;
	color: #000;
}

.sub-text h5 {
	font-size: 19px;
	line-height: 22px;
	padding-bottom: 20px;
	font-weight: bold;
	color: #32aae2;
}

.sub-text blockquote {
	font-size: 19px;
	line-height: 26px;
	padding-bottom: 20px;
	color: #000;
	font-style: italic;
}

div.wpcf7-response-output {
	clear: both;
	margin-top: 15px;
	text-align: center;
}


.bf-wrap span.wpcf7-not-valid-tip {
 color: #fff!important;	
}

.bf-wrap div.wpcf7-response-output {
	color: #fff!important;
	margin: 0px;
}

.team-popup {
	position: absolute;
	left: 5%;
	top: 5%;
	z-index: 9999;
	background-color: #fff;
}

.team-popup-wrap {
	max-width: 1017px;
	overflow: hidden;
}

.tp-wrap {
	overflow: hidden;
	padding: 30px;
}

.tp-lhs {
	float: left;
	width: 32%;
	text-align: center;
}


.tpl-image {
	background-color: #eee;
	margin-bottom: 7px;
	background-image: url(images/photo-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}

.tpl-text {
	background-image: url(images/tl-txt.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	min-height: 78px;
}

.tpl-text h4 {
	font-size: 24px;
	line-height: 24px;
	color: #000;
	text-transform: uppercase;
	padding: 15px 0px 5px 0px;
	letter-spacing: 2px;
}

.tpl-text h5 {
	font-size: 18px;
	line-height: 20px;
	color: #7b7b7b;
	text-transform: uppercase;
}

.tp-rhs {
	float: right;
	width: 65%;
}

.tp-rhs h3 {
	font-size: 35px;
	line-height: 35px;
	padding-bottom: 20px;
	color: #ff8d09;
	font-weight: bold;
	background-image: url(images/green-line.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 20px;
}

.tp-rhs p {
	font-size: 17px;
	line-height: 21px;
	padding-bottom: 20px;
}


.team-list {
	text-align: center;
}

.show-more  {
	border: none;
	outline: none;
	background-color: #ff8c24;
	color: #fff;
	padding: 15px 30px 18px 30px;
	display: inline-block;
	font-size: 22px;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}

.show-more:hover {
	background-color: #95c21d;
	color: #fff;
	text-decoration: none;
}

.registration-page {
	background-image: url(images/registration-page.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.rp-wrap {
	overflow: hidden;
	padding-top: 68px;
}

.rp-wrap .booking-form {
	float: none;
	margin: 0 auto;
}

.rp-wrap .booking-form .bf-head h2 {
	font-size: 36px;
	line-height: 38px;
	padding-top: 25px;
}

.rp-wrap .booking-form .bf-wrap h4 {
	font-size: 22px;
	line-height: 27px;
}

.rp-wrap .booking-form .bf-wrap .bf-button input {
	padding: 15px 20px 15px 20px;
	font-size: 22px;
	line-height: 24px;
}

.rp-wrap .booking-form .bf-wrap .bf-button button {
	padding: 15px 20px 15px 20px;
	font-size: 22px;
	line-height: 24px;
}

.address-box input {
	background-image: url(images/address-icon.png);
}


.bf-box select {
	width: 100%;
	padding: 0px 20px 0px 22px;
	height: 44px;
	border: none;
	outline: none;
	font-size: 18px;
	color: #666;
	background-position: 95% center;
	background-repeat: no-repeat;
}

.testimonails-list {
	overflow: hidden;
}

.testimonails-list ul {
  columns: 2;
  column-gap: 50px;
	padding: 0px 10px 0px 10px;
}

.testimonails-list ul li {
		display: inline-block;
	vertical-align: top;
	width: 100%;
	border: #ebebeb solid 1px;
  	-moz-box-shadow: 0px 0px 8px #ebebeb;
	-webkit-box-shadow: 0px 0px 8px #ebebeb;
	box-shadow: 0px 0px 8px #ebebeb;
	text-align: center;
	margin-top: 75px;
	background-image: url(images/tsl-bg.png);
	background-repeat: no-repeat;
	background-position: right 95%;
	background-color: #fff;
	padding-bottom: 26px;
}

.tsl-icon {
	position: absolute;
	left: 50%;
	top: -40px;
	width: 87px;
	height: 87px;
	background-image: url(images/tsl-icon.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: -43px;
}

.tsl-wrap {
	padding: 60px 50px 0px 50px;
	position: relative;
}

.tsl-wrap p {
	font-size: 18px;
	line-height: 26px;
	padding-bottom: 20px;
	color: #5f5f5f;
	font-style: italic;
}

.tsl-author {
	text-align: left;
	background-image: url(images/author.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 43px;
	min-height: 31px;
}

.tsl-author h4 {
	font-size: 24px;
	line-height: 26px;
	color: #32aae2;
	padding-bottom: 5px;
}

.tsl-author h5 {
	font-size: 16px;
	line-height: 18px;
	color: #f9b22d;
}

.fb-green {
	margin-bottom: 60px;
	background-color: #96c124;
	border: #ff7200 dashed 5px;
	position: relative;
	padding: 22px 180px 22px 180px;
	text-align: center;
	color: #fff;
}

.fb-green p {
	font-size: 24px;
	line-height: 30px;
}

.fb-green p strong {
	font-weight: bold;
}

.fb-green img {
	display: block;
}

.gb01 {
	position: absolute;
	left: -5px;
	bottom: -6px;
}

.gb02 {
	position: absolute;
	right: 5px;
	bottom: -2px;
}

.bat {
	text-align: center;
	margin-top: 10px;
}

.bat a {
	display: inline-block;
	height: 35px;
	line-height: 35px;
	background-color: #f8981d;
	color: #fff;
	padding: 0px 28px 0px 28px;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


.bat a:hover {
	background-color: #fba23c;
	color: #fff;
	text-decoration: none;
}

.header-rhs .mail {
	color: #000;
	font-size: 17px;
	line-height: 17px;
	margin-top: 15px;
	background-image: url("/wp-content/uploads/2020/09/email3.png");
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 30px;
	display: inline-block;
}

.header-rhs .mail a { 
	text-decoration: none;
	color: #000;
}

@media only screen and (min-width: 1280px) and (max-width: 1399px) {
	
.booking-bg {
	background-size: 120% auto;
}
	
}

@media only screen and (min-width: 960px) and (max-width: 1200px) {
	



.alignright {
	max-width: 45%;
	margin:5px 0 20px 30px;
}

.alignleft {
	max-width: 45%;
	margin:5px 30px 20px 0;
}


a img.alignright {
	max-width: 45%;
	margin:5px 0 20px 30px;
}

a img.alignleft {
	max-width: 45%;
	margin:5px 30px 20px 0;
}

.container {
	min-width:940px;
}

.wrap {
	width: 940px;
}

.header-bottom {
	padding-bottom: 15px;
}

.header-lhs {
	width: 240px;
	padding-top: 10px;
}

.header-mid {
	width: 440px;
	margin-left: 20px;
	text-align: center;
	padding-top: 5px;
}

.header-mid  h3 {
	font-size: 24px;
	line-height: 30px;
}
	
.header-mid ul li {
	width: 75px;
	margin: 0px 3px 0px 3px;
}	

.header-rhs {
	width: 230px;
	padding-top: 18px;
}
	
.home-banner-wrap {
	background-size: 70% auto;
}
	

.banner-text {
	width: 625px;
	height: 509px;
	background-size: 100% 100%;
	
}

.rating {
	padding: 12px 0px 18px 15%;
}


.banner-text h3 {
	font-size: 24px;
	line-height: 30px;
	width: 340px;
	padding: 0px 0px 28px 15%;
}
	
.banner-text h1 {
	font-size: 24px;
	line-height: 30px;
	width: 340px;
	padding: 0px 0px 28px 15%;
}	

.get-button a {
	padding: 16px 20px 16px 20px;
	font-size: 18px;
}


.hs1-wrap {
	padding: 50px 0px 60px 0px;
}


.hs1-links ul {
	margin-left: -5px;
	margin-right: -5px;
}

.hs1-links ul li {
	margin: 0px 5px 40px 5px;
	width: 176px;
	height: 185px;
}

.hs1-links ul li h3 {
	font-size: 20px;
	line-height: 20px;
}

.hs1-links ul li h4 {
	font-size: 16px;
	line-height: 17px;
}

.hs1-links ul li:hover .hs1-text h3 {
	padding-top: 65px;
}


.our-gallery h3 {
	font-size: 50px;
	line-height: 50px;
}

.our-gallery ul {
	margin-left: -20px;
}

.our-gallery ul li {
	width: 300px;
	height: 298px;
	margin: 0px 0px 20px 20px;
}

.see-more a {
	padding: 14px 30px 17px 30px;
	font-size: 20px;
}

.different-wrap {
	height: 542px;
}
	

.different-text {
	width: 653px;
	height: 542px;
	background-size: 100% 100%;
	margin-right: 0px;
}

.dt-wrap {
	width: 480px;
	padding-left: 100px;
	padding-top: 85px;
}

.dt-wrap h3 {
	font-size: 63px;
	line-height: 70px;
}

.dt-wrap p {
	font-size: 25px;
	line-height: 30px;
	padding-bottom: 30px;
	max-width: 387px;
}

.learn-more a {
	padding: 12px 45px 15px 45px;
	font-size: 20px;
}

.booking {
	background-position: left 50%;
}

.booking-bg {
	background-size: 120% auto;
}

.booking-wrap {
	padding-top: 55px;
	min-height: 640px;
	overflow: hidden;
}

.booking-head {
	text-align: center;
	padding-bottom: 24px;
}

.booking-head h3 {
	font-size: 48px;
	line-height: 55px;
}

.booking-head h4 {
	font-size: 24px;
	line-height: 30px;
}

.booking-form {
	width: 420px;
}


.bf-head h3 {
	font-size: 28px;
	line-height: 36px;
}

.bf-wrap {
	padding: 10px 30px 0px 30px;
}

.bf-wrap h4 {
	font-size: 24px;
	line-height: 30px;
}

.bf-box {
	padding-bottom: 16px;
}

.bf-box input {
	padding: 0px 50px 0px 20px;
	font-size: 17px;
	background-position: 96% center;
}


.ls-wrap {
	padding: 40px 0px 50px 0px;
}

.ls-wrap h3 {
	font-size: 55px;
	line-height: 60px;
}

.ls-wrap ul {
	margin-left: -20px;
}

.ls-wrap ul li {
	width: 460px;
	height: 189px;
	margin: 0px 0px 30px 20px;
}

.ls-image {
	float: left;
	width: 180px;
	height: 189px;
}

.ls-text {
	margin: 20px 0px 0px 20px;
	width: 260px;
}

.ls-text h4 {
	font-size: 20px;
	line-height: 24px;
}

.ls-text p {
	font-size: 16px;
	line-height: 21px;
	padding-bottom: 12px;
}


.footer-top {
	padding-bottom: 25px;
	background-size: auto 25px;
}
.footer-top-wrap {
	padding: 60px 0px 60px 0px;
}

.footer-top h3 {
	font-size: 35px;
	line-height: 40px;
}



.fb-wrap {
	padding: 40px 0px 60px 0px;
}

.footer-logo {
	width: 350px;
	margin: 0 auto;
}

.fb-section1 {
	width: 120px;
}

.fb-section2 {
	width: 220px;
}

.fb-section3 {
	width: 150px;
}

.fb-section4 {
	width: 160px;
}

.fb-section5 {
	width: 270px;
}


.sub-banner-wrap {
	padding: 45px 0px 55px 0px;
	min-height: 65px;
}

.sub-banner-wrap h1 {
	font-size: 70px;
	line-height: 75px;
}

.about-section1 {
	padding: 50px 0px 50px 0px;
}

.about-slider {
	margin: 0px 30px 20px 0px;
	width: 440px;
	height: 412px;
}

.sub-text h2 {
	font-size: 43px;
	line-height: 48px;
}


.philosophy-wrap {
	padding: 42px 0px 42px 0px;
}

.philosophy-wrap h3 {
	width: 650px;
	font-size: 24px;
	line-height: 30px;
	padding-top: 5px;
}

.read a {
	padding: 14px 15px 18px 65px;
	font-size: 20px;
	line-height: 20px;
}


.pointer {
	right: 0px;
	top: 0px;
	width: 20px;
}

.about-team {
	padding-top: 55px;
}



.team-list ul {
	margin-left: -20px;
}

.team-list ul li {
	width: 300px;
	height: 580px;
	margin-left: 20px;
}

.tl-image {
	height: 469px;
	background-size: 100% auto;
}

.tl-text {
	background-size: 100% auto;
	min-height: 78px;
}

.tl-text h4 {
	font-size: 21px;
	line-height: 21px;
	padding: 8px 0px 5px 0px;
	letter-spacing: 0px;
}

.tl-text h5 {
	font-size: 16px;
	line-height: 18px;
}

.contact-page {
	padding-top: 60px;
	padding-bottom: 20px;
}

.contact-rhs {
	width: 550px;
}

.contact-page h3 {
	font-size: 35px;
	line-height: 35px;
}

.cf-box {
	padding-bottom: 35px;
}

.cf-box label {
	font-size: 17px;
}


.cf-box textarea {
	height: 211px;
}


.cf-button input {
	font-size: 21px;
	line-height: 21px;
}

.cf-button button {
	font-size: 21px;
	line-height: 21px;
}

.contact-lhs {
	width: 330px;
	padding-right: 30px;
	min-height: 620px;
}

.contact-lhs p {
	font-size: 18px;
	line-height: 24px;
	padding: 3px 0px 33px 45px;
}


.p30 {
	padding-top: 0px;
}

.p20 {
	padding-top: 0px;
}


.click-here a {
	font-size: 20px;
	line-height: 20px;
	width: 230px;
	background-position: 30px center;
}


.p50 {
	padding-top: 0px;
}

.ad-rhs {
	float: right;
	width: 480px;
}

.about-details {
	padding-top: 10px;
	font-size: 18px;
	line-height: 22px;
}

.about-details div {
	padding: 4px 0px 25px 40px;
}


.wpt-wrap {
	padding: 65px 0px 65px 0px;
	background-size: 35% auto;
}

.parents-slider {
	width: 700px;
}

.parents-slider h3 {
	font-size: 50px;
	line-height: 50px;
	padding: 0px 0px 30px 97px;
}

.parents-slider .slider  p {
	font-size: 27px;
	line-height: 35px;
}

.parents-slider .slider h4 {
	display: inline-block;
	font-size: 27px;
	line-height: 30px;
	background-position: right 3px;
}

.ue-section1 {
	padding: 40px 0px 30px 0px;
}

.ue-section1 h3 {
	font-size: 40px;
	line-height: 45px;
}

.ue-section1 p {
	font-size: 22px;
	line-height: 30px;
	padding: 0px 0px 20px 0px;
}


.ue-list-wrap {
	padding: 40px 0px 40px 0px;
}

.ue-list-wrap ul {
	margin-left: -25px;
}

.ue-list-wrap ul li {
	margin: 0px 0px 40px 25px;
	width: 436px;
	height: 480px;
	padding: 10px;
}

.ue-list-wrap .ue-image {
	height: 260px;
	margin-bottom: 22px;
}

.ue-list-wrap ul li h4 {
	font-size: 26px;
	line-height: 30px;
	padding-bottom: 24px;
	padding-left: 5px;
}

.ue-list-wrap ul li .date {
	padding: 6px 0px 28px 50px;
	font-size: 18px;
	line-height: 22px;
	background-position: 5px top;
}

.ue-list-wrap ul li .time {
	padding: 4px 0px 20px 50px;
	font-size: 18px;
	line-height: 22px;
	background-position: 5px top;
}


.ln-section1 {
	padding: 50px 0px 30px 0px;
}

.ln-section1 h3 {
	font-size: 30px;
	line-height: 35px;
}

.ln-list-wrap {
	padding: 40px 0px 50px 0px;
}

.ln-list-wrap ul {
	margin-left: -20px;
}

.ln-list-wrap ul li {
	margin: 0px 0px 37px 25px;
	width: 262px;
	height: 460px;
	padding: 24px 15px 10px 15px;
}

.ln-image {
	height: 332px;
	overflow: hidden;
	margin-bottom: 27px;
}

.ln-list-wrap ul li h4 {
	font-size: 20px;
	line-height: 24px;
	padding-bottom: 15px;
}

.ln-list-wrap .download a {
	font-size: 18px;
}

.tm-section1 h3 {
	font-size: 40px;
	line-height: 45px;
}

.tms2-wrap {
	padding: 60px 0px 60px 0px;
}

.tms-rhs {
	margin-right: 0px;
}



.tm-post h4 {
	font-size: 26px;
	line-height: 26px;
}

.tms-lhs {
	width: 520px;
	margin-left: 0px;
	padding-top: 20px;
}

.tms-lhs h3 {
	font-size: 34px;
	line-height: 38px;
}


.sub-main {
	padding: 55px 0px 50px 0px;
}

.heading1 {
	font-size: 38px;
	line-height: 44px;
	padding-bottom: 50px;
}

.p80 {
	padding-top: 10px;
}

.sub-text h3 {
	font-size: 38px;
	line-height: 44px;
}


.heading2 {
	font-size: 42px;
	line-height: 50px;
	padding: 0px 0px 50px 0px;
}




.eight-reasons h3 {
	font-size: 30px!important;
	line-height: 40px;
}

.eight-reasons ol li {
	padding: 9px 0px 18px 65px!important;
}


.page404-txt {
	padding: 120px 0px 120px 0px;
	width: 777px;
	min-height: 300px;
	background-size: 100% 100%;
	
}

.page404-txt-wrap {
	padding-left: 90px;
	max-width: 507px;
}

.page404-txt h2 {
	font-size: 90px;
	line-height: 90px;
}

.page404-txt h3 {
	font-size: 33px;
	line-height: 40px;
	padding-bottom: 30px;
}

.back a {
	font-size: 20px;
}


.bcc-list {
	padding: 40px 0px 30px 0px;
}

.bcc-list ul {
	margin-left: -20px;
}

.bcc-list ul li {
	margin: 0px 0px 40px 20px;
	width: 438px;
	height: 480px;
	padding: 10px;
}

.bcc-list .bcc-image {
	height: 261px;
}

.bcc-list ul li h3 {
	font-size: 28px;
	line-height: 32px;
	padding-left: 10px;
}

.bcc-list ul li p {
	font-size: 17px;
	line-height: 22px;
	padding: 0px 10px 0px 10px;
}


.ul-list {
	padding: 40px 0px 30px 0px;
}

.ul-list ul {
	margin-left: -7px;
}

.mtt-top {
	background-size: 100% 87%;
}

.mtt-top-wrap {
	padding: 25px 0px 80px 0px;
}

.mtt-lhs {
	padding-top: 40px;
	width: 45%;
}

.mtt-lhs h3 {
	font-size: 40px;
	line-height: 45px;
}

.mtt-lhs p {
	font-size: 26px;
	line-height: 33px;
	padding-right: 20px;
	padding-bottom: 20px;
}

.mtt-rhs {
	width: 55%;
}

.sub-main {
	padding: 50px 0px 50px 0px;
}


.heading3 {
	font-size: 38px;
	line-height: 45px;
}

.parent-interview-request {
	padding: 12px 0px 0px 384px;
	background-size: 400px auto;
}


.pir-head1 {
	font-size: 30px;
	line-height: 35px;
}

.pif-box label {
	font-size: 17px;
}


.pif-box input {
	padding: 0px 15px 0px 15px;
}


.pif-box textarea {
	padding: 10px 15px 10px 15px;
}


.pif-note {
	float: left;
	width: 280px;
	font-size: 17px;
	line-height: 21px;
	padding-top: 0px;
}

.pif-button {
	float: right;
}

.pif-button input {
	padding: 0px 30px 0px 30px;
	height: 55px;
	font-size: 21px;
	line-height: 21px;
}

.pif-button button {
	float: right;
}

.pif-button button {
	padding: 0px 30px 0px 30px;
	height: 55px;
	font-size: 21px;
	line-height: 21px;
}


.parent-feedback {
	padding: 12px 0px 0px 400px;
	background-size: 400px auto;
}

.pf-box textarea {
	height: 180px;
}

.philosophy-list {
	width: 940px;
	height: 940px;
}


.pl-item h3 {
	font-size: 24px;
	line-height: 24px;
	padding-bottom: 15px;
}

.pl-item p {
	font-size: 15px;
	line-height: 17px;
	padding-bottom: 10px;
}

.pl1 {
	width: 315px;
	height: 408px;
	background-size: 100% auto;
}

.pl1-wrap {
	padding: 25px 0px 0px 20px;
	width: 200px;
}

.pl2 {
	left: 218px;
	width: 408px;
	height: 406px;
	background-size: 100% auto;
}

.pl2-wrap {
	padding: 25px 0px 0px 110px;
	width: 200px;
}

.pl2-wrap h3 {
	text-align: center;
	padding-left: 30px;
}


.pl3 {
	width: 407px;
	height: 406px;
	background-size: 100% auto;
}

.pl3-wrap {
	padding: 25px 0px 0px 110px;
	width: 280px;
}

.pl4 {
	top: 218px;
	width: 315px;
	height: 506px;
	background-size: 100% auto;
}

.pl4-wrap {
	padding: 200px 0px 0px 15px;
	width: 300px;
}


.pl5 {
	left: 218px;
	top: 310px;
	width: 506px;
	height: 315px;
	background-size: 100% auto;
}

.pl5-wrap {
	padding: 110px 0px 0px 0px;
	width: 286px;
}

.pl5-wrap h2 {
	font-size: 40px;
	line-height: 40px;
}


.pl6 {
	top: 216px;
	width: 315px;
	height: 506px;
	background-size: 100% auto;
}

.pl6-wrap {
	padding: 165px 0px 0px 100px;
	width: 200px;
	text-align: center;
}


.pl7 {
	top: 625px;
	width: 408px;
	height: 314px;
	background-size: 100% auto;
}

.pl7-wrap {
	padding: 110px 0px 0px 20px;
	width: 276px;
}

.pl8 {
	left: 310px;
	top: 631px;
	width: 413px;
	height: 308px;
	background-size: 100% auto;
}

.pl8-wrap {
	padding: 10px 0px 0px 80px;
	width: 220px;
	text-align: right;
}

.pl8-wrap p {
	font-size: 15px;
	line-height: 17px;
}

.pl9 {
	top: 625px;
	width: 407px;
	height: 314px;
	background-size: 100% auto;
}

.pl9-wrap {
	padding: 86px 0px 0px 190px;
	width: 200px;
}


.book-section1 {
	padding: 50px 0px 30px 0px;
}

.book-section1 h2 {
	font-size: 50px;
	line-height: 60px;
}


.book-section1 p {
	font-size: 22px;
	line-height: 28px;
}

.bs2-lhs {
	float: left;
	width: 500px;
	padding-top: 40px;
}

.bs2-lhs ul li {
	padding-bottom: 20px;
}
	
.book-section2 .bf-box {
	padding-bottom: 16px;
}

.book-section2 .booking-form {
	padding-bottom: 20px;
}	


.book-section3 {
	padding: 50px 0px 20px 0px;
}

.bs3-lhs {
	width: auto;
	float: none;
}


.bs3-lhs h3 {
	font-size: 50px;
	line-height: 55px;
}

.bs3-lhs h4 {
	font-size: 30px;
	line-height: 36px;
}


.bs3-rhs {
	float: right;
	width: 46%;
	padding-top: 0px;
}

.book-section4 {
	padding-bottom: 60px;
}

.book-section4 h4 {
	font-size: 40px;
	line-height: 50px;
}
	
	
/* BLOG */


.blog-lhs {
	width: 600px;
}

.blog-rhs {
	width: 325px;
}
	
	

.post-list {
	margin-left: -20px;
}

.post-page article.post {
	padding: 7px;
	width: 272px;
	margin: 0px 0px 32px 20px;
	min-height: 460px;
}


.post-page article.has-post-thumbnail .post-thumb {
	max-height: 172px;
}


.post-page article:nth-child(1) {
	width: 577px!important;
}

.post-page article:nth-child(1).has-post-thumbnail .post-thumb {
	max-height: 339px;
}


.post-page article.has-post-thumbnail .pd-wrap {
	padding: 20px 15px 15px 15px;
	min-height: 245px;
}
	
.post-page .pd-wrap h2 {
	font-size:20px!important;
	line-height:25px!important;
	max-height: 61px;
}

.post-details {
    font-size: 15px;
	line-height:15px;
}


.post-details .date {
	padding: 5px 0px 5px 36px;
}

.post-page .post .view-article {
	font-size:18px;
}
	
/* Post Page Rhs */


.search-box {
	padding: 17px 20px 20px 90px;
}

.sb-head {
	font-size: 25px;
	line-height: 25px;
}

.latest-post h3 {
	font-size: 24px;
	line-height: 24px;
}

.lp-thumb {
	width: 123px;
	height: 75px;
}

.lp-wrap {
	margin-left: 15px;
	width: 160px;
}


.lp-wrap h2 {
	font-size: 18px;
	line-height: 21px;
}

/* Single Post Page  */


.single-post-page .post {
	max-width: 580px;
}

.sp-wrap {
	padding: 0px 15px 20px 15px;
}

.tpl-text h4 {
	font-size: 22px;
	line-height: 22px;
	letter-spacing: 0px;
}

.tpl-text h5 {
	font-size: 16px;
	line-height: 19px;
}
	
	
.testimonails-list ul {
  column-gap: 40px;
}

.tsl-wrap {
	padding: 60px 40px 0px 40px;
}
	
	
.fb-green {
	margin-bottom: 50px;
	padding: 20px 180px 20px 180px;
}

.fb-green p {
	font-size: 21px;
	line-height: 28px;
}
	
	
.header-rhs .mail {
	font-size: 15px;
	line-height: 15px;
	margin-top: 10px;
	padding-left: 26px;
	min-height: 20px;
}	
	

}



/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	
.alignnone {
	margin:0px 0px 20px 0;
}

.alignright {
	margin:5px 0 20px 25px;
	max-width: 45%;
}

.alignleft {
	margin:5px 25px 20px 0px;
	max-width: 45%;
}

a img.alignright {
	float:right;
	margin:5px 0 20px 25px;
	max-width: 45%;
}
a img.alignnone {
	margin:5px 0px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 25px 20px 0;
	max-width: 45%;
}

.container {
	min-width:740px;
}

.wrap {
	width: 740px;
}

.menu-bg {
	background-position: center bottom;
	background-size: auto auto;
	background-color: #f5f5f5;
	overflow: hidden;
	padding-bottom: 20px;
}

.phone-mobile {
	display: block;
}
	
.header-bottom {
	padding-bottom: 15px;
	position: relative;
}

.header-lhs {
	float: none;
	width: auto;
	text-align: center;
	padding: 10px 0px 20px 0px;
}

.header-mid {
	float: left;
	width: 480px;
	margin-left: 0px;
}

.header-mid  h3 {
	font-size: 18px;
	line-height: 20px;
	padding-bottom: 10px;
}
	
.header-mid  h3 br {
	display: none;
}	

.header-mid ul li {
	width: 80px;
}

.header-rhs {
	width: 220px;
	padding-top: 0px;
}

.since {
	padding-bottom: 6px;
}

.phone {
	display: none;
}	

.home-banner-wrap {
	background-size: 50% auto;
	height: 420px;
	width: 99%;
}

.banner-text {
	width: 525px;
	height: 420px;
	background-size: 100% 100%;
	
}

.rating {
	padding: 12px 100px 15px 14%;
}


.banner-text h3 {
	font-size: 20px;
	line-height: 25px;
	width: 300px;
	padding: 0px 0px 15px 14%;
}

.banner-text h1 {
	font-size: 20px;
	line-height: 25px;
	width: 300px;
	padding: 0px 0px 15px 14%;
}

.get-button {
	padding-left: 14%;
}

.get-button a {
	padding: 15px 20px 15px 20px;
	font-size: 16px;
}

.home-section1 {
	background-position: right 80%;
}

.hs1-wrap {
	padding: 50px 0px 60px 0px;
}

.hs1-links ul {
	margin-left: -10px;
	margin-right: -10px;
}

.hs1-links ul li {
	margin: 0px 5px 20px 5px;
	width: 138px;
	height: 180px;
}


.hs1-text {
	height: 65px;
}

.hs1-links ul li h3 {
	font-size: 18px;
	line-height: 20px;
	padding-top: 6px;
}

.hs1-links ul li h4 {
	font-size: 15px;
	line-height: 15px;
}

.hs1-links ul li:hover .hs1-text h3 {
	padding-top: 70px;
}

.our-gallery h3 {
	font-size: 45px;
	line-height: 45px;
}

.our-gallery ul {
	margin-left: -20px;
	padding-bottom: 20px;
}

.our-gallery ul li {
	width: 233px;
	height: 232px;
	margin: 0px 0px 20px 20px;
}


.see-more a {
	padding: 12px 20px 15px 20px;
	font-size: 20px;
}

.different-wrap {
	height: 450px;
}

.different-text {
	width: 500px;
	height: 450px;
	margin-right: 0px;
	background-size: 100% 100%;
}

.dt-wrap {
	width: 400px;
	padding-left: 70px;
	padding-top: 60px;
}

.dt-wrap h3 {
	font-size: 50px;
	line-height: 55px;
	padding-bottom: 20px;
}

.dt-wrap p {
	font-size: 20px;
	line-height: 25px;
	padding-bottom: 20px;
	max-width: 287px;
}

.learn-more a {
	padding: 13px 35px 16px 35px;
	font-size: 18px;
}

.booking {
	background-image: none;
	padding-bottom: 0px;
}

.booking-bg {
	background-size: auto 300px;
	padding-bottom: 310px;
	background-position: center bottom;
	background-image: url(images/booking-bg2-mobile.jpg);
}

.booking-wrap {
	padding-top: 40px;
	min-height: inherit;
}

.booking-head h3 {
	font-size: 50px;
	line-height: 55px;
}

.booking-head h4 {
	font-size: 22px;
	line-height: 28px;
}

.booking-form {
	float: none;
	margin: 0 auto;
}

.ls-wrap {
	padding: 40px 0px 40px 0px;
}

.ls-wrap h3 {
	font-size: 50px;
	line-height: 55px;
}

.ls-wrap ul {
	margin-left: 0px;
}

.ls-wrap ul li {
	float: none;
	width: auto;
	height: 197px;
	background-color: #f3f3f3;
	margin: 0px 0px 25px 0px;
}

.ls-text {
	margin: 30px 0px 0px 30px;
	width: 436px;
}

.footer-top {
	padding-bottom: 20px;
	background-size: auto 20px;
}
	
.footer-top-wrap {
	padding: 50px 0px 50px 0px;
}

.footer-top h3 {
	font-size: 30px;
	line-height: 32px;
	padding-bottom: 30px;
}

.footer-top ul li {
	width: 50px;
}

.fb-wrap {
	padding: 45px 0px 60px 0px;
}

.footer-logo {
	padding-bottom: 40px;
	width: 400px;
	margin: 0 auto;
}

.fb-section1 {
	width: 33%;
}

.fb-section2 {
	width: 40%;
	padding-bottom: 20px;
}

.fb-section3 {
	float: right;
	width: 188px;
}

.fb-section4 {
	clear: both;
	float: left;
	width: 50%;
}

.fb-section5 {
	float: right;
	width: 280px;
}

.sub-banner-wrap {
	padding: 35px 0px 45px 0px;
	min-height: 55px;
}

.sub-banner-wrap h1 {
	font-size: 45px;
	line-height: 50px;
}

.about-section1 {
	padding: 50px 0px 30px 0px;
}

.about-slider {
	float: left;
	margin: 0px 30px 20px 0px;
	width: 350px;
	height: 328px;
}


.sub-text h2 {
	font-size: 40px;
	line-height: 45px;
}

.philosophy-wrap {
	padding: 30px 0px 30px 0px;
	text-align: center;
}

.philosophy-wrap h3 {
	float: none;
	width: auto;
	font-size: 28px;
	line-height: 32px;
	padding-top: 0px;
	padding-bottom: 15px;
}

.read {
	float: none;
}

.pointer {
	display: none;
}

.about-team {
	padding-top: 50px;
}


.team-list ul {
	margin-left: -20px;
}

.team-list ul li {
	width: 360px;
	height: 700px;
	margin-left: 20px;
}

.tl-image {
	height: 562px;
}

.tl-text {
	background-size: 100% auto;
	min-height: 78px;
}

.tl-text h4 {
	font-size: 23px;
	line-height: 23px;
	letter-spacing: 1px;
}

.tl-text h5 {
	font-size: 17px;
	line-height: 20px;
}

.contact-page {
	padding-top: 40px;
}

.contact-rhs {
	float: none;
	width: auto;
	padding-bottom: 30px;
}

.contact-page h3 {
	font-size: 35px;
	line-height: 35px;
	padding-bottom: 30px;
}

.cf-box {
	padding-bottom: 20px;
}

.cf-box textarea {
	height: 190px;
}

.contact-lhs {
	float: none;
	width: auto;
	padding-right: 0px;
	border-right: none;
	min-height: inherit;
}


.contact-map iframe {
	height: 320px;
}

.p30 {
	padding-top: 0px;
}

.p20 {
	padding-top: 0px;
}

.click-here {
	float: none;
}


.click-here a {
	padding: 14px 10px 18px 30px;
	width: 240px;
	background-position: 50px center;
}



.p50 {
	padding-top: 0px;
}

.ad-rhs {
	float: right;
	width: 50%;
}

.about-details {
	font-size: 17px;
	line-height: 22px;
}


.wpt-wrap {
	padding: 60px 0px 80px 0px;
	background-size: 200px auto;
}

.parents-slider {
	float: none;
	width: 740px;
}

.parents-slider h3 {
	font-size: 50px;
	line-height: 50px;
	padding: 0px 0px 30px 97px;
	background-position: left 5px;
}


.parents-slider .bx-viewport {
	min-height: 430px;
}

.parents-slider .slider  p {
	font-size: 28px;
	line-height: 35px;
	padding: 0px 30px 30px 0px;
}

.parents-slider .slider h4 {
	font-size: 28px;
	line-height: 30px;
}

.ue-section1 {
	padding: 40px 0px 30px 0px;
}

.ue-section1 h3 {
	font-size: 38px;
	line-height: 43px;
}

.ue-section1 p {
	font-size: 20px;
	line-height: 28px;
	padding: 0px 0px 20px 0px;
}


.ue-list-wrap {
	padding: 40px 0px 40px 0px;
}

.ue-list-wrap ul {
	margin-left: -20px;
}

.ue-list-wrap ul li {
	margin: 0px 0px 40px 20px;
	width: 342px;
	height: 370px;
	padding: 8px;
}

.ue-list-wrap .ue-image {
	height: 203px;
	margin-bottom: 12px;
}

.ue-list-wrap ul li h4 {
	font-size: 22px;
	line-height: 27px;
	padding-bottom: 24px;
	padding-left: 10px;
}

.ue-list-wrap ul li .date {
	padding: 0px 0px 20px 40px;
	font-size: 17px;
	line-height: 20px;
	background-position: 10px top;
	background-size: 20px auto;
}

.ue-list-wrap ul li .time {
	padding: 0px 0px 20px 40px;
	font-size: 17px;
	line-height: 20px;
	background-position: 10px top;
	background-size: 20px auto;
}


.ln-section1 {
	padding: 40px 0px 20px 0px;
}

.ln-section1 h3 {
	font-size: 35px;
	line-height: 40px;
}

.ln-list-wrap {
	padding: 40px 0px 40px 0px;
}

.ln-list-wrap ul {
	margin-left: -20px;
}

.ln-list-wrap ul li {
	margin: 0px 0px 37px 20px;
	width: 318px;
	height: 540px;
	padding: 20px 20px 10px 20px;
}

.ln-image {
	margin-bottom: 20px;
}

.tm-section1 {
	padding: 40px 0px 30px 0px;
}

.tm-section1 h3 {
	font-size: 40px;
	line-height: 45px;
}

.tms2-wrap {
	padding: 40px 0px 20px 0px;
}

.tms-rhs {
	float: none;
	width: 372px;
	margin-right: 0px;
	margin: 0 auto;
}

.tms-lhs {
	float: none;
	width: auto;
	margin-left: 0px;
	padding-top: 30px;
	text-align: center;
}

.sub-main {
	padding: 40px 0px 30px 0px;
}

.heading1 {
	font-size: 32px;
	line-height: 40px;
	padding-bottom: 40px;
}

.p80 {
	padding-top: 0px;
}

.sub-text h3 {
	font-size: 35px;
	line-height: 40px;
}

.ph-text p {
	font-size: 17px;
	line-height: 24px;
}


.heading2 {
	font-size: 40px;
	line-height: 45px;
	padding: 0px 0px 50px 0px;
}

.pi-text {
	padding-bottom: 30px;
}


.eight-reasons {
	padding-top: 20px;
}

.eight-reasons h3 {
	font-size: 30px!important;
	line-height: 38px;
}

.eight-reasons ol li {
	padding: 5px 0px 18px 55px!important;
	background-size: 45px auto;
}


.page404-wrap {
	width: 92%;
}

.page404-txt {
	padding: 60px 0px 60px 0px;
	width: 60%;
	min-height: 260px;
	background-size: 100% 100%
}

.page404-txt-wrap {
	padding-left: 60px;
	max-width: 350px;
}

.page404-txt h2 {
	font-size: 65px;
	line-height: 65px;
	padding-bottom: 15px;
}

.page404-txt h3 {
	font-size: 27px;
	line-height: 32px;
	padding-bottom: 30px;
}

.back a {
	padding: 12px 20px 14px 20px;
	font-size: 20px;
}

.bcc-section1 {
	padding: 40px 0px 40px 0px;
}

.bcc-section1 h3 {
	font-size: 35px;
	line-height: 40px;
}

.bcc-list {
	padding: 40px 0px 20px 0px;
}

.bcc-list ul {
	margin-left: -20px;
}

.bcc-list ul li {
	margin: 0px 0px 40px 20px;
	width: 342px;
	height: 440px;
	padding: 8px;
}

.bcc-list .bcc-image {
	height: 206px;
	margin-bottom: 15px;
}

.bcc-list ul li h3 {
	font-size: 23px;
	line-height: 28px;
	padding-left: 10px;
}

.bcc-list ul li p {
	font-size: 16px;
	line-height: 22px;
	padding: 0px 10px 0px 10px;
}

.ul-section1 {
	padding: 40px 0px 40px 0px;
}

.ul-section1 h3 {
	font-size: 35px;
	line-height: 40px;
	padding: 0px;
}

.ul-list {
	padding: 40px 0px 20px 0px;
}

.ul-list ul {
	margin-left: -20px;
}

.ul-list ul li {
	margin: 0px 0px 30px 20px;
	width: 211px;
	height: 210px;
	padding: 10px;
}

.ul-list .ul-image {
	height: 115px;
}

.ul-list h3 {
	font-size: 17px;
	line-height: 22px;
}

.ul-list h4 {
	font-size: 15px;
	line-height: 20px;
	white-space: normal;
}
	
.ul-list ul li p a {
	font-size: 15px;
}	


.mtt-top {
	background-size: 100% 87%;
}

.mtt-top-wrap {
	padding: 25px 0px 80px 0px;
}

.mtt-lhs {
	padding-top: 30px;
	width: 48%;
}

.mtt-lhs h3 {
	font-size: 35px;
	line-height: 40px;
	padding-bottom: 10px;
}

.mtt-lhs p {
	font-size: 22px;
	line-height: 30px;
	padding-right: 0px;
	padding-bottom: 20px;
}

.mtt-rhs {
	width: 48%;
}

.sub-main {
	padding: 40px 0px 30px 0px;
}

.heading3 {
	font-size: 30px;
	line-height: 35px;
}

.parent-interview-request {
	padding: 12px 0px 0px 200px;
	background-size: 200px auto;
}


.pir-head1 {
	font-size: 30px;
	line-height: 35px;
}

.pif-box {
	padding-bottom: 25px;
}

.pif-box label {
	font-size: 17px;
}

.pif-box input {
	padding: 0px 15px 0px 15px;
}

.pif-box textarea {
	padding: 10px 15px 10px 15px;
}

.pif-note {
	float: none;
	width: auto;
	font-size: 18px;
	line-height: 22px;
	padding-top: 0px;
	padding-bottom: 20px;
}

.pif-button {
	float: none;
}

.pif-button button {
	float: none;
}

.parent-feedback {
	padding: 12px 0px 0px 220px;
	background-size: 200px auto;
}


.philosophy-list {
	width: 740px;
	height: auto;
	overflow: hidden;
}

.pl-item {
	width: 50%;
	text-align: center;
	background-image: none!important;
	float: left;
	min-height: 290px;
}

.pl-item h3 {
	font-size: 29px;
	line-height: 29px;
	padding-bottom: 15px;
	text-align: center!important;
}

.pl-item p {
	font-size: 17px;
	line-height: 19px;
	padding-bottom: 10px;
}

.pl1 {
	position: static;
	width: 50%;
	height: auto;
	background-color: #c72873;
}

.pl1-wrap {
	padding: 20px;
	width: auto;
}

.pl2 {
	position: static;
	width: 50%;
	height: auto;
	background-color: #02bd44;
}

.pl2-wrap {
	padding: 20px;
	width: auto;
}

.pl2-wrap h3 {
	padding-left: 0px;
}


.pl3 {
	position: static;
	width: 50%;
	height: auto;
	background-color: #02b5bd;
}

.pl3-wrap {
	padding: 20px;
	width: auto;
}

.pl3-wrap p {
	line-height: 19px;
}


.pl4 {
	position: static;
	width: 50%;
	height: auto;
	background-color: #e4640b;
}

.pl4-wrap {
	padding: 20px;
	width: auto;
}

.pl5 {
	position: static;
	width: 100%;
	height: auto;
	background-color: #0277bd;
	min-height: inherit;
}

.pl5-wrap {
	padding: 20px;
	width: auto;
}

.pl5-wrap h2 {
	font-size: 45px;
	line-height: 45px;
}

.pl6 {
	position: static;
	width: 50%;
	height: auto;
	background-color: #c72a28;
}

.pl6-wrap {
	padding: 20px;
	width: auto;
}

.pl7 {
	position: static;
	width: 50%;
	height: auto;
	background-color: #0242bd;
}

.pl7-wrap {
	padding: 20px;
	width: auto;
}

.pl8 {
	position: static;
	width: 50%;
	height: auto;
	background-color: #7628c7;
}

.pl8-wrap {
	padding: 20px;
	width: auto;
	text-align: center;
}


.pl9 {
	position: static;
	width: 50%;
	height: auto;
	background-color: #84a915;
}

.pl9-wrap {
	padding: 20px;
	width: auto;
	text-align: center;
}


.book-section1 {
	padding: 30px 0px 30px 0px;
}

.book-section1 h2 {
	font-size: 40px;
	line-height: 50px;
}

.book-section1 p {
	font-size: 22px;
	line-height: 28px;
}

.bs2-lhs {
	float: none;
	width: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

.bs2-lhs ul li {
	padding-bottom: 5px;
}

.book-section2 .bf-box {
	padding-bottom: 20px;
}

.book-section2 .booking-form {
	padding-bottom: 30px;
}

.book-section3 {
	padding: 30px 0px 20px 0px;
}

.bs3-lhs {
	float: none;
	width: auto;
}

.bs3-lhs .alignright {
    float: right;
    margin: 5px 0 10px 10px;
	max-width: 20%!important;
}


.bs3-lhs h3 {
	font-size: 50px;
	line-height: 55px;
}

.bs3-lhs h4 {
	font-size: 30px;
	line-height: 35px;
}

.bs3-rhs {
	width: 40%;
	padding-top: 0px;
}

.book-section4 {
	padding-bottom: 40px;
}

.book-section4 h4 {
	font-size: 40px;
	line-height: 43px;
}

.seven-resons {
	padding: 0px 20px 20px 20px;
}

.seven-resons ol li {
	font-size: 18px;
	line-height: 24px;
}
	
	
/* BLOG */


.blog-lhs {
	float: none;
	width: auto;
	padding-bottom: 30px;
}

.blog-rhs {
	float: none;
	width: auto;
}	

	

.post-list {
	margin-left: -20px;
}

.post-page article.post {
	padding: 7px;
	width: 343px;
	margin: 0px 0px 32px 20px;
	min-height: 450px;
}


.post-page article.has-post-thumbnail .post-thumb {
	max-height: 172px;
}


.post-page article:nth-child(1) {
	width: 720px!important;
}

.post-page article:nth-child(1).has-post-thumbnail .post-thumb {
	max-height: 339px;
}


.post-page article.has-post-thumbnail .pd-wrap {
	padding: 20px 15px 15px 15px;
	min-height: 225px;
}
	
.post-page .pd-wrap h2 {
	font-size:20px!important;
	line-height:25px!important;
	max-height: 65px;
}

.post-details {
    font-size: 15px;
	line-height:15px;
}


.post-details .date {
	padding: 5px 0px 5px 36px;
}

.post-page .post .view-article {
	font-size:18px;
}
	
/* Post Page Rhs */


.search-box {
	padding: 17px 20px 20px 120px;
}

.sb-head {
	font-size: 25px;
	line-height: 25px;
}
	
.blog-rhs .search .search-input {
	width: 85%;
}
	
.blog-lhs .search .search-input {
	width: 85%;
}	

.latest-post h3 {
	font-size: 24px;
	line-height: 24px;
}

.lp-wrap {
	width: 300px;
	padding-top: 10px;
}

.single-post-page .post {
	max-width: 720px;
}
	
.blog-lhs .single-widget {
	display: block;
}
	
.mobile-hide {
	display: none;
}	
		
.tpl-text h4 {
	font-size: 20px;
	line-height: 22px;
	letter-spacing: 0px;
	padding: 8px 0px 5px 0px;
}

.tpl-text h5 {
	font-size: 15px;
	line-height: 18px;
}	
	
.testimonails-list {
		margin: 0px;
}	
	
.testimonails-list ul li {
	float: none;
	width: auto;
	margin: 73px 8px 0px 8px;
}
	
	
	
.testimonails-list ul {
  columns: 1;
  column-gap: 0px;
}


.tsl-wrap {
	padding: 60px 50px 0px 50px;
}

.fb-green {
	margin-bottom: 50px;
	border: #ff7200 dashed 5px;
	padding: 15px 170px 15px 170px;
}

.fb-green p {
	font-size: 19px;
	line-height: 28px;
}

.header-rhs .mail {
	font-size: 14px;
	line-height: 14px;
	margin-top: 0px;
	padding-left: 26px;
	min-height: 18px;
	background-position: left top;
}	
	
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
	/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

.alignnone {
	margin:5px 0px 20px 0;
}

.alignright {
	float:none;
	margin:5px 0 20px 0px;
	max-width: 99%;
}

.alignleft {
	float:none;
	margin:5px 0 20px 0px;
	max-width: 99%;
}

a img.alignright {
	float:none;
	margin:5px 0 20px 0px;
	max-width: 99%;
}
a img.alignnone {
	margin:5px 0px 20px 0;
}
a img.alignleft {
	float:none;
	margin:5px 0 20px 0px;
	max-width: 99%;
}

.container {
	width:100%;
	min-width:300px;
}

.wrap {
	width: 95%;
	min-width:300px;
}

.menu-bg {
	background-position: center bottom;
	background-size: auto auto;
	background-color: #f5f5f5;
	overflow: hidden;
	padding-bottom: 20px;
}

.phone-mobile {
	display: block;
	top: 15px;
	height: 27px;
	line-height: 24px;
	font-size: 20px;
	padding-left: 35px;
}

.header-bottom {
	padding-bottom: 15px;
}

.header-lhs {
	float: none;
	width: auto;
	text-align: center;
	padding-bottom: 20px;
}


.header-mid {
	float: none;
	width: auto;
	margin-left: 0px;
}

.header-mid  h3 {
	font-size: 20px;
	line-height: 25px;
	padding-bottom: 13px;
}

.header-mid ul li {
	display: inline-block;
	margin: 0px 2px 0px 2px;
	max-width: 17%;
}

.header-rhs {
	float: none;
	width: auto;
	padding-top: 15px;
	max-width: 250px;
	margin: 0 auto;
}

.since {
	padding-bottom: 0px;
}

.phone {
	display: none;
}


.home-banner-wrap {
	background-position: right bottom;
	height: auto;
	width: 100%;
	background-size: 60% auto;
}

.banner-text {
	width: 88%;
	height: auto;
	background-size: 100% 100%;
	padding-bottom: 35px;
	background-image: url(images/banner-txt-bg-mobile.png);
	
}

.rating {
	padding: 12px 40px 5px 6%;
}


.banner-text h3 {
	font-size: 15px;
	line-height: 18px;
	width: 60%;
	padding: 0px 0px 10px 6%;
}
	
.banner-text h1 {
	font-size: 15px;
	line-height: 18px;
	width: 60%;
	padding: 0px 0px 10px 6%;
}	

.get-button {
	padding-left: 6%;
	width: 60%;
}

.get-button a {
	padding: 10px;
	font-size: 11px;
}

.home-section1 {
	background-image: none;
}

.hs1-wrap {
	padding: 40px 0px 50px 0px;
}

.hs1-links {
	padding-bottom: 20px;
}

.hs1-links ul {
	margin-left: -10px;
	margin-right: -10px;
}

.hs1-links ul li {
	margin: 0px 0px 20px 0px;
	width: 95%;
	height: 240px;
}
	
	
.hs1-img img {
	width: 100%;
	height: auto;
}

.hs1-text {
	height: 65px;
}

.hs1-links ul li h3 {
	font-size: 23px;
	line-height: 23px;
	padding-bottom: 5px;
	padding-top: 6px;
}

.hs1-links ul li h4 {
	font-size: 17px;
	line-height: 17px;
	padding-bottom: 10px;
}

.hs1-links ul li:hover .hs1-text h3 {
	padding-top: 70px;
}

.our-gallery h3 {
	font-size: 33px;
	line-height: 33px;
}

.our-gallery ul {
	margin-left: 0px;
	padding-bottom: 20px;
}

.our-gallery ul li {
	float: none;
	width: 290px;
	height: 288px;
	margin: 0px auto 20px auto;
}

.see-more a {
	padding: 15px 30px 18px 30px;
	font-size: 18px;
}

.different-wrap {
	height: auto;
	overflow: hidden;
	width: 100%!important;
}

.different-text {
	float: right;
	width: 75%;
	max-width: 280px;
	height: auto;
	background-image: url(images/different-text-mobile.png);
	background-size: 100% 100%;
	margin-right: 0px;
}

.dt-wrap {
	width: auto;
	padding: 30px 10px 20px 25%;
	text-align: right;
}

.dt-wrap h3 {
	font-size: 25px;
	line-height: 30px;
	padding-bottom: 10px;
}

.dt-wrap p {
	font-size: 17px;
	line-height: 20px;
	padding-bottom: 20px;
	max-width: inherit;
}

.learn-more a {
	padding: 10px 25px 12px 25px;
	font-size: 17px;
}

.booking {
	background-image: none;
	padding-bottom: 30px;
}

.booking-bg {
	background-image: none;
}

.booking-wrap {
	background-image: url(images/booking-bg2-mobile.jpg);
	background-repeat: no-repeat;
	background-position: center 20px;
	background-size: auto 200px;
	padding-top: 220px;
	min-height: inherit;
}

.booking-head {
	padding-bottom: 24px;
}

.booking-head h3 {
	font-size: 30px;
	line-height: 35px;
	padding-bottom: 10px;
}

.booking-head h4 {
	font-size: 20px;
	line-height: 24px;
}

.booking-form {
	float: none;
	width: 300px;
	margin: 0 auto;
}

.bf-head {
	height: 100px;
}

.bf-head h3 {
	font-size: 23px;
	line-height: 30px;
	padding-top: 10px;
}

.bf-wrap {
	padding: 10px 10px 0px 10px;
}

.bf-wrap h4 {
	font-size: 21px;
	line-height: 27px;
	padding-bottom: 20px;
}

.bf-box {
	padding-bottom: 16px;
}

.bf-box input {
	padding: 0px 50px 0px 15px;
	height: 44px;
	font-size: 16px;
	background-position: 95% center;
}

.bf-button input {
	width: 100%;
	padding: 5px 20px 5px 20px;
	font-size: 18px;
	line-height: 22px;
}

.bf-button button {
	width: 100%;
	padding: 5px 20px 5px 20px;
	font-size: 18px;
	line-height: 22px;
}

.ls-wrap {
	padding: 40px 0px 40px 0px;
}

.ls-wrap h3 {
	font-size: 35px;
	line-height: 40px;
	padding-bottom: 30px;
}

.ls-wrap ul {
	margin-left: 0px;
}

.ls-wrap ul li {
	float: none;
	width: 100%;
	height: auto;
	margin: 0px auto 25px auto;
	max-height: 180px;
}

.ls-image {
	float: left;
	width: 30%;
	height: 100%;
	overflow: hidden;
}
	
.ls-image img {
	display: block;
	height: 100%;
	width: auto;
	max-width: inherit;
}

.ls-text {
	float: left;
	margin: 15px 0px 20px 3%;
	width: 65%;
}


.ls-text h4 {
	font-size: 17px;
	line-height: 21px;
}

.ls-text p {
	font-size: 15px;
	line-height: 18px;
	padding-bottom: 15px;
}

.rm a {
	font-size: 15px;
	line-height: 15px;
}

.footer-top {
	padding-bottom: 10px;
	background-size: auto 10px;
}
.footer-top-wrap {
	padding: 50px 0px 50px 0px;
}

.footer-top h3 {
	font-size: 18px;
	line-height: 22px;
	padding-bottom: 20px;
}

.footer-top ul li {
	margin: 0px 5px 10px 5px;
	width: 45px;
}

.fb-wrap {
	padding: 40px 0px 50px 0px;
}

.footer-logo {
	padding-bottom: 50px;
	max-width: 300px;
	margin: 0 auto;
}

.fb-section1 {
	float: none;
	width: 280px;
	margin: 0 auto;
	padding-bottom: 30px;
}

.fb-section2 {
	float: none;
	width: 280px;
	margin: 0 auto;
	padding-bottom: 30px;
}

.fb-section3 {
	float: none;
	width: 280px;
	margin: 0 auto;
	padding-bottom: 30px;
}

.fb-section4 {
	float: none;
	width: 280px;
	margin: 0 auto;
	padding-bottom: 30px;
}

.fb-section5 {
	float: none;
	width: 280px;
	margin: 0 auto;
	padding-bottom: 30px;
}

.fb-wrap h4 {
	font-size: 18px;
	line-height: 18px;
	padding-bottom: 20px;
}

.footer-links ul li {
	font-size: 16px;
	line-height: 18px;
	padding-bottom: 15px;
}

.fb-section5 p {
	font-size: 16px;
	line-height: 18px;
	padding: 1px 0px 22px 46px;
}

.fb-section5 ul {
	padding-top: 10px;
}

.fb-section5 ul li {
	margin-right: 20px;
}

.sub-banner-wrap {
	padding: 35px 0px 40px 0px;
	min-height: 50px;
}

.sub-banner-wrap h1 {
	font-size: 40px;
	line-height: 45px;
}

.about-section1 {
	padding: 40px 0px 30px 0px;
}

.about-slider {
	float: none;
	margin: 0px auto 20px auto;
	width: 300px;
	height: 281px;
}

.about-slider .bx-wrapper .bx-prev {
  left: 10px;
}

.about-slider .bx-wrapper .bx-next {
  right: 10px;
}

.about-slider .bx-wrapper .bx-controls-direction a {
  top: 50%;
  margin-top: -26px;
  width: 30px;
  height: 52px;
}

.sub-text {
	font-size: 17px;
}

.sub-text p {
	line-height: 23px;
	padding-bottom: 20px;
}


.sub-text h2 {
	font-size: 35px;
	line-height: 40px;
}

.philosophy-wrap {
	padding: 20px 0px 20px 0px;
	text-align: center;
}

.philosophy-wrap h3 {
	float: none;
	width: auto;
	font-size: 25px;
	line-height: 30px;
	padding-top: 0px;
	padding-bottom: 20px;
}

.read {
	float: none;
}


.read a {
	padding: 14px 15px 18px 65px;
	font-size: 20px;
	line-height: 20px;
	background-position: 18px center;
}

.pointer {
	display: none;
}

.about-team {
	padding-top: 40px;
}

.at-head h3 {
	font-size: 40px;
	line-height: 40px;
}

.at-head p {
	font-size: 18px;
	line-height: 22px;
}

.team-list ul {
	margin-left: 0px;
}

.team-list ul li {
	float: none;
	width: 300px;
	height: 580px;
	margin: 0 auto;
}

.tl-image {
	height: 469px;
	background-size: auto auto;
}

.tl-text {
	background-size: 100% auto;
	min-height: 70px;
}

.tl-text h4 {
	font-size: 20px;
	line-height: 22px;
	padding: 9px 0px 5px 0px;
	letter-spacing: 1px;
}

.tl-text h5 {
	font-size: 16px;
	line-height: 18px;
}

.contact-page {
	padding-top: 40px;
	padding-bottom: 20px;
}

.contact-rhs {
	float: none;
	width: auto;
	margin: 0 auto;
	padding-bottom: 30px;
}

.contact-page h3 {
	font-size: 35px;
	line-height: 35px;
	padding-bottom: 30px;
	color: #95c21d;
	font-weight: bold;
}

.cf-row .lhs {
	float: none;
	width: auto;
}

.cf-row .rhs {
	float: none;
	width: auto;
}

.cf-box {
	padding-bottom: 20px;
}

.cf-box label {
	font-size: 18px;
	color: #333;
}

.cf-box input {
	padding: 0px 15px 0px 15px;
	font-size: 17px;
}


.cf-box textarea {
	padding: 10px 15px 10px 15px;
	height: 211px;
	font-size: 17px;
}


.cf-button input {
	padding: 0px 40px 0px 40px;
	height: 53px;
	font-size: 21px;
	line-height: 21px;
}

.cf-button button {
	padding: 0px 40px 0px 40px;
	height: 53px;
	font-size: 21px;
	line-height: 21px;
}


.contact-lhs {
	float: none;
	width: auto;
	margin: 0 auto;
	padding-right: 0px;
	border-right: none;
	min-height: inherit;
}

.contact-lhs p {
	font-size: 17px;
	line-height: 21px;
	padding: 3px 0px 33px 45px;
}

.contact-map iframe {
	width: 100%;
	height: 320px;
}

.p30 {
	padding-top: 0px;
}

.p20 {
	padding-top: 0px;
}

.click-here {
	float: none;
}


.click-here a {
	padding: 14px 10px 18px 20px;
	font-size: 22px;
	line-height: 22px;
	width: 230px;
	background-position: 40px center;
}

.section-wrap {
	padding-bottom: 30px;
}

.p50 {
	padding-top: 0px;
}

.ad-rhs {
	float: none;
	width: auto;
	clear: both;
}

.about-details {
	padding-top: 10px;
	font-size: 17px;
	line-height: 20px;
}

.about-details div {
	padding: 4px 0px 25px 40px;
}


.ad03 {
	background-position: left 5px!important;
}

.wpt-wrap {
	padding: 40px 0px 40px 0px;
	background-image: none;
}

.parents-slider {
	float: none;
	width: auto;
	padding-bottom: 20px;
}

.parents-slider h3 {
	font-size: 23px;
	line-height: 23px;
	padding: 9px 0px 30px 60px;
	background-position: left 5px;
	background-size: 50px auto;
}

.parents-slider .bx-viewport {
	min-height: 380px;
}

.parents-slider .slider div {
	background-size: 20px auto;
	padding: 30px 0px 0px 30px;
}

.parents-slider .slider  p {
	font-size: 18px;
	line-height: 24px;
	padding: 0px 20px 30px 0px;
	background-size: 20px auto;
}

.parents-slider .slider h4 {
	font-size: 18px;
	line-height: 21px;
	padding-right: 110px;
	padding-bottom: 20px;
	background-size: 100px auto;
	padding-top: 5px;
}

.parents-slider .bx-wrapper .bx-prev {
  left: 35%;
}

.parents-slider .bx-wrapper .bx-next {
  right: 35%;
}

.ue-section1 {
	padding: 40px 0px 30px 0px;
}

.ue-section1 h3 {
	font-size: 31px;
	line-height: 36px;
}

.ue-section1 p {
	font-size: 18px;
	line-height: 22px;
	padding: 0px 0px 20px 0px;
}

.ue-list-wrap {
	padding: 40px 0px 30px 0px;
}

.ue-list-wrap ul {
	margin-left: 0px;
}

.ue-list-wrap ul li {
	float: none;
	margin: 0px auto 30px auto;
	width: 270px;
	height: auto;
	padding: 8px;
}

.ue-list-wrap .ue-image {
	height: 160px;
	margin-bottom: 20px;
}

.ue-list-wrap ul li h4 {
	font-size: 18px;
	line-height: 22px;
	padding-bottom: 15px;
	padding-left: 10px;
}

.ue-list-wrap ul li .date {
	padding: 1px 0px 28px 40px;
	font-size: 16px;
	line-height: 18px;
	background-position: 10px top;
	background-size: 20px auto;
}

.ue-list-wrap ul li .time {
	padding: 1px 0px 28px 40px;
	font-size: 16px;
	line-height: 18px;
	background-position: 10px top;
	background-size: 20px auto;
}


.ln-section1 {
	padding: 40px 0px 30px 0px;
}

.ln-section1 h3 {
	font-size: 30px;
	line-height: 35px;
}

.ln-list-wrap {
	padding: 40px 0px 40px 0px;
}

.ln-list-wrap ul {
	margin: 0px;
	text-align: center;
}

.ln-list-wrap ul li {
	float: none;
	display: inline-block;
	margin: 0px auto 30px auto;
	width: 270px;
	height: auto;
	padding: 8px 8px 20px 8px;
}

.ln-image {
	height: 340px;
	margin-bottom: 20px;
}

.ln-list-wrap ul li h4 {
	font-size: 22px;
	line-height: 26px;
	padding-bottom: 15px;
}

.ln-list-wrap .download a {
	height: 48px;
	line-height: 46px;
	font-size: 18px;
}


.tm-section1 {
	padding: 40px 0px 30px 0px;
}

.tm-section1 h3 {
	font-size: 33px;
	line-height: 38px;
}

.tms2-wrap {
	padding: 40px 0px 40px 0px;
}

.tms-rhs {
	float: none;
	width: 300px;
	margin: 0 auto;
}


.tm-post {
	min-height: 78px;
	background-size: 100% auto;
}

.tm-post h5 {
	font-size: 17px;
	line-height: 20px;
	padding: 3px 0px 4px 0px;
}

.tm-post h4 {
	font-size: 22px;
	line-height: 22px;
}

.tms-lhs {
	float: none;
	width: auto;
	margin-left: 0px;
	padding-top: 20px;
	text-align: center;
}

.tms-lhs h3 {
	font-size: 26px;
	line-height: 30px;
	padding-bottom: 20px;
}

.tms-lhs p {
	font-size: 18px;
	line-height: 22px;
	padding-bottom: 20px;
}

.tms-lhs p a {
	font-size: 18px;
}

.sub-main {
	padding: 40px 0px 20px 0px;
}

.heading1 {
	font-size: 30px;
	line-height: 34px;
	padding-bottom: 30px;
}

.p80 {
	padding-top: 0px;
}

.sub-text h3 {
	font-size: 32px;
	line-height: 37px;
}

.ph-text p {
	font-size: 18px;
	line-height: 25px;
}


.heading2 {
	font-size: 32px;
	line-height: 36px;
	padding: 0px 0px 30px 0px;
}

.pi-text {
	padding-bottom: 20px;
}

.pi-text p {
	line-height: 24px;
	padding-bottom: 20px;
}


.eight-reasons {
	padding-top: 20px;
}

.eight-reasons h3 {
	font-size: 30px!important;
	line-height: 36px;
}

.eight-reasons ol li {
	padding: 4px 0px 18px 50px!important;
	min-height: 35px;
	background-size: 40px auto;
}


.page404 {
	background-image: url(images/page404-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.page404-wrap {
	width: 100%;
	max-width: 800px;
}

.page404-txt {
	padding: 30px 0px 30px 0px;
	float: left;
	width: 90%;
	min-height: inherit;
	background-size: 100% 100%;
	background-image: url(images/page404-txt-bg-mobile.png);
}

.page404-txt-wrap {
	padding-left: 5%;
	max-width: 55%;
}

.page404-txt h2 {
	font-size: 30px;
	line-height: 35px;
	padding-bottom: 10px;
}

.page404-txt h3 {
	font-size: 17px;
	line-height: 22px;
	padding-bottom: 20px;
}

.back a {
	padding: 10px 10px 12px 10px;
	font-size: 15px;
}

.bcc-section1 {
	padding: 40px 0px 40px 0px;
}

.bcc-section1 h3 {
	font-size: 28px;
	line-height: 32px;
}

.bcc-list {
	padding: 40px 0px 30px 0px;
}

.bcc-list ul {
	margin-left: 0px;
}

.bcc-list ul li {
	float: none;
	margin: 0px auto 30px auto;
	width: 270px;
	height: auto;
	padding: 10px 10px 20px 10px;
}

.bcc-list .bcc-image {
	height: 160px;
	margin-bottom: 15px;
}

.bcc-list ul li h3 {
	font-size: 21px;
	line-height: 25px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.bcc-list ul li p {
	font-size: 17px;
	line-height: 22px;
	padding: 0px 10px 0px 10px;
}

.ul-section1 {
	padding: 40px 0px 40px 0px;
}

.ul-section1 h3 {
	font-size: 28px;
	line-height: 32px;
	padding: 0px;
}

.ul-list {
	padding: 40px 0px 30px 0px;
}

.ul-list ul {
	margin-left: 0px;
	text-align: center;
}

.ul-list ul li {
	float: none;
	display: inline-block;
	margin: 0px 5px 15px 5px;
	width: 238px;
	height: 210px;
	padding: 15px;
	vertical-align: top;
}

.ul-list .ul-image {
	height: 120px;
}

.ul-list h3 {
	font-size: 19px;
	line-height: 24px;
}

.ul-list h4 {
	font-size: 17px;
	line-height: 23px;
}


.ul-list p a {
	font-size: 17px;
}

.mtt-top {
	background-size: 100% 87%;
}

.mtt-top-wrap {
	padding: 25px 0px 80px 0px;
}

.mtt-lhs {
	float: none;
	padding-top: 0px;
	width: auto;
	text-align: center;
}

.mtt-lhs h3 {
	font-size: 30px;
	line-height: 35px;
	padding-bottom: 10px;
}

.mtt-lhs p {
	font-size: 20px;
	line-height: 26px;
	padding-right: 0px;
	padding-bottom: 20px;
}

.mtt-rhs {
	float: none;
	width: auto;
}

.sub-main {
	padding: 40px 0px 40px 0px;
}


.heading3 {
	font-size: 32px;
	line-height: 36px;
}

.parent-interview-request {
	background-image: none;
	padding: 0px;
	text-align: center;
}


.pir-head1 {
	font-size: 30px;
	line-height: 35px;
	padding-bottom: 15px;
}

.pir-head2 {
	font-size: 17px;
	line-height: 23px;
	padding-bottom: 30px;
}

.pif-row .lhs {
	float: none;
	width: auto;
}

.pif-row .rhs {
	float: none;
	width: auto;
}

.pif-box {
	padding-bottom: 25px;
	text-align: left;
}

.pif-box label {
	font-size: 16px;
}

.pif-box input {
	padding: 0px 15px 0px 15px;
}

.pif-box textarea {
	padding: 10px 15px 10px 15px;
	height: 90px;
}
.pif-note {
	float: none;
	width: auto;
	font-size: 18px;
	line-height: 22px;
	padding-top: 0px;
	padding-bottom: 20px;
}

.pif-button {
	float: none;
}

.pif-button input {
	padding: 0px 40px 0px 40px;
	height: 53px;
	font-size: 21px;
	line-height: 21px;
}

.pif-button button {
	float: none;
}

.pif-button button {
	padding: 0px 40px 0px 40px;
	height: 53px;
	font-size: 21px;
	line-height: 21px;
}

.parent-feedback {
	background-position: center top;
	padding: 250px 0px 0px 0px;
	background-size: auto 250px;
	text-align: center;
}

.pf-box textarea {
	height: 210px;
}

.philosophy-list {
	width: auto;
	height: auto;
}

.pl-item {
	position: static!important;
	background-repeat: no-repeat;
	background-position: center top;
	width: auto!important;
	height: auto!important;
	text-align: center;
}

.pl-item h3 {
	text-align: center;
	font-size: 26px;
	line-height: 28px;
	padding-bottom: 15px;
}

.pl-item p {
	font-size: 17px;
	line-height: 19px;
	padding-bottom: 10px;
}

.pl1 {
	background-color: #c72873;
	background-image: none;
}

.pl1-wrap {
	padding: 45px 20px 25px 20px;
	width: auto;
}

.pl2 {
	background-color: #02bd44;
	background-image: url(images/m-puzzle01.png);

}

.pl2-wrap {
	padding: 130px 20px 25px 20px;
	width: auto;
}

.pl2-wrap h3 {
	padding-left: 0px;
}


.pl3 {
	background-color: #02b5bd;
	background-image: url(images/m-puzzle02.png);
}

.pl3-wrap {
	padding: 130px 20px 25px 20px;
	width: auto;
	text-align: left;
	text-align: center;
}


.pl3-wrap p {
	line-height: 19px;
}


.pl4 {
	background-color: #e4640b;
	background-image: url(images/m-puzzle03.png);
}

.pl4-wrap {
	padding: 130px 20px 25px 20px;
	width: auto;
	text-align: center;
}

.pl4-wrap h3 {
	text-align: center;
}

.pl5 {
	background-color: #0277bd;
	background-image: url(images/m-puzzle04.png);
}

.pl5-wrap {
	padding: 130px 20px 25px 20px;
	width: auto;
	text-align: center;
}

.pl5-wrap h2 {
	font-size: 45px;
	line-height: 50px;
}

.pl6 {
	background-color: #c72a28;
	background-image: url(images/m-puzzle05.png);
	background-position: center top;
}

.pl6-wrap {
	padding: 130px 20px 25px 20px;
	width: auto;
	text-align: center;
}

.pl6-wrap h3 {
	text-align: center;
}

.pl7 {
	background-color: #71ad00;
	background-image: url(images/m-puzzle06.png);
	background-position: center top;
}

.pl7-wrap {
	padding: 130px 20px 25px 20px;
	width: auto;
	text-align: center;
}
.pl8 {
	background-color: #6600ac;
	background-image: url(images/m-puzzle07.png);
	background-position: center top;
}

.pl8-wrap {
	padding: 130px 20px 25px 20px;
	width: auto;
	text-align: center;
}

.pl8-wrap h3 {
	text-align: center;
}

.pl8-wrap p {
	font-size: 17px;
	line-height: 22px;
}

.pl9 {
	background-color: #1800ae;
	background-image: url(images/m-puzzle08.png);
	background-position: center top;
}

.pl9-wrap {
	padding: 130px 20px 25px 20px;
	width: auto;
	text-align: center;
}

.pl9-wrap h3 {
	text-align: center;
}

.pl9-wrap p {
	text-align: center;
}

.book-section1 {
	padding: 40px 0px 30px 0px;
}

.book-section1 h2 {
	font-size: 30px;
	line-height: 36px;
}

.book-section1 p {
	font-size: 19px;
	line-height: 24px;
	padding-bottom: 15px;
}

.book-section1 p strong {
	color: #fe4743;
	font-weight: bold;
}

.bs2-lhs {
	float: none;
	width: auto;
	padding: 20px 0px 20px 0px;
	text-align: center;
}


.book-section3 {
	padding: 40px 0px 20px 0px;
}

.bs3-lhs {
	float: none;
	width: auto;
}

.bs3-lhs .alignright {
    float: right;
    margin: 0px 0 10px 10px;
	max-width: 30%;
}


.bs3-lhs h3 {
	font-size: 35px;
	line-height: 40px;
}

.bs3-lhs h4 {
	font-size: 28px;
	line-height: 33px;
}

.bs3-lhs p {
	font-size: 17px;
	line-height: 22px;
	padding-bottom: 20px;
}

.bs3-rhs {
	float: none;
	width: auto;
	padding-top: 0px;
}

.book-section4 {
	padding-bottom: 40px;
}

.book-section4 h4 {
	font-size: 30px;
	line-height: 35px;
	padding-bottom: 40px;
}

.seven-resons {
	padding: 10px 10px 20px 10px;
}

.seven-resons ol li {
	font-size: 17px;
	line-height: 23px;
}

	
/* BLOG */


.blog-lhs {
	float: none;
	width: auto;
	padding-bottom: 30px;
}

.blog-rhs {
	float: none;
	width: auto;
}
	
	
.post-list {
	margin-left: 0px;
}

.post-page article.post {
	float: none;
	padding: 7px;
	width: auto;
	margin: 0px 5px 39px 5px;
	min-height: inherit;
}


.post-page article.has-post-thumbnail .post-thumb {
	max-height: 277px;
}


.post-page article:nth-child(1) {
	width: auto!important;
}

.post-page article:nth-child(1).has-post-thumbnail .post-thumb {
	max-height: 250px;
}


.post-page article.has-post-thumbnail .pd-wrap {
	padding: 22px 0px 15px 10px;
	min-height: inherit;
}
	

.post-page .pd-wrap h2 {
	font-size:22px!important;
	line-height:26px!important;
	max-height: inherit;
}
	
.post-details {
    font-size: 15px;
	line-height:15px;
}

.post-details .date {
	padding: 5px 0px 5px 30px;
	background-size: 25px auto;
}

.post-page .post .view-article {
	height:40px;
	font-size:18px;
	line-height:38px;
	padding:0px 33px 0px 33px;
}


/* Pagination */


.pagination .page-numbers {
	margin:0px 8px 5px 0px;
	font-size:18px;
}


/* Post Page Rhs */

.search-box {
	padding: 17px 15px 20px 70px;
}

.sb-head {
	font-size: 24px;
	line-height: 24px;
}

.blog-rhs .search .search-input, .sub-rhs .search .search-input {
	width:80%;
}
	
.blog-lhs .search .search-input {
	width:80%;
}


.blog-rhs .widget-title, .sub-rhs .widget-title {
	font-size:20px;
	line-height:20px;
}


.latest-post h3 {
	padding: 12px 10px 14px 15px;
	font-size: 23px;
	line-height: 23px;
}



.lp-thumb {
	width: 25%;
	height: auto;
}

.lp-wrap {
	float: left;
	margin-left: 3%;
	width: 72%;
}

.lp-wrap h2 {
	font-size: 19px;
	line-height: 22px;
}




/* Single Post Page  */


.single-post-page .post {
	max-width: 94%;
}

.sp-wrap {
	padding: 0px 10px 20px 10px;
}

.single-post-page .post h2 {
	font-size:28px!important;
	line-height:32px!important;

}
	
.blog-lhs .single-widget {
	display: block;
}
	
	
.tp-wrap {
	padding: 15px;
}

.tp-lhs {
	float: none;
	width: auto;
	max-width: 371px;
	margin: 0 auto;
}

.tpl-text {
	min-height: 68px;
}

.tpl-text h4 {
	font-size: 20px;
	line-height: 20px;
	padding: 8px 0px 5px 0px;
	letter-spacing: 0px;
}

.tpl-text h5 {
	font-size: 16px;
	line-height: 18px;
}

.tp-rhs {
	float: none;
	width: auto;
	padding-top: 20px;
}

.tp-rhs h3 {
	font-size: 30px;
	line-height: 32px;
	padding-bottom: 20px;
	text-align: center;
	background-position: center bottom;
}

.tp-rhs p {
	font-size: 16px;
	line-height: 21px;
}	
	

.registration-page {
	background-image: none;
}

.rp-wrap {
	padding-top: 40px;
}

.rp-wrap .booking-form {
	float: none;
	margin: 0 auto;
}

.rp-wrap .booking-form .bf-head h2 {
	font-size: 28px;
	line-height: 28px;
	padding-top: 30px;
}

.rp-wrap .booking-form .bf-wrap h4 {
	font-size: 20px;
	line-height: 25px;
}

.rp-wrap .booking-form .bf-wrap .bf-button input {
	padding: 12px;
	font-size: 20px;
	line-height: 22px;
}

.rp-wrap .booking-form .bf-wrap .bf-button button {
	padding: 12px;
	font-size: 20px;
	line-height: 22px;
}

.bf-box select {
	width: 100%;
	padding: 0px 15px 0px 15px;
	height: 44px;
	font-size: 16px;
}	
	

.testimonails-list ul {
  columns: 1;
  column-gap: 0px;
	padding: 0px 10px 0px 10px;
}

.testimonails-list ul li {
	margin-top: 75px;
	background-image: none;
}


.tsl-wrap {
	padding: 60px 20px 0px 20px;
}

.tsl-wrap p {
	font-size: 17px;
	line-height: 24px;
}

.tsl-author h4 {
	font-size: 22px;
	line-height: 24px;
}

.tsl-author h5 {
	font-size: 15px;
	line-height: 17px;
}	
	
.fb-green {
	margin-bottom: 50px;
	border: #ff7200 dashed 3px;
	padding: 12px 12px 15px 85px;
}

.fb-green p {
	font-size: 17px;
	line-height: 21px;
}

.gb01 {
	left: 0px;
	bottom: 0px;
	width: 80px;
}

.gb02 {
	right: 5px;
	bottom: -2px;
	width: 100px;
	display: none;
}
	
	
.header-rhs .mail {
	font-size: 15px;
	line-height: 15px;
	margin-top: 10px;
	padding-left: 26px;
	min-height: 18px;
}		

}



/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

.alignnone {
	margin:5px 0px 20px 0;
}

.alignright {
	float:right;
	margin:5px 0 20px 20px;
	max-width: 40%;
}

.alignleft {
	float:left;
	margin:5px 20px 20px 0;
	max-width: 40%;
}

a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
	max-width: 40%;
}
a img.alignnone {
	margin:5px 0px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
	max-width: 40%;
}

.container {
	width:100%;
	min-width:420px;
}

.wrap {
	width: 95%;
	min-width:420px;
}

.menu-bg {
	background-position: center bottom;
	background-size: auto auto;
	background-color: #f5f5f5;
	overflow: hidden;
	padding-bottom: 20px;
}

.phone-mobile {
	display: block;
	top: 15px;
	height: 27px;
	line-height: 26px;
	font-size: 26px;
	padding-left: 35px;
}

.header-bottom {
	padding-bottom: 15px;
}

.header-lhs {
	float: none;
	width: auto;
	text-align: center;
	padding-bottom: 20px;
}


.header-mid {
	float: none;
	width: auto;
	margin-left: 0px;
}

.header-mid  h3 {
	font-size: 25px;
	line-height: 28px;
	padding-bottom: 13px;
}

.header-mid ul li {
	display: inline-block;
	margin: 0px 1% 0px 1%;
	max-width: 17%;
}

.header-rhs {
	float: none;
	width: auto;
	padding-top: 15px;
}

.since {
	padding-bottom: 0px;
}

.phone {
	display: none;
}


.home-banner-wrap {
	background-position: right bottom;
	height: auto;
	width: 100%;
	background-size: 60% auto;
}

.banner-text {
	width: 80%;
	height: auto;
	background-size: 100% 100%;
	padding-bottom: 40px;
	background-image: url(images/banner-txt-bg-mobile.png);
	
}

.rating {
	padding: 12px 40px 5px 6%;
}


.banner-text h3 {
	font-size: 18px;
	line-height: 22px;
	width: 60%;
	padding: 0px 0px 10px 6%;
}
	

.banner-text h1 {
	font-size: 18px;
	line-height: 22px;
	width: 60%;
	padding: 0px 0px 10px 6%;
}	

.get-button {
	padding-left: 6%;
	width: 60%;
}

.get-button a {
	padding: 10px;
	font-size: 13px;
}

.home-section1 {
	background-image: none;
}

.hs1-wrap {
	padding: 40px 0px 50px 0px;
}

.hs1-links {
	padding-bottom: 20px;
}

.hs1-links ul {
	margin-left: -10px;
	margin-right: -10px;
}

.hs1-links ul li {
	margin: 0px 10px 20px 10px;
	width: 188px;
	height: 197px;
}

.hs1-text {
	height: 65px;
}

.hs1-links ul li h3 {
	font-size: 23px;
	line-height: 23px;
	padding-bottom: 5px;
	padding-top: 6px;
}

.hs1-links ul li h4 {
	font-size: 17px;
	line-height: 17px;
	padding-bottom: 10px;
}

.hs1-links ul li:hover .hs1-text h3 {
	padding-top: 70px;
}

.our-gallery h3 {
	font-size: 40px;
	line-height: 40px;
}

.our-gallery ul {
	margin-left: 0px;
	padding-bottom: 20px;
}

.our-gallery ul li {
	float: none;
	width: 369px;
	height: 367px;
	margin: 0px auto 20px auto;
}

.see-more a {
	padding: 15px 30px 18px 30px;
	font-size: 20px;
}

.different-wrap {
	height: auto;
	overflow: hidden;
	width: 100%!important;
}

.different-text {
	float: right;
	width: 85%;
	max-width: 400px;
	height: auto;
	background-image: url(images/different-text-mobile.png);
	background-size: 100% 100%;
	margin-right: 0px;
}

.dt-wrap {
	width: auto;
	padding: 40px 10px 40px 25%;
	text-align: right;
}

.dt-wrap h3 {
	font-size: 35px;
	line-height: 40px;
	padding-bottom: 10px;
}

.dt-wrap p {
	font-size: 20px;
	line-height: 25px;
	padding-bottom: 20px;
	max-width: inherit;
}

.learn-more a {
	padding: 10px 35px 12px 35px;
	font-size: 18px;
}

.booking {
	background-image: none;
	padding-bottom: 30px;
}

.booking-bg {
	background-image: none;
}

.booking-wrap {
	background-image: url(images/booking-bg2-mobile.jpg);
	background-repeat: no-repeat;
	background-position: center 20px;
	background-size: auto 200px;
	padding-top: 220px;
	min-height: inherit;
}

.booking-head {
	padding-bottom: 24px;
}

.booking-head h3 {
	font-size: 38px;
	line-height: 43px;
	padding-bottom: 10px;
}

.booking-head h4 {
	font-size: 22px;
	line-height: 26px;
}

.booking-form {
	float: none;
	width: 420px;
	margin: 0 auto;
}

.bf-head {
	height: 114px;
}

.bf-head h3 {
	font-size: 29px;
	line-height: 36px;
	padding-top: 10px;
}

.bf-wrap {
	padding: 10px 30px 0px 30px;
}

.bf-wrap h4 {
	font-size: 25px;
	line-height: 30px;
	padding-bottom: 20px;
}

.bf-box {
	padding-bottom: 16px;
}

.bf-box input {
	padding: 0px 50px 0px 20px;
	height: 44px;
	font-size: 18px;
	background-position: 95% center;
}

.bf-button input {
	width: 100%;
	padding: 5px 20px 5px 20px;
	font-size: 20px;
	line-height: 24px;
}

.bf-button input:hover {
	background-color: #e40b18;
}

.bf-box button {
	padding: 0px 50px 0px 20px;
	height: 44px;
	font-size: 18px;
	background-position: 95% center;
}

.bf-button button {
	width: 100%;
	padding: 5px 20px 5px 20px;
	font-size: 20px;
	line-height: 24px;
}

.bf-button button:hover {
	background-color: #e40b18;
}

.ls-wrap {
	padding: 40px 0px 40px 0px;
}

.ls-wrap h3 {
	font-size: 40px;
	line-height: 45px;
	padding-bottom: 30px;
}

.ls-wrap ul {
	margin-left: 0px;
}

.ls-wrap ul li {
	float: none;
	width: 90%;
	height: auto;
	margin: 0px auto 25px auto;
	max-height: 180px;
}

.ls-image {
	float: left;
	width: 30%;
	height: 100%;
	overflow: hidden;
}
	
.ls-image img {
	display: block;
	height: 100%;
	width: auto;
	max-width: inherit;
}

.ls-text {
	float: left;
	margin: 15px 0px 20px 3%;
	width: 65%;
}


.ls-text h4 {
	font-size: 18px;
	line-height: 22px;
}

.ls-text p {
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 15px;
}

.rm a {
	font-size: 15px;
	line-height: 15px;
}

.footer-top {
	padding-bottom: 10px;
	background-size: auto 10px;
}
.footer-top-wrap {
	padding: 50px 0px 50px 0px;
}

.footer-top h3 {
	font-size: 22px;
	line-height: 30px;
	padding-bottom: 20px;
}

.footer-top ul li {
	margin: 0px 5px 10px 5px;
	width: 50px;
}

.fb-wrap {
	padding: 40px 0px 50px 0px;
}

.footer-logo {
	padding-bottom: 50px;
	max-width: 380px;
	margin: 0 auto;
}

.fb-section1 {
	float: none;
	width: 300px;
	margin: 0 auto;
	padding-bottom: 30px;
}

.fb-section2 {
	float: none;
	width: 300px;
	margin: 0 auto;
	padding-bottom: 30px;
}

.fb-section3 {
	float: none;
	width: 300px;
	margin: 0 auto;
	padding-bottom: 30px;
}

.fb-section4 {
	float: none;
	width: 300px;
	margin: 0 auto;
	padding-bottom: 30px;
}

.fb-section5 {
	float: none;
	width: 300px;
	margin: 0 auto;
	padding-bottom: 30px;
}

.fb-wrap h4 {
	font-size: 18px;
	line-height: 18px;
	padding-bottom: 20px;
}

.footer-links ul li {
	font-size: 16px;
	line-height: 18px;
	padding-bottom: 15px;
}

.fb-section5 p {
	font-size: 16px;
	line-height: 18px;
	padding: 1px 0px 22px 46px;
}

.fb-section5 ul {
	padding-top: 10px;
}

.fb-section5 ul li {
	margin-right: 20px;
}

.sub-banner-wrap {
	padding: 35px 0px 40px 0px;
	min-height: 50px;
}

.sub-banner-wrap h1 {
	font-size: 40px;
	line-height: 45px;
}

.about-section1 {
	padding: 40px 0px 30px 0px;
}

.about-slider {
	float: none;
	margin: 0px auto 20px auto;
	width: 420px;
	height: 393px;
}

.about-slider .bx-wrapper .bx-prev {
  left: 20px;
}

.about-slider .bx-wrapper .bx-next {
  right: 20px;
}

.about-slider .bx-wrapper .bx-controls-direction a {
  top: 50%;
  margin-top: -26px;
  width: 30px;
  height: 52px;
}

.sub-text {
	font-size: 17px;
}

.sub-text p {
	line-height: 23px;
	padding-bottom: 20px;
}


.sub-text h2 {
	font-size: 40px;
	line-height: 45px;
}

.philosophy-wrap {
	padding: 20px 0px 20px 0px;
	text-align: center;
}

.philosophy-wrap h3 {
	float: none;
	width: auto;
	font-size: 25px;
	line-height: 30px;
	padding-top: 0px;
	padding-bottom: 20px;
}

.read {
	float: none;
}


.read a {
	padding: 14px 15px 18px 65px;
	font-size: 20px;
	line-height: 20px;
	background-position: 18px center;
}

.pointer {
	display: none;
}

.about-team {
	padding-top: 40px;
}

.at-head h3 {
	font-size: 40px;
	line-height: 40px;
}

.at-head p {
	font-size: 18px;
	line-height: 22px;
}

.team-list ul {
	margin-left: 0px;
}

.team-list ul li {
	float: none;
	width: 372px;
	height: 726px;
	margin: 0 auto;
}

.tl-image {
	height: 581px;
	background-size: auto auto;
}

.tl-text {
	background-size: auto auto;
	min-height: 78px;
}

.tl-text h4 {
	font-size: 24px;
	line-height: 24px;
	padding: 15px 0px 5px 0px;
	letter-spacing: 2px;
}

.tl-text h5 {
	font-size: 18px;
	line-height: 20px;
}

.contact-page {
	padding-top: 40px;
	padding-bottom: 20px;
}

.contact-rhs {
	float: none;
	width: 90%;
	margin: 0 auto;
	padding-bottom: 30px;
}

.contact-page h3 {
	font-size: 38px;
	line-height: 38px;
	padding-bottom: 30px;
	color: #95c21d;
	font-weight: bold;
}

.cf-row .lhs {
	float: none;
	width: auto;
}

.cf-row .rhs {
	float: none;
	width: auto;
}

.cf-box {
	padding-bottom: 20px;
}

.cf-box label {
	font-size: 18px;
	color: #333;
}

.cf-box input {
	padding: 0px 17px 0px 17px;
	font-size: 17px;
}


.cf-box textarea {
	padding: 10px 17px 10px 17px;
	height: 211px;
	font-size: 17px;
}


.cf-button input {
	padding: 0px 40px 0px 40px;
	height: 53px;
	font-size: 22px;
	line-height: 22px;
}

.cf-button button {
	padding: 0px 40px 0px 40px;
	height: 53px;
	font-size: 22px;
	line-height: 22px;
}


.contact-lhs {
	float: none;
	width: 90%;
	margin: 0 auto;
	padding-right: 0px;
	border-right: none;
	min-height: inherit;
}

.contact-lhs p {
	font-size: 18px;
	line-height: 22px;
	padding: 3px 0px 33px 45px;
}

.contact-map iframe {
	width: 100%;
	height: 320px;
}

.p30 {
	padding-top: 0px;
}

.p20 {
	padding-top: 0px;
}

.click-here {
	float: none;
}


.click-here a {
	padding: 14px 10px 18px 20px;
	font-size: 22px;
	line-height: 22px;
	width: 230px;
	background-position: 40px center;
}

.section-wrap {
	padding-bottom: 30px;
}

.p50 {
	padding-top: 0px;
}

.ad-rhs {
	float: none;
	width: auto;
	clear: both;
}

.about-details {
	padding-top: 10px;
	font-size: 18px;
	line-height: 21px;
}

.about-details div {
	padding: 4px 0px 25px 40px;
}


.ad03 {
	background-position: left 5px!important;
}

.wpt-wrap {
	padding: 40px 0px 40px 0px;
	background-image: none;
}

.parents-slider {
	float: none;
	width: auto;
	padding-bottom: 20px;
}

.parents-slider h3 {
	font-size: 40px;
	line-height: 40px;
	padding: 0px 0px 30px 60px;
	background-position: left 5px;
	background-size: 50px auto;
}

.parents-slider .bx-viewport {
	min-height: 380px;
}

.parents-slider .slider div {
	background-size: 40px auto;
	padding: 30px 0px 0px 50px;
}

.parents-slider .slider  p {
	font-size: 22px;
	line-height: 28px;
	padding: 0px 30px 30px 0px;
	background-size: 40px auto;
}

.parents-slider .slider h4 {
	font-size: 24px;
	line-height: 26px;
	padding-right: 120px;
	padding-bottom: 20px;
	padding-top: 0px;
}

.parents-slider .bx-wrapper .bx-prev {
  left: 40%;
}

.parents-slider .bx-wrapper .bx-next {
  right: 40%;
}

.ue-section1 {
	padding: 40px 0px 30px 0px;
}

.ue-section1 h3 {
	font-size: 40px;
	line-height: 45px;
}

.ue-section1 p {
	font-size: 20px;
	line-height: 25px;
	padding: 0px 0px 20px 0px;
}

.ue-list-wrap {
	padding: 40px 0px 30px 0px;
}

.ue-list-wrap ul {
	margin-left: 0px;
}

.ue-list-wrap ul li {
	float: none;
	margin: 0px auto 30px auto;
	width: 400px;
	height: auto;
	padding: 8px;
}

.ue-list-wrap .ue-image {
	height: 239px;
	margin-bottom: 20px;
}

.ue-list-wrap ul li h4 {
	font-size: 20px;
	line-height: 24px;
	padding-bottom: 15px;
	padding-left: 10px;
}

.ue-list-wrap ul li .date {
	padding: 6px 0px 28px 50px;
	font-size: 17px;
	line-height: 20px;
	background-position: 10px top;
	background-size: 30px auto;
}

.ue-list-wrap ul li .time {
	padding: 6px 0px 28px 50px;
	font-size: 17px;
	line-height: 20px;
	background-position: 10px top;
	background-size: 30px auto;
}


.ln-section1 {
	padding: 40px 0px 30px 0px;
}

.ln-section1 h3 {
	font-size: 35px;
	line-height: 40px;
}

.ln-list-wrap {
	padding: 40px 0px 40px 0px;
}

.ln-list-wrap ul {
	margin: 0px -10px 0px -10px;
	text-align: center;
}

.ln-list-wrap ul li {
	float: none;
	display: inline-block;
	margin: 0px 6px 30px 6px;
	width: 318px;
	height: 547px;
	padding: 10px;
}

.ln-image {
	height: 403px;
	margin-bottom: 27px;
}

.ln-list-wrap ul li h4 {
	font-size: 27px;
	line-height: 31px;
	padding-bottom: 15px;
}

.ln-list-wrap .download a {
	height: 48px;
	line-height: 46px;
	font-size: 20px;
}


.tm-section1 {
	padding: 40px 0px 30px 0px;
}

.tm-section1 h3 {
	font-size: 40px;
	line-height: 45px;
}

.tms2-wrap {
	padding: 40px 0px 40px 0px;
}

.tms-rhs {
	float: none;
	width: 372px;
	margin: 0 auto;
}


.tm-post {
	min-height: 78px;
	background-size: auto auto;
}

.tm-post h5 {
	font-size: 20px;
	line-height: 22px;
	padding: 8px 0px 4px 0px;
}

.tm-post h4 {
	font-size: 27px;
	line-height: 27px;
}

.tms-lhs {
	float: none;
	width: auto;
	margin-left: 0px;
	padding-top: 20px;
	text-align: center;
}

.tms-lhs h3 {
	font-size: 32px;
	line-height: 36px;
	padding-bottom: 20px;
}

.tms-lhs p {
	font-size: 19px;
	line-height: 23px;
	padding-bottom: 20px;
}

.tms-lhs p a {
	font-size: 20px;
}

.sub-main {
	padding: 40px 0px 20px 0px;
}

.heading1 {
	font-size: 33px;
	line-height: 37px;
	padding-bottom: 30px;
}

.p80 {
	padding-top: 0px;
}

.sub-text h3 {
	font-size: 35px;
	line-height: 40px;
}

.ph-text p {
	font-size: 18px;
	line-height: 25px;
}


.heading2 {
	font-size: 35px;
	line-height: 40px;
	padding: 0px 0px 30px 0px;
}

.pi-text {
	padding-bottom: 20px;
}

.pi-text p {
	line-height: 24px;
	padding-bottom: 20px;
}


.eight-reasons {
	padding-top: 20px;
}

.eight-reasons h3 {
	font-size: 30px!important;
	line-height: 36px;
}

.eight-reasons ol li {
	padding: 4px 0px 18px 55px!important;
	min-height: 35px;
	background-size: 40px auto;
}


.page404 {
	background-image: url(images/page404-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.page404-wrap {
	width: 100%;
	max-width: 1480px;
}

.page404-txt {
	padding: 50px 0px 50px 0px;
	float: left;
	width: 90%;
	min-height: inherit;
	background-size: 100% 100%;
	background-image: url(images/page404-txt-bg-mobile.png);
}

.page404-txt-wrap {
	padding-left: 5%;
	max-width: 55%;
}

.page404-txt h2 {
	font-size: 40px;
	line-height: 45px;
	padding-bottom: 15px;
}

.page404-txt h3 {
	font-size: 21px;
	line-height: 25px;
	padding-bottom: 20px;
}

.back a {
	padding: 14px 20px 16px 20px;
	font-size: 18px;
}

.bcc-section1 {
	padding: 40px 0px 40px 0px;
}

.bcc-section1 h3 {
	font-size: 30px;
	line-height: 36px;
}

.bcc-list {
	padding: 40px 0px 30px 0px;
}

.bcc-list ul {
	margin-left: 0px;
}

.bcc-list ul li {
	float: none;
	margin: 0px auto 30px auto;
	width: 390px;
	height: auto;
	padding: 10px 10px 20px 10px;
}

.bcc-list .bcc-image {
	height: 235px;
	margin-bottom: 15px;
}

.bcc-list ul li h3 {
	font-size: 22px;
	line-height: 26px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.bcc-list ul li p {
	font-size: 17px;
	line-height: 22px;
	padding: 0px 10px 0px 10px;
}

.ul-section1 {
	padding: 40px 0px 40px 0px;
}

.ul-section1 h3 {
	font-size: 30px;
	line-height: 36px;
	padding: 0px;
}

.ul-list {
	padding: 40px 0px 30px 0px;
}

.ul-list ul {
	margin-left: 0px;
	text-align: center;
}

.ul-list ul li {
	float: none;
	display: inline-block;
	margin: 0px 5px 15px 5px;
	width: 238px;
	height: 210px;
	padding: 15px;
	vertical-align: top;
}

.ul-list .ul-image {
	height: 120px;
}

.ul-list h3 {
	font-size: 19px;
	line-height: 24px;
}

.ul-list h4 {
	font-size: 17px;
	line-height: 23px;
}


.ul-list p a {
	font-size: 17px;
}

.mtt-top {
	background-size: 100% 87%;
}

.mtt-top-wrap {
	padding: 25px 0px 80px 0px;
}

.mtt-lhs {
	float: none;
	padding-top: 0px;
	width: auto;
	text-align: center;
}

.mtt-lhs h3 {
	font-size: 35px;
	line-height: 40px;
	padding-bottom: 10px;
}

.mtt-lhs p {
	font-size: 20px;
	line-height: 26px;
	padding-right: 0px;
	padding-bottom: 20px;
}

.mtt-rhs {
	float: none;
	width: auto;
}

.sub-main {
	padding: 40px 0px 40px 0px;
}


.heading3 {
	font-size: 35px;
	line-height: 40px;
}

.parent-interview-request {
	background-image: none;
	padding: 0px;
	text-align: center;
}


.pir-head1 {
	font-size: 30px;
	line-height: 35px;
	padding-bottom: 15px;
}

.pir-head2 {
	font-size: 18px;
	line-height: 24px;
	padding-bottom: 30px;
}

.pif-row .lhs {
	float: left;
	width: 48%;
}

.pif-row .rhs {
	float: right;
	width: 48%;
}

.pif-box {
	padding-bottom: 25px;
	text-align: left;
}

.pif-box label {
	font-size: 17px;
}

.pif-box input {
	padding: 0px 17px 0px 17px;
}

.pif-box textarea {
	padding: 10px 17px 10px 17px;
	height: 90px;
}
.pif-note {
	float: none;
	width: auto;
	font-size: 18px;
	line-height: 22px;
	padding-top: 0px;
	padding-bottom: 20px;
}

.pif-button {
	float: none;
}

.pif-button input {
	padding: 0px 40px 0px 40px;
	height: 53px;
	font-size: 22px;
	line-height: 22px;
}

.pif-button button {
	float: none;
}

.pif-button button {
	padding: 0px 40px 0px 40px;
	height: 53px;
	font-size: 22px;
	line-height: 22px;
}

.parent-feedback {
	background-position: center top;
	padding: 250px 0px 0px 0px;
	background-size: auto 250px;
	text-align: center;
}

.pf-box textarea {
	height: 210px;
}

.philosophy-list {
	width: auto;
	height: auto;
}


.pl-item h3 {
	font-size: 28px;
	line-height: 30px;
	padding-bottom: 15px;
}

.pl-item p {
	font-size: 17px;
	line-height: 19px;
	padding-bottom: 20px;
}


.pl1-wrap {
	padding: 45px 30px 25px 30px;
}


.pl2-wrap {
	padding: 130px 30px 25px 30px;
}


.pl3-wrap {
	padding: 130px 30px 25px 30px;
}

.pl4-wrap {
	padding: 130px 30px 25px 30px;
}

.pl5-wrap {
	padding: 130px 30px 25px 30px;
}

.pl6-wrap {
	padding: 130px 30px 25px 30px;
}


.pl7-wrap {
	padding: 130px 30px 25px 30px;
}
	

.pl8-wrap {
	padding: 130px 30px 25px 30px;
}


.pl9-wrap {
	padding: 130px 30px 25px 30px;
}

.book-section1 {
	padding: 40px 0px 30px 0px;
}

.book-section1 h2 {
	font-size: 35px;
	line-height: 40px;
}

.book-section1 p {
	font-size: 20px;
	line-height: 26px;
	padding-bottom: 15px;
}

.book-section1 p strong {
	color: #fe4743;
	font-weight: bold;
}

.bs2-lhs {
	float: none;
	width: auto;
	padding: 20px 0px 20px 0px;
	text-align: center;
}


.book-section3 {
	padding: 40px 0px 20px 0px;
}

.bs3-lhs {
	float: none;
	width: auto;
}

.bs3-lhs .alignright {
    float: right;
    margin: 0px 0 10px 10px;
	max-width: 30%;
}


.bs3-lhs h3 {
	font-size: 40px;
	line-height: 45px;
}

.bs3-lhs h4 {
	font-size: 30px;
	line-height: 35px;
}

.bs3-lhs p {
	font-size: 17px;
	line-height: 22px;
	padding-bottom: 20px;
}

.bs3-rhs {
	float: none;
	width: auto;
	text-align: center;
	padding-top: 0px;
}

.book-section4 {
	padding-bottom: 40px;
}

.book-section4 h4 {
	font-size: 35px;
	line-height: 40px;
	padding-bottom: 40px;
}

.seven-resons {
	padding: 10px 20px 20px 20px;
}

.seven-resons ol li {
	font-size: 18px;
	line-height: 24px;
}

	
.post-list {
	margin-left: 0px;
}

.post-page article.post {
	float: none;
	padding: 7px;
	width: auto;
	margin: 0px 5px 39px 5px;
	min-height: inherit;
}


.post-page article.has-post-thumbnail .post-thumb {
	max-height: 277px;
}


.post-page article:nth-child(1) {
	width: auto!important;
}

.post-page article:nth-child(1).has-post-thumbnail .post-thumb {
	max-height: 277px;
}


.post-page article.has-post-thumbnail .pd-wrap {
	padding: 22px 0px 15px 10px;
	min-height: inherit;
}
	

.post-page .pd-wrap h2 {
	font-size:22px!important;
	line-height:26px!important;
	max-height: inherit;
}
	
.post-details {
    font-size: 15px;
	line-height:15px;
}

.post-details .date {
	padding: 5px 0px 5px 30px;
	background-size: 25px auto;
}

.post-page .post .view-article {
	height:40px;
	font-size:18px;
	line-height:38px;
	padding:0px 33px 0px 33px;
}


/* Pagination */


.pagination .page-numbers {
	margin:0px 8px 5px 0px;
	font-size:18px;
}


/* Post Page Rhs */

.search-box {
	padding: 17px 15px 20px 90px;
}

.sb-head {
	font-size: 24px;
	line-height: 24px;
}

.blog-rhs .search .search-input, .sub-rhs .search .search-input {
	width:80%;
}

.blog-lhs .search .search-input {
	width:80%;
}	

.blog-rhs .widget-title, .sub-rhs .widget-title {
	font-size:20px;
	line-height:20px;
}


.latest-post h3 {
	padding: 12px 10px 14px 15px;
	font-size: 23px;
	line-height: 23px;
}



.lp-thumb {
	width: 133px;
	height: 85px;
}

.lp-wrap {
	float: left;
	margin-left: 20px;
	width: 175px;
}

.lp-wrap h2 {
	font-size: 19px;
	line-height: 22px;
}




/* Single Post Page  */


.single-post-page .post {
	max-width: 96%;
}

.sp-wrap {
	padding: 0px 15px 20px 15px;
}

.single-post-page .post h2 {
	font-size:28px!important;
	line-height:32px!important;

}

	
.mobile-hide {
	display: none;
}
	
.tpl-text {
	min-height: 78px;
}
	
	
.tpl-text h4 {
	font-size: 24px;
	line-height: 24px;
	padding: 15px 0px 5px 0px;
	letter-spacing: 1px;
}

.tpl-text h5 {
	font-size: 18px;
	line-height: 20px;
}	
	

.rp-wrap {
	padding-top: 40px;
}

.rp-wrap .booking-form {
	float: none;
	margin: 0 auto;
}

.rp-wrap .booking-form .bf-head h2 {
	font-size: 36px;
	line-height: 38px;
	padding-top: 25px;
}

.rp-wrap .booking-form .bf-wrap h4 {
	font-size: 22px;
	line-height: 27px;
}

.rp-wrap .booking-form .bf-wrap .bf-button input {
	padding: 15px 20px 15px 20px;
	font-size: 22px;
	line-height: 24px;
}

.rp-wrap .booking-form .bf-wrap .bf-button button {
	padding: 15px 20px 15px 20px;
	font-size: 22px;
	line-height: 24px;
}

.bf-box select {
	width: 100%;
	padding: 0px 20px 0px 22px;
	height: 44px;
	font-size: 18px;
}	
	
	
.fb-green {
	margin-bottom: 50px;
	border: #ff7200 dashed 3px;
	padding: 12px 20px 15px 120px;
}

.fb-green p {
	font-size: 18px;
	line-height: 22px;
}

.gb01 {
	left: 0px;
	bottom: 0px;
	width: 100px;
}

.gb02 {
	right: 5px;
	bottom: -2px;
	width: 100px;
	display: none;
}
	
	

}





@media only screen and (min-width: 480px) and (max-width: 720px) {

.ln-list-wrap ul {
	margin: 0px;
}

.ln-list-wrap ul li {
	margin: 0px 6px 30px 6px;
	width: 318px;
	height: 547px;
	padding: 20px;
}


}
