/*
Template Name: WpF Medinova - Ultra Modern Responsive Bootstrap Medical Html5 Template

Author: WPFreeware Team
Author URI: http://wpfreeware.com/
Description: WpF Medinova - Ultra Modern Responsive Bootstrap Medical Html5 Template
Version: 1.0
Tags: light, white,Multi page,Medical,Hospital,Health,custom-colors,Bootstrap,responsive, html5, css3
*/


/* 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 */
/*--------------------*/

body,html{
  overflow-x:hidden;
}
body {
font-family: 'Book Antiqua',Cambria,Century;
overflow-x: hidden !important;
font-size: 15px;
}


.mybutton {
 /*  background-color: #3fc35f; Green */
   background-color: #91abb8; 
  border: none;
  color: #ffffff;
  padding: 10px 40px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px;
  margin-bottom: 5px;
  border-color: #efeeee;
  border-width: 2px;
  border-style: solid;
   margin-left:60px;
}

.mybutton:hover {
  background-color: #fff; /* Green */
  border: none;
  color: #91abb8;
  padding: 10px 40px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px;
  margin-bottom: 5px;
  border-color: #91abb8;
  border-width: 2px;
  border-style: solid;
 
}

@media screen and (max-width: 767px) 
{
	.mybutton
	{
		margin-left:0px;
	}
}


ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
a{ 
  text-decoration: none;
  color: #2f2f2f;  
}
a:hover,
a:focus{
  outline: none;
  text-decoration: none;
}

h2,
h3,
h4,
h5,
h6{
	font-family: 'Cambria';	
}

h1 {
  font-family: 'Book Antiqua';	
  color: #313338;  
  font-size: 30px;
  font-weight: 800;
  line-height: 38px;
  margin: 0;
  padding-bottom: 10px;  
  text-transform: uppercase;
}

h2 {
  color: #313338;  
  font-size: 26px;
  font-weight: 700;
  line-height: 38px;
  margin: 0;
  padding-bottom: 10px;  
}

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-image:url(images/status.gif); /* path to your loading animation */
  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: 30px;
	line-height: 50px;
	font-weight: bold;
	height: 55px;
	position: fixed;
	right: 10px;
	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: #3fc35f;
	text-decoration: none;
	outline: none;
}

/*--------------------*/
/* HEADER */
/*--------------------*/


#top-header{
		float: left;
		display: inline;
		width: 100%;
		background-color: #f7f7f7;
		color: #25d366;
		font-size: 16px;
		font-weight: bold;
		height: 55px;
	}


.top-header-inner{
	position: fixed;
	z-index: 1030;
	background-color: #f7f7f7;
	left: 0;
	right: 0;
	top: 0;
	border: 0px;
	padding: 10px;
}


.top-header-inner button{
	padding: 10px;
	height: 40px;
}

@media screen and (max-width: 767px) 
{
	#top-header{
		float: left;
		display: inline;
		width: 100%;
		background-color: #f7f7f7;
		color: #25d366;
		font-size: 16px;
		font-weight: bold;
		height: 100px;
		vertical-align: middle;


}
}



#header{
	float: left;
	display: inline;
	width: 100%;
}
.menu_area{
	float: left;
	display: inline;
	width: 100%;	

}
.navbar-default .navbar-nav > li > a {	
	/*color: #fff;*/
	color:#91abb8;
	position: relative;
	display: inline-block;	
	outline: none;	
	padding: 10px 10px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);	
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
/*	border-color: #3fc35f;
	border-style: solid;
	border-width: 1px;
	border-bottom-width: 0px;*/
	margin:10px 3px 0px;
	/*border-radius: 5px;*/


}

@media screen and (max-width: 767px) 
{
	.navbar-default .navbar-nav > li > a
	{
		margin: 24px 75px 0px;
	}
}


.navbar-default {
	/*padding: 10px 0;*/
	-moz-transition: padding 0.3s ease 0s;
	-o-transition: padding 0.3s ease 0s;
	-webkit-transition: padding 0.3s ease 0s;
	transition: padding 0.3s ease 0s
}
.past-main{
	padding: 0px;
}
.main-nav{
	margin : 10px 0px 0px;
}
.navbar-default .navbar-nav > li > a::before {
	position: absolute;
	top: 80%;
	left: 50%;
	color: transparent;
	content: '•';
	text-shadow: 0 0 transparent;
	font-size: 2em;
	-webkit-transition: text-shadow 0.3s, color 0.3s;
	-moz-transition: text-shadow 0.3s, color 0.3s;
	transition: text-shadow 0.3s, color 0.3s;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	pointer-events: none;
}
.navbar-default .navbar-nav > li > a:hover::before,
.navbar-default .navbar-nav > li > a:focus::before,
.navbar-default .navbar-nav > .active > a::before {
	color: #fff;
	text-shadow: 10px 0 #fff, -10px 0 #fff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #000;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #fff;	
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #000;
}
.navbar-right .dropdown-menu {
  left: auto;
  right: 15px;
  top: 74px;
}
.navbar-right .dropdown-menu::before {
	background: none repeat scroll 0 0 #fff;
	content: "";
	display: block;
	height: 20px;
	right: 20px;
	margin-top: -43px;
	position: absolute;
	top: 32px;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 20px;
	z-index: -99
}
.dropdown-menu > li > a {
     clear: both;
    color: #000;
    display: block;
    font-weight: bold;
    line-height: 1.42857;
    padding: 5px 20px;
    white-space: nowrap;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus{
  color: #fff;  
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #000;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
  color: #fff;  
}
.navbar-nav .open .dropdown-menu {
  background-color: #ffffff;   
}
.navbar-brand {
  color: #fff !important;
  font-family: 'Cinzel Decorative', cursive;
  font-size: 26px;
  font-weight: bold;
  margin-top: 5px;
  width: 300px;
}
.navbar-brand img{
	width: 100%;
}
.navbar-brand>i{
	margin-right: 8px;
	font-size: 30px;
}


/* --- top banner ---- */

#top-banner
{
  display: inline;
  float: left;
  width: 100%;
  margin-top:50px;
  background-color: #000;
}

.top-banner-inner
{
  display: inline;
  float: left;
  width: 100%;
    margin:0px;
  height:460px;
  background:url('images/scroller/s1.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-color:white;
}


.headerimg img
{

  width: 100%;
  height: aut0;
  margin-top:50px;
}


@media screen and (max-width: 767px) 
{
.headerimg img
{

  width: 100%;
  height: 200px;
  margin-top:50px;
}
}


#hospital{
	padding: 30px;
}

.hospitalabout {
		margin-top: 3em;
		box-shadow: 2px 1px 6px 3px lightgray;
		padding: 15px;
		border-radius: 5px;
}
.hospitalform {
		margin-top: 3em;
		box-shadow: 2px 1px 6px 3px lightgray;
		padding: 15px;
		border-radius: 5px;
}


/*--------------------*/
/* HOME SLIDER */
/*--------------------*/

#sliderArea {
  display: inline;
  float: left;
  /*margin-top: 70px;*/
  width: 100%;
  margin-bottom: 0;

}


.top-slider{
	float: left;
	display: inline;

	width: 100%;
}
.top-slide-inner{
	float: left;
	display: inline;
	height: 450px;
	width: 100%;
}
.slider-img{
	float: left;
	display: inline;
	height: 100%;
	width: 100%;
}
.slider-img>img{
	width: 100%;
	height: auto;
	padding-top:5.7em;
}

@media screen and (max-width: 767px) 
{
.slider-img>img{
	width: 100%;
	height: auto;
	padding-top:.5em;
}
}
.top-slider .slick-prev,
.top-slider .slick-next {
	background-color: transparent;
	border: 2px solid #ccc;
	border-radius: 50%;
	color: #ccc;
	cursor: pointer;
	display: block;
	font-size: 0;
	font-weight: bold;
	height: 50px;
	line-height: 44px;
	margin-top: -10px;
	outline: medium none;
	padding: 10px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 50px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.top-slider .slick-prev{
	left: 3%;
}
.top-slider .slick-next{
	right: 3%;
}
.top-slider .slick-next::before {
	
  content: "\f105";
  font-family: FontAwesome;
  font-size: 25px;
  left: 4px;
  margin-right: 5px;
  position: relative;
}
.top-slider .slick-prev::before {	
  content: "\f104";
  font-family: FontAwesome;
  font-size: 25px;
  left: 1px;
  margin-right: 5px;
  position: relative;
}
.top-slider .slick-dots {
	text-align: center;
	position: absolute;
	bottom: 2%;
	height: 30px;
	width: 100%;
	left: 0;
	z-index: 1000;
}

.top-slider .slick-dots li {
	display: inline-block;
	position: relative;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	margin: 3px;
	background: #ddd;
	background: rgba(150,150,150,0.4);
	cursor: pointer;
	box-shadow:0 1px 1px rgba(255,255,255,0.4), 
		inset 0 1px 1px rgba(0,0,0,0.1);
}

.top-slider .slick-dots li {
	background: rgba(150,150,150,0.1);
	margin: 6px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	box-shadow: 
		0 1px 1px rgba(255,255,255,0.4), 
		inset 0 1px 1px rgba(0,0,0,0.1),
		0 0 0 2px rgba(255,255,255,0.5);
}

.top-slider .slick-dots li.slick-active,
.top-slider .slick-dots li:hover {
	box-shadow: 
		0 1px 1px rgba(255,255,255,0.4), 
		inset 0 1px 1px rgba(0,0,0,0.1),
		0 0 0 5px rgba(255,255,255,0.5);
}

.top-slider .slick-dots li.slick-active:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	top: 3px;
	left: 3px;
	border-radius: 50%;
	background: rgba(255,255,255,0.8);
}
.top-slider .slick-dots li button{
	display: none;
}
.readmore_area a {
  color: #000;
  display: inline-block;
  font-size: 1.35em;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 15px 25px;
  outline: medium none;
  position: relative;
  text-decoration: none;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
}
.readmore_area {
 /* float: left;*/
 text-align: center;
  margin-top: 0px;
  position: relative;
  z-index: 1;
}

.readmore_area a {
	overflow: hidden;
	margin: 0 15px;
}

.readmore_area a span {
	display: block;
	padding: 10px 20px;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}

.readmore_area a::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	padding: 10px 20px;
	width: 100%;
	height: 100%;
	background: #fff;
	content: attr(data-hover);
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: translateX(-25%);
}

.readmore_area a:hover span,
.readmore_area a:focus span {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	transform: translateX(100%);
}

.readmore_area a:hover::before,
.readmore_area a:focus::before {
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	transform: translateX(0%);
}
.slider-text {
  left: 0;
  margin: 0 auto;
  padding: 100px 30px 10px;
  position: absolute;
  right: 0;
  top: 10%;
  width: 80%;
}

.slider-text h2 {
	color: #f5f5f5;
	font-size: 35px;
	line-height: 35px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);	
}
.slider-text p {
	color: #fff;
	max-width: 960px;
	position: relative;
	width: 100%;	
	font-size: 28px;
	padding-top: 10px;
	font-weight: 300;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
	z-index: 100;
}
#topFeature{
	float: left;
	display: inline;
	width: 100%;
}
.single-top-feature{
	float: left;
	display: inline;
	width: 100%;
	padding: 20px;
}
.single-top-feature > span {
  color: #000;
  font-size: 45px;
  font-weight: bold;
}
.single-top-feature>h3{
	color: #000;	
	font-size: 30px;
	text-transform: uppercase;
	font-weight: bold;
}
.single-top-feature>h4{
	color: #000;	
	font-size: 19px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 20px 50px 20px;
}
.single-top-feature > p {
  color: #000;
  font-size: 16px;
}
.single-top-feature .readmore_area {
  float: none;
}
.single-top-feature .readmore_area a span {
  background: #fff none repeat scroll 0 0;
}
.single-top-feature .readmore_area a {
  border: 2px solid #fff;  
}
.single-top-feature .readmore_area a::before {
  color: #000;
}

.opening-hours {
  background-color: #fff;
  padding-right: 20px;
}
.opening-hours>span{
	color: #000;	
}
.opening-hours>h3{
	color: #000;	
}
.opening-hours>p{
	color: #000;	
}
.opening-table li{
	border-bottom: 1px solid #f1f1f2;
	line-height: 30px;
	margin: 0 15px;
	padding: 5px 0;
	color: #000;
	float: left;
	display: block;
	width: 100%;
}
.opening-table li span{
	float: left;
}
.opening-table li div.value{
	float: right;
}

/*--------------------*/
/* SERVICE */
/*--------------------*/

#service{
	float: left;
	display: inline;
	width: 100%;
	padding: 40px 0px;
}
.service-area{
	float: left;
	display: inline;
	width: 100%;
}
.section-heading{
	float: left;
	display: inline;
	width: 100%;
	text-align: center;
}
.service-content{
	float: left;
	display: inline;
	width: 100%;
	padding: 10px 0px;
}
.single-service{
	float: left;
	margin-bottom: 30px;
	padding: 0px 10px;
	display: inline;
	width: 100%;
	text-align: center;
}

@media screen and (max-width: 767px) 
{
 .single-service
{
	float:none;
}
}
.single-service>img{
	float: left;
	padding: 5px;
	display: inline;
	width: 120%;
}

.service-icon-effect {
	display: inline-block;
	font-size: 0px;	
	margin: 15px 30px;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;	
}
.service-icon-effect:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}
.service-icon-effect:before {	
	speak: none;
	font-size: 70px;
	line-height: 100px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}
.service-icon .service-icon-effect {	
	 -moz-transition: -moz-background 0.2s, color 0.2s;
	-o-transition: -o-background 0.2s, color 0.2s;
	-webkit-transition: -webkit-background 0.2s, color 0.2s;
	transition: background 0.2s, color 0.2s
}
.service-icon .service-icon-effect:after {
	top: -8px;
	left: -8px;
	padding: 8px;
	z-index: -1;
	opacity: 0;
}
.service-icon .service-icon-effect:after {
	-moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -moz-transition: opacity 0.2s, -moz-transform 0.2s;
    -o-transition: opacity 0.2s, -o-transform 0.2s;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, transform 0.2s;
    -moz-transition: opacity 0.2s, -moz-transform 0.2s;
    -o-transition: opacity 0.2s, -o-transform 0.2s;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, transform 0.2s;
    -moz-transition: opacity 0.2s, -moz-transform 0.2s;
    -o-transition: opacity 0.2s, -o-transform 0.2s;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, transform 0.2s
}
.single-service:hover .service-icon-effect:after {
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}
.service-icon .service-icon-effect:before {
	 -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=100);
    opacity: 1.0;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    -o-transition: -o-transform 0.2s, opacity 0.2s;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    -o-transition: -o-transform 0.2s, opacity 0.2s;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    -o-transition: -o-transform 0.2s, opacity 0.2s;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s
}
.single-service:hover .service-icon-effect:before {
	 -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1
}
.single-service>h3 a{
	color: #3e3e3e;
	font-size:18px;
	font-weight: bold;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s
}
.single-service>h3 a:hover,.single-service>h3 a:focus{
	text-decoration: none;
	outline: none;
}
.single-service > p {
  color: #8997a7;
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 25px;
}


#whyclinicoplus{
	background-color:#f7f7f7;
	float: left;
	display: inline;
	width: 100%;

}

.whyclinico img{
	float: left;
	display: inline;
	width: 100%;
	padding: 15px;
}

/*--------------------*/
/* WHY CHOOSE US */
/*--------------------*/

#whychooseSection{
	background-color: #f7f7f7;

	float: left;
	display: inline;
	width: 100%;
	padding: 75px 0px;
}

.whyChoose-left { 
  display: inline;
  float: left;
  margin-top: 30px;
  border: 5px solid #fff;
  height: 330px;
  width: 460px;
}
.whychoose-slider{
	float: left;	
	display: block;	
	width: 100%;
	height: 100%;
}
.whychoose-singleslide{
	float: left;	
	display: block;	
	width: 100%;
	height: 100%;
}
.whychoose-singleslide img{
	height: 320px;
	max-width: 100%;
}
.whychoose-slider .slick-prev,
.whychoose-slider .slick-next {
    background-color: #fff;
    height: 45px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity: 0.8;
    top: 46%;
    width: 40px;
    display: none !important;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s
}
.whyChoose-left:hover .slick-prev,
.whyChoose-left:hover .slick-next{
	display: block !important;
}
.whychoose-slider .slick-next {
  background-image: url("images/next_icon1.png");
  background-position: center center;
  background-repeat: no-repeat; 
  right: 0;
}
.whychoose-slider .slick-prev {
  background-image: url("images/prev_icon.png");
  background-position: center center;
  background-repeat: no-repeat;    
  left: 0;
}
.whyChoose-right{
	float: left;
	margin-top: 30px;
	display: inline;
	width: 100%;
	padding: 0px 20px;
}
.whyChoose-right .media{
	margin-bottom: 20px;
}
.media-icon {
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	color: #fff;
	display: inline-block;
	font-size: 25px;
	height: 68px;
	line-height: 55px;
	margin-right: 15px;
	padding: 5px 10px;
	text-align: center;
	width: 68px;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s
}
.whyChoose-right .media-heading{
	font-size: 22px;
	line-height: 1.3em;
	padding-bottom: 6px;	
}
.whyChoose-right .media-body > p {
  color: #6d6d6d;
  font-size: 15px;
  line-height: 1.4em;
}
.whyChoose-right .media:hover .media-icon{
	background-color: #fff;
}

/*--------------------*/
/* COUNTER */
/*--------------------*/

#counterSection {
	/*background-image: url(images/counter-bg2.jpg);
	background-repeat: no-repeat;
	background-position: 100%;*/
	background-color: #fff;
	display: block;
	float: left;
	padding: 77px 0;
	width: 100%;
	position: relative;
	height: 250px;
	margin-top: 20px;
}
#counterSection::after {
 /* background-color: rgba(0, 0, 0, 0.7);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;*/
}
.counter-area {
  display: inline;
  float: left;
  position: relative;
  width: 100%;
  z-index: 99;
}
.counter-box {
 /* border: 1px solid #3fc35f;*/
  border-radius: 10px;
  display: inline;
  float: left;
  font-family: "Raleway",sans-serif;
  padding: 10px 5px 20px;
  width: 100%;
  position: relative;
  text-align: center;
}

.counter-box img {

  width: 80px;
  height:auto;
}


#hotel{
    float: left;
    display: inline;
    width: 100%;
    padding: 50px 0px;
}

.hotels img {
  width: 280px;
  padding: 5px;
  height:auto;
  border-radius: 25px;
  border: 2px solid #3fc35f;
}

.hotels h4 {
  font-size: 18px;
  text-align: center;
	font-weight: bold;
	  padding-left: 10px;
}

.hotels p {
  font-size: 16px;
  text-align: center;
  padding-left: 10px;
}



.counter-box::after {
 /* border: 1px solid #3fc35f;
  border-radius: 10px;
  content: "";
  height: 111%;
  left: -9px;
  position: absolute;
  top: -8px;
  width: 107%;*/
}
.counter-no {
  color: #000;
  display: inline;
  float: left;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3em;
  padding-left: 0;
  text-align: center;
  width: 100%;
}
.counter-label {
  color: #000;
  display: inline;
  float: left;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.8em;
  padding-left: 0;
  padding-top: 5px;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
}

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

#meetDoctors{
	float: left;
	display: inline;
	width: 100%;
	padding: 10px 0px; /*padding: 75px 0px;*/
}
.meetDoctors-area{
	float: left;
	display: inline;
	width: 100%;
	/*margin-top:5em;*/
}
.doctors-area {
  display: inline;
  float: left;
 margin-top: 25px;
  width: 100%;
}
.doctors-nav{
	margin-left: -35px;
}
.doctors-nav .slick-slide {
  background-color: #eceaea;
  display: inline-block;
  float: left;
  margin-left: 35px;
  min-height: 100px;
  width: 22%;
}

.single-doctor{
	float: left;
	display: inline-block;
	width: 100%;
	background-color: #91abb8;
}

.single-doctor1{
	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: 2px;
	background: #fff;
}
.doctors-nav figure img {
	 position: relative;
    display: block;
    width: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 1.0;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s
}

.doctors-nav figcaption {
	position: relative;
	top: 0;
	z-index: 11;

	width: 100%;
	height: 100%;
	text-align: center;
}

.doctors-nav figcaption h2 {
	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:3px;
    color: #000;
    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 h2,
.doctors-nav figcaption p {
	-moz-transform: translatey(0px);
    -ms-transform: translatey(0px);
    -o-transform: translatey(0px);
    -webkit-transform: translatey(0px);
    transform: translatey(0px)
}
.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 h2,
.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 h2,
.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 h2{
	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: #ccc;
	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: -50px;
}
.doctors-nav .slick-prev {
  background-image: url("images/team-prev-icon.png");
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  left: -15px;
}

/*--------------------*/
/* TESTIMONIAL */
/*--------------------*/

#testimonial{
	float: left;
	display: inline;
	/*padding: 75px 0px 100px;*/
	padding: 20px;
	background-color: #f7f7f7;
	width: 100%;
}
.testimonial-area{
	float: left;
	display: inline;
	width: 100%;
}
.testimonial-nav {
  margin-top: 10px;
}
.testimonial-nav>li{
	display: block;
	width: 100%;
}
.single-testimonial{
	float: left;
	display: inline;
	width: 100%;
}

.testimonial-img {
  border-radius: 100%;
  height: 150px;
  margin: 0 auto;
  width: 150px;
}
.testimonial-img>img{
	width: 100%;
	height: 100%;
	border-radius: 100%;
}


.testimonial-video {
/*  border-radius: 100%;padding:5px; */
  height: 400px;
  margin: 0 auto;
  width: 360px;
  	
  		border:2px;
	border-style: solid;
	border-color: #25d366;
	background-color: #000;
}
.testimonial-video>video{
	width: 100%;
	height: 100%;

}

@media screen and (max-width: 767px) 
{
	.testimonial-video {
		height: 300px;
		margin: 0 auto;
		width: 260px;
		padding:2px; 
		border:2px;
		border-style: solid;
		border-color: #25d366;
}
}


.testimonial-cotent{
	float: left;
	display: inline;
	width: 100%;
	text-align: center;
	margin-top: 15px;
}
.testimonial-cotent > p {
  font-size: 18px;
  padding: 0 10px;
}
.testimonial-parg::before {
  content: "\f10d";
  font-family: FontAwesome;
  font-size: 20px;
  left: 0;
  margin-right: 5px;
  position: relative;
}
.testimonial-parg:after{
	position: relative;
	font-family: FontAwesome;
	content: "\f10e";
	left: 0;
	font-size: 25px;
}
.testimonial-cotent > p span{
	font-size: 25px;
}
.testimonial-cotent > p .fa-quote-left {
  margin-right: 5px;
}
.testimonial-cotent > p .fa-quote-right{
	margin-left: 5px;
}
.testimonial-nav .slick-dots li {
   -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s 
}
.testimonial-nav .slick-dots li button::before {
  color: transparent;  
}
.testimonial-nav .slick-dots li.slick-active button::before {
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75);
    opacity: 0.75
}

/*--------------------*/
/* BLOG */
/*--------------------*/

#homeBLog{
	float: left;
	display: inline;
	width: 100%;
	padding-top: 50px;
}
.homBlog-area{
	float: left;
	display: inline;
	width: 100%;
}
.homeBlog-content{
	float: left;
	display: inline;
	width: 100%;
	margin-top: 25px;

}
.single-Blog{
	float: left;
	display: inline;
	width: 100%;
}
.single-blog-left{
	float: left;
	display: inline;
	width: 18%;
}
.blog-comments-box li {
  border-bottom: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  color: #aaa;
  display: block;
  float: left;  
  padding: 15px;
  text-align: center;
  width: 100%;  
}
.blog-comments-box li:last-child{
	border-bottom: none;
}
.blog-comments-box li > h2 {
  font-size: 33px;
  line-height: 32px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.blog-comments-box li span {  
  display: block;
  font-size: 16px;
}
.blog-comments-box li > a {
  color: #aaa;
  text-decoration: none;
}
.single-blog-right{
	float: left;
	/*text-align: center;*/
	display: inline;
	width: 100%;
}
.single-blog-right1{
	text-align: center;
	display: inline;
	width: 100%;
}
.blog-img{
	float: left;
	display: inline;
	width: 100%;
}
.blog-img img{
	width: 100%;
	padding:20px;
}
.blog-img1 img{
	width: 100%;
	padding:2px;
}
.blog-img video{
	width: 100%;
	padding:12px;
}
figure.blog-figure {
	/*background: #3498db;*/
}

figure.blog-figure1 {
	background: #91abb8;
}

figure.blog-figure img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
    filter: alpha(opacity=100);
    opacity: 1.0;
    -moz-transition: opacity 0.35s, -moz-transform 0.35s;
    -o-transition: opacity 0.35s, -o-transform 0.35s;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -moz-transition: opacity 0.35s, -moz-transform 0.35s;
    -o-transition: opacity 0.35s, -o-transform 0.35s;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -moz-transform: scale3d(1.05, 1.05, 1);
    -ms-transform: scale3d(1.05, 1.05, 1);
    -o-transform: scale3d(1.05, 1.05, 1);
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1)
}

figure.blog-figure:hover img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-transform: scale3d(1, 1, 1);
	-ms-transform: scale3d(1, 1, 1);
	-o-transform: scale3d(1, 1, 1);
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1)
}
.blog-img figure {
/*  background: none repeat scroll 0 0 #3085a3;*/
  cursor: pointer;
  float: left;
  height: auto;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.blog-img figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 1.0;
}
figure.blog-figure .image-effect::before {  
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	-moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
	-ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
	-o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
	-moz-transition: -moz-transform 0.6s ease 0s;
	-o-transition: -o-transform 0.6s ease 0s;
	-webkit-transition: -webkit-transform 0.6s ease 0s;
	transition: transform 0.6s ease 0s;
	width: 100%
}
figure.blog-figure:hover .image-effect::before {
	-moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0)
}
.blog-author {
  display: inline;
  float: left;
  padding: 10px 0;
  width: 100%;
}
.blog-author > ul > li {
  display: inline-block;
  padding: 5px;
  color: #aaa;
  font-weight: bold;
}
.blog-content{
	float: left;
	display: inline;
	width: 100%;
}
.blog-content1{
	float: left;
	display: inline;
	width: 100%;
	/*text-align: center;*/
	margin-left: 25px;
}

.blog-content1 > h3 {
  font-size: 17px;
  line-height: 25px;
  color: #3fc35f;
  text-transform: uppercase;
  font-weight: bold;
}

.blog-content1 > h2 {
  font-size: 16px;
  line-height: 25px;
}
.blog-content > h2 {
  font-size: 18px;
  line-height: 25px;
}
.blog-content .readmore_area a { 
  font-size: 14px;
  margin-left: 0;
}
.blog-content .readmore_area a::before { 
  padding: 8px 13px;  
}
.blog-content .readmore_area a span { 
  padding: 8px 13px;  
}
.blog-content .readmore_area {
  margin-top: 25px;  
}

/*--------------------*/
/* FOOTER */
/*--------------------*/

#footer{
	float: left;
	display: inline;
	width: 100%;	
	padding-top: 50px;
}
.footer-top {
  background-color: #f8f8f8;
  border-top: 2px solid #e9e9e9;
  display: inline;
  float: left;
  min-height: 100px;
  padding: 45px 0;
  width: 100%;
}
.single-footer-widget{
	float: left;
	display: inline;
	width: 100%;
	padding: 0 10px;
	color: #555;
}
.single-footer-widget .section-heading{
	text-align: left;
}
.single-footer-widget .section-heading > h2 {
  font-size: 20px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  line-height: 25px;
}
.single-footer-widget .line {
  margin: 0 0 20px;
}
.footer-service li > a {
	color: #555;
	display: block;
	font-size: 15px;
	padding: 6px 0;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s
}
.footer-service li > a:hover{
  text-decoration: none;
  outline: none;
}
.footer-service li > a span {
  margin-right: 8px;
}
.tag-nav a {
	border: 1px solid #e2e6e7;
	color: #555;
	display: inline-block;
	float: left;
	font-size: 12px;
	margin-bottom: 8px;
	margin-right: 8px;
	padding: 10px 12px;
	text-transform: uppercase;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s
}
 .tag-nav li a:hover,
 .tag-nav li a:focus{
	color: #fff !important;
	text-decoration: none;
	outline: none;
}

.contact-info > p {
  line-height: 20px;
}
.contact-info > p span {
  font-size: 18px;
  margin-right: 10px;
}
.footer-middle {
  background-color: #f3f3f3;
  display: inline;
  float: left;
  padding: 25px 0;
  width: 100%;
}
.footer-copyright{
	float: left;
	display: inline;
	width: 100%;
}
.footer-copyright>p{
	margin-bottom: 0px;
	font-size: 16px;
}
.footer-copyright>p>a{
	text-decoration: none;
    outline: none;
    border-bottom: 1px transparent;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s
}
.footer-social{
	float: left;
	display: inline;
	width: 100%;
	text-align: right;
}
.footer-social a {  
	display: inline-block;
	float: none;
	font-size: 15px;
	height: 30px;
	line-height: 29px;
	margin: 0 3px;
	text-align: center;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	width: 35px
}
.footer-bottom {
  background-color: #fff;
  display: inline;
  float: left;
  width: 100%;
  padding: 20px 0 ;
  text-align: center;
}
.footer-bottom p{
	margin-bottom: 0px;
	font-size: 15px;
}
.footer-bottom p a {
	border-bottom: 1px solid #ccc;
	outline: medium none;
	padding-bottom: 2px;
	text-decoration: none;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

/*--------------------*/
/* BLOG ARCHIVE */
/*--------------------*/

#blogArchive {
  display: inline;
  float: left;
  margin-top: 75px;
  width: 100%;
}
#blogArchive1 {
  display: inline;
  float: left;
  margin-top: 10px;
  width: 100%;
}
.blog-breadcrumbs-area {
  background-color: #f5f5f5;
  display: inline;
  float: left;
  padding: 10px 0;
  width: 100%;
}
.blog-breadcrumbs-area1 {
  background-color:#ffffff;
  display: inline;
  float: left;
  padding: 20px 0;
  width: 100%;
}
.blog-breadcrumbs-left{
	float: left;
	display: inline;
}
.blog-breadcrumbs-left>h2{
	padding-bottom: 0px;
}
.blog-breadcrumbs-right{
	float: right;
	display: inline;
}
.blog-breadcrumbs-right .breadcrumb{
	margin-bottom: 0px;
}
.blog-breadcrumbs-right .breadcrumb > li {
  color: #777;
}
.blog-breadcrumbs-right .breadcrumb > li a{
  text-transform: uppercase;
  font-size: 12px;
}
.blog-breadcrumbs-right .breadcrumb > .active {
  text-transform: uppercase;
  font-size: 13px;
}
.blogArchive-area {
  display: inline;
  float: left;
  padding: 70px 0;
  width: 100%;
}
.blog-content{
	float: left;
	display: inline;
	width: 100%;
}
.blog-content h2{
	color: #91abb8;
}

.blog-content p{
text-align: justify;
font-size: 16px;
/*font-weight: bold;*/
}
.blog-content .button--itzel{
	text-align: center;
	width: 170px;
}
.blogArchive-area .single-blog-right {
  display: inline;
  float: right;
  width: 79%;
}
.blog-content .single-Blog{
	margin-bottom: 30px;
}
.blog-content .blog-img figure a{
	height: 100%;
}
.blog-pagination{
	float: left;
	display: inline;
	width: 100%;
	text-align: right;
}
.blog-pagination .pagination > li > a,
.blog-pagination .pagination > li > span {
	background-color: #fff;
	border: 1px solid #e2e6e7;
	color: #999;
	font-size: 16px;
	line-height: 1.42857;
	margin-left: 6px;
	padding: 6px 15px;
	font-family: "Raleway",sans-serif; 
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.blog-pagination .pagination > li > a:focus,
.blog-pagination .pagination > li > a:hover,
.blog-pagination .pagination > li > span:focus,
.blog-pagination .pagination > li > span:hover {
  color: #fff;
}
.blog-pagination .pagination > li:last-child > a,
.blog-pagination .pagination > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.blog-pagination .pagination > li:first-child > a,
.blog-pagination .pagination > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.sidebar{
	float: left;
	display: inline;
	width: 100%;	
	min-height: 300px;
}
.sidebar-widget{
	float: left;
	display: inline;
	width: 100%;
	margin-bottom: 25px;
}
.sidebar-widget > h3 {
  border-bottom: 1px solid #e2e6e7;
  font-size: 22px;
  margin-bottom: 25px;
  margin-top: 0;
}
.sidebar-widget h3::after {
  content: "";
  display: block;
  height: 2px;
  margin-bottom: -1px;
  margin-top: 13px;
  position: relative;
  width: 50px;
}
.popular-tab li { 
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.popular-tab li:last-child{
  border-bottom: none;
}
.news-img {
  display: block;
  height: 70px;
  width: 85px;
}
.news-img>img{
  width: 100%;
  height: 100%;
}
.news-img>img:hover{
	opacity: 0.8;
}
.popular-tab .media-body > a {
	display: block;
	font-size: 15px; 
	padding: 0px;  
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.popular-tab .media-body > a:hover,
.popular-tab .media-body > a:focus{
	color: #000;
	outline: none;
}
.feed_date {
  color: #ccc;
  display: block;
  margin-top: 7px;
}
.sidebar-widget p>a{	
	font-weight: bold;
}
.archives li{
float: left;
margin-bottom: 7px;
width: 100%;
}
.archives li > a {
	border: 1px solid #e2e6e7;
	color: #999;
	display: block;
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 15px;
	padding: 10px 12px;
	text-align: left;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.archives li > a:hover {
  text-decoration: none;
  outline: none;
  color: #fff !important;
}
.archives li>a>span{
	float: right;
}
.sidebar-widget>ul li{	
}
.sidebar-widget>ul li>a{
	display: block;
	padding: 5px;
	border-bottom: 1px solid #e2e6e7;
}
.sidebar-widget>ul li>a:hover{
	text-decoration: none;
}
.sidebar-widget>ul li>a>span{
	margin-right: 5px;
}

/*--------------------*/
/* BLOG DETAILS */
/*--------------------*/

.blog-details h2 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.blog-details p {
  font-size: 15px;
  line-height: 28px;
}
.blog-details blockquote {
  background: none repeat scroll 0 0 #f8f8f8;
  border-left: medium none;
  font-size: 20px;
  font-style: italic;
  padding: 15px 15px 15px 40px;
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}
.blog-details blockquote::before {
  content: "\"";
  font-family: "Raleway",sans-serif;
  font-size: 150px;
  font-style: italic;
  line-height: 130px;
  position: absolute;
  right: 32px;
  top: 64%;
}
.blog-details blockquote::after {
  content: "\"";
  font-family: "Raleway",sans-serif;
  font-size: 150px;
  font-style: italic;
  left: -35px;
  line-height: 130px;
  position: absolute;
  top: 0;
}
.blog-details{
	position: relative;
}
.blog-details li {
  font-size: 15px;
  line-height: 25px;
}
.blog-details li>i {
  margin-right: 5px;
}
.blog-details .checkbox label,
.blog-details .radio label { 
  font-size: 15px;
}
.blog-details > a,
.blog-details > p>a {
  border: 1px none transparent;
  color: #555;
  font-size: 15px;
  font-weight: bold;
}
.blog-details>a:hover,
.blog-details>a:focus,
.blog-details > p>a:hover,
.blog-details > p>a:focus{
	text-decoration: none;
	outline: none;
}
.blog-details .table-hover tbody tr:hover{
	color: #fff;
}
.social-share{
	border-bottom: 2px solid #f8f8f8;
	border-top: 2px solid #f8f8f8;
	display: inline;
	float: left;
	margin-bottom: 30px;
	margin-top: 30px;
	padding: 15px;
	width: 100%;
}
.social-share h3{
	float: left;
	margin: 0px;
	padding: 0px;
}
.social-share ul{
	float: right;
	text-align: right;
	display: inline-block;
}
.social-share ul li{
	display: inline-block;
}
.social-share ul li > a {  
	display: inline-block;
	text-align: center;
	width: 30px;
	color: #fff;
	font-size: 18px;
	height: 30px;
	line-height: 31px;
	margin-left: 5px;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.social-share ul li:nth-child(1) a:hover{
	background-color: #354c8c;
}
.social-share ul li:nth-child(2) a:hover{
	background-color: #33CCFF;
}
.social-share ul li:nth-child(3) a:hover{
	background-color: #C92619;
}
.social-share ul li:nth-child(4) a:hover{
	background-color: #DD4B39;
}
.social-share ul li:nth-child(5) a:hover{
	background-color: #0077B5;
}
.post-navigation {
  border-bottom: 2px solid #f8f8f8;
  border-top: 2px solid #f8f8f8;
  display: inline;
  float: left;
  margin-bottom: 30px;
  margin-top: 30px;
  width: 100%;
  padding: 5px 0px;
}
.postnav-left{
	float: left;
	display: inline;
	width: 50%;
	padding: 10px;
	text-align:center;
	border-right: 1px solid #f8f8f8;
}
.postnav-left a,
.postnav-right a {
	border: 1px solid #f2f2f2;
	border-radius: 50%;
	color: #ccc;
	display: inline-block;
	font-size: 22px;
	height: 40px;
	line-height: 38px;
	width: 40px;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.postnav-left h4,
.postnav-right h4 {
  color: #ccc;
  margin-bottom: 0px;  
}
.postnav-right{
	float: right;
	display: inline;
	width: 50%;
	text-align: center;
	padding: 10px;	
}
.post-author {
  background-color: #f8f8f8;
  display: inline;
  float: left;
  margin-bottom: 0;
  margin-top: 30px;
  padding: 20px;
  width: 100%;
}
.post-author > h3 { 
  font-weight: bold;
  margin-top: 0;
  padding-bottom: 10px;
}
.post-author .news-img {  
  margin-right: 10px;
}
.author-name {
  font-size: 15px;
  font-weight: bold;
}
.post-author p {
  font-size: 14px;
  line-height: 19px;
}
.author-morepost {
  border-bottom: 1px solid #ccc;
  display: inline-block;
}
.author-morepost:hover,.author-morepost:focus {
  text-decoration: none;
  outline: none;
}
.blog-author ul>li span{
	margin-right: 5px;
}
.similar-post{
 float: left;
 display: inline;
 width: 100%;
 margin-top: 30px;
}
.similar-post > h2 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.similar-post .media{
	margin-bottom: 10px;
}
.similar-post .media-body a { display: block;}
.comments-area {
  display: inline;
  float: left;
  margin: 20px 0 30px;
  width: 100%;
}
.comments-title{
	border-bottom: 1px solid #e2e6e7;
	font-size: 22px;
	margin-bottom: 25px;
	margin-top: 0;
}
.comments-title::after {
  content: "";
  display: block;
  height: 2px;
  margin-bottom: -1px;
  margin-top: 13px;
  position: relative;
  width: 50px;
}
.comments{
	float: left;
	display: inline;
	width: 100%;
}
.commentlist li {
  border: 1px solid #f8f8f8;
  display: inline;
  float: left;
  padding: 10px;
  width: 100%;
  margin-bottom: 10px;
}
.comments-date {
  color: #888;
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}
.reply-btn {
	color: #fff;
	display: inline-block;
	float: right;
	font-size: 15px;
	line-height: 16px;
	padding: 8px 12px;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.reply-btn:hover{
	color: #fff;
	text-decoration: none;
	outline: none;
	opacity: 0.8;
}
.children{
	margin-left: 50px;
}
.author-tag {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
  padding: 4px 6px;
}
.author-comments{
	background-color: #f8f8f8;
}
.comments-pagination{
	display: inline-block;
	text-align: left;
}
.comments-pagination li{
	display: inline-block;	
}
.comments-pagination li a {
	border: 1px solid #f8f8f8;
	color: #ccc;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	height: 30px;
	line-height: 15px;
	padding: 5px;
	text-align: center;
	width: 30px;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.comments-pagination li a:hover {
  color: #fff;
  text-decoration: none;
  outline: none;
}
.commentlist>li:last-child{
	margin-bottom: 0px;
}
#respond {
  display: inline;
  float: left;
  margin-top: 20px;
  width: 100%;
}
#respond .reply-title {
  font-size: 25px;
}
#respond .comment-notes {
  font-size: 15px;
}
#respond .required{
	color: red;
}
#respond label{
	display: block;	
}
#respond input[type="text"],
#respond input[type="email"],
#respond input[type="url"] {
	color: #555;
	margin-bottom: 10px;
	height: 35px;
	padding: 5px;
	width: 65%;
	border: 1px solid #ccc;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

#respond textarea {
  border: 1px solid #ccc;
  color: #555;
  margin-bottom: 5px;
  padding: 10px;
  width: 100%;
}
.form-submit input {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
	padding: 5px 8px;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.form-submit input:hover {
  background-color: #fff;  
}

/*--------------------*/
/* Features */
/*--------------------*/

#extraFeatures{
	background-color: #fff;
	float: left;
	display: inline;
	width: 100%;
	padding: 35px 0px;
}

.panel-body
{
	border: 1px solid #000;
}
.departments-area {
  display: inline;
  float: left;
  padding: 0 12px 0 0;
  width: 100%;
}
.custom-panel{
	float: left;
	display: inline;
	width: 100%;
}
.custom-panel .panel-heading {
  border-bottom: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  padding: 0px;
  
}
.custom-panel .panel-heading a {
	color: #3fc35f;
	display: block;
	font-size: 18px;
	font-weight: bold;
	padding: 12px 12px;
	text-decoration: none;
	background-color:#fff;
	border:1px solid #000;
}
.custom-panel .panel-heading a:hover{
	opacity: 0.8;
}
.custom-panel .panel-heading a>span{
	float: right;
}
.custom-panel .panel {
  border-radius: 0px;
  margin-bottom: 0;
  border:none;
}
.custom-panel .panel-body img{
	margin-bottom: 15px;
}
.custom-panel .panel-body p{
	font-size: 16px;
}
.custom-panel .panel-body ul{
	font-size: 16px;
}
.how-works-area{
	float: left;
	display: inline;
	width: 100%;
	 padding: 0 0 0 12px;
}
.how-works{
	float: left;
	display: inline;
	width: 100%;
}
.nav-tabs{
	display: inline-block;
	text-align: center;
}
.nav-tabs li{
	display: inline-block;
	float: none;
}
.nav-tabs > li > a {
  border-right: 1px solid black;
  border-left: 1px solid black;
  border-top: 1px solid black;
  border-bottom:1px solid black;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.42857;
  padding: 10px 18px;
}
.nav-tabs > li > a:hover,.nav-tabs > li > a:focus{
	opacity: 0.9;
}
.tab-content > .tab-pane {
  padding: 20px 15px ;
}

/*--------------------*/
/* GALLERY */
/*--------------------*/

#gallery{
	float: left;
	display: inline;
	width: 100%;
	padding: 75px 0px;
}
.gallery-area{
	float: left;
	display: inline;
	width: 100%;
}
.my-simple-gallery {
  float: left;
  margin-bottom: 20px;
  width: 100%;
}
.my-simple-gallery img {
  height: 100%;
  width: 100%;
}
.my-simple-gallery figure {
  margin-bottom: 30px;
}
.my-simple-gallery figure a {
  display: block;
  height: 240px;
  width: 100%;
}
.my-simple-gallery figcaption {
  display: none;
}
a.gallery-iteam img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
    filter: alpha(opacity=95);
    opacity: 0.95;
    -moz-transition: opacity 0.35s, -moz-transform 0.35s;
    -o-transition: opacity 0.35s, -o-transform 0.35s;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -moz-transition: opacity 0.35s, -moz-transform 0.35s;
    -o-transition: opacity 0.35s, -o-transform 0.35s;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -moz-transform: scale3d(1.05, 1.05, 1);
    -ms-transform: scale3d(1.05, 1.05, 1);
    -o-transform: scale3d(1.05, 1.05, 1);
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1)
}
a.gallery-iteam:hover img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}
.my-simple-gallery a {
  cursor: pointer;
  float: left;
  height: auto;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.my-simple-gallery a img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}
a.gallery-iteam .image-effect::before { 
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	-moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
	-ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
	-o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
	-moz-transition: -moz-transform 0.6s ease 0s;
	-o-transition: -o-transform 0.6s ease 0s;
	-webkit-transition: -webkit-transform 0.6s ease 0s;
	transition: transform 0.6s ease 0s;
	width: 100%
}
a.gallery-iteam:hover .image-effect::before {
	-moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0)
}
.my-simple-gallery figcaption {
  bottom: 0;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: bold;
  left: 0;
  margin-top: -23px;
  padding-bottom: 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.pswp__caption__center {
  font-size: 25px;
  text-align: center;
  max-width: 800px; 
}
.pswp__button--arrow--left::before,
.pswp__button--arrow--right::before {
  height: 40px; 
  top: 30px;
  width: 40px;
}
.pswp__button--arrow--right::before {
  background-position: -91px -39px; 
}
.pswp__button--arrow--left::before {
  background-position: -134px -39px;  
}

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

#googleMap{
	float: left;
	display: inline;
	width: 100%;
	margin-top: 20px;

}
#contact{
	float: left;
	display: inline;
	padding: 40px 0px;
	width: 100%;
}
.contact-form{
	float: left;
	display: inline;
	width: 100%;
}
.contact-form > p {
  font-size: 17px;
  margin-bottom: 20px;
}
.contact-address {
  display: inline;
  float: left;
  width: 100%;
  padding: 0px 20px;
}
.contact-address>p{
	font-size: 17px;
	margin-bottom: 20px;
}
.contact-address>h3{
	margin-bottom: 0px;
	margin-top: 50px;
}
.contact-address .social-share {
  text-align: center;
  margin-top: 20px;
}
.contact-address .social-share ul{
	text-align: center;
	float: none;
}
.wp-form-control {
  border-radius: 0px;
  display: inline;
  font-size: 15px;	
  float: left;
  margin-bottom: 12px;
  padding: 10px 12px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;  
  width: 100%;  
  border-radius: 5px;
}
.wpcf7-text{
  height: 38px;
}
.wpcf7-email{
  height: 38px;
}
.wpcf7-textarea {
  height: 80px;
  padding: 10px;
}
.wpcf7-submit {
	float: left;
	min-width: 150px;
	max-width: 250px;
	font-weight: 600;
	display: block;
	margin: .5em;
	padding: 1em 2em;
	border: none;
	background: none;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.wpcf7-submit:focus {
	outline: none;
}
.wpcf7-submit > span {
	vertical-align: middle;
}
.button--itzel {
	border: none;
	padding: 0px;
	overflow: hidden;
	width: 255px;
}
.button--itzel::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	-webkit-clip-path: polygon(0% 0%, 0% 100%, 35% 100%, 35% 60%, 65% 60%, 65% 100%, 100% 100%, 100% 0%);
	clip-path: url(../index.html#clipBox);
	-webkit-transform: translate3d(0, 100%, 0) translate3d(0, -2px, 0);
	transform: translate3d(0, 100%, 0) translate3d(0, -2px, 0);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}
.button--itzel.button--border-thin::before {
	border: 1px solid;
	-webkit-transform: translate3d(0, 100%, 0) translate3d(0, -1px, 0);
	transform: translate3d(0, 100%, 0) translate3d(0, -1px, 0);
}
.button--itzel.button--border-thick::before {
	border: 3px solid;
	-webkit-transform: translate3d(0, 100%, 0) translate3d(0, -3px, 0);
	transform: translate3d(0, 100%, 0) translate3d(0, -3px, 0);
}
.button--itzel::before,
.button--itzel .button__icon {
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--itzel .button__icon {
	background-color: #fff;
	position: absolute;
    top: 104%;
    left: 50%;
    padding: 20px;
    font-size: 20px;
    -moz-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    -o-transform: translate3d(-50%, 0, 0);
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0)
}
.button--itzel > span {	
	display: block;
    padding: 20px;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s
}
.button--itzel:hover::before {
	-moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.button--itzel:hover .button__icon {
	 -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -moz-transform: translate3d(-50%, -100%, 0);
    -ms-transform: translate3d(-50%, -100%, 0);
    -o-transform: translate3d(-50%, -100%, 0);
    -webkit-transform: translate3d(-50%, -100%, 0);
    transform: translate3d(-50%, -100%, 0)
}
.button--itzel:hover > span {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}
.appointment-area{
	float: left;
	display: inline;
	width: 100%;
}
#myModal .modal-content {
  background: #fff none repeat scroll 0 0;
  border-radius: 0;
  float: left;
  width: 100%;
}
#myModal .modal-title {
  line-height: 1.42857;
  margin: 0;
  font-size: 30px;  
}
.modal-header{
	display: inline;
	float: left;
	width: 100%;
}
.modal-body {
  display: inline;
  float: left;
  width: 100%;
}
.appointment-form label {
  color: #888;
  float: left;
  font-size: 18px;
  font-weight: normal;
  text-align: left;
}
.appointment-form .required{
	color: red;
	font-size: 15px;
}
.wpcf7-select{
	color: #000;
	 text-transform: uppercase;
}
.wpcf7-select option{
	  text-transform: uppercase !important;
}


/*--------------------*/
/* ERROR PAGE */
/*--------------------*/

#errorPage {
  display: inline;
  float: left;
  width: 100%;
  padding: 40px 0px 90px;
}
.error-page-area{
	float: left;
	display: inline;
	width: 100%;
	text-align: center;
}
.error-page-area h1 {
  font-size: 200px;
  font-weight: bold;
  margin-top: 0;
}
.error-page-area h3 {
  font-size: 60px;
  margin-bottom: 90px;
  margin-top: 0;
  text-transform: uppercase;
}
.error-page-area h5{	
	color: #888;
	font-size: 30px;
}
.error-page-area p{	
	color: #888;
	font-size: 16px;
}
.error-page-area .readmore_area {
  float: none;
  margin: 0 auto;  
  margin-top: 40px;
}

#aboutUs{
	float: left;
	display: inline;
	width: 100%;
}
.about-us-area{
	float: left;
	display: inline;
	width: 100%;
}

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


@media(max-width:1199px ){
  .navbar-default .navbar-nav > li > a {padding: 10px 5px;font-size: 13px;width: 50%;}
  .navbar-brand {font-size: 20px;width: 258px;}
  .doctors-nav figcaption h2 {font-size: 14px;}
  .doctors-nav figcaption p {font-size: 14px;padding: 0 12px;}
  .nav-tabs > li > a {padding: 10px 10px;}
}


@media(max-width:991px ){	
  .navbar-header {float: none;text-align: center;}
  .navbar-brand {display: inline-block;float: none;font-size: 25px;width: 290px;}
  .sl-slider h2 {font-size: 36px;line-height: 40px;}
  .sl-slider p {font-size: 25px;}
  .sl-slider-wrapper {height: 500px;}
  .whyChoose-left {width: 350px;}
  .whyChoose-right .media-heading {font-size: 18px;line-height: 1em;}
  .whyChoose-right .media-body > p {font-size: 14px;}
  #counterSection {height: auto;background-size: 100% 100%;}
  .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;}
  .button--itzel {width: 190px;} 
  #header .navbar-right {float: none !important;display: inline-block;} 
  .navbar-collapse.collapse {text-align: center;}
  #respond input[type="text"], #respond input[type="email"], #respond input[type="url"] {width: 80%;} 
  .slider-text h2 {font-size: 45px;line-height: 50px;}
  .slider-text p {font-size: 25px;}

}


@media(max-width:767px ){
.navbar-default .navbar-toggle {border-color: #000;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;}
.navbar-right .dropdown-menu::before {display: none;}
.whychoose-singleslide img {width: 100%;}
.whyChoose-left {width: 100%;}
.whyChoose-right {margin-top: 50px;}
.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: 81px;}
.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;}
.contact-address {margin-top: 40px;}
.navbar-collapse.collapse {text-align:left;}
.top-slide-inner {height: 115px;}
.slider-text {padding: 10px 5px;top: 10%;}
.slider-text h2 {font-size: 35px;line-height: 40px;}
.slider-text p {font-size: 20px;}
}

@media(max-width:480px ){	
.sl-slider h2 {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 h2 {font-size: 30px;line-height: 34px;}
.slider-text p {font-size: 18px;}
}


@media(max-width:360px ){
.navbar-brand {float: left;font-size: 20px;width: 250px;}
.navbar-default .navbar-brand {margin-bottom: 10px;margin-top: 5px;}
.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 h2 {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 h2 {font-size: 25px;line-height: 30px;}
.slider-text p {font-size: 16px;}
}


@media(max-width:320px )
{
.navbar-brand {width: 240px;}	
.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%;
}

	
}


@media only screen and (max-width: 600px) {
	.scrollToTop
	{
		bottom:135px;
	}
}

/*For WhatsApp*/


/* for desktop */
.whatsapp_float {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 40px;
	left: 40px;
	background-color: #25d366;
	color: #FFF;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	box-shadow: 2px 2px 3px #999;
	z-index: 100;
}

.whatsapp-icon {
	margin-top: 16px;
}
/* for mobile */
@media screen and (max-width: 767px) {
	.whatsapp-icon {
		margin-top: 10px;
	}

	.whatsapp_float {
		width: 40px;
		height: 40px;
		bottom: 20px;
		left: 10px;
		font-size: 22px;
	}
}

/*For Live Chat/


/* for desktop */
.livechat_float {
	position: fixed;
	bottom: 40px;
	right: 75px;
	color: #91abb8;
	text-align: center;
	font-size: 30px;
	z-index: 100;
}

.livechat-icon {
	margin-top: 16px;
}

/* for mobile */
@media screen and (max-width: 767px) {
	.livechat-icon {
		margin-top: 10px;
	}

	.livechat_float {
		width: 110px;
		height: 110px;
		bottom: 20px;
		right: 10px;
		font-size: 22px;
	}
}
.livechat
{
	color: black;
    font-size: 15px;
    line-height: 25px;
	font-weight: bold;

}

.livechat:hover
{
	color:white;
}
@media screen and (max-width: 767px) 
{
.livechat
{
	color: black;
    font-size: 10px;
    line-height: 20px;
	font-weight: bold;

}
}
@media screen and (max-width: 767px) {
.single-service
{	
	width:80%;
}
}

.costpage
{
	/*background-color:#f5f5f5;*/
	width:100%;
	/*margin-left:160px;*/
	line-height:30px;
	padding-top: 20px;

}

@media (min-width: 1024px) and (max-width: 1920px) {
  .costpage {
    /*background-color: #f5f5f5;
    width: 80%;
    margin-left: 150px;*/
    line-height: 30px;
    /*padding-top: 20px;*/
}
}
@media (min-width: 1600px) and (min-width: 1900px) {
  .costpage {
    /*background-color: #f5f5f5;*/
    width: 95%;
    margin-left: 30px;
    line-height: 30px;
    padding-top: 20px;
}
}


div#costpage ul
{
	margin-left: 10px;
    /*list-style-type: disc;*/
	
}

div#costpage ul li
{
	background-color:white;
	margin-top:10px;
}

div#costpage ul li a
{
	margin-left:10px;
	font-size:16px;
	font-weight:bold;
}

div#costpage img
{
	border-right: 3px solid white;
	width:15%;
	top:10px;
}

div#costpage h3
{
  background-color:#3fc35f;
  color:white;
  font-weight:bold;
}

@media screen and (max-width: 767px) {
.costpage
{	
	margin-left: 40px;
    width: 80%;
}
}

@media screen and (max-width: 767px) 
{
div#costpage ul li a {
    margin-left: 10px;
    font-size: 13px;
    font-weight: bold;
	}
}

@media screen and (max-width: 767px) 
{
div#costpage h3 {
    background-color:#3fc35f;
    color: white;
    font-weight: bold;
    font-size: 15px;
}
}

@media screen and (max-width: 767px) 
{
.top-slider .slick-prev, .top-slider .slick-next
{
	top:27%;
}
}

.message
{
	margin-top: -50px;
font-size: 13px;
}


@media screen and (max-width: 767px) 
{
	 .chatimage
	{
		margin-left: -13px;
	}
}

section#disease
{
	margin-top: 2em;
}

section#diseaseintro
{
	margin-top: 11em;
}


@media screen and (max-width: 767px) 
{
		section#diseaseintro
	{
		margin-top:6em;
	}
	section#disease
	{
		margin-top: 2em;
	}
	section#diseaseintro h1
	{
		font-size: 18px;
	}
}
section#diseaseintro img
{
	/*width:100%;
	height:auto;*/
	border: 1px solid #3fc35f;

}
section#disease h4
{
	font-weight:bold;
}
section#disease p
{
	text-align:justify;
}

section#disease h2
{
	text-align: left;
}

section#disease .line {
    border-bottom: 2px solid #3fc35f;
    background: none repeat scroll 0 0 transparent;
    height: 1px;
    margin: 0 0 20px;
    padding: 5px;
    position: relative;
    width: 100px;
}
section#disease img
{
	/*width:100%;
	height:auto;*/
	border: 1px solid #000;

}

section#disease ul
{
	list-style: disc;
	margin-left: 15px;
	font-size: 16px;
}

section#disease span
{
	font-weight:bold;
}

section#disease p
{
	font-size: 16px;
}

section#doctor h4
{
	font-weight:bold;
	font-size:25px;
	color:#3fc35f;
	padding-top:1em;
	padding-bottom:0.5em;
}
section#doctor p
{
	text-align:justify;
	/*font-weight: bold;*/
}
div.doctorprofile img
{
	width:50%;
	height:auto;
	border-radius:7%;
	/*margin-top:2em;
	margin-left:-115px;*/
}

@media screen and (max-width: 767px) 
{
 div.doctorprofile img
{
	margin-left: 0px;
	width:50%;
}
}

section#doctor ul
{
	list-style: disc;
	margin-left: 0px;
	font-size: 15px;
	line-height: 2;
	text-align:justify;
}

/*section#doctor ul li
{
	font-weight:bold;
}*/

section#doctor span
{
	font-weight:bold;
}

div#profile p
{
	font-weight:bold;
	font-size:15px;
	color:#3fc35f;
}
div#profile span
{
	font-weight:bold;
	font-size:15px;
	color:black;
}
.profile
{
     /*margin-left:250px;*/
	 /*padding-top:20px;*/
	 width:60%;
}

@media screen and (max-width: 767px) 
{
	.profile
	{
		margin-left:10px;
		width:100%;
	}
}



section#hospital h4
{
	font-weight:bold;
	font-size:25px;
	color:#3fc35f;
}
section#hospital p
{
	text-align:justify;
	/*font-weight: bold;*/
	line-height: 2;
	font-size: 15px;
}
/*section#hospital img
{
	width:50%;
	height:auto;
	border-radius:50%;
	margin-left:-115px;
}*/

@media screen and (max-width: 767px) 
{
 section#hospital img
{
	margin-left: 80px;
}
}

section#hospital ul
{
	list-style: disc;
	margin-left: 15px;
}

/*section#hospital ul li
{
	font-weight:bold;
}*/

section#hospital span
{
	font-weight:bold;
}

section#hospital h5
{
border-top: 1px solid black;
font-weight: bold;
border-bottom: 1px solid black;
padding-top: 10px;
padding-bottom: 10px;
font-size: 18px;
}

section#hospital h6
{
font-size:15px;
font-weight: bold;
}

section#hospital span
{
	font-weight:bold;
	color:black;
}


/*For Doctor Image Slider*/
div#fordocimage img
{
	width:80%;
	padding-left:40px;
	margin-left:5px;
}

@media screen and (max-width: 767px) 
{
 div#fordocimage img
{
	margin-left: 15px;
}
}

.getopinion
{
	border: 1px solid #91abb8;
	padding: 4px;
	margin-bottom: 10px;
	background-color: #ffffff;
	color: #91abb8;;
}

.getopinion:hover
{
	background-color:#ffffff;
	/*border:1px solid black;*/
	color:black;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th
{
	border:none;
}



/****************************For Treatment Price*****************************************/

section#treatment h4
{
	font-weight:bold;
	font-size:17px;
	color:#3fc35f;
}
section#treatment p
{
	text-align:justify;
	/*font-weight: bold;*/
}
section#treatment img
{
	/*width:80%;
	height:auto;
	border-radius:50%;
	margin-left:-115px;*/
	padding-right: 10px;
}

@media screen and (max-width: 767px) 
{
 section#treatment img
{
	margin-left: 6px;
	width: 18%;
}
}

section#treatment ul
{
	list-style: disc;
	margin-left: 15px;
}

/*section#treatment ul li
{
	font-weight:bold;
}*/

section#treatment span
{
	font-weight:bold;
}

div#price p
{
	font-weight:bold;
	font-size:15px;
	color:#3fc35f;
}
div#price span
{
	font-weight:bold;
	font-size:15px;
	color:black;
}
.price
{
     /*margin-left:250px;*/
	 /*padding-top:20px;*/
	 width:60%;
}

@media screen and (max-width: 767px) 
{
	.price
	{
		margin-left:10px;
		width:100%;
	}
}




div#price table tbody tr th 
{
	background-color:#3fc35f;
	width:75%;
	border: 1px solid black;
	/*padding-left: 100px;*/
}


div#price table
{
	border: 1px solid black;
	border-collapse: separate !important;
	border-spacing: 5px 5px !Important;
	margin-top: 30px;
}

div#price table tr td
{
	background-color:#f5f5f5 !Important;
	border: 1px solid black;
}

.tabs
{
background: #f5f5f5;
padding: 18px;
margin-top: 35px;
}
/**************************END************************************/


/**************************For Testimony Videos************************************/


div#videotext figure a
{
	height:350px;	
}

/**************************END************************************/




div.searching
{
	margin-top: 4em;
	margin-left: 27em;
}

.searchtxt
{
	width: 50%;
	height: 45px;
	padding: 15px;
	border: 2px solid #3fc35f;
	border-radius: 5px;
}



.searchbtn
{
	border: 2px solid #efeeee;
	padding: 4px;
	margin-bottom: 10px;
	background-color: #3fc35f;
	color: #ffffff;
	height: 45px;
	border-radius: 5px;
	width: 12%;
}

.searchbtn:hover
{
	background-color:#ffffff;
	/*border:1px solid black;*/
	color:black;
}



@media screen and (max-width: 767px) 
{
div.searching
{
	margin-left: 1em;
}
}

@media screen and (max-width: 767px) 
{
 .searchtxt
{
	width: 65%;
}
}

@media screen and (max-width: 767px) 
{
 .searchbtn
{
	width: 32%;
}
}


.footer-top p
{
 text-align:justify;
 }




/*For Treatments Image Slider*/
div#fortreatment img
{
	width:70%;
	padding-left:58px;
	margin-left:5px;
}

@media screen and (max-width: 767px) 
{
 div#fortreatment img
{
	margin-left: 15px;
}
}


/*For flag Image Slider*/

div#forflags figure {
    position: relative;
    overflow: hidden;
    margin: 2px;
    background: #fff;
    text-align: center;
    margin-left: 25px;
}

div#forflags figcaption {
    position: relative;
    top: 0;
    z-index: 11;
    width: 100%;
    height: 100%;
    text-align: left;
    padding-left:20px;
    	margin-left:5px;
}

div#forflags figcaption h2 {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 16px;
    font-weight: bold;
}

div#forflags img
{
	width:128px;
	/*padding-left:58px;*/
	margin-left:5px;
	padding-left: 20px;
}

@media screen and (max-width: 767px) 
{
 div#forflags img
{
	margin-left: 15px;
}
}


div#forflags .doctors-nav .slick-prev
{
	top:55px;
}

div#forflags .doctors-nav .slick-next
{
	top:55px;
}


/*For Partners Image Slider*/
div#forpartners img
{
	width:100%;
	/*padding-left:58px;*/
	margin-left:5px;
}

@media screen and (max-width: 767px) 
{
 div#forpartners img
{
	margin-left: 15px;
}
}


div#forpartners .doctors-nav .slick-prev
{
	top:55px;
}

div#forpartners .doctors-nav .slick-next
{
	top:55px;
}



@media screen and (max-width: 767px) 
{
	section#about_us img{
			width: 300px;
			height: auto;
		 	padding: 10px;
		 	border-radius: 15%;
		 	margin-right: 20px;

	}

	section#about_us h2
	{
   color:#3fc35f;
   font-size: 36px;
 	}

	section#about_us h3
	{
   color:#000;
   font-size: 24px;
   text-align: center;
 	}

 	section#about_us h4
	{
   color:#000;
   font-size: 20px;
   text-align: center;
 	}

  section#about_us h5
	{
   color:#000;
   font-size: 16px;
   text-align: left;
   padding: 5px;

 	}
}

#about_us {
    display: inline;
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 20px;
    margin-top: 0px;
}


#about_us img{
		width: 450px;
		height: auto;
	 	padding: 20px;
	 	border-radius: 15%;

}

#about_us h2
{
   color:#3fc35f;
   font-size: 44px;
 }

#about_us h3
{
   color:#000;
   font-size: 30px;
   text-align: center;
 }

 #about_us h4
{
   color:#000;
   font-size: 20px;
   text-align: center;
 }

  #about_us h5
{
   color:#000;
   font-size: 18px;
   text-align: left;
   padding: 5px;

 }

#about_us1 {
    display: inline;
    float: left;
    width: 100%;
    background-color:#f5f5f5;
    padding: 20px;
}


#about_us1 h2
{
   color:#3fc35f;
   font-size: 30px;
 }

#about_us1 h3
{
   color:#000;
   font-size: 30px;
   text-align: left;
 }

 #about_us1 h4
{
   color:#000;
   font-size: 20px;
   text-align: left;
 }

  #about_us1 h5
{
   color:#000;
   font-size: 18px;
   text-align: left;
   padding: 5px;

 }
  #about_us1 h6
{
   color:#000;
   font-size: 18px;
   text-align: center;
   padding: 5px;

 }

.visionmission
{
/*	border: 1px solid #3fc35f;
	box-shadow: 2px 1px 6px 3px lightgray;
*/
	padding: 20px;
	border-radius: 10px;
	text-align: center;
	margin-top: 2em;
	/*background-color: #fff;*/
}


.visionmission i
{
	color:#3fc35f;
}

.visionmission h4
{
		padding:10px;
	
		text-align: left;

}

.visionmission p
{
		padding:10px;
		font-size: 16px;
		text-align: justify;

}

.visionmission h2
{
   color:#3fc35f;
 }



 .visionmission1
{

	padding: 20px;
	border-radius: 10px;
	text-align: center;
	background-color: #fff;
}


.visionmission1 i
{
	color:#3fc35f;
}

.visionmission1 h4
{
		padding:10px;
	
		text-align: left;

}

.visionmission1 p
{
		padding:10px;
		font-size: 16px;
		text-align: center;

}

.visionmission1 h2
{
   color:#3fc35f;
 }


 @media screen and (max-width: 767px) 
{
	 .visionmission
	{
		margin-top: 15px;
	}
		 .visionmission1
	{
		margin-top: 15px;
	}
}


.contactus
{
	border: 1px solid #91abb8;
	padding: 20px;
	border-radius: 10px;
	text-align: center;
	margin-top: 2em;
	box-shadow: 2px 1px 6px 3px lightgray;
	background-color: #fff;

}

.contactus i
{
	color:#91abb8;
}

.contactus img
{
	margin-bottom: 10px;
	  padding: 10px;
    border-color: #3fc35f;
    border-style: solid;
    border-width: 1px;
    border-radius: 15px;
    box-shadow: 2px 1px 6px 3px lightgray;
    width: 80px;
}
}

.contactus h4
{
		padding:10px;
	
		text-align: left;

}

.contactus p
{
		padding:10px;
		font-size: 18px;
		text-align: center;
		font-weight: bold;

}

.contactus h2
{
		color: #91abb8;
		text-align: center;
		font-size: 24px;
	/*	font-family: 'Monotype Corsiva';*/
 }

 @media screen and (max-width: 767px) 
{
	 .contactus
	{
		margin-top: 15px;
	}
}


.termofuse
{
	border: 1px solid #3fc35f;
	padding: 20px;
	border-radius: 10px;
	text-align: center;
	margin-top: 1.5em;
	box-shadow: 2px 1px 6px 3px lightgray;
	background-color: #fff;
}

.termofuse i
{
	color:#3fc35f;
}

.termofuse h4
{
		padding:10px;
	
		text-align: left;

}

.termofuse p
{
		padding:10px;
		font-size: 16px;
		text-align: justify;

}

.termofuse h2
{
   color:#3fc35f;
   text-align: left;
   font-size: 24px;
  /* font-family: 'Monotype Corsiva';*/
 }

 @media screen and (max-width: 767px) 
{
	 .termofuse
	{
		margin-top: 15px;
	}
}


 @media screen and (max-width: 767px) 
{
	 .service-circle {
    width: 80px;
    height: 80px;
    line-height: 70px;
    font-size: 30px;
    margin: 5px;
	}
	.service-box {
    padding-left: 100px;
	}
}


.service-box {
    padding-left: 145px;
}

.service-circle {
    width: 105px;
    height: 105px;
    border-radius: 50%;
    float: left;
    text-align: center;
    line-height: 100px;
    box-shadow: 0 3px 14px -8px rgba(0,0,0,.3);
    border: 1px solid #f7f7f7;
    font-size: 40px;
    color: #0b93ed;
    margin: 20px;
}

.service-circle img {
    max-width: 70px;
}
.services-list::before {
    content: '';
    position: absolute;
    left: 3px;
    top: 12px;
    bottom: 8px;
    border-left: 1px dashed #3fc35f;
}

.services-list {
    width: 100%;
    padding-left: 17px;
    list-style-type: none;
    position: relative;
}

.services-list > li {
    font-size: 16px;
    font-weight: 300;
    color: #262626;
    margin-bottom: 15px;
    position: relative;
    padding-left: 15px;
}

.services-list > li::before {
    content: '';
    width: 12px;
    background-color: #fff;
    border: 1px dotted #3fc35f;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    left: -19px;
    top: 6px;
    z-index: 1;
}

.services-list > li::after {
    content: '';
    width: 6px;
    background-color: #3fc35f;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    left: -16px;
    top: 9px;
    z-index: 2;
}

.ourservices
{
	border: 1px solid #3fc35f;
	padding: 20px;
	border-radius: 10px;
	text-align: left;
	margin-top: 1.5em;
	box-shadow: 2px 1px 6px 3px lightgray;
	background-color: #fff;
}

.ourservices i
{
	color:#3fc35f;
	padding-right: 15px;
}

/*.ourservices li
{
	padding-right: 10px;
	padding-left: 10px;
}*/

.ourservices h4
{
		padding:10px;
	
		text-align: left;

}

.ourservices p
{
		padding:5px 150px 5px;
		font-size: 16px;
		text-align: left;

}

.ourservices img
{
		/*	padding: 10px;
			margin: 20px;
			border-color:#3fc35f;
			border-style: solid;
			border-width: 1px;
			border-radius:50%;
			box-shadow: 2px 1px 6px 3px lightgray;*/

}

.ourservices h2
{
   color:#3fc35f;
   text-align: left;
   font-size: 24px;
  /* font-family: 'Monotype Corsiva';*/
 }

 @media screen and (max-width: 767px) 
{
	 .ourservices
	{
		margin-top: 15px;
	}

	.ourservices p
	{
		padding:10px 10px 10px;
		font-size: 18px;
		text-align: left;

	}

	.ourservices img
	{
			margin-left: 10px;
			margin-right: 10px;

	}

	.ourservices i
	{
		color:#3fc35f;
		padding-right: 5px;
	}


}



.privacypolicy
{
	border: 1px solid #91abb8;
	padding: 20px;
	border-radius: 10px;
	text-align: left;
	margin-top: 1em;
	box-shadow: 2px 1px 6px 3px lightgray;
	background-color: #fff;
}

.privacypolicy i
{
	color:#3fc35f;
}



.privacypolicy p
{
		padding:10px;
		font-size: 16px;
		text-align: justify;

}

.privacypolicy li
{
		padding:5px;
		font-size: 16px;
		text-align: justify;

}

.privacypolicy h2
{
   color:#91abb8;
   text-align: left;
   font-size: 24px;
  /* font-family: 'Monotype Corsiva';*/
 }




.blog-breadcrumbs-area h3 {

   font-family: 'Script MT Bold';
   text-align: center;
   font-size: 50px;
  color: #370b09;/*#3fc35f;*/
  text-shadow: 0 1px 0 #ccc,
               0 2px 0 #c9c9c9,
               0 3px 0 #bbb,
               0 4px 0 #b9b9b9,
               0 5px 0 #aaa,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15);
}

/*
 .blog-breadcrumbs-area h3
{
   color:#3fc35f;
text-transform:none;
   text-align: center;
   font-size: 50px;
   font-family: 'Script MT Bold';
   text-shadow: 0 0 3px #000, 0 0 5px #000;
 }


.blog-breadcrumbs-area h3{
   text-align: center;
   font-size: 50px;
  color: #202c2d;
  text-shadow:
    0 1px #808d93,
    -1px 0 #cdd2d5,
    -1px 2px #808d93,
    -2px 1px #cdd2d5,
    -2px 3px #808d93,
    -3px 2px #cdd2d5,
    -3px 4px #808d93,
    -4px 3px #cdd2d5,
    -4px 5px #808d93,
    -5px 4px #cdd2d5,
    -5px 6px #808d93,
    -6px 5px #cdd2d5,
    -6px 7px #808d93,
    -7px 6px #cdd2d5,
    -7px 8px #808d93,
    -8px 7px #cdd2d5;
}*/

 .privacypolicy h4
{
		padding:10px;
	
		text-align: left;

}

 @media screen and (max-width: 767px) 
{
	 .privacypolicy
	{
		margin-top: 15px;
	}
	.blog-breadcrumbs-area h3{
		font-size: 30px;
	}
}



.tagline
{
    margin-top: 7em;
    text-align: center;
    color: #6b6d6e;
}

 @media screen and (max-width: 767px) 
{
 .tagline
{   margin-top: 4em;
    text-align: center;
    color: white;
    font-size: 25px;
}
}

section#chooseus ul li
{
	list-style: disclosure-closed;
	line-height: 2;
	font-size: 15px;
}

@media screen and (max-width: 767px) 
{
	section#chooseus ul li
	{
		list-style: disclosure-closed;
		line-height: 2;
		text-align:justify;
		font-size: 14px;
	}
}

section.treatmentsteps i
{ 
   color:#3fc35f;
 }

section.treatmentsteps p
{
padding-top: 1em;
font-size: 14px;
font-weight: bold;
}

.consultation {
    background-color: #91abb8;
    border: none;
        border-top-color: currentcolor;
        border-top-style: none;
        border-top-width: medium;
        border-right-color: currentcolor;
        border-right-style: none;
        border-right-width: medium;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: medium;
        border-left-color: currentcolor;
        border-left-style: none;
        border-left-width: medium;
    color: #ffffff;
    padding: 10px 40px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
    margin-bottom: 5px;
    border-color: #efeeee;
    border-width: 2px;
    border-style: solid;
    /*margin-left: 60px;*/
}

.consultation:hover {
  background-color: #fff; /* Green */
  border: none;
  color: #3fc35f;
  padding: 10px 40px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px;
  margin-bottom: 5px;
  border-color: #3fc35f;
  border-width: 2px;
  border-style: solid;
 
}


.profilebtn {
    background-color: #3fc35f;
    background-color: #3fc35f;
    border: none;
        border-top-color: currentcolor;
        border-top-style: none;
        border-top-width: medium;
        border-right-color: currentcolor;
        border-right-style: none;
        border-right-width: medium;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: medium;
        border-left-color: currentcolor;
        border-left-style: none;
        border-left-width: medium;
    color: #ffffff;
    padding: 10px 6px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    border-radius: 5px;
    margin-bottom: 5px;
    border-color: #efeeee;
    border-width: 2px;
    border-style: solid;
    /*margin-left: 60px;*/
}

.profilebtn:hover {
  background-color: #fff; /* Green */
  border: none;
  color: #3fc35f;
  padding: 10px 6px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  border-radius: 5px;
  margin-bottom: 5px;
  border-color: #3fc35f;
  border-width: 2px;
  border-style: solid;
 
}

div.forborder
{
   border:5px solid black;
}


div.doctorprofile
{
    margin-top: 3em;
    box-shadow: 2px 1px 6px 3px lightgray;
    padding: 15px;
	border-radius: 5px;
}
div.doctorprofile h5
{
	font-weight: bold;
	font-size:18px;
}

div.doctorprofile p
{
	font-weight: bold;
}

@media screen and (max-width: 767px) 
{
	div.doctorprofile
	{
		margin-top: 7em;
		box-shadow: 2px 1px 6px 3px lightgray;
		padding: 15px;
		border-radius: 5px;
	}
}

section#generalinfo
{
	
	margin-top:4em;
}

div.hospitaltab1
{
	margin-top: 3em;
    box-shadow: 2px 1px 6px 3px lightgray;
    padding-top: 15px;
	padding-left: 25px;
	padding-right: 25px;
	height: 170px;
	border-radius: 5px;
}
div.hospitaltab1 h5
{
	font-weight: bold;
	font-size:18px;
}

div.hospitaltab1 h6
{
	font-weight: bold;
	font-size:15px;
}

div.hospitaltab1 p
{
	font-weight: bold;
}

div.hospitaltab1 img
{
	width: 50%;
	height: auto;
	margin-top: 2em;
}

@media screen and (max-width: 767px) 
{
	div.hospitaltab1
	{
		margin-top: 3em;
		box-shadow: 2px 1px 6px 3px lightgray;
		padding-top: 15px;
		padding-left: 25px;
		padding-right: 25px;
		height: 300px;
		border-radius: 5px;
	}
}

div.hospitaltab2
{
	margin-top: 4em;
    box-shadow: 2px 1px 6px 3px lightgray;
    padding-top: 15px;
	padding-left: 25px;
	padding-right: 25px;
	height: 115px;
	border-radius: 5px;
}
div.hospitaltab2 h5
{
	font-weight: bold;
}

div.hospitaltab2 h6
{
	font-size:15px;
	font-weight: bold;
	text-align: justify;
}


div.hospitaltab2 p
{
	font-weight: bold;
}

@media screen and (max-width: 767px) 
{
	div.hospitaltab2
	{
		margin-top: 3em;
		box-shadow: 2px 1px 6px 3px lightgray;
		padding-top: 15px;
		padding-left: 25px;
		padding-right: 25px;
		height: 235px;
		border-radius: 5px;
	}
}



div.hospitaltab3
{
	margin-top: 4em;
    box-shadow: 2px 1px 6px 3px lightgray;
    padding-top: 15px;
	padding-left: 25px;
	padding-right: 25px;
	height: 115px;
	border-radius: 5px;
}
div.hospitaltab3 h5
{
	font-weight: bold;
}

div.hospitaltab3 h6
{
	font-size:15px;
	font-weight: bold;
	text-align: justify;
}

div.hospitaltab3 p
{
	font-weight: bold;
}

@media screen and (max-width: 767px) 
{
	div.hospitaltab3
	{
		margin-top: 3em;
		box-shadow: 2px 1px 6px 3px lightgray;
		padding-top: 15px;
		padding-left: 25px;
		padding-right: 25px;
		height: 235px;
		border-radius: 5px;
	}
}

iframe.videos
{
	border: 0; 
	top: 0; 
	left: 0; 
	width: 100%;
	height: 300px;
}


div#removebg ul li a
{
	background-color:white;
	color:#3fc35f;
	font-weight: bold;
}

div#removebg ul li a:hover
{
	background-color:white;
	color:black;
}


.patient-testimonal
{
		background-color: #eceaea !important;
					padding: 3px;


}
.patient-testimonal p {

	color:#000;
	font-size: 14px;
	background-color: #eceaea !important;

}						
.patient-testimonal a {
	color:#000;
	font-size: 14px;
	background-color: #eceaea !important;
}			


div.hospitaldetails1
{
	margin-top: 3em;
    box-shadow: 2px 1px 6px 3px lightgray;
    padding-top: 15px;
	padding-left: 25px;
	padding-right: 25px;
	height: 220px;
	border-radius: 5px;
}
div.hospitaldetails1 h5
{
	font-weight: bold;
	font-size:18px;
}

div.hospitaldetails1 h6
{
	font-weight: bold;
	font-size:15px;
}

div.hospitaldetails1 p
{
	/*font-weight: bold;*/
}

div.hospitaldetails1 img
{
	width: 75%;
	height: auto;
	margin-top: 2em;
}

div.hospitaldetails1 a
{
	color:#3fc35f;
}

div.hospitaldetails1 a:hover
{
	color:#000000;
}

@media screen and (max-width: 767px) 
{
	div.hospitaldetails1
	{
		margin-top: 1em;
		box-shadow: 2px 1px 6px 3px lightgray;
		padding-top: 15px;
		padding-left: 25px;
		padding-right: 25px;
		height: 500px;
		border-radius: 5px;
	}
}


/****************************Treatment Price Comparison*****************************************/

section#compare h4
{
	font-weight:bold;
	font-size:17px;
	color:#3fc35f;
}
section#compare p
{
	text-align:justify;
	/*font-weight: bold;*/
}
section#compare img
{
	/*width:80%;
	height:auto;
	border-radius:50%;
	margin-left:-115px;*/
	padding-right: 10px;
}

@media screen and (max-width: 767px) 
{
 section#compare img
{
	margin-left: 6px;
	width: 18%;
}
}

section#compare ul
{
	list-style: disc;
	margin-left: 15px;
}

/*section#compare ul li
{
	font-weight:bold;
}*/

section#compare span
{
	font-weight:bold;
}

div#rupees p
{
	font-weight:bold;
	font-size:15px;
	color:#3fc35f;
}
div#rupees span
{
	font-weight:bold;
	font-size:15px;
	color:black;
}
.rupees
{
     /*margin-left:250px;*/
	 /*padding-top:20px;*/
	 width:100%;
}

@media screen and (max-width: 767px) 
{
	.rupees
	{
		margin-left:0px;
		width:100%;
	}
}

div#rupees table tbody tr th 
{
	background-color:#f5f5f5; 
	width:50%;
	border: 1px solid black;
	/*padding-left: 100px;*/
	color:#000;
	font-size: 16px;
	font-style: bold;
}


div#rupees table
{
	border: 1px solid black;
	border-collapse: separate !important;
	border-spacing: 5px 5px !Important;
	margin-top: 2em;
}

div#rupees table tr td
{
	background-color:#fff !Important;
	border: 1px solid black;
	font-family: calibari;
	font-size: 16px;
}

div#extendedtable table tbody tr th 
{
	background-color:#f5f5f5;
	/*width:50%;*/
	border: 1px solid black;
	/*padding-left: 100px;*/
	color:#000;
	font-size: 16px;
	font-style: bold;
}


div#extendedtable table
{
	border: 1px solid black;
	border-collapse: separate !important;
	border-spacing: 5px 5px !Important;
	margin-top: -1em;
}

@media screen and (max-width: 767px) 
{
	div.extendedtable
	{
		overflow-x: auto;
		padding-top: 1em;
	}
}

@media screen and (max-width: 767px) 
{
	div#extendedtable
	{
		overflow-x: auto;
		padding-top: 1em;
	}
}

div#extendedtable table tr td
{
	background-color:#fff !Important;
	border: 1px solid black;
	font-family: calibari;
	font-size: 16px;
}

.tabs
{
background: #f5f5f5;
padding: 18px;
margin-top: 35px;
}


@media screen and (max-width: 767px) 
{
	div#rupees table
	{
		border: 1px solid black;
		border-collapse: separate !important;
		border-spacing: 5px 5px !Important;
		margin-top: 1em;
	}
}
/**************************END************************************/



div.diseaseimage img
{
	width:100%;
	height:290px;
	margin-top: 2em;
	border-color: #3fc35f;
	border-width: 3px;
	border-style: solid;
}

@media screen and (max-width: 767px) 
{
	div.diseaseimage img
	{
		width:100%;
		height:auto;
		margin-top: 1em;
	}
}


section#submenus
{
	margin-top:-0.9em;
}

section#submenus ul {
  list-style-type: none;
  margin-top:5px;s
  padding: 10px;
  overflow: hidden;
  background-color: #3fc35f;
  padding-left: 14em;
}

section#submenus ul li {
  float: left;
}

section#submenus ul li a {
  display: block;
  color: white;
  text-align: center;
  padding: 20px;
  text-decoration: none;
  /*border: 1px solid white;*/
  font-weight:bold;
  padding-right: 20px;
  font-size: 16px;
}

section#submenus ul li a:hover {
  background-color: #111111;
}


section#submenus nav
{
	margin-top: 5.6em;
}

section#submenus i
{
	color:white;
}

section#submenus i:hover
{
	color:#249bdc;
	
}



html 
{
  scroll-behavior: smooth;
}


@media screen and (max-width: 767px) 
{
	section#submenus nav ul
	{
		display:none;
	}
}

/*
.viewmore {
    background-color: #249bdc;
    color: #ffffff;
	border:2px solid black;
    padding: 10px 40px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
    margin-bottom: 5px;
    border-style: solid;

}

.viewmore:hover {

  border: none;
  color: #249bdc;
  padding: 10px 40px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px;
  margin-bottom: 5px;
  border-color: #249bdc;
  border-width: 2px;
  border-style: solid;
}*/

.viewmore{

  border: none;
  color: #3fc35f;
  padding: 10px 40px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px;
  margin-bottom: 5px;
  border-color: #249bdc;
  border-width: 0px;
  border-style: solid;

}



.readmores a{

  border: none;
  color: #3fc35f;
  padding: 5px;
  text-align: left;
  text-decoration: none;

  font-size: 16px;
  font-weight: bold;


  border-color: #249bdc;
  border-width: 0px;
  border-style: solid;
  /*
  display: inline-block; 
    margin-bottom: 5px;
  margin-left: 200px;
    border-radius: 5px;*/
}


.enquiries {
    margin-top: 3em;
    box-shadow: 2px 1px 6px 3px lightgray;
    padding: 15px;
    border-radius: 5px;
}


#besthospital
{
/*	margin-top: 180px;*/
}

div.tophospitaltab1
{
	margin-top: 2em;
  box-shadow: 2px 1px 6px 3px lightgray;
  padding-top: 25px;
	padding-left: 25px;
	padding-right: 25px;
	height: 100px;
	border-radius: 5px;
	background-color: #3fc35f;
}

div.tophospitaltab1 i
{
	color: #fff;

}

div.tophospitaltab1 span
{
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

div.tophospitaltab1 select {

	border: 1px solid #000;
}

div.tophospitaltab1 button {
 /*  background-color: #3fc35f; Green */
   background-color: #3fc35f; 
  border: none;
  color: #ffffff;
  padding: 5px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px;
  margin-bottom: 5px;
  border-color: #efeeee;
  border-width: 2px;
  border-style: solid;
   margin-left:40px;
}

div.tophospitaltab1 button:hover {
  background-color: #fff; /* Green */
  border: none;
  color: #3fc35f;
  padding: 5px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px;
  margin-bottom: 5px;
  border-color: #3fc35f;
  border-width: 2px;
  border-style: solid;
 
}

@media screen and (max-width: 767px) 
{

	div.tophospitaltab1 button
	{
		margin-left:0px;
	}
}


div.tophospitaltab
{
	margin-top: 3em;
	box-shadow: 2px 1px 6px 3px lightgray;
	padding-top: 15px;
	padding-left: 25px;
	padding-right: 25px;
	height: 220px;
	border-radius: 5px;
}
div.tophospitaltab h5
{
	font-weight: bold;
	font-size:18px;
	color: #3fc35f;
}

div.tophospitaltab span
{
	font-weight: bold;
	font-size:16px;
	color: #3fc35f;
}


div.tophospitaltab h6
{
	font-weight: bold;
	font-size:15px;
}

div.tophospitaltab p
{
	font-weight: normal;
	font-size: 16px;
}

div.tophospitaltab img
{
	width: 200px;
	height: auto;
	margin-top: 1.5em;
	padding: 5px;
	/*border-radius: 50%;*/
	float: left;
}


.mybutton1:hover {
  background-color: #3fc35f; 
  border: none;
  color: #ffffff;
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
  margin-bottom: 5px;
  border-color: #efeeee;
  border-width: 2px;
  border-style: solid;
  width: 180px;
  	margin-top: 1em;
}

.mybutton1 {
  background-color: #fff; /* Green */
  border: none;
  color: #3fc35f;
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
  margin-bottom: 5px;
  border-color: #3fc35f;
  border-width: 2px;
  border-style: solid;
  width: 180px;
  	margin-top: .5em;
 
}


div.besthospital1
		{
		 	margin-top:5em;
		}

@media screen and (max-width: 767px) 
{

		div.besthospital1
		{
		 	margin-top:5em;
		}

	div.tophospitaltab
	{
		margin-top:1em;
		box-shadow: 2px 1px 6px 3px lightgray;
		padding-top: 15px;
		padding-left: 15px;
		height: 360px;
		border-radius: 5px;
	}

	div.tophospitaltab1
	{
		margin-top: 1em;
	  box-shadow: 2px 1px 6px 3px lightgray;
	  padding-top: 15px;
		padding-left: 15px;
		padding-right: 15px;
		height: 250px;
		border-radius: 5px;
	}

		.mybutton1
		{
			margin-left:0px;
				margin-top: .5em;
		}
}





#bestdoctor
{
	/*margin-top: 120px;*/
}

div.bestdoctor1
{
 	margin-top:5em;
}

div.topdoctortab1
{
	margin-top: 2em;
  box-shadow: 2px 1px 6px 3px lightgray;
  padding-top: 25px;
	padding-left: 25px;
	padding-right: 25px;
	height: 100px;
	border-radius: 5px;
	background-color: #3fc35f;
}

div.topdoctortab1 i
{
	color: #fff;

}

div.topdoctortab1 span
{
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

div.topdoctortab1 select {

	border: 1px solid #000;
}

div.topdoctortab1 button {
 /*  background-color: #3fc35f; Green */
   background-color: #3fc35f; 
  border: none;
  color: #ffffff;
  padding: 5px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px;
  margin-bottom: 5px;
  border-color: #efeeee;
  border-width: 2px;
  border-style: solid;
   margin-left:40px;
}

div.topdoctortab1 button:hover {
  background-color: #fff; /* Green */
  border: none;
  color: #3fc35f;
  padding: 5px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px;
  margin-bottom: 5px;
  border-color: #3fc35f;
  border-width: 2px;
  border-style: solid;
 
}

@media screen and (max-width: 767px) 
{

	div.topdoctortab1 button
	{
		margin-left:0px;
	}
}

div.topdoctortab
{
	margin-top: 3em;
  box-shadow: 2px 1px 6px 3px lightgray;
  padding-top: 15px;
	padding-left: 25px;
	padding-right: 25px;
	height: 300px;
	border-radius: 5px;
}

div.topdoctortab h5
{
	font-weight: bold;
	font-size:18px;
	color: #3fc35f;
}

div.topdoctortab span
{
	font-weight: bold;
	font-size:16px;
	color: #3fc35f;
}


div.topdoctortab h6
{
	font-weight: bold;
	font-size:15px;
}

div.topdoctortab p
{
	font-weight: normal;
	font-size: 16px;
}

div.topdoctortab img
{
	width: 200px;
	height: auto;
	margin-top: 1.5em;
	padding: 5px;
	border-radius: 50%;
	float: left;
}

.mybutton1:hover {
  background-color: #3fc35f; 
  border: none;
  color: #ffffff;
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
  margin-bottom: 5px;
  border-color: #efeeee;
  border-width: 2px;
  border-style: solid;
  width: 180px;
  margin-top: .5em;
}

.mybutton1 {
  background-color: #fff; /* Green */
  border: none;
  color: #3fc35f;
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
  margin-bottom: 5px;
  border-color: #3fc35f;
  border-width: 2px;
  border-style: solid;
  width: 180px;
  	margin-top: .5em;
 
}


@media screen and (max-width: 767px) 
{
	h1{
			font-size: 20px;
	}
	div.topdoctortab
	{
		margin-top: 1em;
		box-shadow: 2px 1px 6px 3px lightgray;
		padding-top: 15px;
		padding-left: 15px;
		height: 420px;
		border-radius: 5px;
	}

	div.topdoctortab1
	{
		margin-top: 1em;
	    box-shadow: 2px 1px 6px 3px lightgray;
	  padding: 10px;

		height: 260px;
		border-radius: 10px;
	}

		.mybutton1
		{
			 background-color: #fff;
			 border: none;
  		color: #3fc35f;
			margin-left:0px;
			margin-top: .5em;
			padding: 5px 5px;
			text-align: center;
			text-decoration: none;
			display: inline-block;
			font-size: 14px;
			font-weight: bold;
			border-radius: 5px;
			margin-bottom: 5px;
			border-color: #3fc35f;
			border-width: 2px;
			border-style: solid;
			width: 140px;
			margin-top: .5em;
		}


	.mybutton1:hover
	{
	  background-color: #3fc35f; 
	  border: none;
	  color: #ffffff;
	  padding: 5px 5px;
	  text-align: center;
	  text-decoration: none;
	  display: inline-block;
	  font-size: 14px;
	  font-weight: bold;
	  border-radius: 5px;
	  margin-bottom: 5px;
	  border-color: #efeeee;
	  border-width: 2px;
	  border-style: solid;
	  width: 140px;
	  margin-top: .5em;
	}


div.topdoctortab img
	{	
		width: 120px;
		height: auto;
		margin-top: 1em;
		padding: 5px;
		border-radius: 50%;
		float: left;
	}
}

