


/* Table of Content
==================================================
	#BASIC TYPOGRAPHY
	#HOME HEADER
	#HOME SLIDER SECTION
	#HOME SERVICE SECTION
	#HOME WHY US SECTION
	#HOME COUNTER SECTION
	#HOME MEET DOCTORS SECTION
	#HOME TESTIMONIAL SECTION
	#HOME BLOG SECTION
	#FOOTER 
	#BLOG ARCHIVE PAGE
	#BLOG DETAILS PAGE
	#FEATURES  
	#GALLERY
	#CONTACT
	#404 page
	#RESPONSIVE CSS
*/


/*--------------------*/
/* BASIC TYPOGRAPHY */
/*--------------------*/

img{
 border:none;
}
.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;  
  text-align: center;
  max-width: 100%;
}
.img-right{
  display: block;
  margin-left: auto;
  max-width: 100%;  
}
.img-left {
  display: block; 
  margin-right: auto;  
  max-width: 100%;
}

/* Preloader */
#preloader {
  position: fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:#fff; /* change if the mask should have another color then white */
  z-index:99999; /* makes sure it stays on top */ 
}

#status {
  width:200px;
  height:200px;
  position:absolute;
  left:50%; /* centers the loading animation horizontally one the screen */
  top:50%; /* centers the loading animation vertically one the screen */

  background-repeat:no-repeat;
  background-position:center;
  margin:-100px 0 0 -100px; /* is width and height divided by two */
}

/*scrol to top*/

.scrollToTop {
	bottom: 60px;
	display: none;
	font-size: 32px;
	line-height: 50px;
	font-weight: bold;
	height: 50px;
	position: fixed;
	right: 50px;
	text-align: center;
	text-decoration: none;
	width: 50px;
	z-index: 999;
	color: #fff; 	
	transform:rotate(43deg);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;

}
.scrollToTop>i{
	 transform:rotate(-45deg);
}
.scrollToTop:hover,
.scrollToTop:focus{
	background-color: #ffd133;
	text-decoration: none;
	outline: none;
}



/*--------------------*/
/* MEET DOCTORS */
/*--------------------*/

#meetDoctors{
	float: left;
	display: inline;
	width: 100%;
	/*padding: 20px 0px;*/	    
}
.meetDoctors-area{
	float: left;
	display: inline;
	width: 100%;
	padding-top: 20px;
}
.doctors-area {
  display: inline;
  float: left;
  margin-top: 25px;
  width: 100%;
}
.doctors-nav{
	margin-left: -35px;
}
.doctors-nav .slick-slide {
  background-color: #fff;
  display: inline-block;
  float: left;
  margin-left: 35px;
  min-height: 100px;
  width: 22%;
}
.single-doctor{
	float: left;
	display: inline-block;
	width: 100%;
	background-color: #fff;
}
.doctors-nav a {
	float: left;	
	width: 100%;
	color: #333;
}
.doctors-nav figure {
	position: relative;
	overflow: hidden;
	margin: 5px;
	
}
.doctors-nav figure img {
	 position: relative;
    display: block;
  /*  width: 100%;*/
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
   
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
	margin: 0 auto;
border: 1px solid #ccc;
}

.doctors-nav figcaption {
	position: absolute;
	top: 0;
	z-index: 11;
	padding: 10px;
	width: 100%;
	height: 100%;
	text-align: center;
}

.doctors-nav figcaption h1 {
	text-transform: uppercase;
    font-weight: 300;
    font-size: 18px;
    font-weight: bold;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s
}

.doctors-nav figcaption p {
	 padding: 0 20px;
    color: #aaa;
    font-size: 17px;
    font-weight: 300;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    -o-transition: opacity 0.3s, -o-transform 0.3s;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    -o-transition: opacity 0.3s, -o-transform 0.3s;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s
}
.doctors-nav figcaption h1,
.doctors-nav figcaption p {
	-moz-transform: translatey(50px);
    -ms-transform: translatey(50px);
    -o-transform: translatey(50px);
    -webkit-transform: translatey(50px);
    transform: translatey(50px)
}
.doctors-nav figure button {
	position: absolute;
	padding: 4px 20px;
	border: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	-o-transition: opacity 0.3s, -o-transform 0.3s;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	-o-transition: opacity 0.3s, -o-transform 0.3s;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s
}
.doctors-nav figcaption,
.doctors-nav figcaption h1,
.doctors-nav figcaption p,
.doctors-nav figure button {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
/* Style for SVG */
.doctors-nav svg {
	position: absolute;
	top: -1px; /* fixes rendering issue in FF */
	z-index: 10;
	width: 100%;
	height: 100%;
}

.doctors-nav svg path {
	fill: #fff;
}
.doctors-nav a:hover figure img {
	opacity: 1;
}
.doctors-nav a:hover figcaption h1,
.doctors-nav a:hover figcaption p {
	 -moz-transform: translatey(0);
    -ms-transform: translatey(0);
    -o-transform: translatey(0);
    -webkit-transform: translatey(0);
    transform: translatey(0)
}
.doctors-nav a:hover figcaption h1{
	background-color: #fff;
	margin: 0px;
	padding: 0px;	
}

.doctors-nav a:hover figcaption p {
	opacity: 0;
}
.doctors-nav figure button,
.doctors-nav figure button {
	top: 50%;
	left: 50%;
	border: 3px solid #fff;
	background: transparent;
	color: #fff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-moz-transform: translatey(-50%) translatex(-50%) scale(0.25);
	-ms-transform: translatey(-50%) translatex(-50%) scale(0.25);
	-o-transform: translatey(-50%) translatex(-50%) scale(0.25);
	-webkit-transform: translatey(-50%) translatex(-50%) scale(0.25);
	transform: translatey(-50%) translatex(-50%) scale(0.25)
}
.doctors-nav a:hover figure button,
.doctors-nav a:hover figure button {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-transform: translatey(-50%) translatex(-50%) scale(1);
	-ms-transform: translatey(-50%) translatex(-50%) scale(1);
	-o-transform: translatey(-50%) translatex(-50%) scale(1);
	-webkit-transform: translatey(-50%) translatex(-50%) scale(1);
	transform: translatey(-50%) translatex(-50%) scale(1)
}
.single-doctor-social {
  background-color: #ccc;
  display: inline;
  float: left;
  margin-top: -38px;
  padding: 10px 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 100;
}
.single-doctor-social > a {
	border: 2px solid #fff;
	color: #fff;
	display: inline-block;
	float: none;
	font-size: 15px;
	height: 30px;
	line-height: 27px;
	margin: 0 3px;
	text-align: center;
	width: 35px;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s
}
.doctors-nav .slick-prev,
.doctors-nav .slick-next {
	background-color: #000;
	height: 45px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;
	top: 46%;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	width: 40px
}
.doctors-nav .slick-next {
  background-image: url("../images/team-next-icon.png");
  background-position: center center;
  background-repeat: no-repeat; 
  color: #fff;
  right: -38px;
}
.doctors-nav .slick-prev {
  background-image: url("../images/team-prev-icon.png");
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  left: -15px;
}


/*======================///////////////
			start responsive style
=====================///////////////////////*/

@media(max-width:991px ){	
 
  .counter-box {margin-bottom: 35px;width: 95%;}
  .doctors-nav .slick-prev {left: 20px;}
  .doctors-nav .slick-next {right: -13px;}
  .single-blog-left {width: 25%;}
  .single-blog-right {width: 70%;}
  .blog-author > ul > li {font-size: 12px;}
  .blogArchive-area .single-blog-right {width: 72%;}
  #blogArchive {margin-top: 157px;}
  .social-share h3 {text-align: center;width: 100%;}
  .social-share ul {width: 100%;margin-top: 15px;text-align: center;}
  .nav-tabs {width: 100%;}
  .how-works-area {margin-top: 30px;}
  .nav-tabs > li > a {font-size: 18px;padding: 10px 20px;}
 

}


@media(max-width:767px ){
/*.navbar-default .navbar-toggle {border-color: #fff;margin-top: 12px;}
.navbar-default .navbar-toggle .icon-bar {background-color: #000;}
.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color: transparent;}
.navbar-default .navbar-brand {margin-bottom: 10px;margin-top: 0;}*/
/*#sliderArea {margin-top: 70px;}*/

.counter-box {margin-bottom: 40px;width: 100%;}
.counter-box::after {width: 103%;}
.single-blog-left {width: 20%;}
.single-blog-right {width: 75%;}
.single-Blog {margin-bottom: 30px;}
.single-footer-widget {margin-bottom: 30px;}
.footer-copyright {text-align: center;}
.footer-social {margin-top: 20px;text-align: center;}
#blogArchive {margin-top: 1px;}
.blog-pagination {margin-bottom: 30px;text-align: center;}
.sidebar-widget {margin-bottom: 35px;}
.blogArchive-area .single-blog-right {width: 75%;}
.similar-post .media{margin-bottom: 15px;}
.nav-tabs > li > a {font-size: 15px;padding: 10px 15px;}

}

@media(max-width:480px ){	
.sl-slider h1 {font-size: 22px;line-height: 25px;}
.sl-slider p {font-size: 16px;}
.readmore_area a {font-size: 1em;}
.counter-box::after {width: 104%;}
.postnav-left h4, .postnav-right h4 {font-size: 14px;}
.nav-tabs > li > a {font-size: 12px;padding: 10px;} 
.slider-text h1 {font-size: 30px;line-height: 34px;}
.slider-text p {font-size: 18px;}
}


@media(max-width:360px ){

.navbar-brand > i {font-size: 25px;}
.slider-text {width: 90%;}
.sl-slider-wrapper {height: 420px;}
.counter-box::after {width: 107%;}
.blog-breadcrumbs-left {text-align: center;width: 100%;}
.blog-breadcrumbs-right {width: 100%;}
.blog-pagination .pagination > li > a, .blog-pagination .pagination > li > span {
 font-size: 15px;
 padding: 5px 12px;
}
.blog-breadcrumbs-right .breadcrumb {padding: 8px;}
.blog-details h1 {font-size: 20px;line-height: 30px;margin-bottom: 10px;margin-top: 10px;}
.blog-details blockquote {font-size: 16px;}
.social-share ul li > a {font-size: 14px;height: 25px;line-height: 26px;width: 25px;}
.social-share h3 {font-size: 20px;}
.nav-tabs > li > a {font-size: 10px;padding: 3px;}
.custom-panel .panel-heading a {font-size: 16px;}
#myModal .modal-title {font-size: 25px;}
.post-author .news-img {margin-right: 0px;width: 45px;height: 45px;}
.author-name {font-size: 13px;margin-bottom: 5px;display: block;}
.post-author p {font-size: 12px;line-height: 18px;}
.commentlist .news-img {height: 45px;width: 45px;}
.children {margin-left: 15px;}
.commentlist .media-body p {font-size: 12px;}
.error-page-area h1 {font-size: 150px;}
.error-page-area h3 {font-size: 50px;margin-bottom: 70px;}
.error-page-area h5 {font-size: 25px;}
.slider-text h1 {font-size: 25px;line-height: 30px;}
.slider-text p {font-size: 16px;}
}


@media(max-width:320px ){

.blog-breadcrumbs-right .breadcrumb > li a {font-size: 12px;}	
.blog-breadcrumbs-right .breadcrumb > .active {font-size: 12px;}
.custom-panel .panel-heading a {font-size: 14px;}
#myModal .modal-title {font-size: 22px;}
#respond input[type="text"], #respond input[type="email"], #respond input[type="url"] {
  width: 100%;
}

	
}

