/*------------------------------------------------------------------

Project:	A Future HTML UI Kit
Version:	1.0.0
Author: 	webstrot 

------------------------------------------------------------------
[Table of contents]
 
1. body
2. header start
3. slider_area start
4. about_us_wrapper start
5. speciality_videos_section start
6. departments_section start
7. blog_section start
8. testimonial_section start
9. team_section start
10. client_section start
11. call_to_action start
12. footer start
13. aboutus_section start
14. counter_section start
15. clinic_gallery_slider start
16. accordion_section start
17. services_department_section start
18. services_section start
19. pricing_section start
20. team_wrapper start
21. contact_infobox_section start
22. contact_info_section start
23. contact_form_section start
24. about_gynaecology_section start
25. gynaecology_procedures_wrapper start
26. department_image_slider start
27. department_services_section start
28.	department_team_wrapper start
30. benefits_accordion_wrapper start
26. appointment_form_section start
27. appointment_timing_wrapper start
28. about_orthopaedics_section start
29. orthopaedics_procedures_section start
30. eyecare_procedures_wrapper start
31. about_eyecare_section start
32. eyecare_slider_section satrt
33. eyecare_appointment_form satrt
34. about_ENTCare_section start
35. cardiology_services_section start
36. about_cardiology_section start
37. cardiology_procedure_section start
38.	about_neurology_section start
39.	neurology_procedure_section start
40. neurology_appointment_section start
41. neurology_team_wrapper start
42. about_laparoscopic_section start
43. laparoscopic_procedures_wrapper start
44. laparoscopic_team_wrapper start
45. laparoscopic_appointment_section start
46. about_bariatric_section start
47. bariatric_procedure_section start
48. bariatric_appointment_form start
49. bariatric_timing_wrapper start
*/


/* custom css */

body, html{
	font-family: 'Roboto'; 
	
}
h1, h2, h3, h4, h5, h6{
    font-size: 20px;
    color: #111111;
	margin:0;
	padding:0;
	font-family: 'Roboto';
	font-weight: 400;
}
p{
    color: #999;
    font-size: 14px;
	line-height: 24px;
}
a:hover{
	text-decoration:none;
	color:#4cb3c4;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
a{
	color: #111111;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
input:focus, textarea:focus, select:focus {
    outline:none;
}
a:focus{
	outline:none;
}

/* --------------------------------------
LIST STYLE
------------------------------------------*/

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* --------------------------------------
FORM STYLE
------------------------------------------*/

.form-control {
  border: 1px solid #ededed;
  border-radius: 0;
  box-shadow: none;
}
.form-control:focus {
  border-color: #4cb3c4;
  box-shadow: none;
}
.section_heading{
	float:left;
	width:100%;
}
.section_heading h2{
     color: #111;
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
	position: relative;
    margin: 0px 0 12px 0;
    text-align: left;
}
.section_heading .border {
    position: relative;
    display: block;
    clear: both;
	margin: 0 0 50px 0;
    min-width: 100%;
    height: 1px;
    border-top: 1px solid;
    color: #dadade;
}
.section_heading .border:before{
    width: 60px;
    content: "";
    height: 2px;
    background: #4cb3c4;
    position: absolute;
    z-index: 55;
    top: -2px;
	left: 0;
}
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #4cb3c4;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 0px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	z-index:1000;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 8px;
    font-size: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
/* ---------------------------------------------- /*
 * Preloader
/* ---------------------------------------------- */

#preloader {
    background: #FFF;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

#status,
.status-mes {
    background-image: url(../images/preloader.gif);
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px;
}

.status-mes {
    background: none;
    left: 0;
    margin: 0;
    text-align: center;
    top: 65%;
}
/*Common Page Header*/

.page_title_section {
	float:right;
	width:100%;
	padding-top: 10px;
	padding-bottom:10px;
	background: url(../images/page_header.jpg) no-repeat center center #EEE1D0;
	background-size: cover;
	position:relative;
}
.page_title_overlay{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #0c1523;
  opacity:0.7;
}
.page_header {
	padding-bottom: 0;
	border-bottom: 0;
}
.page_header h1 {
    font-size: 40px;
    line-height: 70px;
    color: #fff;
    font-weight: 300;
}
.sub_title_section{
    /*float: right;*/
    position: relative;
    top: 15px;
}
.page_header .sub_title li{
	float: left;
    font-size: 16px;
	line-height:35px;
    color: #4cb3c4;
	font-weight: 300;
}
.page_header .sub_title li:last-child{
	color: #4cb3c4;
}
.page_header .sub_title a {
    color: #4cb3c4;
}
.page_header .sub_title a:hover {
    color: #4cb3c4;
}
.page_header .sub_title i {
    padding: 0px 15px;
}
@media (max-width : 766px) {
	.page_header h1 {
	  font-size: 35px;
	  line-height: 44px;
	}
}

/* custom css end*/


/* header start */

/*header_contact_wrapper start*/

.header_contact_wrapper{
	float:left;
	width:100%;
	background: #2d5571;/*#4cb3c4;*/
	padding: 5px 0px;
}
.header_contact_nav{
	float:right;
}
.header_contact_nav li{
	display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
.header_contact_nav li i{
	font-size: 40px;
    color: #fff;
}
.header_contact_nav li a{
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
}
.header_contact_nav li h5{
	font-size: 14px;
    color: #fff;
	font-weight: 600;
}

/* header_contact_wrapper end*/


/* Navigation */

@media (min-width: 768px) {
  .navbar-default .navbar-nav>li>a {
    margin: 20px 0 25px;
  }
  .navbar-nav>li {
    margin-right: 60px;
  }
  .navbar-nav>li>a {
    padding: 10px 0;
  }
 
}

.navbar-default {
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
  background: #003152; /*#fff;*/
  min-height: 0;
}
.navbar-default .navbar-nav>li>a {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;/*#969595;*/
  margin:0;
  padding:30px 0;
}
.navbar-default .navbar-nav>li>a:focus, 
.navbar-default .navbar-nav>li>a:hover {
  color: #fff; /*#313131;*/
}
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
  color: #313131;
  background-color: transparent;
}

/*Dropdown Menu*/

.dropdown-menu {
  display: inherit;
  padding: 3px 0;
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: inset 0 3px 0 #4cb3c4;
}
.dropdown-header {
  font-size: 11px;
  line-height: 30px;
  font-weight: 600;
  color: #313131;
  text-transform: uppercase;
}
.dropdown-menu li a {
  display: block;
  font-size: 13px;
  line-height: 30px;
  color: #969595;
  padding: 3px 20px;
}
.dropdown-menu li a:hover {
  color: #4cb3c4;
  background-color: #f5f5f5;
  padding-left: 25px;
}
.dropdown .dropdown-menu {
  margin-top: 25px !important;
  opacity: 0;
  visibility: hidden;
  top: 100%;
  position: absolute;
  -webkit-transition      : all 0.3s ease 0s;
  -moz-transition      : all 0.3s ease 0s;
  -o-transition      : all 0.3s ease 0s;
  transition      : all 0.3s ease 0s;
}
.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: -1px !important;
  opacity: 1;
  visibility: visible;
}
.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:focus, 
.navbar-default .navbar-nav>.open>a:hover {
  color: #fff;
  background-color: transparent;
}

/* navbar-toggle */

.navbar-toggle {
    display: block;
    border-radius: 0;
    position: absolute;
    top: 35px;
	right: 17px;
    border: 0;
    margin-right: 0;
    margin: 0;
    padding: 0;
}
.navbar-toggle .icon-bar {
  width: 16px;
  background-color: #4cb3c4!important;
}
.navbar-toggle:hover .icon-bar {
  background-color: #313131 !important;
}
.navbar-default .navbar-toggle:focus, 
.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}

/* main_menu_wrapper  */

.main_menu_wrapper {
    float: left;
    width: 100%;
	background: #003152;/*#fff;*/
    z-index: 1;
    position: relative;
	box-shadow:0px 5px 8px -5px rgba(0, 0, 0, 0.5)
}
.menu_search{
	float:left;
	width:100%;
}
.lv_btn {
	float:left;
	margin-top: 20px;
    padding-left: 70px;
}
.lv_btn a {
	float:left;
	width:150px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    background:#4cb3c4;
    text-align: center;
    border: 2px solid #4cb3c4;
    border-radius: 50px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.lv_btn a:hover {
	color: #4cb3c4;
    background-color: #fff;
}
.lv_btn a i {
    padding-right: 5px;
}
.lv_search_bar {
    float: right;
    width: auto;
    text-align: center;
	padding: 31px 0px;
    color: #fff;/* #111;*/
    font-size: 16px;
    cursor: pointer;
}
.lv_search_box {
    position: absolute;
    right: 0;
    top: 100%;
    padding: 20px;
    display: inline-block;
    border-radius: 0px;
    -webkit-box-shadow: 0px 2px 7px -3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 2px 7px -3px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0px 2px 7px -3px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0px 2px 7px -3px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 5px 8px -5px rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    display: none;
    z-index: 1000;
}
.lv_search_box input {
    float: left;
    width: calc(100% - 45px);
    padding: 0px 10px;
    height: 45px;
    border: 1px solid #e1e1e1;
    border-right: 0px;
}
.lv_search_box button {
   width: 45px;
    height: 45px;
    border: 1px solid #4cb3c4;
    border-left: none;
    background: #4cb3c4;
    color: #fff;
    text-align: center;
    padding: 0px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.lv_search_box button:focus {
  outline:none;
}
#sidebar {
  position: fixed;
  display: block;
  height: 100%;
  top: 0px;
  left: -500px;
  background-color: #ffffff;
  overflow: scroll;
  overflow-x: hidden;
  z-index:1000;
}
#links {
  position: relative;
  float: left;
}
#link_list {
  list-style-type: none;
  width: 100%;
  padding: 0px 50px 0px 0px;
}
#link_list li {
  display: block;
  width: 100%;
}
#link_list li:hover {
  background-color: #4cb3c4;
}
#toggle_close{
	position: absolute;
    z-index: 100;
    right: 20px;
    top: 10px;
    font-size: 25px;
    color: #000000;
    cursor: pointer;
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu {
  width: 300px;
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
}
#cssmenu ul ul {
  display: none;
}
#cssmenu > ul > li.active > ul {
  display: block;
}
.align-right {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 16px 22px;
  cursor: pointer;
  z-index: 2;
  font-size: 16px;
  text-decoration: none;
  color: #000000;
  font-weight:500;
  border-bottom:1px solid #d3d3d3;
  background: #ffffff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#cssmenu > ul > li:first-child > a{
	border-top:1px solid #d3d3d3;
}
#cssmenu > ul > li > a:hover{
	background:#4cb3c4;
	border-bottom:1px solid #d3d3d3;
	color:#ffffff;
	 -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#cssmenu ul > li.has-sub > a:after {
  position: absolute;
  right: 26px;
  top: 19px;
  z-index: 5;
  display: block;
  height: 10px;
  width: 2px;
  background: #000000;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
   -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#cssmenu ul > li.has-sub > a:before {
  position: absolute;
  right: 22px;
  top: 23px;
  display: block;
  width: 10px;
  height: 2px;
  background: #000000;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
   -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#cssmenu ul > li.has-sub > a:hover:after, #cssmenu ul > li.has-sub > a:hover:before{
	background:#ffffff;
	 -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#cssmenu ul > li.has-sub.open > a:after,
#cssmenu ul > li.has-sub.open > a:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#cssmenu ul ul li a {
  padding: 14px 22px;
  cursor: pointer;
  z-index: 2;
  font-size: 14px;
  text-decoration: none;
  color: #ffffff;
  font-weight:bold;
  background: #49505a;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul ul ul li a {
  padding-left: 32px;
}
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul > li.has-sub > a:after {
  top: 16px;
  right: 26px;
  background:#ffffff;
}
#cssmenu ul ul > li.has-sub > a:before {
  top: 20px;
  background:#ffffff;
}
#sidebar h1 a{
	font-size:20px;
	color:#fff;
	padding-left: 20px;
	font-weight:bold;
}
#sidebar h1{
	padding: 15px 0px;
	background:#4cb3c4;
}
.menu_fixed{
	position:fixed;
	left:0;
	right:0;
	top:0;
	z-index: 1000;
}

/* header end */


/*....................................
 slider area start here
....................................*/

.slider_area .container-fluid {
    padding:0px;
}
.slider_area {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.slider_area .carousel-inner .item:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #0c1523;
  opacity:0;
}
.slider_area .carousel-inner .item img {
  display: block;
  width: 100%;
  height:100%;
}
.slider_area .carousel-inner .item .carousel-caption {
    bottom: inherit;
    top: 30%;
    text-shadow: none;
}
.slider_area .carousel-control {
	position: absolute;
	top: 45%;
	left:auto;
	font-size: 20px;
	text-align: center;
	background:none;
	color:#fff;
	width:40px;
	height:40px;
	line-height:40px;
	opacity:1;
}
.slider_area .carousel-control i {
  position: relative;
  z-index: 999;
}
.slider_area .carousel-control.carousel-control-prev,
.slider_area .carousel-control.carousel-control-next{
	background-color: rgba(76,179,196,0.50);
}
.slider_area .carousel-control.carousel-control-prev {
	left: 0;
}
.slider_area .carousel-control.carousel-control-next {
	right: 0;
}
.slider_content h3{
	font-size: 35px;
    color: #fff;
    text-shadow: none;
    font-weight: 600;
    text-transform: uppercase;
	margin-bottom: 20px;
}
.slider_content h2{
	background-color: rgba(76,179,196,0.50);
	font-size: 45px;
    color: #fff;
    text-shadow: none;
    text-transform: uppercase;
	padding: 10px;
    width: 60%;
    display: inline-block;
	margin-bottom: 20px;
}
.slider_content p{
	color: #fff;
    font-size: 18px;
    line-height: 1.7;
    font-weight: 400;
}
.slider_content a{
	border: 1px solid #4cb3c4;
    background: #4cb3c4;
    color: #ffffff;
    margin: 15px 0;
    line-height: 18px;
    padding: 10px 26px;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
	border-radius: 30px;
	display:inline-block;
}
.slider_content a:hover{
	    background: #ffffff;
    border-color: #ffffff;
    color: #000000;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

/*....................................
 slider area end here
....................................*/


/* about_us_wrapper start */

.about_us_wrapper{
	float:left;
	width:100%;
	padding-top:40px; /*80px*/
}
.about_us_wrapper .section_heading .border{
	margin: 0;
}
.image_wrapper{
	float:left;
	width:100%;
	text-align:Center;
}
.image_wrapper img{
	display:inline-block;
}
.text_wrapper{
	float:left;
	width:100%;
}
.text_wrapper_heading, .text_wrapper_content{
	float:left;
	width:100%;
}
.text_wrapper_heading h2{
	font-size:40px;
	font-weight: 300;
	position:relative;
}
.text_wrapper_heading h2:after{
	content:'';
	border:1px solid #4cb3c4;
	display:block;
	width:50px;
	position:absolute;
	margin-top:20px;
}
.text_wrapper_content p{
	margin-top:40px;
}
.icon_img_red, .icon_img_blue, .icon_img_green{
	float:left;
	border-radius:50%;
	width:100px;
	height:100px;
	line-height:100px;
	font-size: 25px;
	color: #fff;
}
.icon_wrapper i:before{
	font-size: 40px;
	margin-left:0;
}
.icon_img_red{
	background: #e85b79;
}
.icon_img_blue{
	background: #13bfb1;
}
.icon_img_green{
	background: #4ddc90;
}
.icon_content_red, .icon_content_blue, .icon_content_green{
	font-size: 20px;
    color: #111111;
	float:left;
	width:calc(100% - 100px);
	padding-left:30px;
}
.icon_wrapper p{
	margin-top: 15px;
	text-align:left;
}
.icon_wrapper a{
	color: #111111;
}
.icon_wrapper h4{
	text-align:left;
	text-transform:uppercase;
}
.icon_wrapper{
	text-align:center;
	padding-top:30px;
	float:left;
	width:100%;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.icon_wrapper:hover .icon_content_red h4 a{
	color: #e85b79;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.icon_wrapper:hover .icon_content_blue h4 a{
	color: #13bfb1;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.icon_wrapper:hover .icon_content_green h4 a{
	color: #4ddc90;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

/* about_us_wrapper end */


/* speciality_videos_section start */

.speciality_videos_section{
	float:left;
	width:100%;
	padding-top:40px; /*100px;*/
	padding-bottom:40px; /*100px;*/
	background:#f7f7f7;
}
.speciality_slider_wrapper{
	float:left;
	width:100%;
}
.speciality_slider_wrapper .owl-theme .owl-dots .owl-dot {
    display: none;
}
.speciality_slider_wrapper .item {
	width:100%;
}
.speciality_slider_wrapper .owl-theme .owl-nav {
    position: absolute;
    bottom: 0;
    margin: 0;
    right: 0;
	top:-32%;
	z-index:1000;
	display:block;
}
.speciality_slider_wrapper .owl-prev{
	position:absolute;
	left: -50px;
}
.speciality_slider_wrapper .owl-theme .owl-nav .owl-prev,.speciality_slider_wrapper .owl-theme .owl-nav .owl-next{
    color: #999;
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
    background: #fff;
    border: 1px solid rgb(189, 189, 197);
    height: 40px;
    width: 40px;
    border-radius: 100%;
    line-height: 32px;
}
.speciality_slider_wrapper .owl-theme .owl-nav .owl-next:hover{
	background:#4cb3c4;
	color:#fff;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.speciality_slider_wrapper .owl-theme .owl-nav .owl-prev:hover{
	background:#4cb3c4;
	color:#fff;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.speciality_slider_wrapper .thumbnail {
	padding: 0;
	margin-bottom: 0;
	line-height: 24px;
	border-radius: 0;
	border: 0;
	position:relative;
}
@media (max-width: 991px) { 
	.speciality_slider_wrapper .thumbnail {
		margin-bottom: 30px;
	}
}
.speciality_slider_wrapper .thumbnail img {
	width: 100%;
}
.speciality_slider_wrapper .thumbnail .caption {
  padding: 30px;
  color: #969595;
}
.speciality_slider_wrapper .thumbnail .caption h4 {
	text-transform: capitalize;
}
.speciality_slider_wrapper .thumbnail .caption h4 a{
	color: #111111;
}
.speciality_slider_wrapper .thumbnail .caption h4 a:hover{
	color: #4cb3c4;
}
.speciality_slider_wrapper .thumbnail .caption p{
	margin: 0;
}

/* video post*/

.speciality_slider_wrapper .play-trigger {
	position: absolute;
	left: 50%;
	top: 30%;
	width: 60px;
	height: 60px;
	margin-left: -30px;
	margin-top: -30px;
	border: 0;
	border-radius: 50%;
	color: #fff;
	background: #4cb3c4;
	font-size: 20px;
	line-height: 60px;
	text-align: center;
	-webkit-transition      : all 0.3s ease 0s;
	-moz-transition      : all 0.3s ease 0s;
	-o-transition      : all 0.3s ease 0s;
	transition      : all 0.3s ease 0s;
}
.speciality_slider_wrapper .play-trigger:hover {
  color: #4cb3c4;
  background: #fff;
}
.speciality_slider_wrapper .play-trigger i {
	margin-left: 5px;
}
.speciality_slider_wrapper .thumbnail .video-thumb{
  position: absolute;
  right: 60px;
}
/* speciality_videos_section end */


/* departments_section start */

.departments_section{
	float:left;
	width:100%;
	padding-top: 100px;
	padding-bottom: 100px;
}
.departments_section .section_heading h2{
	text-align:center;
    padding-bottom: 15px;
    position: relative;
	margin: 0 0 50px 0;
}
.departments_section .section_heading h2:after {
	content: "";
    background: #4cb3c4;
    width: 60px;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -25px;
}

/* blue_one_bg */

.blue_one_bg{
	background:#13bfb1;
	border:1px solid #13bfb1;
}
.blue_one_bg:hover{
	background:#fff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.blue_one_bg:hover i{
	background:#13bfb1;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.blue_one_bg:hover i:before{
	color:#fff;
} 
.blue_one_bg i:before{
	color:#13bfb1;
} 
.blue_one_bg:hover h4 a{
	color:#13bfb1;
} 
.blue_one_bg:hover p{
	color:#13bfb1;
} 


/* voilet_bg */

.voilet_bg{
	background:#6686ff;
	border:1px solid #6686ff;
}
.voilet_bg:hover{
	background:#fff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.voilet_bg:hover i{
	background:#6686ff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.voilet_bg:hover i:before{
	color:#fff;
} 
.voilet_bg:hover h4 a{
	color:#6686ff;
} 
.voilet_bg:hover p{
	color:#6686ff;
} 
.voilet_bg i:before{
	color:#6686ff;
} 

/* pink_bg */

.pink_bg{
	background:#ff5e6b;
	border:1px solid #ff5e6b;
}
.pink_bg:hover{
	background:#fff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.pink_bg:hover i{
	background:#ff5e6b;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.pink_bg:hover i:before{
	color:#fff;
} 
.pink_bg:hover h4 a{
	color:#ff5e6b;
} 
.pink_bg:hover p{
	color:#ff5e6b;
} 
.pink_bg i:before{
	color:#ff5e6b;
} 

/* green_bg */

.green_bg{
	background:#85df88;
	border:1px solid #85df88;
}
.green_bg:hover{
	background:#fff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.green_bg:hover i{
	background:#85df88;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.green_bg:hover i:before{
	color:#fff;
} 
.green_bg:hover h4 a{
	color:#85df88;
} 
.green_bg:hover p{
	color:#85df88;
} 
.green_bg i:before{
	color:#85df88;
} 

/* blue_two_bg */

.blue_two_bg{
	background:#4cb3c4;
	border:1px solid #4cb3c4;
}
.blue_two_bg:hover{
	background:#fff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.blue_two_bg:hover i{
	background:#4cb3c4;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.blue_two_bg:hover i:before{
	color:#fff;
} 
.blue_two_bg:hover h4 a{
	color:#4cb3c4;
} 
.blue_two_bg:hover p{
	color:#4cb3c4;
} 
.blue_two_bg i:before{
	color:#4cb3c4;
} 

/* orange_bg */

.orange_bg{
	background:#fcbc65;
	border:1px solid #fcbc65
}
.orange_bg:hover{
	background:#fff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.orange_bg:hover i{
	background:#fcbc65;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.orange_bg:hover i:before{
	color:#fff;
} 
.orange_bg:hover h4 a{
	color:#fcbc65;
} 
.orange_bg:hover p{
	color:#fcbc65;
} 
.orange_bg i:before{
	color:#fcbc65;
} 

/* yellow_bg */

.yellow_bg{
	background:#b4a14a;
	border:1px solid #b4a14a;
}
.yellow_bg:hover{
	background:#fff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yellow_bg:hover i{
	background:#b4a14a;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yellow_bg:hover i:before{
	color:#fff;
} 
.yellow_bg:hover h4 a{
	color:#b4a14a;
} 
.yellow_bg:hover p{
	color:#b4a14a;
} 
.yellow_bg i:before{
	color:#b4a14a;
} 

/* red_bg */

.red_bg{
	background:#e37563;
	border:1px solid #e37563;
}
.red_bg:hover{
	background:#fff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.red_bg:hover i{
	background:#e37563;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.red_bg:hover i:before{
	color:#fff;
} 
.red_bg:hover h4 a{
	color:#e37563;
} 
.red_bg:hover p{
	color:#e37563;
} 
.red_bg i:before{
	color:#e37563;
}
.icon_section  i{
    background: #fff;
    border-radius: 50%;
    text-align: center;
    width: 120px;
	height:120px;
	line-height:120px;
	margin-bottom:34px;
}
.icon_section{
	 padding: 54px 20px;
	 margin-bottom:50px;
	 text-align:center;
	 position:relative;
	 -webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.icon_section .read_more {
    position: absolute;
    right: 10px;
    top: 10px;
    display: inline-block;
    font-size: 16px;
	opacity:0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.icon_section:hover .read_more {
	opacity:1;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.icon_section i{
	display:inline-block;
}
.icon_section h4{
	margin-bottom:30px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.icon_section h4 a{
	color: #fff;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.icon_section p{
	color: #fff;
	padding: 0px 12px;
}
.icon_section i:before{
	font-size: 40px;
	margin-left:0;
} 

/* departments_section end*/


/* --------------------------------------
blog_section start
----------------------------------------- */

.blog_section {
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:0px;
	background:#f7f7f7;
}
.blog_section .section_heading h2{
	text-align:left;
    padding-bottom: 15px;
    position: relative;
	margin: 0 0 0px 0;
}
.blog_section .blog-post-wrapper {
	background-color: #fff;
}
@media (max-width : 991px) {
	.blog_section .blog-post-wrapper {
		margin-bottom: 40px;
	}
}
.blog_section .blog-post-wrapper .post-thumbnail{
	position: relative;
}
.blog_section .blog-post-wrapper .post-thumbnail img{
	width: 100%;
}
.blog_section .blog-post-wrapper .post-thumbnail .author-thumb{
  position: absolute;
  right: 25px;
  bottom: -35px;
}
.blog_section .blog-post-wrapper .post-thumbnail .author-thumb img {
	width: 75px;
	height: 75px;
	background: #fff;
	padding: 5px;
	border-radius: 50%;
}
.blog_section .blog-post-wrapper .blog-content{
  padding: 52px 30px 30px;
}

/*entry-header*/

.blog_section .blog-post-wrapper .entry-header {
  margin-bottom: 20px;
  background:transparent;
}
.blog_section .blog-post-wrapper .entry-title{
	line-height: 22px;
	text-transform: capitalize;
	margin-bottom: 5px;
}
.blog_section .blog-post-wrapper .entry-title a{
	color: #313131;
}
.blog_section .blog-post-wrapper .entry-title a:hover{
	color: #4cb3c4;
}

/*entry-meta*/

.blog_section .blog-post-wrapper .entry-header .entry-meta {
	font-size: 11px;
	text-transform: capitalize;
}
.blog_section .blog-post-wrapper .entry-header .entry-meta li {
	display: inline-block;
	padding-right: 5px;
	margin-right: 5px;
	position: relative;
}
.blog_section .blog-post-wrapper .entry-header .entry-meta li:last-child {
	padding-right: 0;
	margin-right: 0;
}
.blog_section .blog-post-wrapper .entry-header .entry-meta li::before {
  content: ".";
  position: absolute;
  right: -3px;
  bottom: 0;
}
.blog_section .blog-post-wrapper .entry-header .entry-meta li:last-child::before {
  content: "";
}
.blog_section .blog-post-wrapper .entry-header .entry-meta li a{
	color: #969595;
}
.blog_section .blog-post-wrapper .entry-header .entry-meta li a:hover{
	color: #4cb3c4;
}

/*entry-content*/

.blog_section .blog-post-wrapper .entry-content {}
.blog_section .blog-post-wrapper .entry-content p{
	margin: 0;
}
.readmore_btn{
	display: inline-block;
    padding: 10px 30px;
    color: #fff;
    background: #4cb3c4;
	border:1px solid #4cb3c4;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 30px;
    margin-top: 20px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.readmore_btn:hover{
   color: #4cb3c4;
   background-color: #fff;
}

/*entry-footer*/

.blog_section .blog-post-wrapper .entry-footer {
  padding: 14px;
  text-align:center;
  border-top: 1px solid #ededed;
}
.blog_section .blog-post-wrapper .entry-footer .entry-meta li {
	display: inline-block;
	margin-right: 7px;
}
.blog_section .blog-post-wrapper .entry-footer .entry-meta li:last-child {
	margin-right: 0;
}
.blog_section .blog-post-wrapper .entry-footer a{
  display: block;
  padding: 1px 14px;
  font-size: <strong>10</strong>px;
  color: #a3a2a2;
  background: #fff;
  text-transform: uppercase;
  border-radius: 30px;
}
.blog_section .blog-post-wrapper .entry-footer a i {
	color: #dadada;
}
.blog_section .blog-post-wrapper .entry-footer a:hover i {
	color: #fff;
}
.blog_section .blog-post-wrapper .entry-footer a:hover{
  color: #fff;
  background: #4cb3c4;
}

/*blog gallery post*/

#blog_sectionSlider .carousel-control {
  top: auto;
  bottom: 20px;
  width: 56px;
  height: 26px;
  font-size: 13px;
  color: #fff;
  text-shadow: none;
  filter: alpha(opacity=100);
  opacity: 1;
}
#blog_sectionSlider .carousel-control.left,
#blog_sectionSlider .carousel-control.right {
  background-image: none;
  border: 1px solid #fff;
  border-radius: 30px;
  line-height:24px;
}
#blog_sectionSlider .carousel-control:focus, 
#blog_sectionSlider .carousel-control:hover {
  background-color: #4cb3c4;
  border: 1px solid #4cb3c4;
  color: #fff !important;
  filter: alpha(opacity=100);
  opacity: 1;
}
#blog_sectionSlider .carousel-control.left {
  left: 20px;
}
#blog_sectionSlider .carousel-control.right {
	left: 87px;
}

/*blog video post*/

.blog_section .blog-post-wrapper .play-trigger {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin-left: -30px;
	margin-top: -30px;
	border: 0;
	color: #fff;
	background: #4cb3c4;
	font-size: 20px;
	line-height: 60px;
	text-align: center;
	-webkit-transition      : all 0.3s ease 0s;
	-moz-transition      : all 0.3s ease 0s;
	-o-transition      : all 0.3s ease 0s;
	transition      : all 0.3s ease 0s;
}
.blog_section .blog-post-wrapper .play-trigger:hover {
  color: #4cb3c4;
  background: #fff;
}
.blog_section .blog-post-wrapper .play-trigger i {
	margin-left: 5px;
}

/* --------------------------------------
blog_section end
----------------------------------------- */


/* testimonial_section start*/

.testimonial_section{
	width:100%;
	float:left;
	background-image:url('../images/testimonial-images/testimonial_section_bg.jpg');
	height:100%;
	background-position:center 0;
	background-size: cover;
	position:relative;
	padding-bottom:100px;
	padding-top:100px;
}
.testimonial_info{
	float:left;
	width:100%;
	text-align:center;
}
.testimonial_info .carousel-inner	h4{
	font-size:16px;
	color:#fff;
	padding-bottom:50px;
	text-transform:uppercase;
}
.testimonial_info .carousel-inner	p{
	font-size:40px;
	color:#fff;
	line-height:45px;
	padding-bottom:50px;
}
.testimonial_info img{
	display:inline-block;
	margin-top:-80px;
    position: relative;
    z-index: 1;
}

/* Carousel */

#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 10px;
    color: #ffffff;
}
#quote-carousel .carousel-control {
	display:none;
}
#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: -50px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 60px;
    height: 60px;
    margin: 5px;
    cursor: pointer;
	border: 2px dashed transparent;
    border-radius: 50px;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
}
#quote-carousel .carousel-indicators li  img{
	border-radius:100%;
	padding:5px;
	margin: 0px;
    display: block;
}
#quote-carousel .carousel-indicators .active {
    background: transparent;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    opacity: 1;
    overflow: hidden;
}

/* testimonial_section css end*/


/* team_section start */

.team_section{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
	background:#f7f7f7;
}
.team_slider_wrapper{
	float:left;
	width:100%;
}
.team_slider_wrapper .owl-theme .owl-dots .owl-dot {
    display: none;
}
.team_slider_wrapper .item {
	width:100%;
}
.team_slider_wrapper .owl-theme .owl-nav {
    position: absolute;
    bottom: 0;
    margin: 0;
    right: 0;
	top: -22%;
	z-index:1000;
	display:block;
}
.team_slider_wrapper .owl-prev{
	position:absolute;
	left: -50px;
}
.team_slider_wrapper .owl-theme .owl-nav .owl-prev,
.team_slider_wrapper .owl-theme .owl-nav .owl-next{
     color: #999;
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
    background: #fff;
    border: 1px solid rgb(189, 189, 197);
    height: 40px;
    width: 40px;
    border-radius: 100%;
    line-height: 32px;
}
.team_slider_wrapper .owl-theme .owl-nav .owl-next:hover{
	background:#4cb3c4;
	color:#fff;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.team_slider_wrapper .owl-theme .owl-nav .owl-prev:hover{
	background:#4cb3c4;
	color:#fff;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.slider_main_wrapper{
	text-align:center;
	background:#fff;
}
.slider_main_wrapper:hover .team_slider_content h4 a{
	color:#4cb3c4;
}
.team_slider_image{
	padding:7px 7px;
	display:inline-block;
}
.team_slider_content h4{
	font-size:18px;
	padding-top:23px;
}
.team_slider_content h5{
	font-size:14px;
	color:#999;
	padding-top:10px;
	padding-bottom:20px;
	border-bottom:1px solid rgb(234, 229, 229);
}
.team_social_icons{
	margin:0;
	padding:0;
	list-style-type:none;
	padding-top:20px;
	padding-bottom:20px;
	display: inline-block;
}
.team_social_icons li{
	float:left;
	margin-left:24px;
}
.team_social_icons li:first-child{
	margin-left:0;
}
.team_social_icons li a{
	float:left;
	color: #4cb3c4;
	font-size:14px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.team_social_icons li a:hover{
	color:#4cb3c4;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

/* team_section end */


/* client_section start */

.client_section{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
}
.client_section .section_heading h2{
	text-align:center;
    padding-bottom: 15px;
    position: relative;
	margin: 0 0 50px 0;
}
.client_section .section_heading h2:after {
	content: "";
    background: #4cb3c4;
    width: 60px;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -25px;
}
.client_slider .item{
	text-align:center;
}
.client_slider .item img {
	display:inline-block;
	opacity: 0.9;
	-webkit-transition      : all 0.8s ease 0s;
    -moz-transition      : all 0.8s ease 0s;
    -o-transition      : all 0.8s ease 0s;
    transition      : all 0.8s ease 0s;
}
.client_slider .item img:hover {
	opacity: 1;
}
.client_slider .owl-theme .owl-nav{
	display:none;
}
.client_slider .owl-theme .owl-dots{
	margin-top: 45px;
}
.client_slider .owl-theme  .owl-dots .owl-dot.active span, 
.client_slider .owl-theme  .owl-dots .owl-dot:hover span {
  background: #4cb3c4;
}
.client_slider .owl-theme .owl-dots .owl-dot span {
	margin: 5px 4px;
}

/* client_section end */


/* call_to_action start */

.call_to_action{
	float:left;
	width:100%;
	padding: 25px 0;
	background:#003152;/*#4cb3c4;*/
}
.call_to_action .callout_wrap {
    width: 100%;
    display: table;
}
.call_to_action .callout_content{
    text-align: left;
    display: table-cell;
    vertical-align: middle;
}
.callout_content h2{
	color:#fff;
	font-size:30px;
}
.call_to_action .callout_button{
    padding-top: 0;
    padding-left: 20px;
    text-align: right;
    display: table-cell;
    vertical-align: middle;
}
.callout_button a{
	width: 170px;
    height: 50px;
    line-height: 52px;
    border-color: #fff;
    background-color: #fff;
	color:#363d4f;
	border-radius:30px;
	text-transform:uppercase;
	display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
	font-size:16px;
    font-weight: 700;
	margin: 0 20px 0 0;
}
.callout_button a i{
	margin-right: 4px;
	font-size: 16px;
}
.callout_button a:hover{
	border-color: #2e2e2e;
	background-color: #2d5571; /*#2e2e2e;*/
	color:#fff;
}

/* call_to_action end */


/* footer start */

.footer{
	float:left;
	width:100%;
	padding-bottom:0px;
	padding-top:50px;
}
.footer_widget{
	float:left;
	width:100%;
}
.footer h4{
	font-size:18px;
	font-weight:500;
	padding-bottom:30px;
	color:#111;
}
.footer h4:after{
	display: block;
    content: "";
    background: #4cb3c4;
    width: 40px;
    height: 2px;
    margin-top: 13px;
    width: 35px;
    bottom: 0;
    height: 1px;
}
.footer_icon_wrapper{
	float:left;
	width:100%;
	margin-bottom: 15px;
}
.footer_icon_wrapper i{
    float: left;
	background: #4cb3c4;
	color: #fff;
	border-radius:50%;
	height: 36px;
    font-size: 16px;
    width: 36px;
    margin-right: 15px;
   line-height: 36px;
   text-align: center;
}
.footer_icon_wrapper p{
	font-size: 15px;
    color: #999;
    font-weight: 300;
}
.footer_widget_list{
	margin:0;
	padding:0;
	list-style:none;
}
.footer_widget_list li{
	margin-bottom:10px;
}
.footer_widget_list li i{
	color:#4cb3c4;
	margin-right:8px;
}
.footer_widget_list li a{
	color:#999;
	font-size:14px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.footer_widget_list li a:hover{
	color: #4cb3c4;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.footer_newsletter{
	float:left;
	width:100%;
	margin-bottom:40px;
}
.footer_newsletter p{
	color:#999;
	font-size:15px;
	margin-bottom: 15px;
}
.footer_newsletter input{
    width: 100%;
    height: 46px;
    background: transparent;
    border: 1px solid #4cb3c4;
    padding: 17px 30px 17px 14px;
    color: #999;
    font-style: italic;
    font-size: 14px;
}
.footer_newsletter i{
	margin-left: -25px;
    color: #4cb3c4;
}
.footer_social_icons li{
	float:left;
	margin-left:10px;
}
.footer_social_icons li:first-child{
	margin-left:0px;
}
.footer_social_icons li a{
	float: left;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	width: 40px;
	text-align: center;
	background: #fff;/*#303133;*/
	color: #fff;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.footer_social_icons li a:hover{
	background:#fff;/*#4cb3c4;*/
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.footer_bottom_wrapper{
	float:left;
	width:100%;
	background: #222;
	text-align:center;	
}
.footer_copyright_wrapper{
	font-family: 'Lato';
	text-transform:capitalize;
	float:left;
	width:100%;
	display:inline-block;
	padding-top:30px;
	padding-bottom:30px;
}
.footer_copyright_wrapper p{
	margin:0;
}
.footer_copyright_wrapper a{
	color: #4cb3c4;
}	
/* footer end*/


/****************   About Us page    *******************/


/* aboutus_section start */

.aboutus_section{
	float:left;
	width:100%;
	padding-top:50px;
	padding-bottom:100px;
}
.about_image_wrapper,.about_text_wrapper {
	float:left;
	width:100%;
}
.about_image_wrapper{
	text-align:center;
}
.aboutus_section .section_heading .border {
    margin-bottom: 30px;
}
.about_image_wrapper img{
	display:inline-block;
}
.about_text_wrapper h2 {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 30px;
}
.about_text_wrapper p {
    font-size: 16px;
    line-height: 26px;
	margin-bottom: 30px;
}
.about_text_wrapper ul{
	margin:0;
	padding:0;
	list-style:none;
}
.about_text_wrapper ul li:first-child{
	padding-top: 0px;
}
.about_text_wrapper ul li{
	padding-top: 20px;
	font-size: 16px;
}
.about_text_wrapper ul li a{
	color: #999999;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.about_text_wrapper a:hover{
	color: #4cb3c4;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.about_text_wrapper ul li i{
	padding-right: 10px;
	color: #4cb3c4;
}

/* aboutus_section end */


/* counter_section start */

.counter_section {
	float:left;
	width:100%;
	background-image:url('../images/counter-images/counter_bg.jpg');
	height:100%;
	background-position:center 0;
	background-size: cover;
	padding-top:100px;
	padding-bottom:100px;
	position:relative;
}
.counter_section_overlay{
	position:absolute;
	top:0%;
	left:0%;
	right:0%;
	bottom:0%;
	background: #08080a;
    opacity: 0.7;
}
.counter_section h2 {
	color:#fff;
}
.counter_section .section_heading .border {
    color: rgba(218, 218, 222, 0.4);
}
.counter_section i:before{
	font-size: 80px;
	line-height: 80px;
	margin-left:0;
}
.counter_section .icon-one i:before{
	color: #43b9f6;
}
.counter_section .icon-two i{
	color: #7197b3;
	font-size: 80px;
	line-height: 80px;
}
.counter_section .icon-two i:before{
	color: #6686ff;
}
.counter_section .icon-three i{
	color: #73ca8d;
	font-size: 80px;
	line-height: 80px;
}
.counter_section .icon-three i:before{
	color: #4cb3c4;
}
.counter_section .icon-four i{
	color: #ea6a38;
	font-size: 80px;
	line-height: 80px;
}
.counter_section .icon-four i:before{
	color: #85df88;
}
.counter_section .count-description{
	display: inline-block;
	font-size: 50px;
	font-weight: 600;
	color: #fff;
	padding-top: 5px;
}
.counter_section h4{
	display: block;
	line-height: 40px;
	padding-top: 20px;
}
.counter_section h4 a{
	color: #fff;
}

/* counter_section end */


/* clinic_gallery_slider start */

.about_clinic_section{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
	background: #f7f7f7;
}
.clinic_gallery_slider{
	float:left;
	width:100%;
}
.clinic_gallery_slider h2{
	font-size: 30px;
    line-height: 30px;
    margin-bottom: 30px;
}
.clinic_gallery_slider .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    margin: 0;
    left: 0;
    right: 0;
	z-index:1000;
	display:block;
}
.clinic_gallery_slider .owl-theme .owl-dots .owl-dot{
	display:none;
}
.clinic_gallery_slider .owl-theme .owl-nav .owl-prev{
    font-size: 16px;
    margin: 0;
    padding: 0;
    left: 20px;
	top:0;
    position: absolute;
    text-align: center;
	background:#fff;
	color:#000;
	width:40px;
	height:40px;
	text-align:center;
	line-height:42px;
	border:none;
	border-radius:50%;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.clinic_gallery_slider  .owl-theme .owl-nav .owl-next{
    font-size: 16px;
    margin: 0;
    padding: 0;
    right: 20px;
	top:0;
    position: absolute;
    text-align: center;
	background:#fff;
	color:#000;
	width:40px;
	height:40px;
	text-align:center;
	line-height:42px;
	border:none;
	border-radius:50%;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.clinic_gallery_slider .owl-theme .owl-nav .owl-prev:hover, .clinic_gallery_slider  .owl-theme .owl-nav .owl-next:hover{
	background:#4cb3c4;
	color:#fff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

/* clinic_gallery_slider end*/


/* accordion_wrapper start */

.accordion_wrapper .panel-heading {
	padding: 0px;
	border-radius: 0px;
}
.panel-heading h4 {
    font-size: 18px;
    line-height: 24px;
}
.accordion_wrapper h2{
	font-size: 30px;
    line-height: 30px;
    margin-bottom: 30px;
}
.accordion_wrapper .panel-group .panel+.panel {
	margin-top: 0px;
}
.accordion_wrapper .panel-group {
  margin-bottom: 0;
}
.accordion_wrapper .panel-default {
  border: 0;
}
.accordion_wrapper .panel {
	background-color: transparent;
	box-shadow: none;
	border-bottom: 10px solid transparent;
	border-radius: 0;
	margin: 0;
}
.accordion_wrapper .panel:last-of-type {
	border-bottom: 0;
}
.accordion_wrapper .panel .panel-heading a {	
	display: block;
	padding: 25px 20px;
	background: #fff;
	color:#111;
	border-left: 5px solid #4cb3c4;
	border-bottom: 1px solid #f1f1f1;
}
.accordion_wrapper .panel-default>.panel-heading {
  border-radius: 0px;
}
.accordion_wrapper .panel-group .panel-heading+.panel-collapse>.panel-body {
  border-top: 0;
  padding: 25px 30px 30px 30px;
  background: #fdfdfd;
  color: #999999;
}
.accordion_wrapper .panel-group .panel-heading+.panel-collapse>.panel-body p {
  font-size:16px;
}
.accordion_wrapper .panel .panel-heading a:after,
.accordion_wrapper .panel .panel-heading a.collapsed:after{
	font-family: 'FontAwesome'; 
	float: right;	
	text-align: center;
    font-size: 20px;
    width: 25px;
    height: 25px;
    line-height: 24px;
    display: block;
}
.accordion_wrapper .panel .panel-heading a.collapsed{
	border-left: 5px solid transparent;
}
.accordion_wrapper .panel .panel-heading a:after {  
  content: "\2212";
  color: #4cb3c4;
}
.accordion_wrapper .panel .panel-heading a.collapsed:after {
	content: "\2b";
	color: #999;	
}

/* accordion_wrapper end */


/****************   What We Offer page    *******************/


/* services_department_section start */

.services_department_section{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
	background: #f7f7f7;
}

/* services_department_section end */

/* services_section start */

.services_section{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
}
.services_section .section_heading h2 {
    text-align: center;
    padding-bottom: 15px;
    position: relative;
    margin: 0 0 50px 0;
}
.services_section .section_heading h2:after {
    content: "";
    background: #4cb3c4;
    width: 60px;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -25px;
}
.services_icon_wrapper{
	float:left;
	width:100%;
	padding-top:40px;
}
.services_icon_img{
    width: 80px;
    height: 80px;
    line-height: 80px;
	overflow: hidden;
    text-align: center;
    float: left;
    border-radius: 50%;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.services_icon_img i{
	display:inline-block;
}
.services_icon_img i:before{
	font-size: 30px;
	color: #fff;
	margin-left:0;
}
.services_icon_wrapper:hover h4 a{
	color:#4cb3c4;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.services_icon_content{
	width:calc(100% - 80px);
	float:left;
	padding-left:30px;
}
.services_icon_content h4{
	font-size: 22px;
    line-height: 25px;
    margin-bottom: 10px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.services_icon_content h4 a{
	color:#111;
}
.services_icon_content p{
	font-size: 16px;
}
.icon_one{
	background:#43b9f6;
}
.icon_two{
	background:#ff5e6b;
}
.icon_three{
	background:#6686ff;
}
.icon_four{
	background:#4cb3c4;
}
.icon_five{
	background:#3b84eb;
}
.icon_six{
	background:#85df88;
}

/* services_section end */


/* pricing_section start */

.pricing_section{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
	background: #f7f7f7;
}
.pricing_section .section_heading h2 {
    text-align: center;
    padding-bottom: 15px;
    position: relative;
    margin: 0 0 50px 0;
}
.pricing_section .section_heading h2:after {
    content: "";
    background: #4cb3c4;
    width: 60px;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -25px;
}
.pricing_section .pricing-table-default {
	margin-top: 30px;
	background: #ffffff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.pricing-table-heading{
    padding: 40px 0px;
	border-radius:7px 7px 0px 0px;
}
.blue_head{
	background: #43b9f6;
}
.pink_head{
	background:#ff5e6b;
}
.green_head{
	background:#85df88;
}

@media (max-width : 766px) {
	.pricing_section .pricing-table-default {
		margin-bottom: 30px;
	}
}

.pricing_section .pricing-head{
	padding: 40px 15px 21px 15px;
    border-bottom: 1px solid #f1f1f1;
}
.pricing_section .pricing-table-heading h3 {
	font-size: 24px;
	color: #fff;
}
.pricing_section .pricing-head .price {
	display: block;
    font-size: 35px;
    line-height: 30px;
    color: #111111;
    font-weight: 500;
}
.pricing_section .pricing-head .price-degit{
	font-size: 65px;
}
.pricing_section .pricing-head .month{
	font-size: 16px;
	color: #999999;
}

/*pricing list*/

.pricing_section .pricing-list li {
	display: block;
	padding: 8px 0;
	color: #999999;
}
.pricing_section .pricing-list li:first-child{
	padding-top: 40px;
}
.pricing_section .pricing-list li:last-child {
	padding-bottom:40px;
}
.pricing_section .pricing-list li{
	padding: 8px 0 15px;
}
.pricing_section .pricing-table-default .btn {
	color: #999999;
	border:0;
	padding: 15px 40px;
    text-transform: uppercase;
	display: inline-block;
	margin: 31px 45px 31px 45px;
	background: #f1f1f1;
	border-radius: 30px;
}
.pricing_section .pricing-table-default:hover .btn{
	background: #4cb3c4;
	color: #ffffff;
}
.pricing_section .pricing-table-default .pricing-detail{
	 border-bottom: 1px solid #f1f1f1;
}
.pricing_section .pricing-head h3,
.pricing_section .pricing-table-default,
.pricing_section .pricing-table-default .btn{

	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

/* pricing_section end */


/****************   Doctors page    *******************/


/* team_wrapper start*/

.team_wrapper{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
	background:#f7f7f7;
	text-align: center;
}
.team_wrapper .section_heading h2 {
    text-align: center;
    padding-bottom: 15px;
    position: relative;
    margin: 0 0 50px 0;
}
.team_wrapper .section_heading h2:after {
    content: "";
    background: #4cb3c4;
    width: 60px;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -25px;
}
#gridWrapper .team_members_wrapper{
	float: left;
    width: 100%;
	margin-bottom:50px;	
	background: #fff;
}
#gridWrapper .team_member_image, .team_member_content{
	float: left;
    width: 100%;
}
#gridWrapper .team_member_image{
	padding-bottom:38px;
	text-align:center;
}
#gridWrapper .team_member_image img{
	display:inline-block;
}
#gridWrapper .team_member_content h5{
	color:#999;
	font-size:14px;
	padding-bottom: 20px;
    border-bottom: 1px solid rgb(234, 229, 229);
}
#gridWrapper .team_member_content h4{
	font-size:20px;
	font-weight:700;
	padding-bottom: 10px;
}
#gridWrapper .team_member_content p{
	font-size:16px;
	margin-bottom:20px;
	padding: 0px 12px;
}
.btn_more{
	background:transparent;
	border:2px solid #4cb3c4;
	border-radius:30px;
	color:#4cb3c4;
	padding:10px 12px;
	margin-top:42px;
	width:170px;
	height:52px;
	line-height:30px;
	font-size:16px;
	display:inline-block;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btn_more:hover{
	background:#4cb3c4;
	color:#fff;
	border:2px solid #4cb3c4;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btn_more i{
	margin-right:10px;
}

/* portfolio-filter */

.portfolio-filter{
    margin-bottom: 50px;
	text-align:left;
}
#filter li a{
    display: block;
    font-size: 16px;
    cursor: pointer;
    color: #999;
    background: transparent;
    padding: 10px 15px;
    margin-right: 10px;
    border-radius: 30px;
    border:2px solid transparent;
    position: relative;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    text-transform: uppercase;
}
#filter li a:hover,
#filter li a.active{
	border-color:#4cb3c4;
    color:#4cb3c4;
	background:#fff;
}
#filter li a:last-child{
    margin-right: 0px;
}

/* portfolio-item */

.portfolio-area{
	float:left;
	width:100%;
	overflow:hidden;
}
.portfolio-area .portfolio-thumb{
    position: relative;
	margin-bottom:30px;
}

/* team_wrapper end*/


/****************   Appointment page    *******************/


/* contact_infobox_section start */

.contact_section {
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
	background:#f7f7f7;
}
.contact_infobox_section{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
}
.appointment_wrapper{
	float: left;
    width: 100%;
    padding: 0 30px;
    padding-top: 48px;
    height: 306px;
}
.appointment_wrapper h4{
	color: #fff;
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    text-transform: uppercase;
}
.appointment_wrapper p{
	color: #fff;
    font-size: 16px;
    line-height: 26px;
}
.infobox_warpper .phone{
	font-size: 24px;
	margin-top: 26px;
}
.appointment_wrapper .working-hours li {
	padding: 0 0 20px 0;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}
.appointment_wrapper .working-hours li .working_timing {
	float:right;
}
.blue_wrapper{
	background: #43b9f6;	
}
.pink_wrapper{
	background: #ff5e6b;
}
.green_wrapper{
	background: #85df88;	
}
#map{
	float: left;
	width: 100%; 
	height: 500px;
}

/* contact_infobox_section start */


/* contact_info_section start */

.contact_info_section{
	float: left;
    width: 100%;
    padding: 40px 30px;
	background:#4cb3c4;
}
.contact_info_section h4{
	color: #fff;
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 26px;
    font-weight: 700;
}
.contact_info_section{
	float:left;
	width:100%;
	margin-bottom: 10px;
}
.contact_info_section i{
    float: left;
	color: rgba(255,255,255,.7); 
    font-size: 23px;
    text-align: center;
}
.appointment_icon_wrapper p{
	font-size: 16px;
    color: #fff;
    font-weight: 300;
    padding: 0px 0 13px 35px;
}

/* contact_info_section end */


/* contact_form_section start */

.contact_form_section .form-group {
	margin-bottom: 10px;
}
.contact_form_section{
    float:left;
	width:100%;
}
.contact_form_section h4{
    font-weight: 700;
	font-size: 30px;
    line-height: 30px;
    margin-bottom: 30px;
}
.form-group {
  margin-bottom: 20px;
}
.form-control:focus {
  box-shadow: none;
}
.contact_form_section .form-group {
	margin-bottom: 10px;
}
.contact_form_section .form-control {
	background: #ffffff;
    border: 1px solid rgba(222, 206, 206, 0.56);
    color: #999999;
    display: block;
    font-size: 16px;
    height: 55px;
    margin-bottom: 25px;
    padding: 0 20px;
    width: 100%;
	border-radius:0;
	box-shadow:none;
	-webkit-transition: all 0.3s ease 0s;
   	-moz-transition: all 0.3s ease 0s;
   	-o-transition: all 0.3s ease 0s;
   	transition: all 0.3s ease 0s;
}
.contact_form_section .form-control:focus{
	border: 1px solid #313131 !important;
	background: transparent;	
}
.contact_form_section button.btn{
	margin: 0 auto;
	display: block;
    padding: 15px 32px;
    font-weight: 700;
	border-radius:0;
    -webkit-transition: all 0.3s ease 0s;
   	-moz-transition: all 0.3s ease 0s;
   	-o-transition: all 0.3s ease 0s;
   	transition: all 0.3s ease 0s;
   	font-weight: normal;
}
.contact_form_section .btn-default {
	background-color:#825339;
	color: #fff;
	border-color:#825339;
}
.contact_form_section .btn-default:hover,
.contact_form_section .btn-default.focus {
  	color: #825339;
	background:transparent;
  	border: 1px solid #825339 !important;
}
.contact_form_section .form-group textarea{	
    height: 110px;
    margin-bottom: 31px;
    padding: 10px 20px;
	resize:none;
}
.contact_form_section .form-control:focus{
	border: 1px solid #4cb3c4 !important;
	background: transparent;	
}
.contact_form_section button.btn{
	float: left;
    background: #4cb3c4;
    border-radius: 30px;
    color: #fff;
    border: 1px solid #4cb3c4;
    padding: 10px 30px;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.contact_form_section button.btn:hover{
	color: #4cb3c4;
    background-color: #fff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.contact_form_section button.btn:focus{
	outline:none;
}

/* contact_form_section end */


/****************   Gynaecology Department page    *******************/


/* about_gynaecology_section start */

.about_gynaecology_section{
	float:left;
	width:100%;
	padding-top:50px;
	padding-bottom:100px;
}
.about_gynaecology_section .section_heading .border {
    margin-bottom: 30px;
}
.gynaecology_text_wrapper {
	float:left;
	width:100%;
}
.gynaecology_text_wrapper h2 {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 10px;
}
.gynaecology_text_wrapper p {
    font-size: 16px;
	 font-weight: 300;
    line-height: 26px;
	margin-bottom: 30px;
}
.gynaecology_text_wrapper .list_wrapper{
	margin:0;
	padding:0;
	list-style:none;
}
.gynaecology_text_wrapper .list_wrapper li:first-child{
	padding-top: 0px;
}
.gynaecology_text_wrapper .list_wrapper li{
    margin-bottom: 10px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.gynaecology_text_wrapper .list_wrapper li i{
	float: left;
    font-size: 23px;
	color: #4cb3c4;
}
.gynaecology_text_wrapper .list_wrapper li p{
	font-size: 16px;
    font-weight: 300;
    padding: 0px 0 0px 35px;
	margin-bottom:0;
}

/*entry-meta*/

.about_gynaecology_section .gynaecology_text_wrapper .entry-meta {
	font-size: 11px;
	text-transform: capitalize;
	padding-bottom: 10px;
    margin-top: -10px;
}
.about_gynaecology_section .gynaecology_text_wrapper .entry-meta li {
	display: inline-block;
	padding-right: 5px;
	margin-right: 5px;
	position: relative;
}
.about_gynaecology_section .gynaecology_text_wrapper .entry-meta li:last-child {
	padding-right: 0;
	margin-right: 0;
}
.about_gynaecology_section .gynaecology_text_wrapper .entry-meta li::before {
  content: ".";
  position: absolute;
  right: -3px;
  bottom: 0;
}
.about_gynaecology_section .gynaecology_text_wrapper .entry-meta li:last-child::before {
  content: "";
}
.about_gynaecology_section .gynaecology_text_wrapper .entry-meta li a{
	color: #969595;
}
.about_gynaecology_section .gynaecology_text_wrapper .entry-meta li a:hover{
	color: #4cb3c4;
}

/* about_gynaecology_section end */


/* gynaecology_procedures_wrapper start */

.gynaecology_procedures_wrapper{
	width: 100%;
    float: left;
    background-image: url(../images/gynaecology/produre_bg.jpg);
    height: 100%;
    background-position: center 0;
    background-size: cover;
    position: relative;
    padding-bottom: 100px;
    padding-top: 100px;
}
.gynaecology_procedures_overlay{
	position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    background: #08080a;
    opacity: 0.9;
}
.procedures_text_wrapper{
	float:left;
	width:100%;
}
.procedures_text_wrapper h2{
	font-size: 30px;
    line-height: 30px;
	margin-bottom: 30px;
	color:#fff;
}
.procedures_icon_img{
	float:left;
	width:100px;
	height:100px;
	line-height:100px;
	display:inline-block;
	font-size: 25px;
	color: #fff;
	text-align:center;
}
.procedures_icon_img i:before{
    font-size: 40px;
    color: #fff;
    margin-left: 0;
}
.red{
	background: #e85b79;
}
.blue{
	background: #13bfb1;
}
.green{
	background: #4ddc90;
}
.procedures_icon_content{
	font-size: 20px;
    color: #111111;
	float:left;
	width:calc(100% - 100px);
	padding-left:30px;
	display:inline-block;
}
.procedures_icon_wrapper p{
	margin-top: 15px;
	text-align:left;
}
.procedures_icon_wrapper a{
	color: #111111;
}
.procedures_icon_wrapper h4{
	text-align:left;
}
.procedures_icon_wrapper{
	float:left;
	width:100%;
	text-align:center;
	padding:30px 20px;
	margin-bottom:20px;
	background:#fff;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.gynaecology_procedures_wrapper 
.benefits_accordion_wrapper h2{
	color:#fff;
}

/* gynaecology_procedures_wrapper end */


/* department_image_slider start */

.department_image_slider{
	float:left;
	width:100%;
}
.department_image_slider h2{
	font-size: 30px;
    line-height: 30px;
    margin-bottom: 30px;
}
.department_image_slider .owl-carousel{
	z-index:0 !important;
}
.department_image_slider .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    margin: 0;
    left: 0;
    right: 0;
	z-index:1000;
	display:block;
}
.department_image_slider .owl-theme .owl-dots .owl-dot{
	display:none;
}
.department_image_slider .owl-theme .owl-nav .owl-prev{
    font-size: 16px;
    margin: 0;
    padding: 0;
    left: 20px;
	top:0;
    position: absolute;
    text-align: center;
	background:#fff;
	color:#000;
	width:40px;
	height:40px;
	text-align:center;
	line-height:42px;
	border:none;
	border-radius:50%;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.department_image_slider  .owl-theme .owl-nav .owl-next{
    font-size: 16px;
    margin: 0;
    padding: 0;
    right: 20px;
	top:0;
    position: absolute;
    text-align: center;
	background:#fff;
	color:#000;
	width:40px;
	height:40px;
	text-align:center;
	line-height:42px;
	border:none;
	border-radius:50%;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.department_image_slider .owl-theme .owl-nav .owl-prev:hover, .department_image_slider  .owl-theme .owl-nav .owl-next:hover{
	background:#4cb3c4;
	color:#fff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

/* department_image_slider end */


/* department_services_section start */

.department_services_section{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
}
.department_services_section .section_heading h2 {
    text-align: center;
    padding-bottom: 15px;
    position: relative;
    margin: 0 0 50px 0;
}
.department_services_section .section_heading h2:after {
    content: "";
    background: #4cb3c4;
    width: 60px;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -25px;
}
.department_icon_wrapper{
	float:left;
	width:100%;
	padding-top:40px;
}
.department_icon_img{
    width: 80px;
    height: 80px;
    line-height: 80px;
	overflow: hidden;
    text-align: center;
    float: left;
    border-radius: 50%;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.department_icon_img svg{
	width:40px;
	height:40px;
	margin-top:20px;
}
.department_icon_img i{

	display:inline-block;
}
.department_icon_img i:before{
	font-size: 35px;
	color: #fff;
	margin-left:0;
}
.department_icon_wrapper:hover h4 a{
	color:#4cb3c4;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.department_icon_content{
	width:calc(100% - 80px);
	float:left;
	padding-left:30px;
}
.department_icon_content h4{
	font-size: 22px;
    line-height: 25px;
    margin-bottom: 10px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.department_icon_content h4 a{
	color:#111;
}
.department_icon_content p{
	font-size: 16px;
}
.icon_one{
	background:#43b9f6;
}
.icon_two{
	background:#ff5e6b;
}
.icon_three{
	background:#6686ff;
}
.icon_four{
	background:#4cb3c4;
}
.icon_five{
	background:#3b84eb;
}
.icon_six{
	background:#85df88;
}

/* department_services_section end */


/* department_team_wrapper start*/

.department_team_wrapper{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
	background:#f7f7f7;
	text-align: center;
}
.department_team_wrapper .section_heading h2 {
    text-align: center;
    padding-bottom: 15px;
    position: relative;
    margin: 0 0 50px 0;
}
.department_team_wrapper .section_heading h2:after {
    content: "";
    background: #4cb3c4;
    width: 60px;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -25px;
}
.department_team_members{
	float: left;
    width: 100%;
	margin-bottom:50px;	
	background: #fff;
}
.department_member_image, .department_member_content{
	float: left;
    width: 100%;
}
.department_member_image{
	padding-bottom:38px;
	text-align:center;
}
.department_member_image img{
	display:inline-block;
}
.department_member_content h5{
	color:#999;
	font-size:14px;
	padding-bottom:20px;
	border-bottom: 1px solid rgb(234, 229, 229);
}
.department_member_content h4{
	font-size:20px;
	font-weight:700;
	padding-bottom: 10px;
}
.department_member_content p{
	font-size:16px;
	margin-bottom:20px;
	padding: 0px 12px;
}

/* department_team_wrapper end*/


/* benefits_accordion_wrapper start */

.benefits_accordion_wrapper{
	float:left;
	width:100%;
}
.benefits_accordion_wrapper .panel-heading {
	padding: 0px;
	border-radius: 0px;
}
.panel-heading h4 {
    font-size: 18px;
    line-height: 24px;
}
.benefits_accordion_wrapper h2{
	font-size: 40px;
    line-height: 30px;
    margin-bottom: 30px;
}
.benefits_accordion_wrapper .panel-group .panel+.panel {
	margin-top: 0px;
}
.benefits_accordion_wrapper .panel-group {
  margin-bottom: 0;
}
.benefits_accordion_wrapper .panel-default {
  border: 0;
}
.benefits_accordion_wrapper .panel {
	background-color: transparent;
	box-shadow: none;
	border-bottom: 10px solid transparent;
	border-radius: 0;
	margin: 0;
}
.benefits_accordion_wrapper .panel:last-of-type {
	border-bottom: 0;
}
.benefits_accordion_wrapper .panel .panel-heading a {	
	display: block;
	padding: 25px 20px;
	background: #fff;
	color:#111;
	border-left: 5px solid #4cb3c4;
	border-bottom: 1px solid #f1f1f1;
}
.benefits_accordion_wrapper .panel-default>.panel-heading {
  border-radius: 0px;
}
.benefits_accordion_wrapper .panel-group .panel-heading+.panel-collapse>.panel-body {
  border-top: 0;
  padding: 25px 30px 30px 30px;
  background: #fdfdfd;
  color: #999999;
}
.benefits_accordion_wrapper .panel-group .panel-heading+.panel-collapse>.panel-body p {
  font-size:16px;
}
.benefits_accordion_wrapper .panel .panel-heading a:after,
.benefits_accordion_wrapper .panel .panel-heading a.collapsed:after{
	font-family: 'FontAwesome'; 
	float: right;	
	text-align: center;
    font-size: 20px;
    width: 25px;
    height: 25px;
    line-height: 24px;
    display: block;
}
.benefits_accordion_wrapper .panel .panel-heading a.collapsed{
	border-left: 5px solid transparent;
}
.benefits_accordion_wrapper .panel .panel-heading a:after {  
  content: "\2212";
  color: #4cb3c4;
}
.benefits_accordion_wrapper .panel .panel-heading a.collapsed:after {
	content: "\2b";
	color: #999;	
}

/* benefits_accordion_wrapper end */


/* appointment_form_section strat */

.department_appointment_section{
    float: left;
	width: 100%;
    background-image: url(../images/appointment_bg.jpg);
    height: 100%;
    background-position: center 0;
    background-size: cover;
    position: relative;
    padding-bottom: 100px;
    padding-top: 100px;
}
.department_appointment_overlay{
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    background: #08080a;
    opacity: 0.9;
}
.appointment_form_section .form-group {
	margin-bottom: 10px;
}
.appointment_form_section{
    float:left;
	width:100%;
}
.appointment_form_section h4{
	font-size: 30px;
    line-height: 30px;
    margin-bottom: 30px;
    color: #fff;
}
.appointment_form_section .form-group {
  margin-bottom: 20px;
}
.appointment_form_section .form-control:focus {
  box-shadow: none;
}
.appointment_form_section .form-group {
	margin-bottom: 10px;
}
.appointment_form_section .form-control {
	background: #ffffff;
    border: 1px solid rgba(222, 206, 206, 0.56);
    color: #999999;
    display: block;
    font-size: 16px;
    height: 55px;
    margin-bottom: 25px;
    padding: 0 20px;
    width: 100%;
	border-radius:0;
	box-shadow:none;
	-webkit-transition: all 0.3s ease 0s;
   	-moz-transition: all 0.3s ease 0s;
   	-o-transition: all 0.3s ease 0s;
   	transition: all 0.3s ease 0s;
}
.appointment_form_section .form-control:focus{
	border: 1px solid #313131 !important;
	background: transparent;	
}
.appointment_form_section button.btn{
	margin: 0 auto;
	display: block;
    padding: 15px 32px;
    font-weight: 700;
	border-radius:0;
    -webkit-transition: all 0.3s ease 0s;
   	-moz-transition: all 0.3s ease 0s;
   	-o-transition: all 0.3s ease 0s;
   	transition: all 0.3s ease 0s;
   	font-weight: normal;
}
.appointment_form_section .btn-default {
	background-color:#825339;
	color: #fff;
	border-color:#825339;
}
.appointment_form_section .form-group textarea{	
    height: 110px;
    margin-bottom: 31px;
    padding: 10px 20px;
	resize:none;
}
.appointment_form_section .form-control:focus{
	border: 1px solid #4cb3c4 !important;
	background: transparent;	
}
.appointment_form_section button.btn{
	float: left;
    background: #4cb3c4;
	border: 1px solid #4cb3c4;
    border-radius: 30px;
    color: #fff;
    padding: 10px 30px;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.appointment_form_section button.btn:hover{
	color: #4cb3c4;
    background-color: transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.appointment_form_section button.btn:focus{
	outline:none;
}

/* appointment_form_section end */


/* appointment_timing_wrapper start */

.appointment_timing_wrapper{
	float: left;
    width: 100%;
    background: #4cb3c4;
    height: 470px;
    padding: 0px 30px;
    padding-top: 35px;
}
.appointment_timing_wrapper h4{
	color: #fff;
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
}
.appointment_timing_wrapper .working-hours li {
    margin-bottom: 20px;
    color: #fff;
    font-size: 14px;
}
.appointment_timing_wrapper .working-hours li .docters_name{
	 font-size: 16px;
}
.appointment_timing_wrapper .working-hours li .docters_timing {
	float:right;
}

/* appointment_timing_wrapper end */


/****************   Orthopaedics Department page    *******************/


/* about_orthopaedics_section start */

.about_orthopaedics_section{
	float:left;
	width:100%;
	background:#f7f7f7;
	padding-top:100px;
	padding-bottom:100px;
}
.orthopaedics_text_wrapper {
	float:left;
	width:100%;
}
.orthopaedics_text_wrapper h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 30px;
}
.orthopaedics_text_wrapper p {
    font-size: 16px;
	 font-weight: 300;
    line-height: 26px;
	margin-bottom: 30px;
}
.orthopaedics_text_wrapper .list_wrapper{
	margin:0;
	padding:0;
	list-style:none;
}
.orthopaedics_text_wrapper .list_wrapper li:first-child{
	padding-top: 0px;
}
.orthopaedics_text_wrapper .list_wrapper li{
    margin-bottom: 10px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.orthopaedics_text_wrapper .list_wrapper li i{
	float: left;
    font-size: 23px;
	color: #4cb3c4;
}
.orthopaedics_text_wrapper .list_wrapper li p{
	font-size: 16px;
    font-weight: 300;
    padding: 0px 0 0px 35px;
	margin-bottom:0;
}

/* about_orthopaedics_section end */


/* orthopaedics_procedures_section start */

.orthopaedics_procedures_section{
	float: left;
    width: 100%;
    background: #f7f7f7;
    padding-top: 35px;
    /*padding-bottom: 100px;*/
}
.orthopaedics_procedures_wrapper{
	float: left;
    width: 100%;
}
.orthopaedics_procedures_wrapper h2{
	font-size: 40px;
    line-height: 30px;
	margin-bottom: 30px;
}
.orthopaedics_icon_wrapper{
	float:left;
	width:100%;
	text-align:left;
	padding:20px 20px;
	margin-bottom:20px;
	background:#fff;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.orthopaedics_icon_wrapper p{
	margin-top: 5px;
	text-align:left;
}
.orthopaedics_icon_wrapper a{
	color: #111111;
}
.orthopaedics_icon_wrapper h4{
	text-align:left;
}
.orthopaedics_icon_img{
	float:left;
	width:100px;
	height:100px;
	line-height:100px;
	display:inline-block;
	font-size: 25px;
	color: #fff;
	text-align:center;
}
.orthopaedics_icon_img i:before{
    font-size: 40px;
    color: #fff;
    margin-left: 0;
}
.red{
	background: #e85b79;
}
.blue{
	background: #13bfb1;
}
.green{
	background: #4ddc90;
}
.orthopaedics_icon_wrapper:hover .icon_content_red h4 a{
	color: #e85b79;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.orthopaedics_icon_wrapper:hover .icon_content_blue h4 a{
	color: #4cb3c4;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.orthopaedics_icon_wrapper:hover .icon_content_green h4 a{
	color: #4ddc90;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.orthopaedics_icon_content{
	font-size: 20px;
    color: #111111;
	float:left;
	width:calc(100% - 100px);
	padding-left:30px;
	display:inline-block;
}
/*entry-meta*/

.orthopaedics_procedures_section .entry-meta {
	font-size: 11px;
	text-transform: capitalize;
	padding-bottom: 5px;
    margin-top: 5px;
}
.orthopaedics_procedures_section .entry-meta li {
	display: inline-block;
	padding-right: 5px;
	margin-right: 5px;
	position: relative;
}
.orthopaedics_procedures_section .entry-meta li:last-child {
	padding-right: 0;
	margin-right: 0;
}
.orthopaedics_procedures_section .entry-meta li::before {
  content: ".";
  position: absolute;
  right: -3px;
  bottom: 0;
}
.orthopaedics_procedures_section .entry-meta li:last-child::before {
  content: "";
}
.orthopaedics_procedures_section .entry-meta li a{
	color: #969595;
}
.orthopaedics_procedures_section .entry-meta li a:hover{
	color: #4cb3c4;
}

/* orthopaedics_procedures_section end */


/****************   Eye Care Department page    *******************/


/* eyecare_procedures_wrapper start */

.eyecare_procedures_wrapper{
	float: left;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}
.eyecare_procedures_wrapper .section_heading h2 {
    text-align: center;
    padding-bottom: 15px;
    position: relative;
    margin: 0 0 50px 0;
}
.eyecare_procedures_wrapper .section_heading h2:after {
    content: "";
    background: #4cb3c4;
    width: 60px;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -25px;
}
.main i:before{
	display:inline-block;
    font-size: 30px;
	color: #fff;
	margin-left:0;
	margin-bottom:30px;
	transform: rotate(-46deg);
}
.rotate{
	transform: rotate(45deg);
    margin: auto;
    display: block;
    width: 70px;
    height: 70px;
	line-height: 70px;
	background-color: #999999;
	border-radius: 5px;
	margin-bottom: 37px;
	margin-top: -55px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.main:hover .rotate{
    background-color: #4cb3c4;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.main{
    border: 1px solid rgb(226, 218, 218);
    padding: 20px;	
	margin-top: 50px;
	text-align:center;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.main:hover{
	border-color: #4cb3c4;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.main:hover h4 a{
	color: #4cb3c4;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.main h4{
	margin-bottom:30px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}

/* eyecare_procedures_wrapper end */


/* about_eyecare_section start */

.about_eyecare_section{
	float: left;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
	background:#f7f7f7;
}
.eyecare_text_wrapper {
	float:left;
	width:100%;
}
.eyecare_text_wrapper h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 30px;
}
.eyecare_text_wrapper p {
    font-size: 16px;
	 font-weight: 300;
    line-height: 26px;
	margin-bottom: 30px;
}
.eyecare_text_wrapper .list_wrapper{
	margin:0;
	padding:0;
	list-style:none;
}
.eyecare_text_wrapper .list_wrapper li:first-child{
	padding-top: 0px;
}
.eyecare_text_wrapper .list_wrapper li{
    margin-bottom: 10px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.eyecare_text_wrapper .list_wrapper li i{
	float: left;
    font-size: 23px;
	color: #4cb3c4;
}
.eyecare_text_wrapper .list_wrapper li p{
	font-size: 16px;
    font-weight: 300;
    padding: 0px 0 0px 35px;
	margin-bottom:0;
}
/* about_eyecare_section end */


/* eyecare_slider_section start */

.eyecare_slider_section{
	float: left;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
	background:#f7f7f7;
}

/* eyecare_slider_section end */


/* eyecare_appointment_form start */

.eyecare_appointment_form form {
	background-color: rgb(255, 255, 255);
  	padding: 20px;
}
.eyecare_form_bg {
	background: rgba(68, 68, 65, 0.77);
	padding: 20px;
}
.eyecare_appointment_form .form-control {	
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid #61615e;
	background: transparent;
	-webkit-transition: all 0.3s ease 0s;
   	-moz-transition: all 0.3s ease 0s;
   	-o-transition: all 0.3s ease 0s;
   	transition: all 0.3s ease 0s;
}
.eyecare_appointment_form .form-group {
	margin-bottom: 30px;
}
.eyecare_appointment_form textarea{
    resize: none;
}
.eyecare_appointment_form button.btn{
	display: block;
    background: #4cb3c4;
    border: 1px solid #4cb3c4;
    border-radius: 30px;
    color: #fff;
    padding: 10px 30px;
	margin: 30px 0px;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.eyecare_appointment_form .btn-blue.focus,
.eyecare_appointment_form .btn-blue:hover {
	color: #13bfb1;
    background-color: transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

/* eyecare_appointment_form end */


/* eyecare_timing_wrapper start */

.eyecare_timing_wrapper{
	 float: left;
    width: 100%;
    background: #85df88;
    height: 458px;
    padding: 0px 30px;
    padding-top: 40px;
}
.eyecare_timing_wrapper h4{
	color: #fff;
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
}
.eyecare_timing_wrapper .working-hours li {
    margin-bottom: 20px;
    color: #fff;
    font-size: 16px;
}
.eyecare_timing_wrapper .working-hours li .docters_name{
	 font-size: 16px;
}
.eyecare_timing_wrapper .working-hours li .docters_timing {
	float:right;
}

/* eyecare_appointment_form end */


/****************   ENT Department page    *******************/


/* ent_procedures_section start */

.ent_procedures_section{
	float: left;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}
.ent_procedures_wrapper{
	float: left;
    width: 100%;
}
.ent_procedures_wrapper h2{
	font-size: 30px;
    line-height: 30px;
}
.ent_icon_wrapper{
	float:left;
	width:100%;
	text-align:center;
	margin-top:40px;
	background:#fff;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.ent_icon_wrapper p{
	margin-top: 15px;
	text-align:left;
}
.ent_icon_wrapper a{
	color: #111111;
}
.ent_icon_wrapper h4{
	text-align:left;
}
.ent_icon_img{
	float: left;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 25px;
}
.ent_icon_img i:before{
    font-size: 40px;
    color: #fff;
    margin-left: 0;
}
.red{
	background: #e85b79;
}
.blue{
	background: #13bfb1;
}
.green{
	background: #4ddc90;
}
.ent_icon_content{
	font-size: 20px;
    color: #111111;
	float:left;
	width:calc(100% - 100px);
	padding-left:30px;
	display:inline-block;
}
/* ent_procedures_section end */


/* about_ENTCare_section start */

.about_ENTCare_section{
	float: left;
    width: 100%;
	padding-top: 100px;
    padding-bottom: 100px;
	background:#f7f7f7;
}
.about_ENTCare_section 
.appointment_form_section h4{
	color:#111;
}
.ENTCare_text_wrapper {
	float:left;
	width:100%;
}
.ENTCare_text_wrapper h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 30px;
}
.ENTCare_text_wrapper p {
    font-size: 16px;
	 font-weight: 300;
    line-height: 26px;
	margin-bottom: 30px;
}
.ENTCare_text_wrapper .list_wrapper{
	margin:0;
	padding:0;
	list-style:none;
}
.ENTCare_text_wrapper .list_wrapper li:first-child{
	padding-top: 0px;
}
.ENTCare_text_wrapper .list_wrapper li{
    margin-bottom: 10px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.ENTCare_text_wrapper .list_wrapper li i{
	float: left;
    font-size: 23px;
	color: #4cb3c4;
}
.ENTCare_text_wrapper .list_wrapper li p{
	font-size: 16px;
    font-weight: 300;
    padding: 0px 0 0px 35px;
	margin-bottom:0;
}

/* about_ENTCare_section end */


/* ent_timing_wrapper start */

.ent_timing_wrapper{
	float: left;
    width: 100%;
    background: #4cb3c4;
    height: 470px;
    padding: 0px 30px;
    padding-top: 35px;
}
.ent_timing_wrapper h4{
	color: #fff;
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
}
.ent_timing_wrapper .working-hours li {
    margin-bottom: 20px;
    color: #fff;
    font-size: 14px;
}
.ent_timing_wrapper .working-hours li .docters_name{
	 font-size: 16px;
}
.ent_timing_wrapper .working-hours li .docters_timing {
	float:right;
}

/* ent_timing_wrapper end */


/****************   Cardiology Department page    *******************/


/* cardiology_services_section start */

.cardiology_services_section{
	float: left;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}
.cardiology_services_section .section_heading h2 {
    text-align: center;
    padding-bottom: 15px;
    position: relative;
    margin: 0 0 50px 0;
}
.cardiology_services_section .section_heading h2:after {
    content: "";
    background: #4cb3c4;
    width: 60px;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -25px;
}
.cardiology_services_section .main i:before{
	display:inline-block;
    font-size: 30px;
	color: #fff;
	margin-left:0;
	margin-bottom:30px;
	transform: rotate(-46deg);
}
.cardiology_services_section .rotate{
	transform: rotate(45deg);
    margin: auto;
    display: block;
    width: 70px;
    height: 70px;
	line-height: 70px;
	background-color: #999999;
	border-radius: 5px;
	margin-bottom: 37px;
	margin-top: -55px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.cardiology_services_section .main:hover .rotate{
    background-color: #4cb3c4;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.cardiology_services_section .main{
    border: 1px solid rgb(226, 218, 218);
    padding: 20px;	
	margin-bottom: 50px;
	text-align:center;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.cardiology_services_section .main:hover{
	border-color: #4cb3c4;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.cardiology_services_section .main:hover h4 a{
	color: #4cb3c4;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.cardiology_services_section .main h4{
	margin-bottom:30px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}

/* cardiology_services_section end */


/* about_cardiology_section start */

.about_cardiology_section{
    float: left;
    width: 100%;
    background: #f7f7f7;
    padding-top: 100px;
    padding-bottom: 100px;
}
.cardiology_text_wrapper {
	float:left;
	width:100%;
}
.cardiology_text_wrapper h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 30px;
}
.cardiology_text_wrapper p {
    font-size: 16px;
	 font-weight: 300;
    line-height: 26px;
	margin-bottom: 30px;
}
.cardiology_text_wrapper .list_wrapper{
	margin:0;
	padding:0;
	list-style:none;
}
.cardiology_text_wrapper .list_wrapper li:first-child{
	padding-top: 0px;
}
.cardiology_text_wrapper .list_wrapper li{
    margin-bottom: 10px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.cardiology_text_wrapper .list_wrapper li i{
	float: left;
    font-size: 23px;
	color: #4cb3c4;
}
.cardiology_text_wrapper .list_wrapper li p{
	font-size: 16px;
    font-weight: 300;
    padding: 0px 0 0px 35px;
	margin-bottom:0;
}

/* about_cardiology_section end */


/* cardiology_procedure_section start */

.cardiology_procedure_section{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
}
.cardiology_procedure_section .section_heading h2 {
    text-align: center;
    padding-bottom: 15px;
    position: relative;
    margin: 0 0 50px 0;
}
.cardiology_procedure_section .section_heading h2:after {
    content: "";
    background: #4cb3c4;
    width: 60px;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -25px;
}
.procedure_wrapper{
	float: left;
    width: 100%;
    padding: 30px;
    text-align: center;
}
.procedure_wrapper i{
	background: #fff;
    border-radius: 50%;
    text-align: center;
    width: 100px;
    height: 100px;
    line-height: 108px;
    margin-bottom: 34px;
}
.procedure_wrapper i {
    display: inline-block;
}
.procedure_wrapper i:before {
    font-size: 40px;
    margin-left: 0;
}
.blue_wrapper i:before {
    color: #43b9f6;	
}
.pink_wrapper i:before {
    color: #ff5e6b;	
}
.green_wrapper i:before {
    color: #85df88;	
}
.procedure_wrapper h4{
	color: #fff;
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    text-transform: uppercase;
}
.procedure_wrapper p{
	color: #fff;
    font-size: 16px;
    line-height: 26px;
}
.blue_wrapper{
	background: #43b9f6;	
}
.pink_wrapper{
	background: #ff5e6b;
}
.green_wrapper{
	background: #85df88;	
}

/* cardiology_procedure_section end */


/****************   Laparoscopic Department page    *******************/


/* about_laparoscopic_section start */

.about_laparoscopic_section{
    float: left;
    width: 100%;
    background: #f7f7f7;
    padding-top: 100px;
    padding-bottom: 100px;
}
.laparoscopic_text_wrapper {
	float:left;
	width:100%;
}
.laparoscopic_text_wrapper img{
	margin-bottom:30px;
}
.laparoscopic_text_wrapper h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 30px;
}
.laparoscopic_text_wrapper p {
    font-size: 16px;
	 font-weight: 300;
    line-height: 26px;
	margin-bottom: 30px;
}

/* about_laparoscopic_section end */


/* laparoscopic_procedures_wrapper start */

.laparoscopic_procedures_wrapper{
	width: 100%;
    float: left;
    background-image: url(../images/laparoscopic/produre_bg.jpg);
    height: 100%;
    background-position: center 0;
    background-size: cover;
    position: relative;
    padding-bottom: 0px;
    padding-top: 40px; /*100px;*/
}
.laparoscopic_procedures_overlay{
	position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    background: #f7f7f7
}
.laparoscopic_procedures_wrapper .section_heading h2 {
    text-align: left;
	color:#000000;
    padding-bottom: 15px;
    position: relative;
    /*margin: 0 0 50px 0;*/
}
.laparoscopic_procedures_wrapper .section_heading h2:after {
    content: "";
    background: #4cb3c4;
    width: 60px;
    height: 2px;
    /*position: absolute;*/
    left: 50%;
    bottom: 0;
    margin-left: -25px;
}
/*entry-meta*/

.laparoscopic_procedures_wrapper .thumbnail .caption .entry-meta {
	font-size: 11px;
	text-transform: capitalize;
	padding-bottom: 10px;
    margin-top: -10px;
}
.laparoscopic_procedures_wrapper .thumbnail .caption .entry-meta li {
	display: inline-block;
	padding-right: 5px;
	margin-right: 5px;
	position: relative;
}
.laparoscopic_procedures_wrapper .thumbnail .caption .entry-meta li:last-child {
	padding-right: 0;
	margin-right: 0;
}
.laparoscopic_procedures_wrapper .thumbnail .caption .entry-meta li::before {
  content: ".";
  position: absolute;
  right: -3px;
  bottom: 0;
}
.laparoscopic_procedures_wrapper .thumbnail .caption .entry-meta li:last-child::before {
  content: "";
}
.laparoscopic_procedures_wrapper .thumbnail .caption .entry-meta li a{
	color: #969595;
}
.laparoscopic_procedures_wrapper .thumbnail .caption .entry-meta li a:hover{
	color: #4cb3c4;
}
.laparoscopic_procedures_slider{
	float:left;
	width:100%;
}
.laparoscopic_procedures_slider .item {
	width:100%;
}
.laparoscopic_procedures_slider .owl-theme .owl-dots .owl-dot {
  display:none;
}
.laparoscopic_procedures_slider .owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.laparoscopic_procedures_slider .owl-prev{
	position: absolute;
    left: -0px;
    top: 150px;
}
.laparoscopic_procedures_slider .owl-next{
	position: absolute;
    right: 0px;
    top: 150px;
}
.laparoscopic_procedures_slider .owl-theme .owl-nav .owl-next:hover{
	background:#4cb3c4;
	color:#fff;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.laparoscopic_procedures_slider .owl-theme .owl-nav .owl-prev:hover{
	background:#4cb3c4;
	color:#fff;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.laparoscopic_procedures_slider .owl-theme .owl-nav .owl-prev,
.laparoscopic_procedures_slider .owl-theme .owl-nav .owl-next{
	background: none repeat scroll 0 0 rgba(240, 240, 240, 0.8);
    border-radius: 0;
    margin: 0;
    height: 45px;
    line-height: 37px;
    width: 40px;
    font-size: 20px;
    color: #999;
}
.laparoscopic_procedures_wrapper .thumbnail {
	padding: 0;
	margin-bottom: 0;
	line-height: 24px;
	border-radius: 0;
	border: 0;
}

@media (max-width: 991px) { 
	.laparoscopic_procedures_wrapper .thumbnail {
		margin-bottom: 30px;
	}
}
.laparoscopic_procedures_wrapper .thumbnail img {
	width: 100%;
}
.laparoscopic_procedures_wrapper .thumbnail .caption {
  padding: 30px;
  color: #999999;
}
.laparoscopic_procedures_wrapper .thumbnail .caption h4 {
	text-transform: capitalize;
	margin: 0 0 10px;
}
.laparoscopic_procedures_wrapper .thumbnail .caption h4 a{
	color: #111111;
}
.laparoscopic_procedures_wrapper .thumbnail:hover .caption h4 a{
	color: #4cb3c4;
}
.laparoscopic_procedures_wrapper .thumbnail .caption p{
	margin: 0;
}

/* laparoscopic_procedures_wrapper end */


/* laparoscopic_team_wrapper start */

.laparoscopic_team_wrapper{
	 float: left;
    width: 100%;
    background-image: url(../images/laparoscopic/team_bg.jpg);
    height: 100%;
    background-position: center 0;
    background-size: cover;
    position: relative;
    padding-bottom: 100px;
    padding-top: 100px;
}
.laparoscopic_team_overlay{
	position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    background: #08080a;
    opacity: 0.9;
}
.laparoscopic_team_wrapper .section_heading h2 {
    text-align: center;
	color:#fff;
    padding-bottom: 15px;
    position: relative;
    margin: 0 0 50px 0;
}
.laparoscopic_team_wrapper .section_heading h2:after {
    content: "";
    background: #4cb3c4;
    width: 60px;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -25px;
}
.laparoscopic_team_slider{
	float:left;
	width:100%;
}
.laparoscopic_team_slider .item {
	width:100%;
}
.laparoscopic_team_slider .owl-theme .owl-dots .owl-dots {
    text-align: center;
    margin-top: 10px;
}
.laparoscopic_team_slider  .owl-theme .owl-dots .owl-dot span {
    background:transparent;
    border: 2px solid #eeeeee;
    border-radius: 50%;
    display: block;
    height: 12px;
    margin: 5px 3px;
    opacity: 0.8;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 12px;
	border-color: #4cb3c4;
}
.laparoscopic_team_slider .owl-theme .owl-dots .owl-dot.active span, 
.laparoscopic_team_slider .owl-theme .owl-dots .owl-dot:hover span{
	background: #4cb3c4;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.laparoscopic_team_slider .owl-theme .owl-nav {
        margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.laparoscopic_team_slider .owl-prev{
	position: absolute;
    left: 0px;
    top: 150px;
}
.laparoscopic_team_slider .owl-next{
	position: absolute;
    right: 0px;
    top: 150px;
}
.laparoscopic_team_slider .owl-theme .owl-nav .owl-next:hover{
	background:#4cb3c4;
	color:#fff;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.laparoscopic_team_slider .owl-theme .owl-nav .owl-prev:hover{
	background:#4cb3c4;
	color:#fff;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.laparoscopic_team_slider .department_team_members {
    text-align: center;
}
.laparoscopic_team_slider .owl-theme .owl-nav .owl-prev,
.laparoscopic_team_slider .owl-theme .owl-nav .owl-next{
	background: none repeat scroll 0 0 rgba(240, 240, 240, 0.8);
    border-radius: 0;
    margin: 0;
	height:45px;
	line-height:38px;
	width:30px;
    font-size: 18px;
	color:#999;
}

/* laparoscopic_team_wrapper start */


/* laparoscopic_appointment_section start */

.laparoscopic_appointment_section{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
	background:#f7f7f7;
}
.laparoscopic_appointment_section
.appointment_form_section h4{
	color:#111;
}

/* laparoscopic_appointment_section end */


/****************   Bariatric Department page    *******************/


/* about_bariatric_section start */

.about_bariatric_section{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
}
.bariatric_text_wrapper {
	float:left;
	width:100%;
}
.bariatric_text_wrapper h2 {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 30px;
}
.bariatric_text_wrapper p {
    font-size: 16px;
	 font-weight: 300;
    line-height: 26px;
	margin-bottom: 30px;
}
.bariatric_text_wrapper .list_wrapper{
	margin:0;
	padding:0;
	list-style:none;
}
.bariatric_text_wrapper .list_wrapper li:first-child{
	padding-top: 0px;
}
.bariatric_text_wrapper .list_wrapper li{
    margin-bottom: 10px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.bariatric_text_wrapper .list_wrapper li i{
	float: left;
    font-size: 23px;
	color: #4cb3c4;
}
.bariatric_text_wrapper .list_wrapper li p{
	font-size: 16px;
    font-weight: 300;
    padding: 0px 0 0px 35px;
	margin-bottom:0;
}
.about_bariatric_video{
	float:left;
	width:100%;
}
.about_bariatric_video .play-trigger {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin-left: -30px;
	margin-top: -30px;
	border: 0;
	color: #4cb3c4;
	background: #fff;
	font-size: 20px;
	line-height: 60px;
	text-align: center;
	-webkit-transition      : all 0.3s ease 0s;
	-moz-transition      : all 0.3s ease 0s;
	-o-transition      : all 0.3s ease 0s;
	transition      : all 0.3s ease 0s;
}
.about_bariatric_video .play-trigger:hover {
  color: #fff;
  background: #4cb3c4;
}
.about_bariatric_video .play-trigger i {
	margin-left: 5px;
}

/* about_bariatric_section start */


/* bariatric_procedure_section start */

.bariatric_procedure_section{
	width: 100%;
    float: left;
    background-image: url(../images/bariatric/produre_bg.jpg);
    height: 100%;
    background-position: center 0;
    background-size: cover;
    position: relative;
    padding-bottom: 100px;
    padding-top: 100px;
}
.bariatric_procedure_section .section_heading h2 {
    text-align: center;
    padding-bottom: 15px;
    position: relative;
    margin: 0 0 50px 0;
	color:#fff;
}
.bariatric_procedure_section .section_heading h2:after {
    content: "";
    background: #4cb3c4;
    width: 60px;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -25px;
}
.bariatric_procedure_section .section_heading .border {
    color: rgba(255, 255, 255, 0.40);
}
.bariatric_procedure_overlay {
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    background: #08080a;
    opacity: 0.9;
}
.bariatric_procedure_wrapper i{
    background: #4cb3c4;
    border-radius: 50%;
    text-align: center;
    width: 120px;
	height:120px;
	line-height:120px;
	margin-bottom:34px;
}
.bariatric_procedure_wrapper i:before{
	font-size: 40px;
	margin-left:0;
	color:#fff;
} 
.bariatric_procedure_wrapper{
	 padding: 54px 20px;
	 margin-bottom:50px;
	 text-align:center;
	 position:relative;
	 background:#fff;
	 -webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.bariatric_procedure_wrapper i{
	display:inline-block;
}
.bariatric_procedure_wrapper h4{
	margin-bottom:30px;
	text-transform: capitalize;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.bariatric_procedure_wrapper h4 a{
	color: #111;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.bariatric_procedure_wrapper p{
	color: #999;
	padding: 0px 30px;
}

/*bariatric_procedure_section end*/


/* bariatric_appointment_form start */

.bariatric_appointment_form form {
	background-color: rgb(255, 255, 255);
  	padding: 20px;
}
.bariatric_form_bg {
	background: rgba(68, 68, 65, 0.77);
	padding: 20px;
}
.bariatric_appointment_form .form-control {	
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid #61615e;
	background: transparent;
	-webkit-transition: all 0.3s ease 0s;
   	-moz-transition: all 0.3s ease 0s;
   	-o-transition: all 0.3s ease 0s;
   	transition: all 0.3s ease 0s;
}
.bariatric_appointment_form .form-group {
	margin-bottom: 30px;
}
.bariatric_appointment_form textarea{
    resize: none;
}
.bariatric_appointment_form button.btn{
	display: block;
    background: #4cb3c4;
    border: 1px solid #4cb3c4;
    border-radius: 30px;
    color: #fff;
    padding: 10px 30px;
	margin: 30px 0px;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.bariatric_appointment_form .btn-blue.focus,
.bariatric_appointment_form .btn-blue:hover {
	color: #13bfb1;
    background-color: transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

/* bariatric_appointment_form end */


/* bariatric_timing_wrapper start */

.bariatric_timing_wrapper {
    float: left;
    width: 100%;
    background: #4cb3c4;
    height: 527px;
    padding: 0px 30px;
    padding-top: 40px;
}
.bariatric_timing_wrapper h4{
	color: #fff;
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
}
.bariatric_timing_wrapper .working-hours li {
    margin-bottom: 20px;
    color: #fff;
    font-size: 16px;
}
.bariatric_timing_wrapper .working-hours li .docters_name{
	 font-size: 16px;
}
.bariatric_timing_wrapper .working-hours li .docters_timing {
	float:right;
}

/* bariatric_timing_wrapper start */


/****************   Neurology Department page    *******************/


/* about_neurology_section start*/

.about_neurology_section {
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
}
.about_neurology_section .section_heading h2 {
	color:#111;
    text-align: center;
    padding-bottom: 15px;
    position: relative;
    margin: 0 0 50px 0;
}
.about_neurology_section .section_heading h2:after {
    content: "";
    background: #4cb3c4;
    width: 60px;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -25px;
} 
.neurology_text_wrapper, .neurology_image_wrapper {
	float:left;
	width:100%;
}
.neurology_text_wrapper{
	margin-bottom:45px;
}
.neurology_image_wrapper {
	margin-bottom:60px;
}
.neurology_text_wrapper h2{
	font-size:36px;
	margin-bottom:30px;
}
.neurology_text_wrapper p{
	text-align:center;
}
.neurology_infobox_wrapper h4{
	font-size:20px;
	font-weight:500;
	margin-bottom:15px;
}
.neurology_infobox_wrapper{
	float:left;
	width:100%;
	padding: 0px 30px;
}

/* about_neurology_section end*/


/* neurology_procedure_section start */

.neurology_procedure_section {
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
	background: url(../images/neurology/neurology_bg.jpg) no-repeat center center #0D1217;
	background-size: cover;
}
.neurology_procedure_section .section_heading h2 {
	color:#fff;
    text-align: center;
    padding-bottom: 15px;
    position: relative;
    margin: 0 0 50px 0;
}
.neurology_procedure_section .section_heading h2:after {
    content: "";
    background: #4cb3c4;
    width: 60px;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -25px;
} 
.neurology_procedure_section .thumbnail {
	padding: 0;
	margin-bottom: 0;
	line-height: 24px;
	border-radius: 0;
	border: 0;
}
@media (max-width: 991px) { 
	.neurology_procedure_section .thumbnail {
		margin-bottom: 30px;
	}
}
.neurology_procedure_section .thumbnail img {
	width: 100%;
}
.neurology_procedure_section .thumbnail .caption {
  padding: 30px;
  color: #969595;
}
.neurology_procedure_section .thumbnail .caption h4 {
	text-transform: capitalize;
	margin: 0 0 15px;
}
.neurology_procedure_section .thumbnail .caption h4 a{
	color: #111111;
}
.neurology_procedure_section .thumbnail:hover .caption h4 a{
	color: #4cb3c4;
}
.neurology_procedure_section .thumbnail .caption p{
	margin: 0;
}

/*neurology_procedure_section end*/


/* neurology_appointment_section start */

.neurology_appointment_section{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
	background:#f7f7f7;
}
.neurology_appointment_section
.appointment_form_section h4{
	color:#111;
}

/* neurology_appointment_section end */


/* neurology_team_wrapper start */

.neurology_team_wrapper{
	 float: left;
    width: 100%;
    background-image: url(../images/laparoscopic/team_bg.jpg);
    height: 100%;
    background-position: center 0;
    background-size: cover;
    position: relative;
    padding-bottom: 100px;
    padding-top: 100px;
}
.neurology_team_overlay{
	position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    background: #08080a;
    opacity: 0.9;
}
.neurology_team_wrapper .section_heading h2 {
    text-align: center;
	color:#fff;
    padding-bottom: 15px;
    position: relative;
    margin: 0 0 50px 0;
}
.neurology_team_wrapper .section_heading h2:after {
    content: "";
    background: #4cb3c4;
    width: 60px;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -25px;
}
.neurology_team_slider{
	float:left;
	width:100%;
}
.neurology_team_slider .item {
	width:100%;
}
.neurology_team_slider .owl-theme .owl-dots .owl-dots {
    text-align: center;
    margin-top: 10px;
}
.neurology_team_slider  .owl-theme .owl-dots .owl-dot span {
    background:transparent;
    border: 2px solid #eeeeee;
    border-radius: 50%;
    display: block;
    height: 12px;
    margin: 5px 3px;
    opacity: 0.8;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 12px;
	border-color: #4cb3c4;
}
.neurology_team_slider .owl-theme .owl-dots .owl-dot.active span, 
.neurology_team_slider .owl-theme .owl-dots .owl-dot:hover span{
	background: #4cb3c4;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.neurology_team_slider .owl-theme .owl-nav {
        margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.neurology_team_slider .owl-prev{
	position: absolute;
    left: 0px;
    top: 150px;
}
.neurology_team_slider .owl-next{
	position: absolute;
    right: 0px;
    top: 150px;
}
.neurology_team_slider .owl-theme .owl-nav .owl-next:hover{
	background:#4cb3c4;
	color:#fff;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.neurology_team_slider .owl-theme .owl-nav .owl-prev:hover{
	background:#4cb3c4;
	color:#fff;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.neurology_team_slider .department_team_members {
    text-align: center;
}
.neurology_team_slider .owl-theme .owl-nav .owl-prev,
.neurology_team_slider .owl-theme .owl-nav .owl-next{
	background: none repeat scroll 0 0 rgba(240, 240, 240, 0.8);
    border-radius: 0;
    margin: 0;
	height:45px;
	line-height:38px;
	width:30px;
    font-size: 18px;
	color:#999;
}

/* neurology_team_wrapper start */


/* media  query css for ipad */

@media(min-width: 991px)and (max-width: 1200px){
	
	.navbar-nav>li {
		margin-right: 40px;
	}
	.main_menu_wrapper {
		text-align: center;
	}
	.main_menu_wrapper .lv_btn {
		padding-left: 30px;
	}
	.lv_search_box {
		right: 0;
	}
	.navbar-default {
		display: inline-block;
	}
	#sidebar {
		text-align: left;
	}
	.navbar-nav>li {
		margin-right: 40px;
	}
	.slider_area .carousel-inner .item{
		/* height: 900px; */
	}
	.slider_area .carousel-inner .item .carousel-caption {
		top: 30%;
	}
	.slider_area .carousel-control {
		top: 40%;
	}	
	.slider_area:hover .carousel-control.carousel-control-prev {
		left: 2%;
	}
	.slider_area:hover .carousel-control.carousel-control-next {
		right: 2%;
	}
	.slider_area .carousel-inner .item .carousel-caption .slider_content h3{
		font-size:27px;
	}
	.slider_area .carousel-inner .item .carousel-caption .slider_content h2{
		font-size:33px;
	}
	.slider_area .carousel-inner .item .carousel-caption .slider_content p {
		font-size: 16px;
		padding-right: 35px;
	}
	.speciality_slider_wrapper .owl-theme .owl-nav {
		top: -36%;
	}
	.team_slider_wrapper .owl-theme .owl-nav {
		top: -25%;
	}
	.icon_section h4 {
		font-size: 16px;
	}
	.icon_section p  {
		font-size: 13px;
	}
	.appointment_wrapper {
		padding-top: 70px;
		height: 370px;
	}
	.department_image_slider{
		margin-bottom:40px;
	}
	.ENTCare_text_wrapper {
		margin-bottom:40px;
	}
	.ent_timing_wrapper {
		height: 491px;
		padding-top: 35px;
	}
	.procedure_wrapper p {
		font-size: 14px;
	}

}


@media(min-width: 768px) and (max-width: 991px) {
	
	.navbar-nav>li {
		margin-right: 40px;
	}
	.navbar-nav>li>a {
		font-size: 13px !important;
	}
	.navbar-nav>li {
		margin-right: 16px;
	}
	.main_menu_wrapper {
		text-align: center;
	}
	.main_menu_wrapper .lv_btn {
		padding-left: 30px;
	}
	.lv_search_box {
		right: 0;
	}
	.navbar-default {
		display: inline-block;
	}
	#sidebar {
		text-align: left;
	}
	.navbar-toggle {
		right: 0px;
	}
	.logo_img {
		float: none;
		text-align: center;
		margin-bottom:30px;
	}
	.logo_img img {
		display:inline-block;
	}
	.slider_area .carousel-inner .item{
		/* height: 700px; */
	}
	.slider_area .carousel-inner .item .carousel-caption {
		top: 27%;
	}
	.slider_area .carousel-control{
		top: 44%;
	}
	.slider_area:hover .carousel-control.carousel-control-prev {
		left: 3%;
	}
	.slider_area:hover .carousel-control.carousel-control-next {
		right: 3%;
	}
	.slider_area .carousel-inner .item .carousel-caption .slider_content h3{
		font-size:24px;
	}
	.slider_area .carousel-inner .item .carousel-caption .slider_content h2{
		font-size:27px;
	}
	.team_slider_wrapper .owl-theme .owl-nav {
		top: -110px;
	}
	.slider_main_wrapper {
		margin-top: 30px;
	}
	.speciality_slider_wrapper .owl-theme .owl-nav {
		top: -40%;
	}
	.footer_widget {
		float: none;
		margin-bottom: 50px;
	}
	.callout_content h2 {
		font-size: 24px;
	}
	.client_section_slider .owl-theme .owl-nav {
		top: -15%;
	}
	.client_img{
		margin-bottom: 30px;
	}
	.pricing_section .pricing-table-default .btn {
		margin: 31px 0px 31px 0px;
	}
	.appointment_wrapper h4 {
		font-size: 16px;
	}
	.appointment_wrapper p {
		font-size: 14px;
	}
	.appointment_wrapper .phone {
		font-size: 20px;
	}
	.working-hours li {
		font-size: 14px;
	}
	.appointment_wrapper .working-hours li span {
		float: none; 
	}
	.appointment_wrapper {
		padding-top: 50px;
		height: 390px;
	}
	.appointment_timing_wrapper {
		height: 720px;
		padding-top: 45px;
	}
	.appointment_timing_wrapper .working-hours li .docters_name {
		float: left;
		width: 100%;
		margin-bottom: 5px;
	}
	.appointment_timing_wrapper .working-hours li .docters_timing {
		float: none;
	}
	.bariatric_timing_wrapper {
		height: 720px;
		padding-top: 45px;
	}
	.bariatric_timing_wrapper .working-hours li .docters_name {
		float: left;
		width: 100%;
		margin-bottom: 5px;
	}
	.bariatric_timing_wrapper .working-hours li .docters_timing {
		float: none;
	}
	.accordion_wrapper{
		margin-top: 40px;
	}
	.about_image_wrapper {
		margin-top: 40px;
	}
	.department_image_slider{
		margin-bottom:40px;
	}
	.benefits_accordion_wrapper{
		margin-top:40px;
	}
	.orthopaedics_procedures_wrapper{
		margin-bottom:40px;
	}
	.main {
		margin-bottom:40px;
	}
	.ent_procedures_wrapper {
		margin-bottom:40px;
	}
	.ENTCare_text_wrapper {
		margin-bottom:40px;
	}
	.ent_benefits_wrappe{
		margin:0;
	}
	.procedure_wrapper h4 {
		font-size: 16px;
	}
	.procedure_wrapper p {
		font-size: 14px;
	}	
	.about_bariatric_video{
		margin-bottom:40px;
	}
	.laparoscopic_procedures_slider .owl-prev {
		top: 80px;
	}
	.laparoscopic_procedures_slider .owl-next {
		top: 80px;
	}
	.neurology_infobox_wrapper{
		margin-bottom:40px;
	}
}

/* media query css for ipad end */


/* media query css for mobile */

@media(max-width: 767px){
	
	.header_contact_wrapper .logo_img {
		display:none;
	}
	.lv_search_bar {
		padding: 31px 50px;
		margin-right: 40px;
	}
	.lv_btn {
		display:none;
	}
	.lv_search_box {
		right: 45px;
	} 
	.main_menu_wrapper .logo_img{
		float: left;
		margin-top: 20px;
	}
	.page_header {
		text-align: right;
	}
	.sub_title_section {
		float: none;
		display: inline-block;
	}
	.slider_area .carousel-inner .item{
		/* height: 700px; */
	}
	.slider_area .carousel-inner .item .carousel-caption{
		top: 30%;
	}
	.slider_area .carousel-control{
		top: 44%;
	}
	.slider_content {
		text-align:center;
	}
	.slider_area .carousel-control.carousel-control-next{
		right: -11%;
	}
	.slider_area .carousel-control.carousel-control-prev{
		left: -11%;
	}
	.slider_area:hover .carousel-control.carousel-control-prev{
		left: 1%;
	}
	.slider_area:hover .carousel-control.carousel-control-next{
		right: 2%;
	}
	.slider_area .carousel-inner .item .carousel-caption .slider_content h3{
		font-size:20px;
	}
	.slider_area .carousel-inner .item .carousel-caption .slider_content h2{
		font-size:24px;
	}
	.slider_area .carousel-inner .item .carousel-caption .slider_content p {
		font-size: 16px;
	}
	.image_wrapper{
		margin-top:50px;
	}
	.speciality_slider_wrapper .owl-theme .owl-nav {
		top: -107px;
	}
	.team_slider_wrapper .owl-theme .owl-nav{
		top: -107px;
	}
	#quote-carousel .carousel-indicators {
		bottom: -76px;
	}
	.testimonial_info .carousel-inner	p {
		 font-size: 24px;
	}
	.client_section_slider .owl-theme .owl-nav {
	   top: -8%;
	}
	.client_img{
		margin-bottom: 30px;
	}
	.footer_widget {
		margin-bottom:30px;
	}
	.callout_content h2 {
		font-size: 28px;
	}
	.about_image_wrapper{
		margin-top:40px;
	}
	.accordion_wrapper{
		margin-top:50px;
	}
	.count-description{
		margin-bottom:60px;
	}
	.call_to_action .callout_wrap {
		text-align: center;
	}
	.call_to_action .callout_content,
	.call_to_action .callout_button {
		    float: left;
			width: 100%;
		display: inline-block;
	}
	.call_to_action .callout_content{
		text-align: unset;
	}
	.call_to_action .callout_button {
		text-align: unset;
		margin-top: 5px;
	}
	.contact_form_section{
		margin-top: 40px;
	}
	.appointment_wrapper {
		padding: 40px;
		height: auto;
		margin-bottom:40px;
	}
	.owl-theme .owl-dots .owl-dot {
		display:none;
	}
	.gynaecology_image_slider{
		margin-bottom:40px;
	}
	.benefits_accordion_wrapper{
		margin-top:40px;
	}
	.appointment_timing_wrapper {
		margin-top: 40px;
	}
	.department_image_slider{
		margin-bottom:40px;
	}
	.orthopaedics_procedures_wrapper{
		margin-bottom:40px;
	}
	.main {
		margin-bottom:40px;
	}
	.ent_procedures_wrapper {
		margin-bottom:40px;
	}
	.ent_timing_wrapper{
		margin-top:40px;
	}
	.ENTCare_text_wrapper {
		margin-bottom:40px;
	}
	.procedure_wrapper{
		margin-bottom:40px;
	}
	.procedure_wrapper p {
		font-size: 15px;
	}
	.laparoscopic_team_slider .owl-theme .owl-nav .owl-prev, .laparoscopic_team_slider .owl-theme .owl-nav .owl-next{
		position: relative;
		left: 0px;
		top: 0px;
	}
	.laparoscopic_team_slider .owl-theme .owl-nav .owl-prev{
		left: -20px;
	}
	.neurology_team_slider .owl-theme .owl-nav .owl-prev, .neurology_team_slider .owl-theme .owl-nav .owl-next{
		position: relative;
		left: 0px;
		top: 0px;
	}
	.neurology_team_slider .owl-theme .owl-nav .owl-prev{
		left: -20px;
	}
	.about_bariatric_video{
		margin-bottom:40px;
	}
	.laparoscopic_procedures_slider .owl-theme .owl-nav .owl-prev {
		position: relative;
		left: 0px;
		top: 0px;
	}
	.laparoscopic_procedures_slider .owl-theme .owl-nav .owl-next {
		position: relative;
		left: 0px;
		top: 0px;
	}
	.laparoscopic_procedures_slider .owl-theme .owl-nav .owl-prev {
		left: -20px;
	}
	.bariatric_timing_wrapper{
		margin-top:40px;
	}
	.neurology_infobox_wrapper{
		margin-bottom:40px;
	}	

}

@media only screen and (max-width : 480px) {
	
	.section_heading h2 {
		font-size: 25px;
	}
	.speciality_videos_section .section_heading h2,
	.team_section .section_heading h2{
		font-size: 24px;
	}
	.slider_area .carousel-inner .item{
		/* height: 500px; */
	}
	.slider_area .carousel-inner .item .carousel-caption{
		top: 24%;
	}
	.slider_area .carousel-control{
		 top: 48%;
	}
	.slider_area .carousel-inner .item .carousel-caption .slider_content h3{
		font-size:14px;
	}
	.slider_area .carousel-inner .item .carousel-caption .slider_content h2{
		font-size:15px;
	}
	.slider_area .carousel-inner .item .carousel-caption .slider_content p {
		font-size: 14px;
	}
	.slider_area .carousel-control.carousel-control-next{
		right: -16%;
	}
	.slider_area .carousel-control.carousel-control-prev{
		left: -16%;
	}
	.slider_area:hover .carousel-control.carousel-control-prev{
		left: 2%;
	}
	.slider_area:hover .carousel-control.carousel-control-next{
		right: 2%;
	}
	.callout_content h2 {
		font-size: 18px;
		line-height: 30px;
	}
	.appointment_timing_wrapper {
		height: 720px;
		padding-top: 45px;
	}
	.appointment_timing_wrapper .working-hours li .docters_timing {
		float: none;
	}
	.appointment_timing_wrapper .working-hours li .docters_name {
		float: left;
		width: 100%;
		margin-bottom: 5px;
	}
	.eyecare_timing_wrapper{
		 height: 672px;
		padding-top: 40px;
	}
	.eyecare_timing_wrapper .working-hours li .docters_timing {
		float: none;
	}
	.eyecare_timing_wrapper .working-hours li .docters_name {
		float: left;
		width: 100%;
		margin-bottom: 5px;
	}
	.ent_timing_wrapper{
		height: 720px;
		padding-top: 40px;
	}
	.ent_timing_wrapper .working-hours li .docters_timing {
		float: none;
	}
	.ent_timing_wrapper .working-hours li .docters_name {
		float: left;
		width: 100%;
		margin-bottom: 5px;
	}
	.bariatric_timing_wrapper{
		height: 720px;
		padding-top: 40px;
	}
	.bariatric_timing_wrapper .working-hours li .docters_timing {
		float: none;
	}
	.bariatric_timing_wrapper .working-hours li .docters_name {
		float: left;
		width: 100%;
		margin-bottom: 5px;
	}
	.department_icon_content h4 {
		font-size: 20px;
	}

}

@media only screen and (max-width : 390px) {
	
	.section_heading h2 {
		font-size: 24px;
	}
	.speciality_videos_section .section_heading h2,
	.team_section .section_heading h2{
		font-size: 18px;
	}
	.accordion_wrapper .panel .panel-heading a,
	.accordion_wrapper .panel-group .panel-heading+.panel-collapse>
	.panel-body p{
		font-size: 14px;
	}
	.slider_area .carousel-inner .item .carousel-caption{
		top: 24%;
	}
	.slider_area .carousel-control {
		top: 52%;
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	.slider_area .carousel-inner .item .carousel-caption .slider_content h3{
		font-size:12px;
	}
	.slider_area .carousel-inner .item .carousel-caption .slider_content h2{
		font-size:13px;
	}
	.slider_area .carousel-inner .item .carousel-caption .slider_content p {
		font-size: 13px;
	}
	.department_header .sub_title li {
		font-size: 15px;
	}
	.department_header .sub_title i{
		padding: 0px 6px;
	}
	.appointment_timing_wrapper {
		height: 720px;
		padding-top: 45px;
	}
	.eyecare_slider_section .appointment_timing_wrapper{
		height: 672px;
		padding-top: 40px;
	}
	.eyecare_slider_section .appointment_timing_wrapper{
		height: 672px;
		padding-top: 40px;
	}
	.appointment_timing_wrapper .working-hours li .docters_timing {
		float: none;
	}
	.appointment_timing_wrapper .working-hours li .docters_name {
		float: left;
		width: 100%;
		margin-bottom: 5px;
	}
	.bariatric_timing_wrapper{
		height: 720px;
		padding-top: 40px;
	}
	.bariatric_timing_wrapper .working-hours li .docters_timing {
		float: none;
	}
	.bariatric_timing_wrapper .working-hours li .docters_name {
		float: left;
		width: 100%;
		margin-bottom: 5px;
	}
	.procedures_text_wrapper h2 {
		font-size: 22px;
	}	
	.orthopaedics_procedures_wrapper h2 {
		font-size: 22px;
	}
	.eyecare_procedures_wrapper .section_heading h2 {
		font-size: 22px;
	}
	.appointment_wrapper .working-hours li .working_timing {
		float: none;
	}
	.appointment_wrapper .working-hours .working_days{
		float: left;
		width: 100%;
		margin-bottom: 5px;
	}
	
}

/* media query css for mobile end */
