.online-countdown-timer-content-bg {
  text-align: center;
}
.online-countdown-timer-bg h1 { 
  color: #333;
  font-size: 45px;
  line-height: 55px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 10px;
} 
.online-countdown-timer-bg h4 {
  color: #f3f3f3;
  margin-bottom: 0px;
}
.coming-page-body .footer-container.container-fluid {
  padding: 0;
}
.coming-copyright {
  padding: 15px;
}

.countdown {
  color: #fff;
  font-size:40px;
  line-height: 50px;
}
.count-unit {
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
}
.countdown-wrap {
  margin: 0px 10px 0;
  text-align: center;
  padding: 23px 25px;
  position: relative;
  min-width: 120px;
}
.countdown-wrap.without-cls {  
  background-color: rgba(255,104,57, 0.8);
  border: 1px solid rgba(255,104,57, 0.8);
}
.countdown-wrap.animate-class:before {
  background-color: rgba(255,104,57, 0.8);
  border: 1px solid rgba(255,104,57, 0.8);
  content: "";
  height: 120px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transform: rotate(135deg);
  transition: all 0.3s ease-in-out 0s;
  width: 120px;
  border-radius: 30px;
} 
.countdown-wrap.animate-class:hover::before {
  transform: rotate(180deg);
  transition: all 0.3s ease-in-out 0s;
}
.countdown-wrap > p {
  line-height: 1.4;
} 
.countdown-width {
  grid-template-columns: repeat(4, auto);
  display: grid !important;
  gap: 30px 0;
  margin: 30px auto 30px;
}
.eventCounter {
  position: relative;
}

.coming-subs-head .hs_error_rollup {
  display: none;
}
.coming-subs-head form {
  display: flex;
  margin: 0px auto 0;
  width: 40%;
}
.coming-subs-head h3 {
  color: #f3f3f3;
  margin-bottom: 0;
}
.coming-subs-head .hs_cos_wrapper_type_blog_subscribe form {
  padding: 0;
}
.coming-subs-head .hs-form .hs-form-field {
  margin-top: 0px !important;
  margin-right: 15px;
  width: 100%;
}
.coming-subs-head .hs-form .actions {
  margin-top: 9px;
}

.coming-subs-head .hs-button.primary:focus, 
.coming-subs-head input[type="submit"]:focus, 
.coming-subs-head input[type="button"]:focus {
  color: #f22e55;
}

.coming-subs-head form.hs-form .hs-form-field ul.inputs-list {
  margin-bottom: -20px;
}
.coming-subs-head label, .coming-subs-head .hs-form-field > label {
  color: #f3f3f3;
}
.coming-social-icons ul {
  display: table-cell;
  padding-left: 0;
  margin-left: 0;
  padding-top: 30px;
  list-style-type: none;

}
.coming-social-icons ul li {

  display: table-cell;
  font-family: 'Roboto';
  letter-spacing: 1px;
  position: relative;
  margin-right: 0px;
}

.coming-social-icons ul li span a:before {
  background: #13A0B2 none repeat scroll 0 0;
  border-radius: 50%;
  color: #eeeeee;
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
  text-align: center;
  width: 30px;
}
.coming-social-icons ul li:last-child span a:before {
  margin-right: 0px;
}

.coming-social-icons ul li:first-child span a:before{
  content: "\f09a";
}
.coming-social-icons ul li:nth-child(2) span a:before {
  content: "\f099";
}
.coming-social-icons ul li:nth-child(3) span a:before{
  content: "\f0e1";
}
.coming-social-icons ul li:nth-child(4) span a:before {
  content: "\f0d5";
}

.coming-social-icons ul li span a:hover:before {
  background: #f22e55 none repeat scroll 0 0;
  transition: 500ms ease-in;
}
.online-countdown-timer-countdown_date_time {
  display: none;
}

.online-countdown-timer-bg .hs-input {
  padding: 8px 20px !important;
  width: 100% !important;
  border: 1px solid #888888;
  background-color: transparent;
  color: #333333;
  box-sizing: border-box;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  height: 57px;
  border-radius: 50px;
  line-height: 23px;
}
.online-countdown-timer-bg form .hs-button {
  background-color: #ff6839;
  border: 1px solid #ff6839;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 25px;
  margin-bottom: 0;
  margin-top: 10px;
  min-width: 200px;
  padding: 15px 30px;
  text-decoration: none;
  text-transform: Capitalize;
  transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}
.online-countdown-timer-bg form .hs-button:hover {
  fill: #ff6839;
  background-color: #fff;
  border: 1px solid #ff6839;
  color: #ff6839;
  transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}
.online-countdown-timer-bg .hs-form .hs-error-msgs li {
  list-style: none;
}
.online-countdown-timer-bg input:focus-visible {
  outline: none;
}
.online-countdown-timer-bg .hs-form .hs-form-field {
  margin-bottom: 20px;
}
.online-countdown-timer-bg .hs-form .hs-form-field .input {
  margin-top: 10px;
}
.online-countdown-timer-bg label {
  color: #333333;
  padding-bottom: 10px;
}
.online-countdown-timer-bg form {
  position: relative;
  width: 40%;
  margin: 0 auto;
  padding-top: 30px;
}
.online-countdown-timer-bg form .hs_submit {
  text-align: center;
  margin: 0 auto;
  display: table;
}
.online-countdown-timer-bg .eventCounter > div {
  color: #ffffff;
}
.online-countdown-timer-bg .countdown-social-icons ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.online-countdown-timer-bg .countdown-social-icons ul li {
  list-style: none;
}
.online-countdown-timer-bg .countdown-social-icons ul li svg {
  width: 40px;
  height: 40px;
  background: #ff6839;
  fill: #ffffff;
  padding: 10px;
  border-radius: 50px;
  margin: 5px;
  margin-top: 5px;
  margin-top: 40px;
}
.online-countdown-timer-bg .countdown-social-icons ul li > span {
  line-height: 0;
} 
.online-countdown-timer-content-bg.align-center {
  display: table;
  margin: 0 auto;
}

.online-countdown-timer-content-bg.align-left {
  display: table;
  margin-right: auto;
}

.online-countdown-timer-content-bg.align-right {
  display: table;
  margin-left: auto;
}

@media (max-width: 767px) {
  .online-countdown-timer-bg form {
    width: 100% !important;
  }
}
.online-countdown-timer-bg .hs-error-msgs li {
  margin-top: 15px;
}
.countdown-subs {
  margin-top: 30px;
}
.online-countdown-timer-bg textarea.hs-input {
  padding: 20px 30px !important;
}

@media (max-width: 575px) {
  .online-countdown-timer-bg h1 {
    font-size: 35px !important;
    line-height: 45px !important;
  }
  .countdown-width {
    grid-template-columns: repeat(1, auto);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .dnd-section .span6 {
    width: 100% !important;
  }
}
@media (min-width:576px) and (max-width: 767px) {
  .countdown-width {
    grid-template-columns: repeat(2, auto);
  }
}