::-moz-selection {
  /* Code for Firefox */
  color: black;
  background: white;
}

::selection {
  color: black;
  background: white;
}

/*change the thinkness of the scrollbar here*/

.info-parent-1::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

/*add a shadow to the scrollbar here*/

.info-parent-1::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

/*this is the little scrolly dealio in the bar*/

.info-parent-1::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background: #1d1d1d;
  height: 3px;
}

/*nobody needs this little scrollbar corner, I mean really, get rid of it haha*/

.info-parent-1::-webkit-scrollbar-corner {
  display: none;
  height: 0px;
  width: 0px;
}

/*nobody needs this little scrollbar corner, I mean really, get rid of it haha*/

.info-parent-2::-webkit-scrollbar-corner {
  display: none;
  height: 0px;
  width: 0px;
}

/*change the thinkness of the scrollbar here*/

.info-parent-2::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

/*add a shadow to the scrollbar here*/

.info-parent-2::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

/*this is the little scrolly dealio in the bar*/

.info-parent-2::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background: #1d1d1d;
  height: 3px;
}

/*nobody needs this little scrollbar corner, I mean really, get rid of it haha*/

.info-parent-2::-webkit-scrollbar-corner {
  display: none;
  height: 0px;
  width: 0px;
}

/*change the thinkness of the scrollbar here*/

.info-parent-3::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

/*add a shadow to the scrollbar here*/

.info-parent-3::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

/*this is the little scrolly dealio in the bar*/

.info-parent-3::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background: #1d1d1d;
  height: 3px;
}

/*nobody needs this little scrollbar corner, I mean really, get rid of it haha*/

.info-parent-3::-webkit-scrollbar-corner {
  display: none;
  height: 0px;
  width: 0px;
}

/*change the thinkness of the scrollbar here*/

.info-parent-4::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

/*add a shadow to the scrollbar here*/

.info-parent-4::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

/*this is the little scrolly dealio in the bar*/

.info-parent-4::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background: #1d1d1d;
  height: 3px;
}

/*nobody needs this little scrollbar corner, I mean really, get rid of it haha*/

.info-parent-4::-webkit-scrollbar-corner {
  display: none;
  height: 0px;
  width: 0px;
}

#myDiv-1 {
  min-width: 320px !important;
  width: 320px;
}

#myDiv-2 {
  min-width: 320px !important;
  width: 320px;
}

#myDiv-3 {
  min-width: 320px !important;
  width: 320px;
}

#myDiv {
  min-width: 320px !important;
  width: 320px;
}

.info-parent-1 {
  overflow-x: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
}

.info-parent-2 {
  overflow-x: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
}

.info-parent-3 {
  overflow-x: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
}

.info-parent-4 {
  overflow-x: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-y: overlay;
  overflow-x: hidden!important;
}

.pulse-dot-map {
  width: 15px;
  height: 15px;
  border-radius: 100px;
  animation: out 2s infinite ease-out;
  background: #6c0e11;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 99999;
  margin: -25px 0px 0px -25px;
}

.pulse-dot-map.two {
  width: 15px;
  height: 15px;
  border-radius: 100px;
  animation: out 2.5s infinite ease-out;
  background: #6c0e11;
  position: fixed;
  top: 30%;
  left: 30%;
  z-index: 99999;
  margin: -25px 0px 0px -25px;
}

.pulse-dot-map.three {
  width: 15px;
  height: 15px;
  border-radius: 100px;
  animation: out 2.5s infinite ease-out;
  background: #6c0e11;
  position: fixed;
  top: 20%;
  left: 76%;
  z-index: 99999;
  margin: -25px 0px 0px -25px;
}

@keyframes out {
  0% {box-shadow: 0px 0px 0px 0px rgba(108, 14, 17, 1);}
  100% {box-shadow: 0px 0px 0px 100px rgba(108, 14, 17, 0.0);}
}

.map-bg {
  background-blend-mode: multiply;
  mix-blend-mode: multiply;
}

[data-widget="UdeslyCountUp-1kryF"] .udesly-countup {
  font-size: 95px;
  font-family: Sharpgroteskbook25;
  color: #fff;
}