.footer > .container > .row:first-child {
  border-bottom: 1px solid #4c4c4c !important;
}

.footermenu {
  color: #fff;
}

.main-nav li a>i {
  display: inline !important;
}

@media (max-width: 1200px) {
 .finder-tabs .sidebar-tabs:first-child {
  display: flex !important;
 }
}

.marker-icon.active .marker-img {
  box-shadow: 0 0 0 25px rgb(245 135 53 / 50%); 
}

body::-webkit-scrollbar {
  width: 1em;
}
 
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: #f58735;
}

body::-webkit-scrollbar-thumb:horizontal {
  background-color: #f58735;
}

body::-webkit-scrollbar-track:horizontal {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar:horizontal {
  width: 1em;
}

#plugin_delete_me_shortcode_form input[type=submit] {
  background: #F58735;
  color: #ffffff;
}

.fa-trash-alt {
  font-size: 13px;
}

.wpcf7-form-control {
  margin-bottom: 0px !important;
}