#map_area{
    margin-bottom: 60px;
}
.mapid {
    width: 100%;
    height: 250px;
}
.leaflet-marker-pane img {
    border: none!important;
}
.leaflet-container .leaflet-shadow-pane img{
    transform: none !important;
    display: none!important;
}
.map_cmp_loc a:hover,
.map_cmp_loc a:focus,
.map_cmp_name a:hover,
.map_cmp_name a:focus
{    text-decoration: underline;
}

.small_map .map_cmp_name a:hover,
.small_map .map_cmp_name a:focus
{    text-decoration: none;
}

.leaflet-marker-pane img.custom_marker{
    border-radius: 2px;
    border: 2px solid #73cccc!important;
    object-fit: cover!important;
}
.custom_marker:hover{
    opacity: 50%!important;
}
.leaflet-popup-tip-container{
    position: relative!important;
}

div.map-position-cmp-loc.pit_map_position {
    top: 85px!important;
}

div.map-position-cmp-loc {
    display: none;
    position: absolute!important;
    top: 173px;
    right: 15px!important;
    padding: 0 5px!important;
    color: #333;
    font-size: 13px;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 500;
}

div.map-position-cmp-loc.country_map_position{
    top: 62px!important;
}

div.map-position-cmp-loc.js_map_position{
    top: 45px!important;
}

div.map-position-cmp-loc.listing_map_position {
    top: 82px!important;
}
.leaflet-right>.btn-default{
    cursor: auto;
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
    width: auto;
    height: auto;
}
/* .map_popup_img{
    position: absolute;
} */

.map_popup_box{
	width: 275px;
}
.map_popup_img{
	float:left;
	margin-right:15px;
}
.map_icon_image{
	width: 130px; 
	height: 100px;
}
/* .map_icon_image{
	width: 120px; 
	height: 93px;
} */

.availability_compo{
    padding: 0;
    margin-top: 15px;
    width: 100%;
    float: left;
}

.availability_compo .check_availability_btn{
    float: left;
    margin-right: 15px;
    font-size: 14px;
}

.availability_compo span{
    float: left;
    margin: 10px 0 0 0;
}

.map_popup_box_data{
    color: #333;
}

.map_popup_content{
    width: 47%;
    float: right;
}

.map_popup_icons{
    width: 100%;
    display: inline-block;
    margin-top: 15px;
}

.map_popup_icons .cmp-availability-icon {
    width: 30px;
    margin: 0px 10px 0 0px;
    object-fit: cover;
    height: 30px;
    float: left;
    background-repeat: no-repeat;
    background-size: contain;
}

.map_cmp_loc, .map_cmp_loc a{
    margin-bottom: 13px;
    font-weight:500;
    color: #b7c1c1!important;
}

.small_map .leaflet-popup-content .map_cmp_loc{
    margin: 3px 0 10px 0;
    float: left;
}

.small_map .leaflet-popup-content .map_cmp_loc a{
    font-weight:500;
    color: #b7c1c1!important;
    margin: 0;
}

.map_cmp_name a{
	font-size: 13.5px; 
	font-weight: bold;
	color: green!important;
}

.view{
    width:130px!important;
}

#fullPage_noContent .map_cmp_name a{
	color: #5fa024!important;
}

.small_map .leaflet-popup-content {
    margin: 10px 10px 0 10px;
    line-height: 1.4;
    width: 140px !important;
}

.small_map .leaflet-popup-content .map_area_link {
    margin: 5px 0 0 0 !important;
    font-weight: 400 !important;
    font-size: 10px !important;
    float: left;
}

.small_map .leaflet-popup-content i {
    margin: -1px 8px 0 0 !important;
    float: left;
}

