﻿.section6{
	background: #1d1f22;
	width: 100%;
	/*height:850px;*/
	height:100vh;
	overflow:hidden;
	margin: 0em auto 0em;
	    position: relative;
}
.section6 video {
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.section6Player{
	width: 100%;
	height: 100%;
}
.section6 .sec2info-container{
	position: absolute;
	bottom: 48px;
	z-index: 499;
	left: 48px;
}
.section6 .sec2info-container h5{
    width: 480px;
    /*height: 90px;*/
    font-family: "Lexend", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 45px;
    display: flex;
    align-items: flex-end;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 24px;
}
.section6 .sec2info-container p{
	width: 454px;
	font-family: "Lexend", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
	margin-top: 12px;
}
/*
.section6 .leaflet-container{
	position: absolute;
	bottom: 48px;
	z-index: 100;
	left: 48px;
}*/

.custom-icon {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: 2px solid #fff;
	text-align: center;
	}
.icon-marker {
    width: 10px;
    height: 10px;
    margin: 6px auto;
    border-radius: 50%;
}

.selectedLoc{
	width:50px !important;
	height:50px !important;	
}

.custom-popup {
	max-width: 300px;
	background-color: #fff;
	border: 0;
	border-radius: 0;
	padding: 0;
}

.custom-popup b {
	font-size: 16px;
	color: #019748;
}

.custom-popup .custom-description {
	font-size: 14px;
	color: #666;
	margin: 0px;
	font-family: "Lexend", sans-serif;
}
.section6 .refrshMap {
display:none;
    position: absolute;
    right: 0;
    z-index: 401;
    display: block;
    width: 60px;
    bottom: 0;
    padding: 10px;
    height: auto;
}
.imgDesc img{
	height: 110px;
    width: 100%;
    object-fit: cover;
}
.contentDesc{
	padding:1rem 0;
}
.contentDesc p{
	font-size:15px;
}

.leaflet-popup-content{
	width:294px;
}