
.form-list li
{
	display: inline-block;
	vertical-align: middle;
	margin: 10px 0;
	position: relative;
}

.form-list input
{
    width: 190px;
    padding: 10px;
    outline: none;
    border: 1px solid #ccc;
}

.form-list li.country-list select
{
	padding: 10px;
    width: 214px;
    border: 1px solid #ccc;
	outline: none;
}

.form-list li:last-child input
{
    background: #ccc;
    color: #000;
    width: 45px;
    text-align: center;
    outline: none;
	cursor: pointer;
}

#loc-b {
	letter-spacing : 4px;
	width : 150px;
	font-weight: bold;
	font-size: 14px;
	background:#f86361;
	color:#fff;
}

.postal:after
{ 
    font-family: 'fontello';
    content: '\E80C';
    position: absolute;
    color: #000;
    right: 9px;
    top: 11px;
}
#map_canvas {
    height: 430px;
    width: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
    z-index: 0;
}
/* Style the buttons inside the tab */
.tab button {
	background-color: #ddd;
	float: left;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
	font-size: 17px;
	width: 49%;
	border: none;
	margin: 1px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
	background-color: #f86361;
	color: #fff;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

#MultipleLoc {
    background: rgba(0, 0, 0, 0) url("../../images/map-bg.png") no-repeat scroll center bottom;
    padding: 20px 0;
}

 #MultipleLoc {
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}

#MultipleLoc-Intra{
    margin: 0 auto;
    max-width: 1170px;
    min-width: 310px;
    padding: 0;
}
#MultipleLoc-Intra h2 {   
    color: #353535;
    font: 28px/34px "Work Sans",sans-serif;
    letter-spacing: 2px;
    padding: 35px 0 20px;
    text-align: center;
    text-transform: uppercase;
}

#MultipleLoc {
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}

#MapListView .form-list {
    text-align: left;
}
.form-list {
    border: 1px solid #e6e6e4;
    display: inline-block;
    margin-bottom: 5%;
    padding: 30px;
    text-align: center;
    width: 100%;
}

.form-list li {
    display: inline-block;
    margin: 10px 0;
    position: relative;
    vertical-align: middle;
}

.form-list li.country-list select {
    border: 1px solid #ccc;
    outline: medium none;
    padding: 10px;
    width: 214px;
}
.form-list input {
    border: 1px solid #ccc;
    outline: medium none;
    padding: 10px;
    width: 190px;
}

#loc-b {
    background: #f86361 none repeat scroll 0 0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 4px;
    width: 150px;
}
.tab button.active {
    background-color: #f86361;
    color: #fff;
}
.tab button {
    background-color: #ddd;
    border: medium none;
    cursor: pointer;
    float: left;
    font-size: 17px;
    margin: 1px;
    outline: medium none;
    padding: 14px 16px;
    transition: all 0.3s ease 0s;
    width: 49%;
}
#MapListView .form-list {
	text-align: left;
}
#MapContainer , #ListContainer{
	width: 98.2%;
}
#ListContainer {
	float: left;
	
}

#MemberList {
	padding: 10px;
	margin: 0;
	clear: both;
	width: 100%;
}
#MemberList li a{
	color:#f86361;
}
#MemberList li {
	width: 48%;
	text-align: left;
	float: left;
	font: 400 15px/22px 'Work Sans', sans-serif;
	color: black;
	margin: 5px;
}

.doctor_image {
	width: 29%;
	height: 100%;
	float: left;
	text-align: center;
}
.doctor_image img {
	width: 80px;
}
.member_content {
	width: 45%;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin: 10px;
	padding: 10px;
	min-height: 145px;
}
.doctor_details {
	width: 68%;
	height: 100%;
	float: left;
	text-align: left;
	font: 400 13px/20px Verdana, Arial, Helvetica, sans-serif;
	margin-left: 5px;
}
.dr_name {
	font-size: 16px;
	color: #ec2a28;
}
.dr_name a {
	color: #ec2a28;
}
.doctor_details .view_dr {
	display: inline-block;
	padding: 3px 10px;
	background: #ed8f8e;
	color: #fff;
	margin: 10px 0 5px 0;
}.content-inner {
    text-align: left;
    padding: 5px;
}
section{
	position:inherit !important;
}
@media screen and (max-width : 860px) {
.member_content {
	width: 47%;
}
.doctor_image {
	width: 25%;
}
#MemberList {
	padding: 0px;
}
.member_content {
	margin: 5px;
}
.dr_name {
	font-size: 14px;
}

}
@media screen and (max-width : 767px) {
.member_content {
	width: 90%;
}

}
