.MylanOnLocationMap {
    width: 100%;
}
.MylanOnLocationMap .search_div {
    width: 100%;
    margin-bottom: 50px;
}
.MylanOnLocationMap .search_div #mapRadioButton {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: 10px;
	justify-content: center;
}
.MylanOnLocationMap .search_div #mapRadioButton .txt:first-child {
    margin-right: 25px;
}
.MylanOnLocationMap .search_div label.radioButton {
    display: inline-block;
}
.MylanOnLocationMap .search_div label.radioButton p {
    display: inline-block;
    font-size: 16px;
    color: #203663;
    margin: 0;
}
.MylanOnLocationMap .search_div label.radioButton input {
    margin: 5px;
}
.MylanOnLocationMap #searchBox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}
.MylanOnLocationMap #searchBox #textInput {
    max-width: 93%;
	flex: 0 0 93%;
}
.MylanOnLocationMap #searchBox #textInput input {
    margin: 0;
    background: #F5F5F5;
    border: 0;
}
.MylanOnLocationMap .search_div #searchBox #searchBtn {
    max-width: 7%;
    flex: 0 0 7%;
    background-color: var(--secondary-color);
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
	cursor: pointer;
}
.MylanOnLocationMap .search_div #searchBox #searchBtn:hover {
	opacity: 0.8;
}
.popupMessage.fail {
    margin-top: 50px;
    position: relative;
    max-width: 650px;
    margin: 0 auto;
}
.popupMessage.fail.active .window {
    background-color: var(--white-color);
    position: fixed;
	top: 50% !important;
	transform: translateY(-50%);
    z-index: 1005;
    padding: 35px 35px 25px;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 20px;
}
.overlay {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    /* display: none; */
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1003;
}
.popupMessage.fail.active .window .closeBtn {
    position: absolute;
    right: 15px;
    top: 7px;
	cursor: pointer;
}
.popupMessage.fail.active .window .content.fail {
    text-align: center;
    min-height: 100px;
    color: #203663;
    font-size: 18px;
}
.MylanOnLocationMap #mapData {
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.MylanOnLocationMap #mapData .location__indi {
    background-color: var(--white-color);
    max-width: 30%;
    flex: 0 0 30%;
    box-shadow: 0px 3px 15px #137ebf;
    border-radius: 5px;
    padding: 20px;
    margin: 1%;
}
.MylanOnLocationMap #mapData .location__indi span:first-child {
    color: #137EBF;
    margin-bottom: 10px;
    font-size: 16px;
}
.MylanOnLocationMap #mapData .location__indi span {
    display: block;
    font-size: 14px;
}
@media screen and (min-width: 1600px) {}
@media screen and (min-width: 1920px) {
	.MylanOnLocationMap #mapData .location__indi span:first-child {
		font-size: 22px;
	}
	.MylanOnLocationMap #mapData .location__indi span {
		font-size: 20px;
	}
}
@media screen and (max-width: 991px) {
	.MylanOnLocationMap #mapData .location__indi {
		background-color: var(--white-color);
		max-width: 48%;
		flex: 0 0 48%;
	}
	.popupMessage.fail.active .window {
	    left:0;
	}
}
@media screen and (max-width: 767px) {
   .MylanOnLocationMap #searchBox #textInput {
		max-width: 83%;
		flex: 0 0 83%;
   }
    .MylanOnLocationMap .search_div #searchBox #searchBtn {
		max-width: 17%;
		flex: 0 0 17%;
	}
	.MylanOnLocationMap #mapData .location__indi {
	    max-width: 100%;
        flex: 0 0 100%;
	}
}
