
.id-color {
  color: #38b1ed;
}
.de-spot-usa {
  top: 37%;
  left: 15%;
  padding: 0;
  margin: 0;
  position: absolute;
  vertical-align: center;
  text-align: center;
}
.de-spot-canada {
  top: 21%;
  left: 12%;
  padding: 0;
  margin: 0;
  position: absolute;
  vertical-align: center;
  text-align: center;
}
.de-spot-india {
  top: 48%;
  left: 68%;
  padding: 0;
  margin: 0;
  position: absolute;
  vertical-align: center;
  text-align: center;
}
.de-spot-singapore {
  top: 56%;
  left: 74%;
  padding: 0;
  margin: 0;
  position: absolute;
  vertical-align: center;
  text-align: center;
}
.de-spot-australia {
  top: 75%;
  left: 84%;
  padding: 0;
  margin: 0;
  position: absolute;
  vertical-align: center;
  text-align: center;
}
.de-spot-uk {
  top: 27%;
  left: 43.2%;
  padding: 0;
  margin: 0;
  position: absolute;
  vertical-align: center;
  text-align: center;
}

.de-spot-france {
  top: 32% !important;
  left: 44% !important;
  padding: 0;
  margin: 0;
  position: absolute;
  text-align: center;
}
 
.de-spot-germany {
  top: 31% !important;
  left: 46% !important;
  padding: 0;
  margin: 0;
  position: absolute;
  text-align: center;
}
 

.de-spot-poland {
  top: 30% !important;
  left: 50% !important;
  padding: 0;
  margin: 0;
  position: absolute;
  text-align: center;
}
.index-server-mascot img {
  width: 70%;
}
.index-server-mascot {
  text-align: center !important;
  margin: auto 0 !important;
}


.de-spot-poland span,
.de-spot-australia span,
.de-spot-germany span,
.de-spot-usa span,
.de-spot-canada span,
.de-spot-france span,
.de-spot-uk span,
.de-spot-singapore span,
.de-spot-india span {
  position: relative;
  display: inline-block;
  background: #ffffff;
  padding: 0 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.8em;
  color: #35404e;
  border-radius: 30px;
  margin: 0;
  box-shadow: 0px 0px 5px #00000029;
  text-transform: capitalize;
}

.de-spot-france span {
  position: relative;
  display: inline-block;
  background: #ffffff;
  padding: 0 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.8em;
  color: #35404e;
  border-radius: 30px;
  top: 50px;
  margin: 0;
}
.de-spot-poland span {
  position: relative;
  display: inline-block;
  background: #ffffff;
  padding: 0 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.8em;
  color: #35404e;
  border-radius: 30px;
  top: 45px;
  left: 30px;
  margin: 0;
}
.de-spot-germany span {
  position: relative;
  display: inline-block;
  background: #ffffff;
  padding: 0 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.8em;
  color: #35404e;
  border-radius: 30px;
  top: -10px;
  left: 20px;
  margin: 0;
}
/* .de-circle-2 {
  border: 4px solid #6bcbf4; */
/* -webkit-border-radius: 30px;
  -webkit-animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite; */
/* border-radius: 30px;
  animation: pulsate 1s ease-out;
  animation-iteration-count: infinite;
  height: 25px;
  width: 25px;
  position: absolute;
  opacity: 0;
  left: 31%;
} */

.de-circle-1 {
  width: 15px;
  height: 15px;
  background-color: #6bcbf4;
  border-radius: 50%;
  position: absolute;
  margin: 5px 0 0 5px;
  left: 31%;
}

.de-circle-2 {
  top: 110%;
  left: 40%;
  border-radius: 50%;
  background-color: deepskyblue;
  width: 15px;
  height: 15px;
  position: absolute;
  opacity: 0;
  animation: scaleIn 2s infinite cubic-bezier(0.36, 0.11, 0.89, 0.32);
}

@keyframes scaleIn {
  from {
    transform: scale(0.5, 0.5);
    opacity: 0.5;
  }
  to {
    transform: scale(2.5, 2.5);
    opacity: 0;
  }
}
@media (max-width: 480px) {
  .index-server-mascot img {
    width: 25%;
  }
  .de-spot-usa span {
    top: 40px;
  }
  .de-spot-india span { 
    left: 20px;
  }
  .de-spot-singapore span {
    top: 20px;
    left: 20px;
  }
  .de-spot-australia span {
    top: 20px;
  }
  h2 {
    font-size: 24px !important;
  }
  .de-circle-1 {
    top: 45%;
    width: 10px;
    height: 10px;
    background-color: #55c9f6;
    border-radius: 50%;
    position: absolute;
    margin: 5px 0 0 5px;
    left: 0%;
  }
  .de-circle-2 {
    top: 60%;
    left: 5%;
    width: 15px;
    height: 15px;
  }
}
.server-location-sec {
  width: 100%;
  float: left;
  background: #e0f3fd29;
  padding: 60px 0px;
}
.server-location-sec p {
  color: #8E8E8E;
  font-size: 15px;
  margin: 0px 0px 15px 0px;
  max-width: 80%;
  margin: 10px auto 50px auto;
  text-align: center;
  line-height: 1.8;
}
@media (min-width: 380px) and (max-width: 767px) {
  .de-spot-germany {
    top: 31% !important;
    left: 47% !important;
    padding: 0;
    margin: 0;
    position: absolute;
    text-align: center;
  }
  .de-spot-canada span {
    font-size: 10px;
    display: inline;
    top: -10px;

  }
  .de-spot-usa span {
    font-size: 10px;
    display: inline;
  }

  .de-spot-uk span {
    font-size: 10px;
    display: inline;
    top: -10px;
  }

  .de-spot-india span {
    font-size: 10px;
    display: inline;
  }
  .de-spot-singapore span {
    font-size: 10px;
    display: inline;
  }
  .de-spot-australia span {
    font-size: 10px;
    display: inline;
  }

  .de-spot-france span {
    font-size: 10px;
    display: inline;
    top: 30px;
  }
  .de-spot-germany span {
    font-size: 10px;
    display: inline;
    top: 15px;
  }
  .de-spot-poland span {
    font-size: 10px;
    display: inline;
    top: 0px;
  }
}
@media (min-width: 480px) and (max-width: 1399px) {
  .de-circle-1 {
    width: 10px;
    height: 10px;
    background-color: #55c9f6;
    border-radius: 50%;
    position: absolute;
    margin: 5px 0 0 5px;
    left: 25%;
  }
  .de-circle-2 {
    top: 115%;
    left: 30%;
    width: 10px;
    height: 10px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .index-server-mascot img {
    width: 20%;
  }
}
@media screen and (max-width:576px) {
  .index-server-mascot {
    margin-bottom: 40px!important;
}
}
