/* Font */
@import url('//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css');
@import url('//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-theme.min.css');
@import "compass/css3";
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');
@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Handlee');
@import url('https://fonts.googleapis.com/css?family=Gochi+Hand');

@font-face {
    font-family: MonotypeCorsiva;
    src: url(../fonts/MonotypeCorsiva.ttf);
    font-weight: normal;
}

/* ------------------------------------
   CSS Prefix
   -----------------------
   <div> - layer
   <table> - table
   <tr> - row
   <td> -column
   <h1>~<h6> - header
   <span> - style
   <a> - link
   <ul>/<ol> - listing
   <li> - list
   <img> - img
   <p> - panel
---------------------------------------*/

@media all{
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, textarea,
table, caption, tbody, tfoot, thead, tr, th, td {
	border:0;
	outline:0;
	font-family: 'Lato', Arial, sans-serif;
	font-size: 14px;
	font-weight:400;
	color: #666666;
}

a {
	color: #999999;
	text-decoration:none;
	-webkit-transition: color .25s ease-out;
	-moz-transition: color .25s ease-out;
	-ms-transition: color .25s ease-out;
	transition: color .25s ease-out;
	-webkit-user-modify: read-only;
	-moz-user-modify: read-only;
}
a:hover, a:active{
	color: black;
	text-decoration:none;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
	opacity:0.6;
}

	h1{
		font-size: 34px;
		font-weight: 700;
		color: #736763;
		margin: 0;
		padding-bottom: 10px;
	}
	h3{
		font-size: 20px;
	}
p{
	font-size:16px;
	font-weight:300;
	color:#2e2e2e;
	margin:15px 0;
	padding:0;
	line-height:24px;
	text-align:justify;
}
.remark{
	font-size:13px;
	color:#444;
	margin: 5px 0 15px;
	font-weight: 300;
}

.font-14px, .font-14px p, .font-14px li{
	font-size:14px!important;
	color:black!important;
}
hr{
	    height: 0.5px;
    background: #eee;
    margin: 15px 0;
    padding: 0;
	}

	.title-head{
		color: #0074c9;
		font-size: 26px;
		font-family: Times New Roman;
		font-weight: 400;
		font-style: italic;
	}

a.toggle{
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
}
/*
::-webkit-scrollbar {width: 6px; height: 4px; background: white; }
::-webkit-scrollbar-thumb { background-color: #333; -webkit-border-radius: 1ex; }*/

/* Text Style*/
.red {color:#d97805!important;}
.dark-red {color:#c1292e;}
.orange {color:#f5ac1c;}
.grey {color:#666666!important;}
.light-grey {color:#aaaaaa!important}
.green {color:#79cfcd;}
.blue {color:#0074c9;}
.black {color:#000000!important;}
.blackbold {color:#000000; font-weight:bold;}
.white {color:#ffffff!important;}
.gold {color:#b8a252;}
.brown{color:#f4c0b5}
.bgRed {background:#FF0000;}
.bgOrange {background:#FF6600;}
.bgGrey {background:#666666;}
.bgGreen {background:#79cfcd;}
.bgBlue {background:#2d95d1;}
.bgLightBlue {background:#ccdef8;}
.bgLightRed{background:#f8d3d3;}
.bgLightGrey{background:#eeeeee;}
.bgBlack {background:#000000;}
.bgWhite {background:#ffffff!important;}
.bgBlue{background:#9ac9bf!important;}
.style-greentext {display:block;color:#79cfcd;margin:0 0 20px;}
.grey-remark{font-size:13px;color:#9ac9bf;}
.border-black{border:1px solid black}
.lightblue{color: #132534!important;}

/* reusable classes */
.floatLeft {float:left;width:auto;}
.floatRight {float:right;width:auto;}
.right, .input-right {text-align:right!important;}
.left {text-align:left}
.center {text-align:center;}
.justify {text-align:justify}
.blank {border:1px solid #bbb;padding:0;margin:0;}
.subtitle {color:#000000;padding:15px 15px 0 15px;}
.caption {font-family:arial,verdana;font-size:10px;font-style:normal;font-weight:bold;color:#9ac9bf;}
.alert {color:#CC0000;font-size:15px;}
.spacer {line-height:1px;}
small {color:#999;font-size:60%;}
.line {border-top: 1px solid #9ac9bf;height: 1px;margin-top:6px;margin-bottom:6px;padding:0px;clear:both;}
.dotted {border-top: 1px dotted #9ac9bf;height: 1px;margin-top:3px;margin-bottom:3px;padding:0px;}
.imgFloatLeft {float:left;padding:0 20px 20px 0;display:block;}
.imgFloatRight {float:right;padding:0 0 20px 20px;display:block;width:auto;}
.img-responsive {max-width:100%;}
img.img-responsive{width:100%;height: auto}
select{
	font-size:14px;
	padding:5px 10px;
	background:white;
}
.bg-grey{background:#f2f1f1; padding:70px 0;}
.bg-orange{background: #ff5000!important;}
.bg-lightpink{background: #f9d6cf;}
.bg-white{background: white;}
.divider {height: 40px;display: block;}
.divider-sm{height: 20px;display: block;}

/*general*/
.clear{clear:both;}

.clearfloat:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
* html .clearfloat {
    height: 1%;
}
.clearfix {
    display: block;
}

.hide {
	display: none;
}

.center{
		text-align: center;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }


input, textarea {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

[placeholder]:focus::-webkit-input-placeholder {
  color: transparent;
}
[placeholder]:focus::-webkit-input-placeholder {
  transition: opacity 0.3s 0.3s ease;
  opacity: 0;
}

input[type=checkbox], input[type=radio] {
	display:inline-block;
	width:auto;
	margin-left: 5px!important;
}

input [placeholder]{
	color:#bbbbbb;
}


label .label-red {
	color:#c75c5c!important;
	font-size:16px!important;
	font-family: 'Lato'!important;
}

table { border-collapse: collapse; border-spacing: 0; }

.background-white{background:white;}
.background-grey{background:#eeeeee;}
.background-grey2{background:#e6e6e6;}
.background-red{background:#e49392;}

ol li{
	margin-bottom:15px;
}

ul.list-tick{
   padding-left: 20px;
   text-indent: 2px;
   list-style: none;
   list-style-position: outside;
   margin-bottom:10px;
}
ul.list-tick li:before{
    content: '✔';
    margin-right: 10px;
}

	.btn-hotline{
		display: inline-block;
		padding: 10px 25px;
		line-height: 22px;
		font-weight: 400;
		font-size: 12px;
		letter-spacing: 1px;
		color: white;
		background: #736763;
		border-radius: 60px;
		text-transform: uppercase;
		margin-top: 40px;
		border: none;
	}
	a:hover.btn-hotline{
		background: #eeeeee;
	}
.btn-back{
	background: #eeeeee;
    border: 2px solid #dddddd;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 18px;
    margin: 15px 0 0 0;
    display: inline-block;
}
.btn-book a span{
	background: #d97805;

    color: white;
    border: none;
    padding: 8px 20px;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
    font-size: 18px;
}

.fa {height: auto!important;}
input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #bbbbbb;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
	    box-shadow: 0px 0px 5px #cccccc;
}

input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #da5555;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
 	box-shadow: 0px 0px 5px #cccccc;
}
.form-input{
	border:1px solid #eeeeee;
	padding:6px 10px;
	display:block;
	width:100%;
	height: 32px;
	margin:0 0 10px!important;
}
.form-input2{
	padding:6px 10px;
	display:block;
	width:100%;
	height: 32px;
	margin:0 0 10px!important;
	border-radius:3px;
	border:none;
}
textarea.form-input2{height: auto;}
.form-inputCampaign{
	border:1px solid #eeeeee;
	padding:6px 10px;
	display:inline-block;
	width:50%;
	height: 32px;
	margin:0 0 10px!important;
}
.form-inputTotal{
	padding:6px 10px;
	display:inline-block;
	width:55%;
	margin:0 0 10px!important;
	color:black!important;
	font-weight: bold;
	font-size:15px!important;
}
.form-remark{
	font-size: 13px!important;
	color:#b0b0b0!important;
	font-style: italic!important;
	display: inline-block!important;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    background: white;
    border: 1px solid #dddddd;
    padding: 6px 10px;
}
.form-control-mobile {
    position: relative;
    z-index: 2;
    margin-bottom: 0;
    background: white;
    border: 1px solid #dddddd;
    padding: 6px 10px;
}
form label{
	font-size:14px;
	color:#4d4d4d;
	margin:0!important;
	padding:0;
	width:100%;
	text-align:left;
}
form span{
	display:block;
}

.top-48px{
	margin-top:48px;
	padding:40px 0;
	border-bottom: 1px solid #cccccc;
}
.layer-page{
	margin-top:48px;
	padding:40px 15px;
	min-height:200px;
}
.layer-myacpage{
	padding:25px 15px 0;
	min-height:700px;
}
.search { position: relative; }
.search .fa-search {
  position: absolute;
    top: 7px;
    right: 8px;
    font-size: 16px;
    color: #777777;
}
.btn-lyc{
	background: #79cfcd;
	color: white;
	font-weight:700;
	border: none;
}
.btn-register{
	color: white;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 300;
	background: #d97805;
	border-radius: 0 0 15px 15px;
	padding: 35px 70px;
}
a:hover .btn-register{
	opacity: 0.7;
}
.inline-block{
	display:inline-block;
}

.btn a{
		display: inline-block;
		padding: 10px 25px;
		line-height: 22px;
		font-weight: 400;
		font-size: 12px;
		letter-spacing: 1px;
		color: black;
		background: #79cfcd;
		border-radius: 60px;
		text-transform: uppercase;
		margin-top: 40px;
	}
	.btn a:hover{
		background: #eeeeee;
	}


/* Alignment Style */
body {
	width:100%;
	height:100%;
	padding:0;
	margin:0 auto;
	background: url(../img/top.png) top center repeat-x #d3d0cb;
}

	section{
		padding: 60px 0;
	}

/*Controls Section*/
.layer-container{
	max-width:1400px;
	margin:0 auto;
	padding:0 15px;
	position: relative;
}
.layer-insidepage{
	width:100%;
	min-height:400px;
	padding-bottom: 50px;
}

/* LYC Mainpage */
	.layer-main{
		max-width: 1280px;
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding: 0;
	}
	.layer-main .layer-left{
		text-align: center;
		padding: 180px 15px 50px;
	}
	.layer-main .layer-center{
		text-align: center;
		padding: 50px 0px;
	}
	.layer-main  h1{
		font-size: 29px;
		font-weight: 700;
		color:#6c6559;
		line-height: 46px;
		margin: 40px auto 0;
		padding: 0;
		text-transform: uppercase;
		letter-spacing: 0.5px;
	}
	.layer-main h1 font{
		font-size: 38px;
    	line-height: 38px;
		font-weight: 700;
		margin: 5px 0 0;
		display: inline-block;
		color: #6c6559;
	}
	.layer-main h6{
		font-size: 22px;
		font-weight: 300;
		color:#6c6559;
		line-height: 48px;
		margin: 0 0 30px;
		padding: 0;
	}
	.layer-main .layer-left p{
		text-align: center!important;
		margin: 0;
		padding: 0;
	}
	.layer-main .layer-left p a{
		font-size: 16px;
		font-weight: 700;
		color:#6c6559;
		line-height: 48px;
		text-decoration: underline;
		text-align: center!important;
	}
	.layer-main .layer-left img{
		width: 60%;
		height: auto;
	}
	.layer-main .layer-left .layer-social{
		margin: 25px auto;
		clear:both;
	}
	.layer-main .layer-left .layer-social i{
		color:#6c6559;
		font-size: 24px;
		padding: 12px;
		border:1px solid #6c6559;
		border-radius: 50%;
		width:50px;
		height: 50px;
		text-align: center;
		margin: 0 8px;
	}
	.layer-bannerSM{
		padding: 6px;
	    margin: 0 auto 25px;
		display: block;
	    background: white;
	}
  .layer-bannerSM.full{
		padding: 0px;
	    margin: 0 auto 25px;
		display: block;
	    background: white;
	}
	.layer-bannerSM img{
		border: 0px solid white;
	}
	.layer-bannerSM .col-sm-6{
		padding: 0;
		    border: 6px solid white;
	}

  .layer-bannerSM .layer-bannerlink, .layer-bannerlink  {position:relative;overflow:hidden;}
	.layer-bannerSM .layer-bannerlink a img, .layer-bannerlink a img{
		opacity: 1.0;
		cursor: pointer;
	}
	.layer-bannerSM .layer-bannerlink a:hover img, .layer-bannerlink a:hover img{
		opacity: 0.7;
		cursor: pointer;
	}
  .layer-bannerSM .layer-bannerlink .float-div, .layer-bannerlink .float-div {position:absolute;z-index:2;bottom:-100%;left:0;right:0;width:100%;height:auto;min-height:auto;background:rgba(255,255,255,.7);display:table;opacity:0;padding:15px 0;}
  .layer-bannerSM .layer-bannerlink .float-div .ver-middle, .layer-bannerlink .float-div .ver-middle {display:table-cell;vertical-align:middle;height:100%!important;min-height:100%;}
  .layer-bannerSM .layer-bannerlink .float-div .ver-middle a, .layer-bannerlink .float-div .ver-middle a {display:block;background:rgba(0,0,0,.6);color:#fff;font-weight:700;margin:10px 10%;padding:10px;border-radius:6px;}
  .layer-bannerSM .layer-bannerlink:hover .float-div, .layer-bannerlink:hover .float-div  {bottom:0;opacity:1;}
  .layer-bannerSM .layer-bannerlink, .layer-bannerSM .layer-bannerlink:hover, .layer-bannerSM .layer-bannerlink .float-div, .layer-bannerSM .layer-bannerlink:hover .float-div, .layer-bannerlink, .layer-bannerlink:hover, .layer-bannerlink .float-div, .layer-bannerlink:hover .float-div {-webkit-transition: all .5s ease-out;-moz-transition: all .5s ease-out;-ms-transition: all .5s ease-out;transition: all .5s ease-out;}

  .d-block {display:block;}
  .d-inline-block {display:inline-block;}

/* Header */
header{
	padding: 5px 0;
}
	header ul{
		list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: right;
    display: inline-flex;
	}
	header ul li{
		padding:0 10px;
		float: left;
		border-right: 1px solid #2177d8;
	}
	header ul li.last{
		border:none;
		padding-right: 0;
	}
	header ul li a{
		color: #91c0f4;
		font-size: 12px;
	}
	header ul li a.active{
		color:white;
	}
	.layer-language{
		display: inline-block;
    	float: left;
		z-index:10;
		position:relative;
	}
		.layer-language a{
			width:32px;
			height:32px;
			margin: 20px 1px;
			padding: 7px;
			display: inline-block;
			background: #dddddd;
			border-radius: 50%;
			font-size: 12px;
			color:#888;
			cursor:pointer;
			text-align:center;
		}

		.layer-language a.active{
			background:#79cfcd;
			color:white;
		}
/* Scroll Bar Color */
/* width */
::-webkit-scrollbar {
  width: 6px;
  height:6px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #aaa;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #736763;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #908784;
}



/* Tab */
.nav-tabs > li > a {
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 700;
	background: #e9e9e9;
}
	.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
		color: #333;
	}
	.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
		color: white!important;
		cursor: default;
		background-color: #2AA2DC;
		border: 0px solid #ddd;
		border-bottom-color: transparent;
	}

/* Left Menu */
	ul.left-menu{
		list-style-type: none;
		padding: 0;
		margin: 0;
	}
	ul.left-menu li{
		margin: 0 0 15px;
		display: block;
	}
	ul.left-menu li a{
		color: #877b78;
    	font-size: 18px;
		display: block;
	}
	ul.left-menu li a.active{
		color: black;
	}
	ul.left-menu li a i{
		margin-right: 6px;
	}

	ul.left-menu li a.sub{
		padding: 10px 15px;
		font-size: 16.5px;
		line-height: 18px;
		background: #eee;
		border-radius: 10px;
		margin: 5px 0 7px 23px;
	}


	.left-menu-mobile{
		display: none;
	}
	.sub-tab{
		padding: 10px 15px;
		height: 44px;
		border: 0;
		border-radius: 3px;
		background: #2AA2DC;
    	color: white;
		font-size: 14px;
		width: 100%;
	}

/*Slider*/
.owl-carousel .item{
	width: 100%;
	height:600px;
	background-repeat: no-repeat!important;
	background-size: cover!important;
	background-position: center center!important;
	opacity: 1;
	visibility: inherit;
}
	.owl-carousel .layer-overlap{
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.3);
		position: absolute;
	}
.owl-carousel .layer-slogan{
    position: absolute;
    top: 50%;
    width: 90%;
    text-align: center;
    margin: 0 auto;
    display: block;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
		.owl-carousel .layer-slogan h1{
			margin: 0;
			padding: 0;
			font-family: 'Lato', Arial, sans-serif;
			color: #333333;
			font-size: 63px;
			font-weight: 700;
			letter-spacing: 1px;
		}
		.owl-carousel .layer-slogan h3, .owl-carousel .layer-slogan h3 .more-line-height, .owl-carousel .layer-slogan h3 .font-mono{
			margin: 0;
			padding: 0;
			font-family: 'Lato', Arial, sans-serif;
			font-weight: 300;
			color: white;
			font-size: 26px;
			text-align: center;
			line-height: 50px;
		}
    .owl-carousel .layer-slogan h3 .more-line-height {
		display: block;
		font-family: 'Gochi Hand', cursive;
		color: white;
		line-height: 56px;
		font-size: 45px;
		letter-spacing: 1px;
    }
    .owl-carousel .layer-slogan h3 small a{
		display: inline-block;
		padding: 10px 25px;
		line-height: 22px;
		font-weight: 400;
		font-size: 12px;
		letter-spacing: 1px;
		color: black;
		background: #79cfcd;
		border-radius: 60px;
		text-transform: uppercase;
		margin-top: 40px;
	}
	.owl-carousel .layer-slogan h3 small a:hover{
		background: white;
	}

    .owl-carousel .layer-slogan h3 .font-mono, .font-mono {font-family: 'MonotypeCorsiva', Arial, sans-serif;}
    .owl-carousel .layer-slogan h3 .font-mono {font-size: 58px;}

		.owl-carousel .layer-slogan ul{
			margin: 20px 0;
			padding: 0;
			list-style-type: none;
		}
		.owl-carousel .layer-slogan ul li{
			margin: 5px 0;
			padding: 0;
			font-size: 16px;
			color:#333333;
			font-weight: 300;
		}
		.owl-carousel .layer-slogan ul li i{
			color: #777777;
			margin: 0 10px 0 0;
			border: 1px solid #777777;
			border-radius: 50%;
			padding: 4px;
			width: 22px;
			height: 22px!important;
			font-size: 12px;
		}
		.owl-carousel .layer-slogan ul li.white i{
			color: white;
			margin: 0 10px 0 0;
			border: 1px solid white;
			border-radius: 50%;
			padding: 4px;
			width: 22px;
			height: 22px!important;
			font-size: 12px;
		}
		.owl-carousel .layer-slogan .icon-fb{
			font-size: 30px;
			width: 58px;
			height: 58px!important;
			border-radius: 50%!important;
			background: #79cfcd;
			color:white;
			text-align: center;
			padding: 13px;
			margin: 0 10px 0 0;
		}
		.owl-carousel .layer-slogan .icon-email{
			font-size: 28px;
			width: 58px;
			height: 58px!important;
			border-radius: 50%!important;
			background: #8c8c8c;
			color:white;
			text-align: center;
			padding: 14px;
		}


/* Homepage - Section */
	.layer-homeblock{
		padding: 40px;
		text-align: center;
		min-height: 500px;
	}
	.layer-homeblock h6{
		font-size: 24px;
		line-height: 40px;
		font-weight: 700;
		color: white;
		margin: 0;
		padding: 0;
		text-align: center;
	}
	.layer-homeblock p, .layer-homeblock p a{
		font-size: 17px;
		font-weight: 400;
		color: white;
		line-height: 35px;
		margin: 0;
		padding: 0;
		text-align: center;
	}
	.layer-homeblock i{
		font-size: 60px;
		color: white;
		margin-bottom: 25px;
		margin-top: 15px;
	}
	.layer-doctor h5{
		font-size: 24px;
		font-weight: 700;
		color: #79cfcd;
		margin: 30px auto 5px;
	}
	.layer-doctor b{
		font-size: 18px;
		font-weight: 700;
		color: #333333;
	}
	.layer-doctor a img{
		box-shadow: 0px 0px 15px #e5e5e5;
		transition: transform .2s;
	}
	.layer-doctor a:hover img{
		-ms-transform: scale(1.1); /* IE 9 */
		-webkit-transform: scale(1.1); /* Safari 3-8 */
		transform: scale(1.1);
	}
	.layer-callnow{
		position: fixed;
		top:110px;
		right:0;
		z-index: 10;
	}
	.icon-deco{
		width: auto!important;
		position: absolute;
		top: -80px;
		right: 30%;
		display: inline-block!important;
	}

/* Our Doctors */
	.layer-doctor-left{
		padding: 15px 0;
   	 	background: #eff8f8;
    	border: 1px solid #dddddd;
		text-align: center;
	}
	.layer-doctor-left h5{
		font-size: 24px;
		font-weight: 700;
		color: #79cfcd;
		margin: 30px auto 5px;
	}
	.layer-doctor-left b{
		font-size: 18px;
		font-weight: 700;
		color: #333333;
	}
	.layer-doctor-right{
		padding: 0 25px;
	}
.doctor-info-hours {
    border-top: 1px solid #becacf;
    border-bottom: 1px solid #becacf;
    height: 204px;
    padding: 20px 0;
    position: relative;
	}
	.doctor-info-hours-clock {
    position: absolute;
    left: 50%;
    margin-left: -21px;
    top: -11px;
    padding: 0 10px;
    background: #eff8f8;
	}
	.doctor-info-hours-left {
    width: 30%;
    float: left;
    color: #acb8bc;
    font-size: 12px;
    line-height: 23px;
	text-align: left;
}
	.doctor-info-hours-right {
    width: 70%;
    float: left;
    color: #4c7284;
    font-size: 13px;
    line-height: 23px;
	text-align: left;
}

/* Our Services */
	.layer-services{
		max-width: 1400px;
		margin: 0 auto;
		text-align: left;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		padding: 50px 0;
	}
	.layer-services .layer-text{
		font-size: 14.5px;
    	line-height: 40px;
    	font-weight: 400;
    	text-transform: uppercase;
		padding-left: 20px;
		text-align: left;
	}
	.layer-services-ped{
		padding: 50px;
	}
	.layer-services-ped .layer-text{
		font-size: 14.5px;
    	line-height: 40px;
    	font-weight: 400;
    	text-transform: uppercase;
		text-align: left;
	}
	.layer-services .layer-text i, .layer-services-ped .layer-text i{
		color: #79cfcd;
    	margin-right: 3px;
	}






section{
	text-align: center;
}
	section.bg-highlight{
		background: url(../img/bg01.jpg);
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size: cover;
		min-height: 800px;
		padding: 80px 0;
	}
	section h6{
		font-size:15px;
		font-weight: 300;
		color:#333333;
		text-transform: uppercase;
		margin: 0 auto 10px;
		    display: none;
	}
	section h6 a{
		font-size:15px;
	}

	section h2{
		font-family: 'Gochi Hand', cursive;
		font-size: 50px;
		font-weight: 700;
		color: #444444;
		margin: 0 auto 50px;
		text-shadow: 0px 2px 5px white;
		letter-spacing: 2px;
	}
	/*
	section h2::after{
		content: "";
    width: 50px;
    height: 20px;
    background: transparent url(../img/deco.png) no-repeat;
    background-position: center top;
    position: relative;
    top: 5px;
    display: block;
    text-align: center;
    margin: 0 auto;
	}*/
	section .item-highlight{
		background: white;
		border: 1px solid #79cfcd;
		margin-top: 20px;
	  min-height: 260px;
		padding: 0 10px;
		border-radius: 25px;
	}
	section .item-highlight a{
		display:block;
		padding: 25px;
	}

	section .item-highlight h4{
		font-size: 24px;
		font-weight: 400;
		color:#333333;
		text-transform: uppercase;
	}
	section .item-highlight p{
		height: 160px;
		overflow-y: hidden;
		font-size: 16px;
		line-height: 28px;
		font-weight: 300;
	}
	section .item-highlight h4::after{
		content: "";
		width: 100px;
		height: 3px;
		background: #79cfcd;
		background-position: center top;
		position: relative;
		top: 5px;
		display: block;
		text-align: center;
		margin: 8px auto 20px;
	}
	section p{
		font-size: 16px;
		color:#666666;
		line-height: 40px;
		font-weight: 400;
		text-align: center;
	}
	section .item-highlight i.i-right{
		font-size: 60px;
		color: #333333;
	}
	section .item-highlight span{
		background: white;
		border: 1px solid #79cfcd;
		padding: 6px;
		display: inline-block;
		margin: -100px auto 15px;
		    border-radius: 50%;
	}
	section .item-highlight span i{
		background: #79cfcd;
		padding: 24px;
		font-size: 40px;
		color: white;
		width: 90px;
		height: 90px!important;
		text-align: center;
		display: inline-block;
		    border-radius: 50%;
	}
	section.bg-news{
		background: url(../img/bg02.png);
		background-position: center top;
		background-repeat: no-repeat;
		background-size: cover;
		min-height: 1200px;
		padding: 50px 0;
	}
	section .item-news{
	}
	section .item-news h4{
		font-size: 20px;
		font-weight: 400;
		color:#333333;
	}
	section .item-news span{
		padding: 15px;
    	background:white ;
    	display: block;
		border-top:7px solid #f4c0b5;
		border-bottom: 1px solid #eeeeee;
		border-left: 1px solid #eeeeee;
		border-right: 1px solid #eeeeee;
	}
	section .item-news a:hover span{
		background: #f6f6f6;
	}
	section .item-news img{
		width: 100%;
		/*border-radius:50% 50% 0 0;*/
		border: 1px solid #eeeeee;
		border-bottom: none;
	}
	section h5{
		font-size: 24px;
		font-weight: 300;
		color: #555;
		margin: -10px 0 40px;
	}
	.layer-fac{
		padding: 90px 0 0;
	}
	.layer-fac .row-1{

	}
	.layer-fac .row-1 ul, .layer-fac .row-2 ul{
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	.layer-fac .row-1 ul li, .layer-fac .row-2 ul li{
		float: left;
	}

	.layer-fac .row-1 .banner-img{
		position: relative;
		text-align: left;
		width: 32.7%;
		margin:0 2.5px;
	}
	.layer-fac .banner-img a:hover{
		opacity: 1.0;
	}
	.layer-fac .banner-img img{
		width:100%;
		height:auto;
	}
	.layer-fac .banner-img a .styleText{
		background: none;
		width: 100%;
		height: auto;
		bottom: 0;
		position: absolute;
		z-index: 10;
		padding: 40px 25px 25px;
		display:block;
		color:black;
	}
	.layer-fac .banner-img a:hover .styleText{
	    background: rgba(0,0,0, 0.65);
			color: white;

	}
	.layer-fac .banner-img a .styleText h4{
		width: 100%;
		font-size: 20px;
	  font-weight: 700;
		color:black;
		text-shadow: 1px 1px 0px white;
		margin:0 0 5px 0;
		padding:0;
		display:inline-block;
		float: left;
	}
	.layer-fac .banner-img a:hover .styleText h4{
		text-shadow: none;
		color: white;
	}
	.layer-fac .banner-img a .styleText h5{
		font-size:28px;
		font-weight: 300;
		text-shadow: 1px 1px 0px white;
		color:black;
		margin:0;
		padding:0;
		display:inline-block;
		float: left;
	}
	.layer-fac .banner-img a:hover .styleText h5{
		text-shadow: none;
		color: white;
	}
	.layer-fac .banner-img a .styleText p{
		display:none;
	}
	.layer-fac .banner-img a:hover .styleText p{
		width: 90px;
		font-size:14px;
		color:white;
		margin:0;
		text-transform:capitalize;
		padding:3px 10px;
		display:inline-block!important;
		background: black;
		float: right;
	}
	.layer-fac .row-2 .banner-img{
		position: relative;
		text-align: left;
		width: 49.3%;
		margin:5px 2.5px;
	}

/* Contact Us */
.section-contact{
	background: none!important;
	vertical-align: middle;
	padding: 30px 0!important;
	min-height: 400px!important;
}
.layer-form{
    max-width: 980px;
    text-align: center;
    background: #eee;
    border-radius: 5px;
    padding: 40px 30px;
}
	.layer-form h2{
		font-size: 20px;
		color: #333;
		margin: 0 0 20px;
	}
	.layer-form h6{
		font-size: 16px;
		font-weight: 300;
		color: #888;
		display: block;
		margin-bottom: 60px;
		text-transform: none;
	}
	.layer-form h6::after {
    content: "";
    width: 100px;
    height: 1px;
    background: #999;
    background-position: center top;
    position: relative;
    top: 20px;
    display: block;
    text-align: center;
    margin: 8px auto 20px;
	}
	.layer-form i.icon-form{
    color: #79cfcd;
    /* background: #f4c0b5; */
    /* padding: 20px; */
    font-size: 56px;
    border-radius: 100px;
    margin-bottom: 15px;
    /* width: 70px; */
    /* height: 70px!important; */
	}

/* Inside Page */
.layer-banner{
    text-align: center;
    padding: 65px 0 0;
    position: relative;
    min-height: 190px;
    margin: 0 0 40px;
    background: url(../img/banner.jpg) center top no-repeat;
    background-size: cover;

}

	.layer-banner img{
		width: 100%;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
	}
.layer-insidepage{
	text-align: left;
}
.layer-insidepage h2{
	font-size: 20px;
	color: #333;
	margin: 0 0 10px;
}
.layer-insidepage h6{
	font-size: 16px;
	font-weight: 300;
	color:#999;
	margin-bottom: 50px;
}
.layer-insidepage h6::after {
	content: "";
	width: 100px;
	height: 1px;
	background: #999;
	background-position: left top;
	position: relative;
	top: 20px;
	display: block;
	text-align: left;
	margin: 0;
}
.layer-insidepage i.icon-form{
	color: white;
	background: #79cfcd;
	padding: 20px;
	font-size: 30px;
	border-radius: 100px;
	margin-bottom: 15px;
	width: 70px;
	height: 70px!important;
	text-align: center;
}
	.layer-appointment{
		border: 1px solid #79cfcd;
		padding: 40px;
		margin: 30px 0;
	}
	.layer-appointment p{
		font-size: 20px;
		color: #79cfcd;
		font-weight: 700;
		margin: 0;
		padding: 5px 0 0;
	}
	.layer-appointment button{
		padding: 12px 20px;

	}
	.layer-mission{
		background:#aecdfa;
		height: 250px;
		padding: 35px 30px;
	}
	.layer-vision{
		background:#79cfcd;
		height: 250px;
		padding: 35px 30px;
	}
	.layer-mission h3, .layer-vision h3{
		color: white;
		font-size: 28px;
		text-transform: uppercase;
	}
	.layer-mission p, .layer-vision p{
		color: white;
		text-align: center;
	}
	.pic-mission{
		background:url(../img/pic-aboutus3.jpg) no-repeat center;
		background-size:cover;
		height:250px;
	}
	.pic-vision{
		background:url(../img/pic-aboutus4.jpg) no-repeat center;
		background-size:cover;
		height:250px;
	}

	.layer-facilities{
		margin: 20px auto 0;
		padding: 0 15px;
		text-align: left;

	}
	.layer-facilities .fac-info{
		padding: 0;
    position: relative;
    min-height: 420px;
	}
	.layer-facilities .fac-info span{
		padding: 35px 0;
		display: block;
		height: 270px;
		overflow: auto;
	}
	.layer-facilities .fac-info h3{
		padding: 23px 25px;
		font-size: 34px;
		font-weight: 300;
		color: black;
		text-transform: uppercase;
		background: #dddddd;
		margin: 0;
	}
	.layer-facilities .fac-info ul{
		padding: 0 5px;
		margin: 0;
	}
	.layer-facilities .fac-info ul li{
		list-style-type: none;
		padding: 10px 15px;
	}
	.layer-facilities .fac-info ul li i{
		color:#333;
	}
	.layer-facilities .fac-info p{
		color:white;
		margin: 0;
	}
	.layer-facilities .fac-info h4{
		padding: 18px 25px;
		font-size: 26px;
		font-weight: 700;
		color: white;
		margin: 0;
		background: #9ac9bf;
	}
	.layer-facilities .fac-info .btn-item{
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.btn-cart{
		display: block;
		padding: 0;
	}
	.btn-cart a{
		color:white;
		font-size: 24px;
		background: #f4c0b5;
		font-weight: 500;
		border: none;
		display: block;
		padding: 27px 25px;
	}
	.btn-cart a:hover{
		opacity: 0.8;
	}
	.layer-facilities .fac-pic-right{
		background-repeat: no-repeat!important;
		background-position: center!important;
		background-size: cover!important;
		height: 420px;
		text-align: center;
		padding-top: 190px;
	}
	.layer-facilities .fac-pic-left{
		background-repeat: no-repeat!important;
		background-position: center!important;
		background-size: cover!important;
		height: 420px;
		text-align: center;
		padding-top: 190px;
	}
	.layer-facilities .fac-pic-right i, .layer-facilities .fac-pic-left i{
		color: white;
		font-size: 60px;
		opacity: 0.6;
	}
	.table-discount{

	}
	.table-discount tr td{
		padding: 15px 10px;
		background: #eee;
		border: 2px solid white;
		text-align: center;
		text-transform: uppercase;
		color: black;
	}
	.table-discount tr td.table-top{
		color:white;
		font-size:18px;
	}

.layer-tnc{
	margin-top: 30px;
	text-align: left;
}
.layer-tnc ol {
	margin: 0;
  padding-left: 20px;
}
.layer-tnc ol li{
	font-size: 20px;
	color: #333;
	margin-bottom: 30px;
}
.layer-tnc ul{
	padding-left: 15px;
}
.layer-tnc ul li{
	font-size: 16px;
	font-weight: 300;
	color: #2e2e2e;
	list-style-type: disc;
	margin-bottom: 10px;
}

a.promo-thum img{
	border: 1px solid #ddd;
  padding: 5px;
}

a .promo-info{
	background: #444;
	color: white;
	margin-bottom: 25px;
	display: block;
	padding: 8px;
}

/* Login */
.register-top{
	background:#ddd;
	border-radius:15px 15px 0 0;
	padding: 50px 70px;
}
.register-top i{
		width: 70px;
    height: 70px!Important;
    font-size: 32px;
    background: #d97805;
    border-radius: 50%;
    padding: 20px;
    text-align: center;
    margin: 25px auto;
    color: white;
}

/* Cart */
.highlight-wrap {
    position: relative;
    z-index: 10;
    background: #fff;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    line-height: 17px;
    color: black;
}
.highlight-wrap span{
	color:black;
}
.highlight-icon {
    font-size: 30px;
    display: inline-block;
    vertical-align: middle;
    color: #222;
}
.icon-active .highlight-icon {
    color: #fff;
}
.icon-active {
    background: #79cfcd;
    border-radius: 0px;
	color: white;
}
.icon-active .text-bold {
    color: #fff;
}
.highlight-wrap .text-bold {
    display: inline-block;
}
.text-bold {
    font-weight: 800;
}
.highlight-steps{
	background: #eee;
	margin-bottom: 30px;
}
.highlight-steps .item{
	padding: 6px;
}
.layer-cart {
	border: 1px solid #ccc;
	padding: 10px;
	min-height: 450px;
}
.layer-cart h3{
	font-family: 'Quicksand', Arial, sans-serif;
	font-size: 36px;
	font-weight: 700;
	color:#333333;
	margin: 10px auto 5px;
	text-align: center;
}
.form-add{
}
.form-add label {
	display: block;
	margin: 0 0 10px 0!important;
	font-size: 22px;
}
.form-add select{
	width: 100%;
	height: 40px;
	border: none;
}
.form-add input{
	margin: 0 5px;
}
.form-add .form-left{
	 border-width: 0;
    border-style: solid;
    border-color: #ddd;
    padding: 30px;
		font-size: 16px!important;
		line-height: 26px;
		font-weight: 700;
		color:black;
}
.form-add .form-right{
	padding:30px;
	font-size: 16px!important;
	line-height: 26px;
	font-weight: 700;
	color:black;
}
.form-add .price{
	font-size: 16px;
	margin: 5px 0 0;
	padding: 0;
	font-family: 'Handlee', cursive;
	font-style: italic;
	color: black!important;
	display:inline-block;
}
.cart-top{
	padding: 10px 0;
	margin-bottom: 25px;
	border-bottom: 8px solid #eeeeee;
}
.cart-top p{
	margin: 0;
}

/* Testimonial */
.item-testimonial{
	background:#eeeeee;
	border-radius:10px;
	padding:15px;
	display:block;
	margin:15px 0;
	height:650px;
}
	.item-testimonial .profile-pic img{
		width:150px;
		height:150px;
		border-radius:50%;
	}
	.item-testimonial p{
		text-align: center;
		padding: 10px 20px;
		font-size: 14px;
		margin: 0!important;
		height: 380px;
		display: block;
		overflow-y: auto;
	}


	.item-testimonial h4{
		font-size:20px;
		font-weight:300;
		color:black;
	}
	.item-testimonial h6{
		font-size:14px;
		color:#9ac9bf;
		font-weight:700;
	}
	.item-testimonial h6::after{
		height:0;
	}

/* Thank You */
.layer-thankyou{
	margin:0!important;
	padding:0;
}
	.layer-thankyou h3{
		background:#333333;
		color:white;
		text-align:left;
		font-size:18px;
		padding:15px;
		margin:0;
	}
	.layer-thankyou .tq-detail p{
		background:#dddddd;
		padding:15px;
		line-height:26px;
		margin:0;
	}
	.layer-thankyou .tq-info p{
		padding:15px;
		font-size:14px;
		line-height:18px;
		margin:0;

	}
	/* My Account */
	.img-profile{
		margin: 0 0 30px;
	}
		.img-profile img{
			width:120px;
			height: 120px;
			border-radius: 50%;
		}

	.layer-expand{
		background: rgba(255, 255, 255, 0.2);
		padding: 5px 20px;
		margin-bottom: 30px;
	}

/* New Inside */
	.layer-inside{
		background: rgba(255, 255, 255, 0.5);
		padding: 30px;
		margin: 0;
	}
	.layer-social{

	}
	.layer-social i{
		color: #736763;
		font-size: 34px;
		margin-right: 10px;
	}
	.layer-lyc-services{
		max-width: 1000px;
		margin: 0 auto;
	}
	.layer-lyc-services img{
		margin-bottom: 15px;
	}

	/* Contact Us */
	.layer-contact-left{

	}
	.layer-contact-left i{
		font-size: 50px;
		color:#736763;
	}
	.layer-contact-left p{
		margin-bottom: 30px;
		font-size: 14px;
	}
/* Promnotion */
	.layer-knowabout {
	margin:0 auto;
}
	.layer-knowabout img {
		width:100%!important;
		height:auto!important;
	}
	.layer-knowabout h6 img {
		width:auto;
		vertical-align:middle;
	}
	.layer-knowabout .item{
		border:1px solid #ccc;
		margin:0 0 25px;
		display:block;
	}
	.layer-knowabout .item h6{
		display:block;
		font-size:14px;
		color:white;
		padding:9px 15px;
		margin:0;
		height:36px;
	}
	.layer-knowabout .item h6 img{
		width:28px;
		margin-top:-4px;
	}
	.layer-knowabout .item .layer-arrow{
		position:absolute;
		right:15px;
		bottom:15px;
	}
	.layer-knowabout .item .layer-page{
		padding:15px;
		background:white;
		position:relative;
	}
	.layer-knowabout .item .layer-link{
		padding:15px;
		background:white;
		height:130px;
		position:relative;
		overflow: hidden;
	}
	.layer-knowabout .item .layer-link2{
		padding:15px;
		height:206px;
		position:relative;
		overflow: hidden;
	}
	.layer-knowabout .item .layer-link-faq{
		padding:15px;
                margin-top:5px;
		background:white;
		height:300px;
		position:relative;
		overflow: hidden;
	}
	.layer-knowabout .item .layer-link-news{
		padding:15px;
		background:white;
		height:237px;
		position:relative;
		overflow: hidden;
	}
	.layer-knowabout .item  h5 {
		font-size:22px;
		font-weight:400;
		margin:5px 0;
		padding:0;
		color:black;
		line-height:28px;
	}
	.layer-knowabout .item p {
		color:#888;
		font-size:15px;
		line-height:20px;
	}
	.layer-knowabout .item img.img-more{
		width:auto;
	}
	.layer-knowabout a .item .layer-link:hover, .layer-knowabout a .item .layer-link2:hover, .layer-knowabout a .item .layer-link-faq:hover, .layer-knowabout a .item .layer-link-news:hover{
		padding:15px;
		opacity:0.6;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
	}


/* Investor Relations */
.rightContent .smallTitle {
    font-size: 20px;
    color: #0074c9;
	margin-top: 30px;
}
	.rightContent .desc {
		margin-top: 15px;
		padding-right: 1%;
		line-height: 25px;
		text-align: justify;
	}
	.rightContent .desc .subTitle {
		vertical-align: top;
		display: inline-block;
		position: relative;
		width: 50px;
	}
	.rightContent .desc .subDesc {
		vertical-align: top;
		display: inline-block;
		position: relative;
		width: 92%;
		text-align: justify;
	}
	.rightContent .desc .level1Title {
		vertical-align: top;
		display: inline-block;
		position: relative;
		width: 55px;
		margin-left: 4%;
	}
	.rightContent .desc .level1Desc {
		vertical-align: top;
		display: inline-block;
		position: relative;
		width: 90%;
		text-align: justify;
	}
	.rightContent .desc .level2Title {
		vertical-align: top;
		display: inline-block;
		position: relative;
		width: 50px;
		margin-left: 7%;
	}
	.rightContent .desc .level2Desc {
		vertical-align: top;
		display: inline-block;
		position: relative;
		width: 80%;
		text-align: justify;
	}
	.rightContent .desc .level3Title {
		vertical-align: top;
		display: inline-block;
		position: relative;
		width: 30px;
		margin-left: 5%;
	}
	.rightContent .desc .level3Desc {
		vertical-align: top;
		display: inline-block;
		position: relative;
		width: 90%;
		text-align: justify;
	}
	.rightContent .desc .contactDetails .title {
		margin-left: 5%;
		width: 20%;
		display: inline-block;
		position: relative;
	}
	.rightContent .desc .contactDetails .details {
		display: inline-block;
		position: relative;
		text-align: justify;
	}
/* Share Information */
.topShareInfo {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14pt;
    width: 500px;
}
.shareTitle {
    display: inline-block;
    *display: inline;
    zoom: 1;
    position: relative;
    text-align: left;
    color: #2AA2DC;
    width: 150px;
    margin-top: 5px;
}
.shareDesc {
    display: inline-block;
    *display: inline;
    zoom: 1;
    position: relative;
    width: 200px;
    text-align: left;
}
.rightContent .seperateLine {
    width: 100%;
    border-top: 1px solid #727373;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}
.midShareInfo .shareCapital {
    text-decoration: underline;
    color: #2AA2DC;
}
#shareCapitalPaid {
    margin-top: 30px;
}
.rightContent .investDesc {
    margin-top: 20px;
    color: #2AA2DC;
}
.rightContent .investContact {
    margin-top: 20px;
}
.investContact .investContactRow {
    border-left: 2px solid #2AA2DC;
    padding-left: 15px;
}

/* Media */
	.item-media{
		background: white;
		border-radius: 20px;
		padding: 30px 30px;
		min-height: 320px;
		margin-bottom: 20px;
		display: block;

	}
.item-media:hover {background:rgba(255,255,255,.8); box-shadow: 8px 8px #cccccc;}
.item-media:hover, .item-media:hover .media-title {color:black;}
.item-media:hover i  {transform:scale(1.25);-moz-transform:scale(1.25);-webkit-transform:scale(1.25);transition: all .2s ease;-webkit-transition: all .2s ease;-moz-transition: all .2s ease;}


	.item-media i{
		font-size: 80px;
		color: #736763;
		margin-bottom: 15px;
	}
	.item-media .media-date{
		font-size: 24px;
		text-transform: uppercase;
		font-weight: 300;
		color:#736763 ;
		margin-bottom: 20px;
	}
	.item-media .media-news{
		font-weight: 700;
		font-size: 14px;
		color: black;
	}
	.item-media .media-title{
		font-weight: 400;
		font-size: 18px;
	}

	.table-page tr td{
		border:1px solid #ddd;
	}
	.table-page thead tr td{
		background: #0074c9;
    	color: white;
	}

/* Footer */
footer{
	padding: 10px 15px;
    margin: 0;
    background: #333333;
    text-align: center;
}
	footer h2{
		font-size: 34px;
		font-weight: 700;
		color: #79cfcd;
		margin: 0 auto 30px;
		padding: 0;
	}
	footer .layer-mobile i{
		font-size: 26px;
		color: #79cfcd;
		margin-right: 10px;
	}
	footer .layer-mobile div{
		display: inline-block;
		font-size: 20px;
		font-weight: 300;
		color: white;
	}
	footer .layer-social i{
		font-size: 36px;
		color: white;
		margin: 30px 15px;
	}
	footer .layer-copyright{
		font-size: 12px;
		color:#777777;
		font-weight: 400;
	}

}

@media (min-width: 1921px){
	section.bg-news{
		min-height: 1600px;
	}
}

@media (min-width: 1401px){
.owl-carousel .item {
    height: 690px;
}
}

@media (max-width: 1401px){
.layer-book{
	top:160px;
}
.structure-wrap {width:100%;overflow:hidden;overflow-x:scroll;}
.structure-wrap img {min-width:1200px;}
}

@media (max-width: 1200px){
	.layer-facilities .fac-info h4{
		padding: 8px 25px;
	}
	.btn-cart a{
		padding: 17px 25px;
	}
	.layer-facilities .fac-info ul li{
		padding: 6px 15px;
	}
}

@media (max-width: 1025px){
	.nav {
		border-width: 0 0 1px 0;
		margin-top: 5px!important;
	}
	.navbar-nav{
		margin: 0;
	}
	.navbar-nav > li > a{
		padding: 10px;
	}
	.navbar-default .navbar-collapse{
		margin-left: -5px;
    	margin-right: -5px;
	}
	.layer-main .layer-center{
		text-align: center;
		padding: 0px;
	}
	.layer-main .layer-center h1{
		font-size: 18px;
    	line-height: 20px;
		margin-top:30px;
	}
	.layer-main .layer-center h1 font{
		font-size: 25px;
		line-height: 27px;
		margin: 5px 0 0;
	}
	.layer-main .layer-center h6{
		font-size: 16px;
    	line-height: 28px;
		margin-bottom:30px;
	}
}

@media (max-width: 1023px){
}



@media (max-width: 991px){
	.item-testimonial{
	height:auto;
}
	.item-testimonial p{
		height: auto;
		overflow-y: none;
	}

	.layer-main .layer-left {
		text-align: center;
		padding: 0px 15px 50px;
	}
	ul.left-menu{
		display: none;
	}
	.left-menu-mobile{
		display: block;
		width: 100%;
		margin: 10px 0;
		background: #0074c9;
		height: 44px;
		border: none;
		color: white;
		border-radius: 3px;
	}
}

@media (max-width: 990px){
	.layer-knowabout .item .layer-link, .layer-knowabout .item .layer-link2, .layer-knowabout .item .layer-link-faq, .layer-knowabout .item .layer-link-news{
		height:auto;
	}
}

@media (max-width: 768px){
	.layer-homeblock{
		min-height: 0;
	}
	.layer-homeblock h6{
		font-size: 20px;
		line-height: 30px;
	}
	.layer-homeblock p, section p{
		font-size: 14px;
		line-height: 30px;
	}
	section{
		padding: 40px 15px;
	}
	h1, footer h2{
		font-size: 28px;
	}
	footer .layer-mobile div{
		font-size: 17px;
	}
	.layer-homeblock i{
		margin-top: 0;
	}
	.mobile-center{
		text-align: center;

	}
	.item-media{
		min-height:unset;
		height: auto;
	}
}

@media (min-width: 767px){
	.services-row2{
		margin-top: 35px;
	}


}

@media (max-width: 767px){
	section h2{
		margin: 0 auto 70px;
	}
	section.bg-highlight{
		padding: 0px 0 50px!important;
		margin-top: -40px;
	}
	section .item-highlight{
		margin-top: 70px;
	}
	section .item-news{
		margin-bottom: 20px;
	}
	.layer-fac .row-1 .banner-img, .layer-fac .row-2 .banner-img{
		position: relative;
		text-align: left;
		width: 100%;
		margin:0 0 15px;
	}
	.layer-copyright p, .layer-copyright .layer-social{
		text-align: center;
		line-height: 14px;
		margin: 15px 0;
	}
section h6{
	font-size: 14px;
}
.layer-banner{
    margin: 0 0 20px;
}
.layer-insidepage{
	text-align: center;
}
.layer-insidepage h2{
	margin: 0 0 5px;
}
.layer-insidepage h6{
	margin-bottom: 50px;
}
.layer-insidepage h6::after {
	text-align: center;
	margin: 0 auto;
}
.layer-appointment{
	padding:15px;
}
.layer-appointment .floatLeft, .layer-appointment .floatRight{
	float: none;
	text-align: center;
	margin: 5px 0;
}
.layer-mission{
	background:#aecdfa;
	height: 250px;
	padding: 30px 20px;
}
.layer-vision{
	background:#79cfcd;
	height: 250px;
	padding: 30px 20px;
}
.layer-mission h3, .layer-vision h3{
	color: white;
	font-size: 20px;
	text-transform: uppercase;
}
.layer-mission p, .layer-vision p{
	font-size: 14px;
	color: white;
	text-align: center;
	line-height: 19px;
}
.layer-facilities .fac-info span{
	padding: 35px 0;
	display: block;
	height: auto;
}
.layer-facilities .fac-info .btn-item{
	position: relative;
}
.table-discount tr td.table-top{
	color:white;
	font-size:15px;
}
.btn-visit{
	float:none!important;
	text-align:center!important;
	margin:0 auto!important;
	display: block;
}
.owl-carousel .layer-slogan h3{
	font-size:18px;
	line-height:28px;
}
	.owl-carousel .layer-slogan h3 .more-line-height{
	  font-size: 30px;
	  line-height:36px;
	}
.divider-mobile {
    height: 40px;
    display: block;
}

	.layer-services-ped{
		padding: 40px 15px;
	}
	.rightContent .desc .subDesc {
		width: 80%;
	}
	.rightContent .desc .level1Desc {
		width: 75%;
	}
	.rightContent .desc .level2Desc {
		width: 80%;
	}
	.rightContent .desc .level3Desc {
		width: 80%;
	}
}

@media (max-width: 480px){
	.layer-main h1{
		font-size: 22px;
		line-height: 24px;
		margin-top: 40px;
	}
	.layer-main .layer-social{
		margin: 15px auto;
		clear:both;
	}
	.layer-main .layer-social i{
		margin: 0 5px;
	}
	.layer-main h1 font{
		font-size: 35px;
		margin: 15px 0 0;
	}
	.divider-sm{height: 5px;}
}

/****** Full Screen Popup ******/
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.85);
    overflow-x: hidden;
    transition: 0.5s;
	    z-index: 100;
}

.overlay-content {
    position: relative;
    top: 6%;
    max-width: 1400px;
    text-align: center;
    margin-top: 30px;
	margin: 0 auto!important;
}

.overlay-content a{
	background: #ad8375;
	width: 100%;
	color: white!important;

}


.overlay a {
    padding: 5px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: -10px;
    right: 1%;
    font-size: 50px;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

@media screen and (max-height: 360px) {
.layer-knowabout .item{
		margin:0 0 15px 0;
	}
	.layer-knowabout .item h5{
		font-size:18px;
	}
}
