#cmic_field {
  display: none !important;
}

.page-id-3263 section.page-top h2 {
  display: none;
}

.page-id-3263.woocommerce-checkout .main > .container {
  margin-top: -110px;
}

.woocommerce .woocommerce-form-coupon-toggle {
  position: relative;
  width: 100%;
  top: unset;
  left: unset;
  margin-bottom: 20px;
}

.button.wc-forward {
  display: none !important;
}

#customer_details #sms_parent_field label,
#customer_details #sms_student_field label {
  display: flex !important;
  align-items: center;
  padding: 0;
  margin: 0;
}

#customer_details #sms_parent_field .optional,
#customer_details #sms_student_field .optional {
  display: none;
}

#customer_details #sms_parent_field {
  padding: 0 3px;
  margin: 0;
}

#customer_details #sms_student_field {
  padding: 0 3px;
}

#disclaimer_field {
  font-size: 15px !important;
  font-style: italic;
  text-align: left;
  color: inherit;
  margin-bottom: 15px;
}

/** Progress Bar **/
.thrv-progress-bar {
  max-width: 640px;
  margin: 10px auto 25px;
}

.tve-progress-bar {
  background-color: #EBECF1;
  border-radius: 5px;
  font-size: 18px;
  position: relative;
  overflow: hidden;
}

[data-css="tve-u-17299692caa"] {
  width: 100%;
}

.thrv_data_element_start .tve_progress_bar_fill {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.thrv_data_element_start .tve_progress_bar_fill {
  -webkit-animation: progress-bar 2s ease;
  animation: progress-bar 2s ease;
}

.tve_progress_bar_fill {
  border-radius: 1px;
  height: 2.778em;
  overflow: hidden;
}

[data-css="tve-u-1729968acb2"] {
  background-color: rgb(91, 91, 91);
}

.tve-progress-bar-label {
  color: #fff;
  display: block;
  font-weight: 300;
  line-height: 26px;
  overflow: visible;
  max-width: 80%;
  padding: 10px 0px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  z-index: 3;
}

.tve-progress-bar .thrv-inline-text {
  padding: 2px 10px;
  min-width: 30px;
}

@-webkit-keyframes progress-bar {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@keyframes progress-bar {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

/** END Progress Bar **/
@media screen and (max-width:1395px) {
  .woocommerce-checkout .main section.page-top {
    background-image: none;
  }
}

@media screen and (max-width:991px) {

  .woocommerce form .woocommerce-billing-fields__field-wrapper .form-row-first,
  .woocommerce form .woocommerce-billing-fields__field-wrapper .form-row-last,
  .woocommerce-page form .woocommerce-billing-fields__field-wrapper .form-row-first,
  .woocommerce-page form .woocommerce-billing-fields__field-wrapper .form-row-last {
    width: 100%;
  }

  .woocommerce-billing-fields__field-wrapper {
    display: grid;
  }

  #billing_last_name_field {
    grid-row: 2/3;
  }

  #billing_email_field {
    grid-row: 3/4;
  }

  #billing_phone_field {
    grid-row: 4/5;
  }

  #sms_student_field {
    grid-row: 5/6;
  }

  p#grades_field .select2 {
    max-width: 100%;
    width: 100%;
    margin: 0;
  }

  .woocommerce .woocommerce-form-coupon-toggle {
    position: relative;
    width: 100%;
    left: unset;
    top: unset;
    margin: 15px 0;
  }
}
