.event-timer-section {
  background-color: #faf4e2;
  padding: 24px 24px 4px 24px;
}
.event-calendar-main-section .calender-right-block {
  margin-left: auto;
}
.event-timer-section .progress-bar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: radial-gradient(closest-side, white 79%, transparent 80% 100%),
    conic-gradient(#009490 75%, #f4f9ff 0);
}
.event-timer-section .progress-element {
  display: inline-block;
  font-size: 20px;
  margin-top: 0px;
}
.event-timer-section .event-time-title {
  text-align: center;
  padding-bottom: 16px;
}
.event-timer-section .event-time-title h4 {
  line-height: normal;
  font-size: 30px;
}
.event-timer-section .time-counter {
  margin-bottom: 8px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.event-timer-section .time-counter .progress-element {
  font-size: 13px;
}
.event-timer-section .time-counter .progress-element:nth-child(2) {
  margin: 0px 30px;
}
.time-counter .progress-element .progress-bar {
  width: 80px;
  height: 80px;
  font-weight: 500;
  text-transform: uppercase;
}
.event-timer-section .event-time-block {
  margin-bottom: 10px;
}
.event-timer-section .event-time-block .event-left-block span {
  font-weight: 400;
}
.event-calendar-addto {
  padding-top: 16px;
  padding-bottom: 20px;
}
.event-calendar-addto .btn-option p {
  color: var(--teal);
}
.event-calendar-addto .btn-option p img {
  margin-left: 6px;
}
.event-calendar-addto .select-call-option {
  background: var(--white);
  border: 1px solid #eee;
  padding: 20px;
  max-width: 230px;
  width: 230px;
  margin-top: 6px;
  position: absolute;
}
.select-call-option {
  display: none;
}
.event-calendar-addto .add-to-btn p {
  cursor: pointer;
  margin-bottom: 0px;
  background-color: var(--teal);
  color: var(--white);
  --bs-btn-border-color: transparent;
  border-color: var(--teal);
  box-shadow: none;
  padding: 6px 18px;
  border: none;
  display: inline-flex;
}
.event-calendar-addto .add-to-btn p img {
  margin-left: 6px;
}
span.icon-img {
  display: inline-block;
  width: 32px;
  text-align: center;
}
.event-calendar-addto .select-call-option .ical-option {
  margin-bottom: 12px;
}
.event-calendar-addto .select-call-option .ical-option input[type="submit"] {
  border: none;
  background: none;
  font-weight: 400;
  padding: 0px;
}
.event-calendar-addto .select-call-option .ical-option img {
  margin-right: 6px;
}
.event-calendar-addto .select-call-option p {
  margin-top: 12px;
  margin-bottom: 8px;
}
.event-calendar-addto .select-call-option p a {
  text-decoration: none;
  color: var(--black);
  font-weight: 400;
}
.event-calendar-addto .select-call-option p img {
  margin-right: 6px;
}
.event-calendar-main-section p.gform_not_found {
    background: #faf4e2;
    padding: 24px;
}
.event-calendar-main-section .gform_wrapper {
    background: #faf4e2;
    padding: 10px 24px 24px 24px;
}

.calender-right-block .gform_button.button {
  margin-top: 15px
}

@media (max-width: 1024px) {
  .event-timer-section .time-counter .progress-element:nth-child(2) {
    margin: 0px 6px;
  }
}

@media (max-width: 767px) {
  .event-timer-section .time-counter .progress-element:nth-child(2) {
    margin: 0px;
  }
  .event-timer-section .time-counter .progress-element {
    margin: 0px 10px;
  }
}
