button{
    outline: none!important;
}

.shadow {
	width: 100%;
	height: 168px;
	position: relative;
	margin-top: -110px;
	background: transparent url(../images/shadow.png) no-repeat bottom center;
	background-size: 100% 100%; /* stretches it */
	z-index: -1;
	display: none;
}

.sb-description h3 {
	font-size: 20px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

.sb-description h3 a {
	color: #4a3c27;
	text-shadow: 0 1px 1px rgba(255,255,255,0.5);
}

.nav-arrows {
	display: none;
}

.nav-arrows a {
	width: 42px;
	height: 42px;
	background: #cbbfae url(../images/nav.png) no-repeat top left;
	position: absolute;
	top: 50%;
	left: 2px;
	text-indent: -9000px;
	cursor: pointer;
	margin-top: -21px;
	opacity: 0.9;
	border-radius: 50%;
	box-shadow: 0 1px 1px rgba(255,255,255,0.8);
}

.nav-arrows a:first-child{
	left: auto;
	right: 2px;
	background-position: top right;
}

.nav-arrows a:hover {
	opacity: 1;
}

.nav-dots {
	text-align: center;
	position: absolute;
	bottom: -5px;
	height: 30px;
	width: 100%;
	left: 0;
	display: none;
}

.nav-dots span {
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	margin: 3px;
	background: #cbbfae;
	cursor: pointer;
	box-shadow: 
		0 1px 1px rgba(255,255,255,0.6), 
		inset 0 1px 1px rgba(0,0,0,0.1);
}

.nav-dots span.nav-dot-current {
	box-shadow: 
		0 1px 1px rgba(255,255,255,0.6), 
		inset 0 1px 1px rgba(0,0,0,0.1), 
		inset 0 0 0 3px #cbbfae,
		inset 0 0 0 8px #fff;
}

.nav-options {
	width: 70px;
	height: 30px;
	position: absolute;
	right: 70px;
	bottom: 0px;
	display: none;
}

.nav-options span {
	width: 30px;
	height: 30px;
	background: #cbbfae url(../images/options.png) no-repeat top left;
	text-indent: -9000px;
	cursor: pointer;
	opacity: 0.7;
	display: inline-block;
	border-radius: 50%;
}

.nav-options span:first-child{
	background-position: -30px 0px;
	margin-right: 3px;
}

.nav-options span:hover {
	opacity: 1;
}

#accordion .panel{
    border: none;
    border-radius: 0;
    box-shadow: none;
   margin: 10px 0;
    overflow: hidden;
    position: relative;
}
#accordion .panel-heading{
    padding: 0;
    border: none;
    border-radius: 0;
    position: relative;
}
#accordion .panel-title a{
    display: block;
    padding: 15px 35px;
    margin: 0;
    background: #7d727e;
    font-size: 18px;
    font-weight: 600;

    color: #fff;
    border-radius: 0;
    position: relative;
    text-decoration: none;
    border-radius: 30px 30px 0 0;
}
#accordion .panel-title a.collapsed{ background: #003e7d;}
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before{
/*
    content: "\f068";
    font-family: fontawesome;
    width: 30px;
    height: 30px;
    line-height: 25px;
    border-radius: 50%;
    background: #da3c98;
*/
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    border: 3px solid #fff;
    position: absolute;
    top: 10px;
    right: 14px;
}
#accordion .panel-title a.collapsed:before{
/*
    content: "\f067";
    background: #ababab;
    border: 4px solid #fff;
*/
}
#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after{
/*
    content: "";
    width: 17px;
    height: 7px;
    background: #fff;
    position: absolute;
    top: 22px;
    right: 0;
*/
}
#accordion .panel-title a.collapsed:after{
/*
    width: 19px;
    background: #ababab;
*/
}
#accordion .panel-body{
    border-left: 3px solid #7d727e;
    border-top: none;
    background: #fff;
    /*font-size: 15px;*/
    color: #1c2336;
    line-height: 27px;
    position: relative;
}
#accordion .panel-body:before{
    content: "";
    height: 3px;
    width: 50%;
    background: #7d727e;
    position: absolute;
    bottom: 0;
    left: 0;
}
#accordion .panel-body p{
  padding: 20px;
}
.mainhead h1{
    text-align: center;
    margin: 0;
    padding-bottom: 1em;
    font-size: 32px;
}

.profilepic h3{
     text-align: center;
    font-size: 26px;
    color: #003e7d;
    display: block;
    padding-bottom: 15px;
    }
.profilepic h3 span{
    font-size: 18px;
    color: #333;
    font-weight: 300;
    display: block;
     line-height: 30px;
    padding-top: 10px;
}
.moreinfo ul li {
    position: relative;
    padding-left: 50px;
}
.moreinfo ul li img{
    width:18px;
    position: absolute;
    left: 13px;
    top: 7px;
}
.moreinfo ul{
    padding: 15px 0;
}

.panel-title img{
    width: 40px;
    border: none;
    position: absolute;
    top: 5px;
    right: 30px;
}
.clinicpic img{
    width: 100%;
}
.doctor p{
    line-height: 18px;
    margin-bottom: 0;
}

    















