@charset "utf-8";
/* CSS Document */


*{
	padding:0px;
	margin:0px;
}
html{
	height:100%;
}
body{
	font-family:'Roboto';
	color:#000;
	height:100%;
	background:#fff;
	overflow-x:hidden;
}
body.modal-open {
    overflow: visible;
}
a:hover{
	text-decoration:none;
}
a,a:active ,img {
	list-style:none;
	text-decoration:none;
	border:none;
	outline:none;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;

}
p a{
	color:#2a45a6;
	font-weight:normal;
	font-size:14px;
	padding-left:3px;
}
li{
	list-style:none;
}
ul.bullets{
	padding-left:20px;
}
ul.bullets li{
	list-style:inherit;
	margin-bottom:8px;
}
label{
	display:block;
}
.form-group label{
	color:#444;
	font-weight:normal;
}
p{
	font-size: 15px;
    line-height: 26px;
	margin:0;
	font-weight:lighter;
}
.inline{
	display:inline;
}
.inline *{
	display:inline-block;
}
h1,h2,h3,h4,h5,h6{
	font-family:'Roboto';
	margin:0px;
}
input[type=submit]{
	cursor:pointer;
	border:none;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
}
button{
	outline:none;
}
.float-none{
	float:none !important;
}
select{
    background: none;
}
.mrg-right{
	margin-right:0px !important;
}
.mrg-left{
	margin-left:0px !important;
}
.clear-bottom{
	margin-bottom:0 !important;
}
.hide{
	display:none;
}
.padd-15{
	padding:15px;
}
.padd-20{
	padding:20px;
}
.overlay-leftTop{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:9;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
}
header{
	position:relative;
	background:#fff;
	z-index:10
}
.menu-overlay{
    background-color: rgba(0,0,0,0.6);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    opacity: 0;   
    visibility: hidden;

    transition: all 0.3s ease, color 0.3s ease;
    -webkit-transition: all 0.3s ease, color 0.3s ease;
    -moz-transition: all 0.3s ease, color 0.3s ease;
}
.table-cell-middle{
	display:table-cell;
	vertical-align:middle;
}
.navbar li a{
	font-weight: 500;
	text-transform:uppercase;
}
.navbar-brand{
    margin-top: 10px;
    margin-left: 12px !important;
}
.band-text{
    font-size: 14px;
}
a.btn-enquiry{
	font-size:17px;
	color:#fff;
	float:left;
	text-transform:uppercase;
	padding:8px 22px;
	margin-top:14px;
	background:#182d8d;
        margin-right: 10px;
	border-right:3px solid #ff4200;
	border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.right-logo{
    width: 140px;
    float: left;
    padding-top: 15px;
}
header{
	width:100%;
	min-height:62px;
	position:fixed;
	top:0px;
	left:0;
	right:0;
	background:#fff;
	box-shadow:0 3px 5px rgba(0,0,0,0.1);
	overflow:hidden;
}
.bn-cont-info{
    position: absolute;
    right: 0px;
    top: 0px;
    color: #fff;
    padding: 10px;
    background: #f25822;
    z-index: 9;
    border-bottom-left-radius:10px;
}
.bn-mail{
    float: left;
    margin-right: 12px;
    border-right: 2px solid #ccc;
    padding-right: 12px;
}
.bn-phone{
    float: left;
}
.bn-phone a{
    color: #fff;
}
.sliderWrapper{
	position:relative;
	background:#006dce;
	margin-top:75px;
}
.sliderHalf{
	width:50%;
	float:left;
}
.sliderHalf.blue{
	text-align:center;
	display:table;
	height:100%;
	background:#006dce;
}
.sliderCont{
	visibility:hidden;
	display:inline-block;
	padding-top: 20%;
}
.slSpan{
	position:relative;
	display:inline-block;
	padding:0px 70px;
	margin-bottom:15px;
}
.slSpan:before{
	position:absolute;
	left:0px;
	top:50%;
	right:0px;
	content:'';
/*	border-bottom:1px solid #fff;*/
}
.slSpan span{
    position: relative;
    z-index: 5;
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0px 10px;
    display: inline-block;
    background: #ff4200;
}
.sliderCont h1{
	font-size:73px;
	color:#fff;
	font-weight:500;
	line-height:60px;
	margin-bottom:30px; 
}
.sliderCont h1 span{
	font-size:42px;
	display:block;	
	line-height:58px;
	font-weight:lighter;
	text-transform:uppercase;
	vertical-align:text-top;
}
.navbar a.active{
	color:#ff4200 !important;
}
.sliderCont a{
	display:block;
	padding:13px 0;
	font-size:18px;
	color:#fff;
	font-weight:500;
	text-transform:uppercase;
	border:1px solid #223792;
	border-bottom:1px solid #fff;
	background:#223792;
	margin-top:30px;
	max-width:60%;
	margin:auto;
	box-sizing: border-box;
}
.sliderCont a:hover{
	background:#ff4200;
	border:1px solid #fff;
}
a.arrow-scroll{
	position:absolute;
	left:50%;
	width:60px;
	height:60px;
	margin-left:-30px;
	bottom:75px;
	background:#fff url(../images/down-arrow.png) no-repeat center;
	border-radius:50%;
	z-index:9;
}
a.arrow-scroll:hover{
	bottom:70px;
}
.aboutWrapper{
	padding:30px 0;
}
.pageTitle h2{
	font-size:36px;
	color:#232323;
	font-weight:normal;
}
.aboutContent h3{
	font-size:18px;
	color:#ff4200;
	line-height:15px;
	text-transform:uppercase;
	padding-left:12px;
	position:relative;
	margin-bottom:10px;
}
.abtTop{
	margin-bottom:25px;
}
.aboutContent h3:before{
	content:'';
	width:3px;
	position:absolute;
	left:0px;
	height:100%;
	background:#233892;
}
.about-cnt{
	padding-left:15px;
}
.about-cnt p{
	font-size:14px;
	line-height:22px;
	color:#585858;
	font-weight:normal;
	margin-bottom:10px;
}
a.readmore{
	font-size:14px;
	color:#686868;
	padding:5px 10px;
	border:1px solid #e0e0e0;
	border-radius:20px;
	display:inline-block;
}
a.readmore:hover{
	color:#fff;
	border:1px solid #ff4200;
	background:#ff4200;
}
.visionWrapper{
	width:100%;
	display:table;
	background:#f5f5f5;
	margin-bottom:25px;
}
.visionLeft{
	float:left;
	width:30%;
}
.visionRight{
	width:70%;
	float:left;
}
.visionContent{
	padding:30px 20px;
}
.visionContent p{
	font-size:18px;
	line-height:25px;
	font-weight:lighter;
}
.relative{
	position:relative;
}
.page-in{
	display:none;
	position:absolute;
	left:15px;
	bottom:0;
	font-size:14px;
	color:#000;
	opacity:0.3;
	text-transform:uppercase;
}
.page-in.in{
	bottom:30px;
}
.facilitiesWrapper{
	background:#c3e8f0 url(../images/fac-bg.jpg) no-repeat center fixed;
}
.facilitiesWrapper-new{
    background: #eee;
}
.mg-img{
    width: 100px;
    margin-right: 10px;
}
.round-img{
    border-radius: 50%;
}
.facilitiesWrapper-new h3{
    margin-bottom: 10px;
    color: #2b2b2b;
}
.pagTitle-padd{
	padding-top:50px;
}
.facListWrapp{
	width:50%;
	padding:50px;
	float:left;
	height:100%;
	display:table;
	box-sizing:border-box;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
}
.facListWrapp:hover{
	background:#fff;
	box-shadow:0px 2px 10px rgba(0,0,0,0.05);
}
.fecImg{
	background:#fff;
	border:1px solid #fff;
	margin-bottom:15px;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
}
.fecImg img{
	width:100%;
}
.facListWrapp:hover .fecImg{
	border:1px solid #eee;
	transform:scale(1.02);
}
.fecContent h3{
	font-size:25px;
	color:#223792;
	font-weight:bold;
	margin-bottom:10px;
}
.fecContent p{
	font-size:13px;
	color:#333;
	font-weight:normal;
	line-height:22px;
	margin-bottom:12px;
}
.fecContent a{
	font-size:15px;
	color:#2c2c2c;
	font-weight:bold;
}
.fecContent a:hover{
	text-decoration:underline;
}
.facListWrapp:hover h3{
	color:#393939;
}
.facListWrapp:hover a{
	color:#223792;
}
.servicesWrapper{
	padding:60px 0;
	background:#fff;
}
.srv-List h4{
	font-size:17px;
	margin-bottom:10px;
	font-weight:500;
	line-height:18px;
}
.srv-List ul.float{
	float:left;
	margin-right:50px;
	margin-bottom:20px;
}
.srv-List li{
	font-size:15px;
	margin-bottom:3px;
        color: #333;
        padding-left: 15px;
        position: relative;
}
.srv-List li:last-child{
    display: none;
}
.srv-List li:before{
    width:4px;
    height:4px;
    content: '';
    position: absolute;
    left: 0px;
    top: 9px;
    border-radius:50%;
    background: #555;
}
.serCatLine{
	padding-bottom:30px;
	margin-bottom:30px;
	border-bottom:1px solid #e9e9e9;
}
.galleryWrapper{
	padding:60px 0;
	background:#1588ed;
}
.pageTtlWhite h2{
	color:#fff;
}
.galleryWrapper{
	position:relative;
}
.gallerySlideItem li{
	width:50%;
	display:table;
	float:left;
	padding:5px;
	box-sizing:border-box;
}
.gallImgWrapp{
	width:100%;
	float:left;
	position:relative;
}
.gallImgWrapp img{
	width:100%;
}
.gallImgWrapp:hover .gallOverlay{
	opacity:1;
}
.gallOverlay{
	background:rgba(255,66,0,0.2);
	opacity:0;
}
.gallOverlay i{
	position:relative;
	top:50%;
	left:50%;
	margin-left:-10px;
	margin-top:-10px;
	display:block;
	width:20px;
	height:20px;
	background:url(../images/icon-2.png) no-repeat center;
}
.galleryWrapper .carousel-control{
	position:absolute;
	top:50%;
	width:50px;
	height:31px;
	border-radius:15px;
	opacity:1;
	margin-top:-10px;
	background-color:#223792;
	background-repeat:no-repeat;
	background-position:center;
}
.galleryWrapper .item ul{
	width:100%;
	display:table;
}
.galleryWrapper .carousel-control:hover{
	background-color:#ff4200;
}
.galleryWrapper .carousel-control.left{
	left:-55px;
	background-image:url(../images/left.png);
}
.galleryWrapper .carousel-control.right{
	right:-55px;
	background-image:url(../images/right.png);
}
.carousel-indicators li.active{
	background:#ff6400;
}
.modal-header h4{
	color:#fff;
}
.enqWrapp input[type=text]{
	border:1px solid #e2e2e2;
	width:100%;
	height:30px;
	max-width:340px;
	border-radius:5px;
	padding-left:5px;
	margin-bottom:10px;
}
.enqWrapp textarea{
	border:1px solid #e2e2e2;
	width:100%;
	height:100px;
	max-width:340px;
	border-radius:5px;
	padding-left:5px;
	margin-bottom:10px;
}
.enqWrapp label{
	width:70px;
	vertical-align:top;
}
.enqWrapp{
	max-width:410px;
	margin:auto;
}
.enqWrapp input[type=submit].submit{
	padding:5px 30px;
}
.facilities-dtlWrapp{
	padding:50px;
}
.facilities-dtlWrapp h2{
    font-size: 25px;
    color: #223792;
    font-weight: bold;
	padding-bottom:10px;
	border-bottom:1px solid #eee;
    margin-bottom: 20px;

}
.facilities-dtlWrapp h3{
	font-size:18px;
	color:#333;
	font-weight:500;
	margin-bottom:10px;
}
.facilities-dtlWrapp p {
    font-size: 13px;
    color: #333;
    font-weight: normal;
    line-height: 22px;
    margin-bottom: 12px;
}
.fac-content{
	margin-bottom:15px;
}


.contactWrapper{
	padding:60px 0;
	background:#f5f5f5;
}
.map{
	height:280px;
	background:#fff;
	margin-bottom:20px;
}
.location{
	margin-bottom:15px;
}
.location p{
	font-size:13px;
	font-weight:normal;
	line-height:20px;
	color:#555;
	margin-bottom:5px;
}
p.mail-color{
	color:#223892;
}
.phone{
	background:#fff;
	border:1px solid #ccceda;
	border-radius:20px;
	margin-top:10px;
	padding:10px;
}
.phone a{
    color: #222;
}
.phone i{
	width:63px;
	height:38px;
	float:left;
	margin-top:2px;
	border-radius:20px;
	background:#f25822 url(../images/icon-1.png) no-repeat center;
}
.phone span{
	float:left;
	font-size:15px;
	color:#333;
	line-height:20px;
	padding-left:10px;
	font-weight:normal;
}
.cntBtm h3{
	font-size:17px;
	color:#444;
	margin-bottom:10px;
}
.form-control{
	height:38px;
	background:#fff;
	border:none;
	border-radius:3px;
	box-shadow:0 2px 5px rgba(0,0,0,0.05);
}
.form-group label{
	font-size:14px;
}
.form-group textarea{
	height:100px;
}
input[type=submit].submit{
	font-size:19px;
	color:#fff;
	float:right;
	padding:8px 30px;
	text-transform:uppercase;
	border-top-left-radius:25px;
	border-bottom-right-radius:25px;
	background:#ff4200;
	box-shadow:0 2px 5px rgba(0,0,0,0.1);
}
input[type=submit].submit:hover{
	background:#1f3490;
}
footer{
	padding:100px 0;
	background:#26305a;
	border-bottom:4px solid #0177b5;
}
.footerWrapp{
	text-align:center
}
.footerContent{
	display:inline-block;
}
.social{
	padding:0px 70px;
	position:relative;
}
.social:before{
	content:'';
	border-bottom:1px solid #fff;
	position:absolute;
	left:0;
	right:0;
	top:50%;
}
.social li{
	display:inline-block;
	margin:0px 5px;
}
.social li a{
	display:block;
	width:55px;
	height:55px;
	border-radius:50%;
	background:#fff;
	border:1px solid #fff;
	background-repeat:no-repeat;
	background-position:center;
}
.social li a:hover{
	border:1px solid #ff4200;
}
.social ul{
	padding:0 10px;
	background:#26305a;
	position:relative;
	z-index:9;
}
.social li a.facebook{
	background-image:url(../images/facebook.png);
}
.social li a.twitter{
	background-image:url(../images/twitter.png);
}

.social li a.linkdin{
	background-image:url(../images/linkdin.png);
}
.websiteInfo p{
	font-size:12px;
	color:#d8def9;
	font-weight:lighter;
	line-height:18px;
}
p.easysoft img{
	position:relative;
	left:5px;
}
.thanks{
	background: #188d21;
}
.doctors-wrapper{
    padding: 50px 0px;
}
.dct-img{
    width: 26%;
    float: left;
    padding-right: 20px;
}
.dct-img p{
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    padding-right: 10px;
}
.dct-img h3{
    font-weight: normal;
    margin: 5px 0;
    font-size: 20px;
}
.dct-content-wrapp{
    width: 70%;
}
.dct-content-wrapp p{
    margin-bottom: 7px;
    line-height: 23px;
}
.dct-content-wrapp p{
    font-weight: normal;
    font-size: 15px;
    color: #333;
}
.qlf-wrapp{
    margin-bottom: 30px;
}
.qlf-wrapp h3{
    font-size: 20px;
    color: #222;
    margin-bottom: 10px;
}