/* Note: If need Disable Decimal-value functionilty open function.scss file */
/* mini laptop resolution 1349 X 662 and 1246 X 681 and 1218 X 672 */
/* Mozila Firefox */
.map-with-pins-section .sec-heading {
  max-width: 47.5rem;
  margin: 0 auto 4.25rem;
}
@media (max-width: 1199px) {
  .map-with-pins-section .sec-heading {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 991px) {
  .map-with-pins-section .sec-heading {
    margin-bottom: 1rem;
  }
}
.map-with-pins-section .sec-heading p {
  font-size: 1rem;
}
.map-with-pins-section .tooltip-wrap {
  width: 100%;
  padding: 2.5rem 2rem;
  background-color: #fff;
  border-radius: 0;
  border-top: 3px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(92.87deg, #1565c0 0%, #96eaaa 100%);
  box-shadow: 0px 4px 16px 8px rgba(8, 29, 77, 0.1);
  text-align: left;
  z-index: 1;
}
.map-with-pins-section .tooltip-wrap p {
  color: #081d4d;
}
.map-with-pins-section .tooltip-wrap p:not(:last-child) {
  margin-bottom: 0.5rem !important;
}
.map-with-pins-section .tooltip-wrap a {
  font-size: 0.88rem;
  font-weight: 600;
}
.map-with-pins-section .mwp-map-wrap {
  display: flex;
  flex-direction: column;
}
.map-with-pins-section .mwp-map {
  aspect-ratio: 1145/740;
}
@media (max-width: 767px) {
  .map-with-pins-section .mwp-map {
    margin: 0 -1.87rem;
  }
}
@media (min-width: 768px) {
  .map-with-pins-section .mwp-map {
    display: inline-flex;
    max-width: 100%;
    max-height: calc(100vh - 300px);
    margin: 0 auto;
  }
}
.map-with-pins-section .mwp-map .wrap_svl_center {
  vertical-align: top;
}
@media (max-width: 991px) {
  .map-with-pins-section .mwp-map .drag_element.tips {
    pointer-events: none;
  }
}
.map-with-pins-section .mwp-map .drag_element.tips .ihotspot_tooltop_html[data-placement=s] + .tooltip-wrap {
  left: 50%;
  transform: translateX(-50%);
}
.map-with-pins-section .mwp-map .drag_element.tips .ihotspot_tooltop_html[data-placement=w] + .tooltip-wrap {
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.map-with-pins-section .mwp-map .drag_element.tips .ihotspot_tooltop_html[data-placement=nw] + .tooltip-wrap {
  right: 100%;
  bottom: 100%;
}
.map-with-pins-section .mwp-map .drag_element.tips .ihotspot_tooltop_html[data-placement=ne] + .tooltip-wrap {
  bottom: 100%;
}
.map-with-pins-section .mwp-map .drag_element.tips .ihotspot_tooltop_html[data-placement=sw] + .tooltip-wrap {
  right: 100%;
}
.map-with-pins-section .mwp-map .drag_element.tips .ihotspot_tooltop_html[data-placement=e] + .tooltip-wrap {
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.map-with-pins-section .mwp-map .drag_element.tips .ihotspot_tooltop_html[data-placement=n] + .tooltip-wrap {
  left: 50%;
  bottom: 50%;
  transform: translateX(-50%);
}
.map-with-pins-section .mwp-map .drag_element.tips .point_style::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 2.5rem;
  height: 3.82rem;
  background-image: url("../../../assets/images/map-pin-white.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  filter: drop-shadow(0px 4px 16px rgba(8, 29, 77, 0.1));
  transform: translateX(-50%);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media (max-width: 991px) {
  .map-with-pins-section .mwp-map .drag_element.tips .point_style::before {
    width: 0.82rem;
    height: 1.25rem;
  }
}
.map-with-pins-section .mwp-map .drag_element.tips .point_style:hover img {
  filter: drop-shadow(0px 1px 2px #b5a4fc);
}
.map-with-pins-section .mwp-map .drag_element.tips .point_style img {
  cursor: pointer;
  top: 50% !important;
  left: 50% !important;
  max-height: inherit !important;
  filter: drop-shadow(0px 1px 2px #081d4d);
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .map-with-pins-section .mwp-map .drag_element.tips .point_style img {
    width: 0.32rem;
  }
}
.map-with-pins-section .mwp-map .drag_element.tips .tooltip-wrap {
  position: absolute;
  margin-bottom: 1.57rem;
  width: 16.57rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media (max-width: 991px) {
  .map-with-pins-section .mwp-map .drag_element.tips .tooltip-wrap {
    display: none !important;
  }
}
.map-with-pins-section .mwp-map .drag_element.tips.active {
  z-index: 998;
}
.map-with-pins-section .mwp-map .drag_element.tips.active .point_style::before,
.map-with-pins-section .mwp-map .drag_element.tips.active .tooltip-wrap {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
@media (max-width: 991px) {
  .map-with-pins-section .mwp-map .drag_element.tips.active .point_style::before,
  .map-with-pins-section .mwp-map .drag_element.tips.active .tooltip-wrap {
    pointer-events: none;
  }
}
.map-with-pins-section .mwp-map .drag_element.tips.active .ihotspot_tooltop_html .pins_image {
  display: none !important;
}
.map-with-pins-section .mwp-map .drag_element.tips.active .ihotspot_tooltop_html .pins_image_hover {
  display: block !important;
  filter: drop-shadow(0px 1px 2px #b5a4fc);
}
.map-with-pins-section .mwp-map-content {
  margin: 1rem auto 0;
  width: 100%;
  max-width: 86%;
  display: none;
}
@media (min-width: 992px) {
  .map-with-pins-section .mwp-map-content-wrap {
    display: none;
  }
}
.map-with-pins-section .mwp-map-dropdown {
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  display: none;
  width: 100%;
  height: auto;
  max-height: 20.63rem;
  overflow: auto;
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid rgba(28, 31, 42, 0.3);
  border-top: 0;
  z-index: 999;
}
.map-with-pins-section .mwp-map-dropdown li {
  padding: 0.38rem 0.75rem;
  color: #707070;
  font-size: 0.88rem;
}
.map-with-pins-section .mwp-map-dropdown li span {
  cursor: pointer;
}
.map-with-pins-section .mwp-map-dropdown-wrap {
  position: relative;
  max-width: 50%;
  width: 100%;
  margin: 0 auto 1rem;
}
@media (min-width: 992px) {
  .map-with-pins-section .mwp-map-dropdown-wrap {
    display: none;
  }
}
@media (max-width: 767px) {
  .map-with-pins-section .mwp-map-dropdown-wrap {
    max-width: 100%;
  }
}
.map-with-pins-section .mwp-map-dropdown-wrap .dropdown-title {
  position: relative;
  display: block;
  padding: 0.75rem 2.19rem 0.75rem 0.75rem;
  color: #707070;
  font-size: 0.88rem;
  cursor: pointer;
  border: 1px solid rgba(28, 31, 42, 0.3);
}
.map-with-pins-section .mwp-map-dropdown-wrap .dropdown-title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 0.94rem;
  height: 0.5rem;
  transform: translateY(-50%);
  background-image: url("../../../assets/images/select-down-arrow.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.35s ease 0s;
}
.map-with-pins-section .mwp-map-dropdown-wrap .dropdown-title.active {
  border-bottom: transparent;
}
.map-with-pins-section .mwp-map-dropdown-wrap .dropdown-title.active::before {
  transform: translateY(-50%) scale(-1);
}

#powerTip {
  display: none !important;
}
#powerTip::before {
  display: none;
}