@charset "UTF-8";

body {
	font-family: 'Ubuntu', sans-serif;
	font-size:16px;
	color:#222222;
	background-image:url(images/background.jpg);
	background-size:auto;
	background-repeat:repeat-x;
	background-color:#03b3c3;
}

.clear {
	clear:both;
}

h2 {
	text-align:center;
	color:#7f3a89;
	font-size:1.8em
}

h3 {
	text-align:center;
}

header {
	width:75%;
	/*height:20%;*/
	margin:0 auto;
}

#logo {
	width:22%;
	padding:0 0.5%;
	float:left;
}

#name {
	width:46%;
	padding-top:1%;
	float:left;
}

#callto_Action {
	width:30%;
	padding-left:1%;
	float:left;
}

#callto_Action a {
	text-decoration:none;
}

#action_Button {
	width:80%;
	margin:3% auto;
	border-radius:10px;
	transition: background-color 0.9s ease;
	background-color:#03b3c3;
	color:#ffffff;
	text-align:center;
	font-size:1.1em;
	font-weight:bold;
	line-height:1.8em;
	padding:2%;
}

#action_Button:hover {
	background-color:#75b95e
}

#action_Button img {
	vertical-align:bottom;
}

#content {
	width:75%;
	margin: 0 auto;
	background-color:#75b95e;
}

/*Navigation menu start*/

nav {
	background-color:#03b3c3;
	color:#ffffff;
	padding:0 2%;
	position:relative;
    z-index:9999 !important;
}

.navigation {
	width:99%;
	margin:0 auto;
}

nav:after {
	content: "";
	display: table;
	clear: both;
}

nav ul {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}

nav ul li {
	margin: 0px;
	display: inline-block;
	float: left;
	background-color:rgba(3,179,195,0.50);
}

nav a {
	display: block;
	padding: 0 10px;
	color: #ffffff;
	font-size: 1.1em;
	line-height: 1.85em;
	text-decoration: none;
}

nav ul li ul li:hover { 
	background:rgba(3,179,195,0.50); 
}

nav a:hover { 
	background-color:rgba(255,255,255,0.00);
	font-weight:bold;
}

nav ul ul {
	display: none;
	position: absolute;
	top: 2.0em;
}

nav ul li:hover > ul { 
	display: inherit; 
}

nav ul ul li {
	width: 220px;
	float: none;
	display: list-item;
	position: relative;
}

nav ul ul ul li {
	position: relative;
	top: -2.0em;
	left: 170px;
}

li > a:after { 
	content: ' +'; 
}

.toggle, [id^=drop] {
	display: none;
}

li > a:only-child:after { 
	content: ''; 
}

/*Navigation menu end*/

.fb-like {
	margin:5%;
}

#mainContent {
	background-image:url(images/splash_BG.jpg);
	background-size:100% 100%;
	padding:2%;
	margin-top:-10px;
	text-align:justify;
}

#sliderMain {
}

#homeContent {
	width:80%;
	margin:0 auto;
}

.protocols {
	text-align:center;
	color:#000000;
	font-size:2em;
	font-weight:bold;
	margin-bottom: 1em;
}

.protocols a {
	color:#000000;
}

.protocols a:hover {
	color:#000000;
}

.protocols a:visited {
	color:#000000;
}

.quote {
	text-align:center;
	color:#7f3a89;
	font-weight:bold;
}

.quote em {
	font-size:1.5em;
}

.important {
	text-align:center;
}

@keyframes shadow {
	0%   {text-shadow: 0 0 10px #ffff00;}
    20%  {text-shadow: 0 0 10px #7f3a89;}
    40%  {text-shadow: 0 0 10px #ffff00;}
    60% {text-shadow: 0 0 10px #7f3a89;}
	100%  {text-shadow: 0 0 10px #ffff00;}
}

.promo {
	text-align:center;
	font-size: 1.05em;
	text-shadow: 0 0 10px #FFFFFF;
	animation-name: shadow;
    animation-duration: 6s;
	animation-iteration-count: infinite;
}

.award {
	width: 200px;
	height: 260px;
	float: right;
	padding: 2%;
	text-align: center;
}

#massageContent {
	width:80%;
	margin:0 auto;
}

.massageList {
	display: inline-block;
	width: 200px;
	height: 35px;
	margin: 1.35%;
	padding-left: 25px;
	font-size: 0.9em;
	background-image: url(images/check1.png);
	background-repeat: no-repeat;
	float: left;
	
}

.massageService {
	width:85%;
	margin:0 auto;
}

.massageService h4 {
	margin-bottom:0.5em;
	color:#7f3a89;
}

.massageService p {
	margin-top:0.4em;
}


#osteoContent {
	width:80%;
	margin:0 auto;
}

.osteoList {
	display: inline-block;
	width: 210px;
	height: 30px;
	margin: 1.2%;
	padding-left: 25px;
	font-size: 0.9em;
	background-image: url(images/check1.png);
	background-repeat: no-repeat;
	float: left;
}

.osteoList img {
	vertical-align:bottom;
}

.osteoBack {
	background-image:url(images/check1.png);
	vertical-align:bottom;
}

.thermoService {
	width:80%;
	margin:0 auto;
}

.thermoService h4 {
	display:inline-block;
	width:60%;
}

.thermoPrice {
	font-weight: bold;
	text-align:right;
	display:inline-block;
	width:40%;
}

#memberContent {
	width:80%;
	margin:0 auto;
}

#memberContent li {
	padding:1% 0;
}

#rewardContent {
	width:80%;
	margin:0 auto;
	text-align:center;
}

#protocolContent {
	width:80%;
	margin:0 auto;
}

#protocolContent li {
	padding:1% 0;
	width:90%;
	margin:0 auto;
}

#directbillContent {
	width:80%;
	margin:0 auto;
}

.dbList {
	display:inline-block;
	width:200px;
	padding:1%;
	float:left;
}

#directbillContent a {
	color:#222222;
	font-size:1.1em;
}


.txtContact {
	width:78%;
	margin:0 auto;
}

/*Form Styling*/

.special { 
	display:none;
}

.contactForm input[type="text"], .contactForm input[type="email"], .contactForm textarea, .contactForm select {
    font-family: 'Ubuntu', sans-serif;
	font-size:1em;
	border: 0.5px solid #BBBBBB;
    color: #888;
    height: 30px;
    margin-bottom: 0.8%;
    margin-top: 0.4%;
    outline: 0 none;
    padding: 3px 3px 3px 5px;
    width: 90%;
	border-radius: 2px;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.39);
}

.contactForm textarea{
    padding: 5px 3px 3px 5px;
}
.contactForm select {
	height: 30px;
    text-indent: 0.01px;
    text-overflow: '';
    width: 91%;
}
.contactForm textarea{
    height:100px;
}
.contactForm .button {
	font-family: 'Ubuntu', sans-serif;
	font-size:1.1em;
    background: #7f3a89;
    border: none;
	margin-left:70%;
    padding: 10px 25px 10px 25px;
    color: #FFF;
    box-shadow: 1.5px 1.5px 4px rgba(0,0,0,0.69);
    border-radius: 5px;
    cursor: pointer;
}
.contactForm .button:hover {
    background:#983ba6;
}


/*End Form Styling */

.map {
	width:100%;
	margin:5% auto;
	text-align:center;
	padding:2%;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
	box-shadow: 1.5px 1.5px 4px rgba(0,0,0,0.39);
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}


/*Footer styling section start*/

footer {
	background-color:#404152;
	color:#ffffff;
	padding:2%;
	font-size:0.9em;
	
}

#foot1 {
	width:30%;
	margin-right:2%;
	padding:1%;
	text-align:center;
	float:left;
}

#foot1 a {
	color:#ffffff;
	text-decoration:none;
}

.bookButton {
	width:50%;
	padding:2.5% 0.5%;
	margin:0 auto;
	transition: background-color 0.9s ease;
	background-color:#75b95e;
	border-radius:8px;
	text-align:center;
	font-size:1.3em;
}

.bookButton:hover {
	background-color:#03b3c3;
	text-shadow:2px 2px 4px rgba(53,53,53,1.00);
}

#foot2 {
	width:28%;
	margin-right:2%;
	padding:1%;
	float:left;
	text-align:center;
}

#foot2 ul {
	padding-left:0;
}

#foot2 li {
	list-style:none;
}

#foot3 {
	width:28%;
	margin-right:2%;
	padding:1%;
	text-align:center;
	float:left;
}

#foot3 a {
	color:#ffffff;
	text-decoration:none;
}

#foot3 a:hover {
	color:#D4D4D4;
}

#foot3 ul {
	padding-left:0;
}

#foot3 li {
	list-style:none;
}


/*Footer styling section end*/

#subFooter {
	width:70%;
	margin: 0 auto;
	padding-top:0.5%;
	font-size:0.85em;
	line-height:1.5em;
	text-align:center;
}



/* Mobile sml */
@media (max-width : 299px ){

nav ul li {
	display: block;
	width: 94%;
}

}

/* Mobile */
@media (min-width : 300px ) and (max-width : 619px ){

#logo {
	width:100%;
	padding:0 0.5%;
	float:none;
}

#name {
	width:100%;
	padding-top:1%;
	float:none;
}

#callto_Action {
	width:98.5%;
	padding-left:1%;
	float:none;
}

#content {
	width:100%;
	margin: 0 auto;
	background-color:#75b95e;
}

nav { 
	margin: 0;
	text-align:center; 
}

nav a {
	font-size: 1.4em;
}

.toggle + a, .menu { 
	display: none; 
}

.toggle {
	display: block;
	background-color:rgba(255,255,255,0.00);
	padding: 0 20px;
	color: #ffffff;
	font-size: 1.4em;
	line-height: 40px;
	text-decoration: none;
	border: none;
}

.toggle:hover { 
	background-color: rgba(255,255,255,0.00); 
}

[id^=drop]:checked + ul { 
	display: block; 
}

nav ul li {
	display: block;
	width: 100%;
}

nav ul ul .toggle, nav ul ul a { 
	padding: 0 40px; 
}

nav ul ul ul a { 
	padding: 0 80px; 
}

nav a:hover, nav ul ul ul a { 
	background-color: rgba(255,255,255,0.00);
	font-weight:bold; 
}

nav ul li ul li .toggle, nav ul ul a { 
	background-color: rgba(255,255,255,0.00);
	text-shadow:2px 2px 4px rgba(53,53,53,1.00);
}

nav ul ul {
	float: none;
	position: static;
	color: #ffffff;
}

nav ul ul li:hover > ul, nav ul li:hover > ul { 
	display: none; 
}

nav ul ul li {
	display: block;
	width: 100%;
}

nav ul ul ul li { 
	position: static;
}

#homeContent {
	width:96%;
	margin:0 auto;
}

.thermoService h4 {
	width:100%;
	margin-bottom:1%;
}

.thermoPrice {
	width:100%;
	margin-top:1%;
}

footer {
	font-size:1.2em;
	
}

#foot1 {
	width:96%;
	margin:0 auto;
	float:none;
}

#foot2 {
	width:96%;
	margin:0 auto;
	float:none;
}

#foot3 {
	width:96%;
	margin:0 auto;
	float:none;
}


}


@media only screen and (min-device-width: 320px) and (max-device-height: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 4){

#logo {
	width:100%;
	padding:0 0.5%;
	float:none;
}

#name {
	width:100%;
	padding-top:1%;
	float:none;
}

#callto_Action {
	width:98.5%;
	padding-left:1%;
	float:none;
}

#content {
	width:100%;
	margin: 0 auto;
	background-color:#75b95e;
}

nav { 
	margin: 0;
	text-align:center; 
}

nav a {
	font-size: 1.4em;
}

.toggle + a, .menu { 
	display: none; 
}

.toggle {
	display: block;
	background-color:rgba(255,255,255,0.00);
	padding: 0 20px;
	color: #ffffff;
	font-size: 1.4em;
	line-height: 40px;
	text-decoration: none;
	border: none;
}

.toggle:hover { 
	background-color: rgba(255,255,255,0.00); 
}

[id^=drop]:checked + ul { 
	display: block; 
}

nav ul li {
	display: block;
	width: 100%;
}

nav ul ul .toggle, nav ul ul a { 
	padding: 0 40px; 
}

nav ul ul ul a { 
	padding: 0 80px; 
}

nav a:hover, nav ul ul ul a { 
	background-color: rgba(255,255,255,0.00);
	font-weight:bold; 
}

nav ul li ul li .toggle, nav ul ul a { 
	background-color: rgba(255,255,255,0.00);
	text-shadow:2px 2px 4px rgba(53,53,53,1.00);
}

nav ul ul {
	float: none;
	position: static;
	color: #ffffff;
}

nav ul ul li:hover > ul, nav ul li:hover > ul { 
	display: none; 
}

nav ul ul li {
	display: block;
	width: 100%;
}

nav ul ul ul li { 
	position: static;
}

#homeContent {
	width:96%;
	margin:0 auto;
}

#foot1 {
	width:80%;
	margin:0 auto;
	float:none;
}

#foot2 {
	width:80%;
	margin:0 auto;
	float:none;
}

#foot3 {
	width:80%;
	margin:0 auto;
	float:none;
}



}


@media only screen and (min-device-width: 320px) and (max-device-height: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){

#logo {
	width:100%;
	padding:0 0.5%;
	float:none;
}

#name {
	width:100%;
	padding-top:1%;
	float:none;
}

#callto_Action {
	width:98.5%;
	padding-left:1%;
	float:none;
}

#content {
	width:100%;
	margin: 0 auto;
	background-color:#75b95e;
}


nav { 
	margin: 0;
	text-align:center; 
}

nav a {
	font-size: 1.4em;
}

.toggle + a, .menu { 
	display: none; 
}

.toggle {
	display: block;
	background-color:rgba(255,255,255,0.00);
	padding: 0 20px;
	color: #ffffff;
	font-size: 1.4em;
	line-height: 40px;
	text-decoration: none;
	border: none;
}

.toggle:hover { 
	background-color: rgba(255,255,255,0.00); 
}

[id^=drop]:checked + ul { 
	display: block; 
}

nav ul li {
	display: block;
	width: 100%;
}

nav ul ul .toggle, nav ul ul a { 
	padding: 0 40px; 
}

nav ul ul ul a { 
	padding: 0 80px; 
}

nav a:hover, nav ul ul ul a { 
	background-color: rgba(255,255,255,0.00);
	font-weight:bold; 
}

nav ul li ul li .toggle, nav ul ul a { 
	background-color: rgba(255,255,255,0.00);
	text-shadow:2px 2px 4px rgba(53,53,53,1.00);
}

nav ul ul {
	float: none;
	position: static;
	color: #ffffff;
}

nav ul ul li:hover > ul, nav ul li:hover > ul { 
	display: none; 
}

nav ul ul li {
	display: block;
	width: 100%;
}

nav ul ul ul li { 
	position: static;
}

#homeContent {
	width:96%;
	margin:0 auto;
}

#foot1 {
	width:80%;
	margin:0 auto;
	float:none;
}

#foot2 {
	width:80%;
	margin:0 auto;
	float:none;
}

#foot3 {
	width:80%;
	margin:0 auto;
	float:none;
}



}

@media only screen and (min-device-width: 320px) and (max-device-height: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){

#logo {
	width:100%;
	padding:0 0.5%;
	float:none;
}

#name {
	width:100%;
	padding-top:1%;
	float:none;
}

#callto_Action {
	width:98.5%;
	padding-left:1%;
	float:none;
}

#content {
	width:100%;
	margin: 0 auto;
	background-color:#75b95e;
}


nav { 
	margin: 0;
	text-align:center; 
}

nav a {
	font-size: 1.4em;
}

.toggle + a, .menu { 
	display: none; 
}

.toggle {
	display: block;
	background-color:rgba(255,255,255,0.00);
	padding: 0 20px;
	color: #ffffff;
	font-size: 1.4em;
	line-height: 40px;
	text-decoration: none;
	border: none;
}

.toggle:hover { 
	background-color: rgba(255,255,255,0.00); 
}

[id^=drop]:checked + ul { 
	display: block; 
}

nav ul li {
	display: block;
	width: 100%;
}

nav ul ul .toggle, nav ul ul a { 
	padding: 0 40px; 
}

nav ul ul ul a { 
	padding: 0 80px; 
}

nav a:hover, nav ul ul ul a { 
	background-color: rgba(255,255,255,0.00);
	font-weight:bold; 
}

nav ul li ul li .toggle, nav ul ul a { 
	background-color: rgba(255,255,255,0.00);
	text-shadow:2px 2px 4px rgba(53,53,53,1.00);
}

nav ul ul {
	float: none;
	position: static;
	color: #ffffff;
}

nav ul ul li:hover > ul, nav ul li:hover > ul { 
	display: none; 
}

nav ul ul li {
	display: block;
	width: 100%;
}

nav ul ul ul li { 
	position: static;
}

#homeContent {
	width:96%;
	margin:0 auto;
}

#foot1 {
	width:80%;
	margin:0 auto;
	float:none;
}

#foot2 {
	width:80%;
	margin:0 auto;
	float:none;
}

#foot3 {
	width:80%;
	margin:0 auto;
	float:none;
}



}

/* Small Tablets */
@media (min-width : 620px ) and (max-width : 839px ){

 
}

/* Small Desktops */
@media (min-width : 840px ) and (max-width : 1096px ){

}
