.product-tooltip-container{
	margin:100px 0;
}
.image-bg-area {
    height: 600px;
    background: url(https://cdn2.hubspot.net/hubfs/4908113/Website%20Images/Special%20stuff/Realestate-concept.jpg);
    background-repeat: no-repeat;
    background-position: center 0;
	background-size: contain;
}
/* .blinker{
	padding:5px;
	background:red;
	border-radius:100%;
}
 */
.blinker-text {
    top: 4px;
    position: relative;
}
.blinker {
/*   margin:100px; */
  display: block;
	color:#fff;
      width: 44px;
    height: 44px;
  border-radius: 50%;
  background: #7ed3f7;
  cursor: pointer;
	text-align: center;
  box-shadow: 0 0 0 rgba(126, 211, 247, 0.5);
  animation: pulse 2s infinite;
}
.pulse:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(126, 211, 247, 0.5);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(126, 211, 247, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(126, 211, 247, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(126, 211, 247, 0.5);
    box-shadow:  0 0 0 0 rgba(126, 211, 247, 0.5);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(126, 211, 247, 0);
      box-shadow: 0 0 0 10px rgba(126, 211, 247, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(126, 211, 247, 0);
      box-shadow: 0 0 0 0 rgba(126, 211, 247, 0);
  }
}














.tooltip {
  position: relative;
  display: inline-block;

  margin: -10px 0;
  cursor: pointer;
}
.tooltip:hover .info, .tooltip:focus .info {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 6px 3px rgba(120,185,232,0.2);
    box-shadow: 0px 0px 6px 3px rgba(120,185,232,0.2);
	overflow:hidden;
}
.tooltip .info {
  box-sizing: border-box;
  position: absolute;
  bottom: 53px;
  left: -85px;
  display: block;
  background: #7ed3f7;
  width: 300px;
  font-size: 16px;
  line-height: 24px;
  cursor: text;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate3d(0, -20px, 0);
          transform: translate3d(0, -20px, 0);
  transition: all .5s ease-out;
}
.tooltip .info:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 14px;
  bottom: -14px;
  left: 0;
}
/* .tooltip .info:after {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: -5px;
  left: 50%;
  margin-left: -66px;
  background: #286F8A;
} */
.tooltip .info .pronounce {
display: block;
    background: #fff;
    color: #777;
    padding: 8px 17px ;
    line-height: 1.5;
    font-family: Museo-Medium;
}
.tooltip .info .pronounce .fa {
  position: relative;
  margin-left: 10px;
  top: 1px;
  cursor: pointer;
  transition: all .2s ease-out;
}
.tooltip .info .pronounce .fa:hover {
  -webkit-transform: scale(1.15) translate3d(0, 0, 0);
          transform: scale(1.15) translate3d(0, 0, 0);
  -webkit-backface-visibility: none;
          backface-visibility: none;
}
.tooltip .info .text {
  display: block;
  padding: 13px 17px;
}

/* Positioning */

span.blinker.tooltip.number-1 {
    left: 38%;
    top: 33%;
}
span.blinker.tooltip.number-2 {
    left: 52%;
    top: 16%;
}
span.blinker.tooltip.number-3 {
        left: 37%;
    top: 72%;
}

span.blinker.tooltip.number-4 {
    left: 37%;
    top: 98%;
}
.device-labelling-mobile{
	display: none;
} 
@media only screen and (max-width: 900px) {
.device-labelling-mobile{
	display: block;
}
}