#form_contactus .frm_html_container {
  color: #4d4d4d;
}
footer #form_contactus .frm_primary_label , footer #form_contactus .frm_html_container {
  color: #fff;
}
body .is-layout-flex {
  justify-content: center;
}
.desk-sticky a div:first-of-type {
  display: none;
}

.desk-sticky a div:last-of-type {
  width: 100%;
}
.wp-block-column.layout-container {
  margin: 0 auto!important;
}

/* ACCORDION */
.wp-block-esab-accordion {
  margin: 2rem 1rem!important;
}
.esab-ulcs3tih.wp-block-esab-accordion .wp-block-esab-accordion-child.esab__active_accordion {
  border-color: #7832d0!important;
}
.esab-ulcs3tih.wp-block-esab-accordion .esab__active_accordion .esab__head {
  background: #fff!important;
}
.wp-block-esab-accordion .esab__heading_tag {
  font-size: 20px;
}
.esab-ulcs3tih.wp-block-esab-accordion .esab__active_accordion .esab__heading_tag {
  color: #4d4d4d!important;
  font-size: 20px;
}
.esab-ulcs3tih.wp-block-esab-accordion .esab__active.esab__body {
  border-color: #7832d0!important;
  background: #f4f4f4!important;
}
.esab-ulcs3tih.wp-block-esab-accordion .esab__active_accordion .esab__head .esab__icon svg path {
  fill: #7832d0!important;
}
.esab-ulcs3tih.wp-block-esab-accordion .esab__head {
  padding: 20px!important;
  gap: 10px!important;
}

.with_frm_style .frm_scale input[type=radio]:before, .with_frm_style .frm_radio input[type=radio]:before, .frm_forms.with_frm_style .frm_checkbox input[type=checkbox]:before {
  background-color: #2b2b2b!important;
}
.esab__container .wp-block-button__link {
  border: 1px solid #473e5c;
}
.layout-full-background-text .btn {
  text-decoration: none;
}
.lgcta {
  font-size: 1.5em;
}
.borderbtn {
  border: 2px solid #654d89;
  border-radius: 55px;
  margin-left: 25px;
}
.borderbtn:hover {
  border: 2px solid #37902b;
}
.borderbtnmob {
  display: none;
}
.sticky-bar a:nth-child(1) {
  justify-content: center;
}
.stickybtn {
  position: fixed;
  top: 150px;
  left: 0;
  z-index: 100;
}
.insidepage .stickybtn {
  display: none;
}
/* Giveaway page hero img */
.page-moms-and-dads-lasik-giveaway .layout-1-2__image {
  background-size: contain;
  background-position: center right;
}
@media screen and (max-width: 767px) {
  .home-custom-divider {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    display: none;
  }
  .stickystack {
    margin-inline: 10px;
  }
  .stickybtn {
    position: absolute;
  }
  .borderbtn {
    width: 200px;
  }
}