/*========== Coming Soon Background Image =========*/
.comingsoonVideo .app-content .coming-soon-content {
  z-index : 99;
}

.clockCard {
  float : right;
  border-radius : 0.50rem;
}

.comingsoonOne {
  background-image : url(../../../app-assets/images/backgrounds/bg-12.jpg);
  background-repeat : no-repeat;
  background-size : cover;
}

.getting-started {
  font-size : 2.4rem;
  border-radius : 60px;
  min-width : 360px;
}

.countdownFormat {
  font-size : 16px;
  padding-bottom : 0;
}

.socialIcon i {
  font-size : 28px;
  padding : 5px;
}

/*========== Coming Soon Flat Design =========*/
.clockFormat {
  border-radius : 60px;
}

.comingsoonFlat {
  background-image : url(../../../app-assets/images/backgrounds/bg-14.jpg);
  background-repeat : no-repeat;
  background-size : cover;
}