@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?4mt6bk');
  src:  url('fonts/icomoon.eot?4mt6bk#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?4mt6bk') format('truetype'),
    url('fonts/icomoon.woff?4mt6bk') format('woff'),
    url('fonts/icomoon.svg?4mt6bk#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-medical-stethoscope-variant:before {
  content: "\e900";
}
.icon-social:before {
  content: "\e901";
}
.icon-multiple-users-silhouette:before {
  content: "\e902";
}
.icon-facebook-logo:before {
  content: "\e903";
}
.icon-mail-black-envelope-symbol:before {
  content: "\e904";
}
.icon-old-typical-phone:before {
  content: "\e905";
}
.icon-facebook-placeholder-for-locate-places-on-maps:before {
  content: "\e906";
}
.icon-optical-test:before {
  content: "\e907";
}
.icon-autorefractor:before {
  content: "\e908";
}
.icon-shape-1:before {
  content: "\e909";
}
.icon-shape:before {
  content: "\e90a";
}
.icon-medical-2:before {
  content: "\e90b";
}
.icon-medical-1:before {
  content: "\e90c";
}
.icon-magnifier:before {
  content: "\e90d";
}
.icon-baby-and-mom:before {
  content: "\e90e";
}
.icon-travel:before {
  content: "\e90f";
}
.icon-eye-with-a-drop:before {
  content: "\e910";
}
.icon-medical:before {
  content: "\e911";
}
.icon-doctor:before {
  content: "\e912";
}
.icon-mother-with-baby-in-arms:before {
  content: "\e913";
}
.icon-clipboard:before {
  content: "\e9b8";
}
.icon-point-right:before {
  content: "\ea04";
}

body { font-size:16px; line-height:28px; color:#515151; font-family: 'Roboto', sans-serif; overflow-x:hidden;}
a:focus, a:hover, a:active{ text-decoration:none;}
#page404{ text-align:center}
#page404 img{ width:70%; margin:0 auto;}
#page404 .btn11{ background:#f00; padding:9px 25px; color:#fff; transition:all ease-in-out 1s;}
#page404 .btn11:hover{ background:#000;}
.carousel-inner img{ width:100%; height:auto;}
.navbar-wrapper{ position:absolute; width:100%; top:40px;}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border:0
}
.navbar-inverse{background:url(../images/bg_line.jpg) repeat-x;}
.navbar {
	border:0
}
.navbar-header {
	position:relative; width:30%;
}
.navbar-brand {
	height:auto; 
	position:absolute;
	top:-42px; padding:0;
}
.navbar-right{ margin-right:30px;}
.navbar-nav>li>a {
	padding:0 15px;
	font-size:16px;
	text-transform:uppercase;
}
.navbar-nav>li {padding: 25px 0;}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
	background:none;
}
.navbar-inverse .navbar-nav>li>a{ color:#fff; font-weight:400; font-size:16px; border-right:solid 1px rgba(255,255,255,0.8); }

.navbar-inverse .navbar-nav>.active>a:before, .navbar-inverse .navbar-nav>li>a:before {
    width: 0px;
    height: 0px;
    background: #50c0ff;
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -4px;
    bottom: -35px;
    transition: all 1s;
}
.navbar-inverse .navbar-nav>li>a:hover:before, .navbar-inverse .navbar-nav>.active>a:before {
    width: 15px;
    height: 15px; border: solid 2px #fff;
}

.navbar-inverse .navbar-nav>li:last-child a{ border-right:none;}
.carousel-caption {
	left:0;
	right:0;
	top:65%;
	bottom:auto;
	padding:0; text-align:left; text-transform:uppercase; text-shadow:none;
}
.carousel-caption .container{ width:90%;}
.carousel-caption h1 {
	font-weight:300;
	text-transform:uppercase;
	text-align:left; font-size:34px;
	margin:0 0 15px 0;
}
.carousel-caption h2{ font-size:58px; font-weight:bold; margin:0; line-height:60px; color:#fff;}
.carousel-caption h2 span{ font-size:46px; font-weight:400;}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover { background: none;}
.navbar-inverse .navbar-toggle { border:0}
.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color:#337ab7;
    margin: 6px 0;
    transition: 0.4s;
}
/* Rotate first bar */
.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
    transform: rotate(-45deg) translate(-9px, 6px) ;
}
/* Fade out the second bar */
.change .bar2 {
    opacity: 0;
}
/* Rotate last bar */
.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
    transform: rotate(45deg) translate(-8px, -8px) ;
}

/********************comman code***************************/
.section{ padding:80px 0;}
h2{ font-size:30px; color:#000; text-transform:uppercase; margin-bottom:5px;}
h3{ font-size:40px; color:#df1919; text-transform:uppercase; font-weight:bold; margin-top:0;}
h3 span{ color:#000; font-weight:400;}
img{ width:100%; height:auto;}
a:focus{outline:none;}
a:hover{text-decoration:none;}
/********************welcome***************************/
#welcome_section h3{ margin-bottom:50px;}
#welcome_section img, #welcome_section .dr_blk{ transition:all ease-in-out 0.5s;}
#welcome_section img:hover{ box-shadow:9px 9px 0 #6bbcea;}
#welcome_section .col-sm-8{ padding-left:35px;}
#welcome_section i{ font-size:20px; color:#0a98e8; font-weight:500; display:inline-block;}
#welcome_section p{ height:118px; overflow:hidden; color:#000; margin:15px 0; }
#welcome_section a, .opd_time_blk a, .btn_abs{ display:inline-block; font-size:18px; color:#fff; background:#df1919; padding:12px 40px;text-transform:uppercase; font-weight:400;}
/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; 
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; transition:all ease-in-out 1s;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.dr_blk{ background:#008bda; text-align:center; color:#fff; text-transform:uppercase;}
#welcome_section .dr_blk img{ box-shadow: none; border-bottom:solid 5px #0072b2;}
#welcome_section .dr_blk:hover{ box-shadow:15px 15px 0 #ededed;}
.dr_blk h4{ font-weight:700; font-size:20px; margin:25px 0 8px 0;}
#welcome_section .dr_blk i{ color:#fff; font-size:13px; text-transform:uppercase; margin:5px 0 25px 0; font-weight:400;}
/********************services***************************/
#service_section{background:url(../images/service_bg.jpg) no-repeat top left; background-size:cover; width:100%; background-attachment:fixed; }
#service_section h3{ font-size:36px; margin-bottom:30px;}
#service_section .col-xs-4{     padding-right: 5px;
    padding-left: 5px; margin-bottom:10px;}
.service_blk{ background:#fff; padding:60px 30px; text-align:center; width:100%;}
.service_blk span{ font-size:60px; color:#000; margin-bottom:10px; transition:all ease-in-out 1s;}
.service_blk h5{ color:#008bda; font-size:18px; line-height:24px;}
.service_blk h5 span{ color:#000; font-size:18px;}
.style_prevu_kit
{
    display:inline-block;
    border:0;
    position: relative;
    -webkit-transition: all 1s ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 1s ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 1s ease-in;
    -moz-transform: scale(1);
    transition: all 1s ease-in;
    transform: scale(1);   

}
.style_prevu_kit:hover
{
    box-shadow: 0px 0px 30px #d2d2d2;
    z-index: 2;
    -webkit-transition: all 1s ease-in;
    -webkit-transform: scale(1.1);
    -ms-transition: all 1s ease-in;
    -ms-transform: scale(1.1);   
    -moz-transition: all 1s ease-in;
    -moz-transform: scale(1.1);
    transition: all 1s ease-in;
    transform: scale(1.1);
}
.style_prevu_kit:hover span{ color:#df1919;}
.opd_time_blk{ width:100%; background:#fff; padding:60px 40px;}
.opd_time_blk h4{ font-size:24px; font-weight:400; margin-bottom:0; color:#000;}
.opd_time_blk h5{ font-size:30px; color:#000; margin-top:3px;}
.opd_time_blk .pull-left{color:#000; font-size:14px;}
.opd_time_blk .pull-right{color:#008bda; font-size:14px;}
.opd_time_blk a{ margin-top:30px; transition:all ease-in-out 1s}
.opd_time_blk p{ margin:10px 0;}
.snip1535:before,
.snip1535:after {
  border-color: transparent;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  border-style: solid;
  border-width: 0;
  content: "";
  height: 24px;
  position: absolute;
  width: 24px;
}
.snip1535:before {
  border-color: #008bda;
  border-right-width: 3px;
  border-top-width: 3px;
  right: -5px;
  top: -5px;  transition:all ease-in-out 1.5s;
}
.snip1535:after {
  border-bottom-width:3px;
  border-color: #008bda;
  border-left-width: 3px;
  bottom: -5px;
  left: -5px;  transition:all ease-in-out 1.5s;
}
.snip1535:hover,
.snip1535.hover  {
  background-color: #fff;
}
.snip1535:hover a,
.snip1535.hover a{ background:#000;}
.snip1535:hover:before,
.snip1535.hover:before,
.snip1535:hover:after,
.snip1535.hover:after {
  height: 100%;
  width: 100%;
}

/**************************gallery******************/

#gallery_section{ text-align:center; position:relative}
#gallery_section h3{ font-size:32px; margin-bottom:60px;}
#gallery_section .container{ background:url(../images/gallery_bg.jpg) no-repeat; background-size:100% 100%; height:420px;}
.gallery_sec{ width:100%; position:absolute; left:0; right:0; top:36%; }
.gallery_blk{ width:20%; float:left;}
.overlay {
  position: absolute;
  bottom: 100%;
  background-color: rgba(0,0,0,0.5);
  overflow: hidden;
  width: 100%;
  height:0;
  transition: all ease-in-out 0.8s;}

.owl-carousel .item:hover .overlay, .testimonial_sec:hover .overlay{
  bottom: 0;
  height: 100%;
}
.text {
  white-space: nowrap; 
  color: white;
  font-size: 30px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); padding:5px;
}
.btn_abs{ position: absolute;
    bottom: 8%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 16%;}
/****************dr.swati*************************/
#eye_mam_section{ background:#faf9f9; padding-bottom:150px;}
.dr_details{ background:rgba(255,255,255,0.8); border-top:solid 2px #008bda;padding: 40px 50px;
    width: 100%;
    position: absolute;
    left: -50px;
    top: 36px;
}
.dr_details a{ transition: all ease-in-out 0.5s; font-size:17px;}
.dr_details a:hover{ color:#df1919;}
.dr_details h3{ font-size:20px; line-height: 26px;}
.dr_details p{color:#737373; font-size:15px; margin:30px 0;}
.dr_details .edu_blk{ color:#000; line-height:18px; font-style:italic; font-size:14px; margin:0;}
.eye_care_blk{ width:100%; background:#fff; padding:30px;}
.eye_care_blk h3{ font-size:24px;}
.eye_care_blk h3 span{ color:#000;}
.hi-icon-wrap {
	text-align: center;
	margin: 0 auto;
	padding: 0 0;
}

.hi-icon {
	display: inline-block;
	font-size: 0px;
	cursor: pointer;
	width: 70px;
	height: 70px;
	border-radius: 100%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff; background:#008bda; float:left
}

.hi-icon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}

.hi-icon:before {speak: none;
	font-size: 30px;
	line-height: 70px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}

/* Effect 5 */
.hi-icon-effect-5 .hi-icon {
/*	box-shadow: 0 0 0 4px #008bda;*/
	overflow: hidden;
	-webkit-transition: background 1.5s, color 1.5s, box-shadow 1.5s;
	-moz-transition: background 1.5s, color 1.5s, box-shadow 1.5s;
	transition: background 1.5s, color 1.5s, box-shadow 1.5s;
}

.hi-icon-effect-5 .hi-icon:after {
	display: none;
}

.hi-icon-effect-5 .hi-icon:hover {
	background:#fff;
	color: #008bda;
	box-shadow: 0 0 0 5px rgba(0,139,218,0.6);
	width: 70px;
	height: 70px;
}

.hi-icon-effect-5a .hi-icon:hover:before {
	-webkit-animation: toRightFromLeft 1.5s forwards;
	-moz-animation: toRightFromLeft 1.5s forwards;
	animation: toRightFromLeft 1.5s forwards;
}

@-webkit-keyframes toRightFromLeft {
	49% {
		-webkit-transform: translate(100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}
@-moz-keyframes toRightFromLeft {
	49% {
		-moz-transform: translate(100%);
	}
	50% {
		opacity: 0;
		-moz-transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toRightFromLeft {
	49% {
		transform: translate(100%);
	}
	50% {
		opacity: 0;
		transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}
.eye_care_blk h6{     font-size: 19px;
    line-height: 73px;
    font-weight: 400;
    margin: 0;}
.demo2{ padding:0; margin:0; list-style:none; padding:0 10px;}
.demo2 li{ clear:both;     padding: 20px 0;}
.news-item{ background:url(../images/line_dot.jpg) repeat-x left bottom; }
/****************footer**************************/
footer{ background:#008bda; color:#fff; position:relative; font-size:16px}
.logo_blk{ width:auto; height:auto; position:absolute; top:-50px; left: 115px;}
footer h6{ font-size:18px; font-weight:400;}
footer hr{ border-top: 1px dotted #eee;}
footer span{ float:left; margin-right:15px; margin-top: 8px;}
footer .contact_details p{padding-left: 33px; margin-bottom:20px;}
footer .contact_details a{font-weight:400;}
.make_appoint{ background:#fff;     margin-top: -160px;}
footer h4{    width: 100%;
    background: #000;
    padding: 25px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;}
	.form_section{ padding:25px;}
footer a{ color:#fff; font-weight:500;}		
	/*-----------------------------------*/
/* Contact Styles
/*-----------------------------------*/
.tWidth{width:100%; float:left;}
.enquiryBtn {
    display: inline-block;
}
.textBox{width:100% !important;  background:#fff; border:solid 1px #d5d5d5;  color:#858585;     font-size: 14px;
    padding: 5px 20px; margin-bottom:15px;}
.textBoxMulti {width: 100% !important;  background: #fff; border: solid 1px #dedede; color:#858585; font-size: 16px;
    padding: 10px 20px; }
.tred{color:#C00; text-align:center;}
.subbtn { border:0; display:inline-block;  color:#fff; text-transform:uppercase; text-decoration:none; transition: all 1s; margin-bottom:10px;}
.subbtn:hover {background:#000 !important; color:#fff; }
.address {color: #c45a47;}
.secur_blk{ padding-left:0; padding-right:0;}
.box{ width:100%;     font-size: 16px;
    padding: 5px 25px; border: solid 1px #dedede; }
.form_section .subbtn{width:100%;}
.form_section img{ width:30%; margin-bottom:10px;}
.form_section a{ color:#000;}
.form_section .enquiryBtn{ width:100%;}
.form_section .subbtn { width:100%; padding:12px; background:#008bda;}
.face_icon{ width:30px; height:30px; line-height:30px; text-align:center; background:#fff; border-radius:100%; color:#008bda;}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
	background-color: transparent;
}
.navbar-right .dropdown-menu {
	left: 0;
	right: auto;
}
.dropdown-menu {
	min-width: 200px;
	font-size: 17px; padding:0; text-transform:uppercase; background:#006097;
}
.dropdown-menu li{ border-bottom:solid 1px rgba(255,255,255,0.7); padding:10px 15px; transition:all ease-in-out 1s;}
.dropdown-menu li:last-child{ border-bottom:none;}
.dropdown-menu li a{color:#fff; font-size:16px;}
.dropdown-menu li a:hover{ background-color:transparent;}
.dropdown-menu li:hover{ background:#df1919;}
.dropdown-menu li:hover a{ color:#fff;}

/**********************inner page header******************************/
#inner_pages .navbar-wrapper{ position:relative;}
#inner_pages .navbar-brand, #inner_pages .navbar-wrapper{ top:0;}
#inner_pages .navbar-brand{margin-top:10px}
#inner_pages .navbar-inverse .navbar-nav > li > a {
	color: #000;
	border-right: solid 1px rgba(0,0,0,0.8);
}
#inner_pages .navbar-inverse .navbar-nav > li > a:hover::before, #inner_pages .navbar-inverse .navbar-nav > .active > a::before {
	border: solid 2px #fff;
}
#inner_pages .navbar-inverse {
	background:#fff;
}
#inner_pages .navbar-nav > li {
	padding: 25px 0;
}
#inner_pages .navbar-collapse{ float:right; text-align:right; margin-top:10px}
#inner_pages .navbar-collapse p{ border-bottom:solid 1px #f4f4f4; padding:10px 0; margin-bottom:0; text-transform:uppercase; color:#df1919; font-size:16px;}
#inner_pages .navbar-wrapper .container{ width:96%;}
#inner_pages .navbar-right {
	margin-right: 0;
}
#inner_pages .navbar-inverse .navbar-nav > li:last-child a{ border-right:none;}
#inner_pages .navbar-inverse .navbar-nav > li > a:hover, #inner_pages .navbar-inverse .navbar-nav > .active a{ color:#df1919;}
.neo_video{ box-shadow:8px 8px 10px #ccc; height:260px; margin-bottom:80px}
.neo_video iframe{ width:100%; height:100% }
.inner_section h6{ font-size:18px; color:#c4c4c4; font-weight:400;}
.inner_section h3 {
	font-size: 32px;
	font-weight: 400; margin-bottom:15px
}
.inner_section p{ font-size:16px; line-height:28px; color:#000; font-weight:300}
.exp_section{ position:relative;}
.lft_sec{ width:50%; box-shadow:8px 8px 10px #ccc; }
.rht_sec {
	width: 58%;
	background: #fdfdfd;
	padding: 60px 90px;
	position: absolute;
	right: 0; top:15%
}
#footer{ background:#008bda; color:#fff; text-align:center; padding:40px 0; border-top: solid 5px #00629a;}
#footer p a{ color:#fff;}
#footer p a:hover{font-weight:600;}
#inner_pages .navbar-inverse .navbar-nav > .active .dropdown-menu li a{
	color: #fff;
}
.dropdown-menu {
	top: 93%;
}
#inner_pages .section{ padding:60px 0;}
/*******************about doctor********************/
#doctor_section, #neocatal_section, #test_section, #academic_section, #news_section, #con_section, #gallery_sec{ background:#f9f9f9;}
.doc_blk{ background:#fff; padding:15px;}
.doc_blk img{ width:100%; height:auto; margin-bottom:20px;}
.doc_blk h3{ font-size:18px; text-transform:uppercase; font-weight:400; text-align:center; margin-bottom:5px; }
.doc_blk .desg_blk{color:#3d3d3d; font-size:14px; text-align:center}
.doc_blk h4{color:#333333; margin-bottom:20px;}
.doc_blk h5{ font-size:15px; text-transform:uppercase; font-weight:400; color:#353535; margin-bottom:15px}
.doc_blk p, .doc_blk p a{ color:#9e9e9e;  line-height:24px; font-size:14px; margin-bottom:10px}
.profile_desc{ background:#fff; padding:20px 40px; margin-bottom:30px;}
.profile_desc h4{font-weight:400; color:#df1919;}
.profile_desc p, .doc_blk p{ font-size:15px; font-weight:300;}
.profile_desc ul{ margin:0; padding:0; list-style:none; }
.profile_desc ul li{ font-size:15px; font-weight:300; margin-bottom:5px; display:flex;}
.brd_blk{border: solid 1px #e9e9e9; padding:3px;}
.award_details h4{ color:#000; margin-bottom:0px; }
.award_details span{ font-weight:300; font-size:12px; margin-bottom:30px;}
	
#neocatal_section .profile_desc h4{ color:#000;}
#neocatal_section h3{ font-size:24px; font-weight:400; margin-bottom:30px; margin-left:20px}
#neocatal_section iframe{ width:100%; height:260px;}
.doc_blk .logo_acad{ width:auto; margin-bottom:30px; padding: 5px 30px;}
#doctor_section .col-sm-9 img{ width:auto; height:auto;}
.doc_blk strong{ color:#777777;}
.testimonial_sec{ position:relative; background:#fff; padding:10px;}
#doctor_section .testimonial_sec a img{ width:100%; height:250px; /*border:solid 1px #ccc; padding:5px; border-radius:5px;*/}
/*.testimonial_sec h4:before{position:absolute; content:"\e253"; font-family: 'Glyphicons Halflings'; top:0; color:#000;}*/
.masonry {
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -moz-column-gap: 30px;
  -webkit-column-gap: 30px;
  column-gap: 30px;
  -moz-column-fill: initial;
  -webkit-column-fill: initial;
  column-fill: initial;
}

.masonry .brick {
  -moz-transition: all 1s ease-in-out;
 -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.masonry .brick:hover img {
  opacity: .60;
}

.masonry.bordered {
  -moz-column-rule: 1px solid #eee;
  -webkit-column-rule: 1px solid #eee;
  column-rule: 1px solid #eee;
  -moz-column-gap: 50px;
  -webkit-column-gap: 50px;
  column-gap: 50px;
}
.masonry.bordered .brick {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
}
.masonry.gutterless {
  -moz-column-gap: 0;
  -webkit-column-gap: 0;
  column-gap: 0;
}

.masonry .brick{ position:relative; background:#fff; padding:10px; height: 400px; overflow:hidden}
#gallery_sec .masonry .brick{ padding:0;}
#news_section .masonry .brick{ height:150px; overflow:hidden; margin-bottom:30px; }
#news_section .masonry .brick img{ width:100%; height:100%;}
#test_section .testimonial_sec{ position:absolute; bottom:0; width:97%;}
.testimonial_sec h4{font-size: 17px;
text-align: center; text-transform:uppercase; margin-bottom:0; margin-top:10px; color:#0a98e8; transition:all ease-in-out 1s;}
.testimonial_sec p{ font-weight:400; margin-bottom:10px; color:#000; text-align:center;}
.marg_tp{ margin-top:30px;}
.masonry .brick:hover h4{
color:#f00;}
#test_section h3, #academic_section h3, #news_section h3, #con_section h3, #gallery_sec h3{ font-size:28px; font-weight:400; margin:10px 0 30px 0;}
#con_section .testimonial_sec{ padding:30px; margin-bottom:30px;}
#con_section .subbtn{ background: #f00;
padding: 5px 30px;}
.map_section{ width:100%; height:300px; }
.map_section iframe{ width:100%; height:100%; border:none;}
#gallery_sec .masonry .brick{ height:230px; overflow:hidden; margin-bottom:30px; }
#welcome_section .img_cl{
	background: transparent;
	padding: 0;
}
.book_lik{ text-align:center;}
.book_lik img{ width:auto; height:auto; margin-top:30px;}
.image_blk{ height:255px; overflow:hidden;}
#neocatal_section .mrgn_blk{ margin-left:0;}
.image_blk1{ text-align:center;}
.image_blk1 h4{ color:#0a98e8; font-size:20px; font-weight:400;}
.image_blk1 h5{ color:#000; font-size:17px; font-weight:400; margin-bottom:20px;}
.acadmy{ background: #fff; font-size: 15px; border-top:2px solid #00629a; font-style: italic; font-weight:600; margin-bottom: 45px; padding: 15px; }
#academic_section h3 { margin:0px 0 30px !important}
.navbar-brand .logo_sm{ display:block;}
.navbar-brand .logo_xs{ display:none;}
@media only screen and (min-width: 1024px) {
 
  .masonry {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}
.lst_blk li:before{ content:"\e900";  font-family: 'icomoon'; margin-right:15px; color:#0a98e8;}
#doctor_section .col-sm-9 .award_imag img{ width:100%;}
/* Firefox old*/
@-moz-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} 

@-webkit-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}
/* IE */
@-ms-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} 
/* Opera and prob css3 final iteration */
@keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} 
.blink-image {
    -moz-animation: blink normal 5s infinite ease-in-out; /* Firefox */
    -webkit-animation: blink normal 5s infinite ease-in-out; /* Webkit */
    -ms-animation: blink normal 5s infinite ease-in-out; /* IE */
    animation: blink normal 5s infinite ease-in-out; /* Opera and prob css3 final iteration */
}
.back-to-top {
	cursor: pointer;
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	z-index: 9999 !important;
}
.back-to-top  .icon-baby-and-mom {
	font-size: 26px;
}
#back-to-top img {
	width: 60%;
}
#back-to-top .btn-group-lg > .btn, .btn-lg {
	padding: 10px 10px;
}
.Flexible-container {position: relative;padding-bottom: 63%;height: 0;
overflow: hidden;border: none;margin-bottom: 0;}
.Flexible-container iframe, .Flexible-container object, .Flexible-container embed {position: absolute;width: 100%;top: 0;border: none;left: 0;width: 100%;height: 100%;}
.BoxCon { width: 100%; float:  left; clear: both;}
.BoxCon ul {padding: 0; margin: 0; }
.BoxCon li {list-style: none; float: left;margin: 0 10px 10px 0;}
.inner_sec .panel{ border:none;}
.inner_sec .panel-heading{padding: 10px 5px;}
.inner_sec .panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {color: #fff;background: #008bda;padding: 10px 20px;text-decoration: none;}
.inner_sec .panel-body ul{ margin:0; padding:0;}
.inner_sec .panel-body ul li{ list-style:none; color:#000; font-size:16px;}
.inner_sec .panel-body ul li span{ color:#3b1178; margin-right:15px;font-size: 12px;}
/********** *************************************/
@media only screen and (min-width: 1500px) {
.lft_sec {
	height: 520px; overflow:hidden
}
}
@media only screen and (min-width: 1280px) {
	.btn_abs {
	width: 20%;
}

}
@media only screen and (max-width: 1199px) {
	.container { width:96%;}
	.navbar-inverse .navbar-nav > li > a {
	font-size: 15px;}
	.navbar-nav > li > a {
	padding: 0 10px;}
	.navbar-brand {
	top: -48px;
}	
.carousel-caption h2 {
	font-size: 48px;
	line-height: 50px;
}
.carousel-caption h2 span {
	font-size: 40px;
}
.carousel-caption h1 {
	margin: 0 0 5px 0;
}
#welcome_section h2{ margin-top:0}
#welcome_section i {
	font-size: 18px;
	margin-top: 10px;
}
#welcome_section p{ font-size:14px; margin: 5px 0;}
#welcome_section .col-sm-8 {
	padding-left: 24px;
}
#welcome_section .dr_blk i {
	font-size: 12px;
	margin: 5px 5px 25px 5px;
}
#gallery_section .container {
	height: 370px;
}
.gallery_sec {
	top: 41%;
}
.btn_abs {
	width: 23%;
}
.dr_details p {
	font-size: 14px;
	margin: 25px 0;
}
.eye_care_blk {
	padding: 25px 20px;
}
.logo_blk {
	left: 45px;
}
footer {
	font-size: 14px;
}
.opd_time_blk {
	padding: 40px;
}
.opd_time_blk p{ font-size:14px;}
.opd_time_blk .pull-left, .opd_time_blk .pull-right {
	font-size: 12px;
}
.service_blk {
	padding: 45px 30px;
}
.navbar-brand {top: -41px;}
}


@media only screen and (max-width: 1024px) {
	.container { width:96%;}	
	.navbar-brand {
	top: -30px;}
	.navbar-header {
	width: 24%;}
	.navbar-nav > li {
	padding: 20px 0;}
	.navbar-inverse .navbar-nav > li > a {
	font-size: 14px;}
	.navbar-inverse .navbar-nav > li > a:hover::before, .navbar-inverse .navbar-nav > .active > a::before {
	width: 10px;
	height: 10px;
}
.navbar-inverse .navbar-nav > .active > a::before, .navbar-inverse .navbar-nav > li > a::before {
	bottom: -25px;}
.carousel-caption h2 {
	font-size: 42px;
	line-height: 40px;
}
.carousel-caption h2 span {
	font-size: 35px;
}
#welcome_section h3 {
	margin-bottom: 38px; font-size: 34px;
}

h2 {
	font-size: 26px;
}
#welcome_section .col-sm-8 {
	padding-left: 10px;
}
.section {
	padding: 60px 0;
}
#service_section h3 {
	font-size: 30px;
}
.service_blk {
	padding: 30px 15px;
}
.opd_time_blk p, .opd_time_blk .pull-left, .opd_time_blk .pull-right{
	font-size: 13px;
}
.opd_time_blk {
	padding: 20px;
}
.testimonial_sec p{font-size: 14px;}
footer {font-size: 13px;}
.rht_sec{padding: 17px 75px;top: 7%;}
.rht_sec h3{font-size: 28px;}
.rht_sec p{font-size: 14px;}
.hi-icon {width: 50px;height: 50px;}
.hi-icon:before {font-size: 20px;line-height: 50px;}
.hi-icon-effect-5 .hi-icon:hover {width: 50px; height: 50px;}
.eye_care_blk h6{     font-size: 16px;  line-height: 54px;}
.demo2 li{padding: 15px 0;}
.dr_details {padding: 25px 40px;}
.dr_details p {margin: 10px 0; height:90px; overflow:hidden;}
.dr_details .edu_blk{ height:auto; overflow:hidden;}
.dr_details a {font-size: 16px;}
footer h4 {font-size: 18px;}
.make_appoint {margin-top: -140px;}
#eye_mam_section {padding-bottom: 130px;}
.btn_abs {width: 26%;}
.navbar-nav > li {padding: 13px 0;}
.navbar-brand {top: -28px;}
}
@media only screen and (max-width: 991px) {
.btn_abs {width: 28%;}
.navbar-brand {top: -26px;}
.navbar-right {margin-right: 10px;}
.opd_time_blk{ margin-top:10px;}
.btn_abs{bottom: 6%;width: 25%;}
footer {font-size: 12px;}
footer h4 {font-size: 17px;}
.rht_sec{top: 5%;}
.masonry .brick{width: 30%;float: left;margin: 10px;}
#welcome_section a, .opd_time_blk a, .btn_abs {font-size: 16px;padding: 7px 30px;}
}
@media only screen and (max-width: 900px) {
.navbar-right {
	margin-right: 0px;
}
#inner_pages .navbar-right {
	margin-right: -23px;
}
.navbar-inverse .navbar-nav > li > a {
	font-size: 13px;
}
.navbar-brand {
	top: -28px;
}
.navbar-nav > li {
	padding: 13px 0;
}
.carousel-caption h1 {
	font-size: 28px;
}
.carousel-caption h2 {
	font-size: 38px;
	line-height: 36px;
}
.carousel-caption h2 span {
	font-size: 30px;
}
.carousel-caption {
	top: 60%;
}
#welcome_section .col-sm-9{ width:100%;}
#welcome_section a {
	margin-top: 0;
}
#welcome_section .col-sm-3{ width:60%; margin:40px 20%;}
#service_section .col-sm-4 {
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 20px;
}
.opd_time_blk a {
	margin-top: 20px;
}
.btn_abs {
	width: 32%;
}
#eye_mam_section .col-sm-3{ width:40%;}
#eye_mam_section .col-sm-5{ width:60%;}
#eye_mam_section .col-sm-4{ width:80%; margin:24% 10% 0;}
.eye_care_blk {
	padding: 50px;
}
.eye_care_blk h6{  text-align:left; font-size:20px; padding-left:70px}
footer .col-sm-8, footer .col-sm-4{ width:100%;}
.make_appoint {
	margin-top: 0;
}
footer{ font-size:15px;}
footer .col-sm-8 .col-sm-8, footer .col-sm-8 .col-sm-4{ text-align:center;} 
.navbar-brand {
	top: -20px;
}
.rht_sec h3 {
	font-size: 25px;
}
.rht_sec {
	padding: 17px 24px;
	
}
.doc_blk .logo_acad{padding: 5px 5px;}
.testimonial_sec h4{font-size: 13px;}
.testimonial_sec p {font-size: 11px;}
.dropdown-menu li a {font-size: 12px;}
}
@media only screen and (max-width: 850px) { 
.navbar-inverse .navbar-nav > li > a {
	font-size: 12px;
}
}
@media only screen and (max-width: 768px) {
	.navbar-inverse .navbar-nav > li > a {
	font-size: 10px;
} 
}
@media only screen and (max-width: 767px) { 
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a{ color:#fff;}
.navbar-toggle {
	padding: 0px 10px;
}.navbar-toggle { margin:20px; cursor:pointer}
	.navbar-header { width:100%;}
	.navbar-brand { width:18%}
	.navbar-wrapper .container { width:100%; padding:0}
	.nav-top .container { padding:0 30px}
	.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form { position:absolute; width:100%; padding:0; background:#095db4}
	.navbar-nav { margin:0}
	.navbar-nav > li > a {
    border-bottom: 1px solid rgba(255,255,255,0.2);
    font-size: 15px;
    font-weight: normal;
    padding: 10px 20px;
	color:#fff
}
.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > li > a:hover { color:#fff}
.navbar-nav > li > .dropdown-menu {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: none;
  clear: both;
  margin-top: 0;
  position: relative;
  width: 100%;
} 
.dropdown-menu > li > a {
  clear: both;
  color: #fff;
  display: block;
  font-weight: 400;
  line-height: 1.42857;
  padding: 7px 39px;
  text-transform:uppercase; font-size:15px;
  white-space: nowrap;
}
.navbar-brand {
	width: 17%;
	margin-left: 30px;
}
.navbar-brand {
	position: relative;
	top: 0;
	padding: 6px;
}
.navbar-inverse .navbar-nav > li > a:hover::before, .navbar-inverse .navbar-nav > .active > a::before {
display:none;
}
.navbar-nav > li {
	padding: 0;
}
.navbar-inverse .navbar-nav > li > a {
	font-size: 16px;	padding: 15px;
}
.navbar-nav > li{ transition:all ease-in-out 0.8s}
.navbar-nav > li:hover{ background:#df1919;}
.service_blk{ margin-bottom:20px;} 
#eye_mam_section .col-sm-4 {
	margin: 52% 10% 0;
}
.contact_details{ clear:both; margin-top:30px;}
.face_icon{ margin-bottom:30px;}
.navbar-wrapper {
	top:30px;
}
.navbar-inverse {
	background: #fff;}
.navbar-wrapper {
	position: relative;
}
#inner_pages .navbar-collapse p {
	display: none;}
#inner_pages .navbar-nav > li {
	padding: 0;
	text-align: left;}
#inner_pages .navbar-inverse .navbar-nav > li > a {
	color: #fff;}
#inner_pages .navbar-inverse .navbar-nav > li > a:hover, #inner_pages .navbar-inverse .navbar-nav > .active a {
	color: #fff;}
.navbar-brand .logo_sm{ display:none;}
.navbar-brand .logo_xs{ display:block;}
.lft_sec{width: 80%;
box-shadow: 8px 8px 10px #ccc;
z-index: 9;
margin: 20px 10%;}
.rht_sec {
	width: 100%;
	padding: 1px 65px;
	position: relative;
	right: 0;
	
}
#academic_section h3 {
	margin: 7px 0 27px !important;
}
#news_section h3{margin: 10px 0 31px 21px;}
}
@media only screen and (max-width: 600px) { 
.navbar-brand {
	top: -24px;
}
.carousel-caption h1 {
	font-size: 22px;
}
.carousel-caption h2 {
	font-size: 30px;
	line-height: 30px;
}
.carousel-caption h2 span {
	font-size: 26px;
}
.section {
	padding: 50px 0;
}
h2 {
	font-size: 22px;
}
#welcome_section h3 {
	margin-bottom: 30px;
	font-size: 28px;
}
#welcome_section i {
	font-size: 16px;
	margin-top: 0;
}
#welcome_section p {
	height: 60px;
}
#welcome_section a, .opd_time_blk a, .btn_abs {
	font-size: 16px;
	padding: 7px 30px; margin-top:15px
}
.service_blk span {
	font-size: 40px;

}
.service_blk {
	margin-bottom: 10px;
}
.navbar-wrapper {
	top: 35px;
}
.carousel-caption {
	top: 55%;
}
#gallery_section .container {
	height: 320px;
}
.btn_abs {
	width: 35%;
	bottom: 6%;
}
#eye_mam_section .col-xs-4 {
	width: 100%;
}
.dr_details {
	position: relative;
	left: 0;
	top: 0;
}
#eye_mam_section .col-sm-4 {
	margin: 5% 10% 0;
	clear: both;
}
#eye_mam_section .col-xs-6 {
	width: 100%; margin-top:-30px;}
.eye_care_blk { margin-top:40px; display:inline-block;  }
footer .col-sm-8{ margin-top:30px;}
.navbar-toggle {margin: 5px;cursor: pointer;}
.navbar-brand {width: 21%;}
.masonry .brick{ width:100%;}
.testimonial_sec p {font-size: 13px;}
}
@media only screen and (max-width: 500px) { 
.carousel-caption{ display:none;}
.navbar-brand {top: -20px;}
#welcome_section .col-sm-9 .col-xs-4{ display:none;}
#welcome_section .col-sm-9 .col-xs-8{ width:100%;}
#welcome_section .col-sm-3 {width: 80%;margin: 40px 10%;}
#service_section .col-md-8 .col-xs-4{ width:48%;}
.btn_abs {width: 43%;}
#eye_mam_section .col-sm-4 {width: 90%;margin: 5% 5% 0;}
.navbar-brand {width: 43%;}
.navbar-brand {width: 30%;}
.navbar-inverse .navbar-nav > li > a {font-size: 15px;padding: 11px 15px;}
.dropdown-menu > li > a {font-size: 14px;}
}
@media only screen and (max-width: 380px) {
.navbar-brand {
	width: 50%;
}
h2 {
	font-size: 20px;
}
#welcome_section h3 {
	margin-bottom: 15px;
	font-size: 24px;
}
#welcome_section i {
	font-size: 15px;
}
#service_section .col-md-8 .col-xs-4 {
	width: 96%; 
}
.opd_time_blk .pull-right{ text-align:left !important; float:left !important;}
.btn_abs {
	width: 65%;
}
.eye_care_blk {
	padding: 30px;
}
#eye_mam_section .col-sm-4 {
	width: 100%;
	margin: 5% 0;
}
.navbar-wrapper {
	top: 22px;
}
.navbar-brand {
	width: 37%;
	margin-left: 21px;
}
#service_section h3 {
	font-size: 25px;
}
#neocatal_section h3{font-size: 18px;}
.inner_section h3{font-size: 26px;}
.inner_section h6{font-size: 17px;}
#inner_pages .section {
	padding: 30px 0;
}
#academic_section h3{font-size: 26px;}

}
@media only screen and (max-width: 320px) {
.navbar-brand {
	width: 60%;
}
#welcome_section .col-sm-3 {
	width: 90%;
	margin: 40px 5%;
}
#service_section h3 {
	font-size: 24px;
}
.opd_time_blk h5 {
	font-size: 26px;
}
#gallery_section h3 {
	font-size: 28px;
	margin-bottom: 26px;
}
#gallery_section .container {
	height: 420px;
}
.gallery_sec {
	top: 30%;
}
.dr_details {
	padding: 30px;
}
.eye_care_blk {
	padding: 30px 15px;
}
.eye_care_blk h6 { font-size:17px;
}
.logo_blk {
	left: 25px;
}
.navbar-brand {
	width: 35%;
}
#welcome_section h3 {
	font-size: 20px;
}
#welcome_section h2{font-size: 17px;}
#welcome_section a{font-size: 13px;
padding: 4px 22px;}
#welcome_section i {
	font-size: 12px;
}
.dr_blk h4{font-size: 18px;
margin: 20px 0 8px 0;}
#neocatal_section h3 {
	font-size: 15px;
}
.profile_desc h4{
	font-size: 15px;
}
.profile_desc ul li{font-size: 13px;}
.inner_section h3 {
	font-size: 20px;
}
.inner_section p{font-size: 13px;}
.rht_sec{padding: 1px 30px;}
.neo_video{margin-bottom: 35px;}
#academic_section h3 {
	font-size: 20px;
}
#inner_pages .navbar-brand{margin-top: 0px;margin-left: 11px;}
.navbar-toggle {
	margin: 16px;
}
.doc_blk .logo_acad{width: 45%;margin-left: 65px;margin-bottom: 10px;}
#test_section h3{font-size: 22px; margin: -8px 0 14px 0;}
#test_section h3{font-size: 18px;
margin: 12px 0 14px 0;}
.doc_blk .desg_blk{font-size: 13px;}
 #news_section h3{font-size: 22px;margin: 7px 0 15px 21px;}
 #con_section h3{font-size: 22px;margin: 7px 0 15px 21px;}
 #con_section .subbtn{ width:100%;}
} 