

.wrap_doctors{
	padding: 80px 0;
}
.panel-group .panel {
    border-radius: 5px;
    background-color: #f8f8f8;
    border: none;
}

.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #FAFAFA;
    border-color: #EEEEEE;
}

.panel-title {
    font-size: 14px;
}

.panel-title > a {
    display: block;
    padding: 15px;
    text-decoration: none;
    font-size: 1em;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    background-color: #911416;
    border-radius: 5px;
}

.more-less {
    float: right;
    color: #fff;
    font-size: .8em;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
}
.panel-body ul li{}
.panel-body ul li a{
	font-size: 1.2em;
	font-weight: 400;
	color: #333;
	padding: 5px 0;
	display: block;
	text-decoration: none;

	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}
.panel-body ul li a:hover{
	padding-left: 10px; 
}
.wrap_title_page label{
	font-size: 2.5em;
	font-weight: 500;
	color: #911416;
	padding-bottom: 20px;
}
.wrap_title_page p{
	font-size: 1.2em;
	font-weight: 400;
	color: #333;
	min-width: 300px;
	max-width: 500px; 
}
.lbl_specialization{
	font-size: 1.4em;
	font-weight: 400;
	color: #333;
	padding: 20px 0 0 0;
}





/*Branches*/
.wrap_dbranchmap{
	min-height: 300;
	max-height: 100%;
	width: 100%;
}
.mapouter{
	width: 100% !important;
	height: 300px !important;
}
.wrap_dbanchAddress{
	padding: 20px 0;
}
.wrap_dbanchAddress p{
	font-size: 1.2em;
	font-weight: 400;
	color: #333;
}
.wrap_dbranchInfo{
	margin-top: 10px;
}
.wrap_dbanchAddress,
.wrap_dbranchInfo{
	display: inline-flex;
}

 .wrap_dbranchInfo_1 label{
	color: #911416;
 }
 
 div > hr{
 	border-color: #911416;
    border-width: 2px;
 }

 .branch_info > div{
 	margin-bottom: 30px;
 }
  .branch_info > div:last-child{
 	margin-bottom: 0px !important;
 }

.wrap_dbranchInfo_2 label{
	width: 100% !important;
}

.wrap_dbranchInfo label,
.wrap_dbranchInfo_2 label,
.wrap_dbanchAddress label{
	font-size: 14px;
	font-weight: 500;
	color: #911416;
	text-transform: uppercase;
	width: auto;
    margin-right: 10px;
	/*width: 100%;*/
}
.wrap_dbanchAddress p,
.wrap_dbranchInfo p,
.wrap_dbranchInfo_1 dd,
.wrap_dbranchInfo_2 span,
.wrap_dbranchInfo span{
	font-size: 14px;
	font-weight: 500;
	color: #333;
	text-transform: capitalize;
}
.wrap_dclinincContact{
	margin: 50px 0;
}
.wrap_dclinincContact label{
	font-size: 1.8em;
	font-weight: 400;
	color: #911416;
	text-transform: capitalize;
}
.wrap_dclinincContact ul li{
	list-style: none;
	display: inline-block;
	margin-right: 20px;
}
.wrap_dclinincContact ul li label{
	font-size: 1.4em;
	font-weight: 400;
	color: #333;
	width: 100%;
	margin-bottom: 0;
}
.wrap_dclinincContact ul li img{
    margin-bottom: -5px;
}
.wrap_dclinincContact ul li:last-child{
	padding: 15px 0;
}
.wrap_dclinincContact ul li:first-child{
	border: 1px solid #f0f0f0;
    width: 80px;
    height: 80px;
    padding: 10px 15px;
    text-align: center;
    border-radius: 5px;
    background-color: #f8f8f8;
}

.branch-selector{
	cursor: pointer;
}

/*End*/


