/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img {
  max-width: 100%;
  width: 100%; }

input,
select,
button {
  box-shadow: none !important;
  outline: none !important; }

input:focus,
select:focus,
button:focus {
  box-shadow: none !important;
  outline: none !important; }

button {
  box-shadow: none !important;
  outline: none !important;
  border: none;
  cursor: pointer; }

a:hover {
  text-decoration: none;
  outline: none !important; }

a:focus {
  outline: none !important; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
label {
  margin-bottom: 0; }

a,
button {
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
  cursor: pointer;
  outline: none !important; }

.wrapper {
  clear: both;
  position: relative;
  float: left;
  width: 100%; }
@font-face {
    font-family: 'bold__stylish_calligraphyRg';
    src: url('http://localhost/ironbridge/fonts/bold__stylish_calligraphy-webfont.woff2') format('woff2'),
         url('http://localhost/ironbridge/fonts/bold__stylish_calligraphy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body {
  position: relative; }

p,
a,
input,
label,
button,
span,
body {
  font-family: "Montserrat", sans-serif;
  word-break: break-word; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  word-break: break-word; }

p {
	margin-bottom: 15px; 
	text-align: justify;
	font-size: 13px;
    color: #0c5894;
	text-indent: 0px;
    line-height: 1.846;
    font-weight: 500;}

.cntrl_grp {
  position: relative; }

.form-control {
  border-radius: 4px;
  border: 1px solid #d9d7d7;
  padding-right: 50px;
  height: 40px; }
  .form-control:focus {
    border-color: #020202; }

.icon_txt {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%); }

.page_btn {
        display: inline-block;
    text-align: center;
    position: relative;
    padding: 10px;
    border-radius: 4px;
    font-weight: 500;
    background: #86bf4f;
    color: #ffffff;
    z-index: 1;
    border: none;
    box-shadow: none;}
  .page_btn::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
	 border-radius: 4px;
    background: #1c2e5c;
    z-index: -1;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s; }
  .page_btn:hover {
    color: #ffffff; }
    .page_btn:hover::before {
      width: 100%; }
  .page_btn.full_btn {
    display: block;
    width: 100%; }

.spacing_module {
  padding: 45px 0; }

.owl-carousel,
select, .news_scroll_ul {
  animation: reveal 0s 2s forwards;
  -webkit-animation: reveal 0s 2s forwards;
  visibility: hidden; }

@keyframes reveal {
  to {
    visibility: visible; } }

.form-group {
  margin-bottom: 30px;
  position: relative; }
  .form-group label {
    margin-bottom: 10px;
    font-weight: 700; }

input[type=text],
input[type=password],
input[type=number] {
  background-color: #ffffff;
  border-bottom: #ffffff;
  height: 50px; }


.sub_sec_content {
  margin: 30px 0 15px; }
  .sub_sec_content p {
    color: #310900;
    margin-bottom: 10px; }

.section_list {
  margin: 15px 0; }
  .section_list li {
    display: block;
    margin-bottom: 20px; }
    .section_list li span {
        display: block;
		font-size: 13px;
		color: #131211;
		line-height: 18px;
      position: relative;
      padding-left: 20px; }
      .section_list li span::before {
        content: "";
		position: absolute;
		left: 0;
		top: 0;
		font-size: 15px;
		width: 10px;
		height: 10px;
		border: 1px solid #020202;
		background: #56180a; }

.owl-carousel .owl-dots {
  margin: 15px 0;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center; }
  .owl-carousel .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    background: none;
    border: 1px solid #1c2e5c;
    border-radius: 100%;
    margin-right: 10px; }
    .owl-carousel .owl-dots .owl-dot.active {
      background: #56180a;
      border: 1px solid #56180a; }

.breadcrumb_wrapper {
  padding: 179px 0 80px;
  background-size: cover !important;
  top: -101px;
border-bottom: 3px solid #015092;  }
  .breadcrumb_wrapper h1 {
        text-align: center;
    font-size: 28px;
    font-weight: 300;
    color: #015092;
    margin-bottom: 15px;
	}
  .breadcrumb_wrapper .breadcrumb_links {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: stretch; }
    .breadcrumb_wrapper .breadcrumb_links li {
      display: block; }
      .breadcrumb_wrapper .breadcrumb_links li a {
        display: block;
        color: #ffffff;
        font-size: 16px;
		font-weight: 100;
        position: relative;
        padding-right: 30px;
        margin-right: 15px; }
        @media only screen and (max-width: 480px) {
          .breadcrumb_wrapper .breadcrumb_links li a {
            font-size: 12px;
            margin-right: 7px;
            padding-right: 12px; } }
        .breadcrumb_wrapper .breadcrumb_links li a::before {
          content: ">";
          position: absolute;
          right: 0;
          top: 0;
          color: #ffffff; }
      .breadcrumb_wrapper .breadcrumb_links li span {
        display: block;
        color: #aa7b51;
        font-size: 16px;
        font-weight: 400; }
        @media only screen and (max-width: 480px) {
          .breadcrumb_wrapper .breadcrumb_links li span {
            font-size: 12px; } }

.grey_bg {
  background-color: #f2f2f2 !important; }

@media only screen and (max-width: 767px) {
  .container {
    max-width: 100%; } }

.top_bar_wrap {
  padding: 22px  0; }
  .top_bar_wrap .q_contact_block {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end; }
    .top_bar_wrap .q_contact_block .q_block {
      margin-right: 8px; }
      .top_bar_wrap .q_contact_block .q_block span {
        color: #000000;
        font-size: 12px;
        display: block;
    margin-top: 6px;		}
  .top_bar_wrap .q_socialblock {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end; }
    .top_bar_wrap .q_socialblock a {
      display: inline-block;
      margin-right: 20px;
      font-size: 14px;
      color: #ffffff; }
      .top_bar_wrap .q_socialblock a:last-child {
        margin-right: 0; }

.top_panel_wrap {
  padding: 8px 0; 
  background: #015092;}
@media only screen and (min-width: 1200px) {
  .top_panel_wrap .container {
    max-width: 1277px !important; } 
.navigation_wrapper .container{
 max-width: 1096px  !important;
}
}
@media((min-width: 992px)){
	.navigation_wrapper .container {
    max-width: 1277px !important; } 
}
  .top_panel_wrap .top_block {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: stretch; }
    .top_panel_wrap .top_block .sm_block {
      margin-right: 8px; }
      .top_panel_wrap .top_block .sm_block span {
        color: #ffffff;
        font-size: 12px;
        display: block;
    margin-top: 6px;		}
  .top_panel_wrap .q_socialblock {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end; }
    .top_panel_wrap .q_socialblock a {
      display: inline-block;
      margin-right: 20px;
      font-size: 14px;
      color: #ffffff; }
      .top_panel_wrap .q_socialblock a:last-child {
        margin-right: 0; }
.top_panel_wrap .social_links_footer {
text-align: right;	}
    .top_panel_wrap .social_links_footer li {
      display: inline-block;
      margin-right: 15px; }
      .top_panel_wrap .social_links_footer li a {
        display: block;
        color: #ffffff;
        font-size: 22px; }
.navigation_wrapper {
   z-index: 1;
  }
  .navigation_wrapper .nav_menus {
    height: 71px;
    width: 100%; }
    .navigation_wrapper .nav_menus > ul {
      position: relative;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: stretch;
      height: 100%; }
      .navigation_wrapper .nav_menus > ul > li {
        position: relative;
        display: block;
        margin-right: 40px; }
        .navigation_wrapper .nav_menus > ul > li:last-child {
          margin-right: 0; }
        .navigation_wrapper .nav_menus > ul > li > a {
          display: block;
          font-size: 15px;
          color: #000000;
          font-weight: 600;
          line-height: 91px; }
          @media only screen and (max-width: 1199px) {
            .navigation_wrapper .nav_menus > ul > li > a {
              font-size: 14px; } }
          .navigation_wrapper .nav_menus > ul > li > a i {
            font-size: 13px;
            display: inline-block;
            margin-left: 5px; }
          .navigation_wrapper .nav_menus > ul > li > a:hover {
            color: #42aa55; }
        .navigation_wrapper .nav_menus > ul > li .nav_dropdown {
          display: none;
          position: absolute;
          top: 100%;
          right: 0;
          background: #ffffff;
          width: 220px;
          z-index: 12; }
          .navigation_wrapper .nav_menus > ul > li .nav_dropdown::before {
            content: "";
            position: absolute;
            top: -15px;
            right: 15px;
            width: 0;
            height: 0;
            border-left: 15px solid transparent;
            border-right: 15px solid transparent;
            border-bottom: 15px solid #ffffff;
            z-index: 1; }
          .navigation_wrapper .nav_menus > ul > li .nav_dropdown li a {
            display: block;
            font-size: 14px;
            color: #6f7074;
            font-weight: 500;
            padding: 15px;
            border-bottom: 1px solid #d9d7d7; }
            .navigation_wrapper .nav_menus > ul > li .nav_dropdown li a:hover {
             color: #ffffff;
			background: #85c150;
			border: none;			  }
        .navigation_wrapper .nav_menus > ul > li:hover .nav_dropdown {
          display: block; }
    .navigation_wrapper .nav_menus.nav_rt ul {
      justify-content: flex-end; }
  .navigation_wrapper .logo_a {
    display: block;
    width: 128%;
    position: relative;
    z-index: 123; }
    .navigation_wrapper .logo_a img {
      display: block;
      position: absolute;
      left: 0;
      top: 14px; }

.top_bar_wrap {
  display: block; }

.navigation_wrapper {
     display: block;
    background: #ffffff; }

@media only screen and (max-width: 991px) {
  .top_bar_wrap {
    display: none; }
  .navigation_wrapper {
    display: none; }
  .rd-mobilepanel {
    background: #ffffff; }
  .rd-hm {
    display: table;
    left: auto;
    margin: 0 auto;
    position: relative; }
  .rd-hm a {
    width: 148px;
    display: block;
    padding: 5px; }
  .rd-mobilepanel_toggle {
    background: #86bf4f; 
	border-radius: 100%;}
  .rd-mobilemenu_ul {
    background: rgba(255, 255, 255, 0.99); }
  .rd-mobilemenu_ul a i {
    display: none; }
  .rd-mobilemenu_ul a:hover {
    background: #7cd24d; }
  .rd-mobilemenu_submenu {
    background: rgba(235, 235, 235, 0.95); }
  .rd-mobilemenu_submenu li a {
    font-size: 13px !important; } }

.slider_wrapper {
  min-height: 400px; 
  top: -78px;}
  .slider_wrapper .camera_commands {
    display: none; }
  .slider_wrapper .camera_caption {
    text-align: center;
    width: 60%;
    left: 320px;
    top: 60%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);}
    @media only screen and (max-width: 1199px) {
      .slider_wrapper .camera_caption {
        width: 80% !important; } }
    @media only screen and (max-width: 767px) {
      .slider_wrapper .camera_caption {
        width: 100% !important;
        background: #56180a;
        position: relative;
        left: 0;
        top: 0;
        transform: translateY(0);
        -webkit-transform: translateY(0); } }
    
	.slider_wrapper .camera_caption > div > h1 {
      background: none;
	  font-family:'bold__stylish_calligraphyRg',Arial, sans-serif;
      padding: 25px;
    font-size: 83px;	  }
		.slider_wrapper .camera_caption > div > h4 {
      background: none;
	      padding: 14px;
    font-size: 27px;	  }
	
    .slider_wrapper .camera_caption h2 {
      display: block;
      color: #ffffff;
      font-size: 50px;
      margin: 0 0 15px;
      font-weight: 700;
      line-height: 60px;
      border-left: 7px solid #005699;
      padding-left: 30px; }
      @media only screen and (max-width: 767px) {
        .slider_wrapper .camera_caption h2 {
          font-size: 32px;
          line-height: 40px; } }
      @media only screen and (max-width: 480px) {
        .slider_wrapper .camera_caption h2 {
          font-size: 20px;
          line-height: 22px; } }
    .slider_wrapper .camera_caption span {
      display: block;
      clear: both;
      font-size: 18px;
      color: #ffffff;
      line-height: 25px;
      font-weight: 400; }
    .slider_wrapper .camera_caption .slide_btn {
      position: relative;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: stretch;
      margin: 30px 0 0; }
      .slider_wrapper .camera_caption .slide_btn .page_btn {
        margin-right: 15px;
        width: 40% !important; }

@media only screen and (max-width: 767px) {
  .slider_wrapper {
    margin-bottom: 50px;
	top: 55px;
	height:0;
	min-height:166px;
	}
  .camera_target {
    position: relative !important; }
  .camera_target_content {
    position: relative !important; }
  .cameraContent {
    position: relative !important; }
  .slide_btn {
    display: none !important; }
  .camera_wrap {
    height: 450px !important; }
  .camera_target {
    height: 166px !important; }
  .camera_wrap img {
    width: 100% !important;
    margin: 0 !important;
    height: 166px !important; } }

.cameraContents::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }

.abt_img {
  display: block;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .abt_img {
      margin-bottom: 30px; } }

h1.font_test {
	font-family:'bold__stylish_calligraphyRg',Arial, sans-serif;
	color:red;
	font-size:32px;
}
.about_section_wrapper {
	margin-top: 8em;
}
.about_section_wrapper .title_block {
    position: relative;
	margin: 2em 0;
}
.about_section_wrapper .title_block .sub_txt{
	display: block;
    clear: both;
    font-size: 20px;
    color: #85c050;
    font-weight: 500;
    line-height: 25px;
}

.about_section_wrapper .title_block h2.section_title_home {
    display: block;
    clear: both;
    width: 58%;
    font-optical-sizing: auto;
    font-style: regular;
    padding-right: 15px;
    margin-top: 14px;
    margin-bottom: 1em;
    font-size: 21px;
    color: #0c5894;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.314;
}
.about_section_wrapper .know_more {
    font-size: 18px;
    color: #000000;
    font-weight: 400;   
	line-height: 3.846;
}
.inner_img {
    width: 7%;
	margin-right: 12px;
}
.meet_dotor{
	background: #034f8d;
	width: 100% !important;
    position: relative;
    left: 0px;
	}
.meet_dotor .dcotor_head{
	margin: 0 auto;
    padding: 10px;
    width: 34%
}
.meet_dotor .dcotor_head h4{
	    display: block;
    clear: both;
    font-optical-sizing: auto;
    font-size: 26px;
    margin-bottom: 9px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
	text-transform: capitalize;
}
.meet_dotor .dcotor_head p{
	display: block;
    clear: both;
    color: #ffffffba;
    text-align: center;
}
.dr_list_slider .doctor .img_hold {
	overflow: hidden; 
	margin-right: 27px;
}
.dr_list_slider .doctor .img_hold a {
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 13px;
	max-height: ;
	min-height: ;
}
.dr_list_slider .doctor .img_hold a img {
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	transition: all ease 0.5s; 
	max-height: ;
	min-height: ;
}
.dr_list_slider .doctor .img_hold a:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1); 
}
.dr_list_slider .doctor_dtl_block 
{
	margin: 15px 0; 
	text-align: center;
}
.dr_list_slider .doctor .doctor_dtl_block .doctor_title {
	    display: block;
    margin-bottom: 3px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
}	
.dr_list_slider .doctor .doctor_dtl_block span{
	font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
}	
.dr_list_slider .owl-nav {
  display: none;
}
.department_services{
	background: #e4ffc8;
	width: 100% !important;
    position: relative;
    left: 0px;
	}
.department_services .de_ser_head{
	margin: 0 auto;
    padding: 10px;
    width: 45%
}
.department_services .de_ser_head h4{
	    display: block;
    clear: both;
    font-optical-sizing: auto;
    font-size: 26px;
    margin-bottom: 9px;
    color: #000000;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
}
.department_services .de_ser_head p{
	display: block;
    clear: both;
    color: #000000;
    text-align: center;
}
.department_services .departments{
	width: 100%;
    background: #ffffff;
    border-radius: 8px;
    margin-bottom: 21px;
    height: 226px;
    min-height: 226px;
    max-height: 226px;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.department_services .departments .dpt_ser_img_box{
	
}
.department_services .departments .dpt_ser_title_box{
	padding: 11px;
}
.department_services .departments:hover{
	background:#85c150;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	transition: all ease 0.5s; 
}

.department_services .departments .dpt_ser_title_box h3{
	    display: block;
    clear: both;
    font-optical-sizing: auto;
    font-size: 14px;
    margin-bottom: 9px;
    color: #000000;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
}
.news_events{
	background: #ffffff;
	width: 100% !important;
    position: relative;
    left: 0px;
	}
.news_events .news_events_head{
	margin: 0 auto;
    padding: 10px;
    width: 40%
}
.news_events .news_events_head h4{
	    display: block;
    clear: both;
    font-optical-sizing: auto;
    font-size: 26px;
    margin-bottom: 9px;
    color: #0c5894;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
}
.news_events .news_events_head p{
	display: block;
    clear: both;
    color: #0c5894;
    text-align: center;
}
 .news_events_slider .news_box .img_hold {
	overflow: hidden; 
	margin-right: 27px;
}
 .news_events_slider .news_box .img_hold a {
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 13px;
	max-height: ;
	min-height: ;
}
.news_events_slider .news_box .img_hold a img {
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	transition: all ease 0.5s; 
	height: 212px;
	max-height: 212px;
	min-height:212px ;
}
 .news_events_slider .news_box .img_hold a:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1); 
}
.news_events_slider .news_box_dtl_block 
{
	margin: 15px 0; 
	
}
.news_events_slider .news_box_dtl_block .news_title {
	display: block;
    margin-bottom: 15px;
    color: #000;
    font-size: 18px;
    font-weight: 600;
	text-align: center;
}	
.news_events_slider .news_box_dtl_block span{
	font-size: 15px;
    color: #000000;
    font-weight: 400;
	line-height: 20px;
	color: #0c5894;
	    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}	
.news_events .news_events_slider .owl-nav {
  position: absolute;
  display: block;
  top: 50%;
  left: 14px;
  width: 100%;
}
.news_events .news_events_slider .fa {
  background: #015092;
  color: #ffffff;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  line-height: 40px;
  cursor: pointer;
}
.news_events .news_events_slider .fa:hover {
  background: #313f64;
  color: #FFF;
}
.news_events .news_events_slider .fa-chevron-right {
  float: right;
  margin-right:42px;
}
.news_events .news_events_slider .fa-chevron-left {
  float: left;
  margin-left:0;
}
.high_lights_section {
	width: 92% !important;
    background: #ffffff;
    position: absolute;
    left: 60px;
    bottom: -210px;
    display: flex;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -webkit-box-shadow: 0 0 10px #495057ab;
    -moz-box-shadow: 0 0 10px #495057ab;
    box-shadow: 0 0 10px #495057ab; }
.high_lights_section .high_lights{
	padding: 16px;
    margin: 6px;
    border-radius: 6px;
    background: #047d84ad;
}
.high_lights_section .hour{
    margin-top: 45px;
    margin-left: 0px;
}
.high_lights_section .hour h5{
	    display: block;
    clear: both;
    font-optical-sizing: auto;
    font-size: 22px;
    margin-bottom: 25px;
    color: #015092;
    font-weight: 500;
    text-transform: capitalize;
}
.high_lights_section .hour .table td, .table th{
	border-top: none !important;
	border-bottom: 1px solid #dee2e6;
	font-size: 13px;
}
.high_lights_section .time_table{
	    margin-bottom: 45px;
    margin-top: 45px;
    margin-left: 26px;
}
.high_lights_section .time_table h5{
	    display: block;
    clear: both;
    font-optical-sizing: auto;
    font-size: 22px;
    margin-bottom: 25px;
    color: #015092;
    font-weight: 500;
    text-transform: capitalize;
}
.high_lights_section .time_table .time_btn {
        display: inline-block;
    text-align: center;
    position: relative;
    padding: 10px;
    border-radius: 4px;
    font-weight: 500;
    background: #86bf4f;
    color: #ffffff;
    z-index: 1;
    border: none;
    box-shadow: none;}
.high_lights_section .time_table .time_btn::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
	 border-radius: 5px;
    background: #1c2e5c;
    z-index: -1;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s; }
.high_lights_section .time_table .time_btn:hover {
    color: #ffffff; }
.high_lights_section .time_table .time_btn:hover::before {
      width: 100%; }
.high_lights_section .emergency{
        margin-bottom: 45px;
    margin-top: 45px;
    margin-left: 26px;
}
.high_lights_section .emergency h5{
	    display: block;
    clear: both;
    font-optical-sizing: auto;
    font-size: 22px;
    margin-bottom: 25px;
    color: #015092;
    font-weight: 500;
    text-transform: capitalize;
}
.high_lights_section .emergency span.ring{
	    display: block;
    clear: both;
    font-optical-sizing: auto;
    font-size: 30px;
    margin-bottom: 9px;
    color: #85bf54;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
}
.about_inner_wrapper .about_block 
{
	padding: 16px 0 16px 0;
}
.about_inner_wrapper .img 
{
	width: 100%;
    margin-top: 5em;
	border-radius: 5px;
	height: 395px
}

.about_inner_wrapper .about_block .we_are
{
	margin: 22px 0 0 0;
}
.about_inner_wrapper .about_block .we_are h2
{
	display: inline-block;
    text-align: center;
    position: relative;
    padding: 10px;
    border-radius: 4px;
    font-size: 23px;
    font-weight: 500;
    background: #86bf4f;
    color: #ffffff;
    z-index: 1;
    border: none;
    box-shadow: none;
	    text-transform: capitalize;
}
.about_inner_wrapper .about_block .we_are_dtl
{
	    background: #dee2e6;
    padding: 26px;
}
.mission_wrapper{
	background: #e4ffc8;
	width: 100% !important;
    position: relative;
    left: 0px;
	}
.mission_wrapper .mission_block
{
	padding: 16px 0 16px 0;
	
}
.mission_wrapper .mission_block .mission_title 
{
	    margin-bottom: 12px;
}
.mission_wrapper .mission_block .mission_title h2
{
	    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 23px;
    font-weight: 700;
    color: #41a310;
    z-index: 1;
    border: none;
    box-shadow: none;
	text-transform: capitalize;
}
.mission_wrapper ul.dpt_ul li {
      display: block;
      clear: both;
      margin-bottom: 15px;
      flex: 0 0 44%; 
	      font-size: 15px;
    line-height: 25px;
    color: #0c5894;
    text-align: justify;}
      .mission_wrapper ul.dpt_ulli a {
        font-size: 16px;
        color: #ffffff;
        display: block; }
.mission_wrapper ul.dpt_ul li  i{
    padding-right: 9px;
	font-size: 7px;
	}
 .mission_wrapper ul.dpt_ul li:hover i {
    color: #7fc241;
    font-size: 11px;
	color:#dc3545;
}
 .mission_wrapper ul.dpt_ul li B {
    color: #dc3545;
}
.doctor_wrapper{
	width: 100% !important;
    position: relative;
    left: 0px;
}
.doctor_wrapper .doctor_grid{
	border-radius: 13px;
	    margin-bottom: 35px;
		    height: 546px;
    min-height: 546px;
    max-height: 546px;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
}

.doctor_wrapper .dr_block{
	background:#015092;
	    border-radius: 13px;
}
.doctor_wrapper .dr_block a {
	background:#015092;
}
.doctor_wrapper .dr_block a img{
	    height: 325px;
    min-height: 325px;
    max-height: 325px;
	    border-radius: 13px;
}

.doctor_wrapper .dr_block h2{
	    display: block;
    clear: both;
    font-optical-sizing: auto;
    font-size: 13px;
    padding: 11px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    text-transform: capitalize;
}
.doctor_wrapper .dr_dtl{
	    text-align: center;
    padding: 11px;
	line-height: 22px;
}
.doctor_wrapper .dr_dtl span{
	font-size: 15px;
    color: #015092;
    font-weight: 400;
    text-align: center;
}
.doctor_wrapper .dr_dtl b{
	font-weight: 600;
	color: #015092;
}

.doctor_wrapper .dr_btn {
        display: inline-block;
    text-align: center;
    position: relative;
    padding: 5px;
    border-radius: 4px;
    font-weight: 500;
    background: #86bf4f;
    color: #ffffff;
    z-index: 1;
    border: none;
    box-shadow: none;}
.doctor_wrapper .dr_btn::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
	 border-radius: 4px;
    background: #1c2e5c;
    z-index: -1;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s; }
.doctor_wrapper .dr_btn:hover {
    color: #ffffff; }
.doctor_wrapper .dr_btn:hover::before {
      width: 100%; }
.doctor_detail {
	width: 100% !important;
    position: relative;
    left: 0px;
}
.doctor_detail .dr_dtl_grid{
	padding:10px;
}
.doctor_detail .dr_dtl_grid .dr_dtl_head{
	padding:10px 0;
	border-bottom: 2px solid #dee2e6;
}

.doctor_detail .dr_dtl_grid h2{
	display: block;
    clear: both;
    font-optical-sizing: auto;
    font-size: 20px;
    padding: 11px 0;
    color: #015092;
    font-weight: 600;
    text-transform: capitalize;	
}
.doctor_detail .dr_dtl_grid span{
	font-size: 15px;
    color: #015092;
    font-weight: 400;
    text-align: center;
}
.doctor_detail .dr_dtl_grid span b{
	    font-weight: 500;
}

.doctor_detail .dr_dtl_grid .dr_dtl_text{
	    margin-top: 1.4em;
}

.doctor_detail .dr_dtl_grid img.dr{
	    width: 95%;
    padding: 11px;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
    height: 452px;
    min-height: 452px;
    max-height: 452px;
}
.doctor_detail .dr_dtl_grid .doctor_table{
	    margin-top: 2em;
    
}
.doctor_detail .dr_dtl_grid .doctor_availablity{
	    margin-top: 2em;
		padding: 22px;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
}
.doctor_detail .dr_dtl_grid .doctor_availablity td{
	border-bottom: 1px solid #dee2e6;
	    border-top:none !important;
}
.contact_breadcrumb_wrapper {
    padding: 194px 0 116px;
    background-size: cover !important;
    border-bottom: 3px solid #015092;
}
.contact_wrapper{
	width: 100% !important;
    position: relative;
    left: 0px;
	    background: #dee2e7;
}
.contact_wrapper .contact_head{
	margin: 0 auto;
    padding: 10px;
    width: 50%;
}
.contact_wrapper .contact_head h4{
	display: block;
    clear: both;
    font-optical-sizing: auto;
    font-size: 26px;
    margin-bottom: 2em;
    color: #015092;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
}
.contact_wrapper .contact_head span{
    display: block;
    clear: both;
    color: #015092;
    text-align: center;
    font-size: 25px;
    margin: 11px;
    font-weight: 500;
}
.contact_wrapper .contact_head p{
	display: block;
    clear: both;
    color: #000000;
    text-align: center;
}
.contact_wrapper .info_cnt{
	    background: url(../images/info.jpg)repeat 0px 0px;
    border-radius: 27px;
    height: 447px;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-size: cover;
    padding: 20px;
    width: 100%;
    margin: 0 ;
}
.contact_wrapper .info_cnt .address_content_block span {
    display: block;
    clear: both;
	line-height: 1.60;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px; }
    @media only screen and (max-width: 480px) {
.contact_wrapper .info_cnt .address_content_block span {
        line-height: 22px; } }
.contact_wrapper .info_cnt .address_content_block span i {
      background: #ffffff;
    color: #000;
    border-radius: 100px;
    padding: 8px; }
.enquiry_wrapper .enquiry_box .enquiry_form {
	padding: 10px;
    width: 100%;
	
}
.enquiry_form input[type=text], input[type=number], input[type=date], input[type=email] {
	    background: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0px;
    border-bottom: 2px solid #e9ecef;
    color: #000;
    text-transform: capitalize;
    margin: 10px;
    padding: 8px;
	line-height: 13px;
}	
.enquiry_form input::placeholder{
  color: #015092 !important;
}
.enquiry_form textarea::placeholder {
     color: #015092 !important;
}
.enquiry_form textarea {
	width: 100% !important;
	background: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0px;
    border-bottom: 2px solid #015092;
	text-transform: capitalize;
    color: #000;
	margin: 10px;
    padding: 8px;
	line-height: 15px;
}
.enquiry_form .page_btn {
    display: inline-block;
    text-align: center;
    position: relative;
    padding: 6px;
    font-weight: 500;
    background: transparent;
    color: #015092;
    border-radius: 5px;
    z-index: 1;
    border: 2px solid #015092;
    margin-top: 25px;
}
.enquiry_form  .page_btn::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #1c2e5c;
	color: #ffffff;
	 border-radius: 5px;
    z-index: -1;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s; 
}
.enquiry_form  .page_btn:hover 
{
    color: #ffffff; 
	background:#1c2e5c;
}
.enquiry_form  .page_btn:hover::before 
{
      width: 100%; 
}
.enquiry_wrapper .leaf_float_b {
	display: block;
	position: absolute;
    top: -14px;
    right: 53px;
}
.enquiry_wrapper .leaf_float_b img{
	width: 141px; 
}
.map h4 {
	text-align: center;
    font-size: 23px;
    color: rgb(51, 51, 51);
    font-weight: 500;
    margin: 0 auto;
    width: 46%;
    padding: 12px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.blog_wrapper {
	margin: 15px 0 15px;
    padding: 15px 0 25px;
	background: url(./images/.jpg)repeat 0px 0px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	
}
.blog_wrapper .blog_grid{
	margin-bottom: 20px;
	padding-bottom: 10px;
	background: #ffffff;
	    box-shadow: 0 0 6px #eee;
    border-radius: 10px;
}
.blog_wrapper .blog_grid:hover{
	transition:1s;
	box-shadow: 4px 3px 24px rgb(223 227 234 / 74%);
}

.blog_wrapper .blog_grid .ads_cover .ad_img {
    display: block;
    width: 100%;
    overflow: hidden;
	    border-radius: 10px;
    position: relative;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s; }
.blog_wrapper .blog_grid .ads_cover .ad_img img.blogh_img {
	max-width: 100%;
    min-width: 100%;
    min-height: 173px;
    max-height: 173px;
    -webkit-transition: all ease 0.5s;
	border-radius:2px;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s; }
.blog_wrapper .blog_grid .ads_cover .ad_img img.blogr_img {
	max-width: 100%;
    min-width: 100%;
    min-height: 173px;
    max-height: 300px;
    -webkit-transition: all ease 0.5s;
	border-radius:2px;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s; }
	
.blog_wrapper .blog_grid .ads_cover .ad_img::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    border: 70px solid rgba(255, 255, 255, 0);
    top: 0;
    left: 0;
    transition: all 0.5s ease-in-out; }
.blog_wrapper .blog_grid .ads_cover .ad_img::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.5;
    border: 30px solid #fff;
    top: 0;
    left: 0;
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transition: all 0.5s ease-in-out; }
.blog_wrapper .blog_grid .ads_cover .ad_img:hover::before {
    border: 0 solid rgba(255, 255, 255, 0.7); }
.blog_wrapper .blog_grid .ads_cover .ad_img:hover::after {
    transform: scale(0.9);
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    opacity: 0;
    transition-delay: 0.1s;
	}
.blog_wrapper .blog_grid .ads_cover .ad_img:hover img {
    transform: scale(1.09);
    -webkit-transform: scale(1.09);
}
.blog_wrapper .blog_grid h4 {
    font-size: 15px;
    font-weight: 800;
	    line-height: 21px;
    color: #000000;
    letter-spacing: 1px;
    padding-top: 14px;
    padding-left: 16px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blog_wrapper .blog_grid b {
    position: absolute;
    top: 7px;
    background: white;
    font-size: 12px;
    font-weight: 400;
    padding: 3px;
    left: 0;
}

.blog_wrapper .blog_grid small {
	display: block;
    color: #6f7074;
	padding-left: 11px;
    font-size: 15px;
    font-weight: 400; }
.blog_wrapper .blog_grid small i{
    margin-right: 5px; 
	margin-left: 14px;
	color: #88090e;
}
.blog_wrapper .blog_grid p{
  padding:10px 10px 0 10px;
    color: #9a8b8b;
}
.blog_wrapper .blog_grid p.content_align{
    padding:10px 10px 0 10px;
	    color: #9a8b8b;
      overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blog_breadcrumb_wrapper {
    padding: 0px 0 60px;
    background-size: cover !important;
    background-attachment: fixed !important;
}
.blog_wrapper .blog_grid_right{
	margin-bottom: 20px;
    padding: 17px;
    background: #ecf0f5;
    border-radius: 10px;
}

.blog_wrapper .blog_grid_right img.width{
	width: 91px;
    height: 87px;
    float: left;
    padding-right: 7px;
    border-radius: 50%;
}

.blog_wrapper .blog_grid_right h3 {
  font-size: 15px;
  font-weight: 800;
  line-height: 21px;
  color: #000000;
  letter-spacing: 1px;
  padding-top: 14px;
  padding-bottom: 14px;
}
.blog_wrapper .blog_grid_right h4 {
  font-size: 13px;
  line-height: 19px;
  color: #031319;
      font-weight: 600;
  letter-spacing: 1px;
  padding-top: 14px;
  padding-left: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog_wrapper .blog_grid_right hr {
  border-color: #ecf0f5;
  margin-top: 6px;
  margin-bottom: 19px;
  background-color: #ecf0f5 !important;
}

.blog_wrapper .blog_grid_right small {
	display: block;
    color: #6f7074;
	padding-left: 11px;
    font-size: 13px;
	    margin-top: 9px;
    font-weight: 400; }
.blog_wrapper .blog_grid_right small i{
    margin-right: 5px; 
	margin-left: 2px;
	color: #5bd0c6;
}
.blog_wrapper .blog_grid_right .blog_tags{
	background: #ffffff;
    border-radius: 55px 0 0 53px;
    padding: 1px 0 10px;
    margin: 5px 0 20px 0;
}

 .blog_tags h5{
	width: 50% !important;
}
.blog_wrapper .blog_grid_right .blog_tags h5 i{
	font-size: 13px;
    background: #73aad3;
    width: 30px;
    height: 30px;
    line-height: 31px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
}
.blog_wrapper .blog_tags:hover{
	background: #bdb7b71a;
}
.about_section_wrapper {
	margin-top: 8em;
}
.each_department_wrapper .title_block {
    position: relative;
	margin: 1em 0;
}
.each_department_wrapper .dpt_title_block {
    
}
.each_department_wrapper .dpt_title_block h2 {
       display: block;
    clear: both;
    /* width: 58%; */
    font-optical-sizing: auto;
    text-align: center;
    /* padding-right: 15px; */
    /* margin-top: 14px; */
    margin-bottom: 1em;
    font-size: 28px;
    color: rgb(51, 51, 51);
    font-weight: 700;
    text-transform: capitalize;
    
}
.dpt_title_b h2 {
       display: block;
    clear: both;
    /* width: 58%; */
    font-optical-sizing: auto;
    text-align: center;
    /* padding-right: 15px; */
    /* margin-top: 14px; */
    margin-bottom: 1em;
    font-size: 28px;
    color: rgb(51, 51, 51);
    font-weight: 700;
    text-transform: capitalize;
    
}
.each_department_wrapper .title_block .sub_txt{
	display: block;
    clear: both;
    font-size: 20px;
    color: #85c050;
    font-weight: 500;
    line-height: 25px;
}

.each_department_wrapper .title_block h2.section_title_home {
    display: block;
    clear: both;
       width: 45%;
    text-align: center;
    font-optical-sizing: auto;
    background: #015092;
    padding-right: 15px;
    margin-top: 14px;
    margin-bottom: 1em;
    padding: 11px;
    font-size: 21px;
    color: #ffffff;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.314;
}
.each_department_wrapper .know_more {
    font-size: 18px;
    color: #000000;
    font-weight: 400;   
	line-height: 3.846;
}
.each_department_wrapper img.alter_size {
 border-radius: 10px;
    width: 52%;
}
.dr_list_slider .dpt_img .img_hold {
	overflow: hidden; 
	margin-right: 27px;
}
.dr_list_slider .dpt_img .img_hold a {
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 13px;
	max-height: ;
	min-height: ;
}
.dr_list_slider .dpt_img .img_hold a img {
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	transition: all ease 0.5s; 
	max-height: ;
	min-height: ;
}
.dr_list_slider .dpt_img .img_hold a:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1); 
}
.dr_list_slider .owl-nav {
  display: none;
}
.doctor_wrapper .dpt_doctor_grid{
	border-radius: 13px;
	margin-bottom: 35px;
	padding-bottom: 20px;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
}

.doctor_wrapper .dpt_doctor_grid .dpt_dr_block{
	background:#015092;
}
.doctor_wrapper .dpt_doctor_grid .dpt_dr_block a {
	background:#015092;
}
.doctor_wrapper .dpt_doctor_grid .dpt_dr_block a img{
	    height: 325px;
    min-height: 325px;
    max-height: 325px;
}

.doctor_wrapper .dpt_doctor_grid .dpt_dr_block h2{
	    display: block;
    clear: both;
    font-optical-sizing: auto;
    font-size: 13px;
    padding: 11px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    text-transform: capitalize;
}
.doctor_wrapper .dpt_doctor_grid .dpt_dr_dtl{
	    text-align: center;
    padding: 11px;
	line-height: 22px;
}
.doctor_wrapper .dpt_doctor_grid .dpt_dr_dtl span{
	font-size: 15px;
    color: #015092;
    font-weight: 400;
    text-align: center;
}
.doctor_wrapper .dpt_doctor_grid .dpt_dr_dtl b{
	font-weight: 600;
}

.doctor_wrapper .dpt_doctor_grid .dpt_dr_dtl .dr_btn {
        display: inline-block;
    text-align: center;
    position: relative;
    padding: 5px;
    border-radius: 4px;
    font-weight: 500;
    background: #86bf4f;
    color: #ffffff;
    z-index: 1;
    border: none;
    box-shadow: none;}
.doctor_wrapper .dpt_doctor_grid .dpt_dr_dtl .dr_btn::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
	 border-radius: 4px;
    background: #1c2e5c;
    z-index: -1;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s; }
.doctor_wrapper .dpt_doctor_grid .dpt_dr_dtl .dr_btn:hover {
    color: #ffffff; }
.doctor_wrapper .dpt_doctor_grid .dpt_dr_dtl .dr_btn:hover::before {
      width: 100%; }
.gallery_wrapper {
  padding-top: 10px;
  padding-bottom: 100px;
}
.gallery_wrapper .img_hold {
  background: #ffffff;
    height: 204px;
    min-height: 204px;
}
.gallery_wrapper .img_hold a img{
	width: 100%;
	    height: 204px;
    min-height: 204px;
    border-radius: 9px;
}
.gallery_wrapper .img_hold h3 {
  display: block;
  clear: both;
  padding: 10px;
  color: #1c2e5c;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
}
a.facebook {
    display: inline-block;
    background: #36b345;
    position: fixed;
    right: 2px;
    bottom: 321px;
    border-radius: 5px;
    padding: 5px;
    font-size: 13px;
    color: #fff;
    z-index: 99998;
}

a.facebook i{
        font-size: 18px;
}
a.instagram {
    display: inline-block;
    background: #36b345;
    position: fixed;
    right: 2px;
    bottom: 276px;
    border-radius: 5px;
    padding: 5px;
    font-size: 13px;
    color: #fff;
    z-index: 99998;
}

a.instagram i{
        font-size: 20px;
}
a.youtube {
    display: inline-block;
    background: #36b345;
    position: fixed;
    right: 2px;
    bottom: 237px;
    border-radius: 5px;
    padding: 5px;
    font-size: 13px;
    color: #fff;
    z-index: 99998;
}

a.youtube i{
        font-size: 16px;
}
@media(max-width:1080px){
	.navigation_wrapper .nav_menus > ul > li {
		margin-right: 33px !important; 
	}
}
@media(max-width:1366px){
	.navigation_wrapper .nav_menus > ul > li {
		margin-right: 47px !important; 
	}
}
@media(max-width:1280px){
	.navigation_wrapper .nav_menus > ul > li {
		margin-right: 42px !important; 
	}
}
@media(max-width:1080px){
	.navigation_wrapper .nav_menus > ul > li {
		margin-right: 15px !important; 
	}
}
@media(max-width:1050px){
	.navigation_wrapper .nav_menus > ul > li {
		margin-right: 15px !important; 
	}
}
@media(max-width:1024px){
	.navigation_wrapper .nav_menus > ul > li {
		margin-right: 15px !important; 
	}

}

@media(max-width:1024px){
	.high_lights_section{
		display:none;
	}
	.camera_wrap {
		height: 167px !important;
	}
	.slider_wrapper {
		margin-bottom: 0px;
		top: 55px;
		height: 0;
		min-height: 47px;
	}
	.about_section_wrapper .title_block h2.section_title_home
	{
		width:100%;
	}
	.meet_dotor .dcotor_head
	{
		width:100%;
	}
	.department_services .de_ser_head
	{
		width:100%;
	}
	.department_services .departments {
		margin: 2px auto;
		width: 62%;
	}
	.department_services .departments .dpt_ser_img_box {
        margin: 29px 29px 0px 29px;
    }
    .contact_breadcrumb_wrapper {
        padding: 149px 0 0px;
    }
	.news_events .news_events_head {
		width: 100%;
	}

}
@media(max-width:991px){
	.high_lights_section{
		display:none;
	}
	.camera_wrap {
		height: 167px !important;
	}
	.slider_wrapper {
		margin-bottom: 0px;
		top: 55px;
		height: 0;
		min-height: 47px;
	}
	.about_section_wrapper .title_block h2.section_title_home
	{
		width:100%;
	}
	.meet_dotor .dcotor_head
	{
		width:100%;
	}
	.department_services .de_ser_head
	{
		width:100%;
	}
	.department_services .departments {
		margin: 2px auto;
		width: 62%;
	}
	.department_services .departments .dpt_ser_img_box {
        margin: 29px 29px 0px 29px;
    }
	.news_events .news_events_head {
		width: 100%;
	}
    .each_department_wrapper .title_block h2.section_title_home{
		width: 100%;
	}
	.contact_breadcrumb_wrapper {
        padding: 149px 0 0px;
    }
}
@media(max-width:900px){
	.high_lights_section{
		display:none;
	}
	.camera_wrap {
		height: 167px !important;
	}
	.slider_wrapper {
		margin-bottom: 0px;
		top: 55px;
		height: 0;
		min-height: 47px;
	}
	.about_section_wrapper .title_block h2.section_title_home
	{
		width:100%;
	}
	.meet_dotor .dcotor_head
	{
		width:100%;
	}
	.department_services .de_ser_head
	{
		width:100%;
	}
	.department_services .departments {
		margin: 2px auto;
		width: 62%;
	}
	.department_services .departments .dpt_ser_img_box {
        margin: 29px 29px 0px 29px;
    }
	.news_events .news_events_head {
		width: 100%;
	}
    .each_department_wrapper .title_block h2.section_title_home{
		width: 100%;
	}
	.contact_breadcrumb_wrapper {
        padding: 149px 0 0px;
    }
}
@media(max-width:800px){
	.high_lights_section{
		display:none;
	}
	.camera_wrap {
		height: 167px !important;
	}
	.slider_wrapper {
		margin-bottom: 0px;
		top: 55px;
		height: 0;
		min-height: 47px;
	}
	.about_section_wrapper .title_block h2.section_title_home
	{
		width:100%;
	}
	.meet_dotor .dcotor_head
	{
		width:100%;
	}
	.department_services .de_ser_head
	{
		width:100%;
	}
	.department_services .departments {
		margin: 2px auto;
		width: 62%;
	}
	.department_services .departments .dpt_ser_img_box {
        margin: 29px 29px 0px 29px;
    }
	.news_events .news_events_head {
		width: 100%;
	}
    .each_department_wrapper .title_block h2.section_title_home{
		width: 100%;
	}
	.contact_breadcrumb_wrapper {
        padding: 149px 0 0px;
    }
}
@media(max-width:768px){
	.high_lights_section{
		display:none;
	}
	.camera_wrap {
		height: 167px !important;
	}
	.slider_wrapper {
		margin-bottom: 0px;
		top: 55px;
		height: 0;
		min-height: 47px;
	}
	.about_section_wrapper .title_block h2.section_title_home
	{
		width:100%;
	}
	.meet_dotor .dcotor_head
	{
		width:100%;
	}
	.department_services .de_ser_head
	{
		width:100%;
	}
	.department_services .departments {
		margin: 2px auto;
		width: 62%;
	}
	.department_services .departments .dpt_ser_img_box {
        margin: 29px 29px 0px 29px;
    }
	.news_events .news_events_head {
		width: 100%;
	}
    .each_department_wrapper .title_block h2.section_title_home{
		width: 100%;
	}
	.contact_breadcrumb_wrapper {
        padding: 149px 0 0px;
    }
}
@media(max-width:568px){
	.high_lights_section{
		display:none;
	}
	.camera_wrap {
		height: 167px !important;
	}
	.slider_wrapper {
		margin-bottom: 0px;
		top: 55px;
		height: 0;
		min-height: 47px;
	}
	.about_section_wrapper .title_block h2.section_title_home
	{
		width:100%;
	}
	.meet_dotor .dcotor_head
	{
		width:100%;
	}
	.department_services .de_ser_head
	{
		width:100%;
	}
	.department_services .departments {
		margin: 2px auto;
		width: 62%;
	}
	.department_services .departments .dpt_ser_img_box {
        margin: 29px 29px 0px 29px;
    }
	.news_events .news_events_head {
		width: 100%;
	}
    .each_department_wrapper .title_block h2.section_title_home{
		width: 100%;
	}
	.contact_breadcrumb_wrapper {
        padding: 149px 0 0px;
    }
}
@media(max-width:480px){
	.high_lights_section{
		display:none;
	}
	.camera_wrap {
		height: 167px !important;
	}
	.slider_wrapper {
		margin-bottom: 0px;
		top: 55px;
		height: 0;
		min-height: 47px;
	}
	.about_section_wrapper .title_block h2.section_title_home
	{
		width:100%;
	}
	.meet_dotor .dcotor_head
	{
		width:100%;
	}
	.department_services .de_ser_head
	{
		width:100%;
	}
	.department_services .departments {
		margin: 2px auto;
		width: 62%;
	}
	.department_services .departments .dpt_ser_img_box {
        margin: 29px 29px 0px 29px;
    }
	.news_events .news_events_head {
		width: 100%;
	}
    .each_department_wrapper .title_block h2.section_title_home{
		width: 100%;
	}
	.contact_breadcrumb_wrapper {
        padding: 149px 0 0px;
    }
}
@media(max-width:320px){
	.high_lights_section{
		display:none;
	}
	.camera_wrap {
		height: 167px !important;
	}
	.slider_wrapper {
		margin-bottom: 0px;
		top: 55px;
		height: 0;
		min-height: 47px;
	}
	.about_section_wrapper .title_block h2.section_title_home
	{
		width:100%;
	}
	.meet_dotor .dcotor_head
	{
		width:100%;
	}
	.department_services .de_ser_head
	{
		width:100%;
	}
	.department_services .departments {
		margin: 2px auto;
		width: 62%;
	}
	.department_services .departments .dpt_ser_img_box {
        margin: 29px 29px 0px 29px;
    }
	.news_events .news_events_head {
		width: 100%;
	}
	.each_department_wrapper .title_block h2.section_title_home{
		width: 100%;
	}
	.contact_breadcrumb_wrapper {
        padding: 149px 0 0px;
    }
}
.news_pagination a{
	color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;	
}
.news_pagination a.active {
  background-color: #617d43;
  color: #ffffff;
    border-radius: 3px;
}
.news_pagination a:hover:not(.active) {background-color: #ddd;}
 .footer_wrapper {
  background: #617d43;
    padding-top: 80px;
  }
  
  .footer_wrapper .footer_logo {
    display: block;
    width: 80%;
    margin-top: 1em;
    margin-bottom: 10px; }
  .footer_wrapper .footer_txt {
    display: block;
    color: #ffffffbf;
    font-size: 14px;
    font-weight: 400; }
  .footer_wrapper .footer_title {
    display: block;
    clear: both;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #ffffffbf; }
  .footer_wrapper .footer_links {
    position: relative;
    display: -block;
    justify-content: stretch; }
    .footer_wrapper .footer_links li {
      display: block;
      clear: both;
      margin-bottom: 15px;
      flex: 0 0 40%; }
      .footer_wrapper .footer_links li a {
        font-size: 16px;
        color: #ffffff;
        display: block; }
        .footer_wrapper .footer_links li a:hover {
          color: #7cd24d; }
  .footer_wrapper .social_links_footer {
    margin-top: 30px;
text-align: center;	}
    .footer_wrapper .social_links_footer li {
      display: inline-block;
      margin-right: 15px; }
      .footer_wrapper .social_links_footer li a {
        display: block;
        color: #ffffff;
        font-size: 22px; }
  .footer_wrapper .address_content_block span {
    display: block;
    clear: both;
	line-height: 1.60;
    font-size: 15px;
    color: #ffffffbf;
    margin-bottom: 15px; }
    @media only screen and (max-width: 480px) {
      .footer_wrapper .address_content_block span {
        line-height: 22px; } }
    .footer_wrapper .address_content_block span i {
      margin-right: 10px;
      display: inline-block; }
  .footer_wrapper .copyright {
    display: block;
    clear: both;
    font-size: 13px;
    color: #ffffff;
    margin-top: 30px; }
  @media only screen and (max-width: 768px) {
    .footer_wrapper .row {
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse; }
    .footer_wrapper .each_footer_area {
      margin-bottom: 30px; } }
 .footer_wrapper .footer_content_block hr {
     background:#ffffff73; 
	     margin: 0;}
.footer_wrapper .footer_bottom  {
    border-top: 2px solid #ffffff29;
    margin: 11px 0 0 0;
	}
.featured_nav {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  flex-direction: column;
  -ms-flex-direction: column;
  z-index: 123;
  margin-top: 100px; }
  .featured_nav a {
    margin-bottom: 15px;
    display: block;
    font-size: 14px;
    text-align: left;
    padding: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700; }
    .featured_nav a.page_btn {
      background: rgba(38, 163, 72, 0.9); }
      .featured_nav a.page_btn::before {
        background: #7cd24d; }
.btn_call {
  display: inline-block;
  text-align: center;
  position: relative;
  font-size: 13px;
  padding: 14px;
  font-weight: 500;
  background: #85c150;
  color: #ffffff !important;
  z-index: 1;
  border: none;
  box-shadow: none;
  border-radius: 14px;
  margin-top: 0px;}
  .btn_call::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #015092;
    z-index: -1;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s; }
  .btn_call:hover {
    color: #015092;
border-radius: 17px;	}
    .btn_call:hover::before {
      width: 100%;
border-radius: 17px;	  }
  .btn_call.full_btn {
    display: block;
    width: 100%; }

@media only screen and (max-width: 480px) 
{
	.footer_wrapper 
		{
			background: #094b2f;
			text-align: center;
		} 
		.slider_wrapper .leaf_float_c
		{
			bottom: -28px;
			z-index: 1; 
		}
		.slider_wrapper .leaf_float_c img 
		{
			width: 30%;
		}
		.title_block .section_title_home 
		{
			font-size: 37px;
		}
		.home_1
		{
			display:none;
		}
		.enquiry_wrapper .enquiry_box::before {
			content: '';
			height: 657px;
			width: 290px;
		}
		.services_wrapper {
			margin: 0 0 40px;
		}
		.home_center_wrapper {
			margin: 0 0 40px;
		}
		.events_wrapper .events_list_slider .latest_events .events_meta_block .event_title {
			padding-top: 7px;
		}
		
		
}
@media only screen and (max-width: 767px) 
{
      .footer_wrapper 
	  {
        background: #094b2f;
		text-align: center;
	  } 
	  .slider_wrapper .leaf_float_c
	  {
		bottom: -28px;
		z-index: 1; 
	  }
	  .slider_wrapper .leaf_float_c img {
		width: 30%;
		}
		.title_block .section_title_home 
		{
			font-size: 37px;
		}
		.home_1
		{
			display:none;
		}
		.enquiry_wrapper .enquiry_box::before {
			content: '';
			height: 657px;
			width: 290px;
		}
		.services_wrapper {
			margin: 0 0 40px;
		}
		.home_center_wrapper {
			margin: 0 0 40px;
		}
		.events_wrapper .events_list_slider .latest_events .events_meta_block .event_title {
			padding-top: 7px;
		}
		
}
