﻿@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
}

a {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

.topbar {
	background: #104e71;
	padding: 4px 0px;
	border-top: 8px solid #104e71;
}

.phone-txt {
	text-align: left;
	font-size: 15px;
	color: #fff;
}

.phone-txt a {
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	text-align: left;
	line-height: 37px;
}

.phone-txt p {
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	text-align: left;
	margin: 0px;
	padding: 0px;
	text-align: center;
	padding-top: 8px;
}



.logo {
	float: left;
}

.logo img {
	width: 35%;
}

#navbar {
	padding: 0px;
}

#main_nav {
	padding: 10px 0px;
	background: #fcfcfc;
	transition: 0.5s;
}

#banner {
	border-bottom: 5px solid #104e71;
	;
}

#banner img {
	width: 100%;
}

.gray-clr {
	background: #f2f2f2;
	padding: 10px 0px 19px;
}

.cption {
	color: #6d6d6d;
}

.cption p {
	font-size: 16px;
	padding: 0px;
	margin: 0px;
}

.cption span {
	font-size: 26px;
}

.cption a {
	background: #0a3380;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	padding: 14px 35px;
	border-radius: 3px;

	padding: 14px 35px;
	border-radius: 3px;
	margin-top: 11px;
	display: inline-block;
	text-decoration: none;
	border: 1px solid #0a3380;

}

.cption a:hover {
	background: transparent;
	color: #0a3380;

}





.middle-part {
	padding: 50px 0px;
}

.middle-part-int {
	padding: 20px 0px;
}

.cmn-cnt {
	text-align: left;
}

.cmn-cnt p {
	font-size: 15px;
	color: #777777;
	line-height: 26px;
	margin-bottom: 12px;
}

.cmn-cnt h1 {
	font-size: 30px;
	color: #104e71;
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: uppercase;
	padding-bottom: 8px;
}

.cmn-cnt h1:after {
	height: 4px;
	width: 80px;
	background: #104e71;
	display: block;
	margin-top: 8px;
	content: '';
}

.cmn-cnt-img {
	text-align: left;
}
.cmn-cnt ol li {
	color:#777777;
	margin:16px 0px;
	
}

.cmn-cnt ul li {
	list-style: lower-alpha;
	margin:4px 0px;
	color: #777777;
}










.lime-green-bg {
	background: #eef0ef;
}

.feature-image img {
	display: block;
	max-width: 100%;
	height: auto;
}

.dr-prof {
	padding: 100px 0px 0px;
}

.dr-prof h2 {
	font-size: 26px;
	color: #0a3380;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0px;
}

.dr-prof p {
	font-size: 15px;
	line-height: 26px;
	color: #3b3b3b;
	padding-top: 15px;
}

.dr-prof span {
	font-size: 15px;
	color: #0a3380;
	display: inline-block;
}

.pg-head {
	text-align: center;
	padding: 50px 0px 40px;
}

.pg-head h3 {
	font-size: 30px;
	color: #0a3380;
	font-weight: bold;
	text-transform: uppercase;
}

.pg-head h3:after {
	height: 4px;
	width: 80px;
	background: #0a3380;
	display: block;
	content: '';
	text-align: center;
	margin: 0 auto;
	margin-top: 15px;
}



.services-main {
	background: url("../images/dr-sign.png") no-repeat top center;

}

.dr-prfl {
	color: #0b8ad5;
}

.dr-prfl h4 {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px;
}

.dr-prfl p {
	font-size: 17px;
	padding: 0px;
	margin: 0px;
}

.dr-prfl.rl {
	text-align: right;
}

.mrgn50 {
	margin-bottom: 60px;
}


.facilites-bg {
	background: url(../images/facilities-bg.jpg) no-repeat center fixed;
	position: relative;
	background-size: cover;
}

.facilites-cover {
	background: rgba(255, 255, 255, 0.8);
	padding: 0px 0px 40px;
}

.facilites {
	text-align: left;
}

.facilites ul {
	margin: 0px;
	padding: 0px;
}

.facilites ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 15px;
	color: #0a3380;
	text-decoration: none;
	padding-bottom: 13px;
	font-weight: bold;
}

.facilites ul li a {
	font-size: 15px;
	color: #0a3380;
	text-decoration: none;
	font-weight: bold;
}

.blue-str {
	background: #0a3380;
	padding: 10px 0px;
}

.b-caption {
	text-align: center;
	font-size: 24px;
	color: #fff;
}


footer {
	background-color: #104e71;
	padding: 20px 0 20px;
}

footer h4 {
	color: #fff;
	font-size: 18px;
	margin-bottom: 25px;
	font-weight: normal;
	text-align: center;
}

footer h4:after {
	height: 3px;
	width: 60px;
	background: #fff;
	display: block;
	margin-top: 8px;
	content: '';
	margin: auto;
	position: relative;
	top: 10px;

}


footer p {
	color: #fff;
	font-size: 15px;
	line-height: 24px;
}

.botom-nav {
	color: #989898;
	font-size: 14px;
}

.botom-nav p span {
	font-size: 14px;
	line-height: 20px;
	display: inline-block;
	padding-left: 15px;
}

.botom-nav p {
	font-size: 15px;
	margin-bottom: 15px;
	line-height: 26px;
}

.botom-nav p a {
	text-decoration: none;
	color: #fff;
}

.botom-nav p.pd0 {
	margin-bottom: 0px;
}

.botom-nav p a {
	color: #fff;
	text-decoration: none;
}

.botom-nav p i {
	font-size: 18px;
	line-height: 20px;
	float: left;
}

.bdr-bottom {
	text-align: center;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	padding: 10px 0px;
	margin-top: 10px;
}

.botom-nav ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
	padding-bottom: 7px;
}

.botom-nav ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
	font-size: 13px;
	color: #fff;
	padding: 0 12px;
	margin-bottom: 5px;
}

.botom-nav ul li a {
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	text-align: center;
}

.sticky-header {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 100;
	border-top: 0;
	transition: 0.3s;
	border-bottom: 2px solid #0a3380;
	border-radius: 0;
	transition: all 0.4s ease-in;
	background: #fff;
	transition: 0.2s;

}

.botom-nav1 {
	color: #989898;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.botom-nav1 p {
	font-size: 15px;
	margin: 0;
}

.botom-nav1 p a {
	text-decoration: none;
	color: #fff;
}

.sticky-header .logo img {
	max-width: 20%;
	transition: 0.5s;
}

.sticky-header #flexmenu ul {
	padding-top: 14px;
}

.logo img {
	transition: 0.5s;
}



.banner-bg {
	position: absolute;
	top: 37%;
	z-index: 99999;
	width: 40%;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: none
}

.banner-text {
	padding: 15px 30px 30px;
	border-radius: 3px;
	background: rgba(16, 78, 113, 0.9);
	text-align: center
}



.banner-text span {
	font-size: 50px;
	font-weight: bold;
	color: #fff;
	display: block;
	line-height: normal;
	padding-bottom: 15px;
}

.banner-text span:after {
	height: 3px;
	width: 80px;
	background: #fff;
	display: block;
	margin-top: 50px;
	content: '';
	margin: auto;
	top: 12px;
	position: relative
}

.banner-text p {
	font-size: 15px;
	font-weight: normal !important;
	color: #fff;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.banner-text a {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 20px;
	color: #fff;
	text-decoration: none;
	border-radius: 3px;
	border: 1px solid #fff;
}

.banner-text a:hover {
	border: 1px solid #fff;
	background: #fff;
	color: #000
}


.banner-text label {
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	line-height: normal;
	border: 1px solid #fff;
	padding: 5px 10px;
	margin: 10px 10px 10px 0px;
	border-left: 5px solid #fff;
}

.breadcrumb {
	background: none;
	margin: 0px;
	padding: 15px 0px 8px 0;
	color: #f0ab32;
	font-size: 14px;
}

.breadcrumb a {
	color: #010101;
}

.breadcrumb-item.active {
	color: #0a3380;
}

.breadcrumb a:hover {
	color: #0a3380;
}

.page-head {
	text-align: left;
	padding-top: 5px;
	padding-bottom: 15px;
}

.page-head h1 {
	font-size: 28px;
	color: #104e71;
	font-weight: bold;
	padding-bottom: 0px;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.page-head h1:after {
	content: '';
	height: 4px;
	width: 100px;
	background: #104e71;
	display: block;
	margin-top: 5px;
}

.mrgn50 {
	margin-top: 50px;
}

.comon-txt {
	text-align: center;

	background: rgba(0, 0, 0, 0.04);
	border: 1px solid #e0e0e0;
	padding: 15px;
	border: 1px solid #104e71;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
	height: 250px;
	transition: 0.5s;
}

.comon-txt p {
	font-size: 15px;
	color: #505050;
	line-height: 28px;
	margin-bottom: 12px;
}

.comon-txt span {
	font-size: 22px;
	color: #505050;
	margin-bottom: 12px;
	font-weight: bold;
	padding-bottom: 10px;
	display: inline-block;
	margin-top: 42px;
}

.comon-txt span.pd-n {
	margin-bottom: 5px;
	padding-bottom: 0px;
}

.comon-txt i {
	background: #104e71;
	height: 90px;
	width: 90px;
	border-radius: 100px;
	text-align: center;
	display: block;
	line-height: 90px;
	margin: 0 auto;
	POSITION: absolute;
	LEFT: 0;
	RIGHT: 0;
	TOP: -45px;


}

.comon-txt ul {
	margin: 0;
	padding: 0;

}

.comon-txt ul li {
	margin: 0;
	padding: 0;
	font-size: 15px;
	color: #505050;
	line-height: 26px;
	list-style-type: none;

}

.comon-txt:hover {

	box-shadow: none;
	background: #104e71;
	transition: 0.5s;
}

.comon-txt:hover p {

	color: #fff;
	transition: 0.5s;
}

.comon-txt:hover span {

	color: #fff;
	transition: 0.5s;
}

.comon-txt:hover ul li {

	color: #fff;
	transition: 0.5s;
}

.comon-txt:hover i {
	background: #ccc;
	transition: 0.5s;
}










.cmn-cnt-img {
	text-align: left;
}

.pd50 {
	padding: 30px 0px;
}

.insrc {
	text-align: left;
}

.insrc ul {
	margin: 0px;
	padding: 0px;
}

.insrc ul li {
	margin: 0px;
	list-style-type: none;
	background: #0a3380;
	padding: 10px;
	font-size: 16px;
	color: #fff;
	width: 48%;
	float: left;
	margin: 0 8px 15px;
	border-radius: 5px;
	transition: 0.2s;

}

.insrc ul li i {
	margin: 0 10px;
}

.insrc ul li:hover {
	padding: 10px 15px;
	transition: 0.2s;
	background: #0076bc;
}

.shine {
	position: relative;
}

/* .shine::before {
        position: absolute;
        top: 0;
        left: -75%;
        z-index: 2;
        display: block;
        content: '';
        width: 50%;
        height: 100%;
        background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.1) 100%);
        background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.1) 100%);
        -webkit-transform: skewX(-25deg);
        transform: skewX(-25deg);
    }

    .shine:hover::before {
        -webkit-animation: shine .85s;
        animation: shine .85s;
    } */

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}

@keyframes shine {
	100% {
		left: 125%;
	}
}

.box-shadow-dr {
	-webkit-box-shadow: 0px 0px 9px 0px rgba(194, 194, 194, 1);
	-moz-box-shadow: 0px 0px 9px 0px rgba(194, 194, 194, 1);
	box-shadow: 0px 0px 5px 0px rgba(194, 194, 194, 1);
	background: #fff;
	padding: 18px 10px 1px;
	margin-bottom: 30px;
}

.box-shadow-dr:hover {
	background: #0a3380;
}

.box-shadow-dr:hover .dr-dtl {
	color: #fff;
}

.box-shadow-dr:hover .dr-dtl label {
	color: #fff;
}






.dr-dtl {
	text-align: left;
	color: #000;
}

.dr-dtl p {
	font-size: 14px;
}

.dr-dtl span {
	font-size: 18px;
	font-weight: bold;
}

.dr-dtl label {
	display: block;
	font-size: 10px;
	color: #0a3380;
	margin-bottom: 15px;
	letter-spacing: 8px;
	font-weight: bold;
}

.grow {
	transition: 1s ease;
}

.grow:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	transition: 2s ease;
}

.nav-tabs {
	border-bottom: 1px solid #0a3380;
	font-size: 20px;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	color: #fff;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff;
	background: #0a3380;
}

.nav-tabs .nav-link:hover {
	border-color: transparent;
}

.nav-tabs .nav-link {
	color: #0a3380;

}

.tab-content {
	border: 1px solid #0a3380;
	border-top: transparent;
	padding: 30px 10px 0px;
}

.sticky-header .slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}

.sticky-header .animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

#main_navfx {
	background: #fff;
}

.map {
	background: #104e71;
	margin-bottom: 20px;
}

.map p {
	font-size: 15px;
	color: #fff;
	line-height: 22px;
	text-align: center;
	margin-bottom: 0;
	padding: 18px 0;
}

.map p a {
	color: #fff;
}

.gallery-img {
	text-align: center;

	-webkit-box-shadow: 0px 0px 9px 0px rgba(194, 194, 194, 1);
	-moz-box-shadow: 0px 0px 9px 0px rgba(194, 194, 194, 1);
	box-shadow: 0px 0px 9px 0px rgba(194, 194, 194, 1);
	background: #fff;
	padding: 10px;
	transition: 0.5s;
	margin: 30px 0;

}

.gallery-img img {

	border-radius: 5px;

}

.gallery-img:hover {

	-webkit-box-shadow: 0px 0px 25px 0px rgba(194, 194, 194, 1);
	-moz-box-shadow: 0px 0px 25x 0px rgba(194, 194, 194, 1);
	box-shadow: 0px 0px 25px 0px rgba(194, 194, 194, 1);
	transition: 0.5s;

}



.gallery-box img {
	-webkit-box-shadow: 0px 0px 9px 0px rgba(194, 194, 194, 1);
	-moz-box-shadow: 0px 0px 9px 0px rgba(194, 194, 194, 1);
	box-shadow: 0px 0px 9px 0px rgba(194, 194, 194, 1);
	background: #fff;
	padding: 10px;
	margin: 0 12px;

}