@import url("https://fonts.googleapis.com/css?family=Open+Sans|Raleway|Candal");

/*** Main Site Colors
light blue
140,156,184
#8C9CB8

dark blue
58,88,151
#3A5897

gray
30,31,34
#828386
***/

body {
	font-family: 'Open Sans', sans-serif;
	line-height: 20px;
	color: #777;
	font-size: 16px;
}
b, strong {
	font-weight: bold !important
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	color: #222222;
}
h2 {
	line-height: 20px;
	margin: 0;
	font-size: 28px;
	font-weight: 700;
	text-transform: uppercase;
}
ol, ul {
	/*list-style: none;*/
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
hr.accent {
	height: 3px;
	width: 60px;
	background: rgba(140,156,184,1.00);
	position: relative;
	border: 0;
	margin: 20px 0 20px 0;
}
a, a:hover, a:focus, a:active {
	outline: none;
}
a {
	color: rgba(58,88,151,1.00);
}
.btn-primary {
    border-color:  rgba(140,156,184,1.00) !important;
	background-color: rgba(140,156,184,1.00) !important;	
}
.btn-primary:hover {
    border-color:  rgba(140,156,184,1.00) !important;
	background-color: rgba(140,156,184,0.70) !important;	
}

.nav-link {
	padding: 1rem !important;
	border-radius: 4px;
	color: rgba(255,255,255,1.00);
}
.nav-link:hover {
	color: rgba(255,255,255,1.00);
	background-color: rgba(140,156,184, 0.21);
}

#banner {
	background: url('../images/bg-banner-2020.jpg') no-repeat fixed;
	background-position: center top;
	background-size: auto;
	min-height: 600px;
	position: relative;
}
.bg-color {
	background-color: rgba(58,88,151,0.80);
	min-height: 600px;
}
.banner-info {
	padding-top: 190px;
}
.banner-logo img {
	display: inline-block;
}
.banner-text {
	color: #fff;
}
.banner-text h1 {
	font-family: 'Candal', sans-serif;
	font-size: 35px;
	text-transform: uppercase;
	padding-bottom: 15px;
}
.btn-appoint, .btn-appoint:hover, .btn-appoint:focus {
	margin-top: 30px;
	padding: 10px 20px;
	font-size: 13px;
	background-color: rgba(140,156,184,0.91);
	border-radius: 3px;
	color: #fff;
}
.overlay-detail a i {
	text-align: center;
	position: absolute;
	bottom: 25px;
	font-size: 38px;
	color: #fff;
	margin: 0 auto;
}
.text-primary i {
	padding-top: 8px;
	display: inline-block;
}
/***************************************
services
***************************************/
.icon i {
	color: rgba(58,88,151,1.00);
	font-size: 45px;
	margin-bottom: 25px;
}
.service-info {
	margin-bottom: 20px;
}
.icon-info h4 {
	padding-bottom: 15px;
}
.icon-info p {
	font-size: 15px !important;
}
/***************************************
cta-1
***************************************/
.schedule-tab {
	background-color: rgba(140,156,184,1.00);
	float: left;
}
.medi-info {
	border-right: 1px solid #fff;
}
.medi-info, .time-info {
	padding: 20px;
	color: #fff;
}
.medi-info h3, .time-info h3 {
	padding-bottom: 16px;
	color: #fff;
	font-weight: 600;
}
.medi-info-btn, .medi-info-btn:hover, .medi-info-btn:focus {
	margin: 15px 0px 5px;
	display: inline-block;
	border: solid white 2px;
	padding: 3px 8px;
	font-size: 12px;
	color: #fff;
	font-weight: 400 !important;
	cursor: pointer;
}
td {
	border: 0px solid #ededed;
	border-top: 1px solid rgba(216, 216, 216, 0.5);
	padding: 6px 10px 6px 0;
}
.medi-info, .time-info {
	font-size: 14px;
}
/***************************************
about
***************************************/
#about {
	background-color: rgba(238, 238, 238, 0.15);
}
.lg-line {
	line-height: 1.4;
	font-size: 28px;
}
.more-features-box-text-icon {
	float: left;
	width: 40px;
	height: 40px;
	padding-top: 6px;
	background: rgba(140,156,184,1.00);
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	text-align: center;
}
.more-features-box-text-description h3 {
	padding-bottom: 15px;
}
.more-features-box-text-icon i {
	font-size: 18px;
	line-height: 26px;
}
.more-features-box-text-description {
	margin-left: 80px;
	margin-bottom: 35px;
}
.sec-para {
	padding-bottom: 10px;
}
/***************************************
doctor team
***************************************/
.thumbnail {
	border-radius: 0px;
}
.caption h3 {
	padding-bottom: 5px;
}
.caption p {
	padding-bottom: 10px;
}
/***************************************
testimonial
***************************************/
#testimonial {
	background-color: #eee;
}
.testi-details {
	background: #fff;
	padding: 14px 24px;
	margin-bottom: 20px;
	box-shadow: 3px 3px 2px 0px rgba(0,0,0,0.18);
	position: relative;
}
.testi-info a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #fff;
	border-radius: 50%;
	float: left;
	margin-right: 10px;
}
.testi-info a img {
	border-radius: 50%;
}
.testi-info h3 {
	display: inline-block;
	line-height: 22px;
	font-weight: 600;
	color: #000;
	margin-top: 8px;
}
.testi-info h3 > span {
	display: block;
	line-height: 16px;
	font-weight: 400;
}
.testi-details::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-left: 0;
	bottom: -40px;
	left: 56px;
	border-top-color: #fff;
	border-width: 20px;
}
.testi-details::before {
	content: '';
	position: absolute;
	transform: rotate(45deg);
	width: 0px;
	height: 0px;
	bottom: -30px;
	left: 45px;
	border-style: solid;
	border-width: 15px;
	border-color: transparent;
	z-index: -1;
	box-shadow: 3px -13px 5px 0px rgba(0,0,0,0.18);
	border-left: 0;
}
/***************************************
cta -2
***************************************/
#cta-2 {
	background-color: rgb(41,48,46);
}
.white {
	color: #fff;
}
.icon-play, .icon-play:hover, .icon-play:focus {
	background-color: #0CB8B6;
	color: #fff;
	text-decoration: none;
	padding: 5px 17px;
	margin-top: 26px;
	display: block;
}
.text-primary {
	color: #0cb8b6;
}
.icon-mar {
	margin-right: 7px;
}
/***************************************
contact us
***************************************/
.btn-form, .btn-form:hover, .btn-form:focus {
	background-color: #0cb8b6;
	color: #fff;
	border-radius: 0px;
	padding: 10px 20px;
}
.br-radius-zero {
	border-radius: 0px;
}
.form-control {
	height: 40px;
}
.validation {
	color: red;
	display: none;
	margin: 0 0 20px;
	font-weight: 400;
	font-size: 13px;
}
#sendmessage {
	color: green;
	border: 1px solid green;
	display: none;
	text-align: center;
	padding: 15px;
	font-weight: 600;
	margin-bottom: 15px;
}
#errormessage {
	color: red;
	display: none;
	border: 1px solid red;
	text-align: center;
	padding: 15px;
	font-weight: 600;
	margin-bottom: 15px;
}
#sendmessage.show, #errormessage.show, .show {
	display: block;
}
.error {
	font-weight: 700;
	font-size: 0.875rem;
	color: rgba(201,50,52,1.00);
}
.form-control.required.error, .form-control.error {
	background-color: rgba(201,50,52,0.10) !important;
}

/***************************************
footer
***************************************/
#footer {
	background-color: rgba(58,88,151,1.00);
	color: #999 !important;
}
#footer ol, #footer ul {
	list-style: none;
}


@media (min-width: 992px) {
/*** scroll changes ***/
#main-navigation {
	background-color: transparent;
	/*-webkit-transition: padding-top 0.3s ease, padding-bottom 0.3s ease;
	transition: padding-top 0.3s ease, padding-bottom 0.3s ease;*/
	transition: all 0.3s ease;
}
#main-navigation .navbar-brand img {
	width: 352px;
	height: 70px;
}
#main-navigation.navbar-shrink {
	background-color: rgba(58,88,151,0.95);
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	transition: all 0.3s ease;
}
#main-navigation.navbar-shrink .navbar-brand {
	padding: 0px !important;
}
#main-navigation.navbar-shrink .navbar-brand img {
	-webkit-transition: height 0.3s ease, width 0.3s ease;
	transition: height 0.3s ease, width 0.3s ease;
	width: 226px;
	height: 45px;
}
#main-navigation.navbar-shrink #navbar-responsive {
}
}

@media (max-width: 991px) {
#main-navigation {
	background-color: rgba(58,88,151, 0.95);
}
#navbarResponsive {
	margin-top: 1.5rem;
	margin-bottom: 1rem;
}
	
}


@media (max-width: 576px) {
#banner {
	min-height: 450px;
}
.banner-info {
	padding-top: 130px;
	background-size: cover;
}
.bg-color {
	min-height: 450px;
}
.navbar-brand img {
	width: 226px;
	height: 45px;
}
.testi-info {
	margin-bottom: 20px;
}
.marb20 {
	margin-top: 30px;
}
h2 {
	font-size: 24px;
	line-height: 1.2;
}
.section-title {
	margin-bottom: 30px;
}
.medi-info {
	border: 0px;
	border-bottom: 1px solid #fff;
}
.service-info {
	margin-top: 20px;
	margin-bottom: 0px;
}
.caption h3 {
	font-size: 14px;
}
.caption p {
	font-size: 12px;
	padding-bottom: 5px;
}
.caption ul li a i {
	font-size: 14px;
}
.banner-text h1 {
	font-size: 24px;
}
}

/*** JQValidate ***/
label.error {
	display: block;
	color: red;
} 
input.error, select.error, textarea.error {
	border-color: red;
}
