ol,
ul {
	margin: 0;
	padding: 0;
  	list-style: none;
}

#wrapper-layer
{
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.maplogo
{
  width: 86px;
  height: 86px;
  background: rgb(0 0 0 / 50%);
  font-size: 40px;
  text-align: center;
  border-radius: 50%;
  position: relative;
  z-index: 9;
  color: #fff;
  border: 3px solid #fff;
  line-height: 76px;
  margin: auto;
}
.start-point
{
  width: 30px;
  height: 30px;
  background: rgb(0 0 0 / 100%);
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  position: relative;
  z-index: 9;
  color: #fff;
  margin: auto;
}



/*pop up customization*/

.easymap-tooltip-wrap
{
  /*width: 260px;*/
  max-width: 260px;
  border-radius: 15px;
  align-items: center;
  background: #fff;
  padding: 0.75rem !important;
  box-shadow: 0px 10px 10px 0px rgb(51 51 51 / 40%);
  z-index: 4;
}
.easymap-slide-wrap
{
  width: 100%;
  height: 160px;
  background: #fff;
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 26px;
  position: relative;
  z-index: 0;
}
.slide-image
{
  height: 160px;
  object-fit: cover;
}

.owl-prev, .owl-next {
    position: fixed;
    top: 20%;
    bottom: 0;
    width: 25px;
    height: 25px;
    margin: 0px;
    background: #fff !important;
    color: #333 !important;
    border-radius: 50%;
    font-size: 12px !important;
}
.owl-prev {
    left: 14px;
}
.owl-next {
    right: 14px;
}

.easymap-image
{
    width: 60px !important;
    height: 60px;
    object-fit: scale-down;
    padding: 0px;
    border-radius: 10px;
    border-radius: 30px;
    background: #f3f3f3;
    position: fixed;
    top: 135px;
    left: 10px;
    z-index: 1;
}
.easymap-image-attraction
{
  height: 130px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 10px;
}
.easymap-tooltip-content
{
  margin: 0px;
}
.easymap-tooltip-body
{
  padding: 0px;
}
.easymap-tooltip-title
{
  font-size: 1rem;
  color: #343a40;
  display: block;
}
.easymap-tooltip-description
{
  color: #98a6ad;
  line-height: 19px;
  font-size: 11px;
  font-weight: 400
}
.easymap-btns
{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.easymap-web-link, .easymap-know-link 
{
  display: inline-block;
  color: #fff;
  background: #c0aa71;
  border-color: #b19244;
  text-align: center;
  vertical-align: middle;
  padding: 0.28rem 0.8rem;
  font-size: 0.7875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  transition: aall .3s ease;
}
.easymap-web-link:hover, .easymap-know-link :hover
{
  color: #fff;
  background: #010101;
  transition: aall .3s ease;
}
.easymap-know-link
{
  margin-top: 15px;
  width: 100%
  }
.easymap-popup-link
{
  background-color: transparent !important;
  color: #dc651e !important;
  font-size: 0.75rem;
  padding: 0px 11px;
  box-shadow: none !important;
  margin: 0 auto 10px 0;
  display: inline-block;
  float: none;
  font-weight: 400;
  position: relative;
  border: 1px solid #dc651e;

}
.easymap-popup-link:hover
{
  background-color: transparent !important;
  box-shadow: none !important;
}
.easymap-popup-link:before
{
  content: "\f124";
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
  position: relative;
  margin: 0 5px 0 0;
}
.easymap-mob-link {
    background-color: transparent !important;
    color: #06346a !important;
    font-size: 0.75rem;
    padding: 0px 16px;
    box-shadow: none !important;
    margin: 0px;
    display: inline-block;
    float: left;
    font-weight: 400;
    position: relative;
}
.easymap-mob-link:before {
    content: "\f095";
    position: absolute;
    left: 0;
    font-family: 'Font Awesome 6 Pro';
    font-weight: 400;
    font-style: normal;
    line-height: 20px;
}
.soceasymap-btns
{
  display: flex;
  align-items: center;
  justify-content: space-between;
  
}
.easymap-soc-link
{
  font-size: 25px;
  margin-left: 10px;
  position: relative;
  margin-bottom: 10px;

}
.easymap-soc-link:first-child
{
  margin-left: 0;
}
.easymap-soc-link.whatsapptxt
{
  background: #25d366;
  border-radius: 6px;
  font-size: 12px;
  padding: 6px 10px;
  color: #fff;
  font-weight: 600;
}
.easymap-soc-link.whatsapptxt::before
{
  content: "\f232";
  margin-right: 5px;
  font-weight: 400;
  font-family: 'Font Awesome 6 Brands'; }
}
.easymap-tooltip
{
  z-index: 9;
}
.my-mtero
{
  padding: 0px 3px;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
  text-align: center;
  font-size: 10px;
  line-height: 20px;
  color: #fff;
}
.my-mtero:before
{
  content: "\f238";
}
.my-attractions
{
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
  text-align: center;
  font-size: 10px;
  color: #000;
  width: 30px !important;
  height: 30px !important;
}
.my-attractions:before
{
  content: "\f005";
}
.easymap-pin.pin-pulse:before
{
  border: 1px solid #fff;
}

.radius
{
  width: 3600px;
  height: 3600px;
  background: rgb(224 58 67 / 10%);
  border-radius: 100%;
  position: absolute;
  z-index: 0;
}


.my-logo:before {
  content: '';
  border: 2px solid #fff;
  border-radius: 30px;
  height: inherit;
  width: inherit;
  top: -4px;
  left: -4px;
  position: absolute;
  animation: beater 1.8s ease-out;
  animation-iteration-count: infinite;
  animation-delay: 1s;
  opacity: 0;
  box-sizing: content-box;
}

@-webkit-keyframes beater {
  0% {-webkit-transform: scale(1, 1); opacity: 0.0;}
  25% {opacity: 0.5; }
  50% {-webkit-transform: scale(1.6, 1.6); opacity: 0.0;}
}

