@charset "utf-8";
/*
Theme Name: Teaser - Multipurpose Product Landing Page.
Author: ZedThemes
Author URL: https://themeforest.net/user/zedwebthemes
Version:1.1
*/
/*===========================
 =  Table of CSS
  	1. General code
		1.1. Typography
		1.2. Button
		1.3. dark-overlay
		1.4. Space margins and padding
		1.5. Form
		1.6. Table
		1.7. Accordion
		1.8. Section-background-color & sectino-heading
		1.9 Tabs 
		1.10. parallex-background
		1.11. Modal
	2. Header	 
	3. Intro
	4. Services
	5. Appointment
	6. Team
	7. Testimonials
	8. Pricing
	9. Blog
	10. Footer
	11. Responsive-CSS
===========================*/

/*====================
	1. General code
==========================*/
body {
	font-family: 'Open Sans', sans-serif;
	margin:0px;
	padding:0px;
	font-size:15px;
	line-height:25px;
	overflow-x:hidden;
	font-weight:400;
	color:#555555;
}


/*----------------------
	1.1. Typography
------------------------------*/
h1, h2, h3, h4, h5, h6 {
	color:#111111;
	margin:0 auto 20px;
	font-weight:500;
}
h1 {
	font-size: 50px;
}
h2 {
	font-size: 40px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size:22px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 17px;
}
p {
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 20px;
}
a {
	transition-duration:0.5s;
	 -moz-transition-duration:0.5s;
	  -o-transition-duration:0.5s;
	   -webkit-transition-duration:0.5s;
	    -ms-transition-duration:0.5s;
	text-decoration:none;
	color:#232f71;
}
a:hover, a:focus {
	text-decoration:none;
	outline:none;
	color:#029ef9;
}
ul, ol {
	margin:0 auto 20px;
}
ul li, ol li {
   margin: 0 auto 10px;
}
blockquote {
	background:#f5f5f5 ;	
}
.white-text, 
.white-text h1, 
.white-text h2, 
.white-text h3, 
.white-text h4, 
.white-text h5, 
.white-text h6, 
.white-text p, 
.white-text.section-header p {
	color:#fff;	
}
.uppercase {
	text-transform:uppercase;
}
.underline {
	text-decoration:underline;
}
.divider {
  border-bottom: 1px solid #dcd9d9;
  clear: both;
  margin: 40px auto;
}
img {
	max-width:100%;
	width:auto;
	height:auto;
}

/*-----------------
	1.2. Button
-------------------------*/
.btn {
  background:#f62828;	
  border: medium none;
  border-radius:0px;
  color: #ffffff;
  font-size: 18px;
  text-transform:uppercase;
  line-height: 30px;
  height:auto;
  margin: auto;
  padding: 12px 28px;
  transition: all 0.3s linear 0s;
   -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
     -webkit-transition: all 0.3s linear 0s;
      -ms-transition: all 0.3s linear 0s;
}
.btn .fa {
  font-size: 22px;
  margin-left: 5px;
  vertical-align: middle;
}
.btn.btn-lg {
	font-size: 24px;
	line-height: 30px;
	padding: 22px 50px;
}
.btn.btn-sm {
	font-size:16px;
	padding:8px 25px;
}
.btn:hover, .btn:focus {
	color: #ffffff;
	outline:none;
	background:#029ef9;
}
.btn-link {
  font-weight: 800;
  font-size:17px;
  color:#232f71;
}
.btn.outline-btn {
	background:none;
	color:#232f71;
	border:#232f71 solid 3px;
	letter-spacing:4px;
	padding:15px 50px;
	font-weight:700;
}
.btn.outline-btn:hover {
	color:#fff;
}


/*-------------------------
	1.3. dark-overlay
---------------------------------*/
.div_zindex {
  position: relative;
  z-index: 1;
}
.div_zindex > * {
	position:relative;
	z-index:1;
}
.dark-overlay {
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.color-overlay {
  background: rgba(0, 132, 209, 0.8) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}


/*-------------------------------------
	1.4. Space margins and padding
------------------------------------------------*/
.padding_none {
	padding:0px;
}
.padding_top_20 {
	padding-top:20px;
}
.padding_50px {
	padding:50px 0;
}
.padding_4x4_30 {
	padding:30px;	
}
.padding_4x4_40 {
	padding:40px;	
}
.padding_right {
	padding-right:60px;
}
.padding_left {
	padding-left:60px;
}
.space-20 {
    width:100%;
    height: 20px;
	clear:both;
}
.space-30 {
    width:100%;
    height: 30px;
	clear:both;
}
.space-40 {
    width:100%;
    height: 40px;
	clear:both;
}
.space-60 {
    width:100%;
    height: 60px;
	clear:both;
}
.space-80 {
    height: 80px;
    width:100%;
}
.margin-btm-20 {
    margin-bottom: 20px;
	clear:both;
}
.margin-top-20 {
    margin-top: 20px;
	clear:both;
}
.margin-top-40 {
    margin-top: 40px;
	clear:both;
}
.margin-btm-40 {
    margin-bottom: 40px;
	clear:both;
}
.margin-top-60 {
    margin-top: 60px;
	clear:both;
}
.margin-btm-60 {
    margin-bottom: 60px;
	clear:both;
}
.margin-none {
	margin:0px;
}


/*-----------------
	1.5. Form
---------------------------*/
.form-group {
  margin-bottom: 12px;
  position: relative;
}
.form-label {
  color: #111111;
  font-size: 14px;
  font-weight: 400;
  margin: 0 auto 8px;
}
.form-control {
  background: #fff none repeat scroll 0 0;
  border: 0 none;
  border-radius: 4px;
  border:#ccc solid 1px;
  box-shadow: none;
  color: #888888;
  font-size: 13px;
  height: 42px;
  line-height: 30px;
  padding: 0 15px;
}
textarea.form-control {
	padding:15px 20px;
}
.form-control:hover {
	box-shadow:none;
	outline:none	
}
.form-control:focus {
	box-shadow:none;
	border-color:#222;
	outline:none	
}
.select {
	position:relative;
}
.select select {
  appearance: none;
   -moz-appearance: none;
   -o-appearance: none;
   -webkit-appearance: none;
   -ms-appearance: none;
  
}
.select::after {
  color: #878787;
  content: "";
  cursor: pointer;
  font-family: fontawesome;
  font-size: 15px;
  padding: 12px 0;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 0;
}
.form-control option {
  padding: 10px;
}
.control-label {
	color:#555;
	font-size:15px;
	font-weight:700;	
}
.radio label, .checkbox label {
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  padding-left: 26px;
  position: relative;
}
.radio input[type=radio],
.checkbox input[type=checkbox] {
	display: none;
}
.radio label:before {
    background-color:transparent;
	border-style:solid;
	border-width:1px;
	border-radius:50%;
    content: "";
    display: inline-block;
    height: 15px;
    left: 0;
	top:4px;
    position: absolute;
    width: 15px;	
}
.checkbox label::before {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #111111;
  content: "";
  display: inline-block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 4px;
  width: 16px;
}
.radio input[type=radio]:checked + label:before {
	content: "\2022";
	font-size: 15px;
	text-align: center;
    line-height: 11px;
}
.checkbox input[type=checkbox]:checked + label:before {
	content: "\2713";
	font-size: 12px;
	text-align: center;
    line-height: 14px;
}
.black_input .form-control {
	background:#222;
	border-radius:3px;
	color:#fff;
	border:#222 solid 1px;
	font-size:17px;
}
.checkbox, .radio {
  padding-top: 5px;
}


/*-----------------
	1.6. Table
---------------------------*/
table {
	margin:0 0 30px;
	width:100%;
}
table th, table td {
  border: 0px solid #cccccc;
  padding: 15px;
  padding:18px;
}
table th img, table td img {
	max-width:100%;
}
table thead {
	background:#eee;
}
table thead th, table thead td {
	text-transform:uppercase;
	font-weight:900;
	color:#111;
}


/*-----------------
	1.7. Accordion
---------------------------*/
.panel-group .panel {
  background:rgba(0, 0, 0, 0.8);
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 25px;
}
.panel-title {
  color: #252930;
  font-size: 26px;
  margin-bottom: 0;
  margin-top: 0;
}
.panel-title a {
  display: block;
  padding: 25px 25px 25px 107px;
  position: relative;
  border: 2px solid #232f71;
  color:#fff !important;
}
.panel-title a.collapsed {
	border: 2px solid #929497;
}
.panel-title a .question {
	width:85px;
	height:100%;
	content:"";
	color:#fff;
	font-size:39px;
	line-height:1;
	text-align:center;
	position:absolute;
	top:0px;
	left:0px;
	background:#232f71;
}
.panel-title a.collapsed .question {
	background:#252930;
	transition-duration:0.3s;
	 -moz-transition-duration:0.3s;
	 -o-transition-duration:0.3s;
	  -webkit-transition-duration:0.3s;
}
.panel-title a .question span {
	position:absolute;
	top:45%;
	left:0px;
	right:0px;
	transform:translateY(-50%);
	 -moz-transform:translateY(-50%);
	  -o-transform:translateY(-50%);
	   -webkit-transform:translateY(-50%);
}
.panel-default > .panel-heading {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border:0px;
  border-radius: 0;
  box-shadow: none;
  color: #333333;
  padding: 0;
}
.panel-heading:hover .panel-title a .question {
	background:#232f71;
}
.panel-heading:hover .panel-title a {
	border-color:#232f71;
}
.panel-body {
  border: 2px solid rgba(255, 255, 255, 0.2);
  margin-top: -1px;
  padding: 25px;
}
.panel-body p {
	font-size:17px;
	line-height:30px;
	font-weight:400;
}


/*-----------------------------------------------------------
	1.8. Section-background-color & sectino-heading
-------------------------------------------------------------------*/
section {
	position:relative;
}
.secondary-bg {
	background:#111;
}
.primary_bg {
  background: #232f71;
}
.gray_bg {
	background:#f8f8f8;
}
.section-padding {
  padding: 60px 0;
}
.section-header {
  margin: 0 auto;
  max-width: 950px;
  padding-bottom: 50px;
}
.section-header h2 {
	margin:0 auto;
}
.section-header p {
	color: #777;
	font-size: 17px;
	margin: 22px auto 0;
}


/*--------------------
	1.9. Tabs 
------------------------------*/
.nav.nav-tabs {
  border: medium none;
}
.nav-tabs > li a {
  background: #000000 none repeat scroll 0 0;
  border-radius: 0;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  margin-right: 5px;
  padding: 14px 26px;
  text-align: center;
}
.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:focus, 
.nav-tabs > li.active > a:hover, 
.nav-tabs > li a:hover, 
.nav-tabs > li a:focus {
  color: #ffffff;
  background:#232f71;
}
.nav-tabs > li {
  margin-bottom: 0;
}


/*--------------------------------------------
	1.10. parallex-background
---------------------------------------------------*/
.parallex-bg {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}


/*------------------------
	1.11. Modal
--------------------------------*/
.modal-dialog {
  margin: 20px auto;
  max-width: 90%;
  width: 500px;
}
.modal-content {
  padding: 0 32px 22px;
}
.modal-header {
	padding:15px 0;
	margin-bottom:25px;
}
.modal-header h3 {
	margin:15px auto;
}
.modal-body {
	padding:10px 0;
}
.modal .modal-header .close {
  background: #000000 none repeat scroll 0 0;
  border-radius: 50%;
  color: #ffffff;
  font-size: 17px;
  height: 31px;
  line-height: 30px;
  margin-top: 5px;
  opacity: 1;
  position: absolute;
  right: -10px;
  text-align: center;
  text-shadow: none;
  top: -20px;
  width: 31px;
}
label.error {
  color: #ff0000;
  display: block;
  font-size: 13px;
  font-weight: normal;
  text-align: left;
}




/*================
	 2. Header
===========================*/
#header {
  background: #ffffff none repeat scroll 0 0;
  left: 0;
  right: 0;
  position:relative;
  transition-duration:0.3s;
	 -moz-transition-duration:0.3s;
	  -o-transition-duration:0.3s;
	   -webkit-transition-duration:0.3s;
	    -ms-transition-duration:0.3s;
  z-index: 22;
}

#header .logo {
	transition-duration:0.3s;
	 -moz-transition-duration:0.3s;
	  -o-transition-duration:0.3s;
	   -webkit-transition-duration:0.3s;
	    -ms-transition-duration:0.3s;
}
#navigation {
	padding:0px;
}
.navbar.navbar-default {
	background:none;
	border-radius:0px;
	border:0px;
	margin:0 auto;
	height:40px;
}
.navbar.navbar-default .nav.navbar-nav {
	float:right;
}
.navbar.navbar-default .nav.navbar-nav li {
	margin:0;
}
.navbar.navbar-default .nav.navbar-nav > li > a {
  color: #111111;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  padding: 12px 20px;
  text-transform: uppercase;
}
.navbar.navbar-default .nav.navbar-nav li a:hover,
.navbar.navbar-default .nav.navbar-nav li a:focus,
.navbar.navbar-default .nav.navbar-nav li.active a {
	color:#232f71;	
	background:none;
}  
.navbar.navbar-default .nav.navbar-nav > li > a.btn {
	color:#fff;
}
.navbar.navbar-default .nav.navbar-nav > li.active a.btn,
.navbar.navbar-default .nav.navbar-nav > li a.btn:focus, 
.navbar.navbar-default .nav.navbar-nav > li a.btn:hover {
	background:#029ef9;	
}

@-webkit-keyframes fadeHeaderInDown {
0% {
opacity:0;
-webkit-transform:translate3d(0, -100%, 0);
}
100% {
opacity:1;
-webkit-transform:translate3d(0, 0, 0);
}
}
@-moz-keyframes fadeHeaderInDown {
0% {
opacity:0;
-moz-transform:translate3d(0, -100%, 0);
}
100% {
opacity:1;
-moz-transform:translate3d(0, 0, 0);
}
}
@-o-keyframes fadeHeaderInDown {
0% {
opacity:0;
-o-transform:translate3d(0, -100%, 0);
}
100% {
opacity:1;
-o-transform:translate3d(0, 0, 0);
}
}
@keyframes fadeHeaderInDown {
0% {
opacity:0;
transform:translate3d(0, -100%, 0);
}
100% {
opacity:1;
transform:translate3d(0, 0, 0);
}
}

#header:not(.is-alternate) {
	-webkit-animation-fill-mode:both;
	-moz-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	-o-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	-ms-animation-duration:1s;
	-o-animation-duration:1s;
	animation-duration:1s;
}
.call_now {
	text-align: right;
	padding: 22px 0;
}
.call_now p {
	display:inline-block;
	margin:0 auto 0 15px;
	font-size:21px;
	font-weight:300;
	vertical-align:middle;
}
.call_now .fa {
	width:26px;
	height:26px;
	background:#333;
	color:#fff;
	font-size:16px;
	border-radius:50%;
	text-align:center;
	line-height:26px;
}



/*==========
	3. Intro
=================*/
#intro {
	background-image:url(../images/1920X800.jpg);
	background-position:top center;
}

#intro3 {
	background-image:url(../images/1920X8003.jpg);
	background-position:top center;
}

#intro8 {
	background-image:url(../images/1920X8008.jpg);
	background-position:top center;
}

#intro4 {
	background-color:#f8f8f8;
	background-image:url(../images/1920X8004.jpg);
	background-position:right center;
	background-repeat:no-repeat;
}

#intro5 {
	background-image:url(../images/1920X8005.jpg);
	background-position:top center;
}

.intro_text {
	padding:80px 0;
}
.intro_text p {
	font-size:19px;
	color:#222;
	line-height:32px;
}
#intro2 {
	background-image:url(../images/1920X800.jpg);
	background-position:top center;
}
#intro2 .appointment_form {
	margin:60px auto;
}
#intro2 .intro_img {
	margin-top:70px;
}


/*=================
	4. Services
=====================*/


#services {
	background-image:url(../images/1920X8006.jpg);
	background-position:top center;
}


.services_img {
	max-width:250px;
	height:250px;
	border-radius:50%;
	text-align:center;
	border:#f8f8f8 solid 4px;
	box-shadow:rgba(0, 0, 0, 0.1) 0 0 10px;
	margin:0 auto 15px;
	overflow:hidden;
}
.services_wrap h4 {
	color:#000;
	margin:0 auto 15px;
}
.services_wrap p {
	font-size:14px;
	line-height:25px;
}
.square_box {
	background:#fff;
	padding:13px;
	box-shadow:rgba(0, 0, 0, 0.1) 0 0 10px;
	display:table;
	width:100%;
	margin:0 auto 15px;
}
.square_box .services_img {
	border: 0;
	border-radius: 0;
	float: left;
	width: 27%;
	height: auto;
	box-shadow: none;
	margin:0 auto;
}
.square_box h4 {
	color: #232f71;
	margin: 0 auto 5px;
	font-size: 20px;
}
.square_box p {
	font-size: 13px;
	line-height: 20px;
	margin: 0 auto 5px;
}
.square_box .service_info {
	float: right;
	width: 68%;
}


/*=================
	5. Appointment
=====================*/
#appointment {
	background:url(../images/1920x800.html) no-repeat top center;
}
.appointment_form {
	max-width:400px;
	padding:30px;
	background:#fff;
	box-shadow:rgba(0, 0, 0, 0.1) 0 0 10px;
}
.datepicker {
	padding:0;
}
.datepicker-days table {
	margin:0 auto ;
}
.datepicker-days table td.day, .datepicker-days table th {
	text-align:center;
	padding:0px;
	font-size:12px;
	cursor:pointer;
}
.datepicker-days .day.old {
	opacity:0.3;
}
#schedule .address_wrap {
	padding:50px 20px;
	border-left:rgba(255, 255, 255, 0.15) solid 1px;
	border-right:rgba(255, 255, 255, 0.15) solid 1px;
	text-align:center;
	color:#fff;
}
#schedule .address_wrap .fa {
	font-size:80px;
	margin:0 auto 15px;
}
#schedule .opening_hours {
	border:0;	
}
#schedule .address_wrap p {
	font-size:26px;
	line-height:34px;
}


/*=================
	6. Team
=====================*/
.team_wrap {
	background:#fff;
	text-align:center;
	border:#f8f8f8 solid 3px;
	box-shadow:rgba(0, 0, 0, 0.1) 0 0 10px;
	padding:15px 0;
}
.team_img {
	margin:-15px auto 15px;
}
.team_wrap p {
	color:#333;
	margin:0 auto;
	font-size:12px;
	letter-spacing:0.2px;
}
.team_wrap h5 {
	color:#333;
	margin:0 auto 5px;
}

/*======================
	7. Testimonials
============================*/
#testimonial_slider .item {
	background:#fff;
	border-radius:20px;
	text-align:center;
	padding:30px 40px;
}
#testimonial_slider img {
	width:auto;
	margin:0 auto;
}
.user_img {
	width:100px;
	height:100px;
	border-radius:50%;
	overflow:hidden;
	margin:0 auto 20px;
}
#testimonial_slider h5 {
	margin:0 auto 10px;
}
.owl-dots {
	text-align:center;
}
.owl-dots div {
	display:inline-block;
	vertical-align:middle;
	width:10px;
	height:10px;
	border-radius:50%;
	margin:0 5px;
	border:#232f71 solid 1px;	
}
.owl-dots div.active {
	background:#232f71;
}

/*=================
	8. Pricing
=====================*/
.package_wrap {
	border: rgba(0, 0, 0, 0.12) solid 1px;
	padding: 20px;
}
.package_title {
	background: #00141f;
	padding: 20px;
	text-align: center;
	margin: -20px -20px 20px;
}
.package_title h3 {
	margin:0 auto;
	color:#fff;
	font-size:22px;
}
.package_price {
	text-align: center;
	font-size: 56px;
	font-weight: 600;
	line-height: 60px;
	color:#00141f;
}
.package_wrap ul {
	padding-left:20px;
}

/*=================
	9. Blog
=====================*/
.post-thumbnail {
	margin:0 auto 15px;
}

.entry-desc h3 {
	font-size:24px;
}
.entry-desc h3 a {
	color:#222;
}
.entry-desc h3 a:hover, .meta_m a:hover {
	color:#232f71;	
}
.entry_meta {
	font-size:12px;
	letter-spacing:0.2px;
}
.meta_m {
	margin:0 10px 0 0;
}
.meta_m a {
	color:#555;
}
.entry-desc p {
	margin:0 auto 12px;
}
.read_btn {
	font-weight:600;
	font-size:13px;
}

#blog {
	background-image:url(../images/1920X8009.jpg);
	background-position:top center;
}

/*=================
	10. Footer
=====================*/
#footer {
	background:#00141f;
}
.footer_widgets {
	margin:70px 0;
}
.footer_logo {
	margin:0 auto 20px;
}
.contact_info {
	padding-right:120px;
}
.contact_info p {
	color:#fff;
	font-weight:300;
	line-height:32px;
	font-size:21px;
}
.contact_info a {
	color:#fff;
}
.opening_hours {
	text-align:right;
	border-left:rgba(255, 255, 255, 0.15) solid 1px;
}
.opening_hours h4 {
	color:#fff;
	margin:0 auto 30px;
	text-transform:uppercase;
}
.opening_hours ul {
	padding:0;
	margin:0 auto;
}
.opening_hours ul li {
	list-style:none;
	color:#fff;
	letter-spacing:1px;
	font-size:16px;
	margin:0 auto 15px;
}
.opening_hours ul li strong {
	font-style:italic;
	margin-right:20px;
	display:inline-block;
}
.footer_bottom {
	background:#00090e;
	text-align:center;
	padding:25px 0;
}
.footer_bottom p {
	color:#fff;
	margin:0 auto;
}
.follow_us {
	padding: 60px 0;
	text-align: center;
}
.follow_us ul {
	padding:0;
	margin:0;
}
.follow_us ul li {
	list-style:none;
	display:inline-block;
	margin:0 7px;
}
.follow_us ul li a {
	display:block;
	border-radius:50%;
	line-height:70px;
	border:rgba(255, 255, 255, 0.25) solid 1px;
	color:#fff;
	font-size:26px;
	width:70px;
	height:70px;
	text-align:center;
}
.follow_us ul li a:hover {
	border-color:rgba(255, 255, 255, 0.6);
}

/*=======================
	11. Responsive-CSS
==============================*/
@media (min-width:991px) and (max-width:1200px) {
#intro2 .appointment_form {
	margin: 50px auto;
	padding: 20px;
}
 .appointment_form h4 {
	margin:0 auto 12px;
}
#intro2 .form-group {
	margin-bottom: 8px;
}
#intro2 .intro_img {
	margin-top: 95px;
}
.package_title h3 {
	font-size: 20px;
}
.package_title {
	padding: 20px 13px;
}
.intro_text {
	padding: 10px 0;
}
.navbar.navbar-default .nav.navbar-nav > li > a {
	padding: 30px 15px;
}
	
}


@media (min-width:768px) and (max-width:992px) {
.call_now p {
	margin: 0 auto 0 5px;
	font-size: 16px;
}
.square_box .services_img {
	float: none;
	width: 100%;
	margin: 0 auto 10px;
}
.square_box .service_info {
	float: none;
	width: 100%;
}
#schedule .address_wrap {
	padding: 30px 30px;
	text-align: center;
	color: #fff;
	border: rgba(255, 255, 255, 0.15) solid 1px;
}
#schedule .opening_hours {
	border: 0;
	text-align: left;
	margin-top: 30px;
}
.opening_hours ul li {
	letter-spacing: 0.5px;
	font-size: 16px;
	margin: 0 auto 7px;
}
.team_wrap {
	max-width: 265px;
	margin: 0 auto 15px;
}
.package_title {
	padding: 16px;
}
.package_wrap {
	margin: 0 auto 20px;
	max-width: 520px;
}
.appointment_form {
	padding: 15px;
}
.appointment_form h4 {
	font-size:17px;
}
.form-control {
	font-size: 12px;
	height: 36px;
	line-height: 26px;
	padding: 0 12px;
}
.form-group {
	margin-bottom: 6px;
}
.btn {
	font-size: 15px;
	line-height: 26px;
	padding: 8px 18px;
}


#intro2 .appointment_form {
	margin: 40px auto;
}
#intro2 .intro_img {
	margin-top: 118px;
}
.section-padding {
	padding: 45px 0;
}
h2 {
	font-size: 38px;
}
.navbar.navbar-default .nav.navbar-nav > li > a {
	font-size: 14px;
	padding: 30px 7px;
}
.intro_text {
	padding: 20px 0;
}
.services_wrap {
	text-align: center;
	padding: 20px;
	border: #eee solid 1px;
	margin: 0 auto 20px;
	max-width:550px;
}
.article_wrap {
	margin:0 auto 30px;
}
.contact_info {
	padding-right: 0;
}
.contact_info p {
	line-height: 32px;
	font-size: 19px;
	margin: 5px auto;
}
.opening_hours {
	text-align: left;
	border-left: 0;
	border-top: rgba(255, 255, 255, 0.15) solid 1px;
	padding-top: 60px;
}

}

@media (max-width:767px) {
.square_box {
	max-width: 450px;
}	
.section-padding {
	padding: 40px 0;
}
h2 {
	font-size: 36px;
}
.section-header p {
	color: #777;
	font-size: 15px;
}
#schedule .address_wrap {
	border:rgba(255, 255, 255, 0.15) solid 1px;
	padding:20px;
	margin:0 auto 20px;	
}
#schedule .address_wrap p {
	font-size: 20px;
	line-height: 30px;
}
.opening_hours h4 {
	margin: 0 auto 20px;
}
.opening_hours {
	text-align:left;
}
.opening_hours ul li {
	letter-spacing: 0.5px;
	margin: 0 auto 3px;
}
.team_wrap {
	max-width: 260px;
	margin: 0 auto 15px;
}
.package_title {
	padding: 15px;
}
.package_title h3 {
	font-size: 20px;
}
.package_price {
	font-size: 46px;
	line-height: 50px;
}
.btn {
	font-size: 15px;
	line-height: 30px;
	padding: 7px 18px;
}
.follow_us {
	padding: 40px 0;
}
.follow_us ul li a {
	line-height: 36px;
	font-size: 16px;
	width: 40px;
	height: 40px;
}
.follow_us ul li {
	margin: 0 1px;
}
#header.header_style2 .logo {
	text-align:center;
	float:none;
}
.call_now {
	text-align: center;
	padding: 0 0 12px ;
}
.call_now p {
	margin: 0 auto 0 3px;
	font-size: 15px;
	font-weight: 400;
}
.call_now .fa {
	width: 22px;
	height: 22px;
	font-size: 12px;
	line-height: 22px;
}
#intro2 .appointment_form {
	margin: 40px auto;
	padding:15px;
}
#intro2 .appointment_form h4 {
	font-size: 19px;
	margin: 0 auto 10px;
}
.form-control {
	font-size: 12px;
	height: 34px;
	line-height: 26px;
	padding: 0px 12px;
}
.form-group {
	margin-bottom: 6px;
}
#intro2 .intro_img {
	margin-top: 30px;
}
h1 {
	font-size: 40px;
}
.intro_text p {
	font-size: 17px;
	line-height: 27px;
}
.intro_text {
	padding: 20px 0;
}
#header .navbar-header {
	margin:0 auto;
}
#header .navbar-header .logo {
	float:left;
}
.navbar-toggle {
	margin-top: 22px;
	margin-right:0;
}
.navbar.navbar-default .nav.navbar-nav {
	float: none;
	margin: 0 auto;
}
#navigation {
	padding: 0px;
	margin: 0 auto;
}
.navbar.navbar-default .nav.navbar-nav li {
	float:none;
	display:block;
}
.navbar.navbar-default .nav.navbar-nav li a {
	display:block;
	float:none;
	padding:15px 0;
}
.services_wrap {
	text-align: center;
	padding: 20px;
	border: #eee solid 1px;
	margin: 0 auto 20px;
	max-width:550px;
}
.appointment_form {
	padding: 20px;
}
.article_wrap {
	margin:0 auto 30px;
}
#footer .opening_hours {
	border:0;
}
.contact_info {
	padding-right: 0;
}
.contact_info p {
	font-weight: 400;
	line-height: 32px;
	font-size: 18px;
	margin: 0 auto;
}
.footer_widgets {
	margin: 50px 0;
}

}

@media screen and (max-width: 999px) {
    .wrapper {
        
    }
}
.wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 980px;
    position: relative;
}

.wrapper:after {
    display: block;
    clear: both;
    content: " ";
}
.effect-wrap {
    padding-left: 10px;
}

.effect-text {
    font-size: 22px;
    line-height: 26px;
    letter-spacing: -1px;
    font-family: 'Open Sans', sans-serif; font-weight: 700;
    text-align: center;
    padding: 35px 0 10px;
}

.effect-wrap:after {
    content: " ";
    clear: both;
    display: block;
}

.effect-left,
.effect-right {
    float: left;
    width: 50%;
}

.effect-percent {
    font-size: 26px;
    line-height: 26px;
    letter-spacing: -1px;
    color: #fff;
    font-family: 'Open Sans', sans-serif; font-weight: 700;
    height: 75px;
    padding-top: 10px;
    text-align: center;
}

.effect-left .effect-percent {
    background: #8CB602;
    -webkit-border-top-left-radius: 0px;
    -moz-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
}

.effect-right .effect-percent {
    background: #E00000;
    -webkit-border-top-right-radius: 0px;
    -moz-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
}

.effect-group1,
.effect-group2 {
    position: relative;
    min-height: 320px;
}


.effect-group1:before {
    content: " ";
    background: url("../images/group1-2.png") no-repeat 0 0;
    width: 250px;
    height: 403px;
    position: absolute;
    top: 120px;
    left: 160px;
}

.effect-group1:after {
    content: " ";
    background: url("../images/group1-1.png") no-repeat 0 0;
    width: 176px;
    height: 249px;
    position: absolute;
    bottom: 29px;
    right: 10px;
}

.effect-group2:before {
    content: " ";
    background: url("../images/group2-2.png") no-repeat 0 0;
    width: 250px;
    height: 403px;
    position: absolute;
    top: 120px;
    left: 160px;
}

.effect-group2:after {
    content: " ";
    background: url("../images/group2-1.png") no-repeat 0 0;
    width: 56px;
    height: 56px;
    position: absolute;
    left: 10px;
    bottom: 29px;
}

.line-dot {
    display: none;
}

.effect-group-title {
    font-size: 26px;
    line-height: 30px;
    letter-spacing: -1px;
    font-family: 'Open Sans', sans-serif; font-weight: 500;
    text-align: center;
    padding-bottom: 4px;
}

.effect-group-text {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -1px;
    text-align: center;
}

.effect-table {
    padding: 5px 0 5px 5px; margin-top:-50px;
}

.effect-table table {
    width: 100%;
    position: relative;
}

.effect-table table:before {
    content: " ";
    background: url("../images/point-bg.png") repeat-y 0 0;
    width: 4px;
    height: 100%;
    position: absolute;
    top: 3px;
    right: 95px;
}

.effect-left .effect-table {
    background: #8CB602;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.effect-right .effect-table {
    background: #E00000;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.effect-table td {
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -1px;
    padding-bottom: 136px;
    vertical-align: top;
}

.effect-table .effect-last-tr td {
    padding-bottom: 4px;
}

.effect-table td.effect-td2 {
    width: 96px;
    text-align: center;
}

.effect-table td.effect-td1 {
    padding-right: 20px;
}

.clinResult {
    font-size: 34px;
    line-height: 36px;
    letter-spacing: -1px;
    font-family: 'Open Sans', sans-serif; font-weight: 500;
    text-align: center;
    padding-bottom: 28px;
}

.buton{border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;padding:9px 10px;font-size:17px;text-decoration:none;text-align:center;font-weight:700;margin:6px 0 20px;color:#fff;cursor:pointer;display:block}.buton:visited{color:#f0f7da}@media (min-width: 346px) {.buton{font-size:19px}}@media (min-width: 374px) {.buton{font-size:26px}}.buton:active{transform:translate(0px,5px);-webkit-transform:translate(0px,5px);box-shadow:0 1px 0 0;-webkit-box-shadow:0 1px 0 0;-moz-box-shadow:0 1px 0 0}.mov{background-color:#ff5a00;box-shadow:0 5px 0 0 #d24b01;-webkit-box-shadow:0 5px 0 0 #d24b01;-moz-box-shadow:0 5px 0 0 #d24b01}.mpv:hover{background-color:#fb7e21;text-decoration:none;color:#fff;}

.o_toptitle { font-size:40px;color:#333;font-weight:bold; font-family: 'Montserrat', sans-serif; }
.o_redhighlight { background-color:#f51f09;color:#fff;padding:3px;font-weight:bold; font-family: 'Montserrat', sans-serif; }
.o_steps { background-color:#f8f8f8;padding:10px;border-radius:5px; }
.o_steps .o_step_title{ color:#f51f09;font-weight:bold;font-size:20px;text-decoration:underline; }
.o_steps .o_step_content{ color:#333;line-height:25px;margin-top:-15px; }
.o_counter_order { background-color:#fff;padding:10px;border-radius:5px; text-align:center; }
.o_counter_order .o_header{ background-color:#f51f09;color:#fff;border-radius:5px;padding:5px;font-weight:bold; }
.o_counter_order .o_expire{ color:#232f71;font-weight:bold;font-size:16px; }
.o_counter_order .o_counter{ color:#f51f09;font-weight:bold;font-size:38px; }
.o_counter_order .o_details{ color:#232f71;font-size:12px;margin-top:-20px; }
.o_counter_order .o_order_now{ max-width:250px; border:0;font-size:20px; margin:20px auto 10px auto; }
#blog .o_counter_order { background-color:#f8f8f8; }
#blog .o_counter_order .o_details{ color:#232f71;font-size:12px;margin-top:0px; }

.o_subheader_white { color:#ffffff;font-weight:bold;font-size:30px; margin-bottom:30px; }  
.o_subheader_red { color:#f51f09;font-weight:bold;font-size:30px; margin-bottom:30px; }  
.o_service_item { background-color:#f8f8f8;padding:5px;border-radius:5px;}
.o_service_item .services_img{ width:64px;height:64px;float:left;margin-top:0px;margin-right:25px; }
.o_service_item h4{ font-size:16px;margin-top:15px; }

#intro { padding: 60px 0 0 0; }
#intro3 {  }
#intro3 .intro_text{ padding:25px 0 0 0;  }
#intro3 .intro_text p{ color:#fff;  }
#intro3 h1{ font-size:40px;color:#fcbc26;font-weight:bold; }
#services { padding: 60px 0 60px 0; }

#testimonials { padding:25px 0; }
#testimonials .services_img{ width:150px;height:150px; }
#testimonials .o_startnow{ color:#fff;font-size:26px;padding:10px;text-align:center;background-color:#f51f09; }
#testimonials .o_startnow_desc{ font-size:20px;text-align:center;font-weight:bold; }

#testimonials2 .services_img{ max-width:120px;max-height:120px; }
#testimonials3 { padding:30px 0 15px 0; }

#intro4 { padding:30px 0; }
#intro4 h1{ font-size:60px;color:#000; }

#intro5 { padding:25px 0; }
#intro5 h1{ font-size:40px;color:#fff;font-weight:bold; }
#intro5 .intro5_item{ background-color:#fff;padding:15px;border-radius:5px;margin-bottom:10px; }
#intro5 .intro5_item p{ color:#232f71;font-weight:bold;font-size:14px;margin-bottom:7px; }
#intro5 .intro5_item p img{ padding:5px;float:left;margin-right:10px; }

#intro8 { padding:0px; }
#intro8 h1{ font-size:40px;color:#fcbc26;font-weight:bold;margin-top:0px; }
#intro8 .intro_text p{ color:#fff;margin-bottom:0px;font-weight:bold; }

#blog .o_article { border: 2px solid #d4d4d4;border-radius:5px;background-color:#f8f8f8;}
#blog .o_article .post-thumbnail{ margin-top:15px;}
#blog .o_article .entry-desc{ background-color:#e9e9e9;color:#333;padding:10px;border-radius:5px;margin-bottom:15px;}

.buton-jos {font-size:10px;color:#fff; line-height: 12px;     background: none; }

@media (max-width:768px) {
	
	#navigation {
		float:left;
		width:100%;
	}
	
	#intro4 { background-size: contain;  background-position:center bottom; padding-bottom:250px; }
	#intro4 h1{ font-size:24px;  }
}
@media (max-width:576px) {
	
	#intro5 h1{     padding: 0 15px; font-size:30px;} 
	
	.effect-left, .effect-right { width:100%; }
	.effect-group1:before { left:0; }
	.effect-group2:before { right:0; }
	
}
@media (max-width:480px) {
	
	#testimonials .team_wrap h5 { font-size:17px; }
	
	h2 {
		font-size: 32px;
	}	
	p {
		font-size:14px;
	}
	.appointment_form h4 {
		font-size:18px;	
	}

}

.vote-block {
    width: auto;
    display: block;
    background: rgb(238, 239, 241) none repeat scroll 0% 0%;
    border-radius: 3px;
	margin-bottom:30px;
}

.vote-block-head {
    display: block;
    text-align: left;
    width: auto;
    padding: 15px 20px;
}

.vote-block-head h2 {
    color: rgb(143, 0, 1);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    margin-top: 0px;
}

.vote-block-head span {
    font-size: 18px;
    color: rgb(0, 0, 0);
    text-transform: lowercase;
}

.vote-block-content {
    display: block;
    width: auto;
    border: 1px solid rgb(238, 239, 241);
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    padding: 0px 20px;
}

.vote-block-content-container:first-child {
    margin-top: 30px;
}

.vote-block-content-container:last-child {
    margin-bottom: 40px;
}

.vote-block-content-container {
    display: block;
    width: auto;
    margin-bottom: 20px;
}

.vote-block-content-container::after {
    content: "";
    display: block;
    clear: both;
}

.vote-block-content-text {
    float: left;
    display: block;
    width: 40%;
    text-align: left;
}

.vote-block-content-stat {
    display: block;
    float: right;
    width: 60%;
    position: relative;
    background: rgb(238, 239, 241) none repeat scroll 0% 0%;
    height: 25px;
}

.vote-block-content-stat-line {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 35%;
    height: 100%;
    background: rgb(102, 160, 29) none repeat scroll 0% 0%;
    text-align: right;
}

.vote-block-content-stat-line h6 {
    font-size: 12px;
    color: rgb(238, 239, 241);
    margin-left: 121%;
    margin-top: 4px;
}