.primary-btn,
a.primary-btn,
button.primary-btn,
.primary-btn-inverted,
a.primary-btn-inverted,
button.primary-btn-inverted {
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    margin: 0 auto 1.5rem;
    padding: .85em 1em;
    text-align: center;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.primary-btn,
a.primary-btn,
button.primary-btn {
    background-color: #00263d;
    border: 1px solid #00263d;
    color: #66ffff !important;
    text-decoration: none !important;
}

.primary-btn:hover,
a.primary-btn:hover,
button.primary-btn:hover {
    background-color: #66ffff;
    border: 1px solid #00263d;
    color: #00263d !important;
}

@media (min-width: 992px) {
    .primary-btn,
    .primary-btn-inverted {
        margin: 0 0 1rem;
        width: auto;
    }
}

.primary-btn-inverted,
a.primary-btn-inverted,
button.primary-btn-inverted {
    background-color: #66FFFF;
    border: 1px solid #66FFFF;
    color: #00263d !important;
}

.primary-btn-inverted:hover,
a.primary-btn-inverted:hover,
button.primary-btn-inverted:hover {
    background-color: #0094a2;
    border: 1px solid #0094a2;
    color: #66FFFF !important;
}

a.primary-btn.rounded-btn {
    border-radius: 6px;
    margin-right: 1rem;
    padding: .85rem 1.95rem;
}:root {
  --bs-font-sans-serif: 'Inter', sans-serif !important;
}

.bootstrap .row {
  max-width: 100% !important;
}
.bootstrap .main-footer .row {
  width: 100%;
}
.bootstrap .main:not(.container) .reg-view .row.mx-auto,
.bootstrap .wideview .row.mx-auto {
  max-width: 75% !important;
}

.bootstrap ol,
.bootstrap ul {
  margin-left: 0;
}

.bootstrap .text-white {
  width: auto;
  font-weight: normal;
  text-transform: none;
}
.bootstrap .header-coverage .text-white,
.bootstrap #page-header-subtitle.text-white {
  width: 100%;
}
.bootstrap .container {
  gap: 0;
  margin-top: 0 !important;
}
.bootstrap .modal.show {
  opacity: 1;
}
.modal-open .modal-backdrop.show {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0.5;
}

#navbarCollapse {
  height: unset;
  overflow: unset;
}
#navbarCollapse .nav-link .fa-chevron-down {
  font-size: inherit;
}
.table-corner {
  display: none;
}

header.header-coverages {
  z-index: 1;
  color: #fff;
}
.header-coverage h1,
h2.header-coverage-title {
  color: #fff;
  font-family: 'Inter Tight', sans-serif;
  font-weight: 600;
}
/* override theme */
.header-coverage h1 span.text-light-blue,
h1.text-light-blue,
h2.header-coverage-title,
h2.header-coverage-title .gmi {
  color: #fff !important;
}
.bootstrap .phoneNum {
  display: block;
}
.bootstrap .form-control-sm {
  box-shadow: none;
  min-height: calc(1.5em + 0.5rem + var(--bs-border-width) * 2) !important;
  border-radius: var(--bs-border-radius-sm);
}
header.header-coverage,
header.header-coverage.page-header-news {
  position: static;
}
.full-header header {
  position: relative;
  z-index: 1050;
}

.full-header .logo-globe img {
  max-width: 100%;
}

.sticky-top-nav.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9000;
}

.btn-bs-blue.btn-primary {
  background-color: #0d6efd !important;
  border-color: #0d6efd !important;
  color: #fff !important;
}
.btn-bs-blue.btn-primary:hover {
  background-color: #0b5ed7 !important;
  border-color: #0a58ca !important;
  color: #fff !important;
}

.text-bs-primary-blue {
  color: #0d6efd;
}
.text-bs-primary-blue:hover {
  color: #0b5ed7;
}

.login-fields .btn.btn-sm {
  height: 29px;
  font-size: 75%;
}
.login-fields #password-input,
.login-fields #username-input {
  min-height: 29px !important;
}

.sticky-top {
  z-index: 500 !important;
}

.dropdown > button {
  width: 100%;
}

.bootstrap h4.view-industries {
  font-size: 1.5rem;
}
.bootstrap .field-category-title {
  font-size: 1rem;
}

.members-nav-menu {
  margin: 0 auto !important;
}

#factorsCarousel .carousel-item > .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#factorsCarousel .carousel-item > .row img {
  max-height: 100px;
}

/* Tooltip overrides */
.boostrap .tooltip {
  background-color: transparent !important;
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  padding: var(--bs-tooltip-arrow-height);
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.boostrap .tooltip::before {
  display: none;
}
.boostrap .tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.boostrap .tooltip .boostrap .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.boostrap .tooltip .boostrap .tooltip-arrow::before {
  position: absolute;
  content: '';
  border-color: transparent;
  border-style: solid;
}
.bootstrap .bs-tooltip-top .boostrap .tooltip-arrow,
.bootstrap .bs-tooltip-auto[data-popper-placement^='top'] .boostrap .tooltip-arrow {
  bottom: 0;
}
.bootstrap .bs-tooltip-top .boostrap .tooltip-arrow::before,
.bootstrap .bs-tooltip-auto[data-popper-placement^='top'] .boostrap .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bootstrap .bs-tooltip-end .boostrap .tooltip-arrow,
.bootstrap .bs-tooltip-auto[data-popper-placement^='right'] .boostrap .tooltip-arrow {
  left: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bootstrap .bs-tooltip-end .boostrap .tooltip-arrow::before,
.bootstrap .bs-tooltip-auto[data-popper-placement^='right'] .boostrap .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height)
    calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.bootstrap .bs-tooltip-bottom .boostrap .tooltip-arrow,
.bootstrap .bs-tooltip-auto[data-popper-placement^='bottom'] .boostrap .tooltip-arrow {
  top: 0;
}
.bootstrap .bs-tooltip-bottom .boostrap .tooltip-arrow::before,
.bootstrap .bs-tooltip-auto[data-popper-placement^='bottom'] .boostrap .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bootstrap .bs-tooltip-start .boostrap .tooltip-arrow,
.bootstrap .bs-tooltip-auto[data-popper-placement^='left'] .boostrap .tooltip-arrow {
  right: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bootstrap .bs-tooltip-start .boostrap .tooltip-arrow::before,
.bootstrap .bs-tooltip-auto[data-popper-placement^='left'] .boostrap .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0
    calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.boostrap .tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

/* Popover overrides */
.bootstrap .popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: ;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.bootstrap .popover .bootstrap .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.bootstrap .popover .bootstrap .popover-arrow::before,
.bootstrap .popover .bootstrap .popover-arrow::after {
  position: absolute;
  display: block;
  content: '';
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.bootstrap .bs-popover-top > .bootstrap .popover-arrow,
.bootstrap .bs-popover-auto[data-popper-placement^='top'] > .bootstrap .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bootstrap .bs-popover-top > .bootstrap .popover-arrow::before,
.bootstrap .bs-popover-auto[data-popper-placement^='top'] > .bootstrap .popover-arrow::before,
.bootstrap .bs-popover-top > .bootstrap .popover-arrow::after,
.bootstrap .bs-popover-auto[data-popper-placement^='top'] > .bootstrap .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bootstrap .bs-popover-top > .bootstrap .popover-arrow::before,
.bootstrap .bs-popover-auto[data-popper-placement^='top'] > .bootstrap .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bootstrap .bs-popover-top > .bootstrap .popover-arrow::after,
.bootstrap .bs-popover-auto[data-popper-placement^='top'] > .bootstrap .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
.bootstrap .bs-popover-end > .bootstrap .popover-arrow,
.bootstrap .bs-popover-auto[data-popper-placement^='right'] > .bootstrap .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bootstrap .bs-popover-end > .bootstrap .popover-arrow::before,
.bootstrap .bs-popover-auto[data-popper-placement^='right'] > .bootstrap .popover-arrow::before,
.bootstrap .bs-popover-end > .bootstrap .popover-arrow::after,
.bootstrap .bs-popover-auto[data-popper-placement^='right'] > .bootstrap .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height)
    calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bootstrap .bs-popover-end > .bootstrap .popover-arrow::before,
.bootstrap .bs-popover-auto[data-popper-placement^='right'] > .bootstrap .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bootstrap .bs-popover-end > .bootstrap .popover-arrow::after,
.bootstrap .bs-popover-auto[data-popper-placement^='right'] > .bootstrap .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.bootstrap .bs-popover-bottom > .bootstrap .popover-arrow,
.bootstrap .bs-popover-auto[data-popper-placement^='bottom'] > .bootstrap .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bootstrap .bs-popover-bottom > .bootstrap .popover-arrow::before,
.bootstrap .bs-popover-auto[data-popper-placement^='bottom'] > .bootstrap .popover-arrow::before,
.bootstrap .bs-popover-bottom > .bootstrap .popover-arrow::after,
.bootstrap .bs-popover-auto[data-popper-placement^='bottom'] > .bootstrap .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bootstrap .bs-popover-bottom > .bootstrap .popover-arrow::before,
.bootstrap .bs-popover-auto[data-popper-placement^='bottom'] > .bootstrap .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bootstrap .bs-popover-bottom > .bootstrap .popover-arrow::after,
.bootstrap .bs-popover-auto[data-popper-placement^='bottom'] > .bootstrap .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.bootstrap .bs-popover-bottom .bootstrap .popover-header::before,
.bootstrap .bs-popover-auto[data-popper-placement^='bottom'] .bootstrap .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: '';
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
.bootstrap .bs-popover-start > .bootstrap .popover-arrow,
.bootstrap .bs-popover-auto[data-popper-placement^='left'] > .bootstrap .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bootstrap .bs-popover-start > .bootstrap .popover-arrow::before,
.bootstrap .bs-popover-auto[data-popper-placement^='left'] > .bootstrap .popover-arrow::before,
.bootstrap .bs-popover-start > .bootstrap .popover-arrow::after,
.bootstrap .bs-popover-auto[data-popper-placement^='left'] > .bootstrap .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0
    calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bootstrap .bs-popover-start > .bootstrap .popover-arrow::before,
.bootstrap .bs-popover-auto[data-popper-placement^='left'] > .bootstrap .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bootstrap .bs-popover-start > .bootstrap .popover-arrow::after,
.bootstrap .bs-popover-auto[data-popper-placement^='left'] > .bootstrap .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.bootstrap .popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.bootstrap .popover-header:empty {
  display: none;
}

.bootstrap .popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

.z-400 {
  z-index: 400 !important;
}
.contact_map {
  height: auto;
}
.contact_map > img {
  width: 100%;
}
.office_info {
  overflow: visible;
}
.office_info h4 {
  background-color: #192f7a;
  color: #fff;
  padding: 8px;
  font-size: 26px;
  text-align: center;
}
.office_info .close-button {
  border: 2px solid #fff;
  background-color: #333333 !important;
  border-radius: 20px;
  width: 25px;
  font-size: 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  position: absolute;
  top: -22px;
  right: -10px;
}
.office_info .close-button:hover {
  color: #ffffff !important;
}
.location-button {
  cursor: pointer;
  transition: all 0.5s;
}
.office_info .office_details p {
  line-height: normal;
  margin-bottom: 7px;
}
.office_info h4 img {
  margin-top: -8px;
  margin-bottom: -4px;
}
.marker-details:before {
  content: '';
  position: absolute;
  left: -17px;
  top: 15px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-right: 10px solid #4e81b5;
  border-bottom: 8px solid transparent;
}
.contact_map {
  position: relative;
}
.marker {
  position: absolute;
  cursor: pointer;
  z-index: 10;
}
.marker:hover {
  z-index: 9999;
}
.marker:hover .marker-details {
  display: block;
}
.clk-details {
  font-size: 12px;
  color: #f98e2b;
}
.marker-details {
  position: absolute;
  padding: 4px 13px;
  background: #192f7a;
  color: #fff;
  white-space: nowrap;
  z-index: 20;
  font-size: 13px;
  display: none;
  border-left: 7px solid #4e81b5;
  top: -5px;
  left: 52px;
  -webkit-box-shadow: 0px 6px 5px -5px #333;
  -moz-box-shadow: 0px 6px 5px -5px #333;
  box-shadow: 0px 6px 5px -5px #333;
}
.map_return {
  position: absolute;
  bottom: 27px;
  left: 8px;
  margin-top: 0;
  margin-left: 0;
  width: 130px;
  text-align: left;
  cursor: pointer;
  font-size: 11px;
  line-height: 12px;
  display: none;
}
.map_tip {
  margin-top: 0;
  position: absolute;
  bottom: 45px;
  left: 48px;
  width: 100%;
  font-size: 12px;
}
.map_return img {
  margin-top: 0;
}
#marker_sl {
  top: 130px;
  left: 110px;
  z-index: 100;
}
#marker_sl_2 {
  top: 111px;
  left: 64px;
  transform: rotateZ(-30deg);
}
#marker_sl_3 {
  top: 111px;
  left: 68px;
  transform: rotateZ(30deg);
}
#marker_sl_2 div.marker-details {
  top: 63px;
  left: 18px;
  transform: rotateZ(390deg);
}
#marker_sl_3 div.marker-details {
  top: -78px;
  left: 13px;
  transform: rotateZ(330deg);
}

/* Small only */
@media screen and (max-width: 39.9375em) {
  .header-coverage-subtitle {
    display: none;
  }
  .contact_map {
    display: none;
  }
  .offices .large-3 {
    text-align: center;
  }

  .screen-sml {
    padding-left: 20% !important;
    padding-top: 10% !important;
  }
}

.office_info {
  overflow: visible;
}
.office_info h5 {
  background-color: #00263d;
  color: #fff;
  padding: 8px;
  font-size: 26px;
  text-align: center;
}
.office_info .close-button {
  border: 2px solid #fff;
  background-color: #333333 !important;
  border-radius: 20px;
  width: 25px;
  font-size: 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  position: absolute;
  top: -22px;
  right: -10px;
}
.office_info .close-button:hover {
  color: #ffffff !important;
}
.location-button {
  cursor: pointer;
  transition: all 0.5s;
}
.location-button:hover {
  color: #1c4694;
}
.office_info .office_details p {
  line-height: normal;
  margin-bottom: 7px;
}
.office_info h4 img {
  margin-top: -8px;
  margin-bottom: -4px;
}
.marker-details:before {
  content: '';
  position: absolute;
  left: -17px;
  top: 15px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-right: 10px solid #4e81b5;
  border-bottom: 8px solid transparent;
}
.contact_map {
  position: relative;
}
.marker {
  position: absolute;
  cursor: pointer;
  z-index: 10;
  width: 26px;
  text-align: center;
  display: flex !important;
  justify-content: center;
  overflow: hidden;
  height: 40px;
  align-items: center;
}
.marker:hover {
  z-index: 9999;
}
.map_return img {
  margin-top: 0;
}
img.loc-icon {
  width: 50px;
  max-width: unset;
  height: 50px;
}
#marker_sl {
  top: 38%;
  left: 25%;
  z-index: 100;
}
#marker_sl_2 {
  top: 111px;
  left: 64px;
  transform: rotateZ(-30deg);
}
#marker_sl_3 {
  top: 111px;
  left: 68px;
  transform: rotateZ(30deg);
}
#marker_sl_2 div.marker-details {
  top: 63px;
  left: 18px;
  transform: rotateZ(390deg);
}
#marker_sl_3 div.marker-details {
  top: -78px;
  left: 13px;
  transform: rotateZ(330deg);
}
#marker_ar {
  top: 65%;
  left: 32.5%;
}
#marker_eu {
  top: 25%;
  left: 44.5%;
}
#marker_me {
  top: 40.5%;
  left: 59.5%;
}
#marker_in {
  top: 40.5%;
  left: 65%;
}
#marker_ch {
  top: 30%;
  left: 75%;
  z-index: 9;
}
#marker_ch2 {
  top: 36%;
  left: 74%;
}
#marker_jp {
  top: 33%;
  left: 80%;
}
#marker_ph {
  top: 44%;
  left: 75.2%;
}
#marker_oc {
  top: 66.2%;
  left: 74.2%;
}
#marker_ml {
  top: 69%;
  left: 80.8%;
}
#marker_si {
  top: 163px;
  left: 395px;
}
#marker_nc {
  top: 35%;
  left: 28.5%;
}
#marker_dc {
  top: 32%;
  left: 30%;
}
#marker_ca {
  top: 88px;
  left: 21px;
}
#marker_kr {
  top: 35%;
  left: 76.8%;
}
#marker_br {
  top: 220px;
  left: 503px;
}
.arrw::before {
  bottom: -13.5px;
}
