/*!
 * 
 * Health v.1.0.0
 * 
 */

/*
[Table of contents]

1. General Styles
2. Heading style
3. Site Search Bar style
4. Quick Contact style
5. Filter Tabs
4. Carousel Styling
5. Main Slider Section
6. Image Hover Styles
7. Appointment Section
8. Departments Section
9. Doctor Tips Section
10. Focus Section
11. News Section
12. Single Section
13. Blog Section
14. Testimonial Section
15. About Section
7. Portfolio Section
8. Social Links
9. Services Section
10. Team Section
13. Contact Section
14. Site Bottom Section
15. Services Page
*/
 
/*** General Styles
----------------------------------------------------------------- ***/

::selection {
	color:#fff;
}
::-moz-selection {
	color:#fff;
}
@font-face {
  font-family: 'Champagne-Limousines-Bold';
  src: url('../fonts/Champagne-Limousines-Bold.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Champagne-Limousines-Boldd41d.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Champagne-Limousines-Bold.html') format('woff2'), /* Super Modern Browsers */
       url('../fonts/Champagne-Limousines-Bold.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/Champagne-Limousines-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Champagne-Limousines-Bold.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Champagne-Limousines';
  src: url('../fonts/Champagne-Limousines.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Champagne-Limousinesd41d.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Champagne-Limousines.html') format('woff2'), /* Super Modern Browsers */
       url('../fonts/Champagne-Limousines.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/Champagne-Limousines.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Champagne-Limousines.svg#svgFontName') format('svg'); /* Legacy iOS */
}
body {
    position: relative;
}
h1, .h1 {
    font-size: 36px;
    text-transform: capitalize;
}
.image-hover,
.image {
	position:relative;
}
.image-hover img,
.image img {
	width:100%;
}
.section {
	padding:50px 0px 30px 0px;
}
.section + .section {
	padding-top:20px;
}
.section-condensed {
	padding:25px 0px;
}
.section .upper-section,
.section-parallax .upper-section {
	padding-bottom:30px;
}



.bg-white {
	background-color:#ffffff;
}
.bg-primary,
.bg-primary h2,
.bg-primary h3,
.bg-primary h4,
.bg-primary h5,
.bg-primary h6,
.bg-primary .heading p {
	color:#ffffff;
}
.bg-primary .heading:before {
	background-color:#fff;
}
.bg-primary .heading:after {
	background-color:rgba(0,0,0,0.3);
}
.bg-primary .form-control::-moz-placeholder {
  color:#fff;
}
.bg-primary .form-control:-ms-input-placeholder {
  color:#fff;
}
.bg-primary .form-control::-webkit-input-placeholder {
  color:#fff;
}
.bg-primary .btn-default {
	border-color:transparent;
}
.bg-primary .btn-default:hover {
	background-color:#000000;
	border-color:transparent;
}

.menu-sibling {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	display: block;
	z-index: 1;
	background-color: rgba(0,0,0,0.15);

	position: absolute;
	right: 0;
	top:0;
	transform:rotate(0deg);
	-webkit-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	-o-transform:rotate(0deg);
}
.menu-sibling:before {
	font-family: FontAwesome;
	content: "\f105";
	display: block;
}
.active > .menu-sibling:before {
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
}






.navbar-nav > li {
	float: left;
	margin: 27px 6px;
}






/*** section-parallax ***/

.section-image,
.section-parallax,
.site-banner {
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
}
.section-parallax {
	padding:50px 0px 30px 0px;
	background-attachment:fixed;
}


.no-padding-bottom {
	padding-bottom:0px !important;
}
.no-padding-top {
	padding-top:0px !important;
}
.readmore {
  background-color: #ffffff;
  box-shadow: 0 20px 35px -20px rgba(0, 0, 0, 0.4);
  color: #666666;
  display: block;
  font-size: 14px;
  padding: 14px 15px;
  text-align: left;
  text-transform: capitalize;
}


.tp-bar {
  background:#fff;box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);position: fixed;
    width: 100%;
}

/*.tp-bar {
 background: #ffffff none repeat scroll 0 0;
    border-bottom: 1px solid #f1f1f1;
    min-height: 80px;
    padding: 0;
    position: fixed;
    top: 47px;
    width: 100%;
    z-index: 99997;
}*/


.logo a,
.logo img {
	display:inline-block;
}

/*** Site Banner ***/

.site-banner {
	padding:30px 0px;
	color:#fff;
    transform: translateY(99px);
}
.site-banner h1 {
	font-size:30px;
	color:#fff;
}
.site-banner a {
	color:#fff;
}


.banner-ico-list:before, .banner-ico-list:after,
.team-box:before,
.team-box:after,
.service-block:before,
.service-block:after,
.blog-btm ul:before,
.blog-btm ul:after,
.blog-options:before,
.blog-options:after,
.post-nav:before,
.post-nav:after,
.author-box:before,
.author-box:after,
.appintment-form-btm:before,
.appintment-form-btm:after,
.flickr-gallery:before,
.flickr-gallery:after {
	display:table;
	content:'';
}
.banner-ico-list:after,
.team-box:after,
.service-block:after,
.blog-btm ul:after,
.blog-options:after,
.post-nav:after,
.author-box:after,
.appintment-form-btm:after,
.flickr-gallery:after {
	clear:both;
}


.fullscreen-slider {
	position: relative;
}
.fullscreen-slider .item {
	position: relative;
}
.sliderimg {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;

	position: absolute;
	top:0;
	left: 0;
}
.fullscreen-slider .banner-content-outer {
	position: relative;
	z-index: 100;
}
.fullscreen-slider .banner-content-area {
	width: 100%;
	height: 100%;
	display: table;
}
.fullscreen-slider .banner-content-inner {
	display: table-cell;
	vertical-align: middle;
	padding: 30px;
}

.fullscreen-slider .banner-content {
	width: 300px;
	padding: 15px 15px;
	color: #444444;
	background-color: rgba(255,255,255,0.5);
	display:inline-block;
	text-align: left;
}
.banner-content .iconic-large {
	margin-bottom: 16px;
	text-align: center;
}
.banner-content .iconic-large img {
	width: 80px;
}
.banner-content h2 {
	font-size: 16px;
	text-align: center;
}
.banner-ico-list {
	padding: 0px;
	margin:0px 0px 0px -15px;
	list-style: none;
	text-align: center;
}
.banner-ico-list > li {
	padding-left: 15px;
	display: inline-block;
}
.banner-content .iconic {
	width: 50px;
	height: 54px;
	margin-bottom: 20px;
	line-height: 54px;
	border: 1px solid #e3e3e3;
	background-color: #fff;
	border-radius: 3px;
	font-size: 28px;
	text-align: center;
}
.banner-content p:last-child {
	margin-bottom: 0;
}
.banner-content .visible-med {
	display: none;
}

.make-appointment {
  background: rgb(48, 41, 96) none repeat scroll 0 0;
  margin-top: 0;
  position: relative;
}


/*** Heading style
------------------------------------------------------------ ****/
.heading {
	width:80%;
	padding-bottom:18px;
	margin:auto;
	text-align:center;
	position:relative;
}

.patients-testi .heading:before,
.patients-testi .heading:after {
background-color: rgba(0, 0, 0, 0);
}
.heading:before,
.heading:after {
	width:48px;
	height:2px;
	display:block;
	content:'';
	background-color:#8cc63f;
	position:absolute;
	bottom:0px;
	left:50%;
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
}


.heading:before {
	margin-left:-49px;
}
.heading:before {
	margin-right:-49px;
}

.heading:hover:before {
	width:99px;
	margin-left:-100px;
}
.heading:hover:after {
	width:99px;
	margin-right:-100px;
}
.heading h2 {
	margin-bottom:10px;
	font-weight:bold;
}
.heading h2 span {
  color: #15ACA9;
}
.quick-contact .service-box:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.heading p {
	font-size:16px;
	color:#999999; margin-bottom:0px;
}

/* -------------------------header-------------------------*/
/*.tp-bar {
  background: #ffffff none repeat scroll 0 0;
  min-height: 108px;
  position: relative;
  transition: all 0.4s ease 0s;
  z-index: 6667;
}

.tp-bar.sticky {
  background: #ffffff none repeat scroll 0 0;
  border-bottom: 1px solid #f1f1f1;
  min-height: 80px;
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99997;
}*/


/*** Site Search Bar style
------------------------------------------------------------ ****/

.site-search {
	padding:0px;
	margin-top:3px;
	background-color:#fff;
	position:relative;
	z-index:500;

	transition:padding 0.15s ease-in-out;
	-moz-transition:padding 0.15s ease-in-out;
	-webkit-transition:padding 0.15s ease-in-out;

	width:100%;
	position:absolute;
	top:100%;
}
.site-search.open {
	padding:20px 0px 25px 0px;
	box-shadow:0px 2px 2px rgba(0,0,0,0.2);
	-moz-box-shadow:0px 2px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:0px 2px 2px rgba(0,0,0,0.2);
}
.site-search .container {
	position:relative;
}
.search-init-btn {
	width:125px;
	height:26px;
	line-height:26px;
	padding:0px 0px 46px;
	text-transform:capitalize;
	color:#fff;
	font-size:10px;
	border:0px;
	position:absolute;
	top:-8px;
	right:0px;
	z-index:10;
	
	background:url(../images/sprites.png) 0 0 no-repeat;

	transition:top 0.15s ease-in-out;
	-moz-transition:top 0.15s ease-in-out;
	-webkit-transition:top 0.15s ease-in-out;
}
.site-search.open .search-init-btn {
	top:-28px;
}
.search-init-btn:hover {
	color:#fff;
}
.search-init-btn:active {
	background-image:url(../images/sprites.png);
	outline:0px;
}
.search-init-btn:focus {
	outline:0px;
}
.search-init-btn:before {
  font-family: FontAwesome;
  content: "\f002";
	font-size:13px;
	margin-left:-6px;
	position:absolute;
	top:15px;
	left:50%;
}
.open .search-init-btn:before {
  content: "\f00d";
}
.site-search-form {
	padding:0px;
	position:relative;
}
.site-search-form ul {
	list-style:none;
	padding:0px;
	margin-bottom:0px;
}
.site-search-form .form-control {
	margin-bottom:25px;
}


/*** Quick Contact style
------------------------------------------------------------ ****/

.quick-contact {
	padding-top:50px;
}
.quick-contact-box > header {
  background: #ffcc29 none repeat scroll 0 0;
  padding: 15px;-webkit-box-shadow: 2px 2px 7px 0px rgba(0,0,0,1);
-moz-box-shadow: 2px 2px 7px 0px rgba(0,0,0,1);
box-shadow: 2px 2px 7px 0px rgba(0,0,0,1);
}
.quick-contact .container > h6 {
  display: inline-block;
  font-size: 20px;
  text-align: center;
}

.quick-contact,
.quick-contact .col-sm-4 {
	position:relative;
}
.quick-contact-box {
	z-index:500;
	background-color:#fff;
	
	box-shadow:0px 0px 5px rgba(0,0,0,0.3);
	-moz-box-shadow:0px 0px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow:0px 0px 5px rgba(0,0,0,0.3);
}
.quick-contact .row > .col-sm-4:last-child .quick-contact-box {
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;

	box-shadow:0px -5px 5px rgba(0,0,0,0.3), 0px 3px 3px rgba(0,0,0,0.15);
	-moz-box-shadow:0px -5px 5px rgba(0,0,0,0.3), 0px 3px 3px rgba(0,0,0,0.15);
	-webkit-box-shadow:0px -5px 5px rgba(0,0,0,0.3), 0px 3px 3px rgba(0,0,0,0.15);
}
.quick-contact-box header {
	cursor:pointer;
}
.quick-contact-box header .fa {
	font-size:1.5em;
	position:relative;
	top:2px;
}
.quick-contact-box header h4 {
	margin-bottom:0px;
	font-size:14px;
}
.quick-contact-box span.time {
	float:right;
}
.quick-contact-box .text {
  display: none;
  margin-top: 10px;
  padding: 15px;
}
.quick-contact-box .text ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
.timetable li {
	font-size:16px;
}
.timetable li + li {
	margin-top:10px;
	padding-top:10px;
	border-top:1px solid #f1efef;
}


/*** Filter Tabs
------------------------------------------------------------ ***/
.filter-tabs,
.filter-list,
.social-links,
.options,
.services-list,
.member-info,
.blog-btm ul,
.blog-options ul,
.user-comments,
.contact-list {
	padding:0px;
	margin:0px;
	list-style:none;
}

.filter-tabs {
	margin-bottom:50px;
	text-align:center;
	border-top:1px solid #e3e3e3;
}
.filter-tabs li {
	padding:10px 18px 5px 18px;
	margin-top:-1px;
	display:inline-block;
	color:#7e7e7e;
	font-size:15px;
	line-height:32px;
	cursor:pointer;
	border-top:2px solid transparent;

	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
}
.filter-list {
	margin-left:-20px;
}
.filter-list > li {
	width:100%;
	padding-left:20px;
	margin-bottom:20px;
	float:left;
}
.filter-list li.mix {
	display:none;
}


/*** Carousel Styling------------------------------------------------------------- ***/
.owl-buttons {
	*height: 0;
	margin:0px;
}
.owl-pagination {
	padding-top:0px;
	text-align:center;
	z-index: 9999999;
}
.owl-pagination > div {
	width:15px;
	height:15px;
	margin:0 5px;
	background-color:transparent;
	display:inline-block;

	transition:border-color 0.8s ease;
}
.owl-pagination > div.active {
	border-color:#666666;
}
.owl-pagination > div span {
	width:9px;
	height:9px;
	margin:2px;
	background-color:#666666;
	display:block;
}

.bg-primary .owl-pagination > div.active,
.testim .owl-pagination > div.active {
	border-color:#ffffff;
}
.bg-primary .owl-pagination > div span,
.testim  .owl-pagination > div span {
	background-color:#ffffff;
}

/*** carousel dirction buttons ***/
.owl-buttons > div {
	text-decoration:none;
	display: block;
	width: 54px;
	height: 54px;
	margin: 2px 5px;
	position: relative;
	top: 5px;
	z-index: 10;
	overflow: hidden;
	opacity: 1;
	cursor: pointer;
	color: #fff;
	text-align:center;
	text-indent:-9999px;
	border:0px solid transparent;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease; display: inline-block;
}


.videoTest .item .col-md-12 {
    padding: 0;
}
.videoTest .item img {
    width: 100%;
}
.owl-buttons > div:before {
	width:51px;
	height:51px;
	line-height:51px;
	font-family:
	FontAwesome;
	font-size: 22px;
	font-weight:bold;
	display: inline-block;
	content: '\f104';
	position:absolute;
	top:0px;
	left:0;
	text-indent:0;
	z-index:2;
}
.owl-buttons > div.owl-next:before  {
	content: '\f105';
}
.owl-buttons > div:after {
	width:40px;
	height:40px;
	display:block;
	content:'';
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	position:absolute;
	top:6px;
	left:6px;
	z-index:1;
}

/*** carousel direction buttson 2 ***/

.owl-controls-2 .owl-buttons {
	margin-top:-50px;
	margin-bottom:0px;
	text-align:right;
	float:right;
}
.owl-controls-2 .owl-buttons > div  {
	width:32px;
	height:30px;
	margin-left:4px;
	position:relative;
	display:inline-block;
	border-color:#e3e3e3;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}
.owl-carousel .owl-controls-2 .owl-buttons > div.owl-prev {
	opacity: 0.7;
	left: 0px;
}
.owl-carousel .owl-controls-2 .owl-buttons > div.owl-next {
	opacity: 0.7;
	right: 0px;
}
.owl-controls-2 .owl-buttons > div:before {
	width:8px;
	height:13px;
	line-height:13px;
	font-size: 22px;
	color:#e3e3e3;
	top:7px;
	left:11px;
}
.owl-controls-2 .owl-buttons > div:after {
	display:none;
}
.owl-buttons {
    margin: 0px;
    width: 130px;
}

#sync1,
#sync2,
#sync2 .owl-wrapper-outer {
	border:1px solid #f3f3f3;
}
#sync2 .owl-wrapper-outer {
	border-left:0px;
}
#sync2 {
	padding:9px;
}
#sync2 .owl-item {
	border-left:1px solid #f3f3f3;
}


#sync2 .owl-buttons > div  {
	width:25px;
	height:25px;
	border:0px;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}
#sync2 .owl-buttons > div.owl-prev,
#sync2 .owl-buttons > div.owl-next {
	width:25px;
	height:25px;
	opacity: 0.7;
	left: 10px;
}
#sync2 .owl-buttons > div.owl-next {
	left:auto;
	right: 10px;
}
#sync2 .owl-buttons > div.owl-prev:hover,
#sync2 .owl-buttons > div.owl-next:hover {
	opacity: 1;
}
#sync2 .owl-buttons > div:before {
	width:8px;
	height:13px;
	line-height:13px;
	font-size:18px;
	top:5px;
	left:9px;
}
#sync2 .owl-buttons > div:after {
	top:0;
	left:0;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}

















/*** carousel dirction in load-selected-member ***/

#load-selected-member .owl-buttons {
	margin-bottom: 30px;
	text-align: center;
}
#load-selected-member .owl-buttons > div,
#load-selected-member .owl-buttons > button  {
	width: auto;
	height: auto;
	padding: 10px 20px;
	margin: 0 10px 0 0;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	border: 0px;
	background-color: #e3e3e3;
	position: relative;
	top: 0;
	opacity: 1;
	text-indent:0px;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;}
#load-selected-member .owl-buttons > button  {
	padding: 10px 16px;
}
#load-selected-member .owl-buttons > div.owl-prev,
#load-selected-member .owl-carousel:hover .owl-buttons > div.owl-prev {
	opacity: 1;
	left: 0px;
}
#load-selected-member .owl-buttons > div.owl-next,
#load-selected-member .owl-carousel:hover .owl-buttons > div.owl-next {
	opacity: 1;
	right: 0px;
}
#load-selected-member .owl-buttons > div:before,
#load-selected-member .owl-buttons > div:after {
	display: none;
}

























/*** Image Hover Styles
------------------------------------------------------------- ***/

.image-hover {
	position:relative;
}
.image-hover figcaption {
	color:#fff;
	text-align:center;
	display:block;
	
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}
.image-hover figcaption .image-popup,
.image-hover figcaption .link {
	width:55px;
	height:55px;
	line-height:58px;
	background-color:#fff;
	font-size:26px;
}
.image-hover figcaption .image-popup:hover,
.image-hover figcaption .link:hover {
	color:#fff;
}



/*** Services Section
------------------------------------------------------------ ***/
#services {
 }
.tab-content > .tab-pane {
   
}
.dep-sec-img.img-bg-dep {
    float: right;
	width: 38%;
}
.dep-sec-txt.text-left {
    float: left;
    width: 58%;
    padding: 2% 2% 0% 2%;
}
.service-box, .service-block, .dept-box {
  margin-bottom: 0;
  text-align: center;
  
}
/*#services .nav.nav-tabs li:last-child a {
  border: medium none !important;
}*/
.quick-contact .service-box {
	border-bottom:0px solid #15aca9;
	margin-top:10px; padding:0px; -webkit-box-shadow: 0 20px 35px -20px rgba(0, 0, 0, 0.4);
-moz-box-shadow: 0 20px 35px -20px rgba(0, 0, 0, 0.4);
box-shadow:0 20px 35px -20px rgba(0, 0, 0, 0.4); background:#fff;
transform: scale(1);
-webkit-transform: scale(1);
-o-transform: scale(1);
transition:all 0.3s ease 0s;
-webkit-transition:all 0.3s ease 0s;
-o-transition:all 0.3s ease 0s;
position:relative;
overflow:hidden;
}
#why-choose::after {
  background-image: url("../images/depositphotos_34211145-Medical-background.jpg");
  content: "";
  display: block;
  height: 100%;
  opacity: 0.04;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  background-size:contain;
}
.quick-contact .service-box:hover .iconic {
  border: 1px solid #15aca9;
}
.quick-contact .service-box:hover .iconic i {
  color: #fff;
}
.quick-contact .service-box::after {
  background-color: transparent;
  bottom: -22px;
  content: "";
  display: block;
  height: 50px;
  position: absolute;
  right: -28px;
  transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  width: 50px;
}

.service-box .iconic, .thumb-box .iconic, .service-block .iconic {
    border: 0px solid #000000;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    font-size: 30px;
    height: 80px;
    margin: 0 auto;
    width: 80px;
    position: absolute;
    line-height: 70px;
    background-color: #950a0a;
    text-align: center;
    left: 0;
    top: 0;
}

/*.service-box .iconic i {
  content: "";
  left: 43%;
  position: absolute;
  top: 123px;
}*/
.service-box .iconic i {
  content: "";
  padding-top: 0; color: #fff;
}
.service-box .text h4, .thumb-box .text h4 {
    margin-bottom: 0;
    font-size: 18px;
    text-transform: capitalize;
    float: left;
    display: block;
    padding-left: 100px;
    padding-top: 14px;
}
.service-box .text > p {
    line-height: 18px;
    margin-bottom: 0;
    padding-left: 100px;
    width: 100%;
    display: block;
    float: left;
    padding-bottom: 20px;
}
/*** Appointment Section
------------------------------------------------------------ ***/

.appointment-area {
	position:relative;
}
.appointment-box {
	padding:20px 20px;
	border:1px solid #d8d8d8;
	background-color:#fff;
	position:relative;
	z-index:10;
	
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.appointment-form ul {
	margin-bottom:0px;
	padding:0px;
	list-style:none;
}
.appointment-form label {
	display:block;
}
.appointment-form .form-control {
	margin-bottom:20px;
}
.appointment-form textarea.form-control {
	height:100px;
}
.appintment-form-btm {
	padding:25px 20px;
	margin:20px -20px -20px -20px;
	background-color:#f3f3f3;
	
	border-radius:0px 0px 5px 5px;
	-moz-border-radius:0px 0px 5px 5px;
	-webkit-border-radius:0px 0px 5px 5px;
}
.appintment-form-btm label {
	text-transform:none;
}
.form-buttons > li {
	padding-left:15px;
	padding-right:15px;
	float:left;
}
.form-buttons > li .btn {
	margin-bottom:15px;
}
.appointment-box-snap {
	display:none;
}



/*** Departments Section
------------------------------------------------------------ ***/

.dept-box {
	padding:15px 15px;
	text-align:center;
	background-color:#fff;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.dept-box h6 {
	color:#666666;
}
[class^="icon-"] {
	display:inline-block;
	line-height:1;
}
.dept-box .iconic {
	text-align:center;
}
.section-parallax .dept-box .iconic [class^="icon-"]{
	background-image:url(../images/brain_parts.png);
}
.dept-box .iconic [class^="icon-"] {
	width:97px;
	height:90px;
	background-image:url(../images/sprites.png);
	background-repeat:no-repeat;
	background-position:0px -56px;
}
.section-parallax a:hover .dept-box h6{ color:#8e8e8e;}

.section-parallax .dept-box .iconic .icon-tooth {
	background-position:0 14px;
}
.section-parallax a:hover .dept-box .iconic .icon-tooth{
   background-position:-99px 14px;
}
.section-parallax .dept-box .iconic .icon-heart {
	background-position:0 -73px;
}

.section-parallax a:hover .dept-box .iconic .icon-heart{
   background-position:-99px -73px;
}


.section-parallax .dept-box .iconic .icon-kidney {
	background-position:0 -164px;
}

.section-parallax a:hover .dept-box .iconic .icon-kidney {
	background-position:-99px -164px;
}

.section-parallax .dept-box .iconic .icon-lungs {
	background-position:0 -257px;
}

.section-parallax a:hover .dept-box .iconic .icon-lungs {
	background-position:-99px -257px;
}

.section-parallax .dept-box .iconic .icon-brain {
	background-position:0 -348px;
}
.section-parallax a:hover .dept-box .iconic .icon-brain {
	background-position:-99px -348px;
}

.section-parallax .dept-box .iconic .icon-ribs {
	background-position:0 -440px;
}
.section-parallax a:hover .dept-box .iconic .icon-ribs {
	background-position:-99px -440px;
}


/*** dept-box-2 ***/

.dept-box-2 {
	padding:0px;
	margin-bottom:30px;
	overflow:hidden;
}
.dept-box-2 .iconic {
	width:160px;
	height:160px;
	padding-top:20px;
	margin:10px auto 25px auto;
	text-align:center;
	line-height:160px;
	border:10px solid transparent;
	overflow:hidden;
	position:relative;

	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}
.dept-box-2 .iconic:before {
	width:100%;
	height:100%;
	display:block;
	content:'';
	position:absolute;
	z-index:1;
	top:0px;
	left:0px;
	border:10px solid #000;
	opacity:0.08;
	filter:alpha(opacity=0.08);
	
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
}
.dept-box-2:hover .iconic:before {
	opacity:0.25;
	filter:alpha(opacity=25);
}
.dept-box-2 .iconic [class^="icon-"] {
	position:relative;
	z-index:1;
}
.dept-box-2 .heading {
	padding-bottom:20px;
	margin-bottom:20px;
}
.dept-box-2 .text {
	padding:0px 20px;
}


/*** Doctor Tips Section
------------------------------------------------------------ ***/

.comment-box figure {
	width:100px;
	height:100px;
	text-align:center;
	display:inline-block;
	border:5px solid transparent;
	overflow:hidden;
	position:relative;
	top:40px;
	
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}

.comment-box .text {
	padding:15px 20px;
	margin-top:60px;
	background-color:#fff;
	border:1px solid #d8d8d8;
	position:relative;

	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.comment-box .text:before {
	width:31px;
	height:50px;
	display:block;
	content:'';
	background:url(../images/sprites.png) 10px -595px no-repeat;
	position:absolute;
	left:60px;
	top:-32px;

	transform:rotate(115deg);
	-moz-transform:rotate(115deg);
	-webkit-transform:rotate(115deg);
}

.comment-box:nth-child(even) {
	text-align:right;
}
.comment-box:nth-child(even) .text {
	text-align:left;
}
.comment-box:nth-child(even) .text:before {
	background-position:-42px -595px;
	left:auto;
	right:60px;

	transform:rotate(-115deg);
	-moz-transform:rotate(-115deg);
	-webkit-transform:rotate(-115deg);
}

.comment-box .text p {
  line-height: 30px;
  margin-bottom: 9px;
}
.comment-box .text p:last-child {
	margin-bottom:0px;
}

/*** comment-box-2 ***/
.comment-box-2 figure {
	width:80px;
	height:80px;
	padding:4px;
	border-width:1px;
}
.comment-box-2 figure img {
	border:1px solid #f3f3f3;
	
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}

.comment-box-2 .text {
	margin-top:40px;
	border-color:#f3f3f3;
}
.comment-box-2 .text:before {
	width:26px;
	height:37px;
	display:block;
	content:'';
	background-position:-84px -595px;
	position:absolute;
	left:-26px;
	top:70px;
}

.user-comments ul {
	padding:0px;
	margin-left:40px;
	list-style:none;
}

.comment-bx {
	padding:20px;
	border:1px solid #f3f3f3;
	position:relative;
}
.user-comments li + li .comment-bx,
.user-comments li li .comment-bx {
	margin-top:30px;
}
.user-comments li li .comment-bx:before {
	width:1px;
	height:30px;
	display:block;
	background-color:#f3f3f3;
	position:absolute;
	content:'';
	left:-1px;
	top:-31px;
}

.comment-bx > figure {
	width:90px;
	margin-right:10px;
	float:left;
	border:1px solid #f3f3f3;
}
.comment-bx .text {
	position:relative;
}
.comment-date {
	margin-bottom:10px;
	color:#999999;
	font-size:12px;
}
.reply-button {
	padding:3px 26px;
	color:#fff;
	display:inline-block;
}
.reply-button:hover {
	color:#fff;
	background-color:#000;
}
.comment-form ul{ float: left; padding-left: 0; width: 100%;}
.comment-form .form-control,
.contact-form .form-control {
	margin-bottom:30px;
}
.comment-form textarea.form-control {
	height:200px;
}
.character-count {
	margin-top:-30px;
	margin-bottom:30px;
	text-align:right;
}

.comment-form input[type="submit"] + .checkbox-inline {
	margin-left:20px;
}

/*** Focus Section
------------------------------------------------------------ ***/
.focus p:last-child {
	margin-bottom:0px;
}
.focus .btn {
	margin-top:30px;
}




/*** News Section
------------------------------------------------------------ ***/
.news-box,
.blog-box {
	margin-bottom:30px;
	border:1px solid #f3f3f3;
	background-color:#fff;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.news-box figure img {
	opacity:1;
	filter:alpha(opacity=100);
	position:relative;

	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
}
.news-area:hover .news-box figure img {
	opacity:.5;
	filter:alpha(opacity=50);
}
.news-area:hover .news-box:hover figure img {
	opacity:1;
	filter:alpha(opacity=100);
}
.news-box .readmore {
	border-radius:0px 0px 5px 5px;
	-moz-border-radius:0px 0px 5px 5px;
	-webkit-border-radius:0px 0px 5px 5px;

	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
}


.news-area a.readmore:hover {
  background: none; color:#6eb8ee;
}

.news-box:hover .readmore,
.dept-box-2:hover .readmore {
	color:#fff;
}
.news-box .image a {
	width:100%;
	height:100%;
	display:block;
	position:absolute;
	left:0px;
	top:0px;
}

.date-float {
	display:none;
	padding:5px 10px 7px 10px;
	color:#fff;
	text-align:center;
	line-height:1;
	position:absolute;
	left:15px;
	bottom:15px;
	
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
.date-float span {
	font-size:22px;
	font-weight:600;
	display:block;
	line-height:1;
	margin-bottom:2px;
}
.news-box .text {
	padding:15px 20px;
}
.news-box .text p {
	font-size:16px;
}
.news-box .text p:last-child {
	margin-bottom:0px;
}


/*** Single Section
------------------------------------------------------------ ***/
.section-single {
	text-align:center;
}
.section-single .iconic {
	width:80px;
	height:80px;
	line-height:80px;
	margin:auto auto 40px auto;
	text-align:center;
	font-size:46px;
	color:#fff;
	background-color:rgba(255,255,255,0.5);
	position:relative;
	
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}
.section-single .iconic:before {
	width:98px;
	height:98px;
	display:block;
	content:'';
	background-color:transparent;
	border:1px solid #fff;

	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	
	position:absolute;
	left:-8px;
	top:-8px;
}

.section-single h2 {
	font-size:40px;
	font-weight:600;
}
.section-single p {
	margin-bottom:30px;
	font-size:16px;
	font-weight:600;
}



/*** Blog Section
------------------------------------------------------------ ***/

.blog-box {
  overflow: hidden;
  position: relative;
  transition: all 0.2s ease 0s;
}
.widget_blog .blog-btm {
  background-color: #15aca9;
  position: relative !important;
}
.blog-box:hover {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
  transform: scale(1.02);
}
.blog-box h4, .blog-box h5, .blog-box .text {
  font-size: 15px;
  padding: 15px 11px 0;
  text-transform: capitalize;
}
.blog-box h4,
.blog-box h5 {
	margin-bottom:0px;
	border-bottom:1px solid #f3f3f3;
}
.blog-btm {
  bottom: 0;
  padding: 0;
  position: absolute;
}
.blog-box:hover .blog-btm {
  background-color: #109c99;
}
.blog-box .col-md-6:not(.image) {
  min-height: 197px !important;
}

.blog-options li {
	color:#999;
}
.blog-btm ul.grid-2 li {
	width:100%;
}
.contents .blog-box h4 {
	border-bottom:0px;
}
.blog-btm > ul > li + li {
	border-top:1px solid #fff;
}
.blog-options {
	border-top:1px solid #f3f3f3;
	border-bottom:1px solid #f3f3f3;
}
.blog-options > ul > li + li {
	border-left:1px solid #f3f3f3;
}
.blog-btm li a,
.blog-btm li span,
.blog-options li a,
.blog-options li span {
	color:#666666;
	font-size:14px;
	text-align:center;
	display:block;

	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
}
.blog-btm > ul > li > a, .blog-btm > ul > li span, .blog-btm ul.options, .blog-options > ul > li > a, .blog-options > ul > li > span, .blog-options ul.options {
  background-color: rgba(0, 0, 0, 0);
  color: #000;
  padding: 7px 17px;
  text-align: left;
}
.blog-btm li a:hover {
	color:#fff;
}
.blog-btm li a .fa,
.blog-options li a .fa {
	margin-right:10px;
}
.options li .fa,
.blog-options li .fa {
	margin-right:10px;
}
.blog-btm li a.post-type,
.blog-options li a.post-type {
	padding:13px 18px 12px 18px;
}
.blog-btm li a.post-type .fa,
.blog-options li a.post-type .fa {
	font-size:26px;
	margin-right:0px;
	position:relative;
	top:3px;
}
.blog-btm ul.options li,
.blog-options ul.options li {
	position:relative;
}
.blog-btm ul.options li + li,
.blog-options ul.options li + li {
	padding-left:8px;
	padding-right:15px;
}
.blog-btm ul.options li:last-child,
.blog-options ul.options li:last-child {
	padding-right:0px;
}
.blog-btm ul.options li + li:after,
.blog-options ul.options li + li:after {
	content:'|';
	position:absolute;
	right:0px;
}
.blog-btm ul.options li:last-child:after,
.blog-options ul.options li:last-child:after {
	display:none;
}
.blog-btm ul.options li a,
.blog-options ul.options li a {
	display:inline-block;
}
.blog-btm ul.options li .fa,
.blog-btm ul.options li a:hover,
.blog-options ul.options li .fa,
.blog-options ul.options li a:hover {
	background-color:transparent;
	color:#666666;
}
.blog-btm li.share .fa,
.blog-options li.share .fa {
	font-size:20px;
	margin-right:0px;
	position:relative;
	top:3px;
}
.no-image .image {
	display:none;
}
.blog-carousel .owl-buttons {
	margin-bottom:0px;
}
.blog-box .blog-video {
	position:relative;
	background-color:#f3f3f3;
}
.contents .blog-box iframe {
	height:400px;
}
.post-nav {
	padding:10px 0px;
	margin-bottom:30px;
	border:1px solid #f3f3f3;
}
.post-nav a {
	width:50%;
	padding:4px 15px;
	font-size:14px;
	font-weight:300;
	color:#444444;
	display:block;
	float:left;
}
.post-nav a + a {
	text-align:right;
	border-left:1px solid #f3f3f3;
}
.post-nav a .fa {
	font-size:1.4em;
	position:relative;
	top:1px;
	margin-right:10px;
}
.post-nav a + a .fa {
	margin-right:0px;
	margin-left:10px;
}

.author-box {
	margin-bottom:30px;
}
.author-box .image {
	width:140px;
	margin-right:20px;
	float:left;
	border:1px solid #f3f3f3;
}
.author-box .text {
	padding-top:5px;
}
.author-box .social-links {
	margin-bottom:20px;
}

.related-posts {
	margin-bottom:30px;
}
.related-posts .item {
	margin:0px 10px;
}
.related-posts .blog-box h5 {
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.related-posts .blog-btm > ul > li > a {
	padding:14px 10px;
	font-size:11px;
}

/*** Testimonial Section
------------------------------------------------------------ ***/

.comments-section {
	margin-bottom:30px;
}
.section-testimonials,
.testimonials {
	position:relative;
}
.section-testimonials:before,
.section-testimonials:after {
	height:100%;
	display:block;
	content:'';
	
	position:absolute;
	top:0px;
}
.section-testimonials:before {
	width:100%;
	left:0;
}

.testim {
	padding:50px 0px;
	position:relative;
	z-index:1;
}


.testim-text {
	color:#fff;
	text-align:center;
}
.testim-text h2,
.testim-text h3,
.testim-text h4 {
	color:inherit;
}
.testim-picture {
	text-align:center;	
}
.testim-picture .snap {
	width:180px;
	height:180px;
	display:inline-block;
}
.snap {
	padding:10px;
	border:2px solid transparent;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}
.snap img {
	border:1px solid #f3f3f3;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}

.testim .owl-pagination {
	padding-top:0px;
	margin-top:-10px;
	position:relative;
	top:30px;
}



/*** About Section
----------------------------------------------------------- ***/

.thumb-list {
	padding:0px;
	margin:0px;
	list-style:none;
}
.thumb-box {
	text-align:center;
	border:1px solid #f3f3f3;
}
.thumb-box .text {
	padding:0px 20px;
}
.thumb-box .text,
.thumb-box .btn {
	margin-bottom:40px;
}
.thumb-box ol {
	display: inline-block;
}



/*** Team Section
----------------------------------------------------------- ***/

.team-section {
	margin-bottom:30px;
}
.team-tabs {
	border-top:1px solid #e3e3e3;
}
.team-tabs-list,
.team-list {
	padding:0px;
	margin:0px;
	list-style:none;
}
.team-tabs-list {
	margin-bottom: 30px;
	text-align: center;
}
.team-tabs-list li {
	margin: 0px 8px;
	display: inline-block;
	position: relative;
}
.team-tabs-list li + li:before {
	content: '|';
	color: #444444;
	position: absolute;
	left: -13px;
	top: 21px;
}
.team-tabs-list li a {
	padding: 20px 10px;
	color: #444444;
	display: block;
	position: relative;
	border-top: 2px solid transparent;
}
.team-box,
.team-hover-box {
	margin-bottom:30px;
	border:1px solid #f3f3f3;
	overflow:hidden;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.team-hover-box .team-box {
	margin:0px;
	border:0px;
}
.team-box .text {
	padding:15px 20px;
}
.team-box .text h4 {
	margin-bottom:10px;
}
.team-box .text p {
	margin-bottom:25px;
	font-size:0.9em;
}
.team-box .text .dept {
	margin-bottom:7px;
	color:#999999;
}
.team-box .text .exp {
	max-width:95%;
	padding:0px 8px;
	margin-bottom:15px;
	color:#fff;
	display:inline-block;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.team-box .text .social-links {
	margin-bottom:12px;
}

.member-info {
	margin-bottom:30px;
}
.member-info > li + li > div {
	padding-top:8px;
}
.member-info .info-title {
	width:100px;
	float:left;
	border-right:1px solid #f3f3f3;
}
.member-info .info-desc {
	padding-left:20px;
	margin-left:100px;
	border-left:1px solid #f3f3f3;
}
.member-info .info-desc .social-links {
	margin-bottom:0px;
	margin-right:10px;
	display:inline-block;
}


/*** Social Links
------------------------------------------------------------ ***/
.site-btm .social-links {
  float: right;
  margin-top: 3px;
}

.site-btm .social-links li {
	display:inline-block;
	margin-right:8px;
}
.site-btm .social-links li a {
	font-size:22px;
	color:#fff;
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
}
.site-btm .social-links li a:hover {
    /* transform: scale(1.2, 1.2); */
    display: block;
    color: #6eb8ee;
}
.top-header-box .social-links > li {
	display:inline-block;
	margin-right:11px;
}


/**** Footer Section 
------------------------------------------------------------ ***/

.footer {
  background: #950a0a none repeat scroll 0 0;
  color: #fff;
  padding: 25px 0;
  position: relative;
  overflow: hidden;
}
.footer::after {
  background-image: url("../images/footerlogo.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 100%;
  left: 20%;
  opacity: 0.04;
  position: absolute;
  top: 0;
  transform: rotate(-29deg) scale(1.8);
  -webkit-transform: rotate(-29deg) scale(1.8);
  width: 340px;
  z-index: 0;
}
.footer .widget_contact li + li {
  margin-top: 0;
}
.footer a {
    color: #fff;
}
.footer h4{
    font-weight: bold;
    text-transform: capitalize;
    color: #fff;
}
.footer > .section_title h4,
.widget > .section_title h4 {
	margin-bottom:10px;
}
.footer .container {
	position:relative;
	z-index:1;
}
.footer input.subscribe-field[type="email"] {
  background: #f5f5f5 none repeat scroll 0 0;
  border: medium none;
  color: #444444;
  display: inline-block;
  height: 41px;
  padding: 0 18px;
  vertical-align: top;
}
.footer .subscribe-btn {
  border: medium none;
  margin-left: -9px;
  background-color:transparent;
}
.footer .subscribe-btn i {
  background-color:#E5343A;
  content: "";
  font-size: 20px;
  padding: 11px 10px 10.8px;
  position: relative;
  top: 0;
}
.footer .subscribe label {
  text-transform: none;
}
.footer > .section_title,
.widget > .section_title,
.title {
	padding-bottom:1px;
	margin-bottom:10px;
	position:relative;
}
.footer > .section_title:before,
.footer > .section_title:after,
.widget > .section_title:before,
.widget > .section_title:after,
.title:before,
.title:after {
	width:48px;
	height:2px;
	display:block;
	content:'';
	/*background-color:#999999;*/
	background-color:#544a98;
	position:absolute;
	bottom:0px;
	left:0%;
}
.footer > .section_title:after,
.widget > .section_title:after,
.title:after {
	margin-left:49px;
	background-color:#9e3939;
}
.title::before {
  background-color: #262262 !important;
}

.footer > .section_title:after {
	background-color:#fff;
}

.footer #map-canvas {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
}
.footer .btn {
	border-color:transparent;
}
.btn-primary {
  background-color: #950a0a  !important;
}

/**** widgets Section 
------------------------------------------------------------ ***/

.widget {
	margin-bottom:30px;
}

/*** widget_contact ***/

.widget ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
.widget_contact li {
	padding-left:32px;
	position:relative;
}
.widget_contact li + li {
	margin-top:15px;
}

.widget_contact li:before {
  font-family: FontAwesome;
	content:'';
	font-size:16px;
	
	position:absolute;
	left:0px;
	top:-1px;
}
.widget_contact li.address:before {
	content:'\f041';
}
.widget_contact li.phone:before {
	content:'\f095';
}
.widget_contact li.fax:before {
	content:'\f1ac';
}
.widget_contact li.email:before {
	content:'\f003';
}

/*** widget_events ***/

.widget_events > ul > li {
	padding-bottom:30px;
	margin-bottom:30px;
	border-bottom:1px solid #f3f3f3;
}
.widget_events > ul > li:last-child {
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:0px;
}

.event-box {
	padding-left:60px;
	position:relative;
}
.event-box .date-float {
	left:0px;
	top:6px;
	bottom:auto;
}
.event-box .text p {
	margin-bottom:5px;
}


.widget_newsletter input[type="text"] {
	margin-bottom:20px;
}
.widget_newsletter input[type="submit"] {
	float:right;
}

/*** Widget Blog ***/
.widget .blog-btm > ul > li > a {
	padding:10px 5px;
	font-size: 12px;
}
.widget .blog-box h4, .blog-box h5, .blog-box .text {
	padding: 13px 15px;
}
.widget .blog-box h4 {
	font-size: 16px;
	text-transform: none;
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.widget .blog-box .text p:last-child {
	margin-bottom: 0;
}

/*** widget flickr ***/
.flickr-gallery {
	margin-left: -20px;
}
.flickr-gallery li {
	padding-left: 10px;
	margin-bottom: 10px;
	width: 50%;
	float: left;
}
.flickr-gallery li a {
	display: block;
}
.flickr-gallery li img {
	width: 100%;
}

/*** widget_catories ***/
.widget_categories ul li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-align: right;
	border-bottom: 1px dashed #e3e3e3;
	position: relative;
	
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
}
.widget_categories ul li a {
	float: left;
	display: inline-block;
	color: #444444;
}

/*** widget_tweets ***/

.widget_tweets .feeds > li {
	padding-left: 22px;
	margin-bottom: 10px;
	position: relative;
}
.widget_tweets .feeds > li:before {
	font-family: 'FontAwesome';
	content: '\f099';
	position: absolute;
	left: 0;
	top: 2px;
}
.widget_tweets .feeds > li a {
	color: inherit;
}


/**** Social Section 
------------------------------------------------------------ ***/

.section-social {
	color:#fff;
	position:relative;
}
.section-social .container {
	padding:30px 0px 15px 0px;
}

.section-social .social-links {
	text-align:center;
}
.section-social .social-links li {
	margin:0px 16px 15px 16px;
}
.section-social .social-links li a {
	color:#fff;
	font-size:26px;

	transform:scale(1,1);
	-moz-transform:scale(1,1);
	-webkit-transform:scale(1,1);

	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
}
.section-social .social-links li a:hover {
	color:#fff;

	transform:scale(1.2,1.2);
	-moz-transform:scale(1.2,1.2);
	-webkit-transform:scale(1.2,1.2);
}
.social-opener {
	width:60px;
	height:26px;
	line-height:26px;
	margin-left:-30px;
	cursor:pointer;
	font-size:22px;
	text-align:center;
	font-weight:bold;
	display:block;
	
	position:absolute;
	top:-26px;
	left:50%;
}
.social-opener:before {
  font-family:FontAwesome;
	content:'\f106';
	pointer-events:none;
}


/**** Site Bottom Section 
------------------------------------------------------------ ***/

.site-btm {
  background: #373e4c none repeat scroll 0 0;
  color: #ffffff;
  padding: 6px 0 0;
}
.site-btm .copyright > a {
  color: #ffffff;
}
.site-btm p {
	margin-bottom:10px;
	font-size: 12px;
}
.bottom-links {
	padding:0px;
	margin:0px;
	list-style:none;
}
.bottom-links li {
	display:inline-block;
}
.bottom-links li + li {
	margin-left:12px;
}
.bottom-links li + li:before {
	content:'|';
	position:relative;
	left:-8px;
	color:#666666;
}
.bottom-links a {
	color:#666666;
}


/*** Services Page
------------------------------------------------------------ ***/

.service-block {
	margin-bottom:30px;
}
.service-block .iconic {
	padding:30px 0px;
	line-height:1;
}
.service-block .iconic .fa {
	margin-bottom:30px;
}
.service-block .iconic p {
	margin-bottom:0px;
	font-size:18px;
}
.service-block .detail {
	position:relative;
}
.service-block .detail:after {
	width:80%;
	height:1px;
	display:block;
	content:'';
	background-color:#f3f3f3;
	
	position:absolute;
	top:0;
	left:10%;
}
.service-block .detail .text {
	padding:15px 20px;
	display:table-cell;
	vertical-align:top;
}

.service-block .detail .text p:last-child {
	margin-bottom:0px;
}
.service-block .detail .image {
	display:none;
	vertical-align:top;
}


/*** Image Hover Styles
------------------------------------------------------------- ***/

.gallery-box {
	border:1px solid #f3f3f3;
}
.gallery-box figcaption .image-popup,
.gallery-box figcaption .link {
	margin-top:-27.5px;
	position:absolute;
	top:50%;
	left:45%;
}
/*.gallery-box figcaption .image-popup {
	margin-left:-60px;
}*/
.gallery-box figcaption .link {
	margin-right:-60px;
}

.heading.animated.fadeInUp.in > h2 {
  font-size: 24px;
}

.content-section  p {
   color: #000000;
  font-size: 14px;
  line-height: 24px;
}
.padbtm-0 {
  padding-bottom: 0 !important;
}
#why-choose.AboutPage{ padding:0px !important;}

/*#why-choose.AboutPage .headingAbout::after {
  left: 22%;
}*/
/**** Contact Section------------------------------------------------------------ ****/

.activity-box {
	padding:20px 15px;
	margin-bottom:30px;
	border:1px solid #f3f3f3;
}
.activity-box.media > .pull-left {
	margin-right:20px;
	float:none !important;
}
.activity-box .media-body p {
	margin-bottom:20px;
	font-size:13px;
}

/**** Contact Section 
------------------------------------------------------------ ***/

.contact-form ul {
	padding:0px;
	margin-bottom:0px;
	list-style:none;
}
.form-wrap {
	position:relative;
}
.contact-info {
	margin-bottom:30px;
}
.contact-list li {
  font-size: 15px;
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
}
.contact-list li a {
	color:inherit;
}
.contact-list li:before {
  font-family: 'FontAwesome';
	content:'';
	position:absolute;
	left:0px;
	top:0px;
}
.contact-list li.address:before {
	content:'\f041';
}
.contact-list li.phone:before {
	content:'\f095';
}
.contact-list li.fax:before {
	content:'\f1ac';
}
.contact-list li.email:before {
	content:'\f003';
}

#map-canvas {
	width:100%;
	height:300px;
}

.form-control.datepicker {
	padding: 6px 12px;
}
.datepicker td, .datepicker th {
	line-height: 20px;
}
.input-date {
	display: block;
	position: relative;
}
.input-date:after {
	width: 20px;
	height: 20px;
	content: '';
	display: block;
	pointer-events:none;
	font-family: FontAwesome;
	content: "\f073";
	font-size: 18px;
	line-height: 20px;
	color: #d0d0d0;
	position: absolute;
	right: 10px;
	top:13px;
}
.logo {
  float: left;
  margin-top: 0;
  width: 159px;
}
.logo img {
    width: 100%;
}

.language select {
  background: #525866 none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  overflow: hidden;
}


.tp-bar .navbar {
  width: auto;
  float: right;
}
/*.navbar-nav > li > a {
  padding:25px 20px;
}*/
.navbar-nav > li > a {
    padding: 12px 6px;
    text-transform: capitalize;
    font-size: 26px;
}

.header {
  background: #64baa9 none repeat scroll 0 0;
  min-height: 160px;
  padding-bottom: 0;
  width: 100%;
}
.header .menu-line {
  background: #f7fcfc none repeat scroll 0 0;
  font-family: Arial;
  height: 50px;
  width: 100%;
}
.wrapper {
  margin: 0 auto;
  max-width: 1920px;
  width: 100%;
}
.header .menu-line .left-list {
  float: left;
  font-size: 11px;
  line-height: 50px;
}
.header .menu-line .right-list {
  float: right;
  line-height: 50px;
  max-height: 50px;
}
.left-list .cf > li {
  color: #ffffff;
  float: left;
  list-style: outside none none; margin-left:15px;
}
.left-list .cf > li:first-child { margin-left:0;}
.left-list .cf li a {
  color: #afb2b2;
}
.right-list .cf > li {
  float: left;
  list-style: outside none none;
  margin-left: 15px;
}
.right-list .cf > li:first-child { margin-left:0;	}


.phone_boxs > ul {  margin: 0;  padding: 0;}
.language {
    float: left;
}
.top-header-box {
/*  margin: 0 auto;
  width: 488px;*/
}

.top-header-box {
  margin: 0 auto;
  width: 800px;
}
.top-header-box .phone_boxs {
  float: right; padding:0; margin:0;
}

.top-header-box .phone_boxs li {
  border-left:1px solid #09807c;
  display: block;
  float: left;
  list-style: outside none none;
  margin-left: 0;
  padding:0px;transition: all 0.4s ease 0s;
  
}
.top-header-box .phone_boxs li a:hover i{ color:#09807c; }
.top-header-box .phone_boxs li a:hover { color:#fff; }

.top-header-box .social-links {
  float: left;
  margin-left: 50px;
  margin-top: 13px;
}


.top-header-box .social-links li a {
  color: #ffffff;
  display: block;
  font-size: 38px;
}
.fa.fa-facebook-square:hover {
  color:#6C94E2!important;
}

.fa.fa-google-plus-square:hover {
  color: #DC473A !important;
}
.wrapper > header {
  position: relative;
  z-index: 99;
    box-shadow: -1px 17px -11px #888888;
}


.sticky-menu-trigger {
  padding: 0; background:#0F9E9C;
}
.phone_boxs a {
  color: #ffffff;
  display: block;
  padding: 10px 12px;
}

/*.phone_boxs li a:hover p{ color:#666666;}*/

.phone_boxs span {
  display: block;
  line-height: 23px;
}
.phone_boxs p {
  display: inline-block;
  line-height: 7px;
  margin-bottom: 0;
  padding-left: 10px;
  font-weight: bold;
}
.phone_boxs li:first-child {
  margin-left: 0; /*border-left:0;*/
}
.phone_boxs li i{
  display: inline-block;
  font-size: 40px;
}
.footer .widget.widget_contact li {
  padding-left: 0 !important;
}
.content {
    display: block;
    margin: 0 auto;
    width: 940px;
}
.pws_tabs_container, .pws_tabs_controll a {
  font-size: 16px;
}
.pws_tabs_container {
  box-sizing: border-box;
  width: 100%;
}
.pws_tabs_container ul.pws_tabs_controll {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
#about .pws_tabs_container ul.pws_tabs_controll li {
  display: inline-block;
  width: 49.5%; margin-left:1%;
}
#about .content-section {
  padding: 20px;
}

#latest .pws_tabs_container ul.pws_tabs_controll li {
  border-left: 2px solid #fff;
  display: inline-block;
  width: 25%;
}
#latest .pws_tabs_container ul.pws_tabs_controll li:first-child{ margin-left:0; border-left:0;}



#latest .pws_tabs_container ul.pws_tabs_controll li:first-child{ margin-left:0;}
#latest {
  background: #eee none repeat scroll 0 0;
  margin-top: -8px;
  padding: 50px 0;
  position: relative;
}
#latest .news-area {  padding: 10px;}
.pws_tabs_container ul.pws_tabs_controll li a {
  background-color:#054c92;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  text-decoration: none;
}
.pws_tabs_container, .pws_tabs_controll a {
  font-size: 16px;
}

.pws_tabs_container ul.pws_tabs_controll li a.pws_tab_active {
  background-color: #109c99;
}
.content a {
  color: #fff5c3;
  text-decoration: underline;
}
#about {
  background: rgb(243, 243, 243) none repeat scroll 0 0;
}
#banner #jssor_1 {
  height: 434px !important;
}

#about.iconic.icon-heart.collapsed{background-color: #a8cf45;}

#why-choose {
  /*background: #f5f5f5 none repeat scroll 0 0;*/
  position:relative;
  padding: 50px 0 0;
}
#why-choose .tittle h2 {
  font-size: 40px;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  margin-bottom:40px;
}
#why-choose .tittle span {
  color: #8cc63f;
}
/*.headingAbout::after {
  background-image: url("../images/border.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  bottom: -40px;
  content: "";
  display: block;
  height: 33px;
  left: 0;
  position: absolute;
  transition: all 0.4s ease 0s;
  width: 249px;
}*/
.headingAbout::after {
	background-image: url("../images/border.png");
	background-repeat: no-repeat;
	background-size: 239px;
	bottom: -40px;
	content: "";
	display: block;
	height: 33px;
	left: 0;
	position: absolute;
	transition: all 0.4s ease 0s;
	width: 100%;
	background-position: center center;
}
.headingAbout {
  margin: 0 auto 55px;
  padding-bottom: 5px;
  position: relative;
  text-align: center;
  width: 80%;
}
.headingAbout h1 {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: normal;
  margin-bottom: 10px;
  font-family: oswald;
  color: #950a0a;
}
.headingAbout h1 span {
    color: #302960;
}
.headingAbout  p {
  color: #950a0a;
  font-size: 16px;
  margin-bottom: 0;
}
#why-choose .col-sm-4 i {
  color:#190b73bd;
  content: "";
  display: block;
  font-family: "FontAwesome";
  font-size: 19px;
  left: -5px;
  position: absolute;
  top: -2px;
}
.cover-intro h4 {
  margin: 5px 0 !important;
  text-transform: capitalize;
}
.dept {
  color: #8c8c8c;
  font-size: 12px;
  margin-bottom: 5px;
}

.phone {
  color: #8c8c8c;
  font-size: 12px;
  margin: 5px 0;
}
.phone i {
  font-size: 18px;
  padding-right: 10px;
}

legend::after {
  background-color: #950a0a;
  bottom: -2px;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  width: 150px;
}
legend {
  position: relative;
}
#why-choose .col-sm-4 {
    list-style: outside none none;
    padding-left: 18px;
    margin-bottom: 0;
    vertical-align: top;
    display: inline-block;
    min-height: 220px;
    float: none;
    width: 210px;
    text-align: left;
}
#why-choose ul {
  padding: 0;
}
#why-choose .col-sm-4 p {
  color: #000000;
  font-size: 14px;
  line-height: 24px;
}

.dep-sec-txt > p {
  margin-bottom: 15px;
  text-align: left;
}

.banner {
  position: relative;
}
.carousel-caption.right {
  left: auto;
  margin-right: -420px;
  right: 50%;
  top: 29%;
  width: 270px;
}
.carousel-caption.left {
  left: 50%;
  margin-left: -550px;
  top: 29%;
  width: 423px;
}
.carousel-caption {
  color: #ffffff;
  text-align: left;
  text-shadow: none;
  text-transform: uppercase;
  z-index: 2;
}
.carousel-caption h1 {
  color: rgb(255, 255, 255);
  display: block;
  font-family: "Champagne-Limousines-Bold";
  font-size: 75px;
  margin: 0 0 15px;
  position: relative;
  z-index: 0;
}
.carousel-caption.left > h1::after {
  background-color: rgb(197, 199, 198);
  content: "";
  height: 100%;
  left: -99%;
  position: absolute;
  top: 0;
  transform: skewX(-50deg);
  width: 200%;
  z-index: -1;
}
.grey .carousel-caption.left > h1::after {
    background-color: rgb(39, 34, 98);
}

.blu .carousel-caption.left > h1::after {
    background-color: #950a0a;
}

.carousel-caption h3 {
  font-family: "Champagne-Limousines-Bold";
  font-size: 25px;
  line-height: 24px;
  margin: 0;
}
.grey .carousel-caption h3{
     color: rgb(149, 10, 10);
}
.blu .carousel-caption h3{
     color: #302960;
}
.carousel-indicators {
  z-index: 9;
}
.carousel-control {
  background-image: none !important;
  bottom: 20px;
  color: rgb(48, 41, 96);
  font-size: 14px;
  height: 30px;
  left: 100px;
  opacity: 1;
  position: absolute;
  text-align: center;
  text-shadow: none;
  top: auto;
  width: 30px;
    z-index: 8;
}
#myCarousel .carousel-inner .item {
  overflow: hidden;
}
.carousel-control.right {
  left: 140px;
  right: auto;
}
.carousel-control:hover, .carousel-control:focus {
  color: rgb(48, 41, 96);
  opacity: 0.9;
  outline: 0 none;
  text-decoration: none;
}
.floatRight {
  float: right;
}
.main-bnr-text {
  /*background: rgba(88, 88, 90, 0.39) none repeat scroll 0 0;*/
  left: 50%;
  margin-left: -555px;
  padding: 30px 25px 0;
  position: absolute;
  text-align: left;
  top: 45%;
  width: 520px;
  z-index: 2147483647;
}

.main-bnr-text h5 {
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.main-bnr-text h1 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 11px; color:#fff;
}
.main-bnr-text p {
	color:#fff;
}
.main-bnr-text .btn {
  border-color: #ffffff;
  color: #ffffff;
  margin-top: 50px;
}


.department {
  background: #ffffff none repeat scroll 0 0;
  text-align: center; position: relative;
}
.department .dep-sec-nav {
  width: 241px;
}
.department .ab-cnter {
  left: 0;
  margin: 0 auto;
  position: relative;
  right: 0;
  z-index: 999;
}
.department .tab-content {
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/*.department .dep-sec-img {
  float: left;
  width: 41%;
}*/
.department .dep-sec-img {
  float: left;
  width: 52.7%;
}
.department img {
  width: 100%;
}
.department .dep-sec-txt {
  float: right;
  padding: 0 40px;
  width:41%;
}
.department .tab-content .tittle {
  margin-bottom: 0;
  margin-top: 30px;
}
.department .tab-content .tittle > h2 {
  margin-bottom: 10px;
  text-align: left;
  text-transform: capitalize;
}
.department .tab-content .fact {
  margin-bottom: 20px;
  margin-top: 20px;
}
.btn {
    background: #302960;
    border-radius: 0;
    color: #ffffff !important;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin-top: 5px;
    min-width: 130px;
    padding: 12px 30px;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out 0s;
    border: 0;
}

.btn-1 {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #666;
}
.department .nav-tabs {
  background:#054c92;
  border: medium none;
  display: inline-block;
  padding: 0;
  position: relative;
  width: 100%;
}
.department .nav-tabs li {
  border: medium none;
  margin: 0;
  width: 100%;
}
small.patient {
  color: #999;
}
.testi-sec > p {
  margin-bottom: 10px;
}
.testi-sec .fa-quote-left, .testi-sec .fa-quote-right {
  color: #262262;
  position: relative;
  opacity: 0.3;
}
.name {
    display: block;
    font-size: 18px;
    line-height: normal;
    color: #302960;
}
.widget img {
  height: auto;
  max-width: 100%;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.col-xs-12.post-info {
  font-size: 12px;
}
#latest .owl-theme .owl-controls .owl-page span {
  border-radius: 0;
  display: block;
  height: 5px;
  margin: 0;
  opacity: 1;
  width: 27px;
}
#latest .owl-theme .owl-controls .owl-page {
  display: inline-block;
  margin: 0 4px;
  width: 27px;
}
.gallerySection .widget-post-thumb.img-responsive {
  float: left;
  margin-right: 14px;
  width: 150px;
  margin-bottom: 14px;
}
.gallerySection {
  list-style: outside none none;
  margin-top: 10px;
  padding-left: 25px;
}
.headers::after {
  background-color: #1f05c7;
  content: "";
  display: block;
  height: 50px;
  opacity: 0.3;
  position: absolute;
  right: 30px;
  top: 0;
  transform: skewX(45deg);
  -webkit-transform: skewX(45deg);
  -o-transform: skewX(45deg);
  width: 40px;
}
.rowlist {
  border-bottom: 1px solid #ccc;
  display: block;
  height: auto;
  margin-top: 18px;
  padding-bottom:18px;
  overflow: hidden;
}
.widget-post-thumb.img-responsive {
  float: left;
  width: 100px;
  margin-right: 14px;
}
 .widget-post-title > span {
    color: #950a0a;
}
.custum-blog {
  padding: 40px 0;
}
.custum-blog .last-item {
  list-style: outside none disc;
}
.mango ul li{
    list-style:none;
}
.mango ul {
    padding-left: 12px;
}
.custum-blog ul {
  padding-left: 10px;
}
.custum-blog h3 {
  color: #262262;
  font-weight: bold;
  text-transform: capitalize;
}
.custum-blog li b {
    color: #109c99;
}
.custum-blog p {
  color: #8b8b8c;
  margin-bottom: 5px;
  padding-bottom: 0;
}

.custum-blog .blog-btm > ul > li > a:hover {
  background-color: #15aca9;
  color: #262262;
}

.rowlist:nth-child(3) {
  border-bottom: none;
}
.image-info {
  padding-right: 0;
}
.testi-sec .fa-quote-left {
  font-size: 20px;
  margin-right: 4px;
  top: -2px;
}
.testi-sec .fa-quote-right {
  bottom: -8px;
  font-size: 20px;
    margin-left: 4px;
  
}
#latest .headers {
  color: #ffffff;
  display: block;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  text-decoration: none;
  background-color: #950a0a;
  position:relative;
  overflow:hidden;
}
.department .nav-tabs li.active a::before {
  color: #15aca9;
  content: "";
  font-family: "FontAwesome";
  font-size: 50px;
  left: auto;
  position: absolute;
  right: -19px;
  top: -17px;
  z-index: 8;
}
.department .nav-tabs li.active a {
  background: #15aca9 none repeat scroll 0 0;
}
.department .nav-tabs li a {
  -moz-border-bottom-colors: none !important;
  -moz-border-left-colors: none !important;
  -moz-border-right-colors: none !important;
  -moz-border-top-colors: none !important;
  border-color: -moz-use-text-color -moz-use-text-color rgba(255, 255, 255, 0.3) !important;
  border-color: rgba(255, 255, 255, 0.3) !important;
  border-image: none !important;
  border-radius: 0;
  border-style: none none solid !important;
  border-width: medium medium 1px !important;
  color: #ffffff;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 3px;
  margin: 0;
  padding:13.6px 0 13.8px 18px;
  text-align: left;
  text-transform: uppercase;
  background-color:#262262;
}

.department .nav-tabs > li > a:hover{background:#15aca9 !important;}
.fact li{ list-style:none;}
.fact.row {  padding-left: 0;}
.fact li p {  margin-bottom: 0; text-align:left;}
.btn {  padding: 10px; }
.department .nav-tabs li.active a {
  color: #fff;
}

.department .emergancy-bg {
  background: rgba(0, 0, 0, 0) url(../images/emergancy.jpg)  no-repeat scroll center center / cover ;
  height: 317px;
  position: relative;
}
.department .orthopedic-bg {
  background: rgba(0, 0, 0, 0) url(../images/orthopedic.jpg) no-repeat scroll center center / cover ;
  height: 317px;
  position: relative;
}
.department .sport-medicine-bg {
  background: rgba(0, 0, 0, 0) url(../images/sports-medicine.jpg) no-repeat scroll center center / cover ;
  height: 317px;
  position: relative;
}
.department .gaynic-bg {
  background: rgba(0, 0, 0, 0) url(../images/gynecology.jpg) no-repeat scroll center center / cover ;
  height: 317px;
  position: relative;
}
.department .cardio-bg {
  background: rgba(0, 0, 0, 0) url(../images/cardiology.jpg) no-repeat scroll center center / cover ;
  height: 317px;
  position: relative;
}
.department .urology-bg {
  background: rgba(0, 0, 0, 0) url(../images/urology.jpg) no-repeat scroll center center / cover ;
  height: 317px;
  position: relative;
}
.department .cosmetic-surgery-bg {
  background: rgba(0, 0, 0, 0) url(../images/cosmetic-surgery.jpg) no-repeat scroll center center / cover ;
  height: 317px;
  position: relative;
}

.dr-quote {
  background-image: url("../images/dr-testimonial-bg.jpg");
  background-color: rgba(0, 0, 0, 0) ;
  background-repeat:no-repeat;
  background-attachment:fixed;
  background-size: 100% auto;
  height: 260px;
  text-align: center;
  width: 100%;
  background-position: center;
}
.dr-quote span.quote {
  color: #ffffff;
  display: inline-block;
  font-family: "Raleway",sans-serif;
  font-size: 43px;
  font-weight: 800;
  line-height: 40px;
  margin: 9% 0 0;
}
.dr-quote span.name {
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  font-style: italic;
  margin: 13px 0 0;
}
.section-social {
  background: #666666 !important;
}
.section-social .social-opener {
  background: #666666 !important;
}
.dark-testi {
  background: rgba(0, 0, 0, 0) url("../images/testimonial-bg.jpg") no-repeat fixed 0 0 / 100% auto;
  text-align: center;
  width: 100%;
}
.main-title {
  margin: 0 0 50px;
}
.dark-testi .main-title h2 {
  color: #ffffff;
}


.patients-testi .testi-sec img {
  border-radius: 100%;
  width: 104px;
}
.height10 {
    height: 10px;
}
.patients-testi .testi-sec span.name {
  color:#ffcc29;
}
.dark-testi .testi-sec span.patient {
  color: #ffffff;
}
.height30 {
  height: 30px;
}
.dark-testi .testi-sec p {
  color: #ffffff;
}
.height35 {
  height: 35px;
}
.owl-theme .owl-controls {
  margin-top: 0px;
  text-align: center;
}
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  margin: 0 4px; width:77px;
}
.owl-theme .owl-controls .owl-page span {
  background: #b7b7b7 none repeat scroll 0 0;
  border-radius: 0;
  display: block;
  height: 5px;
  margin: 0;
  opacity: 1;
  width: 77px;
}
.patients-testi .testi-sec p {
  display: inline-block;
  font-family: "Raleway",sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 20px;
  width: 92%;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
  opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #302960;
}

/*#latest .owl-carousel .owl-item {
  float: left;
  min-height: 300px;
  position: relative;
  width: 250px !important;
}
#latest .owl-theme .owl-controls {
  bottom: 20px;
  left: -69%;
  margin-top: 0;
  position: absolute;
  text-align: center;
}*/


.main-title {
  margin: 0px 0 0 0;
}
.patients-testi {
  padding: 40px 0; margin-top:-8px;
}
.patients-testi .testi-sec span.name {
  display: block;
  font-size: 22px;
  font-weight: 600;
  color:#fff;
}
.dark-testi .testi-sec span.patient {
  color: #ffffff;
}
.input__label-content--kohana, .icon--kohana, .input__field--kohana:focus + .input__label--kohana .input__label-content--kohana, .input--filled .input__label-content--kohana {
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.icon--kohana {
  color: #ffffff !important;
  display: inline-block;
  font-size: 25px !important;
  left: 8px !important;
  margin-top: 0.9em;
  top: -6px !important;
  transform: translate3d(-2em, 0px, 0px);
  transition: transform 0.3s ease 0s;
}
.navbar-nav .nav-dropdown {
  background: #fff none repeat scroll 0 0;
  left: 0;
  margin-top: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  visibility: hidden;
  width: 319px;
  z-index: 400;
}
.navbar-nav li .nav-dropdown li  a{ color:#262262 !important;}


 /* jssor slider bullet navigator skin 05 css */
        /*
        .jssorb05 div           (normal)
        .jssorb05 div:hover     (normal mouseover)
        .jssorb05 .av           (active)
        .jssorb05 .av:hover     (active mouseover)
        .jssorb05 .dn           (mousedown)
        */
        .jssorb05 {
            position: absolute;
        }
        .jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
            position: absolute;
            /* size of bullet elment */
            width: 16px;
            height: 16px;
            background: url('img/b05.html') no-repeat;
            overflow: hidden;
            cursor: pointer;
        }
        .jssorb05 div { background-position: -7px -7px; }
        .jssorb05 div:hover, .jssorb05 .av:hover { background-position: -37px -7px; }
        .jssorb05 .av { background-position: -67px -7px; }
        .jssorb05 .dn, .jssorb05 .dn:hover { background-position: -97px -7px; }

        /* jssor slider arrow navigator skin 22 css */
        /*
        .jssora22l                  (normal)
        .jssora22r                  (normal)
        .jssora22l:hover            (normal mouseover)
        .jssora22r:hover            (normal mouseover)
        .jssora22l.jssora22ldn      (mousedown)
        .jssora22r.jssora22rdn      (mousedown)
        */
.jssora22l{
  bottom: 174px !important;
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: absolute;
  right: 137px !important;
  top: auto !important;
}
.jssora22r {
  bottom: 174px !important;
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: absolute;
  right: 100px !important;
  top: auto !important;
}
        .jssora22l { background-position: -10px -31px; }
        .jssora22r { background-position: -70px -31px; }
        .jssora22l:hover { background-position: -130px -31px; }
        .jssora22r:hover { background-position: -190px -31px; }
        .jssora22l.jssora22ldn { background-position: -250px -31px; }
        .jssora22r.jssora22rdn { background-position: -310px -31px; }
.jssora22l .fa.fa-angle-left, .jssora22r .fa.fa-angle-right {
  border: 1px solid #054c92;
  color: #054c92;
  display: block;
  font-size: 25px;
  padding: 0 10px;
}
.jssora22l .fa.fa-angle-left:hover, .jssora22r .fa.fa-angle-right:hover {
 /* background: #E0C059 none repeat scroll 0 0;*/
 }
 .department .container {
  padding: 0;
  width: 1344px;
}
.footer .widget.widget_contact a:hover {
  color: #6eb8ee;
}
/*preloader style*/
.preloading-screen {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #ffffff;
  z-index: 99999;
}

#home::before {
  background-color: transparent;
  content: "";
  display: block;
  height: 90px;
  left: -150px;
  position: absolute;
  top: 0;
  transform: skewX(-35deg);
  -webkit-transform: skewX(-35deg);
  -o-transform: skewX(-35deg);
  width: 40%;
}
marquee,marquee a{
    color: #fff;
}
#header.darkHeader a.on.brouchure.blue-bg {
    background-color: #302960; color: #fff
} 

/*-------- NEW CSS --------*/
.navbar .brouchure{
    
}
.navbar .brouchure i {
  display: inline-block;
  padding-left: 3px;
  position: relative;
  top: -2px;
}
.issuuembed.issuu-isrendered div:nth-child(2) {
  display: none;
}
.modal-open {
    overflow: auto !important;
  padding-right: 0 !important;
}

.main-bnr-text span {
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 5px 5px 0 -1px #15aca9;
	color: #262262;
	/*display: block;*/
  font-family: "Comfortaa", cursive;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 11px;
	padding: 8px;
	text-transform: none;
	width: auto;
}
.logoDiv {
    background-color: transparent;
    left: 0;
    padding: 0;
    position: relative;
    top: 10px;
    width: auto;
    z-index: 3;
    float: left;
}
.tp-bar .navbar {
    float: right;
    width: auto;
}

.department .tab-content .tittle > h2 {
	margin-bottom: 10px;
	text-align: left;
	text-transform: uppercase;
	font-size: 25px;
    color: rgb(229, 52, 58);
}
.department .dep-sec-nav {
	width: 331px;
}
.cover-intro > p {
  margin-bottom: 10px;
}
.department .nav-tabs li a {
  padding: 6.1px 0 6.1px 8px !important;
}
.department .dep-sec-txt {
	float: right;
	padding: 0 40px;
	width: 35%;
}
.department .tab-content .fact {
	margin-bottom: 20px;
	margin-left: 0;
	margin-top: 20px;
}
.department .dep-sec-txt {
	float: right;
	padding: 0 20px;
	width: 35%;
}
.outterbox h4 {
    /* background-color: #262262; */
    color: #262262;
    font-size: 21px;
    padding: 0;
    position: relative;
    top: 0;
    z-index: 5;
    text-transform: capitalize;
}
.mobile {
  margin-left: 20px;
}
.footer input.subscribe-field[type="tel"] {
  background: #f5f5f5 none repeat scroll 0 0;
  border: medium none;
  color: #444444;
  display: inline-block;
  height: 41px;
  padding: 0 18px;
  vertical-align: top;
}

.subscribe > form {
  float: left;
}


.hide {
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}

.accordion {
  background: none none repeat scroll 0 0;
  border: 1px solid #e0e0e0;
  padding: 0;
  width: 100%;
}
.make-appointment .accordion {
  background: transparent none repeat scroll 0 0;
  border: none;
}

ul{ list-style:none;}

.accordion-item {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
}
.accordion-item:last-child {
  border-bottom: none;
}

.accordion-label {
  display: block;
  font-size: 18px;
  font-weight: normal;
  padding: 10px 0 10px 40px;
  width: 100%;
}
.accordion-label:hover {
  cursor: pointer;
}
.accordion-label:before {
  content: '\f067';
  font-family:FontAwesome;
  position: absolute;
  height: 5px;
  width: 5px;
  top: 12px;
  left: 12px;
  display: inline-block;
  color: #262262;    
}
input[type=checkbox]:checked ~ .accordion-label:before {
  content: '\f068';
}
.accordion-child > .Headings {
  background-color: #950a0a;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
}
.accordion-child > li {
  text-align: center;
  width: 84%;
  font-size:14px;
  margin-left: 35px;
      margin-top: 4px;
  }
.accordion-child > li {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: -moz-use-text-color #ccc #ccc;
  border-image: none;
  border-style: none solid solid;
  border-width: medium 1px 1px;
}
.accordion-child {
  margin: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  height: 0;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: center top;
          transform-origin: center top;
}
input[type=checkbox]:checked ~ .accordion-child {
  border: 1px solid #e0e0e0;
  
  background: #fff;
  box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
  padding: 20px;
  height: auto;
  opacity: 1;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}


.site-banner{
  background-color: #8e0909 !important;
}


/*======== EXPERTISE =======*/
 .panel-title .iconic::before{
  background-color: #15aca9 !important;
}


.proposal {
  width: 100%;
  margin: 0 auto;
}


/*.post-content-left {
  float:left;
  width: 250px;
  margin: 0 20px 0 0;
}
.post-content-right {
  float:left;
  width:750px;
}*/


/* ui */
.NewTabs .iconic::before {
  background-image: url("../images/expertise.png");
  background-position: 0 -751px;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 52px;
  margin: -15px 15px -20px -15px;
  width: 54px;
  background-size:140px auto;
}
li.ui-state-active a {
  background-color: #262262;
  color: #fff;
  font-weight: bold;
}
.col-md-3.NewTabs {
  display: none;
  width: 28%;
}
.proposal .col-md-8 {
  width: 100%;
}
.ac {
  float: right;
  width: 50%;
}
.NewTabs li.ui-state-active::after {
  color: #ffffff;
}
/*.NewTabs .icon-heart::before {
  background-position: 5px -3px;
}*/
.NewTabs .icon-heart::before {
  background-image: url("../images/feedback.png");
  background-position: center center;
  background-size: 38px auto;
}
.NewTabs .icon-eye::before {
  background-position: 3px -125px;
}
.NewTabs .icon-woman::before {
  background-position: -44px -15px;
}
.NewTabs .icon-ambulance::before {
  background-position: -90px -2px;
}
.NewTabs .icon-kit::before {
  background-position: -57px -124px;
  background-size: 145px auto;
}
.NewTabs .icon-gastro::before {
  background-position: -92px -56px;
}
/*.NewTabs .icon-lapro::before {
  background-position: -100px -119px;
  background-size: 150px;
}*/
.NewTabs .icon-lapro::before {
  background-position: center center;
  background-size: 40px auto;
  background-image:url("../images/enquiry.png");
}
/*.NewTabs .icon-ent::before {
  background-position: -70px -80px;
  background-size: 170px;
}*/
.NewTabs .icon-ent::before {
  background-image: url("../images/testimonial.png");
  background-position: center center;
  background-size: 40px auto;
}
.NewTabs .icon-cosme::before {
  background-position: 1px -72px;
  background-size: 150px auto;
}
.NewTabs .icon-obe::before {
  background-position: -98px -176px;
  background-size: 150px auto;
}
.NewTabs .icon-physio::before {
  background-position: -40px -190px;
  background-size: 160px auto;
}
.NewTabs .iconic::before{
  background-color: #15ACA9;
}
.NewTabs li::after {
  color: #999999;
  content: "";
  font-family: FontAwesome;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 13px;
  display:none;
}
.ui-tabs-panel .cover h1{
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.NewTabs a {
  border: 1px solid #f3f3f3;
  color: inherit;
  display: block;
  padding: 10px 0 !important;
}
.NewTabs > li {
  background-color: transparent;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 0;
  position: relative;
  text-transform: capitalize;
}
.NewTabs > a {
  padding: 15px 20px;
}
.ui-tabs-vertical {
  width: 100%;
}

.ui-tabs-vertical .ui-tabs-nav, .NewTabs {
  padding: .2em .1em .2em .2em;
  float: left;
}

.ui-tabs-vertical .ui-tabs-nav li, .NewTabs li{
  clear: left;
  width: 100%;
  border-bottom-width: 1px !important;
  border-right-width: 0 !important;
  margin: 0 -1px .2em 0 !important;
}

.ui-tabs-vertical .ui-tabs-nav li a {
  display: block;
}

.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
  padding-bottom: 0;
  padding-right: .1em;
  border-right-width: 1px;
  border-right-width: 1px;
}

.ui-tabs-vertical .ui-tabs-panel {
  padding: 1em;
  float: right;
}
/*.AboutHead .headingAbout::after {
  left: 22%;
}*/
.pad0 { padding:0px !important;}




.ac-label {
  position: relative;
  margin-bottom: .5em;
  display: block;
  cursor: pointer;
  transition: background-color .15s ease-in-out;
}

.ac-label:hover:after, .ac-input:checked + .ac-label:after {
  background-color: #b5b5b5;
}

.ac-label:after, .ac-input:checked + .ac-label:after {
  content: "+";
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  width: 2em;
  color:#ffffff;
  height: 100%;
  line-height: 2.25em;
  text-align: center;
  background-color: #060242;
  transition: background-color .15s ease-in-out;
}
.ac-sub .ac-label::after {
  color: rgb(25, 11, 115);
  content: "\f054";
  display: block;
  font-family: fontawesome;
  font-size: 10px;
  height: 100%;
  left: 9px !important;
  position: absolute;
  right: auto;
  text-align: center;
  top: 10px;
  transition: background-color 0.15s ease-in-out 0s;
}
.ac-sub .ac-input:checked + .ac-label:after {
  content: "\f078";
  color: #190b73;
  display: block;
  font-family: fontawesome;
  font-size: 10px;
  height: 100%;
  left: 9px !important;
  position: absolute;
  right: auto;
  text-align: center;
  top: 10px;
  transition: background-color 0.15s ease-in-out 0s;

}
.ac-input {
  display: none;
}

.ac-text, .ac-sub-text {
  opacity: 0;
  height: 0;
  margin-bottom: .5em;
  transition: opacity .5s ease-in-out;
  overflow: hidden;
}

.ac-input:checked ~ .ac-text, .ac-sub .ac-input:checked ~ .ac-sub-text {
  opacity: 1;
  height: auto;
}

.ac-sub .ac-label {
  background: none;
  font-weight: 600;
  padding: .5em 2em;
  margin-bottom: 0;
}

.ac-sub .ac-label:checked {
  background: none;
  border-bottom: 1px solid whitesmoke;
}

.ac-sub .ac-label:after, .ac-sub .ac-input:checked + .ac-label:after {
  left: 0;
  background: none;
}

.ac-sub .ac-input:checked + label, .ac-sub .ac-label:hover {
  background: none;
}

.ac-sub-text {
  padding: 0 1em 0 1em;
}
.ac-sub-text > ul {
  list-style: inherit;
}
.ac-sub-text > p {
  margin: 0 0 15px;
}
.ac-sub-text > span {
  border-bottom: 1px solid #000;
  font-size: 17px;
}
.cover-intro ul {
  list-style: inherit;
}


.thankyou-note {
  font-size: 21px;
  text-align: center;
}

.content-section iframe {
  height: 688px;
  width: 100%;
}
.Margin_btm_15 {
  margin-bottom: 15px;
}
#header.darkHeader {
  position: fixed;
  width: 100%;
  z-index: 9;
}

.darkHeader .sticky-menu-trigger {
  display: none;
}

.main-appointment-form {
  text-align: center;
}
.main-title {
  margin: 0 0 50px;
}
.main-title h2 {
  font-weight: 100;
  margin: 0;
}
.main-appointment-form .icon-center {
  margin: 25px 0 35px -130px;
}
.main-appointment-form .appoint-icon {
  background-color: #02adc6;
}
.main-appointment-form .appoint-icon {
  border-radius: 100%;
  display: inline-block;
  height: 130px;
  margin: -57px 0 0;
  position: absolute;
  text-align: center;
  width: 135px;
  z-index: 2;
}
.main-appointment-form .appoint-icon i {
  color: #fff;
  display: inline-block;
  font-size: 48px;
  padding: 35px 0 15px;
}
.main-appointment-form .appointment-form {
  background: #02adc6 none repeat scroll 0 0;
}
.main-appointment-form .appointment-form {
  display: inline-block;
  padding: 3%;
  width: 73%;
}
.main-appointment-form section.bgcolor-a {
  position: relative;
  z-index: 5;
}
.main-appointment-form .appointment-form .form .input {
  margin: 8px 10px;
  width: 47%;
}
.input--kohana {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  overflow: hidden;
}
.main-appointment-form .appointment-form .form .input__label {
  padding: 15px 6px;
}
.appointment-form .form .input__label--kohana {
  color: #2a2a2a !important;
}
.input__label--kohana {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  pointer-events: none;
  position: absolute;
  text-align: left;
  width: 100%;
}
.appointment-form .form .icon--kohana {
  color: #5c5c5c !important;
  margin-top: -0.1em;
}
.icon--kohana {
  color: #fff !important;
  display: inline-block;
  font-size: 25px !important;
  left: 8px !important;
  margin-top: 0.9em;
  top: -6px !important;
  transform: translate3d(-2em, 0px, 0px);
  transition: transform 0.3s ease 0s;
}
.input__label-content--kohana {
  display: inline-block;
  transform: translate3d(-1.75em, 0px, 0px);
  transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
  width: auto;
}
.input__label-content--kohana, .icon--kohana, .input__field--kohana:focus + .input__label--kohana .input__label-content--kohana, .input--filled .input__label-content--kohana {
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.appointment-form .form .input__label-content {
  font-weight: 300;
  position: absolute;
}
.main-appointment-form .appointment-form .form .input__label-content {
  margin: -1px 0 0 15px;
}
.appointment-form .form .input textarea {
  height: 180px;
}
.main-appointment-form .appointment-form .form .input__field--kohana {
  background: #fff none repeat scroll 0 0;
  border-bottom: medium none;
}
.input {
  display: inline-block;
  margin: 0 35px 16px 0;
  position: relative;
  vertical-align: top;
  width: 31%;
  z-index: 1;
}
.main-appointment-form .appointment-form .form .input {
  margin: 8px 10px;
  width: 47%;
}
.main-appointment-form .appointment-form .form .input__field--kohana {
  background: #fff none repeat scroll 0 0;
  border-bottom: medium none;
}
.appointment-form .form .input__field--kohana {
  border-bottom: 1px solid #222;
}
.input__field--kohana {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-bottom: 2px solid #fff;
  color: #fff;
  font-family: "Raleway",sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding-left: 2.75em;
  width: 100%;
}
.input__field {
  background: #f0f0f0 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  display: block;
  float: right;
  padding: 20px 0 10px;
  position: relative;
  width: 60%;
}
.main-appointment-form .appointment-form .form .input__label-content {
  margin: -1px 0 0 15px;
}
.appointment-form .form .input__label-content {
  font-weight: 300;
  position: absolute;
}
.input__label-content--kohana, .icon--kohana, .input__field--kohana:focus + .input__label--kohana .input__label-content--kohana, .input--filled .input__label-content--kohana {
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.input__label-content--kohana {
  display: inline-block;
  transform: translate3d(-1.75em, 0px, 0px);
  transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
  width: auto;
}
.input__label-content {
  display: block;
  position: relative;
  width: 100%;
}
.no-pad-ltr { padding-left:0px !important; padding-right:0px !important;}
.get_in_touch_form .wpcf7-form-control.wpcf7-text {
  height: 40px;
}


input[type=radio] { display:none; }
input[type="radio"] + label {
  float: left;
  font-size: 2.5em;
  line-height: normal;
  margin: -10px 20px;
}
input[type=radio] + label:before {
  display: inline-block;
  content: "\f111";
  font-family: "FontAwesome";
  padding-right: .3em; 
}
input[type=radio]:checked 
+ label:before {
  content: "\f058";
  color: #0F9E9C;
}



/*======== NEW LEFT SIDE =====*/
.left-column {
  width: 100%;
  float: left;
}

.right-column {
  width:100%;
  float: right;
  position: relative;
}

a.left-btn {
  width: 100%;
  text-align: left;
  background: #000;
  display: block;
  padding: 10px 0 10px 20px !important;
  margin: 20px 0;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.left-btn:before {
  position: absolute;
  text-align: left;
  overflow: hidden;
  padding: 10px 0 10px 20px;
  top: 0;
  left: -100%;
  content: attr(data-text);
  width: 100%;
  height: 100%;
  background: #b63b3b;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.left-btn:hover:before {
  left: -90%;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.left-btn.active:before {
  left: 0;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

/*.content-section {
  background: #333 none repeat scroll 0 0;
  color: #fff;
  display: none;
  font-size: 30px;
  margin: 20px 0;
  opacity: 0;
  padding: 20px;
  top: -200px;
  width: 100%;
}*/

#content-1 {
  display: block;
  opacity: 1;
  top: 0;
}
.offerHolder img {
    width: 100%;
}
.offerHolder {
    margin-top: 20px;
}
.submenu_3.nav-dropdown {
  left: auto;
  right: -50%;
  top: 0;
}

.blog-btm {
  display: none !important;
}




.read-more-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height .5s ease;
}

.read-more-toggle {
  display: none;
}

.read-more-toggle-label {
  color: #ffffff;
  cursor: pointer;
  padding: 5px;
}
.read-more-toggle-label:after {
  content: "More";
  display: inline-block;
}

.read-more-toggle:checked + .read-more-content {
  display: block;
  /* css animation won't work with "auto"; set to some height larger
	than the content */
  max-height: 1000px;
}

.read-more-toggle:checked + .read-more-content + .read-more-toggle-label:after {
  content: "Less";
}





/*************************** header start ***********************/

.form-fixed {
    position: fixed;
    right: 0;
    top: 98px;
    z-index: 3;
    /* background-color: #302960; */
    height: 100%;
        transition: 0.2s ease all;
}
.form-fixed ul {
    text-align: center;
    width: 100px;
    padding: 0;
}
.form-fixed li {
    display: inline-block;
    padding-bottom: 0;
    padding: 8.3px 5px;
    width: 100%;
    /* text-align: center; */
    background-color:#190b73;
    vertical-align: top;
}
.form-fixed li span.tooltiptext {
    line-height: 15px;
    color: #fff;
    display: block;
}
    .form-fixed li a::after {
  border: 0px dashed #434343;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 4;
}
.form-fixed li a {
    display: block;
    /* margin: 5px; */
    padding: 14.5px 0;
    position: relative;
    /* background-color: #dddddd; */
    /* border-radius: 50%; */
    /* box-shadow: 0 0 21px -5px #000000; */
    /* width: 55px; */
    /* height: 55px; */
}
    .form-fixed li img {
  position: relative;
  vertical-align: middle;
  width: auto;
}
.form-fixed li:nth-child(even) {
    background-color: #950a0a;
}

.form-fixed.shrinked {
    transform: scale(0.8) translate(13px);
}
.form-fixed.shrinked:hover {
    transform: scale(1) translate(0);
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 25%;
    left: 50%;
    margin-left: -166px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 1s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 28%;
    left: 50%;
    margin-left: 60px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
    transform: rotate(-90deg);
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
.tooltip {
  display: inline-block;
  opacity: 1;
  position: relative;
}
.accordion {
  border-radius: 0;
  float: left;
  list-style: outside none none;
  margin: 0 auto;
  padding-top: 0;
  position: relative;
  width: 100%;
  z-index: 9;
}
.make-appointment::after {
  background-color: transparent;
  content: "";
  height: 100%;
  left: 0%;
  position: absolute;
  top: 0;
  width: 50%;
}
.make-appointment ul {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
.link i {
  color: rgb(255, 255, 255);
  position: absolute;
  top: 15px;
}
.accordion.accordion-index2 {
	margin: 0px auto 0;
}
.accordion .link {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  color: rgb(77, 77, 77);
  cursor: pointer;
  display: block;
  float: left;
  font-size: 14px;
  font-weight: 700;
  padding: 5px 43px 5px 10px;
  position: relative;
  right: 0;
  top: 0;
  transition: all 0.4s ease 0s;
  width: 100%;
}
span.appointment-title {
  float: left;
  font-family: "Raleway",sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
.accordion li:last-child .link {
	border-bottom: 0;
}
.accordion li i {
	position: absolute;
	top: 16px;
	left: -48px;
	font-size: 18px;
	color: #595959;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.accordion > li {
  border: medium none;
  float: left;
  width: 100%;
}
.make-appointment .accordion {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
}
.accordion li .link i {
  color: rgb(255, 255, 255);
  font-size: 22px;
  left: auto;
  right: 20px;
  top: 14px;
}
.link.red::before {
  background-color: rgb(227, 30, 36);
  content: "";
  height: 100%;
  left: -570px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 4;
}
.link.red {
  background-color: rgb(227, 30, 36);
}
.accordion li.open .link {
	color: #b63b4d;
}
.icon--kohana {
}
.accordion li.open .link i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
#appointment_form > li {
  display: inline;
}
.accordion li.first-item .bgcolor-3::before {
  background-color: rgb(255, 255, 255);
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.accordion li.second-item .bgcolor-3::before {
  background-color: rgb(255, 255, 255);
  content: "";
  height: 100%;
  right: -100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

/**
 * Submenu
 -----------------------------*/

.accordion li .bgcolor-3 {
  background: rgb(255, 255, 255) none repeat scroll 0 0;
  display: none;
  float: left;
  font-size: 14px;
  padding: 0;
  width: 100%; position: relative;
}
.accordion .col-md-4.col-sm-4 {
  width: 100%;
}
.accordion .col-md-3.col-sm-3 {
  width: 100%;
}
.input {
  display: inline-block;
  margin: 0 34px 16px 0;
  position: relative;
  vertical-align: top;
  width: 30%;
  z-index: 1;
}
.input.last {
	margin: 0 0 0 0;
}
.input__field {
	position: relative;
	display: block;
	/*float: right;*/
	padding: 0.8em;
	width: 60%;
	border: none;
	border-radius: 0;
	background: #f0f0f0;
	-webkit-appearance: none; /* for box shadows to show on iOS */
	padding: 20px 0 10px 0;
}
.input__field:focus {
	outline: none;
}
.input__label {
	display: inline-block;
	float: right;
	padding: 20px 28px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-transform:capitalize;
}
.input__label-content {
	position: relative;
	display: block;
	width: 100%;
}
.graphic {
	position: absolute;
	top: 0;
	left: 0;
	fill: none;
}
.icon {
	color: #ddd;
	font-size: 150%;
}
input::placeholder {
  opacity: 1;
}
.input--kohana {
	overflow: hidden;
	background: none;
}
.input__field--kohana {
  background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
  border: 1px solid rgb(160, 160, 160);
  color: rgb(0, 0, 0);
  font-family: "Raleway",sans-serif;
  font-size: 16px;
  font-weight: 500;
  height: 34px;
  margin-top: 6px;
  padding-bottom: 0;
  padding-left: 9px;
  padding-top: 0;
  width: 100%;
}
textarea.input__field--kohana {
  height: 90px;
}
.input__label--kohana {
	position: absolute;
	width: 100%;
	text-align: left;
	pointer-events: none;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	font-family: 'Raleway', sans-serif;
}
.input__label-content--kohana {
	display: inline-block;
	width: auto;
	-webkit-transform: translate3d(-1.75em, 0, 0);
	transform: translate3d(-1.75em, 0, 0);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
}
.icon--kohana {
	display: inline-block;
	margin-top: 0.9em;
	-webkit-transform: translate3d(-2em, 0, 0);
	transform: translate3d(-2em, 0, 0);
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	color: #FFF !important;
	top: -6px !important;
	font-size: 25px !important;
	left: 8px !important;
}
.input__field--kohana:focus + .input__label--kohana .input__label-content--kohana, .input--filled .input__label-content--kohana {
	opacity: 0;
	-webkit-transform: translate3d(100px, 0, 0);
	transform: translate3d(100px, 0, 0);
}
.input__label-content--kohana, .icon--kohana, .input__field--kohana:focus + .input__label--kohana .input__label-content--kohana, .input--filled .input__label-content--kohana {
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.input__field--kohana:focus + .input__label--kohana .icon--kohana, .input--filled .icon--kohana {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

span.input.input--kohana.message {
	width: 52%;
}
.bgcolor-3 input[type="submit"] {
  background: rgb(238, 238, 238) none repeat scroll 0 0;
  border: 1px solid rgb(160, 160, 160);
  border-radius: 0;
  color: rgb(82, 88, 102);
  display: block;
  font-family: "Raleway",sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 40px;
  margin: 8px 0 33px;
  padding: 0;
  text-transform: uppercase;
  width: 100%;
}

.bgcolor-3 > ul {
  padding-left: 0;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}
/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}
/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}
/* button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}
/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
 border: 0;
 padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-next .ui-icon {
	background-position: right 0;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
	font-family: 'Raleway', sans-serif;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 0;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
	background-color: #DDD;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span, .ui-datepicker td a {
	display: block;
	padding: 0.6em 0.2em;
	text-align: center;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}
/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	font-size: 20px;
	width: 19.1%;
	border-radius: 0px !important;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	z-index: 1115 !important;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	color: #ffffff;
	font-weight: bold;
	border-radius: 0px !important;
}
.ui-widget-header a {
	color: #ffffff;
}
/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: none;
	background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.html) 50% 50% repeat-x;
	font-weight: 500;
	color: #797979;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	color: #1c94c4;
	text-decoration: none;
}
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited {
	color: #c77405;
	text-decoration: none;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	background: #525866;
	font-weight: bold;
	color: #fff;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color: #eb8f00;
	text-decoration: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	background: #02ADC6;
	color: #fff;
}
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #b81900 url(images/ui-bg_diagonals-thick_18_b81900_40x40.html) 50% 50% repeat;
	color: #ffffff;
}
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
	color: #ffffff;
}
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
	color: #ffffff;
}
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
	filter: Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter: Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter: Alpha(Opacity=35); /* For IE8 - See #6059 */
}
/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 10px;
	height: 14px;
	cursor: pointer;
}
.ui-icon, .ui-widget-content .ui-icon {
	background-image: url(../images/date-picker-arrow.html);
}
.ui-widget-header .ui-icon {
	background-image: url(../images/date-picker-arrow.html);
}
.ui-state-default .ui-icon {
	background-image: url(../images/date-picker-arrow.html);
}
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
	background-image: url(../images/date-picker-arrow.html);
}
.ui-state-active .ui-icon {
	background-image: url(../images/date-picker-arrow.html);
}
.ui-state-highlight .ui-icon {
	background-image: url(../images/date-picker-arrow.html);
}
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
	background-image: url(../images/date-picker-arrow.html);
}
/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
	border-bottom-right-radius: 4px;
}
/* Overlays */
.ui-widget-overlay {
	background: #666666 url(images/ui-bg_diagonals-thick_20_666666_40x40.html) 50% 50% repeat;
	opacity: .5;
	filter: Alpha(Opacity=50);
}
.ui-widget-shadow {
	margin: -5px 0 0 -5px;
	padding: 5px;
	background: #000000 url(images/ui-bg_flat_10_000000_40x100.html) 50% 50% repeat-x;
	opacity: .2;
	filter: Alpha(Opacity=20);
	border-radius: 5px;
}

.accordion2 {
	width: 100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	right: 0px;
}
.accordion2 .link {
	cursor: pointer;
	display: block;
	color: #4D4D4D;
	font-size: 14px;
	font-weight: 700;
	border-bottom: 1px solid #CCC;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	width: 53px;
	float: right;
}
.time-table-sec {
	position: relative;
}
.accordion2 li:last-child .link {
	border-bottom: 0;
}
.accordion2 li i {
	position: absolute;
	top: 16px;
	left: 12px;
	font-size: 18px;
	color: #595959;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.accordion2 li i.fa-chevron-down {
	right: 12px;
	left: auto;
	font-size: 16px;
}
.accordion2 li.open .link {
	color: #b63b4d;
}
.accordion2 li.open i {
	color: #b63b4d;
}
.accordion2 li.open i.fa-chevron-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
#accordion2 .submenu {
	display: none;
}
#accordion2 .submenu li {
	border-bottom: 1px solid #fff;
	line-height: 43px;
}
#accordion2 .submenu li.tit {
	border-bottom: none;
}
#accordion2 .submenu a {
	display: block;
	text-decoration: none;
	color: #d9d9d9;
	padding: 12px;
	padding-left: 42px;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
#accordion2 .submenu a:hover {
	background: #b63b4d;
	color: #FFF;
}
#accordion2 ul.submenu ul {
	margin: 15px 0 0 0;
}
#accordion2 .time-table {
	padding: 36px 18px;
}
#accordion2 .time-table h5 {
	color: #fff;
	font-weight: 400;
}
#accordion2 .time-table span {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}
#accordion2 .time-table span.day {
	float: left;
	text-align: left;
	width: 142px;
}
#accordion2 .time-table span.divider {
	font-size: 21px;
}
#accordion2 .time-table span.time {
	float: right;
	text-align: right;
}
.time-table-sec2 #accordion2 .submenu {
	background: #525866 url(../images/time-icon-bg.html) no-repeat;
}
.appointment-form .form .bgcolor-3 {
	padding: 0px 0 0 0;
	background: none;
}
.appointment-form .form .input__field--kohana {
	border-bottom: solid 1px #222222;
}
.appointment-form .form .input input[type=text] {
	color: #5C5C5C !important;
}
.appointment-form .form .icon--kohana {
	color: #222222 !important;
}
.appointment-form .form .input__label--kohana {
	color: #2A2A2A !important;
}
.appointment-form .form .input__label {
	padding: 20px 4px;
}
.appointment-form .form .input__label-content {
	position: absolute;
	font-weight: 300;
}
.appointment-form .form .input {
	width: 47%;
	margin: 0 16px 16px 0;
}
.appointment-form .form .icon--kohana {
	margin-top: -0.1em;
	color: #5C5C5C !important;
}
.appointment-form .form span.input.input--kohana.message {
	width: 100%;
}
.appointment-form .form .input textarea {
	height: 180px;
}
.appointment-form .form #textarea {
	height: 212px;
	color: #5C5C5C;
	font-weight: 400px;
}
.appointment-form .form input[type=submit] {
	background: #222222;
	border: none;
	color: #fff;
	text-transform: uppercase;
	padding: 12px 42px;
	border-radius: 6px;
	font-weight: 700;
}
/**.why-choose .link {  cursor: pointer;  display: block;  padding: 15px 15px 15px 25px;  color: #4D4D4D;  font-size: 14px;  font-weight: 700;  border-bottom: 1px solid #CCC;  position: relative;  -webkit-transition: all 0.4s ease;  -o-transition: all 0.4s ease;  transition: all 0.4s ease;    width: 340px;  background: #525866;
  -webkit-border-top-left-radius: 5px;-webkit-border-top-right-radius: 5px;-moz-border-radius-topleft: 5px;-moz-border-radius-topright: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;}



.why-choose li .link i{  left: 12px;  left: auto;  font-size: 22px;  color:#fff;}
.why-choose li .link i.icon-ambulanc-down{  right: 12px;  right: auto;  font-size: 22px;  color:#fff;}
.why-choose li.open .link { color: #b63b4d; }
.icon--kohana{  }
.why-choose li.open .link i {  -webkit-transform: rotate(180deg);  -ms-transform: rotate(180deg);  -o-transform: rotate(180deg);  transform: rotate(180deg);}**/







.why-choose {
	width: 100%;
	max-width: 100%;
	background: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.why-choose .link {
	cursor: pointer;
	display: block;
	padding: 15px 15px 15px 50px;
	color: #4D4D4D;
	font-size: 18px;
	font-weight: 500;
	border: 1px solid #CCC;
	margin: -1px 0 0 0;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.why-choose li i {
	position: absolute;
	top: 16px;
	left: 12px;
	font-size: 22px;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.why-choose li i.icon-chevron-down {
	right: 12px;
	left: auto;
	font-size: 20px;
	color: #222;
}
.why-choose li.open i.icon-chevron-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
/**
 * Submenu
 -----------------------------*/


.why-choose .submenu {
	display: none;
	background: #FFFFFF;
	padding: 22px 20px;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}
.why-choose .submenu-active {
	display: block;
	padding: 22px 20px;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}
#procedures-links.accordion {
	width: 100%;
	max-width: 100%;
	margin: 0;
	background: #FFF;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
#procedures-links.accordion .link {
	cursor: pointer;
	display: block;
	padding: 18px 15px 18px 22px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	border-bottom: 1px solid #CCC;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	background-color: #737c92;
	width: 100%;
	border-radius: 0px;
}
#procedures-links.accordion li:last-child .link {
	border-bottom: 0;
}
#procedures-links.accordion li i {
	position: absolute;
	top: 16px;
	right: 12px;
	font-size: 22px;
	color: #FFFFFF;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#procedures-links.accordion li i.fa-chevron-down {
	right: 12px;
	left: auto;
	font-size: 16px;
}
#procedures-links.accordion li.open .link {
	color: #fff;
	background-color: #525866;
}
#procedures-links.accordion li.open i {
	color: #fff;
}
#procedures-links.accordion li.open i.fa-chevron-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
/**
 * Submenu
 -----------------------------*/


#procedures-links .submenu {
	display: none;
	background: #fafafa;
	font-size: 14px;
	border-right: solid 1px #e4e4e4;
	border-left: solid 1px #e4e4e4;
}
#procedures-links .submenu li {
	border-bottom: 1px solid #E4E4E4;
}
#procedures-links .submenu a {
	display: block;
	text-decoration: none;
	color: #525252;
	padding: 16px 0px 16px 42px;
	font-size: 16px;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	background: url(../images/procedures-arrow.html) no-repeat 22px 21px;
}
#procedures-links .submenu li a:hover {
	background: #fff url(../images/procedures-arrow-hover.html) no-repeat 22px 21px !important;
	color: #02adc6;
	padding: 16px 0px 16px 42px !important;
	margin: 0 -1px 0 0;
}
#procedures-links .submenu li.item-seclect a {
	background: #fff url(../images/procedures-arrow-hover.html) no-repeat 22px 21px !important;
	color: #02adc6;
	padding: 16px 0px 16px 42px !important;
	margin: 0 -1px 0 0;
}
#procedures-faq.accordion {
	width: 100%;
	max-width: 100%;
	margin: 35px 0 0 0;
	background: #FFF;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
#procedures-faq.accordion .link {
	cursor: pointer;
	display: block;
	padding: 16px 15px 16px 22px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	border-bottom: 1px solid #CCC;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	background-color: #737c92;
	width: 100%;
	border-radius: 0px;
}
#procedures-faq.accordion ul {
	margin: 0px 0 0 0;
}
#procedures-faq.accordion li:last-child .link {
	border-bottom: 0;
}
#procedures-faq.accordion li {
	list-style: none;
	color: #35bdd1;
	font-size: 20px;
	margin: 0 0 5px 0;
	float: left;
	width: 100%;
	line-height: normal;
}
#procedures-faq .accordion li i {
	position: absolute;
	top: 16px;
	right: 12px;
	font-size: 22px;
	color: #FFFFFF;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#procedures-faq.accordion li i.fa-chevron-down {
	right: 12px;
	left: auto;
	font-size: 16px;
}
#procedures-faq.accordion li.open .link {
	color: #fff;
}
#procedures-faq.accordion li.open i {
	color: #fff;
}
#procedures-faq.accordion li.open i.fa-chevron-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
/**
 * Submenu
 -----------------------------*/


#procedures-faq .submenu {
	display: none;
	background: #fff;
	font-size: 14px;
}
#procedures-faq .submenu li {
	padding: 16px 0 40px 0;
}
.accordion.accordion-index2 .input input[type=text] {
	color: #222 !important;
}
.accordion.accordion-index2 .input__field--kohana {
	border-bottom: solid 2px #222;
}
.accordion.accordion-index2 .input__label--kohana {
	color: #222;
}
.accordion.accordion-index2 .icon--kohana {
	color: #4A4A4A !important;
}
.accordion.accordion-index2 ::-webkit-input-placeholder { /* WebKit browsers */
color:    #222;
font-weight: 400;
margin: -1px 0 0 15px;
opacity:  1;
}
.accordion.accordion-index2 :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color:    #222;
opacity:  1;
font-weight: 400;
margin: -1px 0 0 15px;
}
.accordion.accordion-index2 ::-moz-placeholder { /* Mozilla Firefox 19+ */
color:    #222;
opacity:  1;
font-weight: 400;
margin: -1px 0 0 15px;
}
.accordion.accordion-index2 ent-form :-ms-input-placeholder { /* Internet Explorer 10+ */
color:    #222;
font-weight: 400;
margin: -1px 0 0 15px;
opacity:  1;
}
.accordion.accordion-index2 .bgcolor-3 {
	background: #F3F3F5;
}
.make-appointment.appointment-bg {
	background: #F3F3F5 !important;
}
.accordion.accordion-index2 .bgcolor-3 input[type=submit] {
	background: #222;
	color: #FFFFFF;
}
.accordion.accordion-index2 .bgcolor-3 input[type=submit]:hover {
	background: #02adc6;
}
.ui-widget-content {
  z-index: 1115 !important;
}
.ui-widget {
  border-radius: 0 !important;
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-size: 20px;
  width: 19.1%;
}
.input--kohana {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  overflow: hidden;
}

/*@media only screen and (max-width: 997px) {
.make-appointment {
  background: rgb(82, 88, 102) none repeat scroll 0 0;
  margin-top: 0;
}
}*/
@media only screen and (max-width: 983px) {
.input {
  display: inline-block;
  margin: 0 34px 16px 0;
  position: relative;
  vertical-align: top;
  width: 29%;
  z-index: 1;
}
span.input.input--kohana.message {
  margin-right: 0;
  width: 64%;
}
}

@media only screen and (max-width: 900px) {
.input {
  display: inline-block;
  margin: 0 34px 16px 0;
  position: relative;
  vertical-align: top;
  width: 100%;
  z-index: 1;
}
    span.input.input--kohana.message {
  width: 100%;
}
}



@media only screen and (max-width: 572px) {
span.appointment-title {
  font-size: 16px;
 }
.accordion li .link i {
  font-size: 16px;
    }


.bgcolor-3 {
  padding: 60px 0 25px;
 }
}


.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 25%;
    left: 50%;
    margin-left: -166px;

    /* Fade in tooltip */
    opacity: 1;
    transition: opacity 1s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 28%;
    left: 50%;
    margin-left: 60px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
    transform: rotate(-90deg);
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: hidden;
    opacity: 1;
}
.tooltip {
  display: inline-block;
  opacity: 1;
  position: relative;
}
    .popup {
  display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 10;
}
.popup-overlay {
	background: rgba(0,0,0,0.8);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
/*.popup-content {
  background: #ffffff none repeat scroll 0 0;
  left: 50%;
  margin: -58px 0 0 -264px;
  padding: 14px;
  position: absolute;
  top: 17%;
  width: 500px;
  z-index: 11;
}*/
.popup-content {
    background: #ffffff none repeat scroll 0 0;
    left: 50%;
    margin: -58px 0 0 -264px;
    padding: 14px;
    position: absolute;
    top: 7%;
    width: 500px;
    z-index: 11;
}
.close-popup {
  display: inline-block;
  font-size: 27px;
  position: absolute;
  right: 10px;
  top: -8px;
}

/* Animations */
.fadeIn {
  animation: fadeIn 0.5s ease-in both;
  -webkit-animation: fadeIn 0.5s ease-in both;
}
@keyframes fadeIn {
  from { opacity: 0; }
}
@-webkit-keyframes fadeIn {
  from { opacity: 0; }
}

.fadeOut {
  animation: fadeOut 0.5s ease-out both;
  -webkit-animation: fadeOut 0.5s ease-out both;
}
@keyframes fadeOut {
  to { opacity: 0; }
}
@-webkit-keyframes fadeOut {
  to { opacity: 0; }
}

.scaleIn {
  animation: scaleIn 0.5s ease-in both;
  -webkit-animation: scaleIn 0.5s ease-in both;
}
@keyframes scaleIn {
  from { opacity: 0; transform: scale(0.5); }
}
@-webkit-keyframes scaleIn {
  from { opacity: 0; -webkit-transform: scale(0.5); }
}

.scaleOut {
  animation: scaleOut 0.5s ease-out both;
  -webkit-animation: scaleOut 0.5s ease-out both;
}
@keyframes scaleOut {
  to { opacity: 0; transform: scale(0.5); }
}
@-webkit-keyframes scaleOut {
  to { opacity: 0; -webkit-transform: scale(0.5); }
}

.scaleUpIn {
  animation: scaleIn 0.5s ease-in both;
  -webkit-animation: scaleIn 0.5s ease-in both;
}
.scaleUpOut {
  animation: scaleUpOut 0.5s ease-in both;
  -webkit-animation: scaleUpOut 0.5s ease-in both;
}
@keyframes scaleUpOut {
  to { opacity: 0; transform: scale(1.2); }
}
@-webkit-keyframes scaleUpOut {
  to { opacity: 0; -webkit-transform: scale(1.2); }
}

.scaleDownIn {
  animation: scaleDownIn 0.5s ease-in both;
  -webkit-animation: scaleDownIn 0.5s ease-in both;
}
.scaleDownOut {
  animation: scaleOut 0.5s ease-in both;
  -webkit-animation: scaleOut 0.5s ease-in both;
}
@keyframes scaleDownIn {
  from { opacity: 0; transform: scale(1.2); }
}
@-webkit-keyframes scaleDownIn {
  from { opacity: 0; -webkit-transform: scale(1.2); }
}

.slideIn {
  animation: slideIn 0.5s ease-in both;
  -webkit-animation: slideIn 0.5s ease-in both;
}
@keyframes slideIn {
  from { opacity: 0; transform: translateY(-50%); }
}
@-webkit-keyframes slideIn {
  from { opacity: 0; -webkit-transform: translateY(-50%); }
}

.slideOut {
  animation: slideOut 0.5s ease-out both;
  -webkit-animation: slideOut 0.5s ease-out both;
}
@keyframes slideOut {
  to { opacity: 0; transform: translateY(50%); }
}
@-webkit-keyframes slideOut {
  to { opacity: 0; -webkit-transform: translateY(50%); }
}

.slideLeftIn {
  animation: slideLeftIn 0.5s ease-in both;
  -webkit-animation: slideLeftIn 0.5s ease-in both;
}
@keyframes slideLeftIn {
  from { opacity: 0; transform: translateX(-50%); }
}
@-webkit-keyframes slideLeftIn {
  from { opacity: 0; -webkit-transform: translateX(-50%); }
}

.slideLeftOut {
  animation: slideLeftOut 0.5s ease-out both;
  -webkit-animation: slideLeftOut 0.5s ease-out both;
}
@keyframes slideLeftOut {
  to { opacity: 0; transform: translateX(50%); }
}
@-webkit-keyframes slideLeftOut {
  to { opacity: 0; -webkit-transform: translateX(50%); }
}

.flipLeftIn {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: flipLeftIn .5s both ease-out;
    -moz-animation: flipLeftIn .5s both ease-out;
    animation: flipLeftIn .5s both ease-out;
}
@-webkit-keyframes flipLeftIn {
    from {-webkit-transform: translateZ(-1000px) rotateY(90deg); opacity: .2;}
}
@keyframes flipLeftIn {
    from {transform: translateZ(-1000px) rotateY(90deg);opacity: .2;}
}

.flipLeftOut {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: flipLeftOut .5s both ease-in;
    -moz-animation: flipLeftOut .5s both ease-in;
    animation: flipLeftOut .5s both ease-in;
}

@-webkit-keyframes flipLeftOut {
    to {-webkit-transform: translateZ(1000px) rotateY(-90deg); opacity: 0;}
}
@keyframes flipLeftOut {
    to {transform: translateZ(1000px) rotateY(-90deg); opacity: 0;}
}

.flipRightIn {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: flipRightIn .5s both ease-out;
    -moz-animation: flipRightIn .5s both ease-out;
    animation: flipRightIn .5s both ease-out;
}
@-webkit-keyframes flipRightIn {
    from {-webkit-transform: translateZ(-1000px) rotateY(-90deg); opacity: .2;}
}
@keyframes flipRightIn {
    from {transform: translateZ(-1000px) rotateY(-90deg);opacity: .2;}
}

.flipRightOut {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: flipRightOut .5s both ease-in;
    -moz-animation: flipRightOut .5s both ease-in;
    animation: flipRightOut .5s both ease-in;
}

@-webkit-keyframes flipRightOut {
    to {-webkit-transform: translateZ(1000px) rotateY(90deg); opacity: 0;}
}
@keyframes flipRightOut {
    to {transform: translateZ(1000px) rotateY(90deg); opacity: 0;}
}


.rotateIn {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: rotateIn .5s both ease-out;
    -moz-animation: rotateIn .5s both ease-out;
    animation: rotateIn .5s both ease-out;
}
@-webkit-keyframes rotateIn {
    from { -webkit-transform: translateZ(-3000px) rotateZ(-360deg); opacity: 0;}
}
@-moz-keyframes rotateIn {
    from {-moz-transform: translateZ(-3000px) rotateZ(-360deg);opacity: 0;}
}
@keyframes rotateIn {
    from {transform: translateZ(-3000px) rotateZ(-360deg);opacity: 0;}
}

.rotateOut {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: rotateOut .5s both ease-in;
    -moz-animation: rotateOut .5s both ease-in;
    animation: rotateOut .5s both ease-in;
}
@-webkit-keyframes rotateOut {
    to {-webkit-transform: translateZ(-3000px) rotateZ(360deg);opacity: 0;}
}
@-moz-keyframes rotateOut {
    to {-moz-transform: translateZ(-3000px) rotateZ(360deg);opacity: 0;}
}
@keyframes rotateOut {
    to { transform: translateZ(-3000px) rotateZ(360deg); opacity: 0;}
}

.rotateCubeIn {
    -webkit-transform-origin: 50% 100%;
    -webkit-animation: rotateCubeIn .6s both ease-in;
    -moz-transform-origin: 50% 100%;
    -moz-animation: rotateCubeIn .6s both ease-in;
    transform-origin: 50% 100%;
    animation: rotateCubeIn .6s both ease-in;
}
@-webkit-keyframes rotateCubeIn {
    0% {opacity: .3;
        -webkit-transform: translateY(-100%) rotateX(90deg);}
    50% {-webkit-animation-timing-function: ease-out;
        -webkit-transform: translateY(-50%) translateZ(-200px) rotateX(45deg); }
}
@-moz-keyframes rotateCubeIn {
    0% {opacity: .3;
        -moz-transform: translateY(-100%) rotateX(90deg); }
    50% {-moz-animation-timing-function: ease-out;
        -moz-transform: translateY(-50%) translateZ(-200px) rotateX(45deg);}
}
@keyframes rotateCubeIn {
    0% {opacity: .3;
        transform: translateY(-100%) rotateX(90deg);}
    50% {animation-timing-function: ease-out;
        transform: translateY(-50%) translateZ(-200px) rotateX(45deg);}
}

.rotateCubeOut {
    -webkit-transform-origin: 50% 0;
    -webkit-animation: rotateCubeOut .6s both ease-in;
    -moz-transform-origin: 50% 0;
    -moz-animation: rotateCubeOut .6s both ease-in;
    transform-origin: 50% 0;
    animation: rotateCubeOut .6s both ease-in;
}
@-webkit-keyframes rotateCubeOut {
    50% {-webkit-animation-timing-function: ease-out;-webkit-transform: translateY(50%) translateZ(-200px) rotateX(-45deg);  }
    100% { opacity: .3; -webkit-transform: translateY(100%) rotateX(-90deg); }
}
@-moz-keyframes rotateCubeOut {
    50% { -moz-animation-timing-function: ease-out;-moz-transform: translateY(50%) translateZ(-200px) rotateX(-45deg);  }
    100% { opacity: .3;-moz-transform: translateY(100%) rotateX(-90deg); }
}
@keyframes rotateCubeOut {
    50% {animation-timing-function: ease-out;
        transform: translateY(50%) translateZ(-200px) rotateX(-45deg); }
    100% { opacity: .3; transform: translateY(100%) rotateX(-90deg);}
}
.popup {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    perspective: 1200px;
	
}
.popup-content {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
    span.appointment-title {
  color: #0f9e9c;
  float: left;
  font-family: "Raleway",sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
.input__field--kohana {
  margin-top: 15px;
}
    .bgcolor-3 input[type="submit"] {
  margin-top: 15px;
}
span.appointment-title {
  color: #0f9e9c;
  float: left;
  font-family: "Raleway",sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  width: 100%;
}



.our_specialities {
    color: #fff;
    background-color: transparent;
    position: relative;
    padding: 30px 0;
}
.our_specialities p {
    margin: 0 0 30px;
    color: #fff;
    line-height: 22px;
}
.our_specialities::before {
    content: "";
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color:transparent;
    position: absolute;
}
.our_specialities .col-md-4 {
    min-height: 420px;
    padding: 23px;
    position: relative;
    width: 280px;
    margin: 5px;
    background-color: #8cacda;
}
/*.our_specialities .col-md-4:last-child {
    background-color: #eee;
       
}*/
.our_specialities
/*.our_specialities .col-md-4:last-child h2{
         color: #544a98;    
}
.our_specialities .col-md-4:last-child p{
         color: #333;
}*/
.our_specialities .col-md-4 .btn {
    padding: 10px 0;
    text-transform: capitalize;
    position: absolute;
    bottom: 20px;
}
.btn:hover{ color: #eee}


.our-works {
    margin-top: 20px;
    padding-bottom: 50px;
}

.image-wrapper {
    overflow: hidden;
    position: relative;
        
}
.filterContainer li {
      float: left;
    margin-right: 1%;
    position: relative;
    width: 23.6%;
    display: inline-block;
    vertical-align: top;
    background-color: #950a0a;
}
.filterContainer li a{
        overflow: hidden;
    display: block;
    width: 100%;
    position: relative;
  
}
.filterContainer li a .hiddenContent {
    background-color:rgba(195, 0, 7, 0.3);
    color: rgb(255, 255, 255);
    font-size: 13px;
    height: 100%;
    line-height: 16px;
    opacity: 0;
    padding: 10px;
    position: absolute;
    top: 0;
    transform: translate3d(0px, 100%, 0px);
    transition: all 0.5s ease-in-out 0s;
    width: 100%;
}
.filterContainer li a:hover .hiddenContent {
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
}
.our-works ul.filterContainer {
    float: left;
    width: 100%;
    padding: 0;
}
.our-works .btn{
    color: #eee;
    display: inline-block;
}
.filterContainer li:last-child{ margin-right: 0}

.filterContainer h3 {
    color: #fff;
    text-transform: capitalize;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
}
.filterContainer h3 {
    padding: 7px 0 0;
}
ul.nav-dropdown.submenu_3 {
    background-color: #fafafa;
}
html {
    overflow-x: hidden;
}
.site-banner .breadcrumb {
    margin-right: 40px;
}
.serviceTab {
    position: relative;
}
.serviceTab	ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
    /* height: 47px; */
    width: 80%;
	display: inline-block;
}
.serviceTab ul.tabs li{
			background: none;
			color: #222;
			display: inline-block;
			padding: 10px 15px;
			cursor: pointer;
		}

.serviceTab ul.tabs li.current {
    background: #109c99;
    color: #fff;
}

.serviceTab .tab-content{
			display: none;
			background: #ededed;
			overflow: hidden;
		}

.serviceTab .tab-content.current{
			display: inherit;
		}


.serviceTab i {
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 6px;
}

.serviceTab .right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.serviceTab .left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
.serviceTab .arrowBox p {
    /* position: absolute; */
    right: 0;
    width: 35px;
    display: inline-block;
    background-color: #837abb;
    margin: 0;
    color: #fff;
    text-align: center;
    color: #fff;
    cursor: pointer;
    height: 35px;
    vertical-align: top;
    line-height: 41px;
    margin-right: 0;
    float: left;
}
.serviceTab p.arrow-right{
    float: right;
}
.arrowBox {
    position: absolute;
    right: 0;
    /* top: 94px; */
    width: 80px;
}
.serviceTab {
    position: relative;
    margin-bottom: 50px;
}
.tittle h2 {
    text-transform: capitalize;
    font-weight: 400;
    color: #666;
}
.header-top .container {
    display: none;
}

.serviceTab a.make_an_appointment.btn {
    margin-left: 30px;
    background-color: #109c99;
}
.serviceTab a.make_an_appointment.btn:hover{
	background-color: #302960;
}
.serviceTab a.btn:hover{
	background-color: #109c99;
}
.serviceTab a.btn {
    background: #302960;
}
.popup span,.popup div {
    padding: 0 5px !important;
}
.ch-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	cursor: default;
	box-shadow: 
		inset 0 0 0 0 rgba(16, 156, 153,0.8),
		inset 0 0 0 16px rgba(255,255,255,0.6),
		0 1px 2px rgba(0,0,0,0.1);
		
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.ch-grid li {
    display: inline-block;
    height: 300px;
    margin: 0 20px;
    width: 300px;
}
.ch-img-1 { 
	background-image: url(../images/emergancy.jpg);
}

.ch-img-2 { 
	background-image: url(../images/emergancy.jpg);
}

.ch-img-3 { 
	background-image: url(../images/emergancy.jpg);
}

.ch-info {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	opacity: 0;
	z-index: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	
	-webkit-backface-visibility: hidden; /*for a smooth font */

}

.ch-info h3 {
	color: #fff;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 2px;
	font-size: 22px;
	margin: 0 30px;
	padding: 65px 0 0 0;
	height: 110px;
	font-family: 'Open Sans', Arial, sans-serif;
	text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3);
	position: relative;
	z-index: 1
}

.ch-info p {
	color: #fff;
	padding: 10px 5px;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255,255,255,0.5);
	position: relative;
	z-index: 1
}

.ch-info p a {
	display: block;
	color: #fff;
	color: rgba(255,255,255,0.7);
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	padding-top: 4px;
	font-family: 'Open Sans', Arial, sans-serif;
}

.ch-info p a:hover {
	color: #262262;
	color: rgba(38, 34, 98,0.8);
}

.ch-item:hover {
	box-shadow: 
		inset 0 0 0 153px rgba(16, 156, 153,0.5),
		inset 0 0 0 16px rgba(255,255,255,0.8),
		0 1px 2px rgba(0,0,0,0.1);
}

.ch-item:hover .ch-info {
	opacity: 1;
	
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);	
}



#tabs,#tabs2,#tabs3,#tabs4,#tabs5 {
    width: 500px;
    margin: 0 auto;
    margin-bottom: 40px;
}

#tabs li,#tabs2 li,#tabs3 li,#tabs4 li,#tabs5 li {
    float: left;
    margin-right: 2px;
}

#tabs li a,#tabs2 li a,#tabs3 li a,#tabs4 li a,#tabs5 li a {
    display: block;
    padding: 17px 30px;
    background: #544f6b;
    text-decoration: none;
    color: #8478B3;
}

#tabs li a:hover,#tabs2 li a:hover,#tabs3 li a:hover,#tabs4 li a:hover,#tabs5 li a:hover {
    background: rgb(78, 74, 99);
}

#tabs_container {
    padding: 40px;
    overflow: hidden;
    position: relative;
    background: white;
}

#tabs_container div {
    margin-right: 40px;
}

.transition {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    -ms-transition-delay: .3s;
    transition-delay: .3s;
}

.make_transist {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
.col-sm-3.outterbox {
    width: 100%;
    float: none;
    display: inline-block;
    margin-bottom: 0px;
    transition: all .3s ease-in-out;
    padding: 0 5px;
    vertical-align: top;
}
.outterbox .text {
    text-align: left;
    position: relative;
    padding-left: 0;
}
.hidescale {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
}

.showscale {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;

    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    -ms-transition-delay: .3s;
    transition-delay: .3s;
}

.hideleft {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.showleft {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;

    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    -ms-transition-delay: .3s;
    transition-delay: .3s;
}

.hidescaleup {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.showscaleup {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;

    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    -ms-transition-delay: .3s;
    transition-delay: .3s;
}

.hideflip {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;

    -webkit-transform: rotatey(-90deg) scale(1.1);
    -moz-transform: rotatey(-90deg) scale(1.1);
    -o-transform: rotatey(-90deg) scale(1.1);
    -ms-transform: rotatey(-90deg) scale(1.1);
    transform: rotatey(-90deg) scale(1.1);

    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.showflip {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;

    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    -ms-transition-delay: .3s;
    transition-delay: .3s;

    -webkit-transform: rotatey(0deg) scale(1);
    -moz-transform: rotatey(0deg) scale(1);
    -o-transform: rotatey(0deg) scale(1);
    -ms-transform: rotatey(0deg) scale(1);
    transform: rotatey(0deg) scale(1);

    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.tabulous_active {
    background: white !important;
    color: #655c89 !important;
}

.tabulousclear {
    display: block;
    clear: both;
}



/*********************** service *********************/
a:hover,a:focus{
    outline: none;
    text-decoration: none;
}
.tab .nav-tabs{
    border-bottom: none;
    position: relative;
}
.tab .nav-tabs li{
    margin-right: 60px;
    z-index: 1;
}
.tab .nav-tabs li:after{
    content: "";
    width: 100%;
    border: 1px solid #109c99;
    position: absolute;
    top: 50%;
    right: -60%;
    z-index: -1;
}
.tab .nav-tabs li:last-child:after{
    border: none;
}
.tab .nav-tabs li a{
    display: block;
    padding: 15px 20px;
    background: #fff;
    font-size: 15px;
    font-weight: 600;
    color: #109c99;
    text-transform: uppercase;
    border-radius: 0;
    margin-right: 0;
    border: 2px solid #109c99;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.tab .nav-tabs li.active a,
.tab .nav-tabs li a:hover{
    color: #fff;
    border: 2px solid #109c99;
}
.tab .nav-tabs li a:after{
    content: "";
    display: block;
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.tab .nav-tabs li.active a:after,
.tab .nav-tabs li a:hover:after{
    height: 100%;
    background: #109c99;
}
.tab .tab-content{
    padding: 20px 10px;
    margin-top: 0;
    font-size: 14px;
    color: #999;
    line-height: 26px;
}
.tab .tab-content h3{
    font-size: 24px;
    margin-top: 0;
}
@media only screen and (max-width: 767px){
    .tab .nav-tabs li{ margin: 0 25px 0 0; }
}
@media only screen and (max-width: 479px){
    .tab .nav-tabs li{
        width: 100%;
        text-align: center;
        margin: 0 0 10px 0;
    }
    .tab .nav-tabs li:after{
        width: 0;
        height: 100%;
        top: auto;
        bottom: -60%;
        right: 50%;
    }
}

.inner_services.tab .tab-content h3 {
    text-transform: none;
    color: #109c99;
    font-weight: bold;
}
.inner_services.tab .tab-content h4, .inner_services.tab .tab-content .h4 {
    font-size: 18px;
    color: #312960;
    font-weight: bold;
    text-transform: none;
}

.inner_services.tab .nav-tabs li a {
    text-transform: capitalize;
}
.inner_services.tab .tab-content {
    padding: 30px;
    margin-top: 0;
    font-size: 14px;
    color: #474747;
    line-height: 26px;
    box-shadow: 0px 0px 9px -3px #000;
    margin-bottom: 50px;
    margin-top: 50px;
	position: relative;
    z-index: 1;
}
.inner_services.tab .tab-content ul {
    padding-left: 17px;
    list-style: outside;
}
.buttonOverlay {
    position: absolute;
    width: 100%;
    top: 40%;
    text-align: center;
    color: #555;
    font-size: 60px;
}


ul.tpa_list {
    padding: 0;
    text-align: center;
}
ul.tpa_list li {
    display: inline-block;
    width: 143px;
    border: 1px solid #eee;
    margin: 7px;
    overflow: hidden;
    vertical-align: top;
}
ul.tpa_list li a {
    display: block;
}
ul.tpa_list li a:hover img {
    filter: grayscale(0);
    transform: scale(1.2);
}
ul.tpa_list li a img {
    width: 100%;
    filter: grayscale(1);
    transition: all 0.5s ease;
    transform: scale(1);
}
ul.tpa_list li a img {
    width: 100%;
}

.writternTest i {
    color: #c8c8c8;
    font-size: 26px;
}
.writternTest i.fa.fa-quote-left {
    margin-right: 10px;
}

.writternTest i.fa.fa-quote-right {
    margin-left: 10px;
    position: relative;
    top: 9px;
}









nav#cssmenu {position:relative;width:980px;margin:0 auto; display: none;}
#cssmenu,#cssmenu ul,#cssmenu ul li,#cssmenu ul li a,#cssmenu #head-mobile{border:0;list-style:none;line-height:1;display:block;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
#cssmenu:after,#cssmenu > ul:after{content:".";display:none;clear:both;visibility:hidden;line-height:0;height:0}
#cssmenu #head-mobile{display:none}
#cssmenu > ul > li{float:left}
#cssmenu > ul > li > a {
	padding: 10px;
	font-size: 12px;
	letter-spacing: 1px;
	text-decoration: none;
	color: #302960;
	font-weight: 700;
}
#cssmenu > ul > li:hover > a, #cssmenu ul li.active a {
	color: #fff;
}
#cssmenu > ul > li:hover, #cssmenu ul li.active:hover, #cssmenu ul li.active, #cssmenu ul li.has-sub.active:hover {
	background: #0F9E9C;
	-webkit-transition: background .3s ease;
	-ms-transition: background .3s ease;
	transition: background .3s ease;
}
#cssmenu > ul > li.has-sub > a{padding-right:30px}
#cssmenu > ul > li.has-sub > a:after{position:absolute;top:22px;right:11px;width:8px;height:2px;display:block;background:#ddd;content:''}
#cssmenu > ul > li.has-sub > a:before{position:absolute;top:19px;right:14px;display:block;width:2px;height:8px;background:#ddd;content:'';-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease}
#cssmenu > ul > li.has-sub:hover > a:before{top:23px;height:0}
#cssmenu ul ul{position:absolute;left:-9999px}
#cssmenu ul ul li{height:0;-webkit-transition:all .25s ease;-ms-transition:all .25s ease;background:#333;transition:all .25s ease}
#cssmenu ul ul li:hover{}
#cssmenu li:hover > ul {
	left: 0 !important;
}
#cssmenu li:hover > ul > li{height:35px}
#cssmenu ul ul ul{margin-left:100%;top:0}
#cssmenu ul ul li a{border-bottom:1px solid rgba(150,150,150,0.15);padding:11px 15px;width:170px;font-size:12px;text-decoration:none;color:#ddd;font-weight:400;}
#cssmenu ul ul li:last-child > a,#cssmenu ul ul li.last-item > a{border-bottom:0}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li a:hover{color:#fff}
#cssmenu ul ul li.has-sub > a:after{position:absolute;top:16px;right:11px;width:8px;height:2px;display:block;background:#ddd;content:''}
#cssmenu ul ul li.has-sub > a:before{position:absolute;top:13px;right:14px;display:block;width:2px;height:8px;background:#ddd;content:'';-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease}
#cssmenu ul ul > li.has-sub:hover > a:before{top:17px;height:0}
#cssmenu ul ul li.has-sub:hover,#cssmenu ul li.has-sub ul li.has-sub ul li:hover{background:#363636;}
#cssmenu ul ul ul li.active a{border-left:1px solid #333}
#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active> a{border-top:1px solid #333}

@media screen and (max-width:1000px){
nav#cssmenu{width:100%; display: block;}
.navbar {
	display: none;
}
#cssmenu ul {
	width: 100%;
	display: none;
	margin-top: 30px;
	padding: 0 !important;
	background-color: #fff;
	border: 1px solid #444;
}
#cssmenu ul li:not(:first-child) {
	width: 100%;
	border-top: 1px solid #444;
}
#cssmenu ul li:hover {
	background:#950a0a;
}
#cssmenu ul ul li,#cssmenu li:hover > ul > li{height:auto}
#cssmenu ul li a,#cssmenu ul ul li a{width:100%;border-bottom:0}
#cssmenu > ul > li{float:none}
#cssmenu ul ul li a{padding-left:25px}
#cssmenu ul ul li{background:#333!important;}
#cssmenu ul ul li:hover{background:#363636!important}
#cssmenu ul ul ul li a{padding-left:35px}
#cssmenu ul ul li a{color:#ddd;background:none}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li.active > a{color:#fff}
#cssmenu ul ul,#cssmenu ul ul ul{position:relative;left:0;width:100%;margin:0;text-align:left}
#cssmenu > ul > li.has-sub > a:after,#cssmenu > ul > li.has-sub > a:before,#cssmenu ul ul > li.has-sub > a:after,#cssmenu ul ul > li.has-sub > a:before{display:none}
#cssmenu #head-mobile{display:block;padding:23px;color:#ddd;font-size:12px;font-weight:700}
.button{width:55px;height:46px;position:absolute;right:0;top:0;cursor:pointer;z-index: 12399994;}
.button:after{position:absolute;top:22px;right:20px;display:block;height:8px;width:20px;border-top:2px solid #3E376A;border-bottom:2px solid #3E376A;content:''}
.button:before{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;position:absolute;top:16px;right:20px;display:block;height:2px;width:20px;background:#3E376A;content:''}
.button.menu-opened:after{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;top:23px;border:0;height:2px;width:19px;background:#3E376A;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
.button.menu-opened:before{top:23px;background:#3E376A;width:19px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
#cssmenu .submenu-button{position:absolute;z-index:99;right:0;top:0;display:block;border-left:1px solid #444;height:32px;width:46px;cursor:pointer}
#cssmenu .submenu-button.submenu-opened{background:#262626}
#cssmenu ul ul .submenu-button{height:34px;width:34px}
#cssmenu .submenu-button:after{position:absolute;top:15px;right:19px;width:8px;height:2px;display:block;background:#E31E24;content:''}
#cssmenu ul ul .submenu-button:after{top:15px;right:13px}
#cssmenu .submenu-button.submenu-opened:after{background:#fff}
#cssmenu .submenu-button:before{position:absolute;top:12px;right:22px;display:block;width:2px;height:8px;background:#E31E24;content:''}
#cssmenu ul ul .submenu-button:before{top:12px;right:16px}
#cssmenu .submenu-button.submenu-opened:before{display:none}
#cssmenu ul ul ul li.active a{border-left:none}
#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active > a{border-top:none}
}

.main-gallery .gallery-sec {
	display: block;
	margin: 0;
}
.image-hover {
	position: relative;
	width: auto;
	height: auto;
	display: inline-block;
	overflow: hidden;
}
a .img-layer-slide-left-right .layer {
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
}
.img-layer-slide-left-right .layer {
	position: absolute;
	top: 0px;
	right: 100%;
	bottom: 0px;
	left: 0px;
	background: rgba(0, 0, 0, 0.72);
	opacity: 0;
}
.layer {
	position: relative;
}
.main-gallery .layer i {
	color: #fff;
	position: absolute;
	bottom: 35%;
	left: 40%;
	padding: 0;
	width: 70px;
	height: 70px;
	font-size: 26px;
}
.main-gallery .gallery-sec .detail {
	border-bottom: solid 4px #0F9E9C;
}
.main-gallery .gallery-sec .detail {
	background-color: #f0f0f0;
	padding: 20px 0;
	text-align: center;
	margin: -9px 0 0 0;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
.main-gallery .gallery-sec .detail h6 {
	color: #0F9E9C;
	font-size: 18px;
	text-transform: none;
	line-height: normal;
	margin: 0;
}
.main-gallery .gallery-sec .detail span {
	color: #4f4f4f;
}

.gallery-sec:hover .img-layer-slide-left-right .layer {
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
.gallery-sec:hover .img-layer-slide-left-right .layer {
	opacity: 1;
	right: 0%;
}
.img-layer-slide-left-right .layer {
	position: absolute;
	top: 0px;
	right: 100%;
	bottom: 0px;
	left: 0px;
	background: rgba(0, 0, 0, 0.72);
	opacity: 0;
}
.main-gallery a.gallery-sec:hover .detail {
	background: #302960;
	border-color: #302960;
}
.main-gallery .gallery-sec:hover .detail h6, .main-gallery .gallery-sec:hover .detail span {
	color: #fff;
}
.main-gallery .gallery-sec .detail span ul {
	padding: 0;
	margin-bottom: 0;
	margin-top: 7px;
	min-height: 54px;
}
.main-gallery .gallery-sec .detail span li {
	display: inline-block;
	vertical-align: middle;
}
.main-gallery .gallery-sec .detail span li:first-child {
	margin-right: 8px;
	border-right: 1px solid #d5d5d5;
	padding-right: 13px;
}

.bg-gray {
	background-color: #F3F3F3;
}
.dataTable .comment-box-2 .text {
	float: left;
	margin-left: 30px;
	width: 68%;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
	background-color: transparent !important;
}
/*table.dataTable tbody th, table.dataTable tbody td {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}*/
table.dataTable, table.dataTable thead th, table.dataTable thead td {
	border-bottom: none !important;
	margin-bottom: 15px !important;
}
table.dataTable tbody tr {
	background-color: transparent !important;
}
.dataTables_wrapper .dataTables_paginate {
	float: none !important; 
	text-align: center !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
	padding: 0.2em 1em !important;
}

.dataTables_wrapper .dataTables_paginate a.paginate_button.current, 
.dataTables_wrapper .dataTables_paginate a.paginate_button.current:hover {
	color: #ffffff !important;
	border: 1px solid #151920 !important;
	background: #373E4C !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	color: #ffffff !important;
	border: 1px solid #151920 !important;
	background: #373E4C !important;
}
.pp_social {
display: none;
}