/** tooltip popup hilight infographic */
.exploding-tango .feature-swing {
    animation-delay: 0s;
    left: 55.5%;
    top: 47%;
}

.exploding-tango .feature-mode {
    animation-delay: 0.1s;
    right: 12.5%;
    top: 54%;
}

.exploding-tango .feature-menu {
    animation-delay: 0.2s;
    left: 20%;
    top: 73%;
}

.exploding-tango .feature-filter {
    animation-delay: 0.3s;
    left: 50%;
    top: 79%;
}

.exploding-tango .feature-wifi {
    animation-delay: 0.4s;
    left: 20%;
    top: 32%;
}

.exploding-tango .feature-fan {
    animation-delay: 0.5s;
    right: 12.5%;
    top: 54%;
}

.exploding-tango .feature-power {
    animation-delay: 0.6s;
    right: 16.5%;
    top: 73%;
}

.exploding-tango .feature-install {
    animation-delay: 0.7s;
    left: 50%;
    top: 17%;
}

.vid-clip-1 {
    outline: #fff solid 3px;
    outline-offset: -3px;
}

.vid-clip-cont {
    border: 3px #fff solid;
    border-radius: 8px;
    margin: 0 21px;
}

.service-content {
    text-align: center;
    margin: 21px 13.5%;
    line-height: 1.5em;
    max-width: 73%;

}

.icon-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    align-content: center;
}

.modal-trigger:hover {
    background-color: #0c3e6b;
}
/* 
.exploding-tango .feature-ripples,
.exploding-tango .feature-ripples:before,
.exploding-tango .feature-ripples:after {
    border-left-width: 0.75pt;
    border-bottom-width: 0.75pt;
    border-right-width: 0.75pt;
    border-top-width: 0.75pt;
    border-left-style: solid;
    border-bottom-style: solid;
    border-right-style: solid;
    border-top-style: solid;
    border-left-color: #0289ff;
    border-bottom-color: #0289ff;
    border-right-color: #0289ff;
    border-top-color: #0289ff;
    border-image: none;
} */

h2.sub-dkish,
h3.sub-dkish,
h4.sub-dkish,
h5.sub-dkish,
h6.sub-dkish,
p.sub-dkish,
span.sub-dkish {
  font-size:1.1em;
}

.bg-mrcooldiy-silver
{
  background: #dce0e3;
}

@keyframes ripple {
    0% {
      border-color: rgba(144, 144, 233, 0.1);
    }
  
    30% {
      border-color: rgba(144, 144, 233, 0.34);
    }
  
    70% {
      border-color: rgba(144, 144, 233, 0.67);
    }
  
    100% {
      border-color: rgba(144, 144, 233, 0.1);
    }
  }