/* Add here all your CSS customizations */
.custom-circle-date {
	position: relative;
	width: 118px;
	height: 118px;
	border-radius: 50%;
	border-width: 1px;
	border-style: solid;
	z-index: 2;
	box-shadow: 0px 11px 21px 0px rgba(229, 232, 235, 0.75);
}
.custom-circle-date.no-border {
	border-color: transparent;
	box-shadow: none;
}
.custom-circle-date .circle-dotted {
	position: absolute;
	padding: 16px;
	width: 106px;
	height: 106px;
	top: 5px;
	left: 5px;
	display: table;
	border-style: dashed;
	border-width: 1px;
	border-radius: 50%;
}
.custom-circle-date .circle-center {
	display: table-cell;
	vertical-align: middle;
}
.custom-circle-date.custom-circle-date-light {
	border-color: #e6ebeb;
}
.custom-circle-date.custom-circle-date-light .circle-dotted {
	border-color: #e6ebeb;
}

@media (max-width: 767px) {
	.custom-circle-date {
		margin: 0px auto 35px !important;
	}
}


.timeline-balloon {
	position: relative;
}
.timeline-balloon::before {
	content: '';
	position: absolute;
	width: 1px;
	left: 83px;
	background-color: #e6ebeb;
}
.timeline-balloon::before {
	height: 120%;
	top: -35px;
}
.timeline-balloon:last-of-type::before {
	height: 75px;
}
.timeline-balloon .balloon-cell {
	display: table-cell;
	vertical-align: top;
	width: 100%;
}
.timeline-balloon .balloon-time {
	width: 93px;
	white-space: nowrap;
}
.timeline-balloon .balloon-time .time-text {
	display: inline-block;
	vertical-align: middle;
	width: 68px;
}
.timeline-balloon .balloon-time .time-dot {
	position: relative;
	width: 25px;
	height: 25px;
	display: inline-block;
	vertical-align: middle;
}
.timeline-balloon .balloon-time .time-dot::before {
	content: '';
	position: absolute;
	width: 19px;
	height: 19px;
	top: 50%;
	left: 50%;
	border-style: solid;
	border-width: 2px;
	border-radius: 50%;
	border-color: #43a6a3;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.timeline-balloon .balloon-time .time-dot::after {
	content: '';
	position: absolute;
	background-color: #43a6a3;
	width: 7px;
	height: 7px;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.timeline-balloon .balloon-content {
	position: relative;
	margin-left: 38px;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
	border-color: #e6ebeb;
}
.timeline-balloon .balloon-content.balloon-shadow {
	box-shadow: 0px 11px 21px 0px rgba(229, 232, 235, 0.75);
}
.timeline-balloon .balloon-content .balloon-arrow {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 35px;
	left: -15px;
	border-width: 1px;
	border-style: solid;
	border-right: none;
	border-bottom: none;
	border-color: #e6ebeb;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top;
}
.timeline-balloon .balloon-content .balloon-photo {
	display: table-cell;
	vertical-align: top;
	height: 64px;
	width: 64px;
	max-width: 64px;
	padding-top: 6px;
}
.timeline-balloon .balloon-content .balloon-photo .photo-radius {
	border-radius: 50%;
	overflow: hidden;
}
.timeline-balloon .balloon-content .balloon-description {
	display: table-cell;
}
.timeline-balloon .balloon-content .balloon-description p {
	line-height: 1.6;
}

@media (max-width: 767px) {
	.timeline-balloon:before {
		left: 50%;
	}
	.timeline-balloon .balloon-time .time-dot {
		display: none;
	}
	.timeline-balloon .balloon-time .time-text {
		position: absolute;
		top: -11px;
		left: 50%;
		text-align: center;
		background: #FFF;
		border-width: 1px;
		border-style: solid;
		border-radius: 3px;
		border-color: #e6ebeb;
		padding: 5px 0px;
		z-index: 1;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.timeline-balloon .balloon-content {
		margin-left: 0;
	}
	.tree{zoom:0.8;}
}

#mainNav > li > a {font-size:18px !important;}
#mainNav > .dropdown > .dropdown-menu > li > a {font-size:14px !important;font-weight:500 !important;}
/*#mainNav > .dropdown > .dropdown-menu > li > .dropdown-menu > li > a {font-size:14px !important;font-weight:500 !important;}*/
#mainNav > .dropdown > .dropdown-menu > .active > a {color:white !important;}
#mainNav > .dropdown > .dropdown-menu > li:not(.active) > a {color:#999 !important;}
.btn-group > .dropdown-menu {background-color:#bbb !important; border-radius:10px;padding:0px;}
.btn-group > .dropdown-menu > ul {margin-top:10px;}
.btn-group > .dropdown-menu > ul > li {margin:0px; padding:2px 30px 2px 30px;}
.btn-group > .dropdown-menu > ul > li > a {color:#fff !important;}
.btn-group > .dropdown-menu > ul > li:hover {background-color:#777 !important;}
.btn-group > .dropdown-menu > ul > li > a:hover {text-decoration:none !important;}
.btn-group > .dropdown-menu > ul > li > i {margin-left:5px;color:#fff !important;}
.dropdown-menu>.active>a {background-color:#1a1c5a}
.dropdown-menu>.active>a:hover {background-color:#1a1c5a}



.medical-schedules {
	/*margin: -47px 0 0 0;*/
}
.medical-schedules h4 {
	/*line-height: 43px;
	padding-top: 24px;*/
	margin-top:10px;
}
.medical-schedules h4, .medical-schedules h5, .medical-schedules a, .medical-schedules i {
	color: #fff !important;
}
.medical-schedules h5 {
	position: relative;
	display: inline-block;
	font-weight:300;
}
.medical-schedules .box-one, .medical-schedules .box-two, .medical-schedules .box-three, .medical-schedules .box-four {
	height: 150px;
	position: relative;
	-webkit-animation-duration: 0.6s;
	-moz-animation-duration: 0.6s;
	-ms-animation-duration: 0.6s;
	-o-animation-duration: 0.6s;
	animation-duration: 0.6s;
}
.medical-schedules .box-one {
	z-index: 4;
}
.medical-schedules .box-two {
	z-index: 3;
}
.medical-schedules .box-three {
	z-index: 2;
}
.medical-schedules .box-one::after , .medical-schedules .box-three::after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: -30px;
	width: 0;
	height: 0;
	border-top: 75px solid transparent;
	border-bottom: 75px solid transparent;
	border-left: 30px solid #347bb7;
	z-index: 5;
}
.medical-schedules .box-two::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: -30px;
	width: 0;
	height: 0;
	border-top: 75px solid transparent;
	border-bottom: 75px solid transparent;
	border-left: 30px solid #1b1d5b;
	z-index: 5;
}
.medical-schedules .box-one, .medical-schedules .box-two, .medical-schedules .box-three, .medical-schedules .box-four {
	padding: 5px 0px 0px 40px;
}
.medical-schedules .box-two a, .medical-schedules .box-three a {
	text-decoration: none;
}
.medical-schedules .box-three:hover .expanded-info {
	opacity: 1;
}
.medical-schedules .box-three:hover .icons {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.medical-schedules .box-three .expanded-info {
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.medical-schedules .box-three .icons {
	position: absolute;
	top: 50%;
	right: -30px;
	font-size: 1.44em;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.medical-schedules .box-three:hover .icons {
	-webkit-transform: translateY(-50%) translateX(50%);
	-moz-transform: translateY(-50%) translateX(50%);
	-ms-transform: translateY(-50%) translateX(50%);
	-o-transform: translateY(-50%) translateX(50%);
	transform: translateY(-50%) translateX(50%);
}
.medical-schedules .box-three .icons {
	-webkit-transform: translateY(-50%) translateX(0%);
	-moz-transform: translateY(-50%) translateX(0%);
	-ms-transform: translateY(-50%) translateX(0%);
	-o-transform: translateY(-50%) translateX(0%);
	transform: translateY(-50%) translateX(0%);
}

.testimonial .text-xl{
	font-size:28px !important;
}
.testimonial .text-md{
	font-size:20px !important;
}

@media (max-width: 991px) {
	.medical-schedules h4 {
		margin-top: 10px !important;
	}
	.medical-schedules .box-one::after ,.medical-schedules .box-two::after ,.medical-schedules .box-three::after {
		content: none;
	}
	.medical-schedules .box-two, .medical-schedules .box-three {
		/*padding: 38px 38px 38px 38px;*/
	}
	.testimonial .text-xl{
		font-size:24px !important;
	}
	.testimonial .text-md{
		font-size:18px !important;
	}
}


@media (max-width: 479px) {
	h2{font-size:1.8em;}
	h3{font-size:1.6em;}
	h4{font-size:1.4em;}
	.page-header h1 {
		font-size: 26px;
		line-height: 26px;
	}
	.testimonial .text-xl{
		font-size:18px !important;
	}
	.testimonial .text-md{
		font-size:14px !important;
	}
	.text-lg{
		font-size:16px !important;
	}
	.text-md{
		font-size:14px !important;
	}
	.testimonial.testimonial-with-quotes blockquote p {padding:0  20px;}
	.testimonial.testimonial-with-quotes blockquote:before {font-size:60px;}
	.testimonial.testimonial-with-quotes blockquote:after {font-size:60px;}
}

div.btn {cursor:auto !important;}

