#leaflet, #map {
    width: 100%;
    height: 450px;
    border-radius: 15px;
  }
  body{
    /* background-color: #E8E8ED; */
    background-image: url("./img/hero-bg11111.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
.body{
    background-color: #E8E8ED;
}
@media (max-width: 1422px) {

  main{
    margin-top: 100px;
  }
  
}
.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #FFFF;
}

.section-title h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #1488CC;
  bottom: 0;
  left: calc(50% - 20px);
}
.card{
  background-color:  rgba(244,250,255,0.94);
  border: 5px solid #fff;
  border-radius: 15px;
  box-shadow:0 24px 36px rgba(0, 0, 0, 0.11), 0 0px 46px rgba(0, 0, 0, 0.04);
}
.leaflet-control-layers-list {
      margin-top: -50px;
      margin-bottom: -50px;
      height: fit-content;
}
.btn-3bb{
  background-color: #0563bb; 
  color: #FFFF; 
  border: solid;
  border-radius: 5px;
}
.btn-3bb:hover{
  background-color: #FFFF; 
  color: #0563bb; 
  border-color:#0563bb ;
  border: solid;
  border-radius: 10px;
}
.circle-icon{
  width: 30px ;
  height: 30px;
  max-width: 100%;
  background-color: #0563bb;
  /* background-color: azure; */
  /* border: 5px solid ; */
  border-radius: 50%;
  
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-type{
  display: flex;
  justify-content: center;
  background-color: #F4FAFF;
  border-radius: 15px;
  box-shadow:0 24px 36px rgba(0, 0, 0, 0.11), 0 0px 46px rgba(0, 0, 0, 0.04);
}
.type{
  border-color:#F4FAFF ;
  box-shadow: 0 24px 36px rgba(244,250,255), 0 0px 46px rgba(244,250,255);
}

.type:hover{
  color: #0563bb;
  /* transform: scale(1.15, 1.15);
  border: none; */
  box-shadow:0 24px 36px rgba(0, 0, 0, 0.11), 0 0px 46px rgba(0, 0, 0, 0.04);
}

.border-none{
  color: #636364;
  border: none;
}
.btn:hover{
  border-radius: 15px;
}
.btn-outline-primary:hover{
  background-color: #B5DEFF!important;
}
.btn-outline-primary:active{
  background-color: #B5DEFF!important;
  /* border-color: coral; */
}
.btn-outline-primary:visited{
  background-color: #B5DEFF!important;
}
.btn-outline-secondary{
  border-style: none;
}
.BG02 {
  background: #8FC1D4 !important;
  color: #FFFF;
}

.filter-switch label {
  cursor: pointer;
}
.filter-switch-item input:checked + label {
  color: inherit;
}
.filter-switch-item input:not(:checked) + label {
  --bg-opacity: 0;
  box-shadow: none;
}

.mt-40{
  margin-top: 40px;
}

.mb-40{
  margin-bottom: 40px;
}

.field-icon {
  font-size: 22px;
  color: #9b9b9b;
  float: right;
  margin-right: 10px;
  /* margin-left: 15px; */
  margin-top: -30px;
  position: relative;
  z-index: 2;
}
