/* interactive-map */
.border-interactive-map .title-section-map {
  text-align: center;
  margin-bottom: 43px;
  display: inline-block;
  width: 100%;
}

.interactive-map {
  margin-top: 65px;
}

.interactive-map .border-map-point {
  width: 100%;
  position: relative;
}

/* .interactive-map .map-content {
  position: absolute;
  max-width: 373px;
  top: -65px;
  left: 115px;
  background: rgba(99, 99, 99, 0.75);
   backdrop-filter: blur(5px);
  z-index: 100;
} */

.interactive-map .map-content .content-placement.border-content-5.show-info {
  left: 2%;
}

.interactive-map .map-content .content-placement.border-content-4.show-info {
  left: 20%;
}

.interactive-map .map-content .content-placement.border-content-3.show-info {
  left: 9.7%;
}

.interactive-map .map-content .content-placement.border-content-2.show-info {
  left: 30%;
}

.interactive-map .map-content .content-placement.border-content-1.show-info {
  right: 30%;
}

.interactive-map .map-content .show-info:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  z-index: -1;
}

.interactive-map .content-placement .border-info {
  padding: 45px 25px 50px;
}

.interactive-map .content-placement .border-info .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 133.333%;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  word-break: break-word;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  margin: 0;
  padding-bottom: 12px;
}

.interactive-map .content-placement .border-info .title .number {
  color: #00c3b5;
  text-align: center;
  font-family: Poppins;
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: 68px;
  /* 151.111% */
  letter-spacing: 6.75px;
  text-transform: uppercase;
  margin-right: 18px;
}

.interactive-map .content-placement .border-info .description {
  color: #fff;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 178.571%;
  letter-spacing: 0.7px;
  margin: 16px -15px 0;
  padding-right: 15px;
}

.interactive-map .border-btn button {
  width: 100%;
  border: none;
  color: #fff;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 122.222%;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  height: 50px;
  position: relative;
}

.interactive-map .border-btn button:after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#fca032), to(rgba(252, 160, 50, 0)));
  background: -o-linear-gradient(left, #fca032 0%, rgba(252, 160, 50, 0) 100%);
  background: linear-gradient(90deg, #fca032 0%, rgba(252, 160, 50, 0) 100%);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}

.interactive-map .map-content .content-placement {
  display: none;
}

.interactive-map .map-content .content-placement.show-info {
  display: block;
  position: absolute;
  background: rgba(99, 99, 99, 0.75);
  top: -65px;
  max-width: 373px;
  z-index: 100;
}

.interactive-map .map-content .content-placement.show-info:after {
  content: "";
  width: 18.41px;
  height: 18.409px;
  background: #00c3b5;
  position: absolute;
  bottom: -9px;
  right: -9px;
  border-radius: 50%;
}

.interactive-map .border-btn .border-video {
  display: none;
}

.interactive-map .border-btn .border-video.show {
  display: block;
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.65);
  -webkit-backdrop-filter: blur(4.5px);
          backdrop-filter: blur(4.5px);
  z-index: 101;
}

.interactive-map .border-btn .border-video .border-map-popup {
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.interactive-map .border-btn .border-video .btn-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(57% + 95px);
  margin-bottom: 14px;
}

.interactive-map .border-btn .border-video .bgr-fixed {
  max-width: 1085px;
  width: 57%;
  margin: 0 auto;
}

.interactive-map .border-btn .border-video .btn-close .close-icon {
  width: 49.951px;
  height: 49.951px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../images/radiant.svg);
  background-size: 100% 100%;
  cursor: pointer;
}

.interactive-map .border-btn .border-video .btn-close .close-text {
  color: #fca032;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: 0.7px;
  margin-right: 7px;
}

.interactive-map .border-btn .border-video .border-all-video {
  position: relative;
}

.interactive-map .border-btn .border-video .border-all-video .video-play {
  border: none;
  background: transparent;
  width: 98.04px;
  height: 98.04px;
  background-image: url(../images/icon-play.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  position: absolute;
  outline: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  cursor: pointer;
}

.interactive-map .border-btn .border-video .border-thumbnail {
  position: relative;
}

.interactive-map .border-btn .border-video .border-thumbnail .thumbnail-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.interactive-map .border-btn .border-video .border-thumbnail .thumbnail-video .img-banner {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.interactive-map .border-btn .border-video .border-all-video.active .video-play,
.interactive-map .border-btn .border-video .border-all-video.active .thumbnail-video {
  opacity: 0;
  pointer-events: none;
}

.interactive-map .map-content .select-mobile {
  display: none;
}

.interactive-map .point {
  position: absolute;
  top: 0;
  left: 0;
  width: 48.732px;
  height: 48.732px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  border: 1px solid #00c3b5;
  pointer-events: none;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../images/bgr-number.svg);
  background-size: 100% 100%;
  cursor: pointer;
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  text-transform: uppercase;
}

.interactive-map .point-1 {
  left: 72.5%;
  top: 32.4%;
}

.interactive-map .point-2 {
  left: 65%;
  top: 43%;
}

.interactive-map .point-3 {
  left: 47.8%;
  top: 55%;
}

.interactive-map .point-4 {
  left: 50.4%;
  top: 28.9%;
}

.interactive-map .point-5 {
  top: 64.4%;
  left: 28.7%;
}

/* content */
.border {
  position: relative;
}

.border-l:after {
  background: -webkit-gradient(linear,
      left top, left bottom,
      from(rgba(0, 195, 181, 0.75)),
      to(rgba(0, 195, 181, 0.1)));
  background: -o-linear-gradient(top,
      rgba(0, 195, 181, 0.75) 0%,
      rgba(0, 195, 181, 0.1) 100%);
  background: linear-gradient(180deg,
      rgba(0, 195, 181, 0.75) 0%,
      rgba(0, 195, 181, 0.1) 100%);
  content: "";
  height: calc(100% - 24px);
  position: absolute;
  width: 1px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.border-r:after {
  background: -webkit-gradient(linear,
      left bottom, left top,
      from(rgba(0, 195, 181, 0.75)),
      to(rgba(0, 195, 181, 0.1)));
  background: -o-linear-gradient(bottom,
      rgba(0, 195, 181, 0.75) 0%,
      rgba(0, 195, 181, 0.1) 100%);
  background: linear-gradient(0deg,
      rgba(0, 195, 181, 0.75) 0%,
      rgba(0, 195, 181, 0.1) 100%);
  content: "";
  height: calc(100% - 24px);
  position: absolute;
  width: 1px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.border-t:before {
  background: -webkit-gradient(linear,
      left top, right top,
      from(rgba(0, 195, 181, 0.75)),
      to(rgba(0, 195, 181, 0.1)));
  background: -o-linear-gradient(left,
      rgba(0, 195, 181, 0.75) 0%,
      rgba(0, 195, 181, 0.1) 100%);
  background: linear-gradient(90deg,
      rgba(0, 195, 181, 0.75) 0%,
      rgba(0, 195, 181, 0.1) 100%);
  content: "";
  width: calc(100% - 35px);
  position: absolute;
  height: 1px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.border-b:before {
  background: -webkit-gradient(linear,
      right top, left top,
      from(rgba(0, 195, 181, 0.75)),
      to(rgba(0, 195, 181, 0.1)));
  background: -o-linear-gradient(right,
      rgba(0, 195, 181, 0.75) 0%,
      rgba(0, 195, 181, 0.1) 100%);
  background: linear-gradient(270deg,
      rgba(0, 195, 181, 0.75) 0%,
      rgba(0, 195, 181, 0.1) 100%);
  content: "";
  width: calc(100% - 35px);
  position: absolute;
  height: 1px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.border-bc:before {
  background: rgba(0, 195, 181, 0.75);
  content: "";
  width: calc(100% - 35px);
  position: absolute;
  height: 1px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.elementor-widget-counter .elementor-icon svg {
  height: auto;
}

.border-count-number .elementor-counter .elementor-counter-title {
  text-align: inherit;
}

.border-count-number .elementor-widget-counter.elementor-widget-icon-box .elementor-icon-box-icon {
  display: -webkit-box;
  display: -webkit-inline-box;
  margin-bottom: 15px;
}

.border-count-number .elementor-counter .elementor-counter-number-wrapper {
  margin-bottom: 30px;
}

.border-count-number .elementor-counter .elementor-counter-number-prefix,
.border-count-number .elementor-counter .elementor-counter-number-suffix {
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
}

.border-count-number .elementor-counter .elementor-counter-number-wrapper span {
  background: -webkit-gradient(linear, left top, left bottom, from(#00c3b5), to(rgba(0, 195, 181, 0)));
  background: -o-linear-gradient(top, #00c3b5 0%, rgba(0, 195, 181, 0) 100%);
  background: linear-gradient(180deg, #00c3b5 0%, rgba(0, 195, 181, 0) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.border-image>.elementor-widget-wrap>.elementor-widget-image {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1600px) {

  /* map */
  .border-interactive-map .title-section-map {
    margin-bottom: 20px;
  }

  .interactive-map {
    margin-top: 57px;
  }

  /* .interactive-map .map-content {
    max-width: 325px;
    top: -57px;
  } */

    .interactive-map .map-content .content-placement.show-info {
      max-width: 325px;
        top: -57px;
    }

  .interactive-map .content-placement .border-info {
    padding: 30px 15px 34px;
  }

  .interactive-map .content-placement .border-info .title {
    /* word-break: break-word; */
    padding-bottom: 2px;
  }

  .interactive-map .content-placement .border-info .title .number {
    margin-right: 8px;
  }

  .interactive-map .content-placement .border-info .description {
    margin: 15px -18px 0;
    padding-right: 18px;
  }

  .interactive-map .border-btn .border-video .border-all-video .video-play {
    width: 89px;
    height: 89px;
  }

  .interactive-map .point {
    width: 42.354px;
    height: 42.354px;
  }

  .interactive-map .map-content .content-placement.show-info:after {
    width: 16px;
    height: 16px;
    right: -8px;
    bottom: -8px;
  }

  .interactive-map .border-btn button {
    height: 44.276px;
  }

  /* content */
  .border-l:after {
    height: calc(100% - 21px);
  }

  .border-r:after {
    height: calc(100% - 21px);
  }

  .border-t:before {
    width: calc(100% - 30px);
  }

  .border-b:before {
    width: calc(100% - 30px);
  }

  .border-bc:before {
    width: calc(100% - 30px);
  }

  .border-count-number .elementor-counter .elementor-counter-number-wrapper {
    margin-bottom: 11px;
  }

  .border-count-number .elementor-widget-counter.elementor-widget-icon-box .elementor-icon-box-icon {
    display: -webkit-box;
    display: -webkit-inline-box;
    margin-bottom: 5px;
    /* margin-left: 12%; */
    
  }
}

@media (max-width: 1199.98px) {

  /* map */
  .interactive-map .map-content {
    left: 25px;
    max-width: 280px;
  }

  .interactive-map .point {
    width: 30.354px;
    height: 30.354px;
  }

    .interactive-map .map-content .content-placement.show-info:after{
      width: 10px;
        height: 10px;
        right: -5px;
        bottom: -5px;
    }

  /* content */
  .border-l:after,
  .border-r:after,
  .border-t:before,
  .border-b:before,
  .border-bc:before {
    content: none;
  }

  .border-count-number>.elementor-widget-wrap>.elementor-widget-counter,
  .border-image>.elementor-widget-wrap>.elementor-widget-image {
    position: relative;
  }

  .border-count-number>.elementor-widget-wrap>.elementor-widget-counter:after,
  .border-image>.elementor-widget-wrap>.elementor-widget-image:after {
    background: -webkit-gradient(linear,
        right top, left top,
        from(rgba(0, 195, 181, 0.75)),
        to(rgba(0, 195, 181, 0.1)));
    background: -o-linear-gradient(right,
        rgba(0, 195, 181, 0.75) 0%,
        rgba(0, 195, 181, 0.1) 100%);
    background: linear-gradient(270deg,
        rgba(0, 195, 181, 0.75) 0%,
        rgba(0, 195, 181, 0.1) 100%);
    content: "";
    width: calc(100% - 35px);
    position: absolute;
    height: 1px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .border-count-number>.elementor-widget-wrap>.elementor-widget-counter:nth-child(2n)::after,
  .border-image>.elementor-widget-wrap>.elementor-widget-image:nth-child(2n)::after {
    background: -webkit-gradient(linear,
        left top, right top,
        from(rgba(0, 195, 181, 0.75)),
        to(rgba(0, 195, 181, 0.1)));
    background: -o-linear-gradient(left,
        rgba(0, 195, 181, 0.75) 0%,
        rgba(0, 195, 181, 0.1) 100%);
    background: linear-gradient(90deg,
        rgba(0, 195, 181, 0.75) 0%,
        rgba(0, 195, 181, 0.1) 100%);
  }

  .border-count-number>.elementor-widget-wrap>.elementor-widget-counter:nth-child(-n + 2):after,
  .border-image>.elementor-widget-wrap>.elementor-widget-image:nth-child(-n + 2):after {
    content: none;
  }

  .border-count-number>.elementor-widget-wrap>.elementor-widget-counter:nth-child(2n):before,
  .border-image>.elementor-widget-wrap>.elementor-widget-image:nth-child(2n):before {
    background: rgba(0, 195, 181, 0.75);
    content: "";
    height: calc(100% - 35px);
    position: absolute;
    width: 1px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  .border-count-number>.elementor-widget-wrap>.elementor-widget-counter:nth-child(2):before,
  .border-image>.elementor-widget-wrap>.elementor-widget-image:nth-child(2):before {
    background: -webkit-gradient(linear,
        left bottom, left top,
        from(rgba(0, 195, 181, 0.75)),
        to(rgba(0, 195, 181, 0.1)));
    background: -o-linear-gradient(bottom,
        rgba(0, 195, 181, 0.75) 0%,
        rgba(0, 195, 181, 0.1) 100%);
    background: linear-gradient(0deg,
        rgba(0, 195, 181, 0.75) 0%,
        rgba(0, 195, 181, 0.1) 100%);
  }

  .border-count-number>.elementor-widget-wrap>.elementor-widget-counter:last-child:nth-child(2n):before,
  .border-image>.elementor-widget-wrap>.elementor-widget-image:last-child:nth-child(2n):before {
    background: -webkit-gradient(linear,
        left top, left bottom,
        from(rgba(0, 195, 181, 0.75)),
        to(rgba(0, 195, 181, 0.1)));
    background: -o-linear-gradient(top,
        rgba(0, 195, 181, 0.75) 0%,
        rgba(0, 195, 181, 0.1) 100%);
    background: linear-gradient(180deg,
        rgba(0, 195, 181, 0.75) 0%,
        rgba(0, 195, 181, 0.1) 100%);
  }

  .border-count-number .elementor-widget-counter.elementor-widget-icon-box .elementor-icon-box-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    margin-left: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .border-count-number .elementor-counter .elementor-counter-number-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
  }

  .border-count-number .elementor-counter .elementor-counter-title {
    text-align: center;
  }
}

@media (max-width: 991px) {
  /* map */

  .border-interactive-map .title-section-map {
    letter-spacing: 3.6px;
    margin-bottom: 35px;
  }

  .interactive-map {
    margin: 0;
  }

  .interactive-map .border-map-point {
    pointer-events: none;
  }

  .interactive-map .map-content {
    position: static;
    max-width: 100%;
    background-color: transparent;
  }

            .interactive-map .map-content .content-placement.show-info {
              position: static;
              max-width: 100%;
            }

  .interactive-map .map-content .select-mobile {
    display: block;
    position: relative;

    margin-top: 40px;
  }

  .interactive-map .map-content:before {
    content: none;
  }

  .interactive-map .map-content .content-placement.show-info {
    background: rgba(99, 99, 99, 0.75);
    margin-top: 30px;
  }

  .interactive-map .map-content .content-placement.show-info:after {
    content: none;
  }

  .interactive-map .content-placement .border-info .title {
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    padding-right: 65px;
  }

  .interactive-map .map-content .select-mobile .selected-option {
    border: 1px solid #fff;
    background: transparent;
    color: rgba(255, 255, 255, 0.6);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    position: relative;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    padding: 14px 28px 14px 22px;
    cursor: pointer;
  }

  .interactive-map .map-content .select-mobile .selected-option:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url(../images/arrow-select.svg);
    width: 9.376px;
    height: 6.245px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
  }

  .interactive-map .map-content .select-mobile.active .selected-option:after {
    background-image: url(../images/arrow-select-active.svg);
  }

  .interactive-map .map-content .select-mobile .dropdown-list {
    background: rgba(128, 128, 128, 0.4);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    padding: 28px 22px;
    list-style: none;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 3;
    top: 100%;
    display: none;
  }

  .interactive-map .map-content .select-mobile .dropdown-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    /* 200% */
    letter-spacing: 3.2px;
    text-transform: uppercase;
    cursor: pointer;
  }

  .interactive-map .map-content .select-mobile .dropdown-list li:hover {
    color: #00c3b5;
  }

  .interactive-map .map-content .select-mobile .dropdown-list li .number {
    margin-right: 5px;
  }

  .interactive-map .map-content .select-mobile .dropdown-list li:not(:last-child) {
    margin-bottom: 19px;
  }

  .interactive-map .border-btn .border-video .btn-close {
    width: calc(80% + 20px);
  }

  .interactive-map .border-btn .border-video .bgr-fixed {
    width: 80%;
  }

  /* content */
  .border-count-number>.elementor-widget-wrap>.elementor-widget-counter:after {
    background: rgba(0, 195, 181, 0.75);
    content: "";
    width: calc(100% - 35px);
    position: absolute;
    height: 1px;
    top: auto;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .border-count-number>.elementor-widget-wrap>.elementor-widget-counter:nth-child(-n + 2):after {
    content: none;
    content: "";
  }

  .border-count-number>.elementor-widget-wrap>.elementor-widget-counter:last-child:after,
  .border-count-number>.elementor-widget-wrap>.elementor-widget-counter:nth-child(2n):before {
    content: none;
  }
}

@media (max-width: 767.98px) {

  /* map */
  .interactive-map .point {
    width: 20px;
    height: 20px;
    font-size: 14px;
  }

  .interactive-map .border-btn .border-video .btn-close {
    width: calc(100% - 60px);
    margin-bottom: 20px;
  }

  .interactive-map .border-btn .border-video .btn-close .close-icon {
    width: 41.048px;
    height: 41.048px;
  }

  .interactive-map .border-btn .border-video .btn-close .close-icon svg {
    width: 11.955px;
  }

  .interactive-map .border-btn .border-video .btn-close .close-text {
    margin-right: 6px;
  }

  .interactive-map .border-btn .border-video .border-all-video .video-play {
    width: 41.454px;
    height: 41.454px;
  }

  .interactive-map .border-btn .border-video .bgr-fixed {
    width: calc(100% - 60px);
  }

  .interactive-map .content-placement .border-info .title .number {
    margin-left: 5px;
    margin-right: 14px;
  }

    .interactive-map .content-placement .border-info .title {
      padding-right: 20px;
    }

  /* content */
  .border-count-number .elementor-counter .elementor-counter-number-wrapper {
    margin-bottom: 10px;
  }

  .border-count-number .elementor-widget-counter.elementor-widget-icon-box .elementor-icon-box-icon {
    margin-bottom: 15px;
  }

  .border-count-number>.elementor-widget-wrap>.elementor-widget-counter:after {
    width: 100%;
    background: -webkit-gradient(linear,
        left top, right top,
        color-stop(3.18%, rgba(0, 195, 181, 0.1)),
        color-stop(50.93%, rgba(0, 195, 181, 0.75)),
        color-stop(101.87%, rgba(0, 195, 181, 0.1)));
    background: -o-linear-gradient(left,
        rgba(0, 195, 181, 0.1) 3.18%,
        rgba(0, 195, 181, 0.75) 50.93%,
        rgba(0, 195, 181, 0.1) 101.87%);
    background: linear-gradient(90deg,
        rgba(0, 195, 181, 0.1) 3.18%,
        rgba(0, 195, 181, 0.75) 50.93%,
        rgba(0, 195, 181, 0.1) 101.87%);
    left: 0;
    -webkit-transform: inherit;
        -ms-transform: inherit;
            transform: inherit;
  }

  .border-count-number>.elementor-widget-wrap>.elementor-widget-counter:nth-child(2n):before,
  .border-image>.elementor-widget-wrap>.elementor-widget-image:nth-child(2n):before {
    height: calc(100% - 13px);
  }

  .border-image>.elementor-widget-wrap>.elementor-widget-image:after {
    width: calc(100% - 9px);
    left: 0;
    -webkit-transform: inherit;
        -ms-transform: inherit;
            transform: inherit;
  }

  .border-image>.elementor-widget-wrap>.elementor-widget-image:nth-child(2n):after {
    left: auto;
    -webkit-transform: inherit;
        -ms-transform: inherit;
            transform: inherit;
    right: 0;
  }
}

@media (max-width: 500px) {
  .interactive-map .point-1 {
    left: 79%;
    top: 23.8%;
  }

  .interactive-map .point-2 {
    left: 72.5%;
    top: 36%;
  }

  .interactive-map .point-3 {
    left: 51.7%;
    top: 47.2%;
  }

  .interactive-map .point-4 {
    left: 55.7%;
    top: 22%;
  }

  .interactive-map .point-5 {
    top: 52%;
    left: 34.3%;
  }
}

@media (max-width: 400px) {

  .interactive-map .content-placement .border-info .title {
    padding-right: 0;
  }

  .interactive-map .map-content .select-mobile {
    margin-top: 20px;
  }

  .interactive-map .map-content .content-placement.show-info {
    margin-top: 18px;
  }

  .interactive-map .map-content .select-mobile .selected-option {
    padding: 9px 22px;
  }

  .interactive-map .map-content .select-mobile .dropdown-list li {
    word-break: break-word;
  }

  .interactive-map .map-content .select-mobile .dropdown-list li .number {
    word-break: keep-all;
  }
}