.text-justify {
  text-align: justify !important;
}   
.pq-counter-num-prefix{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.pq-testimonial {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transition: 0.3s;
  margin: 20px 0px;
}

.responsive-map {
  overflow: hidden;
  padding-bottom: 75%;
  position: relative;
  height: 0;
}

.responsive-map iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}


.callbutton {
  position: fixed;
  bottom: 100px;
  z-index: 99;
  left: 30px;
}

.content-center {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}

.pulse i {
  color: #fff;
}

.pulse {
  height: 50px;
  width: 50px;
  background-color: #027fd0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative
}

.pulse::before {
  content: "";
  position: absolute;
  border: 1px solid #027fd0;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  border-radius: 50%;
  animation: pulse 1s linear infinite
}

.pulse::after {
  content: "";
  position: absolute;
  border: 1px solid #027fd0;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  border-radius: 50%;
  animation: pulse 1s linear infinite;
  animation-delay: 0.3s
}

@keyframes pulse {
  0% {
      transform: scale(0.5);
      opacity: 0
  }

  50% {
      transform: scale(1);
      opacity: 1
  }

  100% {
      transform: scale(1.3);
      opacity: 0
  }
}

/* WhatsApp Section  */
.whatsapp {
  position: fixed;
  right: 30px;
  bottom: 100px;
  background: transparent;
  z-index: 1001;
}
.whatsapp-button {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 0px;
  position: relative;
  background-color: #23c15e;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 0 0 0 #23c15e;
  display: flex;
  align-items: center;
  justify-content: center;

}
.shakebtn{
  animation: shake2 0.5s infinite;
}

.service-single img{
  border-radius: 18px;
}
.bg-light-blue{
  background-color:#0079cc1a;
}