@import url('https://fonts.googleapis.com/css?family=Lato|Roboto+Condensed:300,400,700|Roboto:300,700');

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?k57ona');
  src:  url('fonts/icomoon.eot?k57ona#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?k57ona') format('truetype'),
    url('fonts/icomoon.woff?k57ona') format('woff'),
    url('fonts/icomoon.svg?k57ona#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-arrows:before {
  content: "\e900";
}
.icon-diploma:before {
  content: "\e901";
}
.icon-mail:before {
  content: "\e902";
}
.icon-phone-call:before {
  content: "\e903";
}
.icon-question-mark:before {
  content: "\e904";
}
.icon-time:before {
  content: "\e905";
}
.icon-time-1:before {
  content: "\e906";
}
.icon-eye-blocked:before {
  content: "\e9d1";
}
/* General Demo Style */


@font-face {
	font-family: 'codropsicons';
	src:url('fonts/codropsicons/codropsicons.eot');
	src:url('fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
		url('fonts/codropsicons/codropsicons.woff') format('woff'),
		url('fonts/codropsicons/codropsicons.ttf') format('truetype'),
		url('fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
	font-weight: normal;
	font-style: normal;
}

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { padding: 0; margin: 0;}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }


a {
	color: #888;
	text-decoration: none;
}

a:hover,
a:active {
	color: #333;
}

/* Header Style */
.container > header {
	margin: 0 auto;
	padding: 2em;
	text-align: center;
	background: rgba(0,0,0,0.01);
}

.container > header h1 {
	font-size: 2.625em;
	line-height: 1.3;
	margin: 0;
	font-weight: 300;
}

/* To Navigation Style */
.codrops-top {
	background: #fff;
	background: rgba(255, 255, 255, 0.6);
	text-transform: uppercase;
	width: 100%;
	font-size: 0.69em;
	line-height: 2.2;
}

.codrops-top a {
	padding: 0 1em;
	letter-spacing: 0.1em;
	color: #888;
	display: inline-block;
}

.codrops-top a:hover {
	background: rgba(255,255,255,0.95);
	color: #333;
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	float: left;
	display: block;
}

.codrops-icon:before {
	font-family: 'Roboto';
	margin: 0 4px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
	content: "\e001";
}

.codrops-icon-prev:before {
	content: "\e004";
}

.codrops-icon-archive:before {
	content: "\e002";
}

.codrops-icon-next:before {
	content: "\e000";
}

.codrops-icon-about:before {
	content: "\e003";
}

/* Demo Buttons Style */
.codrops-demos {
	padding-top: 1em;
	font-size: 0.9em;
}

.codrops-demos a {
	display: inline-block;
	margin: 0.5em;
	padding: 0.7em 1.1em;
	border: 3px solid #b3b9bf;
	color: #b3b9bf;
	font-weight: 700;
}

.codrops-demos a:hover,
.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover {
	border-color: #2c3f52;
	color: #2c3f52;
}

@media screen and (max-width: 25em) {

	.codrops-icon span {
		display: none;
	}

}
.grid {
	padding: 20px 20px 100px 20px;
	max-width: 1300px;
	margin: 0 auto;
	list-style: none;
	text-align: center;
}

.grid li {
	display: inline-block;
	width: 440px;
	margin: 0;
	padding: 20px;
	text-align: left;
	position: relative;
}

.grid figure {
	margin: 0;
	position: relative;
}

.grid figure img {
	max-width: 100%;
	display: block;
	position: relative;
}

.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	background: #0272cb;
	color: #ffffff;
}

.grid figcaption h3 {
	margin: 0;
	padding: 0;
	color: #fff; font-size:22px;
}



.grid figcaption a {
	text-align: center;
	padding: 5px 10px;
	border-radius: 2px;
	display: inline-block;
	background: ##0268b6;
	color: #fff;
}
.cs-style-2 figure img {
	z-index: 10;
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .cs-style-2 figure:hover img,
.cs-style-2 figure.cs-hover img {
	-webkit-transform: translateY(-90px);
	-moz-transform: translateY(-90px);
	-ms-transform: translateY(-90px);
	transform: translateY(-90px);
}

.cs-style-2 figcaption {
	height: 90px;
	width: 100%;
	top: auto;
	bottom: 0; text-align:center;
}

.cs-style-2 figcaption a {
	position: absolute;
	right: 70px;
	top: 10px;
}
.cs-style-2 .sachincon{position: absolute;
	right: 90px;
	top: 10px;}

body {font-family: 'Lato'; color: #1b1b1b; background-color: #fff; line-height: 28px; font-weight: normal; font-size: 14px; }
/*-----------------------------------*/
/* loader
/*-----------------------------------*/
#loader-bg {position:fixed; width:100%; height:100%; background:#000 ;z-index:1000; overflow:hidden; transition:all 1s;}
.part {width: 20%; position: absolute; margin: 15% 40%;}
.svgpath { fill: rgba(134,202,19,0); stroke: aqua; stroke-width: 1.5px; stroke-dasharray: 1000; stroke-linecap: round; z-index: 2;}
.svgbg {fill: rgba(255,255,255,0.2); z-index: 1;}
#playload {animation: dash 2.5s reverse ease-in-out infinite;}
@keyframes dash {
  to { stroke-dashoffset: 2000;}
}
.img-circle {
border-radius: 200px 38px 200px 38px;
-moz-border-radius: 200px 38px 200px 38px;
-webkit-border-radius: 200px 38px 200px 38px;
border: 0px solid #000000;}
.topCon .col-sm-9{float:right; }
.topCon .col-sm-9 p{float:left; text-align:left;}
.contactcon{ float:right; margin:10px 20px;}
/*-----------------------------------*/
/* HTML Style
/*-----------------------------------*/
.header, .middle, .footer, .inner, .topCon {width:100%; float:left; position: relative !important; clear:both; }
.topCon {width: 100%; float: left; position: relative; clear: both; background-color: #ffffff; margin: 0;}
.topCon .col-sm-9 {text-align: right;}
.callInfo {width: 100%; float: left; background-color: #fff;}
.navbar-wrapper { width: 100%; float: left; background-color: #233e8d; position: relative !important;     z-index: 1000; }
.navbar-brand {position: absolute; top:0; padding: 0; z-index:3000;}

.navbar {margin-bottom: 0;} 
.navbar-nav {float: right; margin: 0;}
.navbar-inverse { background-color: transparent; border-color: transparent;}
.nav > li > a {font-size: 16px; font-family: 'Roboto'; text-transform:uppercase; font-weight:700; color:#ffffff;}
 .navbar-inverse .navbar-nav>li>a:hover{ background:#148fee;}
 .navbar-inverse .navbar-nav>.active>a:hover {  background:#148fee;}
.nav > li > a > span {text-transform: lowercase; }
.carousel-caption h1{font-size: 58px; font-family: 'Roboto'; text-transform:uppercase; font-weight:700; color:#262626;     margin-bottom: 40px;}
.carousel-caption span{font-size: 33px; font-family: 'Roboto'; text-transform:uppercase;  color:#233e8d;}
element.style {
}
.carousel-caption {
    z-index: 10;
}
.carousel-caption {
margin: 0 0 0 50px;
    left: 10px;
    padding-bottom: 100px;
    text-align: left;
}
.welcomecontainer{width:100%; padding:140px 0 90px 0; position:relative; }
.bluebox{width:60%; top: -84px;  position:absolute; z-index:30; }
.blueleft1{ width:94%;float:left; padding:31px 0;  background:#233e8d; position:relative;  }
.blueright1{ position:absolute; z-index:30px; right: -29px;
    top: 0;} 
.blue1 h2{ font-size: 20px; font-family: 'Roboto'; color:#ffffff;  text-transform:uppercase; line-height:35px; padding:0 60px 0 30px; margin:0;  }
.blue1 p{font-size: 22px; font-weight:700;  color:#ffffff;}
.blue2 h3{ font-size: 20px; font-family: 'Roboto'; color:#ffffff; padding:0 190px 0 30px;  margin:6px 0 10px 0px; font-weight:700;}
.blue2 p{ font-size: 16px; font-family: 'Roboto'; color:#ffffff; padding:0 0 0 58px; font-weight:300; }
.welcomecon{width:100%; background:#f7f7f7; padding:62px 58px; }
.welcomecon h2{font-family: 'Roboto'; font-size:25px; color:#262729; text-transform:uppercase; line-height:40px; margin:0 0 20px 0; font-weight:700;}
.welcomecon h4{font-family: 'Roboto'; font-size:16px; color:#262729; line-height:32px; margin:0 0 10px 0;}
.welcomecon span{color:#d10b0b;}
.welcomecon p{color:#727272; line-height:24px; margin:0 0 28px 0;}
.welcomecon a{ width:34%; padding:11px 18px; background:#df0d0d; color:#ffffff; text-align:center; border:none; margin:0 0 }
.whycon{width:100%; padding:30px 0 0 55px;}
.bluelogo {
    width: 40px;
    background: #148fee;
    color: #ffffff;
    height: 40px;
    margin: 0 0 20px 0;
    line-height: 45px;
    text-align: center;
}
.whycon a{ color:#2e2e2e; font-size:20px; font-family: 'Roboto'; text-transform:uppercase; font-weight:600; text-decoration:none;}
.whycon p{ color:#727272; margin:0 0 30px 0; }
.line{width:90%; height:1px; background:#cccccc; float:right;}
.servicescontainer{width:100%; background:url(../images/header2.jpg) no-repeat; background-size:100% 100%; padding:85px 0; text-align:center;}
.servicescontainer h1{font-family: 'Roboto'; font-size:30px; color:#ffffff; text-transform:uppercase; line-height:50px; margin:0 0 5px 0; font-weight:700;}
.servicescontainer span{font-size: 24px;; font-weight:200;}
.servicescontainer p{ color:#ffffff;  margin: 0 197px 10px;}
.servicecon {width:90%; padding:0;}
.line1{width:100%; height:1px; background:#cccccc; margin:0 0 45px 0; opacity:0.4;}
.servicecon h3{font-family: 'Roboto'; font-size:18px; color:#ffffff; text-transform:uppercase;  margin:0 0 10px 0; font-weight:700; text-align:left;}

.servicecon p{color:#d6d5d5; line-height:24px; margin:0 0 35px 0; text-align:left; font-size:14px; }
.line2{width:100%; height:4px; background:#cccccc; margin:0 0 40px 0; opacity:0.4;}
.doctordetails{width:100%; padding:85px 0 50px; background:#fff;}
.doctordetails h1{font-family: 'Roboto'; font-size:30px; color:#000000; text-transform:uppercase;  margin:0 0 29px 0; font-weight:700; text-align:center;}
.boxcon{ width:100%; height:11px; padding:0; background:url(../images/line.jpg) repeat-x; margin:0 0 40	px 0;}
.box1{width:11px; height:11px; background:#148fee; margin:0 auto;}
.doctorcon{ width:100%; border:solid 1px #ceedfb; padding:0; margin: 50px 0 0 0;}
.doctorcon img{width:33%; height:auto; border-right:solid 1px #ceedfb; float:left; margin-right:40px;}
.doctorcon span{font-family: 'Roboto'; font-size:16px; color:#007ac6; text-transform:uppercase; 
 font-weight:700; text-align:left; }
.doctorcon h4{font-family: 'Roboto'; font-size:14px; color:#000000; text-transform:uppercase; font-weight:700;  margin:40px 0 10px 0; line-height:28px;  }
.doctorcon p{color:#757575; line-height:24px; margin:0 25px 12px 0; text-align:left; }
.doctorcon a{    color: #0074bc;
    margin: 0 0 24px 0;
    text-align: left;
    display: block;}
.line3{ width:100%; height:1px; background:#ceedfb; margin:75px 0 50px 0;}
.appoinment{width:100%; }
.appoinment span{font-family: 'Roboto'; font-size:24px; color:#007ac6; text-transform:uppercase; 
 font-weight:700; text-align:left; }
.appoinment p{font-size:18px; color:#000000; text-transform:uppercase; margin:0px 0 10px 0; line-height:35px;  font-weight:700; float:left; }
.appoinment a{background:#0074bc; padding: 13px 23px; font-size:16px;font-family: 'Roboto'; text-transform:uppercase; float:right; color:#ffffff; font-weight:700;}
.facilitycontainer {width:100%; background: url(../images/header3.jpg) no-repeat; background-size:100% 100%; padding:120px 0; }
.facilitycontainer span{font-family: 'Roboto'; font-size:22px; color:#ffffff; text-transform:uppercase; text-align:left; font-weight:300; }
.facilitycontainer h1{font-family: 'Roboto'; font-size:30px; color:#ffffff; text-transform:uppercase; line-height:45px;  font-weight:700; float:left; margin:0 0 30px 0; }
.facilitycontainer p{font-size:14px; color:#ffffff; margin:7px 0 10px 0; line-height:28px; }
.facilitiescon{width:100%;}
.facilitiescon p{color:#ffffff; margin:0 0 20px 35px;}
.facilitycontainer .line1{ opacity:0.6;}
.facilitiescon1{width:100%;}
.facilitiescon1 p{color:#ffffff; margin:0 0 40px 35px;}
.facilitycontainer a{ color:#ffffff; padding:10px 20px; border: solid 1px #ffffff; text-decoration:none;}
.gallerycontainer{width:100%; padding: 112px 0;}
.gallerycontainer img{width:100%; height:auto;}
.gallerycontainer .col-sm-8 .col-sm-6{ margin:0 0 33px 0;}
.footerconatiner{width:100%; padding: 60px 0 80px 0; background: url(../images/background1.jpg) no-repeat; background-size:100% 100%; } 
.mapcontainer{  width: 90%;
    height: 320px;}
.mapcontainer iframe{width:100%; height:300px; border:none; margin: 0 0 0 50px;}
.footerconatiner h3{font-family: 'Roboto'; text-transform:uppercase; color:#ffffff;  margin:0 0 20px 0;     font-size: 18px;
    float: left;}
.footerconatiner li{ color:#ffffff; text-decoration:none; list-style-type:none; margin: 0 0 10px 0; }
.footerconatiner ul{padding:0; margin:0 0 50px 0;}
.footerconatiner .line1{ opacity:0.3; margin:0 0 20px 0;}
.footerconatiner p{color:#ffffff; margin: 35px 0 40px 0 ;}
.footerconatiner span{font-size:14px; color:#ffffff; text-transform:uppercase;}
.footercon{width:100%; }
.footercon h6{font-size:14px; color:#ffffff; font-weight:400;}
.footercon span{ float:right; text-transform:none;}
.footercon a{ color:#fff;}
.footercon a:hover{ color:#148fee;}
.contactcon a{ color:#000;}
.contactcon a:hover{ color:#233e8d;}
.facilitiescon span{float: left; margin-top: 5px;}
.facilitiescon1 span{float: left; margin-top: 5px;}
.bluelogo span{ font-size:20px;}
.bluecircle{width:40px; height:40px; border-radius:100%; background:#148fee; float:left; margin: 7px 10px 0 0; line-height:40px; text-align:center;}
.bluecircle{ font-size:16px; color:#ffffff;	}
.blue1{width: 40%;
    border-right: solid 1px #ffffff;
    margin: 0 0 0 40px;
    float: left;
}
.blue2{ width:50%; float:left; margin:0 0 0 30PX;}
.blue1 .iconcon{ font-size: 55px;
    font-weight: normal;
    margin: 10px 25px 0 0; float:left; color:#ffffff;}
.blue2 .iconcon{ font-size: 55px;
    font-weight: normal;
    margin: 10px 25px 0 0; float:left; color:#ffffff;}
.facilitycontainer a:hover{ background:#3869cf; color:#ffffff; border:none;}




.thumbnail {
  max-width: 100%;outline: none; border:none;
}
.lightbox {
	/** Default lightbox to hidden */
	display: none;

	/** Position and style */
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
}

.lightbox img {
  margin-top: 10%;
  max-height: 80%;
  max-width: 30%;
}

.lightbox:target {
	/** Remove default browser outline */
	

	/** Unhide lightbox **/
	display: block;
}
.headercon{width:100%; height:auto;}
.headercon img{width:100%; height:auto;}
.aboutcontainer{ width:100%; padding:60px 0; background:#fff; }
.aboutcontainer img{ width:100%; height:auto;}
.aboutcontainer p{ font-size:14px; color:#666666; margin:0 0 15px 0;}
.aboutcontainer h1{font-family: 'Roboto'; font-size:24px; color:#0268b6; text-transform:uppercase; line-height:45px;  font-weight:700; margin:0 0 15px 0; }
.whycontainer{width:100%; padding:60px 0 30px 0; text-align:left; background: url(../images/backgroundabout.jpg) no-repeat; background-size:100% 100%; }
.whycontainer h1{font-family: 'Roboto'; font-size:26px; color:#ffffff; line-height:45px;  font-weight:700; margin:0 0 10px 0; }
.whycontainer p{font-size:14px; color:#ffffff; margin:0 0 40px 0;}
.whyuscon{ width:100%; text-align:center;}
.whyuscon h2{font-family: 'Roboto'; font-size:18px; color:#ffffff; font-weight:700; }
.whyuscon span{font-size:40px; color:#ffffff; font-weight:700; }
.whyuscon p{font-size:14px; color:#ffffff; margin:0 0 30px 0; text-align:center;}
.visioncontainer{width:100%; text-align:center; padding:60px 0;  border-top:solid 1px #0575cc;  background:#f7f7f7;}
.visioncontainer h1{font-family: 'Roboto'; font-size:24px; color:#0268b6;  line-height:45px;  font-weight:700; margin:0 0 10px 0; }
.doctorontainer{  width:100%; padding:60px 0 0; text-align: left; float:left; background:#fff;}
.doctorontainer h1{font-family: 'Roboto'; font-size:30px; color:#0268b6;  line-height:40px;  font-weight:700; margin:0 0 60px 0; }
.doctorontainer p{font-size:14px; color:#757676; margin:0 0 60px 0; text-align:center;}
.doctorcon1{width:100%; height:auto; position:relative; }
.doctorcon1 img{ width:80%; height:auto; margin:0 auto;}
.doctor-name-con{width:80%; background:rgba(2,114,203,0.9); margin:0 auto;}
.doctor-name-con h5{font-size:18px; color:#ffffff; font-weight:700; text-transform:uppercase;}
.doctor-name-con p{font-size:14px; color:#ffffff; text-align:center;}}

.drshivanicon{width:100%; padding:60px 0;}
.drshivanicon img{ width:100%; height:auto;}
.drshivanicon h3{color:#0268b6; font-size:18px; text-align: left; margin-top: 30px;}
.doctorname{ width:100%; padding:10px 30px; background:#f5f5f0;     margin: 0 0 20px 0;}
.doctorname h5{font-size:16px; color:#000; font-weight:700; text-transform:uppercase;     margin-bottom: 0;}
.doctorname p{font-size:16px; color:#0268b6; font-weight:700; }

.serviescontainer{ width:100%; padding:60px 0; text-align:center;}
.serviescontainer h1{font-family: 'Roboto'; font-size:28px; color:#233e8d;  font-weight:700; margin:0 0 10px 0; text-transform:uppercase; }
.serviescontainer p{font-size:14px; color:#232324; margin: 0 60px 30px 60px; text-align:center;}


.serviescontainer img{ width:100%; height:auto;}
.serviescontainer a{ color:#0074bc; font-size:16px; margin:0 0 60px 0; display:inline-block; font-weight:600;  }
.serviescontainer .serviesdata {font-size:14px; color:#232324; margin: 0 166px 70px 125px; text-align:center;}
.glaucomacontainer{ width:100%; padding:60px 0; background:#ffffff; }
.glaucomacontainer h1{font-family: 'Roboto';font-size:28px; color:#233e8d;  font-weight:700; margin:0 0 30px 0; text-transform:uppercase; }
.glaucomacontainer p{font-size:14px; color:#232324; margin: 0 0 20px 0;}
.glaucomacontainer img{ width:100%; height:auto; border:solid 1px #CCCCCC; padding:4px; margin-bottom:20px;}
.glaucomacon h2{font-family: 'Roboto';font-size:18px; color:#233e8d;  font-weight:700; margin:35px 0 10px 0; text-transform:uppercase; clear: both;}
.glaucomacon h4{font-size:16px; color:#233e8d;  margin:0 0 10px 0; text-transform:uppercase; clear: both;}
.glaucomacon h3{font-size:18px; color:#233e8d;  font-weight:700; margin:35px 0 23px 0; text-transform:uppercase; clear: both; text-align:left;}
.glaucomacon p{font-size:14px; color:#232324; margin:0 0 20px 0; clear: both; }
.glaucomacon li{ clear:both; padding: 0;
    margin:0 0 30px 0;}

.glaucomacon .listcon span{ font-size:13px; font-weight:300; color:#233e8d;}
.glaucomacontainer h5{font-size:14px; color:#148fee;  font-weight:700; margin:0 0 12px 0; text-transform:uppercase; }
.glaucomacon{ width:100%; padding:0; }
.corneacontainer{width:100%; padding:60px 0; background:#fff;}
.corneacontainer h1{font-family: 'Roboto'; font-size:28px; color:#233e8d;  font-weight:700; margin:0 0 30px 0; text-transform:uppercase; }
.corneacontainer p{font-size:14px; color:#232324; margin: 15px 0 5px 0;}
.corneacontainer h4{font-size:16px; color:#233e8d;  font-weight:700; margin:40px 0 10px 0; text-transform:uppercase; }

.facilitiescontainer{width:100%; padding:60px 0; background:#ffffff;}
.facilitiescontainer h1{font-family: 'Roboto'; font-size:28px; color:#233e8d;  font-weight:700; margin:0 0 30px 0; text-transform:uppercase; }

.owl-carousel .item{ margin:40px 0;}
.patientcontainer{width:100%; padding:60px 0; background:#ffffff;}
.patientcontainer h1{font-family: 'Roboto'; font-size:28px; color:#233e8d;  font-weight:700; margin:0 0 10px 0; text-transform:uppercase; text-align:center; }

.patientcon1{ width:100%; float:left;}
.patientcon1 img{ width:80%; height:auto;}
.patientcon1 p{font-size:16px; color:#232324; margin: 60px 0 20px 0;}
.patientcon2{ width:100%; float:right;}
.patientcon2 img{ width:80%; height:auto; float:right;}
.patientcon2 p{font-size:16px; color:#232324; margin: 60px 0 20px 0;     text-align: right;}
.patientcon2 h3{ font-size:24px; color:#ffffff; text-align:center; background:#233e8d; padding:8px;}
.patientcon1 h3{ font-size:24px; color:#ffffff; text-align:center; background:#233e8d; padding:8px;}
.patientcon1 .col-sm-12{  background:#fff;}
.patientcon1 ul{ background:#fff;}
.faqcontainer{width:100%; padding:60px 0; background:#ffffff;}
.faqcontainer h1{font-family: 'Roboto'; font-size:28px; color:#233e8d;  font-weight:700; margin:0 0 10px 0; text-transform:uppercase;}
.faqcontainer p{font-size:14px; color:#606061; margin: 0 0 20px 0; }
.faqcontainer .panel-default .panel-heading {
    color: #233e8d;
    background-color: #ececec;
    border-color: #dfdfdf; 
}
.faqcontainer .panel-title>.small, .panel-title>.small>a, .panel-title>a, .panel-title>small, .panel-title>small>a {
    color: inherit;
    font-weight:bold; font-size:16px;
}
.faqcontainer .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
    color: #606061;
}
.faqcontainer img{ width:100%; height:auto; margin:0 0 30px 0;}
.faqcontainer .panel-group .panel { border-radius:0px;}
.faqcontainer .panel { border-radius:0px;}
.cantactcontainer{width:100%; float:left; padding:60px 0;  background:#e8e8e8;}
.cantactcontainer img{ width:25%; height:auto; float:left; margin: 0 0 20px 0;}
.contactcont{width:100%; background:#ffffff; text-align:center;     padding: 40px 0;}
.contactcont h3{font-size:20px; color:#233e8d; font-weight:bold; padding: 25px 0 0 0;}
.contactcont p{font-size:14px; color:#606061; margin: 0 70px 20px 70px;}
.contactcont h4{font-size:18px; color:#233e8d; font-weight:bold;}
.panel-title {font-weight: 700;
}
.faqcontainer .panel-heading:hover{
    color: #fff;
    background-color: #233e8d;
}
.glyphicon-ok:before {
    content: "\e013";
    margin-right: 15px;
	color:#233e8d;
}
.listcon { padding:0;}
.listcon li{ list-style: none;
    background: url(../images/rightarrow.jpg) no-repeat left 7px;
  
    padding-left: 23px; margin-bottom: 8px;}

.listcon1 { padding:0;}
.listcon1 li{ list-style: none;
background: url(../images/rightarrow.jpg) no-repeat left 0px;
    padding-left: 25px;}
.doctorontainer img{width:100%; height:auto;}
.listcon2{ width:50%; float:left; }
.listcon1 li{     list-style: none;}
.listcon span{ font-weight: bold;}
.serves1{width:100%; border:solid 1px #233e8d; padding:0; position:relative; margin:0 0 90px 0;}
.serves1 h3 {
  background: #233e8d;
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  padding: 10px;
  text-transform: uppercase;
}
.serves1 p {
  color: #030303;
  font-size: 14px;
  padding: 20px 10px 45px 10px;
  text-align: center; margin:0;
}
.serviescontainer a {
    background: #233e8d;
    font-size: 14px;
    /* margin: 0 0 60px 0; */
    display: inline-block;
    font-weight: 600;
    position: absolute;
    color: #fffff;
    z-index: 30;
        padding: 8px;
    color: #ffffff;
    bottom: -20px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 120px;}

.serviescontainer a {font-size: 14px;padding: 8px;}
.contactform{ width:96%; padding:40px 0;}
.contactform h1{font-family: 'Roboto'; font-size:28px; color:#233e8d;  font-weight:700; margin:0 0 10px 0; text-transform:uppercase;}
.contactform a{ color:#233e8d; font-size:16px;  margin: 20px; float: left;}
.headercon h1{font-family: 'Roboto'; font-size:28px; color:#233e8d;font-weight:700;text-transform:uppercase;}
.grid figcaption a:hover {
    text-decoration: none;
}

.footerconatiner li a{ color:#ffffff;}
.footerconatiner strong{ font-size:16px;}
.grid cs-style-2 a{right:50px;}
.glaucomacon .treatmentcon{ font-family: 'Roboto'; color:#233e8d; font-size:16px ; text-transform:uppercase;}

.facilitiescontainer .item img{border: 1px solid #edebeb;
    padding: 5px;}
/*-----------------------------------*/

/* Page 404
/*-----------------------------------*/
#page404{text-align:center;}
#page404 img{margin:50px 0; margin-bottom:20px;}
#page404 a{padding: 15px 30px; font-weight:bold; font-size:13px; text-decoration:none}
.btn11 { background: #c9383d; display: inline-block; color: #ffffff; text-transform: uppercase;  padding: 8px 12px 5px 12px; border: none;}
.btn11:hover {background:#9f161b;}

/*-----------------------------------*/
/* Flexible Container
/*-----------------------------------*/
.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%;}
.Flexible-container1 {position: relative; padding-bottom: 20%; height: 0; overflow: hidden; border: none; margin-bottom:0;}
.Flexible-container1 iframe, .Flexible-container1 object, .Flexible-container1 embed {position: absolute; width: 100%;  border: none; top: 0; left: 0; width: 100%; height: 100%;}

/*-----------------------------------*/
/* Contact Styles
/*-----------------------------------*/
.tWidth{width:100%; float:left; text-align:left; color:#233e8d; }
.enquiryBtn {margin: 10px 0 0 0 !important; float:left;}
.textBox{width:100% !important; height:45px !important; margin: 0 0 15px 0; padding: 0 15px; background:#fff; border:solid 1px #233e8d; font-family: 'Lato'; color:#233e8d; font-size:14px;}
.textBoxMulti {width: 100% !important; height: 90px !important; background: #fff; border: solid 1px #233e8d; padding: 0 15px;font-family: 'Lato'; color:#233e8d; font-size:14px;}
.tred{color:#C00;}
.subbtn {background:#233e8d !important; margin: 20px 10px 0 0; display:inline-block; padding: 8px 15px !important;  color:#fff; text-transform:uppercase; text-decoration:none; border-radius: 0 !important; width:100px; border:0;}
.subbtn:hover {background:#fff !important; border: solid 1px #233e8d; color:#233e8d; }
.textBox1{width:30% !important; margin: 0 2px; height:40px !important; background:#fff; border:solid 1px #d5d5d5; font-family: 'Lato'; color:#000; font-size:15px;}

/*-----------------------------------*/
/* Footer Styles
/*-----------------------------------*/
.footer {width: 100%;  font-family: 'Lato'; font-weight: normal; line-height: 30px; font-size: 14px; color: #fff; background: #6891d2; padding: 0 0 20px 0; float: left;  }
.footer h4 { font-family: 'Lato'; font-weight: normal; font-size: 16px; color: #fff; margin: 0 0 15px 0;}
.footer p {border-bottom: 1px solid #9ab4df; line-height: 70px; margin: 0;}
.footer a {color: #fff; padding: 0; text-decoration: none !important; }
.footer a:hover {text-decoration: none !important; color: #c6d9f8;}
.lbmBox {width: 100%; border-top: 1px solid #8a363a; text-align: left !important; padding: 30px 0 0 0;}
.lbm {color: #d3d2d3 !important; } 
.noLine {border-bottom: none !important;}
.futCon {width: 100%; color: #fff; float: left; background: url(../images/futBg.png) no-repeat center bottom; padding: 4.4375% 0 0 0; background-size: 100% auto;}   
.futCon p {border-bottom: 1px solid #9ab4df; line-height: 70px; margin: 0;}
.futCon a {color: #fff; padding: 0; text-decoration: none !important; }
.futCon a:hover {text-decoration: none !important; color: #c6d9f8;}
.futCon img {margin: 0 10px 0 0;}
.socialBox {width: 100%; float: right; padding: 80px 80px 0 0; text-align: right; text-decoration: none;}
.socialBox a {text-decoration: none !important;}
.socialBox a:hover {text-decoration: none !important;}
.box {padding: 0 0 10px 0; border: solid 1px #233e8d ; color: #233e8d; font-size: 18px; font-weight: 500; width: 100%; padding:10px;}
.boxno {border-bottom: none !important; color: #233e8d; font-size: 18px; font-weight: 500;}
/*-----------------------------------*/
/* Table Styles
/*-----------------------------------*/
table { width: 100%; border-collapse: collapse; background-color: #fff; }
tr:nth-of-type(odd) {  background: #f9f9f9; }
th { background: #0866af; color: white; font-weight: bold;  }
td {  padding: 6px 6px 6px 6px;  border: 1px solid #0866af; }
th {  padding: 6px 6px 6px 6px;  border: 1px solid #fff; }

.line4{ width:100%; height:1px; background:rgba(255,255,255,0.2); margin:30px 0 30px 0;}
.headindtextcon{ width:60%; position:absolute; z-index:50;    top: 190px;
    left:60px;}
.headindtextcon p{font-family: 'Lato'; font-size:40px; font-weight:700; color:#fff;     margin-left: 50px; }
.drshivanicon {
    width: 100%;
    padding: 80px 0; background:#fff;
}	
.drdata{ width:100%; padding:0 0 20px 0;}
.drdata p{font-family: 'Lato'; font-size:14px; color:#000; margin:10px 0; }
.drdata h5{font-family: 'Lato'; font-size:16px; color:#0866af;  }
.experiencedata{ width:100%; padding:20px 0 20px 0;}
.experiencedata ul{ margin:0;}
.experiencedata li{ font-family: 'Lato'; font-size:14px; color:#000; margin:10px 0; }
.experiencedata h5{font-family: 'Lato'; font-size:16px; color:#0866af;  }
.glyphicon glyphicon-ok{ font-size:18px; color:#0866af;}
.servicecon a{ text-decoration:none;}
.footerconatiner p{ color:#fff;}
.welcomecon a:hover{ text-decoration:none; background:#148fee;}
.doctorcon a:hover{ text-decoration:none;}
.appoinment a:hover{ text-decoration:none;}
.footerconatiner li a:hover{ text-decoration:none}
.drshivanicon p {
    font-size: 14px;
    padding: 0 30px 0 0; line-height:30px;
}
.drshivanicon li{list-style: none;
    background: url(../images/rightarrow.jpg) no-repeat left 7px;
    padding-left: 23px; margin-bottom:8px; line-height:28px;}
	
	
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    
    background:#233e8d;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 0;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; z-index: 1;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background:#148fee;
}


/* Extra Things */
body{background: #eee ;font-family: 'Lato';}
h3{font-size: 30px; font-weight: 400;text-align: center;margin-top: 50px;}h3 i{color: #444;}
.appoinment a:hover { background:#233e8d;} 
.dropdown-menu > li > a {font-size: 16px;}
.headindtextcon1{ width:60%;}
.headindtextcon1 p {
	font-family: 'Lato';
	font-size: 24px;
	color: #0268b6;
	margin:0 0 25px 6px; font-weight:700;
}
.corneacontainer img{ width:100%; height:auto;}
.nextlinecon{ display:none;}
.gallerycontainer img{ width:100%; height:auto;}
.footerconatiner .pull-right{ margin:0;}
.retinacon img{ width:100%; height:auto; padding:5px; border:solid 1px #CCC; margin-top:15px; }
.glaucomacon1 img{width:100%; height:auto; padding:4px; border:solid 1px #CCC; margin-bottom:25px;}
/*==========  Non-Mobile First Method  ==========*/
@media screen and (max-width:1366px) {
.blue2 h3 {padding: 0 184px 0 30px;}
}
@media screen and (max-width:1280px) {
	.blue1 h2 {font-size: 18px;}
	.blueleft1 {width: 100%;}
	.blue2 h3 {padding: 0 185px 0 0;}
}
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
.container {width: 95%;}
.navbar-brand img {width: 70%; height: auto;}
.carousel-control {top: 20%;}
.navbar-brand img {
  height: auto;
  width: 100%;}
  .bluebox {width: 65%;}
}
@media only screen and (max-width : 1180px) {
.blueleft1 {width: 100%;}
.contactcon { margin: 5px 20px;}
.patientcon1 p {margin: 44px 0 20px;}
.patientcon2 p {margin: 44px 0 20px;}
}
@media only screen and (max-width : 1115px) {
.blue1 h2 {font-size: 18px;}
.patientcon1 p {margin: 30px 0 20px;}
.patientcon2 p {margin: 30px 0 20px;}
}
@media only screen and (max-width : 1024px) {
.blue2 h3 {
    padding: 0 132px 0 0;
}
.blue2 {margin: 0 0 0 20PX;}
.doctorcon h4 {margin: 12px 0 12px 0;}
.blue2 p {
    font-size: 14px;}
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
.navbar-header {float: none; padding: 20px 0 40px 0;} 
.navbar-wrapper {padding: 0; margin: 0; position: relative;}
.navbar-brand {width: 100%; position: relative;  clear: both; }
.navbar-collapse {width: 100%; position: relative; }
.nav > li > a {padding: 18px; font-size: 16px;}
.carousel-control {top: 40%;}
.navbar-header{display:none;}
.navbar-brand img { height: auto; margin:24px 0; width: 100%;}
.blue1 .iconcon {font-size: 32px;}
.blue1 h2 {font-size: 16px;}
.blue1 p {font-size: 20px;}
.blue2 .iconcon {font-size: 32px;}
.blue1 {margin: 0 0 0 30px;}
.blue2 h3 {font-size: 20px;}
.welcomecon h2 {font-size: 22px;}
.servicescontainer p { margin: 0 100px 58px;}
.doctorcon h4 {margin: 15px 0 8px;}
.doctorcon a {margin: 0 0 10px;}
.doctorcon p { margin: 0 0 6px;}
.doctordetails {padding: 45px 0;}
.appoinment span {font-size: 21px;}
.appoinment p {font-size: 16px;}
.facilitycontainer {padding: 75px 0;}
.gallerycontainer { padding: 75px 0;}
.footerconatiner p {font-size: 13px; margin: 35px 0 75px;}
.servicescontainer p {margin: 0 0 55px;}
.carousel-caption span {font-size: 30px;}
.carousel-caption h1 {font-size: 50px;}


}
@media only screen and (max-width : 980px) {
.doctorcon img {width: 14%;}
.servicescontainer{ background:#415699;}
.line2{display:none;}
.doctorcon a {
  margin: 0 0 14px;
}
}
@media only screen and (max-width : 920px) {
.blue2 h3 {
	font-size: 19px;
}
.blue1 p {
	font-size: 18px;
}
.blue2 {margin: 0 0 0 26PX;
}
}
@media only screen and (max-width : 850px) {
.blue1 h2 {padding: 0 15px 0 30px;
}
.blue2 {margin: 0 0 0 15PX;
}
.blue2 p {
	font-size: 15px;
}
.nav > li > a {

	font-size: 13px;
}
.doctorname h5 {
	font-size: 15px;
}
}
@media only screen and (max-width : 800px) {
.nav > li > a { font-size: 12px;}
.bluecircle {height: 30px; line-height: 30px; width: 30px;}
.bluecircle {font-size: 14px;}
.contactcon p{ margin:0;}
.blue1 .iconcon {font-size: 28px;}
.blue1 h2 {font-size: 15px;}
.blue1 p {font-size: 18px;}
.bluebox { width: 70%;}
.blue1 {margin: 0 0 0 18px;}
.blue1 .iconcon {font-size: 32px; margin: 18px 19px 0 0;}
.blue2 p {font-size: 14px;}
.welcomecon h2 {
  font-size: 18px;
}
.whycon h2 {font-size: 18px;}
.doctorcon img {width: 20%;}
.doctorcon h4 {
  margin: 20px 0 8px;
}
.doctorcon a {
  margin: 0 0 22px;
}
.doctorcon p {
  margin: 0 0 16px;
}
.blue2 .iconcon {margin: 18px 25px 0 0;}
.footerconatiner p {margin: 16px 0 25px;}

.bluebox{display:none;}
.nav > li > a {padding: 18px;}
.welcomecontainer {
  padding: 75px 0 90px;
}
.aboutcontainer .col-sm-8{ width:100%;}
.aboutcontainer .col-sm-4{ width:100%;}
.aboutcontainer img { margin: 0 15%;
  width: 70%;
}
.serviescontainer .col-xs-3{ width:50%;}
.serviescontainer .serviesdata{ margin:0 0 40px 0;}
.patientcon1 p {margin: 24px 0 20px;}
.patientcon2 p {margin: 24px 0 20px;}
.patientcontainer .col-xs-4{ width:100%;}
.patientcontainer .col-xs-8{ width:100%;}
.patientcontainer img{margin:25px 0 0 0;}
.patientcontainer p{ text-align:center; margin:0;}
.faqcontainer img {
  height: auto;
  margin: 15px 10%;
  width: 70%;
}
.faqcontainer .col-sm-4{ width:100%;}
.faqcontainer .col-sm-8{ width:100%;}
.headindtextcon {top: 155px;
}
.navbar-brand img { height: auto; margin:24px 0; width: 100%;}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
.navbar-wrapper {position: absolute !important;}
.navbar-wrapper { margin: 0;}
.header { margin: 9% 0 0 0;}
.navbar-brand {width: 70%; position: absolute;}
.navbar-brand img {width:40%; height: auto; margin: 0;}
.navbar-inverse { background-color: #0c72b1; border-color: #0c72b1;}
.navbar-header [class^="icon-"], [class*=" icon-"] {padding: 2px 0 !important; margin: 0;}
.navbar-header {float: none; padding: 10px 0 10px 0;} 
.navbar-toggle {margin-top: 14px; margin-bottom: 14px; z-index: 9999;} 
.navbar-inverse .navbar-toggle {background-color: #fff;}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {background-color: #fff}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {border-color: #85c4eb;}
.navbar-inverse .navbar-toggle {border-color: #fff;}
.navbar-inverse .navbar-toggle .icon-bar {background-color: #0867a3;}
.navbar-collapse {padding: 0px;}
.navbar-nav {float: none; width: 100%;}
.nav > li { border-bottom:  1px dotted #85c4eb; padding: 0;}
.navbar-brand {padding: 10px 0 0 0;}
.navbar-collapse.in { overflow-y: hidden;}
.navbar-header{display: block;}
.navbar-inverse { background-color: #233e8d;}
.header {
  margin: 0% 0 0;
}
.welcomecontainer {
  padding: 80px 0 90px;
}
.welcomecon h2 {
  font-size: 20px;
}
.mapcontainer iframe {margin: 0;}
.mapcontainer {width: 100%;}
.mapcontainer{ margin:0 0 25px 0 ; }
.facilitycontainer .col-xs-12{ text-align:center;}
.facilitycontainer h1{ float:none; margin:0 auto 15px auto;}
.facilitiescon1 p { margin: 0 0 20px 35px;}

.footerconatiner { padding: 60px 0 35px;}
.doctorcon a {
  margin: 0 0 13px;
}
.contactcon{display:none;}

.line{width:100%;}

.whycontainer{ background:#415699;}
.navbar-wrapper {
  position: relative !important;
}
.grid li {width: 100%;
}
.contactform h1 {font-size: 24px;
}
.tWidth { text-align:center;}
/*.textBox {width: 80% !important;}
 .textBoxMulti {width: 80% !important;}*/
 .contactform {
    width: 80%;
    padding: 40px 0;
    margin: 0 auto;
}
.enquiryBtn { float:none;}
.dropdown-menu{ display:none;}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
	color: #fff;
	font-size: 14px;
	border-bottom: solid 1px rgba(35,62,141,0.4);
	padding: 15px 20px; background:#148fee;
}
.dropdown-menu {width: 100%;
}
.dropdown-menu > li > a {
	font-size: 14px;
	font-weight: 100;
}
.headindtextcon {top: 125px;
}
.headindtextcon p {
	font-size: 34px;
}
.aboutcontainer h1 {
	margin: 0 0 10px 5px;
}
.grid {
	width: 77%;
}
.navbar-brand img {
	width: 36%;
	height: auto;
	margin: 0;
}
.navbar-header {
	float: none;
	padding: 0 0 0 0;
}

.drshivanicon {
	padding: 45px 0;
}
.navbar-brand{ width:100%; position:relative; }
.navbar-brand img{ width:100%;     margin-top: 10px;}
.nav > li > a{ padding:16px 10px; font-size:14px;}
.dropdown-menu{ min-width: 300px;}
.welcomecon {padding: 62px 30px;}
.whycon {padding: 30px 0 0 30px;}

}
@media only screen and (max-width :767px) {
.navbar-brand {
    width: 32%;
    position: absolute; padding:0}
	.navbar-wrapper{ float:none; position:absolute !important; }
	.carousel-caption{ padding-bottom:0;}

	.gallerycontainer .col-sm-4 img { margin: 0 0 30px 0;}
	.carousel-caption h1{ display:none;}
	.carousel .item {
    padding:8.714286% 0 0 0;}
	.carousel-inner > .item > img {
    position: relative;}
	.headercon img{    padding: 64px 0 0 0;
}
.glaucomacon1 img{width:60%;}
.retinacon img{ width:60%;}
}
@media only screen and (max-width :700px) {
.doctorcon img {
	width: 25%;
}
.listcon2{ width:100%;}
}
@media only screen and (max-width :600px) {
.doctorcon img {
	width: 29%;
}
.headindtextcon p {
	font-size: 32px;
}
.aboutcontainer {
	width: 100%;
	padding: 40px 0;
}
.grid {
	width: 88%;
}
.drshivanicon {
	width: 100%;
	padding: 40px 0;
}
.footercon h6 {text-align: center;
}
.footercon span {text-align: center; float:left; margin:10px 120px;
}
.nextlinecon{ display:block; float:none;}

}
@media only screen and (max-width :550px) {
.grid {
	width: 96%;
}
.footerconatiner{ background:#0b1433;}
.gallerycontainer img {
    margin: 20px 15%;
    width: 70%;
}
.gallerycontainer .col-sm-4 img {
    margin: 20px 15%;
    width: 70%;
}
.headindtextcon1 {
    width: 100%;
}
}
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
.aboutcontainer h1 { font-size: 20px;}
.whycontainer h1 {font-size: 20px;}
.whyuscon h2 {font-size: 16px;}
.doctorontainer h1 {font-size: 22px;}
.serviescontainer .col-xs-3{ width:100%;}
.grid {
	width: 100%;
}
.grid figcaption h3 {font-size: 18px;
}
.navbar-brand { padding-top:5px;
    width: 42%;}
	.appoinment p {
    font-size: 14px;}
	
.footercon span{ float:none;}
.pull-right{float:none !important;}
.footerconatiner .pull-right{ margin-top:15px;}
.servicescontainer h1{ font-size:24px;}
.glaucomacon1 img{width:80%;}

.retinacon img{ width:80%;}
}
/* Custom, iPhone Retina */ 
@media only screen and (max-width : 360px) {
        .topCon .col-sm-3{ width:100%;}
		.navbar-brand {
  padding: 22px 0 0;
}
.navbar-brand {
  position: absolute;
  width: 100%;
}
.footercon span {
  float: left;
  text-align: center;
  text-transform: none;
  width: 100%; margin:0
}
.footercon h6 {text-align: center;
}
.footerconatiner .col-xs-6{ width:100%;}
.footerconatiner ul { margin:0;}
.footerconatiner h3 { margin: 30px 0 20px;}
.gallerycontainer img {
  margin: 15px 10%;
  width: 80%;
}
.facilitycontainer {background:#2f4e94;}
.doctorcon p {
  margin: 0 8px 18px;
}
.doctorcon a {
  margin: 0 8px 13px;
}
.appoinment span {
  font-size: 16px;
}
.appoinment p {
  font-size: 13px;
}
.appoinment {
  margin: 0 5%;
  text-align: center;
  width: 90%;
}
.appoinment a {
  font-size: 16px;
  margin: 0 12%; padding:10px 23px;
}
.servicescontainer {padding: 40px 0;}
.whycon { padding: 30px 0 0 10px;}
.grid figcaption h3 {
	font-size: 16px;
	/* text-align: center; */
}
.navbar-brand {z-index: 10000;}

.navbar-toggle {
    z-index: 10000000
}
.navbar-brand {
    position: absolute;
    width: 70%;
}
.navbar-brand img {
    width: 80%;
    height: auto;
    margin: 0;
}
.gallerycontainer .col-sm-4 img {
    margin: 20px 0;
    width: 100%;}
	
.gallerycontainer img{margin: 20px 0;
    width: 100%;}
}