    ::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}

.vert-move img {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
.vert-move img {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}


.down-counter h1 span{
    background: #15887d;    color: #fff;   .border-radius: 27px;    padding:10px 20px;    margin: 6px;
}

.check-content .headd{
    background:#15887d; border-radius: 25px; color:#fff; padding:5%; font-size:48px; text-align:center;}


@media only screen and (max-width: 600px) {
  .down-counter p {
    font-size: 30px;
    }
  .down-counter h1 span{
    font-size: 11px;
  }
  .cts h2 {
    font-size: 20px;
   }
   .btnr {
    font-size: 15px;
    }
    .why-bpm {
    padding: 50px;
    }
    .dots-one, .dots-two, .dots-three{
        display: none;
    }
    .main-banner .caption h6 {
    padding-bottom: 15px;
    }
    .check-content .headd{
        font-size: 33px;
    }
    .down-counter h1 {
    line-height: 76px;
    }
}
