

.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; 
}
.panel-body ul li:first-child{
	font-size: 1.2em;
	font-weight: 400;
	color: #333;
	padding: 5px 10px;
	width: 100%;
	background-color: #f0f0f0;
	text-transform: capitalize;
}
.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;
}
.lbl_dclinic_title{
	font-size: 1.2em;
	font-weight: 500;
	color: #911416;
	width: 100%;
}
.wrap_dclinic_step_title{
	margin-top: 40px;
}
.wrap_dclinic_step_title label{
	font-size: 2em;
	font-weight: 400;
	color: #333;
}
.wrap_dclinic_step_title p{
	font-size: 1.2em;
	color: #333;
	min-width: 300px;
	max-width: 400px;
}

.wrap_dstep{
	width: 100%;
	height: 170px;
	-moz-box-shadow: 0 0 5px #f0f0f0;
  -webkit-box-shadow: 0 0 5px #f0f0f0;
  box-shadow: 0 0 5px #f0f0f0;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 15px;
}
.wrap_dstep_info{
	bottom: 0;
	padding: 10px;
	display: flex;
	align-items: center;
	min-height: 100%;
	min-height: 10vh;
}
.wrap_dstep_info p{
	margin-bottom: 0;
	font-size: 1em;
	font-weight: 300;
	color: #fff;
	line-height: 1.2;
}
.wrap_dstep_img{
    height: 108px;
    text-align: center;
    padding: 35px 0;
}
.step_num{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	position: absolute;
	top: 5px;
	left: 5px;
	text-align: center;
	padding: 5px;
	font-size: 1.2em;
	font-weight: 400;
	color: #fff;
}
.wrap_dstep_img img{
	width: 40px;
}
.step1{
	background-color: #FFB74B;
}
.step2{
	background-color: #2A3556;
}
.step3{
	background-color: #00C5D1;
}
.step4{
	background-color: #193790;
}






/*Doctors Details*/
.wrap_dimage{
	width: 100px;
	height: 100px;
	margin: auto;
	border-radius: 5px;
	border: 1px solid #f0f0f0;
	overflow: hidden;
}
.wrap_dimage img{
	width: 100%;
}
.wrap_dname{}
.wrap_dname ul li{
	list-style: none;
}
.wrap_dname ul li label{
	font-size: 2.5em;
	font-weight: 500;
	color: #911416;
	text-transform: capitalize;
	margin-bottom: 0 !important;
}
.wrap_dname ul li span{
	font-size: 1em;
	font-weight: 400;;
	color: #666;
}
.wrap_dname ul li:last-child{
	margin-top: 10px;
}
.wrap_dname ul li ul li{
	/*display: inline-block;*/
	float: left;
	position: relative;
	margin-right: 50px;
	margin-top: 0 !important;
}
.wrap_dname ul li ul li label{
	font-size: .9em;
	font-weight: 500;
	color: #333;
	text-transform: uppercase;
	width: 100%;
}
.wrap_dname ul li ul li p{
	font-size: 1em;
	font-weight: 400;
	color: #666;
	margin-bottom: 0;
}
.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;
}

.note-wrap{
	font-size: 18px;
    padding: 10px;
    background-color: #fbc4c4;
    margin: 20px 0px;
    border-radius: 10px;
    /* width: 400px; */
    text-align: center;
}

.label-with-icon {
    padding: 20px 100px;
    text-align: center;
    border-bottom: 2px solid gray;
}

.label-with-icon i {
    font-size: 50px;
    color:#3a80ff;
}

.list-column{
  columns: 2;
  text-align: center;
}

#doctor-schedule > li{
	padding: 20px 10px;
    background: #f5f5f5;
    margin: 10px 0px;
    border-bottom: 2px solid #cacaca;
}
}

#doctor-schedule p{
  text-align: center;
}


/*End*/


