/* ! normalize.css v1.0.0 | MIT License | git.io/normalize */
 
/* ==========================================================================
HTML5 display definitions
========================================================================== */
 
/* * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3. */
 
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { display: block; }
/* * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3. */
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
/* * Prevents modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices. */
audio:not([controls]) { display: none; height: 0; }
/* * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3, * and Safari 4.
* Known issue:no IE 6 support. */
[hidden] { display: none; }
/* ==========================================================================
Base
========================================================================== */
/* * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
*    `em` units.
* 2. Prevents iOS text size adjust after orientation change, without disabling
*    user zoom. */
 
html { font-size: 100%; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
-ms-text-size-adjust: 100%; /* 2 */ }
html, html a { -webkit-font-smoothing: antialiased; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004); }
/* * Addresses `font-family` inconsistency between `textarea` and other form
* elements. */
html, button, input, select, textarea { font-family: 'Varela Round', sans-serif; }
/* * Addresses margins handled incorrectly in IE 6/7. */
body { margin: 0; font-family: 'Open Sans', sans-serif;}
div.container{
	overflow:hidden;
	}
	
	
.row a{
	color:#1F4459;
	
	}
	
.education ul{
	list-style-image:url(../img/bullet.png);
	}
	
 
	

	
div.container h1{
	font-size:26px;
	font-weight:bold;
	color:#276175;
	
	}
	
div.container h2{
	font-size:23px;
	color:#204E80;
	
	font-weight:bold;
	padding:10px;
	margin-left:0px;
	
	vertical-align:center;
	
	}
	
div.container h3{
	font-size:19px;
	font-weight:bold;
	color:#204E80;
	
	}
	
	
div.container h4{
	font-size:18px;
	background:#204E80;
	font-weight:bold;
	padding:10px;
	border-radius: 20px;
	vertical-align:center;
	color:#ffffff;
	margin:25px;
	text-align:center;
	}

/* ==========================================================================
Links
========================================================================== */
/* * Addresses `outline` inconsistency between Chrome and other browsers. */
 
a:focus { outline: thin dotted; }
/* * Improves readability when focused and also mouse hovered in all browsers. */
a:active, a:hover { outline: 0; }
/* ==========================================================================
Typography
========================================================================== */
/* * Addresses font sizes and margins set differently in IE 6/7.
* Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5, * and Chrome. */
 
h1 { font-size: 24px; margin: 10px 0px; color: #2c6d99;
text-align:center; font-weight:bold;
}
h2 { font-size: 22px; margin: 5px 0px 20px 0px;  
font-weight:normal; 

}
h3 { font-size:  22px; margin: 1em 0; color: #917b36; margin-top:10px; 


font-weight:normal; text-align:center;

 }
h7 { font-size:  18px; margin: 1em 0; color: #069; 


font-weight:bold; ;

 }
 

.container ul{
	margin-bottom:15px;
	}
 



.container li{
	color:#000;
	}
	
	

 
 li{
	 color:#ffffff; 
	 }
h5 { font-size: 0.83em; margin: 1.67em 0; }
h6 { font-size: 0.75em; margin: 2.33em 0; }
/* * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome. */
abbr[title] { border-bottom: 1px dotted; }
/* * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome. */
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
/* * Addresses styling not present in Safari 5 and Chrome. */
dfn { font-style: italic; }
/* * Addresses styling not present in IE 6/7/8/9. */
mark { background: #ff0; color: #000; }
/* * Addresses margins set differently in IE 6/7. */
<!--p, pre,li { margin: 1em 0; }
#mainNav li { margin:0px 10px;}
/* * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome. */-->
code, kbd, pre, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
/* * Improves readability of pre-formatted text in all browsers. */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
/* * Addresses CSS quotes not supported in IE 6/7. */
q { quotes: none; }
/* * Addresses `quotes` property not supported in Safari 4. */
q:before, q:after { content: ''; content: none; }
small { font-size: 75%; }
/* * Prevents `sub` and `sup` affecting `line-height` in all browsers. */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
/* ==========================================================================
Lists
========================================================================== */
/* * Addresses margins set differently in IE 6/7. */
 
dl, menu, ol, ul { margin: 1em 0; }
dd { margin: 0 0 0 40px; }
/* * Addresses paddings set differently in IE 6/7. */
menu, ol, ul { padding: 0 20px 0 20px; }
/* * Corrects list images handled incorrectly in IE 7. */
nav ul, nav ol { list-style: none; list-style-image: none; }
/* ==========================================================================
Embedded content
========================================================================== */
/* * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
* 2. Improves image quality when scaled in IE 7. */
 
img { border: 0; /* 1 */
-ms-interpolation-mode: bicubic; /* 2 */ }
/* * Corrects overflow displayed oddly in IE 9. */
svg:not(:root) { overflow: hidden; }
hr{
	
	border-top:3px dotted;
	border-color:#9b6ba0;
}
/* ==========================================================================
Figures
========================================================================== */
/* * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11. */
 
figure { margin: 0; }
/* ==========================================================================
Forms
========================================================================== */
/* * Corrects margin displayed oddly in IE 6/7. */
 
form { margin: 0; }
/* * Define consistent border, margin, and padding. */
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
/* * 1. Corrects color not being inherited in IE 6/7/8/9.
* 2. Corrects text not wrapping in Firefox 3.
* 3. Corrects alignment displayed oddly in IE 6/7. */
legend { border: 0; /* 1 */
	padding: 0; white-space: normal; /* 2 */
*margin-left: -7px; /* 3 */ }
/* * 1. Corrects font size not being inherited in all browsers.
* 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5, *    and Chrome.
* 3. Improves appearance and consistency in all browsers. */
button, input, select, textarea { font-size: 100%; /* 1 */
	margin: 0; /* 2 */
	vertical-align: baseline; /* 3 */
*vertical-align: middle; /* 3 */ }
/* * Addresses Firefox 3+ setting `line-height` on `input` using ` !important` in
* the UA stylesheet. */
button, input { line-height: normal; }
/* * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Corrects inability to style clickable `input` types in iOS.
* 3. Improves usability and consistency of cursor style between image-type
*    `input` and others.
* 4. Removes inner spacing in IE 7 without affecting normal text inputs.
*    Known issue:inner spacing remains in IE 6. */
button, html input[type="button"], /* 1 */
input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
*overflow: visible; /* 4 */ }
/* * Re-set default cursor for disabled elements. */
button[disabled], input[disabled] { cursor: default; }
/* * 1. Addresses box sizing set to content-box in IE 8/9.
* 2. Removes excess padding in IE 8/9.
* 3. Removes excess padding in IE 7.
*    Known issue:excess padding remains in IE 6. */
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
	*height: 13px; /* 3 */
*width: 13px; /* 3 */ }
/* * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
* 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
*    (include `-moz` to future-proof). */
input[type="search"] { -webkit-appearance: textfield; /* 1 */
	-moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */
box-sizing: content-box; }
/* * Removes inner padding and search cancel button in Safari 5 and Chrome
* on OS X. */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
/* * Removes inner padding and border in Firefox 3+. */
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
/* * 1. Removes default vertical scrollbar in IE 6/7/8/9.
* 2. Improves readability and alignment in all browsers. */
textarea { overflow: auto; /* 1 */
vertical-align: top; /* 2 */ }
/* ==========================================================================
Tables
========================================================================== */
/* * Remove most spacing between table cells. */
table { border-collapse: collapse; border-spacing: 0; }
.table tr{
	border:none;
} 
.table tbody tr td{
	text-align:left;
	border:none;
} 


/* ==========================================================================
Global Styles
========================================================================== */
a { color: #ffffff; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; }
a:hover, a:focus { color: #ffe161; text-decoration: none; }
p { color: #333;; word-spacing: 1px; line-height: 30px;  font-size: 16px; }
h2 { font-size: 25px; color: #2c6d99;  font-weight:bold;  }
/*h2::after { content: " "; border: solid 2px #3dc9b3; display: block; width: 35px; margin: 25px auto; }*/
.section-padding { padding: 10px 0 10px }
.dark-bg { background: #f3f5f8; }
.light-bg { background-color: #fff; }
.dark-box { background: #f3f5f8; -webkit-box-shadow: 0px 3px 0px 0px #f0f2f4; -moz-box-shadow: 0px 3px 0px 0px #f0f2f4; box-shadow: 0px 3px 0px 0px #f0f2f4; }
.light-box { background-color: #fff; -webkit-box-shadow: 0px 3px 0px 0px #f0f2f4; -moz-box-shadow: 0px 3px 0px 0px #f0f2f4; box-shadow: 0px 3px 0px 0px #f0f2f4; padding: 20px 0; }
.light-box:hover, .light-box:focus { -webkit-box-shadow: 0px 3px 0px 0px #3dc9b3; -moz-box-shadow: 0px 3px 0px 0px #3dc9b3; box-shadow: 0px 3px 0px 0px #3dc9b3; }
.box-hover { transition: all 500ms ease-in-out; -webkit-transition: all 500ms ease-in-out; -moz-transition: all 500ms ease-in-out; -o-transition: all 500ms ease-in-out; }
.box-hover:hover, .box-hover:focus { transform: translate(0, -15px); -webkit-transform: translate(0, -15px); -ms-transform: translate(0, -15px); }

.wrapper { height: 650px; }
.nopadding { padding: 0; }
.inner { padding-top: 170px; }
.spacer{
	height:150px;
	border:none;
}


span{
	color:#204E80;
	font-weight:bold;
	font-size:16px;
	}

/* ==========================================================================
Navigation
========================================================================== */
nav {margin-top: -1px; 
		}
nav ul { list-style: none; padding: 0; }
nav ul li { color: rgba(255, 255, 255, 0.7); display: block; border-bottom: 1px dotted rgba(255, 255, 255, 0.2); transition: all 0.5s ease; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease; padding-left: 0; position: relative; }
nav ul li:last-child { border: none; }
nav ul li a { color: #be8c5e; display: block;  transition: all 0.5s ease; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease; padding-left: 0; position: relative; }
nav ul li a:hover, nav ul li a:focus { text-decoration: none; color: rgba(142, 132, 81, 1); }
#logo{
	display:block;
/*	margin-left:10%;*/
}




#nav-toggle { position: absolute; left: 15px; top: 0; }
#nav-toggle { cursor: pointer; padding: 12px 35px 16px 0px;  }
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after { cursor: pointer; border-radius: 1px; -moz-border-radius: 1px; -webkit-border-radius: 1px; -o-border-radius: 1px; height: 4px; width: 30px; background: #7f6823; position: absolute; display: block; content: ''; }
#nav-toggle span:before { top: -10px; }
#nav-toggle span:after { bottom: -10px; }
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after { transition: all 500ms ease-in-out; -webkit-transition: all 500ms ease-in-out; -moz-transition: all 500ms ease-in-out; -o-transition: all 500ms ease-in-out; }
#nav-toggle.active span { background-color: transparent; }
#nav-toggle.active span:before, #nav-toggle.active span:after { top: 0; }
#nav-toggle.active span:before { transform: rotate(45deg); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); }
#nav-toggle.active span:after { transform: translateY(-10px) rotate(-45deg); -webkit-transform: translateY(-10px) rotate(-45deg); -ms-transform: translateY(-10px) rotate(-45deg); top: 10px; }
.navicon { position: relative; }
.indicator { position: absolute; right: 0 !important; }


#fullScreenMenu{
 height:100%;
 width:100%; 
 position: fixed;
 top:0;
 left:0;
 padding:80px 0 0 0;
 
 z-index:1000;
 
}

#fullScreenMenu.pull{
display: none;
background:url(../img/white-bg-90.png) repeat ;

}
.language{
	background: #3CC;
	width:80px;

	

}
.language a{
	padding:20px 20px;
	color:#ffffff;
	

}


.menu .language p{
	padding-bottom:10px;
	color:#ffffff;
	

}

.language a.current{

	background:#9b6ba0;
	color:#fff;

}
.language a.current{

	background:#9b6ba0;
	color:#fff;

}
#fullScreenMenu.pull .top-nav {

	margin-top:20%;

}
#fullScreenMenu.pull .top-nav li{



 padding:0px 1em;
}
#fullScreenMenu.pull .top-nav li a{


	font-size:22px;
}


#service01{
	padding:30px 10px 10px 10px;
	text-align:center;
	background:url(../img/eye-16.png) center  no-repeat;
	background-position:top;

	}
	
#service02{
	padding:30px 10px 10px 10px;
	text-align:center;
	background:url(../img/eye-17.png) center  no-repeat;
	background-position:top;

	}
	
#service03{
	padding:30px 10px 10px 10px;
	text-align:center;
	background:url(../img/eye-18.png) center  no-repeat;
	background-position:top;

	}


#aboutus01{
	padding:30px 10px 10px 10px;
	text-align:center;
	background:url(../img/eye-19.png) center  no-repeat;
	background-position:top;

	}
	
#aboutus02{
	padding:30px 10px 10px 10px;
	text-align:center;
	background:url(../img/eye-20.png) center no-repeat;
	background-position:top;


	}
	
#service01 h3{
	color:#ffffff;
	
		} 
		
#service02 h3{
	color:#ffffff;
	
		} 
		
		
#service03 h3{
	color:#ffffff;
	
		} 
	
	
#aboutus01 h3{
	color:#ffffff;
	
		} 
		
#aboutus02 h3{
	color:#ffffff;
	
		} 	
		
#aboutus01 ul{
	padding-top:195px;
	line-height:10px;
	
		} 
		
#aboutus02 ul{
	padding-top:195px;
	line-height:10px;
	
		} 
	
	
#service01 ul{
	padding-top:195px;
	line-height:10px;
	
		} 
		
#service02 ul{
	padding-top:185px;
	line-height:10px;
	
		} 
		
#service03 ul{
	padding-top:185px;
	line-height:10px;
	
		} 


.GSintro {
    background: url(../img/intro.png) no-repeat bottom center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 20px 0 20px 0;
    height: auto;
}

/* ==========================================================================
Hero
========================================================================== */

#headerTop{
		padding:15px 0px 5px 0px;
		background-color:#dff7f2;
		 border-style: none;
   		 border-bottom:  solid #69b7d6;

		
}
.menu { background-color:#ffffff; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; padding: 0px 0 20px 0; height: 142px;

}
.intro {background: url('../img/introduction.png') no-repeat left center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; padding: 0px 0 20px 0; height: auto;

}
.hero { -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; padding: 0px 0px 0px 0px; height: auto; }
.clinic { background: url('../img/clinic.png') no-repeat top left; -webkit-background-size: contain; -moz-background-size: contain; -o-background-size: contain; background-size: contain; height: auto; width:auto;  background-color:#fdf5e9;   }
.clinic2 { background:none; -webkit-background-size: contain; -moz-background-size: contain; -o-background-size: contain; background-size: contain; height: auto; width:auto;  background-color:#fdf5e9;   }

.contact { background: url('../img/eye-11.png') no-repeat top left; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; padding: 20px 0 20px 0; height: auto; height: 350px; }
.service { background: url('../img/eye-14.png')no-repeat top center;  -webkit-background-size: cover; -moz-background-size: cover; -o-background-size:cover; background-sizecover; height: auto; width:auto; background-color:#ffffff;   }

.team { background: url('../img/eye-13.png')no-repeat center;  -webkit-background-size: cover; -moz-background-size: cover; -o-background-size:cover; background-sizecover; height: auto; width:auto; background-color:#ffffff;   }

.service1 { background: url('../img/service-01.png') no-repeat bottom right; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; padding: 20px 0 20px 0; height: auto; height: 380px; }
.service2 { background: url('../img/service-02.png') no-repeat bottom left; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; padding: 20px 0 20px 0; height: auto; height: 380px; }
.service3 { background: url('../img/service-03.png') no-repeat bottom right; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; padding: 20px 0 20px 0; height: auto; height: 350px; }
.service4 { background: url('../img/service-04.png') no-repeat top left; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; padding: 20px 0 20px 0; height: auto; height: 300px; }


.clinic2{
	background-color: #fdf5e9;
}
.service3new{
	background-color: #fdf5e9;
}
.service1A { background: url('../img/service-27.png') no-repeat top right; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; padding: 20px 0 20px 0; height: auto; height: 420px; }
.service1B { background: url('../img/elderly.png') no-repeat top right; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; padding: 20px 0 20px 0; height: auto;  }
.service1C { background: url('../img/service-27.png') no-repeat top right; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; padding: 20px 0 20px 0; height: auto; height: 320px; }



.other { background: url('../img/teeth-bg.png') no-repeat top right; -webkit-background-size: contain; -moz-background-size: contain; -o-background-size: contain; background-size: contain; height: auto; width:auto;   }


.serviceli li {
	font-size:18px;}

.dental-banner { background: url('../img/dental-implants-banner.png') no-repeat bottom left;  -webkit-background-size: contain; -moz-background-size: contain; -o-background-size: contain; background-size: contain; height: auto; width:auto;}
.dental-banner2 { background: url('../img/all-on-4.png') no-repeat bottom left;  -webkit-background-size: contain; -moz-background-size: contain; -o-background-size: contain; background-size: contain; height: auto; width:auto;}

.dental-bg { background: url('../img/dental-implants-bg.png') no-repeat top left; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; padding: 20px 0 20px 0; height: auto; height: auto; }


.implant-treatment { background: url('../img/treatment-banner.png') no-repeat bottom right; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; padding: 20px 0 20px 0; height: auto; height: 400px; }

.implant-treatment-bg { background: url('../img/treatment-bg.png') no-repeat top right; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; padding: 20px 0 20px 0; height: auto; height: auto;  }

.blue-bg { background: url('../img/background.png') no-repeat top right; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; padding: 20px 0 20px 0; height: auto; height: auto;  }


.blue-bg p { color:#000000; text-align:left; margin-bottom:20px; padding-bottom:10px;  }

.blue-bg h3 { color:#069; text-align:left; }

.implant-treatment-bg p { color:#fff; text-align:left;  }

.implant-treatment-bg h3 { color:#fff; text-align:left; color:#ffe98f;  }

.brown a { padding:15px 75px 25px 75px; background-color:#997d71; color:#fff; line-height:25px; vertical-align: middle;}

.brown { padding:15px background-color:#997d71; height:40px;}

.hero h1 { font-size: 40px; letter-spacing: 2px; margin: 10px; padding-bottom:25px;  }

#service .hero h1 {
background:none;
color:#3a3525;
padding:30px 0 0 0;

}


.btn-primary {
    color: #fff;
    background-color: #6dbcc6;
    border-color: #6dbcc6;
}

.hero p { letter-spacing: 1px; }
.learn-more-btn { background: rgba(61, 201, 179, 1); padding: 20px 40px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; color: #fff; text-transform: uppercase; letter-spacing: 1px; display: inline-block; -webkit-box-shadow: 0px 3px 0px 0px #309383; -moz-box-shadow: 0px 3px 0px 0px #309383; box-shadow: 0px 3px 0px 0px #309383; margin: 60px 0 0; font-weight: bold; }
.learn-more-btn:hover, .learn-more-btn:focus { background: rgba(61, 201, 179, 0.6); color: #fff; }

.hero li{
	color:#ffffff;
	list-style:url(../img/tick.png);
	vertical-align:center;
	margin:5px 1em;
	font-size:17px;

}

.hero .textBanner{
		background:url(../img/purple.png) repeat ;
		padding:20px 0px;
		margin-top:50px;
}



#contact .hero{

	background: url('../img/contact-bg.jpg') no-repeat center bottom; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; 
	padding: 0px 0 100px 0; 
	height: auto; 
}
#service .hero{

	background: url('../img/service-banner.jpg') no-repeat center bottom; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; 
	padding: 0px 0 100px 0; 
	height: auto; 
}


#team .hero{

	background: url('../img/team-banner.jpg') no-repeat center bottom; -webkit-background-size: cover;-moz-background-size: cover; -o-background-size: cover; background-size: cover; 
	padding: 0px 0 100px 0; 
	height: 500px; 
}

#media .hero{

	background: url('../img/banner-media.png') no-repeat center bottom; -webkit-background-size: cover;-moz-background-size: cover; -o-background-size: cover; background-size: cover; 
	padding: 0px 0 100px 0; 
	height: auto; 
}


.service a{
	text-decoration:underline;
	}

#service .serviceMenu{
	
	background:#b69c50;
	
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
behavior: url(../script/pie/PIE.htc);
	



}
#service .serviceMenu a{
	display:block;
	color:#fff;
	padding: 0px;


}
#service .serviceMenu div{

	padding:2px 0px;
	


}
#service .serviceMenu img{
	display:inline;

}
#service .serviceMenu a p{
	
	color:#fff;
	display:inline;

	padding:10px;
	margin:2px;
}



#cosmetic{
	background:#bfa865;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
behavior: url(../script/pie/PIE.htc);
	
}


	
	


#contact #headerTop, #service #headerTop{

	background:url(../img/white-bg-gradient.png) repeat-x ;
	

}

#headerTop.menuwhite, #contact #headerTop.menuwhite, #service #headerTop.menuwhit {
	background:url(../img/white-bg.png) repeat ;
	
	
	
}



ol li{
	color:#333;
	}




@media (max-width: 414px) {
    .hero h1 {
        font-size: 23px;
    }
	.hero h2 {
        font-size: 18px;
    }
	
	.hero .textBanner{

		margin-top:150px;
	}
	
#team .hero{

	
	height: 195px;
}

#service .hero{

	
	height: 190px;
}

#headerTop{
	padding:10px 0px;
	}
	
.doctor a:hover{
	color:#353535;

	}
	
.doctor h1{
	font-size:28px;}
	
.serviceItem{
	padding-left:30px;
	}
	
	
.container {
	padding-top:5px;
	}
	
.container p {
	color:#000000;

	}
	
.container ul{
	padding-left:30px;

	}
	
.doctor .container  ul{
	padding-left:0px;

	}
	
.section-padding{
	padding-top:10px;
	}
	
	



	

	










}
/* ==========================================================================
Intro
========================================================================== */
.intro { background: #C0D3DC; padding:0; }
.intro .container{


padding:10px 0;


 }
.intro p { 
margin: 0 0;


}
.intro h2{
	font-size:27px;
	color:#0c74b3;
	font-weight:bold;
}

.row p{
	text-align:center;
	}

.row h2{
	text-align:center;
	}





}
/* ==========================================================================
Intro
========================================================================== */
.intro2 { background:url(../img/blue.png) padding:0; }
.intro2 .container{


padding:20px 0;


 }
.intro2 p { 
margin: 0 0;


}
.intro2 h2{
	font-size:29px;
	color:#ffffff;
	font-weight:normal;
}



h1.arrow { font-size: 15px; text-transform: uppercase; color: #353535; letter-spacing: 1px; background: url('../img/h1-bg.png') no-repeat center bottom; padding-bottom: 30px; font-weight: bold; }

#portfolio{
	padding:0;
}

#portfolio .container{
	padding:0;

}
#portfolio .container .slides li{
	margin:0;

}

#contactIntro .container{
	
	background:none;
	padding:0;
}

#serviceSection .container{
	background:none;
	padding:0;
	
}
#serviceSection h3{
	font-size:28px;
	color:#276175;
	margin:0px 0px 30px 0px;
	font-weight:bold;
}
#serviceSection h3 img{
	padding:0 10px;
}



#upperFace .container, #paediatrics .container, #face .container{
	background:none;
	
} 

#body  .container{
	background:url(../img/service_04.jpg) no-repeat center ;
	
	padding:60px  0 100px 0;

}
.serviceItem{
	margin-top:10px;
}
.serviceItem2{
	margin-top:0px;
}

.serviceItem a{
	color:#333;
}
.serviceItem2 a{
	color:#333;
}


.serviceItem p, .serviceItem2 p{

color:#57544f;
padding:10px 10px;
margin:0;
font-size:16px;
}

.serviceItem p a{
	display:block;
}
.serviceItem2 p{
margin:10px 5px;
text-align:center;
}

.detailCosmetic{
	background:#F9F8F7;
}
.detailCosmetic h2 span.forceNormal{
	text-transform:none;
}
#enquiry{
	background:url(../img/enquiry-bg.png) no-repeat top right #f1f1f1;
	padding-bottom:100px;
}
#enquiry h3{

background:url(../img/header-underline.png) no-repeat top left; 
padding:25px;
font-weight:normal;
font-size:30px;
}

#mapbtn , #mapblock{

	padding:0px;
}
#mapbtn a{
	background:#ede7db;
	display:block;
	padding:5px;
	margin-left:50%;
}
#mapbtn img{
	display:block;
	text-align:center;
	margin:auto;
}
form .form-group {
	color:#8c7530;
	padding:5px;
	display:block;
}
form .form-group input{

	margin:0 5px 5px 5px ;
}


form  .disclaimer{
	color:#252525
}
form  button#submit{
	background:#b8aa76;
	border:none;
	padding:10px;
	margin:10px;
}

/* ==========================================================================
Features
========================================================================== */
.features-wrapper, .team-wrapper { margin: 70px 0 0; }
.icon { height: 175px; width: 175px; line-height: 175px; max-width: 100%; background: #3dc9b3; border-radius: 50%; -o-border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; display: block; color: #fff; font-size: 55px; text-align: center; vertical-align: middle; position: relative; margin: 0 auto 50px; }
/* ==========================================================================
iPhone Section
========================================================================== */
.iphone { width: 50%; background: #f3f5f8; float: left; height: 100%; box-shadow: inset -15px -11px 40px -6px rgba(0, 0, 0, 0.1); -moz-box-shadow: inset -15px -11px 40px -6px rgba(0, 0, 0, 0.1); -webkit-box-shadow: inset -15px -11px 40px -6px rgba(0, 0, 0, 0.1); z-index: 1; }
.fluid-white { width: 50%; background: #fff; float: right; height: 100%; z-index: 2; }
.responsive-services { position: relative; }
/* ==========================================================================
Swag
========================================================================== */
.swag { background: url('../img/plants-bg.jpg') no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-attachment: fixed; padding: 50px 0; }
.swag h1 { color: #fff; font-size: 40px; text-transform: uppercase; letter-spacing: 5px; }
.swag h1 span { display: block; font-size: 25px; margin-top: 20px; }
.down-arrow-btn { width: 40px; height: 40px; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; -o-border-radius: 50%; background: rgba(61, 201, 179, 0.8); display: inline-block; margin: 10px auto 20px; color: #fff; font-size: 16px; line-height: 40px; text-align: center; }
.down-arrow-btn:hover, .down-arrow-btn:focus { color: #fff; background: rgba(61, 201, 179, 1); }
/* ==========================================================================
Portfolio
========================================================================== */
.effects { padding-left: 15px; }
.effects .img { position: relative; margin-bottom: 0px; position: relative; z-index: 1; overflow: hidden; }
.effects .img:nth-child(n) { margin-right: 5px; }
.effects .img:first-child { margin-left: -15px; }
.effects .img:last-child { margin-right: 0; }
.effects .img img { display: block; margin: 0; padding: 0; height: auto; }
.overlay { display: block; position: absolute; z-index: 20; background: rgba(100, 194, 158, 0.8); overflow: hidden; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
a.close-overlay { display: block; position: absolute; top: 0; right: 0; z-index: 100; width: 45px; height: 45px; font-size: 20px; font-weight: 700; color: #fff; line-height: 45px; text-align: center; background-color: #000; cursor: pointer; }
a.close-overlay.hidden { display: none; }
a.expand { display: block; position: absolute; z-index: 100; text-align: center; color: #fff; font-weight: 600; font-size: 14px; text-transform: uppercase; line-height: 30px; }
.overlay-effect .img i { font-size: 30px; }
.overlay-effect .overlay { bottom: 0; left: 0; right: 0; width: 100%; height: 100%; opacity: 0; }
.overlay-effect .overlay a.expand { left: 0; right: 0; bottom: 47%; margin: 0 auto -30px auto; }
.overlay-effect .img.hover .overlay { height: 100%; opacity: 1; }
.img img { width: -webkit-calc(100% + 40px) !important; width: calc(100% + 40px) !important; -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; transition: opacity 0.35s, transform 0.35s; -moz-transition: opacity 0.35s, -moz-transform 0.35s; -o-transition: opacity 0.35s, -o-transform 0.35s; -webkit-transform: translate3d(-40px, 0, 0); transform: translate3d(-40px, 0, 0); -ms-transform: translate3d(-40px, 0, 0); }
.img:hover img { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -ms-transform: translate3d(-40px, 0, 0); }
.designs { position: absolute; left: 0; right: 0; margin-left: auto; margin-right: auto; top: 50px; }
/* ==========================================================================
Subscribe
========================================================================== */
.subscribe { background: url('../img/keyboard-bg.jpg') no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-attachment: fixed; padding: 120px 0 140px; }
.subscribe h1 { color: #fff; margin-bottom: 40px; }
.subscribe h1 span { display: block; font-size: 15px; text-transform: uppercase; font-weight: bold; margin-top: 20px; letter-spacing: 1px; }
.subscribe input[type=text] { background-color: rgba(255, 255, 255, 0.1); border: solid 1px #fff; padding: 20px; width: 30%; color: #fff; }
.subscribe input[type=submit] { background: rgba(61, 201, 179, 0.5); border: solid 1px rgba(61, 201, 179, 0.5); padding: 20px; color: #fff; text-transform: uppercase; letter-spacing: 1px; transition: all 0.5s ease; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease; }
.subscribe input[type=submit]:hover { background: rgba(61, 201, 179, 1); border: solid 1px rgba(61, 201, 179, 1); color: #fff; }
/* ==========================================================================
CTA
========================================================================== */
.ignite-cta { background-color: #bcbcbc; padding: 20px 0; }
.skin-cta { 
background: url(../img/portfolio-01.jpg) #bcbcbc no-repeat center; 
		padding: 20px 0; 
		background-size:cover;}
.medical-cta { 
background: url(../img/portfolio-02.jpg) #fff no-repeat center;  
padding: 20px 0; 
background-size:cover;}

.skin-cta a, .medical-ctaa{
	display:block;
}
.skin-cta h2, .medical-cta h2{
	font-size:37px;
	color:#1d9280;
	font-weight:bold;
}
.skin-cta h2 strong, .medical-cta h2 strong{
	color:#fff;
}
.medical-cta h2{
	color:#ff7b52;
}
.medical-cta h2 strong{
	color:#827646;
}
.skin-cta span, .medical-cta span{
	font-size:17px;
	background:url(../img/more-arrow.png) no-repeat center left;
	padding:10px 20px;
	color:#fff;
	border-bottom:1px solid #fff;
}
.medical-cta span{
	color:#ff7b52;
	border-bottom:1px solid #ff7b52;
}
.ignite-btn { display: block; padding: 85px 40px; color: #fff; border: solid 1px #fff; text-transform: uppercase; font-weight: bold; letter-spacing: 1px; }
.ignite-btn:hover, .ignite-btn:focus { color: #ff7b52; border: solid 1px #ff7b52; }

.skin-cta .ignite-btn:hover, .skin-cta .ignite-btn:focus { color: #3dc9b3; border: solid 1px #3dc9b3; }
/* ==========================================================================
Team
========================================================================== */
.team img { margin-bottom: 40px; }
ul.social-buttons { list-style: none; margin: 0; padding: 0; }
ul.social-buttons li { display: inline-block; margin-right: 10px; }
ul.social-buttons li:last-child { margin-right: 0; }
.social-btn { width: 40px; height: 40px; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; -o-border-radius: 50%; background: #242830; display: inline-block; color: #fff; font-size: 17px; line-height: 40px; text-align: center; }
.social-btn:hover, .social-btn:focus { background: #3dc9b3; color: #fff; }
.social { margin-top: 25px }
/* ==========================================================================
Contact
========================================================================== */
.up-btn { width: 50px; height: 50px; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; -o-border-radius: 50%; background: rgba(61, 201, 179, 0.5); display: block; margin: 0 auto; color: #fff; font-size: 18px; line-height: 46px; text-align: center; position: absolute; top: -26px; left: 0; right: 0; margin-left: auto; margin-right: auto; }
.up-btn:hover, up-btn:focus { color: #fff; background: rgba(61, 201, 179, 1); }

.contact-details h2 { font-size: 20px; }
.contact-details h2 span { display: block; color: #ffffff; text-transform: uppercase; letter-spacing: 1px; font-size: 14px; margin-top: 15px; text-align:center; }

.contact-wrap { position: relative; }
/* ==========================================================================
Footer
========================================================================== */
footer a { color: #a1a9b0; }
footer { background-color: #242830; padding: 40px 0 30px; }
footer p { color: #fff; }
ul.legals { list-style: none; color: #fff; line-height: 25px; }
ul.legals li { display: inline-block; }
ul.legals li::after { content: " |"; }
ul.legals li:last-child::after { content: ""; }
.legals { text-align: left; }
.credit { text-align: right; }
/* ==========================================================================
FlexSlider Custom CSS
========================================================================== */
#servicesSlider { margin-top: 70px; }
ul.slides li { margin-bottom: 20px; }
/* ==========================================================================
Waypoints
========================================================================== */
.wp1, .wp2, .wp3, .wp4, .wp5, .wp6 { visibility: hidden; }
.bounceInLeft, .bounceInRight, .fadeInUp, .fadeInUpDelay, .fadeInDown, .fadeInUpD, .fadeInLeft, .fadeInRight { visibility: visible; }
.delay-05s { animation-delay: 0.5s; -webkit-animation-delay: 0.5s; }
.delay-1s { animation-delay: 1s; -webkit-animation-delay: 1s; }
.wp3 { background: url('../img/iphone-bg.png') no-repeat center center; background-position: 200px 10px; height: 100%; }


.service01{
	background:url(../img/icon01.png) no-repeat center;
	height:173px;
	margin-left:auto;
	margin-right:auto;
	}
	
.service01 p{
	padding-top:135px;
	color:#ffffff;
	
	}
	
	
.service02{
	background:url(../img/icon02.png) no-repeat center;
	height:173px;
	margin-left:auto;
	margin-right:auto;
	
	}
	
.service02 p{
	padding-top:135px;
	color:#ffffff;
	
	}
	
	
.service03{
	background:url(../img/icon03.png) no-repeat center;
	height:173px;
	margin-left:auto;
	margin-right:auto;
	
	}
	
.service03 p{
	padding-top:135px;
	color:#ffffff;
	
	}
	

.service04{
	background:url(../img/icon04.png) no-repeat center;
	height:173px;
	margin-left:auto;
	margin-right:auto;
	
	}
	
.service04 p{
	padding-top:135px;
	color:#ffffff;
	
	}
	
	
.service05{
	background:url(../img/icon05.png) no-repeat center;
	height:173px;
	margin-left:auto;
	margin-right:auto;
	
	}
	
.service05 p{
	padding-top:135px;
	color:#ffffff;
	
	}
	

	
	
	.tool01{
	background:url(../img/vaccine.png) no-repeat center;
	height:143px;
	margin-left:auto;
	margin-right:auto;
	
	}
	
.tool01 p{
	padding-top:85px;
	color:#ffffff;
	font-weight:bold;
	
	}
	
	.tool02{
	background:url(../img/child-development.png) no-repeat center;
	height:143px;
	margin-left:auto;
	margin-right:auto;
	
	}
	
.tool02 p{
	padding-top:85px;
	color:#ffffff;
	font-weight:bold;
	
	}
	
	.tool03{
	background:url(../img/facebook.png) no-repeat center;
	height:143px;
	margin-left:auto;
	margin-right:auto;
	
	}
	
.tool03 p{
	padding-top:85px;
	color:#ffffff;
	font-weight:bold;
	
	}
	
	
	
.list{
	list-style:none;
	text-align:left;
	padding-left:0px;
	
	}
	
.doctor p{
	text-align:left;
	}
	

.doctor h1 span{
	font-size:18px;
	padding-bottom:10px;
	color:#333;

	
	
	}
	
.doctor h1{

	border-bottom:3px dotted #4a93bc;
	padding-bottom:10px;
	font-weight:bold;
	
	
	}
	
	
.doctor .diseaseDetail2 h1{

	border-bottom:3px dotted #348084;
	padding-bottom:10px;
	font-weight:bold;
	
	
	}
	
	
.doctor .diseaseDetail2 h1{
	color:#348084;

	
	}

	
	
.subdoctor{
border-top:3px dotted #9b6ba0;
border-bottom:3px dotted #9b6ba0;
margin-bottom:30px;
padding-left:0px;

	}
	
.subdoctor div{
	padding-left:0px;
	margin-left:0px;

	}
	
	
.subdoctor img{
	padding-right:5px;
	}
	
.subdoctor a{
	clear:both;

	}
	
.subdoctor span{
	font-size:13px;
	font-weight:normal;

	}
	
.subdoctor p a{
	font-size:15px;
	font-weight:bold;

	}
	
#logo img{
	display:inline;
	}
	
#contact .light-box{
	background-color:#a879b2;
	}
	
#contact .light-box p{
	color:#ffffff;
	}
	
#contact .light-box h2{
	color:#ffffff;
	}
	
#contact .light-box a{
	color:#ffffff;
	}

.subdoctor2 .subdoctor {
    border-top: 3px dotted #348084;
    border-bottom: 3px dotted #348084;
    margin-bottom: 30px;
    padding-left: 0px;
	
		}
		
.subdoctor2 h2{
	color:#348084;
	}
	
	

	
header#service .text-align{
	text-align:left;
	}
	
header#service .list ul li{
	list-style-image:url(../img/dot.png);
	list-style:url(../img/dot.png);
	}
	
.a h6{
	border-top: 3px dotted #9b6ba0;
    border-bottom: 3px dotted #9b6ba0;
	font-size:25px;
	color:#9b6ba0;
	line-height:50px;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:10px;
	text-align:center;
	}
	
.a .newsv2 h6{
	border-top: 2px dotted #ffffff;
    border-bottom: 2px dotted #ffffff;
	font-size:18px;
	color:#ffffff;
	line-height:45px;
	font-weight:bold;

	margin-top:10px;
	margin-bottom:5px;
	text-align:center;
	}
	
.a .newsv2 a:hover{
	color:#FF9;
	text-decoration:underline;
	}
	
.a .newsv2 li{

	font-size:15px;
	color:#ffffff;
	padding-left:5px;
	margin-left:25px;


	}
	
.a .newsv2 a{

	font-size:15px;
	color:#ffffff;
	padding-left:5px;



	}
	
	
	
.b h6{
	border-top: 3px dotted #3ca6b2;
    border-bottom: 3px dotted #3ca6b2;
	font-size:25px;
	color:#3ca6b2;
	line-height:50px;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:10px;
	text-align:center;
	}



.subserviceItem p, .serviceItem2 p {

    border-bottom: 2px solid #4a93bc;
    color: #57544f;
    padding: 5px 10px;
    margin: 0;
    font-size: 16px;


}

.subserviceItem h2{
	border-bottom: 3px dotted #4a93bc;
	padding-bottom:15px;
	
	
	
	}
	
.subserviceItem li{
	font-size:16px;
	}

strong{
	color:#17a2b8;
	}
	
h5{
	font-size:20px;
	color:#9b6ba0;
	font-weight:bold;
	text-align:left;
	margin-bottom:20px;
	padding-left:10px;
	
	}
	
.subserviceItem a{
	text-decoration:underline;
	}
	
.green li a{
	color:#3ca6b2;
	text-decoration:underline;
	
	}
	
.purple li a{
	color:#9b6ba0;
	text-decoration:underline;
	
	}
	
	
.media01{
	background:url(../img/media-01.png) no-repeat center;
	height:143px;
	margin-left:auto;
	margin-right:auto;
	
	}
	
.media01 p{
	padding-top:85px;
	color:#ffffff;
	
	}
	
	
.media02{
	background:url(../img/media-02.png) no-repeat center;
	height:143px;
	margin-left:auto;
	margin-right:auto;
	
	}
	
.media02 p{
	padding-top:85px;
	color:#ffffff;
	
	}
	
.media03{
	background:url(../img/media-03.png) no-repeat center;
	height:143px;
	margin-left:auto;
	margin-right:auto;
	
	}
	
.media03 p{
	padding-top:85px;
	color:#ffffff;
	
	}
	
	
.media04{
	background:url(../img/media-04.png) no-repeat center;
	height:143px;
	margin-left:auto;
	margin-right:auto;
	
	}
	
.media04 p{
	padding-top:85px;
	color:#ffffff;
	
	}
	
	
.media05{
	background:url(../img/media-05.png) no-repeat center;
	height:143px;
	margin-left:auto;
	margin-right:auto;
	
	}
	
.media05 p{
	padding-top:85px;
	color:#ffffff;
	
	}
	
	
	
.mediap01{
	background:url(../img/media-p-01.png) no-repeat center;
	height:143px;
	margin-left:auto;
	margin-right:auto;
	
	}
	
.mediap01 p{
	padding-top:85px;
	color:#ffffff;
	
	}
	
	
.mediap02{
	background:url(../img/media-p-02.png) no-repeat center;
	height:143px;
	margin-left:auto;
	margin-right:auto;
	
	}
	
.mediap02 p{
	padding-top:85px;
	color:#ffffff;
	
	}
	
.mediap03{
	background:url(../img/media-p-03.png) no-repeat center;
	height:143px;
	margin-left:auto;
	margin-right:auto;
	
	}
	
.mediap03 p{
	padding-top:85px;
	color:#ffffff;
	
	}
	
	
.mediap04{
	background:url(../img/media-p-04.png) no-repeat center;
	height:143px;
	margin-left:auto;
	margin-right:auto;
	
	}
	
.mediap04 p{
	padding-top:85px;
	color:#ffffff;
	
	}
	
	
.mediap05{
	background:url(../img/media-05.png) no-repeat center;
	height:143px;
	margin-left:auto;
	margin-right:auto;
	
	}
	
.mediap05 p{
	padding-top:85px;
	color:#ffffff;
	
	}
	
.mediap06{
	background:url(../img/media-06.png) no-repeat center;
	height:143px;
	margin-left:auto;
	margin-right:auto;
	
	}
	
.mediap06 p{
	padding-top:85px;
	color:#ffffff;
	
	}
	
h6{
	font-size:18px;
	text-align:left;
	color:#3ca6b2;
	font-weight:bold;
	margin:10px 10px;
	}
	
.footer p{
	text-align:center;
	color:#ffffff;
	}
	
.news{
	

	height:335px;
	background:url(../img/news-media.png) no-repeat center;
	margin-top:10px;


	
	}
	
.news .inside{
overflow: auto;

	height:223px;

	margin-top:10px;
	width:320px;

	}
	}
	
.news hr{
	margin-top: 10px;
    margin-bottom: 10px;

	}

	
.news p{
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	margin-top:0px;
	padding-top:35px;

	
	}
	
.news a{
	
	webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	

	
	}
	
	
	
	
	
	
	
	
.month{
	overflow: hidden;

	height:335px;
	background:url(../img/monthly-news.png) no-repeat center;
	text-align:left;
	padding-left:20px;
		margin-top:10px;

	
	}
.month .inside{
overflow: auto;
	padding-top:10px;


	}
.month img{
	display:inline;
	}
	
.month p{
	color:#ffffff;

	font-size:18px;
	font-weight:bold;
	text-align:center;
	margin-top: 0px;
    padding-top: 35px;

	
	}
	

	
.month hr{
	margin-top: 0px;
    margin-bottom: 0px;
	width:345px;

	}
	
.month a{


	webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;

	
	}
	
.news hr{
	margin-top: 10px;
    margin-bottom: 10px;

	}
	

	
.newsv2{
	background:#a879b2;
	font-size:12px;
	}
	
<style type="text/css">
	table.tableizer-table {
		font-size: 12px;
		border: 1px solid #CCC; 
		font-family: Arial, Helvetica, sans-serif;
	} 
	.tableizer-table td {
		padding: 4px;
		margin: 3px;
		border: 1px solid #CCC;
	}
	.tableizer-table th {
		background-color: #104E8B; 
		color: #FFF;
		font-weight: bold;
	}

	table.tableizer-table {
		font-size: 15px;
		border: 1px solid #CCC; 
		font-family: Arial, Helvetica, sans-serif;
	} 
	.tableizer-table td {
		background-color: #ffffff; 
		padding: 6px;
		margin: 5px;
		border: 1px solid #CCC;
		text-align:center;
	}
	.tableizer-table th {
		background-color: #35a9a7; 
		color: ##35a9a7;
		font-weight: bold;
		padding:5px;
		text-align:center;
	}
	
	
	
.educationvideo{
	

	height:335px;
	background:url(../img/video-education.png) no-repeat  center;
	margin-top:10px;


	
	}
	
.educationvideo .inside{


	height:245px;
	padding-top:5px;
	}
	


	
.educationvideo p{
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	margin-top:0px;
	padding-top:35px;

	
	}	
	
.educationvideo a{

	font-size:18px;
	font-weight:bold;
	text-align:center;
	margin-top:0px;
	padding-top:20px;
	webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;

	
	}
	
	
#headerTop input.gsc-search-button-v2{
  width: 70px;
  height: 30px;
  padding: 6px 27px;
  min-width: 13px;
  margin-top: 2px;
}

#serviceSection a{
	color:#276175;

	}


.vaccine-icon{
	width:312px;
	height:89px;
	background:url(../img/vaccine-icon.png) no-repeat;
	text-align:center;
	line-height:30px;
	}
	
.fb-icon{
	width:312px;
	height:89px;
	background:url(../img/fb-top.png) no-repeat;
	text-align:center;
	line-height:30px;
	}
	

.case img{
	width:135px;

	}
	
	
	
.case .fixwidthContainer div{
	width:135px;
	height:165px;
	float:left;
	padding:0px 5px;
	}


.subNav{
	background:url(img/case-background.png) no-repeat;
	list-style:none;
	list-style-position: inside;
	height: 185px;
	padding:0px 0px 10px 0px;
}
.subNav li{
	float: left;

	color:#40adbf;
	font-weight:bold;
	width:140px;
	padding-top:138px;
	padding-bottom:15px;
	
	text-align:center;
}
.subNav li.current{
	
	background:url(img/head-current.png) no-repeat;


}
.subNav li a{
	color:#FFF;
	padding: 138px 35px 5px 35px;


}
.subNav li.current a{

	color:#FFF;



}


#form1 p  {
padding:2px;

}
#form1 p.large  {


}
#form1 p label {
	float:left;
	width:100px;

}
#form1 input,#form1 textarea {
	width:200px;
}
#form1 ul {
	list-style:none;
}
#form1 ul  input{
		width:20px;
}
#form1 #submit{
	background-color:#BC84CE;
		border:none;
		padding:10px 10px;
		width:90px;
		color:#fff;
		float:right;
}


#form1 {
padding:12px;
padding-left:10px;

}


#form1 p  {
padding:2px;

}
#form1 p.large  {


}
#form1 p label {
	float:left;
	width:100px;

}
#form1 input,#form1 textarea {
	width:200px;
}
#form1 ul {
	list-style:none;
}
#form1 ul  input{
		width:20px;
}
#form1 #submit{
	background:url(img/form-button.jpg) repeat-y;

		border:none;
		padding:10px 10px;
		width:90px;
		color:#fff;
		float:right;
		font-family:  "微軟正黑體", "新細明體";
font-weight:bold;
font-size:15px;
}
	

#formFilling form p label {
text-align: right;
display: block;
width: 70px;
float: left;
margin: 10px 0px 10px 0px;
color:#1c6361;
font-family:  "微軟正黑體", "新細明體";
font-weight:bold;
}

#formFilling form p input {
margin: 10px 0px 10px 25px;
width: 250px;

height: 25px;
}



#formFilling form input#large {
margin: 10px 0px 10px 25px;
height: 75px;
}


#mainContent #formFilling p {
padding: 0px 40px 10px 30px;

}

#formFilling{
	background:url(img/enquiry.png) no-repeat;

	width:550px;
	height:410px;
	}

#formFilling  #large{
	margin:0 0 0px 25px;
	


	width: 280px;
	
}

#submit{
	color:#FFFFFF;
	background:#F90;
	border:none;

	padding: 5px 50px;
	margin:10px 250px;
}
#innerContent .text form p.enquiry{
	background: url(img/gradient.jpg) repeat-x #d8e8f9;

}
#innerContent .text form p.enquiry label{
	padding: 5px 0 0px 5px;

	color: #fff;
}
#innerContent .text form p.enquiry textarea{
	margin:0 0 0px 70px;
	padding:0;
	display:block;
	width: 220px;
	
}
#innerContent .text  form p input{
	width:200px;
	margin:0 0 10px 50px;
}

#submit{

}


#mainNav {
  background-color: #ffffff;
}

#mainNav .navbar-toggler {
  font-size: 12px;
  right: 0;
  padding: 13px;
  text-transform: uppercase;
  color: white;
  border: 0;
  background-color: #4E97A7;
  font-family: 'Noto Sans TC', sans-serif;
  display: block; 
}

#navbarsExample01{
	
	}




#mainNav .navbar-brand {
  color: #fed136;
  font-family: 'Noto Sans TC', sans-serif;
}


.navbar-brand img{
  max-width: 220px;
}

.navbar .navbar-brand {
	margin: auto !important;
}
.navbar .list-inline>li{
	padding: 0;
}




#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #fec503;
}

#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 95%;
  font-weight: 550;
  padding: 0.85em 0;
  letter-spacing: 1px;
  color: #204E80;
  font-family: 'Noto Sans TC', sans-serif;
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #238fdf;
}



@media screen and (max-width: 768px) {
	
	.navbar .list-inline{
		
		order:9;
		width:100%;
		}
		
	.list-inline-item{
		width:100%;
		}
		
	.list-inline-item li{
		width:100%;
		}
		
		.list-inline-item a{
		width:100%;
		}
		
		
	.list-inline-item .btn-sungon-green{
		background:#C5EAEA;
		
		}
}
@media screen and (max-width: 768px) {
	div.container h2{
	font-size:23px;
	color:#204E80;
	
	font-weight:bold;
	padding:10px;
	margin-left:0px;
	
	vertical-align:center;
	
	}
	
div.container h4{
	font-size:15px;
	background:#204E80;
	font-weight:bold;
	padding:5px;
	border-radius: 20px;
	vertical-align:center;
	color:#ffffff;
	margin:10px;
	}
	
		div.container p{
			font-size:14px;

	}
	
		div.container li{
			font-size:14px;
			
			
	}
	
		div.container ul{
			margin-top:15px;
			
	}
		
		
		

		
}




@media (min-width: 992px) {
  #mainNav {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;

    background-color: transparent;
  }
  #mainNav .navbar-brand {
    font-size: 1.75em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 1.1em 1.2em !important;

  }
  
  	.list-inline-item .btn-sungon-green{
		background:#C5EAEA;
		
		}
		

		
  
  
  #mainNav .navbar-expand-lg .navbar-toggler {
    display: block; 
}
  #mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
	background-image:url(../img/top-op.png);

  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
    padding: 12px 0;
  }
}

.article-display1{
	font-size: 20px !important;
	font-weight: bold;

}