.now-approved {
  /* background: url("/images/bg/bg-curve.png") no-repeat top -20px center transparent;
  background-size: cover; */
  /* position: relative; */
  height: 100%;
}

/*
  Curved BG
*/
.curve-bg {
  position: absolute;
  top: 0;
  width: 100%;
  background: url("/images/bg/bg-curve.png") no-repeat top -20px center transparent;
  background-size: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .curve-bg {
    background-position: top 199px center;
  }
}

.now-approved-contact {
  background: #f2f5f7;
}

.now-approved #header-wrapper.approved {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
}

/* .now-approved #header-wrapper.approved .sec-nav-ani {
  height: calc-size(auto);
  overflow: hidden;
  transition: all 300ms;
}
.now-approved #header-wrapper.approved.minimized .sec-nav-ani {
  height: 0;
} */

.now-approved #main {
  /* padding-top: 212px; */
  padding-top: 282px;
}

.now-approved #header,
.now-approved-contact #header {
  position: relative;
  background-color: transparent;
}

#header.sticky .secondary-navbar,
#header.sticky .violator {
  display: none;
}

/* Buttons */
.btn-gamifant {
  background: #fff;
  color: #003d65;
  border-radius: 25px;
  border: 1px solid rgba(232, 86, 15, 0.5);
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  box-shadow: 0 0 6px rgba(232, 86, 15, 0.5);
  padding: 8px 20px;
}

.btn-gamifant:hover {
  background: #e85611;
  color: #fff;
  border: 1px solid rgba(232, 86, 15, 0.5);
}

.btn-dl {
  padding-right: 40px;
  background-image: url("/images/download-icon.png");
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-size: 10px 14px;
  transition: all 300ms;
}
.btn-dl:hover {
  background-image: url("/images/download-icon-white.png");
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-size: 10px 14px;
}

.btn-capitalize {
  text-transform: capitalize !important;
}

/*  Primary Navbar */
.primary-navbar {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 768px) {
  .primary-navbar {
    background: #fff;
    display: none;
  }
}
.primary-navbar .menu a {
  color: #003d65;
  position: relative;
  padding: 20px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
.primary-navbar .menu a.active {
  font-weight: 700;
}
.primary-navbar .menu a::after {
  content: "";
  position: absolute;
  margin-top: 1px;
  right: -2px;
  height: 20px;
  border-right: 1px solid #979797;
}
.primary-navbar .menu li:last-child a::after {
  border: 0;
}

/* Secondary Navbar */
.secondary-navbar {
  background: #f2f5f7;
  padding: 40px 0 20px;
}

.secondary-navbar a {
  font-size: 13px;
  text-decoration: underline;
  color: #003d65;
}
.secondary-navbar a:hover {
  color: #e9530d;
}

.secondary-navbar .col {
  border-right: 1px solid #003d65;
  padding-bottom: 2px;
}

.secondary-navbar .col:last-child {
  border-right: none;
}

@media (max-width: 768px) {
  .secondary-navbar {
    background: #f2f5f7;
    padding: 16px 0;
  }
  .secondary-navbar a {
    font-size: 8.5px;
  }
}

@media (max-width: 768px) {
  .now-approved .menulines-button {
    display: none !important;
  }
  .now-approved .menu {
    display: block !important;
    position: relative;
    height: auto;
    /* overflow: hidden; */
  }
  .now-approved .menu li {
    display: list-item !important;
  }
}

/*
  Mobile Main Nav
*/
.mobile-primary-nav {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  height: 37px;
  background-color: #fff;
  justify-content: center;
}
.mobile-nav-wrapper {
  position: absolute;
  background: #fff;
  margin-top: 6px;
}
.mobile-primary-nav a {
  padding: 14px 8px;
  color: #003d65;
  font-size: 9px;
  line-height: 20px;
}
.mobile-primary-nav a:last-child {
  /* padding-right: 80px; */
}
.mobile-primary-nav .nav-link {
  display: inline;
}

.mobile-primary-nav .nav-link.active {
  font-weight: 700;
}

.mobile-arrow {
  position: absolute;
  right: 0;
  height: 37px;
  width: 26px;
  background: #fff;
  display: flex;
  align-items: center;
}
.mobile-arrow img {
  width: 8px;
  margin-left: 8px;
}

/* Violator */
#violator.now-approved-violator {
  background-color: #0b3c67;
}
#violator.now-approved-violator p {
  font-size: 13px;
  line-height: 18px;
}
#violator.now-approved-violator .violator-button {
  background: #e9530d;
  box-shadow: 0 0 6px #e9530d;
  border: 0;
  border-radius: 25px;
  transition: all 300ms;
  text-transform: none;
}
#violator.now-approved-violator .violator-button:hover {
  background: #fff;
  box-shadow: none;
  color: #003d65;
}

@media (max-width: 768px) {
  #violator.now-approved-violator {
    height: auto;
    padding: 16px 0;
  }
  .now-approved-violator .violator-copy {
    margin: 0 auto 14px !important;
  }
}

.now-approved #main {
  /* background: #f2f5f7; */
}

/* Hero Callout */
.hero {
  background: #f2f5f7;
  padding: 74px 0;
}
.hero-callout {
  border-radius: 20px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.97);
  border: 1px solid #979797;
  color: #000;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  margin: 74px 0;
  padding: 54px;
  position: relative;
  max-width: 1124px;
  margin: 0 auto;
  z-index: 1;
}
.hero-callout h1 {
  color: #e9530d;
  font-size: 43px;
  line-height: 38px;
  text-transform: uppercase;
  font-weight: 800;
}
.hero-callout h2 {
  color: #003d65;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}
.hero-callout span {
  color: #e9530d;
  font-weight: 800;
}
.hero-callout a.btn {
  border-radius: 33px;
  background-color: #003d65;
  border: 1px solid rgba(232, 86, 17, 0.5);
  box-shadow: 0 0 6px rgba(232, 86, 17, 0.5);
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  height: 65px;
  display: inline-block;
  display: inline-flex;
  align-items: center;
  padding: 0 50px;
  transition: all 300ms;
}
.hero-callout a.btn:hover {
  background: #fff;
  color: #003d65;
}
.hero-callout .gam-logo {
  margin-bottom: 24px;
}

.hero-callout--ribbon {
  position: absolute;
  right: 25px;
  top: -60px;
  max-width: 150px;
}

@media (max-width: 992px) {
  .hero-callout {
    padding: 30px 20px;
    margin: 50px auto;
  }
  .hero-callout h1 {
    color: #e9530d;
    font-size: 29px;
    line-height: 31px;
    text-transform: uppercase;
    font-weight: 800;
    margin-top: 70px;
  }
  .hero-callout h2 {
    color: #003d65;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 30px;
  }
  .hero-callout p {
    font-size: 15px;
    line-height: 23px;
    padding-right: 54px;
  }
  .hero-callout--ribbon {
    /* display: none;
    position: relative;
    right: unset;
    top: unset; */
    top: 200px;
    width: 160px;
  }
  .hero-callout a.btn {
    width: 100%;
    white-space: wrap;
    height: auto;
    display: inline-block;
    padding: 8px 0;
  }
  .hero-callout .gam-logo {
    max-width: 169px;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
  }
}

/* Latest example */
.latest-example {
  padding: 70px 0;
  position: relative;
  z-index: 2;
  /* background: url("/images/bg/latest-bg-image.jpg") no-repeat left 40px center transparent;
  background-size: 451px; */
}

.latest-example--content {
  margin: 70px auto;
  max-width: 810px;
}

.latest-example h2 {
  color: #003d65;
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.latest-example p {
  font-size: 16px;
  line-height: 26px;
}

@media (max-width: 768px) {
  .latest-example {
    background: none;
    padding-bottom: 0;
  }
  .latest-example--content {
    margin: 0;
  }
  .mobile-cell {
    /* position: absolute;
    bottom: 0; */
    width: 100%;
    max-width: 346px;
    margin: 0 auto;
    display: block;
    transform: translateY(20px);
  }
}

.desktop-cell {
  width: 451px;
  position: absolute;
  top: 50%;
  left: -480px;
  transform: translateY(-50%);
}

/* Gamifant targets */
#main .how-gamifant-works {
  position: absolute;
  top: -132px;
}
.gamifant-targets {
  position: relative;
  padding: 80px 0;
  background: #f2f5f7;
}
.gamifant-targets h2 {
  color: #003d65;
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.gamifant-targets h2 span {
  text-transform: none;
}
.gamifant-targets b {
  color: #003d65;
  font-weight: 700;
}
.gamifant-targets b.text-orange {
  color: #e9530d;
}
.gamifant-targets a {
  margin-bottom: 40px;
}

.gamifant-targets--content {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
  padding: 50px 36px 70px;
  max-width: 1034px;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}

.gamifant-targets--steps {
  background: #f4f4f4;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  margin: 20px;
}
.gamifant-targets--steps .row {
  padding: 20px 30px 10px 30px;
}
.gamifant-targets--steps .row p {
  font-size: 15px;
  line-height: 22px;
  /* padding-right: 14px; */
  font-weight: 600;
}
.gamifant-targets--steps .row .col {
  display: flex;
  gap: 6px;
}
.gamifant-targets--steps .row .col span {
  display: block;
  flex: 0 0 auto;
  color: #e9530d;
  font-weight: 700;
}
.gamifant-targets--steps .row .col img {
  margin-top: 16px;
  max-width: 13px;
  width: 100%;
}
.gamifant-targets--steps img.d-md-inline {
  background: white;
  padding: 10px 20px;
}
.gamifant-targets--steps .row .step-arrow {
  flex: 0 0 13px;
}

@media (max-width: 768px) {
  .gamifant-targets {
    padding: 50px 0;
  }
  .gamifant-targets--content {
    padding: 20px;
    padding: 30px 0 0;
  }
  .gamifant-targets h2 {
    color: #003d65;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 25px;
    text-transform: uppercase;
  }
  .gamifant-targets--content p {
    font-size: 15px;
    line-height: 23px;
  }
  .gamifant-targets--steps {
    margin: 20px 0 0;
    border-radius: 20px;
    padding-bottom: 20px;
  }
  .steps {
  }
  .steps > div {
    width: 100%;
    flex: 0 0 100%;
    flex-wrap: wrap;
  }
  .step-arrow {
    flex: 0 0 100% !important;
    display: flex;
    justify-content: center;
    margin: 10px 0;
  }
  .gamifant-targets--steps .row .col p {
    margin-bottom: 0;
  }
  .gamifant-targets--content .row .col > a {
    margin: 0 20px 40px;
  }
  .gamifant-targets--content .row .col > p,
  .gamifant-targets--content .row .col > h2 {
    padding: 0 20px;
  }
  .gamifant-targets--steps .row .col img {
    margin: 0;
    transform: rotate(90deg);
    /* margin: 0 16px; */
  }

  .gamifant-targets--steps .row .col span {
    flex: 0 0 auto;
  }
  .gamifant-targets--steps .row .col p {
    flex: 1 1 80%;
  }
  .gamifant-targets--steps .row .col div {
    flex: 0 0 100%;
  }
}

/* Contact Us */
.contact-us {
  background: #f4f4f4;
  padding: 40px 0 760px;
}

.contact-us--content {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
  padding: 40px;
  max-width: 1034px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.contact-us--content .contact-us-image {
  flex: 0 0 231px;
}

.contact-us--content img {
  max-width: 231px;
}
.contact-us--content h2 {
  color: #003d65;
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 16px;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .contact-us--content {
    padding: 30px 20px;
  }
  .contact-us--content h2 {
    color: #003d65;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 16px;
    text-transform: uppercase;
  }
  .contact-us--content p {
    padding-right: 80px;
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 30px;
  }
  .contact-us-image {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .contact-us-image img {
    position: absolute;
    bottom: 40px;
    right: 20px;
    width: 127px;
  }
}

/* Ordering Gamifant */
.ordering-gamifant {
  background: #fff;
  padding: 100px 0 160px;
  position: relative;
}
/* Anchor links */
#main #ordering-gamifant {
  position: absolute;
  top: -872px;
}

.ordering-gamifant--content {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
  padding: 40px;
  max-width: 1034px;
  margin: 0 auto;
  margin-top: -760px;
  position: relative;
  z-index: 2;
}

.ordering-gamifant--content h2 {
  color: #003d65;
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.ordering-gamifant-grid {
  border: 1px solid #5756567a;
  /* padding: 20px 0; */
  margin: 40px 0;
  background: #f4f4f4;
}
.ordering-gamifant-grid h3 {
  font-size: 18px;
  line-height: 21px;
  color: #0b3c67;
  text-transform: none;
  margin-bottom: 25px;
}
.ordering-gamifant-grid p {
  color: #0b3c67;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 18px;
}

.ordering-gamifant-grid .col-12:nth-child(1) > div {
  padding: 30px 30px 30px 60px;
}
.ordering-gamifant-grid .col-12:nth-child(2) > div {
  padding: 30px 30px 30px 30px;
}
.ordering-gamifant-grid .col-12:last-child > div {
  background: #fff;
  padding: 30px 30px 30px 30px;
}
@media (max-width: 768px) {
  .ordering-gamifant-grid h3 {
    margin-bottom: 18px;
  }
  .ordering-gamifant-grid p {
    margin-bottom: 0px;
  }
  .ordering-gamifant-grid .col-12:nth-child(1) > div {
    padding: 30px 30px 20px;
  }
  .ordering-gamifant-grid .col-12:nth-child(2) > div {
    padding: 10px 30px 20px;
  }
  .ordering-gamifant-grid .col-12:last-child > div {
    background: #fff;
    padding: 30px 30px 30px 30px;
  }
}

.top-row {
  border-bottom: 1px solid #5756567a;
  /* padding: 30px 60px; */
}
.top-row img {
  max-width: 107px;
}

.bot-row {
  /* padding: 30px 60px; */
}
.bot-row img {
  max-width: 99px;
}

@media (max-width: 768px) {
  .ordering-gamifant--content {
    padding: 30px 20px;
  }
  .ordering-gamifant--content h2 {
    color: #003d65;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 16px;
    text-transform: uppercase;
  }
  .ordering-gamifant--content p {
    font-size: 15px;
    line-height: 23px;
  }
  .top-row,
  .bot-row {
    /* padding: 20px; */
  }
}

.pay-info {
  background: #fff;
  border-radius: 17px;
  text-align: center;
}
.pay-info h3 {
  color: #fff;
  margin-bottom: 0;
}
.pay-info p {
  padding: 10px 0 20px;
  margin: 0;
}
.pay-info.pay-info--green {
  background: rgba(11, 176, 160, 0.1);
}
.pay-info.pay-info--green h3 {
  background: #0bb0a0;
  border-top-left-radius: 17px;
  border-top-right-radius: 17px;
  padding: 6px 0;
}

.pay-info.pay-info--blue {
  background: rgba(3, 65, 106, 0.1);
}
.pay-info.pay-info--blue h3 {
  background: #0b3c67;
  border-top-left-radius: 17px;
  border-top-right-radius: 17px;
  padding: 6px 0;
}

.pay-info.pay-info--orange {
  background: rgba(233, 83, 13, 0.1);
}
.pay-info.pay-info--orange h3 {
  background: #e9530d;
  border-top-left-radius: 17px;
  border-top-right-radius: 17px;
  padding: 6px 0;
}
.pay-info.pay-info--orange p {
  padding: 10px 20px 16px;
  margin: 0;
}

/* Gamifant Cares */
.gamifant-cares {
  background: #f4f4f4;
  padding: 40px 0 80px;
  text-align: center;
  position: relative;
  z-index: 2;
}
/* Anchor links */
#main #patient-support {
  position: absolute;
  top: -244px;
}

.gamifant-cares--content {
  max-width: 1034px;
  margin: 0 auto;
  /* background: #fff; */
  /* border-radius: 20px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
  padding: 40px; */
}

.gamifant-cares--content h2 {
  color: #003d65;
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.gamifant-cares--content p {
  margin-left: -4px;
  margin-right: -4px;
}
@media (max-width: 768px) {
  .gamifant-cares--content p {
    margin-left: 0;
    margin-right: 0;
  }
}

.people-icon {
  background: #f4f4f4;
  border-radius: 30px;
  margin-top: -89px;
  max-width: 516px;
  margin: -129px auto 0;
}
.people-icon img {
  display: block;
  max-width: 177px;
  margin: 0 auto;
  padding: 40px 0 30px 0;
}

.gam-cares-logo img {
  display: block;
  max-width: 368px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.gamifant-cares--card {
  background: #fff;
  padding: 40px;
  border-radius: 30px;
  /* border: 1px solid #e85611; */
  margin-top: 40px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
}
.gamifant-cares--card h2 {
  margin-bottom: 33px;
}
.gamifant-cares--card h3 {
  flex: 0 0 auto;
  text-align: right;
}
.gamifant-cares--card .hcp h3 {
  color: #e85611;
  font-weight: 800;
  font-size: 20px;
  line-height: 21px;
  margin-bottom: 0;
}
.gamifant-cares--card .pc h3 {
  color: #0bb0a0;
  font-weight: 800;
  font-size: 20px;
  line-height: 21px;
  margin-bottom: 0;
}
.gamifant-cares--card .pc a {
  box-shadow: 0 0 6px #38b0a0;
  border: 1px solid #38b0a0;
}
.gamifant-cares--card .pc a:hover {
  background: #38b0a0;
}
.gamifant-cares--card a {
  min-width: 240px;
  flex: 0 0 240px;
}

@media (max-width: 768px) {
  .gamifant-cares {
    text-align: left;
  }
  .gamifant-cares p {
    font-size: 15px;
    line-height: 23px;
  }
  .gamifant-cares--content h2 {
    color: #003d65;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 16px;
    text-transform: uppercase;
  }
  .gamifant-cares--card h2 {
    text-align: center;
    font-size: 20px;
    line-height: 27px;
  }
  .gamifant-cares--card h3 {
    text-align: center;
  }
  .gamifant-cares--card {
    padding: 20px;
  }
  .gamifant-cares--card .t-center {
    text-align: center;
    margin: 20px 0;
  }
  .gamifant-cares--content .col > h2,
  .gamifant-cares--content .col > p {
    padding: 0 20px;
  }
  .gamifant-cares--content .col > a {
    margin: 0 auto;
    display: inline-block;
    margin-left: 20px;
  }
  .gam-cares-logo img {
    max-width: 275px;
    margin: 0 auto;
    display: block;
  }
  .people-icon {
    max-width: 277px;
  }
}

.refs h4 {
  font-size: 12px !important;
  line-height: 17px;
}
.refs p {
  font-size: 12px;
  line-height: 18px;
}

/* FORM */
.now-approved-contact .intro-block {
  padding-bottom: 120px;
}
.form-card {
  background: #fff;
  padding: 50px 40px;
  border-radius: 30px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
}
@media (max-width: 768px) {
  .form-card {
    padding: 34px 20px;
  }
  .now-approved-contact ._form-content {
    padding: 0;
  }
  .now-approved-contact #_form_11_submit {
    margin: 0 auto;
  }
}

.now-approved-contact h1 {
  font-size: 43px;
  line-height: 55px;
  color: #e9530d;
  text-transform: uppercase;
  font-weight: 700;
  margin: 90px 40px 0;
}
@media (max-width: 768px) {
  .now-approved-contact h1 {
    font-size: 29px;
    line-height: 38px;
    margin: 44px 20px 30px;
  }
}

.now-approved-contact h3 {
  font-size: 20px;
  line-height: 26px;
}

.select2-container--open .select2-dropdown--below {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  padding: 4px 20px 20px 30px;
}

/*  radio */
.now-approved-contact [type="radio"] + label {
  padding-left: 70px;
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 768px) {
  .now-approved-contact [type="radio"] + label {
    padding-left: 70px;
    font-size: 15px;
    line-height: 19px;
  }
}
.now-approved-contact [type="radio"] + label:before {
  width: 48px;
  height: 48px;
}
.now-approved-contact [type="radio"]:checked + label:before {
  background-size: 40px;
}
@media (max-width: 768px) {
  .now-approved-contact [type="radio"] + label:before {
    width: 48px !important;
    height: 48px !important;
  }
  .now-approved-contact [type="radio"]:checked + label:before {
    background-size: 40px !important;
  }
}
.now-approved-contact [type="radio"] + label strong {
  font-size: 19px;
  line-height: 26px;
  color: #0b3c67;
}
@media (max-width: 768px) {
  .now-approved-contact [type="radio"] + label strong {
    font-size: 17px;
    line-height: 26px;
  }
}

/* checkbox */
.now-approved-contact input[type="checkbox"] + label {
  margin-bottom: 0;
  line-height: 1.5;
}
.now-approved-contact input[type="checkbox"] {
  height: 48px;
  width: 48px;
  flex: 0 0 48px;
  border-radius: 24px;
}
.now-approved-contact input[type="checkbox"]:checked {
  background: url(../images/active_radio.svg) no-repeat center;
  background-size: 40px;
}
.now-approved-contact .checkbox-wrapper {
  align-items: center;
}

.now-approved-contact .select2-container--default .select2-selection--single {
  border-radius: 24px;
  padding: 9px 26px;
}
.now-approved-contact .get-updates .form-control {
  height: 48px;
  border-radius: 24px;
  padding: 9px 26px;
}

.now-approved-contact .thank-you-box {
  text-align: center;
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  max-width: 1041px;
  margin: 0 auto;
  padding: 50px;
}

.now-approved-contact .thank-you-box h3 {
  font-size: 30px;
  line-height: 26px;
  color: #0b3c67;
  text-transform: none;
  margin: 30px 0 14px;
}
@media (max-width: 768px) {
  .now-approved-contact .thank-you-box h3 {
    font-size: 25px;
    line-height: 34px;
  }
  .now-approved-contact .thank-you-box p {
    font-size: 15px;
    line-height: 26px;
  }
}

.now-approved-contact .thank-you-box a {
  margin: 0 auto;
}

.now-approved-contact .header-wrap {
  max-width: 1041px;
  margin: 0 auto;
}

.now-approved-contact .intro-thank-you {
  padding-top: 50px;
}
@media (max-width: 768px) {
  .now-approved-contact .intro-thank-you {
    padding: 10px 0 20px;
    padding-bottom: 50px;
  }
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: rgba(167, 211, 248, 0.2);
  color: #505061;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  color: #67686a !important;
  font-size: 16px;
}

/* form errors */
.now-approved-contact .get-updates .form-control._has_error {
  border-color: red;
  background-color: #feeaea;
}
.now-approved-contact .get-updates .form-control._has_error::placeholder {
  color: red;
}

.now-approved-contact .get-updates .form-control._has_error + span > span > span {
  background-color: #feeaea;
  border-color: red;
}
.now-approved-contact .get-updates .form-control._has_error + span > span > span > span {
  color: red;
}

.now-approved-contact input[type="checkbox"]._has_error {
  border-color: red;
  background-color: #feeaea;
}

.now-approved-contact form ._error-inner {
  display: inline-block;
  background: #feeaea;
  color: red;
  margin-left: 60px;
  font-size: 14px;
  line-height: 21px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 8px;
}

/* ISI */
.now-approved .isi-block .sitepanel .panel-title {
  outline: 0;
}
@media (max-width: 768px) {
  .now-approved .isi-block .information-row1 {
    padding-top: 10px;
  }

  .now-approved .isi-block .information-row1 p {
    font-size: 14px;
    /* line-height: 19px; */
    margin-bottom: 0.5rem !important;
  }
  .now-approved .isi-block .information-detail p {
    font-size: 14px;
    /* line-height: 19px; */
  }
}

/* Achor Links */
.gamifant-anchor-link {
  position: absolute;
  top: -132px;
}

/* FPO */
.information-detail {
  position: relative;
}
.fpo-isi {
  font-size: 100px;
  color: #eb00ff;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%);
}
.color-fpo {
  color: #eb00ff !important;
}
.button-brackets {
  display: inline-block;
  vertical-align: top;
  font-size: 39px;
  line-height: 32px;
  color: #eb00ff !important;
}
@media screen and (max-width: 767px) {
  #violator .violator-copy {
    width: 100%;
  }
  #violator .violator-copy p {
    font-size: 13px;
    padding: 0 10px;
    max-width: 300px;
    margin: 0 auto;
  }
}

.btn-bracket {
  font-size: 50px;
  position: relative;
  top: -10px;
  color: #eb00ff;
}
