.insta-card .instagram-media {
	min-width:unset !important;
	max-width:100%;
	width:100%;
}


.leaflet-popup .leaflet-popup-content-wrapper {
	background: #bf1f09;
    color: #fff;
}
.leaflet-popup .leaflet-popup-content-wrapper h3 {
	font-size: 24px;
}

.leaflet-popup .leaflet-popup-content-wrapper p {
	margin: 10px 0px;
    font-size: 18px;
}
.leaflet-popup .leaflet-popup-content-wrapper .btns {
	font-size: 16px;
    padding: 6px 16px;
	color:#fff;
	border: 3px solid #fff;
}
.leaflet-container a.leaflet-popup-close-button {
	color:#fff !important;
}
.leaflet-popup-tip {
    background: #212121 !important;
}


div#result {
    width: 98%;
    max-height: 250px;
    overflow-y: auto;
    position: absolute;
    left: 1%;
    top: auto;
    background: #222;
    color: #fff;
	border-radius: 16px;
	
}
.item {
    padding: 10px 20px;
    font-size: 20px;
	cursor:pointer;
}
.pincode-error {
	padding:10px;
}