

.skills h3{
	font-weight:bold;
	margin-top:-30px;
}

/*Education section CSS*/
.timeline{
	border-collapse: collapse;
	border-spacing: 0;
	display: table;
	position: relative;
	table-layout: fixed;
	width: 100%;
}
.timeline:before{
	background-color: #444444;
	bottom: 0;
	content: "";
	left: 50%;
	position: absolute;
	top: 0;
	width: 1px;
	z-index: 0;
}
.timeline .left-content{
	text-align:right;
	margin-right:20px;
}
.timeline .right-content{
	margin-left:20px;
}
.timeline .fa-stack{
	float:right;
	font-size:1.5em;
	margin: -6px -38px 0 0;
}
.timeline .fa-stack .fa-inverse{
	font-size:0.8em;
}
.timeline  .work{
	margin:0px;
	margin-bottom:15px;
}
.timeline .organization{
	margin: 0px;
	
}
.timeline .row{
	margin-bottom:60px;
}
.timeline .bottom{
	width: 30px;
	margin: 0px;
	padding: 0px;
	margin-top: -30px;
	margin-left: auto;
	margin-right: auto;
	border-color: transparent transparent #444444 transparent;
	border-style: solid;
	border-width: 30px;

}
.testimonial-section .testimonial .item .textbox{
	background:transparent;
	padding:0px;
}
.testimonial-section .testimonial .item .textbox .reviewcomment{
	padding: 0 40px;
}
.testimonial-section .testimonial-version1{
	margin-top:0px;
}
.testimonial-section .testimonial .item .textbox:after{
	border:none;
}
.testimonial-section .textbox .reviewcomment:before,
.testimonial-section .textbox .reviewcomment:after{
	color:#fff;
}
.testimonial-section .testimonial .testimonial-control{
	top:0px;
	color:#fff;
}
.testimonial-section .textbox .reviewcomment{
	font-size:1.4em;
}
.testimonial-control .btn-primary{
	border-color:#fff;
	color:#fff;
}
.contact .section-heading hr{
	border-color:#fff;
}
.element-item.gallery-item{
	max-width:33.333333333%;
	padding:15px;
}

.doctorname{
	padding-bottom:10px;
}
.doctorname h4{
	margin-bottom: 1px;
}
.doctorname small{
	color: #777;
}
.white-background{
	background-color:#fff;
	margin-bottom: 15px;
   box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}
.fullwidth:before,
.fullwidth:after{
	content: " ";
	display: table;
}
.fullwidth:after{
	clear:both;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:46.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

@media (min-width: 992px) {
	.no-left-padding{
		padding-left:0px;
	}
	.no-right-padding{
		padding-right:0px;
	}
	.no-padding{
	padding:0px;
	}
}
@media (min-width: 768px) {

	.no-left-padding{
		padding-left:0px;
	}
	.no-padding-large{
	padding:0px;
	}
}
@media (max-width: 1200px) {
	.margin-small{
		margin:0 15px;
	}
}
@media (min-width: 1200px) {
	.no-right-padding-large{
		padding-right:0px;
	}
	#about .row{
		margin-right:0px;
	}
	
}
.doctors-list .btn-social{
	color:#444;
	border-color:#444;
	font-size:1.2em;
	width: 35px;
	height: 35px;
	line-height:1.7;
	
}
.primary-background{
	background-color:#3498DB;
	color:#fff;
	padding: 17px 20px;
	min-height:462px;
	
}
#about .list-unstyled{
	font-family: 'Titillium Web',"Helvetica Neue", sans-serif;
	font-size: 1.2em;
	line-height: 1.5;
}
.fancy-carousel .carousel-control {
	background-image: none;
	height: 35px;
	width: 35px;
	top: 50%;
	margin-top: -17px;
	background-color: rgba(0, 0, 0, 0.7);
	padding: 2px 6px;
}
.carousel-control:hover, .carousel-control:focus {
	color: #ffffff;
	text-decoration: none;
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.carousel-control.left, .carousel-control.right {
    background-image: none !important;
}

.carousel-control span.glyphicon {
    color: #000000 !important;
}
.gallery-item .carousel-caption h4{
	margin:3px 0;
}
@media(max-width:768px) {

	
	header .container {
        padding: 100px 0 100px;
    }

    header .intro-text .name {
        font-size: 1.0em;
    }

    header .intro-text .skills {
        font-size: 1.0em;
    }
	header  .menu-icon {
        font-size: 1.5em;
		
    }
	.btn-social {
		display: inline-block;
		width: 30px;
		height: 30px;
		border: 2px solid #fff;
		border-radius: 100%;
		text-align: center;
		font-size: 15px;
		line-height: 25px;
	}
	.element-item.gallery-item {
		max-width: 50%;
	}
}
@media(max-width:500px) {
	.element-item.gallery-item {
		max-width: 100%;
	}
}
#myvideo{
	width:100%;
}
.playbtn.fa-pause{
	opacity: 0.1;
}
.playbtn{
	color:#fff;
	margin:auto;
	font-size: 200px;
	position:relative;
	left:50%;
	top:50%;
	margin-left:-100px;
	margin-top:-100px;
	
	
}
.video-section{
	position:relative;
	padding: 0px;
}
.button-background{
	background-color:#3498DB;
	position:absolute;
	width:100%;
	height:100%;
	top: 0;
	z-index: 5;
}
