#topbar-imp {
  background: #c30a0f;
  color: white;
  font-size: 14px;
  font-weight: 400;
  font-family: Tahoma, sans-serif;
  width: 100%;
  line-height: 16px;
}

.container.main-container {
  padding-top: 20px;
  padding-bottom: 40px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 2px 5px 2px rgba(0,0,0,0.3);
  max-width: 960px;
  width: 100%;
  color: #2f2f2f;
}

.container.main-container p {
  font-family: Arial, sans-serif;
}

.row.step-row {
  margin-left: 40px;
  margin-right: 40px;
  outline: none;
  background-color: rgb(242, 248, 236);
  border-radius: 5px;
  border: 1px solid rgba(47, 47, 47, 0.168627);
}
.row.step-row h4 {
  color: rgb(206, 218, 192);
  font-size: 18px;
  font-family: 'Oswald', sans-serif !important;
}
.row.step-row h4.active {
  background-color: rgb(189, 218, 162);
  color: rgb(88, 118, 60);
}

.wait-section-mobile {
  background: #fffbf3;
  border-bottom: 1px solid #ffefc4;
}
.wait-section-mobile h3 {
  font-size: 20px;
}
.wait-section-mobile h3 strong {
  color: rgb(230, 78, 56);
}
.wait-section-mobile h5 {
  color: rgb(230, 78, 56);
  line-height: normal;
  font-size: 15px;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 600;
  margin-bottom: 0;
}

.wait-section,
.wait-section-mobile {
  font-family: 'Oswald', Helvetica, sans-serif;
}
.wait-section-mobile {
  display: none;
}
.wait-section h3 {
  font-size: 37px;
}
.wait-section h3 strong {
  color: rgb(230, 78, 56);
}
.wait-section h5 {
  color: rgb(230, 78, 56);
  font-size: 24px;
  line-height: normal;
}
.head-row {
  width: 85%;
}
h1.main-heading {
  font-family: "Open Sans", sans-serif;
  font-size: 38px;
  color: rgb(32, 22, 82);
  font-weight: bold;
  line-height: 1.1em;
}
.next-step-wrapper h4 {
  font-size: 25px;
  line-height: normal;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}
.oto-video.embed-responsive {
  width: 100%;
}
.btn.oto-btn {
  font-family: Arial, sans-serif;
  font-weight: bold;
  /* background-color: #d6b671; */
  background-image: linear-gradient(to bottom,rgb(230,78,56) 0%,#da331b 100%);
  color: #fff;
  font-size: 28px;
  width: 90%;
  line-height: 1.1em;
  box-shadow: 0 1px 5px rgba(0,0,0,0.4), inset 0 0 0 2px rgba(255,255,255,0.2);
  border: 1px solid rgba(0,0,0,0.1);
  text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
  transition: all 0.3s;
}
.btn.oto-btn span {
  opacity: 0.7;
  font-weight: normal;
  font-size: 14px;
  display: block;
}

.btn.oto-btn:hover {
  /* background-color: #d3ae5e; */
  background-image: linear-gradient(to bottom,rgb(230,78,56) 100%,#da331b 0%);
}

.get-row h5 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
}

.no-link a {
  font-family: Arial,sans-serif;
  font-size: 16px;
  color: #0b28f8 !important;
}
.w-80 {
  width: 80%;
}

h3.subhead {
  position: relative;
}
h3.subhead:after,
h3.subhead:before {
  content: '';
  background-color: #d6b671;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  bottom: 0;
}
h3.subhead:after {
  bottom: 0;
}
h3.subhead:before {
  top: 0;
}
.list-points.fa-ul {
  margin-left: 1.7em;
}
.list-points li {
  font-size: 16px;
  font-family: Arial, sans-serif;
  color: #000;
}
.list-points .fa-li {
  color: #d6b671;
}

/* Decline Popup */
button.close.custom-close {
  opacity: 1;
  position: absolute;
  right: 0;
  z-index: 1;
}
button.close.custom-close:hover {
  opacity: 1 !important;
}
button.close.custom-close img {
  position: relative;
  left: 20px;
  bottom: 15px;
}
.modal.oto-modal .modal-dialog {
  width: 100%;
  max-width: 720px;
}
.modal.oto-modal .modal-content {
  border: 5px solid rgb(28,28,28);
}
#declineModal, #exitModal {
  font-family: Arial,sans-serif;
  color: #222;
}
.oto-modal h4 {
  font-size: 30px;
  line-height: 1.3em;
  color: rgb(228, 59, 44);
  font-weight: bold;
}
.oto-modal p {
  text-align: left;
  font-size: 15px;
  font-family: Arial, sans-serif;
}
.oto-modal .btn.oto-btn {
  width: 100%;
  padding: 13px 20px !important;
  font-size:15px !important ;
}
.oto-modal h5{
  font-size: 15px;
}
#exitModal .continue-btn {
  font-family: Arial, sans-serif;
  font-weight: bold;
  background-image: linear-gradient(to bottom,rgb(230,78,56) 0%,#da331b 100%);
  color: #fff;
}

.modalBackdropWrapper {
  display: block;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 222;
}

.modal.upsell-modal .modal-dialog {
  width: 100%;
  max-width: 720px;
}
.modal.upsell-modal .modal-content {
  border: 5px solid rgb(28,28,28);
}

h5.card-error {
  font-family: Arial, Helvetica, sans-serif;
  color: rgb(228, 59, 44);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
}
#upgradeModal .modal-body, #model_bg .modal-body {
  overflow: auto;
  overflow-y: scroll;
  max-height: calc(100vh - 100px);
}

.payment-block {
  height: auto;
  margin: 0px;
  padding: 16px 40px 30px;
  border: 2px solid #e2e2e2;
  border-radius: 5px;
  background-color: #fff;
}

::placeholder {
  color: rgba(66, 66, 66, 0.623);
}
.text-field {
  width: 100%;
  height: 38px;
  padding: 20px 12px 22px;
  line-height: 1.42857143;
  border: 1px solid #cccccc;
  display: block;
  margin: 0 0 10px;
  border-radius: 4px;
  background-color: #f5f5f5;
  font-family: 'PT Sans', sans-serif;
  color: #111;
  font-size: 18px;
  font-weight: 400;
}

.text-field:focus {
  border-color: #3898EC;
  outline: 0;
}
.select_field {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  height: 45px;
}
.order-summary h3 {
  font-weight: 400;
  font-size: 24px;
  color: #000;
}
.order-summary h4 {
  font-size: 18px;
  font-weight: 400;
  color: #000;
}
button.process-btn {
  background-color: #569400;
  border-radius: 5px;
  font-family: 'PT Sans', sans-serif;
  font-size: 18px;
  text-align: center;
  color: #fff;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
}
button.process-btn:hover {
  color: #fff;
}
button.process-btn:focus {
  box-shadow: none;
}

/* Decline Popup */
#declineModal {
  font-family: Arial,sans-serif;
  color: #222;
}
#declineModal h4 {
  font-size: 30px;
  line-height: 1.3em;
  color: rgb(228, 59, 44);
  font-weight: bold;
}

#declineModal h5 {
  font-weight: bold;
  font-size: 23px;
  line-height: normal;
}
#declineModal p {
  text-align: left;
  font-size: 20px;
}

#declineModal .btn.oto-btn {
  width: 100%;
  padding: 13px 20px !important;
}

.modalBackdropWrapper {
    display: block;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.4);
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 222;
}

/* Responsive Design */

@media (min-width: 768px) {
  #declineModal .modal-dialog, #exitModal .modal-dialog {
    max-width: 700px;
  }
}

@media (max-width: 960px) {
  .row.step-row, .wait-section {
    display: none;
  }
  .wait-section-mobile {
    display: block;
  }
  .container.main-container {
    box-shadow: none;
  }
  .next-step-wrapper h4 {
    font-size: 20px;
  }
  h1.main-heading {
    font-size: 19px !important;
    line-height: 23px;
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-weight: 700;
  }
}
@media (max-width: 767px) {
  .modal.upsell-modal .modal-dialog {
    max-width: 90%;
  }
  .modal.oto-modal .modal-dialog {
    max-width: 90%;
    width: 90%;
  }
  .oto-modal h4 {
    font-size: 22px;
  }
  .oto-modal p {
    font-size: 16px;
  }
  .oto-modal h5 {
    font-size: 1.1rem;
  }
  .txt_center_small_screen {
    text-align: center;
  }
}

@media (max-width: 576px) {
  .wait-section h3 {
    font-size: 30px;
  }
  .wait-section h5 {
    font-size: 21px;
    line-height: 1.2em;
  }
  .head-row {
    width: 100%;
  }
  h1.main-heading {
    font-size: 28px;
  }
  .oto-video.embed-responsive {
    width: 100%;
  }
  .btn.oto-btn {
    font-size: 15px !important;
    width: 100% !important;
    line-height: 1.3em;
  }
  .btn.oto-btn span {
    font-size: 13px;
    line-height: 1.5;
  }
  .modal.oto-modal .modal-dialog {
    max-width: 97%;
    margin: 2rem auto;
  }
  .w-80 {
    width: 100%;
  }
  h3.subhead {
    font-size: 1.3rem;
  }
  
  .no-link a {
    display: inline-block;
    line-height: 1.2;
  }
  .delay-text h5 {
    font-size: 1rem;
  }
  img.prod-mockup {
    width: 200px !important;
  }
  .next-step-wrapper h4 {
    font-size: 18px;
    line-height: 1.2;
  }
  .modal.upsell-modal .modal-dialog {
    max-width: 97%;
    margin: 2rem auto;
  }
}

#countdown-slim {
  display: inline-flex;
  flex-direction: row;
  margin: auto;
}

.countdown-row {
  clear: both;
  width: 100%;
  padding: 0px 2px;
  text-align: center;
}

#countdown-slim .countdown-section {
  text-align: center;
  display: block;
  padding: 0 10px;
}

.countdown-section {
  display: block;
  float: left;
  text-align: center;
  border-radius: 5px;
  margin: 0px;
  padding: 0px 10px;
}

#countdown-slim .countdown-section .countdown-amount {
  display: block;
  line-height: 28px;
  font-size: 46px;
  color: #c30a0f;
  border-radius: 3px;
  font-weight: bolder;
  font-family: "Oswald", sans-serif;
}

.countdown-amount {
  display: inline-block;
  text-align: center;
  font-weight: bold;
  padding: 10px;
  margin-bottom: 10px;
}

#countdown-slim .countdown-section .countdown-period {
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 auto;
  display: block;
  position: relative;
  top: -5px;
}

.countdown-period {
  display: block;
  text-transform: uppercase;
  font-size: 11px;
  color: rgba(0,0,0,0.4);
}
