blink {
  -webkit-animation: 2s linear infinite condemned_blink_effect; /* for Safari 4.0 - 8.0 */
  animation: 1s linear infinite condemned_blink_effect;

}

/* for Safari 4.0 - 8.0 */
@-webkit-keyframes condemned_blink_effect {
  0% {
    visibility: hidden;
  }
  50% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}

@keyframes condemned_blink_effect {
  0% {
    visibility: hidden;
  }
  50% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}

.blink_col{
color: #800000;
}
.glow {

  color: #fff;
  text-align: center;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
  margin-top: 2rem !important;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px red, 0 0 20px #e60073, 0 0 25px #e60073, 0 0 30px #e60073, 0 0 35px #e60073;
  }
  to {
    text-shadow: 0 0 10px #fff, 0 0 15px #ff4da6, 0 0 20px #ff4da6, 0 0 25px #ff4da6, 0 0 30px #ff4da6, 0 0 35px #ff4da6, 0 0 40px #ff4da6;
  }
}

a{
  text-decoration: none;
  color: #f9829b;
}
.available{
  background-color: green;
  padding: 10px;
  border: 1px solid #03405f;
  margin: 0
}
.not_available{
  background-color: red;
  padding: 10px;
  border: 1px solid #03405f;
  margin: 0
}


.neonText {
  color: pink;
  text-shadow:
    0 0 7px #fff,
    0 0 10px #fff,
    0 0 21px #fff,
    0 0 42px #bc13fe,
    0 0 82px #bc13fe,
    0 0 92px #bc13fe;
}




@keyframes pulsate {

  100% {

      text-shadow:
      0 0 4px #fff,
      0 0 11px #fff,
      0 0 19px #fff,
      0 0 40px #bc13fe,
      0 0 80px #bc13fe,
      0 0 90px #bc13fe,
      0 0 100px #bc13fe,
      0 0 150px #bc13fe;

  }

  0% {

    text-shadow:
    0 0 2px #fff,
    0 0 4px #fff,
    0 0 6px #fff,
    0 0 10px #bc13fe,
    0 0 45px #bc13fe,
    0 0 55px #bc13fe,
    0 0 70px #bc13fe,
    0 0 80px #bc13fe;

}
}
.main-head {
  color: #f9829b;
  font-size: 35px;
  padding: 10px;
}
.service {
  margin-bottom: 15px
}

.service ul {
  margin: 0;
  padding: 0
}

.service ul li {
  list-style: none;
  margin-left: 30px;
  background: url(https://www.google.com/) no-repeat left;
  padding-left: 30px;
  border-bottom: #f9829b dotted 1px
}

.service ul li a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  line-height: 2.5em;
  display: block
}

.service ul li a:hover {
  color: #f9829b
}
.escort {
  width: 189px;
  float: left;
  margin: 10px 15px
}
.escort-style img {
  width: 95%;
  border-radius: 5px;
  border: #fff solid 2px;
  margin-top: 15px
}
.itembox3 {
  margin: auto 0;
  width: 46%;
  float: left;
  text-align: center !important;
  padding: 10px 0;
  margin: 10px 1%
}

.itembox3 img {
  display: block;
  width: 100% !important;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
  margin: 0
}
.itembox2 {
  margin: auto 0;
  width: 23%;
  float: left;
  text-align: center !important;
  padding: 10px 0;
  margin: 10px 1%
}

.itembox2 img {
  display: block;
  width: 100% !important;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
  margin: 0
}


@media screen and (min-width: 800px) {
  #mobile2, #mobile3{
    line-height: 1;
    color: inherit;
    font-size: 64px;
  }
  #mobile2 img{
    height: 64px;
    width: 64px;
  }
}
