.panel-title  a:hover{
	background-color: white;
	color: #911416  ;
}

.panel-title  a:focus{
	background-color: white;
	color: #911416  ;
}
.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;
}

.wrap_accord .panel-title > a {
	background-image: linear-gradient(white,#ffa9aa);
    color: black;
    text-align: center;
    border:1px solid #911416;
    font-weight: 500;
}
.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{
	font-size: 1.2em;
	font-weight: 400;
	color: #333;
	padding: 5px 0;
	display: block;
	text-decoration: none;
	/*text-transform: lowercase;*/
	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:first-letter{
	text-transform: capitalize;
}
/*.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;
	text-transform: capitalize;
}





/*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_dbranchInfo label{
	font-size: 1em;
	font-weight: 500;
	color: #911416;
	text-transform: uppercase;
	width: 100%;
}
.wrap_dbranchInfo span{
	font-size: 1.2em;
	font-weight: 400;
	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;
}
/*End*/

.wrap_prem_ser_icon_chosen img{
  /*width: 40px;*/
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 70%;

  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;
}
.wrap_prem_ser_icon_chosen{
 /* background-color: #911416;
  border: 5px solid #911416;
  width: 125px !important;
  height: 125px !important;
  border-radius: 50%;
  margin: auto;
  text-align: center;
  display: flex;
  align-items: center;

  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;*/
}

