body {
  margin: 0;
  font-family: sans-serif;
}

* {
  box-sizing: border-box;
}

.world-map {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 1em;
  position: relative;
}

.world-map img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-color: black;
}

.title {
  text-align: center;
  color: #fff;
  margin: 2em 0;
  padding: 0 1em;
}

.title p {
  max-width: 500px;
  margin: 1em auto;
  line-height: 27px;
}

.pin {
  background: #59E677;
  position: absolute;
  width: 0.7em;
  height: 0.7em;
  border-radius: 50%;
}

.pin::before {
  content: '';
  background: rgba(89, 230, 119, 0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200%;
  height: 200%;
  border-radius: 50%;
  animation:
    pulse 1.3s ease-in-out infinite;
}

.pin span {
  display: inline-block;
  white-space: nowarp;
  position: absolute;
  left: 1.5em;
  top: 50%;
  transform: translateY(50%);
  background: #fff;
  border-radius: 3em;
  padding: 0.3em 0.6em;
  font-size: 0.9em;
  animation-delay: calc(1s * var(--i));
}

.usa {
  top: 40%;
  left: 27%;
}

.canada {
  top: 31%;
  left: 14%;
}

.india {
  top: 55%;
  left: 66%
}

.austrailia {
  top: 79%;
  left: 88%;
}

#usa_title_box {
  padding: 20px;
  width: 300px;
  margin: 10px;
  background: #00000061;
  border-radius: 10px;
}

#canada_title_box {
  padding: 20px;
  width: 300px;
  margin: 10px;
  background: #00000061;
  border-radius: 10px;
}

#india_title_box {
  padding: 20px;
  width: 300px;
  margin: 10px;
  background: #00000061;
  border-radius: 10px;
}

#austrailia_title_box {
  padding: 20px;
  width: 300px;
  margin: 10px;
  background: #00000061;
  border-radius: 10px;
  float: right;
}

.hidden {
  display: none;
}

.location_place {
    color: white !important;
    margin-top: 0 !important;
    margin-bottom: 10px !important;
    border-bottom: 1px solid #19D2E0;
}

.location_address {
    color: white;
    margin-top: 0 !important;
    margin-bottom: 10px !important;
}

.location_number {
  color: #59E677; 
  font-size: 16px; 
  margin-top: 0 !important; 
  margin-bottom: 0 !important
}
.hand1{
  top: 32%;
  left: 21%;
 }
.hand2{
  top: 19%;
  left: 34%;
 }
 .hand3{
  top: 15%;
  left: 48%;
 }
 .hand4{
  top: 19%;
  left: 66%;
 }
 .hand5{
  top: 52%;
  left: 76%;
 }
 .hand6{
  top: 61.5%;
  left: 33.5%;
 }
 .hand7{
  top: 70%;
  left: 60%;
 }

 .pin1 {
  background: #59E677;
  position: absolute;
  width: 1em;
  height: 1em;
  border-radius: 50%;
}

.pin1::before {
  content: '';
  background: rgba(89, 230, 119, 0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200%;
  height: 200%;
  border-radius: 50%;
  animation:
    pulse 1.3s ease-in-out infinite;
}

.pin1 span {
  display: inline-block;
  white-space: nowarp;
  position: absolute;
  left: 1.5em;
  top: 50%;
  transform: translateY(50%);
  background: #fff;
  border-radius: 3em;
  padding: 0.3em 0.6em;
  font-size: 0.9em;
  animation-delay: calc(1s * var(--i));
}

 
@keyframes pulse {
  /* 0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    } */
  100% {
    opacity: 0;
    /* transform: translate(-50%, -50%); */
    scale:(2);
  }
}

@media only screen and (max-width:767px) {
  
  .pin {
    width: 0.4em;
    height: 0.4em;
  }
  .world-map {
    font-size: 13px;
  }
  .location_place {
    margin-bottom: 5px !important;
    font-size: 10px;
  }
  
  .location_address {
      margin-bottom: 5px !important;
      font-size: 7px;
  }
  
  .location_number {
    font-size: 8px; 
  }
  #usa_title_box {
    padding: 10px;
    width: 120px;
    margin: 5px;
    border-radius: 5px;
  }
  
  #canada_title_box {
    padding: 10px;
    width: 120px;
    margin: 5px;
    border-radius: 5px;
  }
  
  #india_title_box {
    padding: 10px;
    width: 120px;
    margin: 5px;
    border-radius: 5px;
  }
  
  #austrailia_title_box {
    padding: 10px;
    width: 120px;
    margin: 5px;
    border-radius: 5px;
    position: absolute;
    top: -39px;
    right: 0;
  }
  .pin1 {
    width: 0.7em;
    height: 0.7em;
  }
}
@media only screen and (min-width:768px) and (max-width:1023px){
  .location_place {
    margin-bottom: 8px !important;
    font-size: 15px;
  }
  
  .location_address {
    margin-bottom: 7px !important;
    font-size: 12px;
  }
  
  .location_number {
    font-size: 13px;
  }
  #usa_title_box {
    padding: 10px;
    width: 150px;
    margin: 10px;
    border-radius: 5px;
  }
  
  #canada_title_box {
    padding: 10px;
    width: 150px;
    margin: 10px;
    border-radius: 5px;
  }
  
  #india_title_box {
    padding: 10px;
    width: 150px;
    margin: 10px;
    border-radius: 5px;
  }
  
  #austrailia_title_box {
    padding: 10px;
    width: 150px;
    margin: 10px;
    border-radius: 5px;
    position: absolute;
    top: -39px;
    right: 0;
  }
}

span {
  display: none;
  color: red;
}
.show {
  display: inline;
}
