.aep-timer-component .aep-timer-container {
  margin-left: 33px;
  border: 1px solid #F08B77;
  border-radius: 5px;
}

.aep-timer-component .aep-timer-container .aep-row {
  margin: 0px 0px;
}

.aep-timer-component .aep-timer-container .aep-row .aep-timer-left {
  position: relative;
  padding: 30px 10px 30px 42px;
  border-right: 1px solid RGBA(183, 77, 56, 0.2);
  background: #FFF2EF;
  border-radius: 5px 0 0 5px;
}

@media (min-width: 992px) {
  .aep-timer-component .aep-timer-container .aep-row .aep-timer-left {
    padding: 30px 10px 30px 50px;
  }
}

.aep-timer-component .aep-timer-container .aep-row .aep-timer-left h5 {
  margin-bottom: 0;
  margin-top: 3px;
  font-weight: 700;
  font-size: 14px;
}

@media (min-width: 1200px) {
  .aep-timer-component .aep-timer-container .aep-row .aep-timer-left h5 {
    font-size: 20px;
  }
}

.aep-timer-component .aep-timer-container .aep-row .aep-timer-left .aep-circle {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  border: 6px solid #F08B77;
  position: absolute;
  left: -33px;
  top: 30px;
  font-weight: 700;
  line-height: 56px;
  text-align: center;
  background: #ffffff;
}

@media (min-width: 992px) {
  .aep-timer-component .aep-timer-container .aep-row .aep-timer-left .aep-circle {
    width: 74px;
    height: 74px;
    left: -37px;
    line-height: 65px;
  }
}

.aep-timer-component .aep-timer-container .aep-row .aep-timer-right {
  padding: 30px 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  color: #202F60;
}

.aep-timer-component .aep-timer-container .aep-row .aep-timer-right p {
  font-weight: 700;
  margin-bottom: 0;
}

.aep-timer-component .aep-timer-container .aep-countdown-row {
  position: relative;
  margin: 0;
  border-top: 1px solid #F6BAAE;
}

.aep-timer-component .aep-timer-container .aep-countdown-row .aep-countdown-left {
  background: #ffffff;
  padding: 20px 5px;
  text-align: center;
  border-radius: 0 0 0 5px;
}

@media (min-width: 992px) {
  .aep-timer-component .aep-timer-container .aep-countdown-row .aep-countdown-left {
    padding: 20px 10px;
  }
}

.aep-timer-component .aep-timer-container .aep-countdown-row .aep-countdown-left .aep-days-count {
  font-size: 35px;
  line-height: 62px;
  color: #404E7A;
  margin-top: 10px;
  font-weight: 700;
}

@media (min-width: 992px) {
  .aep-timer-component .aep-timer-container .aep-countdown-row .aep-countdown-left .aep-days-count {
    font-size: 50px;
  }
}

.aep-timer-component .aep-timer-container .aep-countdown-row .aep-countdown-left .aep-days-count span {
  margin-left: 8px;
}

.aep-timer-component .aep-timer-container .aep-countdown-row .aep-countdown-left span {
  font-size: 14px;
  line-height: 23px;
  color: #404E7A;
  font-weight: 600;
}

.aep-timer-component .aep-timer-container .aep-countdown-row .aep-countdown-left .days-txt {
  margin-left: 5px;
}

@media (min-width: 992px) {
  .aep-timer-component .aep-timer-container .aep-countdown-row .aep-countdown-left .days-txt {
    font-size: 18px;
    line-height: 24px;
  }
}

.aep-timer-component .aep-timer-container .aep-countdown-row .aep-countdown-right {
  background: #C9E1FF;
  padding: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-radius: 0 0 5px 0;
}

.aep-timer-component .aep-timer-container .aep-countdown-row .aep-countdown-desc {
  text-align: left;
}

@media (min-width: 992px) {
  .aep-timer-component .aep-timer-container .aep-countdown-row .aep-countdown-desc {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.aep-timer-component .aep-timer-container .aep-countdown-row .aep-countdown-desc p {
  font-weight: 700;
  margin-bottom: 0;
}

.aep-timer-component .aep-timer-container .aep-countdown-row .aep-countdown-desc span {
  font-weight: 600;
}

.aep-timer-component .aep-timer-container .aep-countdown-row .aep-progressbar {
  position: absolute;
  left: 0;
  bottom: -1px;
  border-bottom: 5px solid #19A400;
  border-radius: 5px;
}

.aep-timer-component .aep-timer-container .aep-countdown-row.aep-dayscountdown, .aep-timer-component .aep-timer-container .aep-countdown-row.aep-clockcountdown {
  display: none;
}

.aep-timer-component .aep-timer-container .aep-countdown-row.aep-dayscountdown.active, .aep-timer-component .aep-timer-container .aep-countdown-row.aep-clockcountdown.active {
  display: -webkit-flex;
  display: flex;
}

.aep-timer-component .aep-timer-container .aep-countdown-row.aep-dayscountdown.active .aep-countdown-right, .aep-timer-component .aep-timer-container .aep-countdown-row.aep-clockcountdown.active .aep-countdown-right {
  -webkit-align-items: center;
  align-items: center;
}

.aep-timer-component .aep-timer-container .aep-countdown-row.aep-clockcountdown.active .countdown-container {
  -webkit-flex: auto;
  flex: auto;
  text-align: center;
}

.aep-timer-component .aep-timer-container .aep-countdown-row.aep-clockcountdown.active .countdown-container:nth-child(2) {
  border-left: 1px solid #ADC7E5;
  border-right: 1px solid #ADC7E5;
}

.aep-timer-component .aep-timer-container .aep-countdown-row .circle-wrapper {
  height: 37px;
  width: 37px;
}

@media (min-width: 992px) {
  .aep-timer-component .aep-timer-container .aep-countdown-row .circle-wrapper {
    height: 50px;
    width: 50px;
  }
}

.aep-timer-component .aep-timer-container .aep-countdown-row .circle-wrapper.hrs-circle-wrapper {
  position: relative;
}

.aep-timer-component .aep-timer-container .aep-countdown-row .circle-wrapper .label {
  left: 3px;
  bottom: 3px;
  right: 3px;
  top: 3px;
  line-height: 31px;
  font-size: 14px;
}

@media (min-width: 992px) {
  .aep-timer-component .aep-timer-container .aep-countdown-row .circle-wrapper .label {
    left: 4px;
    bottom: 4px;
    right: 4px;
    top: 4px;
    line-height: 40px;
    font-size: 24px;
  }
}

.aep-timer-component .aep-timer-container .aep-countdown-row .circle-wrapper .circle {
  clip: rect(0, 37px, 37px, 18.5px);
}

@media (min-width: 992px) {
  .aep-timer-component .aep-timer-container .aep-countdown-row .circle-wrapper .circle {
    clip: rect(0, 50px, 50px, 25px);
  }
}

.aep-timer-component .aep-timer-container .aep-countdown-row .circle-wrapper .circle .half-circle {
  border: 3px solid #F08B77;
  clip: rect(0, 18.5px, 37px, 0);
}

@media (min-width: 992px) {
  .aep-timer-component .aep-timer-container .aep-countdown-row .circle-wrapper .circle .half-circle {
    border: 4px solid #F08B77;
    clip: rect(0, 25px, 50px, 0);
  }
}

.aep-desciprions {
  display: none;
}

.circle-wrapper {
  height: 50px;
  width: 50px;
  display: inline-block;
  position: relative;
  background: #fff;
  border-radius: 50%;
}

.circle-wrapper .label {
  background: #ffffff;
  border-radius: 50%;
  bottom: 4px;
  color: #333333;
  font-size: 24px;
  left: 4px;
  line-height: 40px;
  position: absolute;
  right: 4px;
  text-align: center;
  top: 4px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  font-weight: 700;
}

.circle-wrapper .label-txt {
  padding-top: calc( 100% + 5px);
  font-size: 14px;
  line-height: 23px;
  font-weight: 600;
}

@media (min-width: 992px) {
  .circle-wrapper .label-txt {
    font-size: 16px;
    line-height: 29px;
  }
}

.circle-wrapper .circle {
  height: 100%;
  width: 100%;
  clip: rect(0, 50px, 50px, 25px);
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.circle-wrapper .circle .half-circle {
  height: 100%;
  width: 100%;
  border: 4px solid #F08B77;
  border-radius: 50%;
  clip: rect(0, 25px, 50px, 0);
  left: 0;
  position: absolute;
  top: 0;
}

.circle-wrapper .circle .half-circle.left-side {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.circle-wrapper.below-50-percent .right-side {
  display: none !important;
}

.circle-wrapper.above-50-percent .circle {
  clip: rect(auto, auto, auto, auto) !important;
}

.circle-wrapper.above-50-percent .right-side {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.full-width-six-column.richtext-zipcode .form-cta {
  padding: 0;
}

@media (min-width: 768px) {
  .full-width-six-column.richtext-zipcode .form-cta .title-form-container {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .full-width-six-column.richtext-zipcode .form-cta .title-form-container {
    width: auto;
  }
}

.full-width-six-column.richtext-zipcode .form-cta .title-form-container .form-container .form-group {
  border-radius: 10px 10px 6px 6px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .full-width-six-column.richtext-zipcode .form-cta .title-form-container .form-container .form-group {
    padding: 20px;
  }
}

@media (min-width: 768px) {
  .full-width-six-column.richtext-zipcode .form-cta .title-form-container .form-container .form-group .select-container {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .full-width-six-column.richtext-zipcode .form-cta .title-form-container .form-container .form-group .select-container {
    width: auto;
  }
}

.full-width-six-column.richtext-zipcode .form-cta .title-form-container .form-container .form-group .select-container input {
  width: 100%;
}

@media (min-width: 992px) {
  .full-width-six-column.richtext-zipcode .form-cta .title-form-container .form-container .form-group .select-container input {
    width: 321px;
  }
}

@media (min-width: 768px) {
  .full-width-six-column.richtext-zipcode .form-cta .title-form-container .form-container .form-group .button-container {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .full-width-six-column.richtext-zipcode .form-cta .title-form-container .form-container .form-group .button-container {
    width: auto;
  }
}

.full-width-six-column.richtext-zipcode .form-cta .title-form-container .form-container .form-group .button-container button {
  border-radius: 0.25rem;
}

@media (min-width: 992px) {
  .full-width-six-column.richtext-zipcode .form-cta .title-form-container .form-container .form-group .button-container button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 768px) {
  .full-width-six-column.richtext-zipcode .form-cta .title-form-container .form-container form.was-validated .form-group .invalid-feedback {
    top: 140px;
  }
}

@media (min-width: 992px) {
  .full-width-six-column.richtext-zipcode .form-cta .title-form-container .form-container form.was-validated .form-group .invalid-feedback {
    top: auto;
  }
}
