.seb_map{
  width: 100%;
  height: 500px;
  max-width: 100%;
}

.seb_section.seb_content a{
  transition: all 0.5s ease-out;
}

.seb_section.seb_content a:hover{
  opacity: 0.6;
}

.seb_map h4{
  font-size: 21px !important;
  line-height: 1.55 !important;
  margin-bottom: 9px !!important;
  font-weight: 600!important;
  color: #000000 !important;
}

.seb_map p{
  font-size: 21px !important;
  font-family: Futura-light, Arial, Helvetica, sans-serif !important;
  font-weight: 400 !important;
  line-height: 1.1em !important;
  margin-bottom: 5px !important;
}

.pointer-seb {
  cursor: pointer;
}

.seb_section.seb_content{
  display: flex;
  gap: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.seb_map-container{
      flex-basis: calc(50% - 20px);
}

.seb_section.seb_content #loadmore{
  background: #f7b019;
  color: #ffffff;
  border-color: #ffffff;
  padding: 17px 40px;
  line-height: 21px;
  font-size: 18px;
  font-family: Futura, Arial, Helvetica, sans-serif;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: 1s;
  margin-bottom: 50px;
}

.seb_section.seb_content #loadmore:hover{
  background: #963048;
}

.seb_section.seb_search_content{
      flex-basis: calc(50% - 40px);
}

.seb_ul{
  display: flex;
  list-style: none;
  padding: 0;
  gap: 20px;
  margin-top: 0;
}

.seb_ul > li{
  flex-basis: 50%;
}

.seb_ul .seb_li * {
  width: 100%;
}

.seb_ul .seb_li select, .seb_ul .seb_li input{
  text-transform: capitalize;
  min-width: 170px;
  padding: 10px;
  background: #963048;
  font-size: 16px;
  color: #FDB106;
  border: 0;
  font-weight: bold;
}

.seb_ul .seb_li input::placeholder{
  color: #FDB106;
}

.right.goto-map{
  font-weight: bold;
  font-family: Futura-light, Arial, Helvetica, sans-serif;
}

.right.goto-map > span{
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.cluster > div{
  top: 10px;
}

@media screen and (min-width: 1140px) {
  .seb_map-content.fixed{
    position: fixed !important;
    top: 20px;
  }
}

@media screen and (max-width: 1140px) {
  .seb_section.seb_content{
    flex-direction: column;
  }

  .seb_ul > li{
    flex-basis: auto;
  }

  .seb_ul{
    flex-wrap: wrap;
  }

}
