/* 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{
	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: #79cfcd;
		margin: 0;
		padding-bottom: 10px;
	}
p{
	font-size:16px;
	font-weight:300;
	color:#2e2e2e;
	margin:15px 0;
	padding:0;
	line-height:24px;
	text-align:left;
}
.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;
	}

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:#0069b3;}
.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;}
.divider {
    height: 40px;
    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: black;
		background: #79cfcd;
		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:700px;
}
.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: #ffffff;
}

	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;
}

/* Header */
header{
	background: #9ac9bf;
	padding: 5px 0;
	text-align: right
}
	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;
		}

/*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;
		display: none;
	}
	.icon-deco{
		width: auto!important;
		position: absolute;
		top: -80px;
		right: 30%;
		display: inline-block!important;
	}
	
/* Our Doctors */
	.layer-doctor-left{
   	 	background: #eff8f8;
    	border: 1px solid #dddddd;
		text-align: center;
		padding: 25px;
	}
	.layer-doctor-left h5{
		font-size: 24px;
		font-weight: 700;
		color: #79cfcd;
		margin: 30px auto 5px;
		text-align: center;
	}
	.layer-doctor-left b{
		font-size: 18px;
		font-weight: 700;
		color: #333333;
		text-align: center;
	}
	.layer-doctor-right{
		padding: 0 25px;
	}
.doctor-info-hours {
    border-top: 1px solid #becacf;
    border-bottom: 1px solid #becacf;
    min-height: 204px;
    padding: 20px 0;
    position: relative;
    display: inline-block;
	text-align: center;
    margin: 0 auto;
    width: 100%;
	}
	.doctor-info-hours-clock {
    position: absolute;
    left: 50%;
    margin-left: -21px;
    top: -11px;
    padding: 0 10px;
    background: #eff8f8;
	}
	.doctor-info-hours-left {
    width: 76px;
    float: left;
    color: #acb8bc;
    font-size: 12px;
    line-height: 23px;
    text-align: right;
    padding-right: 12px;
}
	.doctor-info-hours-right {
    width: 120px;
    float: left;
    color: #4c7284;
    font-size: 12.5px;
    line-height: 23px;
	text-align: left;
}
	.layer-doctor-img {
		border-radius: 50%;
		border: 1px solid #bbb;
		padding: 8px;
		width: 190px;
		height: 190px;
		margin: 0 auto;
	}
	.layer-doctor-img img{
		border-radius: 50%;
		width: 170px;
		height: 170px;
		margin: 0 auto;
	}
	
/* 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;
	}
	
/* News & Events */
.layer-paragraph {
    padding: 0 0 40px;
    margin: 0 0 40px;
    border-bottom: 1px solid #dddddd;
}
	
.last{
	margin:0;
	border-bottom:0!important;
}
.art01 {
    background: #588c7e;
}

/* Project Detail */
.list-projecTitle{
	font-size:24px;
	font-weight:bold;
	color:#444444;
	margin:0 0 10px;
	display:block;
}

.style-url{
	color:#999999;
	display:block;
	margin:0 0 20px;
}
.style-url a{
	color:black!important;
}
.thum-art {
    color: white;
    padding: 60px 0;
    text-align: center;
    font-size: 46px;
    min-height: 150px;
    font-weight: 300;
}
.art01{
	background:#da646d;
}
.art02{
	background:#79cfcd;
}
.art03{
	background:#f4c0b5;
}

.btn-more{
	background: transparent;
    color: black;
    border: 1px solid black;
    padding: 6px 15px;
}
	.btn-more a{
		color: black;
	}
.layer-filter{
	padding: 8px 15px;
    margin: 0 0 20px!important;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}
.btn-filter{
	padding: 1px 10px;
    color: white;
    background: #003861;
    text-align: center;
    margin: 0 5px;
    font-size: 12px;
    text-transform: uppercase;
    border: 0;
    border-radius: 3px;
}
.select-filter{
	border:1px solid #ccc;
	height: 26px;
    padding: 3px 10px;
	font-size: 12px;
}
.layer-detail{
	padding:20px 25px!important;
	border:1px solid #dddddd!important;
	position: relative;
}
.icon-close{
	background: #79cfcd;
    color: white;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    padding: 3px 0;
    font-size: 18px;
    position: absolute;
    right: 15px;
    top: 15px;
}
.layer-breadcrumb{
	font-size:12px;
	margin:0 0 5px;
}
.layer-breadcrumb a{
	font-size:12px;
}
.layer-breadcrumb i{
	margin:0 5px;
	font-size:14px;
}
	
	
	
	
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;
}
	.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%;
		}


/* Footer */
footer{
	padding: 60px 15px 30px;
    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;
		margin-top: 20px;
	}

	
}

@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;
}
}

@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: 1024px){
}

@media (max-width: 1023px){
}

@media (max-width: 1023px){
}

@media (max-width: 991px){
	.item-testimonial{
	height:auto;
}
	.item-testimonial p{
		height: auto;
		overflow-y: none;
	}
}

@media (max-width: 980px){
}

@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;
	}
}

@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;
	}
}

@media (max-width: 480px){
	.layer-callnow{
		position: fixed;
		top:110px;
		right:0;
		z-index: 10;
		display: inline-block;
	}
}
