/* count down  */
#new-btn{
    border: 1px solid #f77533 !important;
    /*color:#f77533;*/
}

#new-btn:hover,#new-btn:active,#new-btn:focus{
    
    color:#fff;
    background-color:#f77533;
}


.start_timer-h1.theme {
  text-shadow: 0 3px 5px #ffff;
  color: #ffffff;
}

.start_timer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: #fff;
  z-index: 300;
  text-align: center;
  display: none;
}

.start_timer-logo {
  position: absolute;
  width: 25vmin;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
}

.start_timer.theme {
  background-color: #f8760c;
}

.start_timer-h1 {
  text-shadow: 0 3px 5px #f8760c;
  color: #f8760c;
  text-transform: capitalize;
  padding-top: 25vmin;
  font-size: 4vmin;
  font-weight: 300;
  letter-spacing: 3.5px;
}

.timercontainer {
  width: 100%;
  /* display: inline-block; */
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* text-align: center;
  display: flex;
  justify-items: center; */
}

.timing {
  font-family: 'Roboto', sans-serif;
  width: 550px;
  height: 378px;
  margin: auto;
  padding: 20px;
  box-sizing: border-box;
}

.timing .flipdown {
  margin: auto;
}

@media (max-width: 550px) {
  .timing {
    width: 100%;
    height: 362px;
  }
}
