.bmi-container {
    max-width: 1100px;
    width: 100%;
    margin: auto;
    padding: 50px;
    border: 10px solid #005b98;
    border-radius: 50px;
    clear: both;
  }
  .bmi-container h2 { 
    text-align: center; 
    font-family: "Titillium Web", sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: #c6161d;
    margin: 0;
    padding: 0 0 20px;
    text-transform: uppercase;
  }
  .bmi-container p {
    font-size: 18px;
    font-weight: 400;
    padding: 0 20% 20px;
    margin: 0;
    text-align: justify;
  }
  .bmi-container label { 
    display: block; 
    margin: 20px 0 5px; 
    font-size: 18px;
    font-weight: 500;
    color: #292929;
  }
  .bmi-container .row2 {
      background: #fff;
      width: calc(100% - 40px);
      height: 44px;
      padding: 0 14px;
      border-radius: 30px;
      border: 3px solid #00416d;
  }
  .bmi-container .row2 select {
      border: none;
      width: 100%;
      height: 36px;
      padding: 0;
      font-size: 18px;
      color: #292929;
      line-height: 40px;
      border-radius: 30px;
      font-family: "Roboto Slab", Arial, Helvetica, serif;
  }
  .bmi-container .row2 select { outline: none; border: none; }
  .bmi-container input,
    .bmi-container select {
    background: #fff;
    border: 3px solid #00416d;
    width: calc(100% - 52px);
    height: 44px;
    padding: 5px 20px;
    line-height: 34px;
    font-size: 18px;
    color: #292929;
    border-radius: 30px;
    font-family: "Roboto Slab", Arial, Helvetica, serif;
  }
  .bmi-container input:hover, .bmi-container input:focus { outline: none; }
  .bmi-container select { width: 43%; }
  .bmi-container button {
    font-family: "Titillium Web",sans-serif;
    background: #c6161d;
    border: solid 2px #c6161d;
    display: inline-block;
    font-size: 21px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    line-height: 1.5;
    padding: 10px 30px;
    border-radius: 50px;
    cursor: pointer;
    text-transform: uppercase;
    margin: 10px auto 0;
  }
  .bmi-container button:hover,
  .bmi-container button:active,
  .bmi-container button:focus {
    background: #fff;
    border-color: #c6161d;
    color: #c6161d;
  }
  .bmi-container .bbBox p {
    padding: 0 5% 20px;
  }
  .bmi-container .result {
    margin: 0 0 20px;
    padding: 20px 0 10px;
    text-align: left;
    font-weight: bold;
  }
  .bmi-container .result p {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #c6161d;
    border: solid 2px #292929;
    padding: 20px;
    border-radius: 40px;
  }
  .bmi-container .result p strong { color: #292929; }

  .bmi-container .leftbar, .bmi-container .bottombar { width: calc(50% - 20px); float: left; padding: 0 10px; }

  .bmi-container .bottombar h4 {
    font-family: "Titillium Web", sans-serif;
    font-size: 18px;
    color: #005b98;
    font-weight: 600;
    margin: 0;
    padding: 0;
  }
  .bmi-container .bottombar h4 strong { color: #292929; font-weight: 700; }
  .bmi-container .bottombar .graph {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
  }
  .bmi-container .bottombar .graph div {
    width: 25%;
    height: 10px;
  }
  .bmi-container .bottombar .graph div span {
      display: block;
      color: #c6161d;
      padding-top: 2px;
      font-size: 12px;
  }
  .bmi-container .bbBox {
    background: #c6161d;
    width: calc(100%);
    padding: 30px;
    border-radius: 20px;
    margin: 30px 0 0;
    text-align: center;
  }
  .bmi-container .bbBox p {
    color: #fff;
    font-size: 18px;
  }
  .bmi-container .bbBox a {
    font-family: "Titillium Web",sans-serif;
    background: #ffd701;
    border: solid 2px #ffd701;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color: #c6161d;
    letter-spacing: 1px;
    line-height: 1.4;
    padding: 10px 30px;
    border-radius: 50px;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    margin: 5px auto;
    width: calc(100% - 64px);
  }
  .bmi-container .bbBox a:hover {
    background: #c6161d;
    border: solid 2px #ffd701;
    color: #ffd701;
  }
  .bmi-container ul.botlist {
    margin: 20px 0 0 20px;
    padding: 10px 0 0;
  }
  .bmi-container ul.botlist li {
    list-style: disclosure-closed;
    font-size: 21px;
    color: #005b98;
    line-height: 1.5;
  }
  .bmi-container input::-webkit-outer-spin-button,
  .bmi-container input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  .bmi-container input[type=number] { -moz-appearance: textfield; }

  .bmi-container2{
  max-width: 600px;
    width: 100%;
    margin: auto;
    padding: 50px;
    border: 10px solid #005b98;
    border-radius: 50px;
    clear: both;
    background: #005b98;
    margin: 50px auto;
}
.bmi-container2 h2 { 
    text-align: center; 
    font-family: "Titillium Web", sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: #ffd800;
    margin: 0;
    padding: 0 0 20px;
    text-transform: uppercase;
  }
  .bmi-container2 p {
    font-family: "Roboto Slab", Arial, Helvetica, serif;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    padding: 0 5% 20px;
    margin: 0;
    text-align: justify;
  }
.bmi-container2 .display{
  background: #fff;
  margin: 0 0 60px;
  padding: 10px;
  border-radius: 20px;
}
.bmi-container2 #result2new{
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  color: #c6161d;
}
.bmi-container2 #category2new{
  font-size: 18px;
  text-align: center;
  letter-spacing: 1px;
  padding: 0;
  color: #292929;
}
.bmi-container2 .row{
  /*display: flex;*/
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  font-family: "Roboto Slab", Arial, Helvetica, serif;
  font-size: 24px;
  color: #fff;
}
.bmi-container2 .row label { display: block; padding-bottom: 15px;}
.bmi-container2 .row .cols1st label {
  font-size: 18px;
  padding: 10px 0;
}
.bmi-container2 .row span{
  font-weight: 500;
}
.bmi-container2 .row .cols1st {
  width: 50%;
  float: left;
}
.bmi-container2 input[type="range"] {
  width: 75%;
  height: 10px;
  -webkit-appearance: none;
  appearance: none;
  background-color: #ffd800;
  border-radius: 10px;
  outline: none;
  margin-right: 10px;
}
.bmi-container2 .row .cols1st input[type="range"] { width: 73%; }
.bmi-container2 input[type="range"].w8 { width: 81%; }
.bmi-container2 input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 30px;
  width: 30px;
  background-color: #1c1c1c;
  border-radius: 50%;
  cursor: pointer;
}

.quizBox {
  width: 100%;
  max-width: 1100px;
  padding: 50px;
  background: #c6161d;
  border-radius: 50px;
  margin: 20px auto;
}
.quizBox .quiz-box {
width: 100%;
text-align: center;
margin: 0 auto;
}
.quizBox h2 { 
text-align: center; 
font-family: "Titillium Web", sans-serif;
font-weight: 700;
font-size: 42px;
color: #ffd800;
margin: 0;
padding: 0 0 20px;
line-height: 1.4;
text-transform: uppercase;
}
.quizBox h2 span { display: block; }
.ceptitleMain { 
text-align: center; 
font-family: "Titillium Web", sans-serif;
font-weight: 700;
font-size: 50px;
color: #c6161d;
margin: 0;
padding: 0 0 40px;
}
h2.ceptitle1st { 
text-align: center; 
font-family: "Titillium Web", sans-serif;
font-weight: 700;
font-size: 42px;
line-height: 1.4;
color: #ffd800;
margin: 0;
padding: 0 0 20px;
text-transform: uppercase;
}
h2.ceptitle1st span { display: block; }
h3.ceptitle2nd { 
text-align: center; 
font-family: "Titillium Web", sans-serif;
font-weight: 700;
font-size: 32px;
color: #fff;
margin: 0;
padding: 0 0 10px;
}
.quizBox .quiz-box h3 { 
text-align: center; 
font-family: "Titillium Web", sans-serif;
font-weight: 700;
font-size: 21px;
color: #fff;
margin: 0;
padding: 20px 0;
line-height: 1.4;
}
.quizBox .quiz-box .options {
width: 420px;
margin: 0 auto;
text-align: left;
}
.quizBox .quiz-box .options label {
background: #005b98;
display: inline-block;
border-radius: 50px;
margin: 1px;
cursor: pointer;
padding: 10px;
overflow: hidden;
width: 100%;
font-size: 16px;
font-weight: 700;
color: #fff;
}
.quizBox .quiz-box .options label input[type=radio] { 
position: relative; 
width: 20px;
height: 20px;
}
.quizBox .quiz-box p#error {
font-size: 16px;
color: #fff;
text-align: center;
}
.quizBox .quizCtaBox {
width: 100%;
text-align: center;
}
.quizBox .btnCta4 {
cursor: pointer;
text-transform: uppercase;
font-family: "Titillium Web",sans-serif;
font-weight: 700;
}
.quizBox .btnCta4:hover,
.quizBox .btnCta4:active,
.quizBox .btnCta4:focus {
border-color: #ffd800;
color: #ffd800;
}
.quizBox .imgQuiz {
width: 300px;
height: auto;
}
.btnCta4 {
font-family: "Titillium Web",sans-serif;
font-weight: 700;
letter-spacing: 0;
}
.btnCta4:hover,
.btnCta4:active,
.btnCta4:focus {
border-color: #ffd800;
color: #ffd800;
}

.countdownBox {
  width: 100%;
  max-width: 1100px;
  padding: 50px;
  background: #ffd800;
  border-radius: 50px;
  margin: 25px auto;
}
.countdownBox h2 { 
text-align: center; 
font-family: "Titillium Web", sans-serif;
font-weight: 700;
font-size: 44px;
line-height: 1.4;
color: #c6161d;
margin: 0;
padding: 0 50px 30px;
text-transform: uppercase;
}
.countdownBox h2 span { display: block; }
.countdownBox #clockdiv {
  font-family: "Roboto Slab", Arial, Helvetica, serif;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 30px;
  width: 100%;
}
.countdownBox #clockdiv>div {
width: 15%;
  padding: 10px;
  border-radius: 3px;
  background: #005b98;
  display: inline-block;
}
.countdownBox #clockdiv div>span {
  padding: 30px 15px;
  display: block;
  font-size: 32px;
  border-radius: 3px;
  background: #014775;
}
/* Style for visible text */
.countdownBox .smalltext {
  padding: 15px 0 5px;
  font-size: 21px;
}
.countdownBox h4 { 
text-align: left; 
font-family: "Titillium Web", sans-serif;
font-weight: 700;
font-size: 24px;
color: #292929;
margin: 0;
padding: 0 0 30px;
}
.countdownBox h4 strong { color: #c6161d; font-weight: 700; }

/* Overlay */
.lightbox {
  display: none;
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
}

  /* Popup box */
  .lightbox .box {
      position: relative;
      background-color: #fff;
      border-radius: 20px;
      width: 90%;
      max-width: 500px; /* compact width */
      margin: auto;
      top: 50%;
      transform: translateY(-50%);
      padding: 25px 20px;
      box-sizing: border-box;
      text-align: center; /* center all content */
  }

      /* Close button */
      .lightbox .box .close2nd {
          background: #c6161d;
          border-radius: 50%;
          width: 30px;
          height: 30px;
          font-size: 20px;
          line-height: 28px;
          color: #fff;
          font-weight: 700;
          position: absolute;
          top: -10px;
          right: -10px;
          cursor: pointer;
      }

      /* Headings */
      .lightbox .box h2 {
          font-family: "Titillium Web", sans-serif;
          font-weight: 700;
          font-size: 28px;
          color: #c6161d;
          margin: 0 0 10px;
      }

      .lightbox .box h4 {
          font-family: "Titillium Web", sans-serif;
          font-weight: 700;
          font-size: 20px;
          color: #c6161d;
          margin: 10px 0;
      }

      .lightbox .box p {
          font-size: 16px;
          color: #c6161d;
          margin: 10px 0 20px;
      }

      /* Input */
      .lightbox .box input[type=email] {
          width: 100%;
          max-width: 380px;
          padding: 16px 20px;
          font-size: 22px;
          border: 2px solid #292929;
          border-radius: 35px;
          font-family: "Roboto Slab", Arial, Helvetica, serif;
          box-sizing: border-box;
          margin-bottom: 15px;
      }

      .lightbox .box input:focus {
          outline: none;
          border-color: #005b98;
      }

      /* Buttons / CTA links */
      .lightbox .box a.cta1st,
      .lightbox .box button {
          display: block;
          width: 80%;
          max-width: 300px;
          margin: 10px auto;
          padding: 12px 0;
          font-size: 18px;
          font-weight: 700;
          border-radius: 50px;
          text-transform: uppercase;
          text-decoration: none;
          cursor: pointer;
          font-family: "Titillium Web",sans-serif;
          text-align: center;
      }

      /* Button Colors */
      .lightbox .box a.cta1st {
          background: #c6161d;
          border: 2px solid #c6161d;
          color: #fff;
      }

          .lightbox .box a.cta1st:hover {
              background: #fff;
              color: #c6161d;
          }

      .lightbox .box button {
          background: #ffd800;
          border: 2px solid #ffd800;
          color: #c6161d;
      }

          .lightbox .box button:hover {
              background: #fff;
              border-color: #c6161d;
              color: #c6161d;
          }

/* Thank you message */
.thankMsg {
  display: none;
  width: 100%;
  text-align: center;
}

  .thankMsg img {
      max-width: 150px;
      margin: 15px auto 0;
  }


/* =========================================
  GIVEAWAY HARD RESET (CEP SAFE)
========================================= */

.gd-giveaway * {
  box-sizing: border-box;
}

/* SECTION */
.gd-giveaway {
  position: relative;
  z-index: 2;
  margin: 40px auto 100px;
  width: 100%;
}

  /* CARD */
  .gd-giveaway .gd-card {
      max-width: 1100px;
      margin: 0 auto;
      background: #c6161d;
      border-radius: 28px;
      overflow: hidden;
  }

  /* HEADER */
  .gd-giveaway .gd-header {
      padding: 32px 40px;
      border-bottom: 1px solid #EEE;
      text-align: center;
  }

  .gd-giveaway .gd-badge {
      display: inline-block;
      padding: 6px 14px;
      border-radius: 999px;
      background: #EEF4FF;
      color: #0B57D0;
      font-size: 12px;
      font-weight: 600;
      margin-bottom: 12px;
  }

  .gd-giveaway .gd-header h2 {
      text-align: center; 
      font-family: "Titillium Web", sans-serif;
      font-weight: 700;
      font-size: 42px;
      color: #ffd;/*ffd800*/
      line-height: 1.4;
      margin: 0;
      padding: 0 0 10px;
  }
  .gd-giveaway .gd-header h2 span { display: block; }
  .gd-giveaway .gd-header p {
      font-size: 16px;
      color: #fff;
      padding: 0;
  }
  .gd-left {
    background: #ffd800;
    border-radius: 20px;
    padding: 30px;
  }

  /* BODY GRID */
  .gd-giveaway .gd-body {
      display: grid !important;
      grid-template-columns: 1fr 1fr;
      gap: 48px;
      padding: 40px;
  }

  /* LEFT */
  .gd-giveaway .gd-left h3,
  .gd-giveaway .gd-right h3 {
      font-size: 21px;
      font-weight: 600;
      padding-bottom: 20px;
      color: #c6161d;
  }
  .gd-giveaway .gd-right h3 { color: #fff; }
  .gd-giveaway .gd-left ul {
      margin-bottom: 30px;
      padding-left: 20px;
  }
  .gd-giveaway .gd-left ul li {
    list-style: disc;
    line-height: 1.4;
    font-size: 18px;
    padding-right: 20px;
  }

      .gd-giveaway .gd-note p {
          font-size: 16px;
          color: #292929;
          margin-bottom: 0;
      }

  /* RIGHT */
  .gd-giveaway .gd-right {
      display: block;
  }

  /* FORM RESET */
  .gd-giveaway .gd-form {
      display: block;
      width: 100%;
  }

      /* FORCE LABEL STACKING */
      .gd-giveaway .gd-form label {
          display: block !important;
          width: 100%;
          font-size: 14px;
          font-weight: 500;
          color: #fff;
          margin-top: 16px;
      }

      /* FORCE INPUT STACKING */
      .gd-giveaway .gd-form input,
      .gd-giveaway .gd-form select {
          display: block !important;
          width: 100% !important;
          margin-top: 6px;
          padding: 14px 16px;
          border-radius: 12px;
          border: 1px solid #D9D9D9;
          font-size: 15px;
      }

  /* CHECKBOX */
  .gd-giveaway .gd-consent {
      display: flex !important;
      align-items: flex-start;
      gap: 10px;
      font-size: 13px;
      margin: 20px 0 24px;
  }

      .gd-giveaway .gd-consent input {
          width: auto !important;
          margin-top: 4px;
      }
      .gd-giveaway .gd-consent input.gap {
          float: left;
  margin-right: 10px;
  margin-top: 0;
      }

  /* BUTTON */
  .gd-giveaway .gd-submit {
      display: block;
      width: 100% !important;
      padding: 16px;
      border-radius: 30px;
      background: #ffd800;
      color: #c6161d;
      font-size: 21px;
      font-weight: 600;
      border: none;
      cursor: pointer;
  }

  /* LEGAL + STATUS */
  .gd-giveaway .gd-legal {
      font-size: 12px;
      color: #ffd800;
      margin-top: 12px;
  }

  .gd-giveaway .gd-status {
      font-size: 13px;
      margin-top: 10px;
      color: #D32F2F;
      background: #fff;
      padding: 10px;
      border-radius: 5px;
  }

  /* THANK YOU */
  .gd-giveaway .gd-thankyou {
      background: #F8F8F8;
      padding: 32px;
      border-radius: 20px;
  }

      .gd-giveaway .gd-thankyou h3 {
          font-size: 22px;
          margin-bottom: 12px;
          color: #c6161d;
      }

      .gd-giveaway .gd-thankyou p {
          font-size: 15px;
          line-height: 1.6;
          color: #4A4A4A;
      }

/* MOBILE */
@media (max-width: 900px) {
  .gd-giveaway .gd-body {
      grid-template-columns: 1fr;
  }
}


/* ===============================
  GASTRODOXS POLL UI
================================ */

.gd-poll * {
  box-sizing: border-box;
}

.gd-poll {
  margin: 40px auto 100px;
  text-align: center;
}

  .gd-poll .gd-card {
      max-width: 1100px;
      margin: 0 auto;
      background: #005b98;
      border-radius: 50px;
      overflow: hidden;
  }

  .gd-poll .gd-header {
      padding: 32px 40px;
      border-bottom: 1px solid #fff;
      text-align: center;
  }
  .gd-poll .gd-header h2 {
    text-align: center; 
    font-family: "Titillium Web", sans-serif;
    font-weight: 700;
    font-size: 42px;
    color: #ffd800;
    margin: 0;
    padding: 0 0 10px;
  }
  .gd-poll .gd-header p { color: #fff; padding: 0; font-size: 21px; }

  .gd-poll .gd-badge {
      display: inline-block;
      background: #EEF4FF;
      color: #0B57D0;
      font-size: 12px;
      font-weight: 600;
      padding: 6px 14px;
      border-radius: 999px;
      margin-bottom: 12px;
  }

  .gd-poll .gd-body {
      padding: 40px;
  }

.gd-question {
  margin-bottom: 24px;
  font-family: "Titillium Web", sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: #ffd800;
}

.gd-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.gd-option {
  padding: 16px;
  border-radius: 14px;
  border: 1px solid #D9D9D9;
  background: #fff;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  text-align: left;
}

  .gd-option:hover {
      border-color: #0B57D0;
      background: #F4F8FF;
  }

.gd-poll-status {
  margin-top: 16px;
  font-size: 13px;
  color: #D32F2F;
}

.gd-poll-thankyou {
  display: none;
  background: #fff;
  padding: 32px;
  border-radius: 20px;
  margin-top: 24px;
}

  .gd-poll-thankyou h3 {
      font-family: "Titillium Web", sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #c6161d;
    padding: 0 0 10px;
  }

  .gd-poll-thankyou p {
      font-size: 18px;
      color: #292929;
  }

/* Mobile */
@media (max-width: 768px) {
  .gd-options {
      grid-template-columns: 1fr;
  }
}
/* ===== POLL RESULTS UI ===== */

.gd-poll .gd-options {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 14px;
}

  .gd-poll .gd-options button {
      padding: 14px;
      border-radius: 30px;
      border: 1px solid #c6161d;
      background: #c6161d;
      color: #fff;
      font-size: 21px;
      font-weight: 700;
      cursor: pointer;
      font-family: "Roboto Slab", Arial, Helvetica, serif;
  }

      .gd-poll .gd-options button:hover {
          background: #fff;
          border-color: #fff;
          color: #c6161d;
      }

/* Results */
.gd-results {
  display: none;
  margin-top: 32px;
}

.gd-result {
  margin-bottom: 16px;
}

  .gd-result span {
      display: block;
      font-size: 16px;
      color: #fff;
      margin-bottom: 6px;
      text-align: left;
  }

.gd-bar {
  height: 24px;
  background: #fff;
  border-radius: 999px;
  overflow: hidden;
  margin-bottom: 4px;
}

  .gd-bar i {
      display: block;
      height: 100%;
      width: 0%;
      background: #ffd800;
      border-radius: 999px;
      transition: width .6s ease;
  }

.gd-result strong {
padding-top: 5px;
  font-size: 14px;
  color: #ffd800;
}

/* Winning option */
.gd-result.winner span {
  font-weight: 600;
}

.gd-result.winner .gd-bar i {
  background: #16A34A;
}

.gd-poll-thankyou {
  display: none;
  margin-top: 24px;
}


.spintheWheelpage {
  background: #c6161d;
  padding: 30px;
  border-radius: 16px;
  max-width: 1000px;
  width: 100%;
  text-align: center;
  position: relative;
  margin: 0 auto;
}
.spintheWheelpage h2 {
  margin-bottom: 10px;
}
.spintheWheelpage p { color: #fff; }
.spintheWheelpage .wheel-container {
  position: relative;
  width: 320px;
  height: 320px;
  margin: 30px auto;
}

.spintheWheelpage canvas {
      border-radius: 50%;
      border: 8px solid #fff;
  }

  .spintheWheelpage .wheel-wrapper {
      position: relative;
      margin: 20px auto;
      width: 300px;
      height: 300px;
  }

  .spintheWheelpage .pointer {
      position: absolute;
      top: 3px;
      left: 50%;
      transform: translateX(-50%);
      width: 0;
      height: 0;
      border-left: 14px solid transparent;
      border-right: 14px solid transparent;
      border-top: 28px solid #fff;
      z-index: 20;
  }

.spintheWheelpage button {
cursor: pointer;
margin-top: 30px;
font-family: "Titillium Web",sans-serif;
font-weight: 700;
}
.spintheWheelpage button:hover,
.spintheWheelpage button:active,
.spintheWheelpage button:focus {
  border-color: #facc15;
  color: #facc15;
}
.spintheWheelpage button:disabled {
  background: #c6161d;
  cursor: not-allowed;
  border-color: #facc15;
  color: #facc15;
}

.spintheWheelpage .result {
  margin-top: 25px;
  font-size: 22px;
  font-weight: bold;
  color: #facc15;
  line-height: 1.5;
}

.spintheWheelpage .note {
  margin-top: 10px;
  font-size: 18px;
  color: #fff;
  line-height: 2;
}


/* Survey */
.surveyBoxpage {
background: #c6161d;
  padding: 30px;
  border-radius: 16px;
  max-width: 1000px;
  width: 100%;
  text-align: center;
  position: relative;
  margin: 30px auto;
}
.surveyBoxpage p {
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
.surveyBoxpage .question {
  margin-bottom: 25px;
  width: 60%;
  margin: 30px auto;
}
.surveyBoxpage .question label {
  display: block;
  font-weight: bold;
  margin-bottom: 8px;
  text-align: left;
  color: #fff;
  font-size: 18px;
}
.surveyBoxpage .options label {
  display: block;
  margin-bottom: 6px;
  cursor: pointer;
  font-size: 18px;
}
.surveyBoxpage input[type="text"],
.surveyBoxpage input[type="number"],
.surveyBoxpage textarea,
.surveyBoxpage select {
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #d1d5db;
  margin-top: 5px;
}
.surveyBoxpage textarea {
  resize: vertical;
  min-height: 80px;
}
.surveyBoxpage .scale {
  display: flex;
  justify-content: space-between;
  max-width: 300px;
  margin-top: 10px;
}
.surveyBoxpage .scale label {
  text-align: center;
  font-size: 14px;
}
.surveyBoxpage button { 
cursor: pointer; 
font-family: "Titillium Web",sans-serif;
font-weight: 700;
font-size: 20px;
text-transform: uppercase;
}
.surveyBoxpage button:hover {
border-color: #fff;
}
.surveyBoxpage .success {
  display: none;
  text-align: center;
  color: #ffd800;
  font-weight: bold;
  margin-top: 20px;
  font-size: 32px;
}

/* INTERACTIVE VIDEO SECTION */
.interactive-video-section {
  display: flex;
  height: 500px;
  width: 100%;
  max-width: 1000px;
  position: relative;
  margin: 0 auto;
}
/* LEFT PANEL */
.chapter-panel {
  width: 260px;
  background: #005b98;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.chapter-btn {
  background: #ffd800;
  color: #111;
  border: none;
  border-radius: 8px;
  padding: 14px 16px;
  font-size: 16px;
  cursor: pointer;
  text-align: left;
  transition: background 0.2s ease, color 0.2s ease;
  text-transform: uppercase;
  font-weight: 700;
}
.chapter-btn:hover {
  background: #dcdcdc;
}
.chapter-btn.active {
  background: #c6161d; 
  color: #fff;
}
/* VIDEO AREA */
.video-area {
  flex: 1;
  background: #000;
}
.video-area iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.gdx-feedback-container {
  max-width: 800px;
  margin: 40px auto;
  padding: 30px;
  background: #ffffff;
  border-top: 6px solid #c6161d;
  border-radius: 14px;
  box-shadow: 0 12px 35px rgba(0,0,0,0.1);
  font-family: Arial, sans-serif;
}
.gdx-feedback-title {
  color: #005b98;
  text-align: center;
  margin-bottom: 6px;
}
.gdx-feedback-subtitle {
  text-align: center;
  margin-bottom: 24px;
  color: #005b98;
}
.gdx-feedback-subtitle span { display: block; }
.gdx-feedback-group {
  margin-bottom: 20px;
}
.gdx-feedback-label {
  font-weight: bold;
  display: block;
  margin-bottom: 8px;
}
.gdx-feedback-radio label {
  display: block;
  margin-bottom: 6px;
}
.gdx-feedback-input,
.gdx-feedback-select,
.gdx-feedback-textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
}
.gdx-feedback-nps {
  display: flex;
  align-items: center;
  gap: 10px;
}
.gdx-feedback-nps input[type="range"] {
  flex: 1;
  accent-color: #ffd800;
}
.gdx-feedback-nps-value {
  margin-top: 6px;
  color: #005b98;
}
/* Button – scoped */
.gdx-feedback-btn {
font-family: "Titillium Web", sans-serif;
  width: 100%;
  padding: 14px;
  background: #c6161d;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-size: 21px;
  cursor: pointer;
  font-weight: 700;
}
.gdx-feedback-btn:hover {
  background: #a81214;
}
/* Utility */
.gdx-hidden {
  display: none;
}
.gdx-feedback-thankyou {
  text-align: center;
  margin-top: 20px;
  color: #005b98;
  font-weight: bold;
}

/* Survey */
.chartBoxpage {
background: #005b98;
  padding: 30px;
  border-radius: 16px;
  max-width: 1000px;
  width: 100%;
  text-align: center;
  position: relative;
  margin: 30px auto;
}
.chartBoxpage p.white { color: #fff; }
.chartBoxpage .slider-section {
  max-width: 600px;
  margin: auto;
}
.chartBoxpage input[type="range"] {
  width: 100%;
  margin: 20px 0;
}
.chartBoxpage .rangeBox {
  width: 100%;
  background: #c6161d;
  padding: 10px 20px;
  border-radius: 20px;
  margin: 0 0 10px;
}
.chartBoxpage .scale-labels {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  font-weight: 700;
}
.chartBoxpage .pain-score {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  margin: 35px 0 15px;
  color: #ffd800;
}
.chartBoxpage .pain-description {
  text-align: center;
  font-size: 21px;
  color: #fff;
  border-radius: 0;
  margin-bottom: 25px;
}
.chartBoxpage table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 30px;
  border: solid 2px #292929;
  background: #fff;
}
.chartBoxpage th, .chartBoxpage td {
  padding: 20px;
  text-align: left;
  border-bottom: 2px solid #292929;
}
.chartBoxpage th {
  background: #ffd800;
  font-weight: 700;
  color: #c6161d;
  font-size: 21px;
  font-family: "Titillium Web",sans-serif;
}
.chartBoxpage tr:hover {
  background: #f9fafb;
}
.chartBoxpage td {
  font-size: 18px;
}
.chartBoxpage tr td:first-child {
  background: #c6161d;
  color: #fff;
  border-right: solid 2px #292929;
}
.chartBoxpage .low { color: #2e7d32; font-weight: bold; }
.chartBoxpage .moderate { color: #f57c00; font-weight: bold; }
.chartBoxpage .severe { color: #c62828; font-weight: bold; }
.chartBoxpage .cta {
  text-align: center;
  margin-top: 25px;
}
.chartBoxpage .cta button { 
cursor: pointer; 
font-family: "Titillium Web",sans-serif;
font-weight: 700;
font-size: 20px;
text-transform: uppercase;
}
.chartBoxpage .cta .btnCta4 {
  font-family: "Titillium Web",sans-serif;
font-weight: 700;
font-size: 20px;
text-transform: uppercase;
}

/*Campaign*/
.campBoxpage {
background: url("https://gastrodoxsstorage.blob.core.windows.net/condition-image/cep/new-year-banner.jpg") no-repeat center top #c6161d;
background-size: 100% auto;
  padding: 30px;
  border-radius: 16px;
  max-width: 1000px;
  width: 100%;
  text-align: center;
  position: relative;
  margin: 30px auto;
}
.campBoxpage .hero,
.campBoxpage .heroNew {
  text-align: center;
  margin-bottom: 25px;
  background: #ffd800;
  border-radius: 22px;
  padding: 20px 0 0;
}
.campBoxpage .hero h1,
.campBoxpage .heroNew h1 {
  font-size: 42px;
  color: #c6161d;
  margin-bottom: 10px;
  font-family: "Titillium Web",sans-serif;
}
.campBoxpage .hero span,
.campBoxpage .heroNew span {
  color: #005b98;
}
.campBoxpage .hero p,
.campBoxpage .heroNew p {
  font-size: 18px;
  color: #c6161d;
}
.formBoxNew {
  background: #fff;
  border-radius: 30px;
  padding: 20px 60px;
}
.formBoxNew h4 {
  font-family: "Titillium Web",sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #c6161d;
  padding: 0 0 20px;
}
.formBoxNew input[type=text] {
  width: 100%;
  height: 40px;
  border: solid 2px #005b98;
  border-radius: 20px;
  padding: 5px 20px;
  margin: 0 0 10px;
}
.formBoxNew input[type=submit] {
  cursor: pointer;
}
.campBoxpage .cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  gap: 30px;
}
.campBoxpage .card {
  background: #ffd800;
  backdrop-filter: blur(18px);
  border-radius: 22px;
  padding: 28px 15px;
  box-shadow: 0 20px 45px rgba(0,0,0,0.4);
  transition: transform 0.4s ease;
}
.campBoxpage .card:hover {
  transform: translateY(-12px);
}
.campBoxpage .emoji {
  font-size: 50px;
}
.campBoxpage .title {
  font-size: 22px;
  margin: 12px 0;
  font-weight: 600;
  font-family: "Titillium Web",sans-serif;
}
.campBoxpage .desc {
  font-size: 16px;
  opacity: 0.9;
  line-height: 1.4;
}
.btnCta2,
.btnCtaNew1st {
  font-family: "Titillium Web", sans-serif;
  background: #c6161d;
  border: solid 2px #c6161d;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  padding: 10px 20px;
  border-radius: 50px;
  cursor: pointer;
  margin: 20px auto 0;
  text-transform: uppercase;
}

.seasonal-bg {
  position: relative;
  background: #c6161d;
  overflow: hidden;
}
  .seasonal-bg::before {
      content: "";
      position: absolute;
      inset: 0;
      background-image: radial-gradient(rgba(255,255,255,0.15) 1px, transparent 1px), radial-gradient(rgba(255,216,0,0.15) 1px, transparent 1px);
      background-size: 40px 40px, 60px 60px;
      animation: floatParticles 25s linear infinite;
      pointer-events: none;
  }

@keyframes floatParticles {
  from {
      background-position: 0 0, 0 0;
  }
  to {
      background-position: 0 -600px, 0 -800px;
  }
}


/*Flipbook*/
#flipbookBox{
  margin:0 0 50px;
height:100vh;
display:flex;
justify-content:center;
align-items:center;
}
#bookFB.bookFB{
width:420px;
height:575px;
position:relative;
perspective:2600px;
margin-left: 25%;
}
#bookFB .sheetFB{
position:absolute;
width:100%;
height:100%;
transform-style:preserve-3d;
transform-origin:left;
transition:transform 1s ease;
}
#bookFB .pageFB {
position:absolute;
width:100%;
height:100%;
backface-visibility:hidden;
border-radius:5px;
padding:28px;
box-sizing:border-box;
background:#fff;
box-shadow:0 25px 60px rgba(0,0,0,0.45);
}
#bookFB .backFB{
transform:rotateY(180deg);
background:#fff;
}
#bookFB .coverFB{
background:linear-gradient(135deg,#005b98,#005b98);
color:#fff;
text-align:center;
}
#bookFB p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  padding: 0 0 20px;
}
#bookFB .flipped{
transform:rotateY(-180deg);
}
#bookFB .controlsFB{
position:absolute;
bottom:-70px;
width:100%;
display:flex;
justify-content:space-between;
}
#bookFB button{
padding:10px 22px;
border:none;
border-radius:20px;
background:gold;
font-weight:600;
cursor:pointer;
text-transform: uppercase;
font-size: 16px;
}
#bookFB .sheetFB .cover {
padding-top: 70px;
}
#bookFB .sheetFB h1 {
font-size: 38px;
color: #ffd800;
padding: 20px 0 0;
font-family: "Titillium Web",sans-serif;
}
#bookFB .sheetFB h2 {
font-size: 24px;
color: #c6161d;
font-family: "Titillium Web",sans-serif;
padding: 15px 0;
}
#bookFB .sheetFB .p1 {
float: right;
width: 55%;
margin: 0;
padding: 0 0 0 20px;
}
#bookFB .sheetFB .p1 img {
width: 100%;
height: auto;
}
#fbTable {
width: 100%;
border: solid 2px #292929;
font-size: 14px;
color: #292929;
padding: 0;
border-spacing: 0;
}
#fbTable th {
background: #005b98;
font-size: 21px;
color: #fff;
text-align: center;
border: none;
text-transform: uppercase;
padding: 10px;
}
#fbTable td {
border-top: solid 2px #292929;
padding: 6px 10px;
line-height: 1.2;
}
#fbTable td:first-child{
background: #c6161d;
border-right: solid 2px #292929;
color: #fff;
width: 35%;
font-weight: 700;
}
#bookFB .fbList {
margin: 0;
padding: 0 0 0 20px;
font-size: 15px;
line-height: 1.3;
list-style: disc;
}
#bookFB img.imgFb1st {
width: 100%;
height: auto;
margin: 0;
padding: 0;
transform: scale(1);
transition:transform 1s ease;
}
#bookFB img.imgFb1st:hover {
transform: scale(1.05);
}
#bookFB .sheetFB .pageFB.backFB.coverFB {
text-align: center;
}
#bookFB .sheetFB .pageFB.backFB.coverFB h2 {
font-size: 32px;
color: #ffd800;
padding: 10px 0 20px;
margin: 0;
}
#bookFB .sheetFB .pageFB.backFB.coverFB img {
width:50%;
height: auto;
border-radius: 100px;
}
#bookFB .sheetFB .pageFB.backFB.coverFB h3 {
font-size: 26px;
color: #fff;
padding: 10px 0;
margin: 0;
}
#bookFB .sheetFB .pageFB.backFB.coverFB h4 {
font-size: 14px;
color: #fff;
padding: 10px 0;
margin: 0;
line-height: 1.4;
}
#bookFB .sheetFB .pageFB.backFB.coverFB a {
font-family: "Titillium Web",sans-serif;
background: #ffd800;
border: solid 2px #ffd800;
display: inline-block;
font-size: 21px;
font-weight: 700;
color: #c6161d;
letter-spacing: 1px;
line-height: 1.5;
padding: 5px 20px;
border-radius: 50px;
cursor: pointer;
text-transform: uppercase;
margin: 10px auto 0;
text-decoration: none;
}
#book .sheetFB .pageFB.backFB.coverFB a:hover {
background: #c6161d;
border-color: #c6161d;
color: #ffd800;
}

/* intreactive form */
#intreactiveForm.form-container {
  background: #c6161d;
  width: 100%;
  max-width: 900px;
  border-radius: 50px;
  padding: 50px;
  margin: 50px auto;
}
#intreactiveForm .step {
  width: 500px;
  margin: 0 auto;
  display: none;
}
#intreactiveForm .step.active {
  display: block;
}
#intreactiveForm label {
  font-weight: 700;
  display: block;
  color: #fff;
  font-size: 21px;
  padding: 0 0 10px 20px;
}
#intreactiveForm input,
#intreactiveForm select,
#intreactiveForm textarea {
  background: #fff;
  border: 3px solid #fff;
  width: 100%;
  height: 44px;
  padding: 5px 20px;
  line-height: 34px;
  font-size: 18px;
  color: #292929;
  border-radius: 30px;
  font-family: "Roboto Slab", Arial, Helvetica, serif;
  margin: 0 0 20px;
}
#intreactiveForm textarea {
  resize: none;
  min-height: 250px;
}
#intreactiveForm button {
  font-family: "Titillium Web",sans-serif;
  background: #ffd800;
  border: solid 2px #ffd800;
  display: inline-block;
  font-size: 21px;
  font-weight: 700;
  color: #c6161d;
  letter-spacing: 1px;
  line-height: 1.5;
  padding: 10px 30px;
  border-radius: 50px;
  cursor: pointer;
  text-transform: uppercase;
  margin: 10px auto 0;
}
#intreactiveForm button:hover {
  background: #fff;
  border-color: #fff;
  color: #c6161d;
}
#errorMsg {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  border: dashed 2px #fff;
  border-radius: 30px;
}
#intreactiveForm table {
width: 100%;
border: solid 2px #292929;
background: #fff;
font-size: 14px;
color: #292929;
padding: 0;
border-spacing: 0;
}
#intreactiveForm table th {
background: #ffd800;
font-size: 18px;
color: #c6161d;
text-align: center;
border: none;
text-transform: uppercase;
padding: 5px;
}
#intreactiveForm table td {
border-top: solid 2px #292929;
padding: 6px 10px;
line-height: 1.2;
}
#intreactiveForm table td:first-child{
background: #005b98;
border-right: solid 2px #292929;
color: #fff;
width: 35%;
font-weight: 700;
}
#painValue {
  float: right;
  background: #fff;
  padding: 5px 10px;
  margin-right: 20px;
  color: #c6161d;
}

/*chatbox*/
#chatWidgetBox {
  width: 100%;
  padding: 50px 0;
  position: relative;
}
#chatWidgetBox .chat-widget {
width: 340px;
border-radius: 14px;
overflow: hidden;
box-shadow: 0 12px 35px rgba(0,0,0,0.15);
margin: 0 auto;
}
#chatWidgetBox .chat-header {
background: #005b98;
color: #ffd800;
font-size: 24px;
padding: 14px;
font-family: "Titillium Web",sans-serif;
font-weight: 700;
line-height: 1.4;
text-align: center;
text-transform: uppercase;
}
#chatWidgetBox .chat-header small {
display: block;
font-size: 18px;
opacity: 1;
}
#chatWidgetBox .chat-body {
height: 320px;
padding: 12px;
background: #f9fafb;
overflow-y: auto;
}
#chatWidgetBox .bot-message,
#chatWidgetBox .user-message {
max-width: 85%;
padding: 10px 14px;
margin-bottom: 10px;
border-radius: 14px;
line-height: 1.4;
animation: fadeIn 0.3s ease-in;
}
#chatWidgetBox .bot-message {
background: #e5e7eb;
}
#chatWidgetBox .user-message {
background: #005b98;
color: white;
margin-left: auto;
}
#chatWidgetBox .chat-footer {
display: flex;
gap: 6px;
padding: 10px;
background: white;
}
#chatWidgetBox .chat-footer input {
flex: 1;
padding: 8px;
border-radius: 8px;
border: 1px solid #ccc;
}
#chatWidgetBox .chat-footer input:disabled {
background: #f3f4f6;
}
#chatWidgetBox .chat-footer button {
background: #005b98;
color: white;
border: none;
padding: 8px 14px;
border-radius: 8px;
cursor: pointer;
}
#chatWidgetBox .chat-footer button:disabled {
background: #9ca3af;
cursor: not-allowed;
}
#chatWidgetBox .optin-buttons {
margin-top: 10px;
display: flex;
gap: 8px;
}
#chatWidgetBox .optin-buttons button,
#chatWidgetBox .optin-buttons a {
background: #c6161d;
color: white;
border: none;
padding: 6px 12px;
border-radius: 8px;
cursor: pointer;
font-size: 13px;
font-family: "Titillium Web", sans-serif;
font-weight: 700;
line-height: 1.4;
text-align: center;
}
#chatWidgetBox .cta-btn {
display: inline-block;
margin-top: 8px;
background: #c6161d;
color: white;
padding: 8px 16px;
border-radius: 20px;
text-decoration: none;
font-size: 14px;
}
@keyframes fadeIn {
from { opacity: 0; transform: translateY(6px); }
to { opacity: 1; transform: translateY(0); }
}
#chatWidgetBox .support-avatar {
align-items: center;
margin-top: 20px;
}
#chatWidgetBox .support-avatar img {
width: 100%;
height: auto;
}
#chatWidgetBox .support-avatar span {
font-size: 16px;
font-weight: 700;
color: #292929;
display: block;
padding: 10px 0 0;
}

/*social*/
.socialContentBoxMain {
width: 100%;
padding: 50px 0;
}
.socialContentBox {
width: 500px;
background: #c6161d;
border-radius: 30px;
padding: 50px;
margin: 0 auto;
}
.socialContentBox h2 { line-height: 1.2; }
.socialContentBox h3 { padding-bottom: 30px; }
.socialContentBox .symptom-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  max-width: 400px;
  margin: auto;
}
.socialContentBox .symptom {
  background: #ffd800;
  border-radius: 16px;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  font-size: 18px;
}
.socialContentBox .symptom:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 25px rgba(0,0,0,0.12);
}
.socialContentBox .symptom span {
  font-size: 32px;
  display: block;
  margin-bottom: 16px;
}
.socialContentBox  #infoTitle {
font-size: 24px;
font-family: "Titillium Web",sans-serif;
font-weight: 700;
color: #c6161d;
}
.socialContentBox .info-box {
  display: none;
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
  margin: 20px auto;
  max-width: 400px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  animation: fadeIn 0.4s ease;
}
.socialContentBox .info-box p { font-size: 19px; }
.socialContentBox .gameCep h2 {
color: #ffd800;
font-size: 24px;
padding-bottom: 15px;
}
.socialContentBox .gameCep {
  background: #005b98;
  padding: 20px;
  border-radius: 16px;
  max-width: 400px;
  margin: 40px auto 0;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  text-align: center;
}
.socialContentBox .gameCep p {
color: #fff;
font-size: 19px;
padding: 0 0 10px;
}
.socialContentBox .gameCep button {
  width: 45%;
  padding: 12px;
  margin: 10px 5px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.socialContentBox .factCep {
  background: #ffd800;
  color: #c6161d;
  font-family: "Titillium Web",sans-serif;
  font-size: 21px;
  font-weight: 700;
}
.socialContentBox .mythCep {
  background: #c6161d;
  color: #ffd800;
  font-family: "Titillium Web",sans-serif;
  font-size: 21px;
  font-weight: 700;
}
.socialContentBox .game button:hover {
  transform: scale(1.05);
}
.socialContentBox .answer {
  margin-top: 15px;
  font-size: 15px;
  display: none;
  color: #fff;
  font-size: 19px;
  line-height: 1.4;
}
.socialContentBox .answer b { color: #ffd800; }
/* ---------- ANIMATION ---------- */
@keyframes fadeIn {
  from {opacity: 0; transform: translateY(10px);}
  to {opacity: 1; transform: translateY(0);}
}


/*submissionContactProfiles */
#submissionContactProfiles .headerScp {
background: #c6161d;
color: var(--light);
padding: 2.5rem 1rem;
text-align: center;
}
#submissionContactProfiles .headerScp h1 {
font-family: "Titillium Web",sans-serif;
font-weight: 700;
font-size: 2.4rem;
margin-bottom: 0.6rem;
color: #ffd800;
}
#submissionContactProfiles .headerScp p {
font-family: "Titillium Web",sans-serif;
font-weight: 500;
max-width: 700px;
margin: auto;
font-size: 1rem;
opacity: 0.95;
color: #fff;
}
#submissionContactProfiles .containerScp {
max-width: 1200px;
margin: 2.5rem auto;
padding: 1rem;
display: grid;
grid-template-columns: 1.2fr 1fr;
gap: 2rem;
}
#submissionContactProfiles .profile-card {
background: #005b98;
border-radius: 18px;
box-shadow: 0 15px 40px rgba(0,0,0,0.08);
padding: 2.2rem;
position: relative;
overflow: hidden;
}
#submissionContactProfiles .profile-card::before {
content: "";
position: absolute;
top: -60px;
right: -60px;
width: 180px;
height: 180px;
background: var(--secondary);
border-radius: 50%;
}
#submissionContactProfiles .doctor-info {
display: flex;
align-items: center;
gap: 1.5rem;
margin-bottom: 1.8rem;
}
#submissionContactProfiles .avatar {
width: 110px;
height: 110px;
border-radius: 50%;
display: flex;
}
#submissionContactProfiles .avatar img {
width: 100%;
height: auto;
border: solid 3px #fff;
border-radius: 100px;
}
#submissionContactProfiles .doctor-info h2 {
font-size: 24px;
color: #ffd800;
font-family: "Titillium Web",sans-serif;
font-weight: 700;
padding-bottom: 10px;
}
#submissionContactProfiles .doctor-info span {
display: block;
font-size: 16px;
color: #fff;
line-height: 1.4;
}
#submissionContactProfiles .details p {
margin-bottom: 0.7rem;
font-size: 18px;
line-height: 1.6;
font-weight: 400;
color: #fff;
}
#submissionContactProfiles .details p strong {
color: #ffd800;
}
#submissionContactProfiles .badge {
display: inline-block;
background: #ffd800;
color: #292929;
padding: 0.4rem 0.9rem;
border-radius: 20px;
font-size: 0.8rem;
margin-top: 0.7rem;
}
#submissionContactProfiles .symptoms {
margin-top: 1.5rem;
padding: 1rem;
border-radius: 12px;
background: #fff;
}
#submissionContactProfiles .symptoms h3 {
font-size: 21px;
color: #c6161d;
margin-bottom: 15px;
font-family: "Titillium Web",sans-serif;
font-weight: 700;
}
#submissionContactProfiles .symptoms ul {
padding-left: 1.2rem;
font-size: 18px;
}
#submissionContactProfiles .symptoms li {
margin-bottom: 0.4rem;
list-style: disc;
}
#submissionContactProfiles .form-card {
background: #ffd800;
border-radius: 18px;
box-shadow: 0 15px 40px rgba(0,0,0,0.08);
padding: 2.2rem;
}
#submissionContactProfiles .form-card h2 {
margin-bottom: 10px;
font-family: "Titillium Web",sans-serif;
font-weight: 700;
font-size: 24px;
}
#submissionContactProfiles .form-card p {
font-size: 0.9rem;
margin-bottom: 1.2rem;
color: #c6161d;
}
#submissionContactProfiles form {
display: grid;
gap: 1rem;
}
#submissionContactProfiles label {
font-size: 18px;
display: block;
width: 100%;
padding: 0 0 10px;
font-weight: 600;
}
#submissionContactProfiles input[type=text],
#submissionContactProfiles input[type=email],
#submissionContactProfiles select,
#submissionContactProfiles textarea {
  display: block !important;
  width: 100% !important;
  margin-top: 6px;
  padding: 8px 16px;
  border-radius: 20px;
  border: 1px solid #c6161d;
  font-size: 15px;
}
#submissionContactProfiles textarea {
height: 120px;
resize: none;
}
#submissionContactProfiles .warning {
background: #fff7ed;
color: #9a3412;
font-size: 0.85rem;
padding: 0.8rem;
border-radius: 10px;
margin-top: 1rem;
}
#submissionContactProfiles .success {
display: none;
margin-top: 1rem;
color: #15803d;
font-size: 0.9rem;
font-weight: 600;
}
#submissionContactProfiles .footerScp {
text-align: center;
padding: 1.5rem;
font-size: 0.8rem;
color: gray;
}
@media (max-width: 900px) {
.container {
  grid-template-columns: 1fr;
}
}

/*photoContestBox*/
.photoContestBox {
width: 100%;
position: relative;
display: flex;
margin: 0 0 50px;
}
.photoContestBox .contest-info {
  flex: 1;
  background: #005b98;
  color: #fff;
  padding: 40px;
}
.photoContestBox h2.ceptitle1st { 
line-height: 1.2;
text-align: left; 
}
.photoContestBox h3.ceptitle2nd { 
text-align: left; 
padding-bottom: 15px;
color: #ffd800;
}
.photoContestBox .contest-info p,
#thankYouMsg p {
  font-size: 18px;
  line-height: 1.4;
  color: #fff;
}
.photoContestBox .highlight-box {
  background: rgba(255, 255, 255, 0.15);
  padding: 20px;
  border-radius: 10px;
  margin: 25px 0;
}
.photoContestBox .before-after {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}
.photoContestBox .before-after div {
  flex: 1;
  text-align: center;
}
.photoContestBox .before-after img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}
.photoContestBox .testStory {
  width: 100%;
  padding: 10px 0 0;
}
.photoContestBox .tag {
  display: inline-block;
  margin-top: 10px;
  padding: 12px 18px;
  border-radius: 20px;
  font-size: 14px;
  background: rgba(0,0,0,0.25);
}
.photoContestBox .form-section {
  flex: 1;
  background: #005b98;
  padding: 40px;
}
.photoContestBox .form-section h2 {
  margin-bottom: 20px;
  color: #fff;
}
.photoContestBox form {
  max-width: 450px;
}
.photoContestBox label {
  display: block;
  margin-top: 15px;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
}
.photoContestBox input[type=text],
.photoContestBox input[type=email],
.photoContestBox select,
.photoContestBox textarea {
  display: block !important;
  width: 100% !important;
  margin-top: 6px;
  padding: 8px 16px;
  border-radius: 20px;
  border: 1px solid #c6161d;
  font-size: 15px;
}
.photoContestBox textarea {
height: 120px;
resize: none;
}
.photoContestBox input[type="file"] {
  padding: 6px;
  display: block !important;
  width: 100% !important;
  margin-top: 6px;
  padding: 8px 16px;
  border-radius: 20px;
  border: 1px solid #c6161d;
  font-size: 15px;
}


/* LP1*/
#cepLP1st .hero {
  min-height: 83vh;
  background: linear-gradient(135deg, #005b98, #07598f);
  display: flex;
  align-items: center;
  padding: 60px 20px;
  position: relative;
  overflow: hidden;
  font-family: "Titillium Web",sans-serif;
  font-weight: 700;
}
#cepLP1st .hero::after {
  content: '';
  position: absolute;
  right: -150px;
  top: -150px;
  width: 500px;
  height: 500px;
  background: rgba(255,255,255,0.15);
  border-radius: 50%;
}
#cepLP1st .hero-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
  z-index: 2;
}
#cepLP1st .hero h1 {
  font-size: 46px;
  color: #ffd800;
  line-height: 1.2;
  padding: 0 0 25px;
}
#cepLP1st .hero p {
  line-height: 1.4;
  font-size: 18px;
  color: #fff;
  padding: 0 0 25px;
}
#cepLP1st .hero img,
#cepLP2nd .hero img {
  max-width: 100%;
  animation: float 4s ease-in-out infinite;
}
@keyframes float {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-15px); }
}

/* SECTIONS */
#cepLP1st .sectionLP1 {
  padding: 80px 20px;
}
#cepLP1st .sectionLP1.redbg { background: #c6161d; padding: 40px 20px; }
#cepLP1st .sectionLP1.bluebg { background: #005b98; padding: 40px 20px; }
#cepLP1st .container {
  max-width: 1200px;
  margin: auto;
}
#cepLP1st .titleLP1st {
  text-align: center; 
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-size: 42px;
  line-height: 1.4;
  color: #c6161d;
  margin: 0;
  padding: 0 0 20px;
}
#cepLP1st .sectionLP1.redbg .titleLP1st, #cepLP1st .sectionLP1.bluebg .titleLP1st { color: #fff; }
#cepLP1st .titleLP4th {
  text-align: center; 
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.4;
  color: #292929;
  margin: 0;
  padding: 0 0 20px;
}
#cepLP1st p {
  font-family: "Roboto Slab", Arial, Helvetica, serif;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  padding: 0 0 15px;
}
#cepLP1st p.center { text-align: center; }
#cepLP1st p.wt { color: #fff; }

/* CARDS */
#cepLP1st .cardsLp1 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin: 0 0 40px;
}
#cepLP1st .cardLp1 {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
  transition: 0.3s;
}
#cepLP1st .cardLp1 p { color: #292929; }
#cepLP1st .cardLp1:hover {
  transform: translateY(-10px);
}
#cepLP1st .cardLp1 h3 {
  color: #c6161d;
  padding-bottom: 10px;
  font-size: 28px;
  line-height: 1.2;
  font-family: "Titillium Web",sans-serif;
  font-weight: 700;
}
#cepLP1st .cardLp1 p {
  font-family: "Roboto Slab", Arial, Helvetica, serif;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  padding: 0;
}
#cepLP1st .cardLp1 figure {
  width: 100%;
  padding: 0 0 20px;
  text-align: center;
}
#cepLP1st .cardLp1 figure img {
  width: 80%;
  height: auto;
}

/* DOCTOR */
#cepLP1st .doctorLP1 {
  display: grid;
  grid-template-columns: 350px 1fr;
  gap: 50px;
  align-items: center;
}
#cepLP1st .doctorLP1 img {
  width: 100%;
  border-radius: 50px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.2);
}
#cepLP1st .doctorLP1 h3 {
  font-size: 32px;
  color: #c6161d;
  font-family: "Titillium Web",sans-serif;
  font-weight: 700;
}
#cepLP1st .doctorLP1 span {
  display: inline-block;
  margin: 15px 0;
  font-weight: 600;
  display: block;
  font-size: 21px;
  font-family: "Titillium Web",sans-serif;
  font-weight: 700;
  line-height: 1.4;
  color: #005b98;
}

/* CTA */
#cepLP1st .ctaLp1 {
  background: #005b98;
  text-align: center;
  color: #fff;
  padding: 80px 20px;
}
#cepLP1st .ctaLp1 h2.titleLP1st { color: #ffd800; padding-bottom: 0; }
#cepLP1st .ctaLp1 h4.titleLP4th { color: #fff; padding-bottom: 25px; }
#cepLP1st .ctaLp1 p { color: #fff; }
#cepLP1st footer {
  background: #ffd800;
  color: #c6161d;
  text-align: center;
  padding: 20px;
  font-family: "Titillium Web",sans-serif;
  font-weight: 700;
}

/* LP2*/
#cepLP2nd .hero {
  background: linear-gradient(110deg, #fff 40%, #005b98 40%);
  padding: 150px 20px;
}
#cepLP2nd .hero.v2 {
  background: linear-gradient(110deg, #005b98 60%, #fff 40%);
  padding: 100px 20px;
}
#cepLP2nd .hero-wrap {
  max-width: 1150px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 40px;
}
#cepLP2nd .hero h1 {
  font-size: 44px;
  color: #ffd800;
  margin-bottom: 20px;
  font-family: "Titillium Web",sans-serif;
  font-weight: 700;
}
#cepLP2nd .hero p {
  color: #fff;
  font-size: 18px;
  font-family: "Roboto Slab", Arial, Helvetica, serif;
  line-height: 1.4;
  padding-bottom: 30px;
}
#cepLP2nd .hero .btnCta:hover {
  border-color: #ffd800;
  color: #ffd800;
}
.hero img {
  width: 100%;
  border-radius: 50px;
  /*box-shadow: 0 25px 60px rgba(0,0,0,0.25);*/
}

#cepLP2nd .sectionLP2 {
  padding: 80px 20px;
}
#cepLP2nd .container {
  max-width: 1150px;
  margin: auto;
}
#cepLP2nd .titleLP1st {
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-size: 42px;
  line-height: 1.4;
  color: #c6161d;
  margin: 0;
  padding: 0 0 20px;
}

#cepLP2nd .sectionLP1.redbg .titleLP1st, #cepLP1st .sectionLP1.bluebg .titleLP1st { color: #fff; }
#cepLP2nd .titleLP1st.gap1 { padding-top: 30px; }
#cepLP2nd .titleLP1st.gap2 { padding-bottom: 20px; }
#cepLP2nd .titleLP4th {
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.4;
  color: #292929;
  margin: 0;
  padding: 0 0 20px;
}
#cepLP2nd p {
  font-family: "Roboto Slab", Arial, Helvetica, serif;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  padding: 0 0 15px;
}
#cepLP2nd .sectionLP2.redbg { background: #c6161d; padding: 40px 20px; }
#cepLP2nd .sectionLP2.bluebg { background: #005b98; padding: 40px 20px; }
#cepLP2nd .sectionLP2.yelbg { background: #ffd800; padding: 40px 20px; }

#cepLP2nd .sectionLP2.bluebg h2, #cepLP2nd .sectionLP2.bluebg p,
#cepLP2nd .sectionLP2.redbg h2, #cepLP2nd .sectionLP2.redbg p { color: #fff; }

#cepLP2nd .conditions2nd {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
  gap: 25px;
}
#cepLP2nd .condition2nd {
  background: #ffffff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 35px rgba(0,0,0,0.08);
  border-left: 6px solid #facc15;
  font-family: "Titillium Web",sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.4;
  color: #292929;
}
#cepLP2nd .condition2nd h4 { color: #c6161d; padding-bottom: 20px;}
#cepLP2nd .sectionLP2.redbg .condition2nd p, .condition2nd p,
#cepLP2nd .sectionLP2.bluebg .condition2nd p { color: #292929; }
#cepLP2nd .sectionLP2.redbg .condition2nd ul {
  list-style: disc;
  margin: 0 0 20px 20px;
}
#cepLP2nd .sectionLP2.redbg .condition2nd ul li {
  font-family: "Roboto Slab", Arial, Helvetica, serif;
  font-size: 18px;
}

/* CONDITIONS GRID */
#cepLP2nd .conditions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 25px;
}
#cepLP2nd .condition {
  background: #ffffff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 10px 35px rgba(0,0,0,0.08);
  border-left: 6px solid #005b98;
  font-family: "Titillium Web",sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.4;
  color: #292929;
}
/* PROCESS TIMELINE */
#cepLP2nd .sectionLP2.yelbg .titleLP1st { padding-bottom: 50px; }
#cepLP2nd .timeline {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 30px;
}
#cepLP2nd .step {
  background: #c6161d;
  padding: 35px;
  border-radius: 22px;
  position: relative;
}
#cepLP2nd .step span {
  position: absolute;
  top: -18px;
  right: 10px;
  background: #005b98;
  color: #fff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Titillium Web",sans-serif;
  font-weight: 700;
}
#cepLP2nd .step h4 { color: #ffd800; }
#cepLP2nd .step p { color: #fff; }
#cepLP2nd .step ul {
  font-family: "Roboto Slab", Arial, Helvetica, serif;
  list-style: disc;
  margin-left: 15px;
}
#cepLP2nd .step li {
  font-size: 18px;
  color: #fff;
  line-height: 1.4;
}

/* DOCTOR TEAM */
#cepLP2nd .team {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}
#cepLP2nd h2.titleLP1st { padding: 10px 0 20px;}
#cepLP2nd .doctor {
  background: #ffffff;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0,0,0,0.12);
  text-align: center;
}
#cepLP2nd .doctor img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
#cepLP2nd .doctor-info {
  padding: 25px;
}
#cepLP2nd .doctor h4 { color: #005b98; }

/* CTA */
#cepLP2nd .ctaLp1 {
  background: #005b98;
  text-align: center;
  color: #fff;
  padding: 80px 20px;
}
#cepLP2nd .ctaLp1 h2.titleLP1st { color: #ffd800; padding-bottom: 0; }
#cepLP2nd .ctaLp1 h4.titleLP4th { color: #fff; padding-bottom: 25px; }
#cepLP2nd .ctaLp1 p { color: #fff; }
#cepLP2nd footer {
  background: #c6161d;
  color: #ffd800;
  text-align: center;
  padding: 20px;
  font-family: "Titillium Web",sans-serif;
  font-weight: 700;
}
#cepLP2nd .btnCta, #cepLP1st .btnCta4, #cepLP2nd .ctaLp1 .btnCta4 {
  font-family: "Titillium Web",sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

/*=====================*/
/*=====================*/
.infographicBox {
  width: 100%;
  max-width: 1130px;
  padding: 15px;
  background: #c6161d;
  border-radius: 50px;
  margin: 25px auto;
  position: relative;
}
.infographicBox .innInfoBox {
  background: #d4edf2;
  width: 100%;
  height: auto;
  padding: 35px 35px 110px;
  border-radius: 40px;
}
.infographicBox .innInfoBox h2 {
  font-family: "Titillium Web",sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 44px;
  color: #18577a;
  letter-spacing: 0;
  padding: 0 0 10px;
  margin: 0 0 80px;
  text-shadow: rgba(255, 255, 255, 0.4) 0px 2px 0px;
  border-bottom: solid 2px #92bdd5;
  display: block;
}
.infographicBox .innInfoBox h2 span {
  color: #c6161d;
  display: block;
}
.infographicBox .innInfoBox .leftside {
  background: #e4f5fc;
  width: 460px;
  position: relative;
  float: left;
  border: solid 15px #b0dae8;
  border-top: none;
  border-bottom-width: 8px;
  padding: 25px;
  border-radius: 0 0 35px 35px;
  margin: 0 0 0 30px;
}
.infographicBox .innInfoBox .rightside {
  background: #fef3f3;
  width: 425px;
  height: auto;
  position: relative;
  float: left;
  border: solid 15px #b0dae8;
  border-top: none;
  border-left: none;
  border-bottom-width: 8px;
  padding: 25px;
  border-radius: 0 0 35px 0;
  margin: 0;
}
.infographicBox .innInfoBox .leftside h3 {
  background: url("../images/cep/img-cep-info-title1.png") no-repeat center;
  width: 460px;
  height: 60px;
  line-height: 52px;
  text-align: center;
  font-size: 26px;
  font-family: "Titillium Web",sans-serif;
  font-weight: 700;
  text-shadow: rgba(0, 0, 0, 0.4) 0px 2px 0px;
  color: #fff;
  position: absolute;
  left: -20px;
  top: -50px;
}
.infographicBox .innInfoBox .rightside h3 {
  background: url("../images/cep/img-cep-info-title2.png") no-repeat center;
  width: 432px;
  height: 60px;
  line-height: 52px;
  text-align: center;
  font-size: 26px;
  font-family: "Titillium Web",sans-serif;
  font-weight: 700;
  text-shadow: rgba(0, 0, 0, 0.4) 0px 2px 0px;
  color: #fff;
  position: absolute;
  left: -3px;
  top: -50px;
}
.infographicBox .innInfoBox .list1st {
  width: 100%;
  float: left;
}
.infographicBox .innInfoBox .smallB {
  width: 50%;
  float: left;
  text-align: center;
  flex-wrap: wrap;
  cursor: pointer;
}
.infographicBox .innInfoBox .smallB img {
  width: auto;
  height: auto;
  transform: scale(1);
  transition: 0.2s linear;
}
.infographicBox .innInfoBox .smallB:hover  img{
  transform: scale(1.05);
}
.infographicBox .innInfoBox .list1st h4 {
  font-family: "Titillium Web",sans-serif;
  font-weight: 700;
  color: #18577a;
  font-size: 18px;
  line-height: 1.2;
  padding: 5px 0 15px;
  text-shadow: rgba(255, 255, 255, 0.4) 0px 2px 0px;
}
.infographicBox .innInfoBox .list2nd {
  width: 100%;
  float: left;
  border-top: solid 2px #92bdd5;
  padding: 10px 10px 0;
}
.infographicBox .innInfoBox .list2nd ul {
  list-style: disc;
  margin: 0 0 0 20px;
}
.infographicBox .innInfoBox .list2nd li {
  font-family: "Titillium Web",sans-serif;
  font-weight: 700;
  color: #18577a;
  font-size: 18px;
  line-height: 1.5;
}
.infographicBox .innInfoBox .smallB2 {
  width: 100%;
  float: left;
  border-top: solid 2px #92bdd5;
  font-family: "Titillium Web",sans-serif;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  cursor: pointer;
  padding: 3px 0;
  position: relative;
  z-index: 11;
}
.infographicBox .innInfoBox .smallB2.first { border: none; }
.infographicBox .innInfoBox .smallB2 img {
  width: auto;
  height: auto;
  transform: scale(1);
  transition: 0.2s linear;
  margin: 0;
}
.infographicBox .innInfoBox .smallB2:hover img {
  transform: scale(1.08);
}
.infographicBox .innInfoBox .smallB2 span {
  font-size: 16px;
  color: #fff;
  width: 25px;
  height: 25px;
  border-radius: 50px;
  text-align: center;
  background: #d64d3f;
  padding: 3px 0 0;
  margin: 0 10px 0 0;
}
.infographicBox .innInfoBox .smallB2 h4 {
  font-size: 18px;
  color: #292929;
  line-height: 1.4;
  text-shadow: rgba(255, 255, 255, 0.4) 0px 2px 0px;
  margin: 0;
  padding: 0;
}
.infographicBox .innInfoBox .badge1 {
  background: url("../images/cep/img-cep-info-badge1.png") no-repeat center;
  width: 310px;
  height: 70px;
  font-family: "Titillium Web",sans-serif;
  font-weight: 700;
  padding: 8px 60px 0 20px;
  font-size: 18px;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.4) 0px 2px 0px;
  line-height: 1.2;
  position: absolute;
  left: 10px;
  bottom: -50px;
}
.infographicBox .innInfoBox .badge2 {
  background: url("../images/cep/img-cep-info-gethelp.png") no-repeat center;
  background-size: 100% auto;
  width: 255px;
  height: 255px;
  position: absolute;
  left: 295px;
  bottom: -140px;
  z-index: 10;
}
.infographicBox .innInfoBox .smappPopup {
  width: 375px;
  height: 330px;
  text-align: center; 
  background: #ffd701;
  border-radius: 20px;
  padding: 15px;
  position: absolute;
  left: 20px;
  top: 20px;
  display: none;
  z-index: 20;
}
.infographicBox .innInfoBox .smappPopup .flexSP {
  width: 100%;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.infographicBox .innInfoBox .smappPopup h4 {
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-size: 21px;
  color: #c6161d;
  padding: 0 0 10px;
}
.infographicBox .innInfoBox .smappPopup img {
  border-radius: 20px;
}
.infographicBox .innInfoBox .smappPopup p {
  font-weight: 400;
  font-size: 16px;
  color: #c6161d;
  padding: 10px 0 0;
}
.infographicBox .innInfoBox .smappPopup .smClx {
  background: #fff;
  border-radius: 50px;
  width: 20px;
  height: 20px;
  line-height: 1;
  font-size: 16px;
  display: inline-block;
  cursor: pointer;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  color: #c6161d;
  position: absolute;
  right: -5px;
  top: -5px;
}


header.vt { padding: 15px 230px 15px 20px; }
.image-popup { right: 260px!important; }
.gdx-feedback-subtitle { font-size: 30px; }
.gdx-title { color: #c6161d; text-transform: uppercase; font-family: "Titillium Web", sans-serif; font-weight: 700; }
.gdx-subtitle { color: #c6161d !important; font-family: "Titillium Web", sans-serif; font-weight: 700; }
.gdx-feedback-btn, .gd-giveaway .gd-submit { text-transform: uppercase; font-weight: 700; }
.ctaLp1#cepLP2nd .ctaLp1 .btnCta4 { font-family: "Titillium Web", sans-serif; text-transform: uppercase; font-weight: 700; }
.gd-poll .gd-header h2, .socialContentBox .gameCep button, #submissionContactProfiles .headerScp h1, #submissionContactProfiles .form-card h2, .gdx-feedback-subtitle span, .gd-giveaway .gd-header h2 span, .infographicBox .innInfoBox h2, .photoContestBox .form-section h2, .gdx-btn { text-transform: uppercase; font-weight: 700; }
.gdx-btn { font-size: 18px; }
.gdx-feedback-subtitle span { color: #c6161d; }

.seasonal-bg.spring { background-color: #005b98; }
.seasonal-bg.spring .campBoxpage {
  background-color: transparent;
  background-image: none;
}
.seasonal-bg.spring .hero, .seasonal-bg.spring .cards, .campBoxpage .heroNew { position: relative; z-index: 15; }
.seasonal-bg.spring .campBoxpage:after {
  content: '';
  background-image: url(https://gastrodoxsstorage.blob.core.windows.net/cep/spring-banner.jpg);
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  border-radius: 20px;
  opacity: .5;
}

.sectionLP1.redbg.wt p { color: #fff; }
#cepLP1st iframe { width: 100%; }

.authorNameScnd {
  width: 100%;
  margin: 0 auto;
  padding: 30px;
  background: #005b98;
  border-radius: 150px;
  margin: 0 0 30px;
}
.authorNameScnd.marbot {
  margin-bottom: 50px;
}
.authorNameScnd figure {
  width: 200px;
  height: 200px;
  float: left;
  margin: 0 40px 0 0;
}
.authorNameScnd figure img {
  width: 100%;
  border: 10px solid #fff;
  border-radius: 100px;
}
.authorNameScnd article {
  width: calc(100%);
  padding: 15px 20px 0;
}
.authorNameScnd article h4 {
  font-size: 28px;
  color: #fff;
  font-weight: 700;
  padding: 0 0 15px;
}
.authorNameScnd article p {
  font-size: 19px;
  color: #fff;
  line-height: 1.4;
  padding: 0;
}
.authorNameScnd article a {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
}
.commonFAQs {
  width: 100%;
  padding: 30px 50px 20px;
}
.commonFAQs.nopad {
  padding: 70px 0 0;
}
.commonFAQs.inner {
  padding: 0 0 50px;
}
.commonFAQs h2 {
  text-align: center;
  color: #c6161d;
}
.commonFAQs h3 {
  text-align: left;
  font-size: 32px;
  color: #c6161d;
  padding: 10px 0;
}
.commonFAQs p,
.commonFAQs ul li {
  font-weight: 600;
  line-height: 1.4;
}
.commonFAQs p {
  font-size: 21px;
  padding: 0 0 10px;
}
.commonFAQs ul {
  display: block;
  padding: 0 0 20px;
}
.btnCta3rd {
  display: inline-block;
  color: #fff;
}
.commonFAQs ul li {
  list-style: disc;
  font-size: 21px;
  padding: 0;
  margin: 0 0 0 20px;
}
.commonFAQs h2 {
    font-size: 40px;
    padding: 0 0 20px;
    text-align: center;
    color: #c6161d;
}
.commonFAQs .accordionBox {
  border-bottom: solid 1px #c6161d;
  padding: 10px 10px 0 30px;
}
.commonFAQs h3.faqAccor {
  cursor: pointer;
  padding: 0 0 10px;
  position: relative;
}
.commonFAQs .accordionBox h3.faqAccor:after {
  content: '+';
  position: absolute;
  left: -25px;
  top: 0px;
  color: #c6161d;
  font-size:28px;
  font-weight: 700;
}
.commonFAQs .accordionBox h3.faqAccor.active:after {  content: '-'; }
.commonFAQs .panel { display: none; }

/*=================================== NEW CODE
============================================*/
ul.newList {
  width: 100%;
  border: solid 2px #c6161d;
  padding: 20px 10px 20px 70px;
  list-style: disc;
  font-family: "Roboto Slab", Arial, Helvetica, serif;
  font-weight: 500;
  border-radius: 20px;
  background: #fff;
  margin: 0 0 40px;
}
ul.newList li {
  font-size: 18px;
  line-height: 2;
  width: 33%;
  float: left;
  padding: 0;
}
ul.newList2nd {
  width: 100%;
  padding: 0;
  list-style: disc;
  font-family: "Roboto Slab", Arial, Helvetica, serif;
  font-weight: 500;
  border-radius: 20px;
  background: #fff;
  margin: 0 0 20px 30px;
}
ul.newList2nd li {
  font-size: 18px;
  line-height: 1.4;
  padding: 0;
}
.commonFAQs ul li { font-size: 18px !important; font-weight: 400 !important; }

@media only screen and (min-width: 1181px) and (max-width: 1280px) {
    .topstripe {
        padding-right: 225px !important;
    }
}

.hero3rd {
  min-height: 83vh;
  background: #3457b3;/*3457b3*/
  /*display: flex;*/
  align-items: center;
  padding: 100px 20px 80px 20px;
  position: relative;
  overflow: hidden;
  font-family: "Titillium Web",sans-serif;
  font-weight: 700;
}
.hero-wrap {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
  z-index: 2;
}
.hero3rd img,
.hero3rd img {
  max-width: 100%;
  animation: float 4s ease-in-out infinite;
  border-radius: 30px;
}
.hero4th img {
  max-width: 100%;
  border-radius: 30px;
  margin-bottom: 10px;
}
.hero4th .ani {
  animation: float 4s ease-in-out infinite;
}
.hero3rd h1,
.hero4th h1 {
  font-size: 46px;
  color: #ffd800;
  line-height: 1.2;
  padding: 0 0 25px;
}
.hero3rd p,
.hero4th p {
  line-height: 1.4;
  font-size: 18px;
  color: #fff;
  padding: 0 0 25px;
}
.hero4th {
  min-height: 83vh;
  background: #3457b3;/*3457b3*/
  align-items: center;
  padding: 100px 20px 80px 20px;
  display: flex;
  position: relative;
  overflow: hidden;
  font-family: "Titillium Web",sans-serif;
  font-weight: 700;
}
.formBoxNew.newOne {
  width: 100%;
  margin: 20px 0 0;
  padding: 20px 30px;
}
.formBoxNew.newTwo {
  width: 100%;
  margin: 20px 0 0;
  padding: 20px;
}
.formBoxNew.newOne input {
  width: 24%;
  float: left;
  margin-right: 1%;
  margin-bottom: 0;
  height: 55px;
  border-radius: 50px;
}
.formBoxNew.newTwo input[type=text] {
  width: 32%;
  float: left;
  margin-right: 1%;
  margin-bottom: 10px;
}

.column1stMap {
  width: 100%;
  padding: 50px;
  display: flex;
}
.column1stMap iframe {
  width: 50%;
  height: 400px;
}
.column1stMap .botTab {
  width: 50%;
  background: #c6161d;
  padding: 50px;
}
.column1stMap h4 {
  font-size: 24px;
  color: #fff;
  font-family: "Titillium Web", sans-serif;
  font-weight: 500;
  line-height: 1.2;
}
.column1stMap h4 span {
  display: block;
  padding: 10px 0 20px;
}
#cepLP2nd .sectionLP2.yelbg.newv4,
#cepLP2nd .sectionLP2.newv4,
#cepLP2nd .sectionLP2.bluebg.newv4,
#cepLP2nd .sectionLP2.redbg.newv4 {
  width: 50%;
  float: left;
  padding: 50px 20px;
}
.sectionLP2.newv4 ul.newList li {
  width: 100%;
}





/*===================================
====================================*/
@media only screen and (min-width: 1366px) and (max-width: 1440px) {
  h2.ceptitle1st { font-size: 36px; }
}
@media only screen and (min-width: 1180px) and (max-width: 1365px) {
  #submissionContactProfiles .form-card h2 { font-size: 21px; }
  .photoContestBox .contest-info h2.ceptitle1st, .photoContestBox .form-section h2.ceptitle1st { font-size: 28px; }

  #cepLP1st .hero img { max-width: 70%; }
  #cepLP1st .cardsLp1 { grid-template-columns:repeat(auto-fit, minmax(200px, 1fr)); }
}

@media only screen and (min-width: 992px) and (max-width: 1179px) {
  #bookFB.bookFB { margin-left: 33%; }
  .gd-poll .gd-card, .gd-giveaway .gd-card, .countdownBox, .quizBox, .bmi-container { max-width: 1000px; }

  /*infographic*/
  .infographicBox { width: 970px; }
  .infographicBox .innInfoBox { padding-left: 20px; padding-right: 20px; }
  .infographicBox .innInfoBox h2 { font-size: 38px; }
  .infographicBox .innInfoBox .leftside { width: 420px; }
  .infographicBox .innInfoBox .rightside { width: 375px; }
  .infographicBox .innInfoBox .leftside h3 { width: 420px; background-size: 100% auto; font-size: 22px; }
  .infographicBox .innInfoBox .rightside h3 { width: 380px; background-size: 100% auto; font-size: 22px; }
  .infographicBox .innInfoBox .badge2 { width: 185px; height: 185px; }
  .infographicBox .innInfoBox .badge1 { left: -1px; }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .photoContestBox { display: block; }
  #submissionContactProfiles .containerScp { display: block; }
  #submissionContactProfiles .profile-card { margin-bottom: 30px; }
  #intreactiveForm.form-container, .bmi-container, .quizBox, .countdownBox, .spintheWheelpage, .gd-giveaway, .gd-poll, .surveyBoxpage, .chartBoxpage, .campBoxpage { max-width: 740px; }
  .bmi-container { padding: 30px; }
  .bmi-container p { padding: 0 4% 20px; }
  .bmi-container .leftbar, .bmi-container .bottombar { width: 100%; padding: 20px 10%; }
  .quizBox h2, h2.ceptitle1st, .countdownBox h2 { font-size: 36px; padding: 0 0 30px; }
  .countdownBox h2 { padding: 0 0 30px; }

  /*infographic*/
  .infographicBox { width: 738px; }
  .infographicBox .innInfoBox { padding-left: 20px; padding-right: 20px; }
  .infographicBox .innInfoBox h2 { font-size: 30px; }
  .infographicBox .innInfoBox .leftside { width: 450px; margin: 0 auto 80px; float: none; }
  .infographicBox .innInfoBox .rightside { margin: 0 auto 80px; float: none; border-left: solid 15px #b0dae8; border-radius: 0 0 35px 35px; }
  .infographicBox .innInfoBox .rightside h3 { left: -18px; }

  #cepLP1st .cardsLp1 { grid-template-columns:repeat(auto-fit, minmax(300px, 1fr)); }
}
@media (max-width: 767px) {
  .hideWrapper { padding: 15px; }

  .photoContestBox { display: block; }
  .photoContestBox .contest-info {padding: 20px; }
  h2.ceptitle1st, .quizBox h2, .countdownBox h2, .gd-giveaway .gd-header h2, .gd-poll .gd-header h2 { font-size: 32px; line-height: 1.2; }
  .countdownBox h2 { padding: 0 0 30px; }
  h3.ceptitle2nd { font-size: 28px; }
  .photoContestBox .form-section { padding: 20px; }
  .bmi-container .bbBox a { width: 100%; font-size: 17px; }
  #submissionContactProfiles .containerScp { display: block; }
  #submissionContactProfiles .headerScp, #submissionContactProfiles .form-card { padding: 15px; }
  #submissionContactProfiles .headerScp h1 { font-size: 32px; }
  #submissionContactProfiles .containerScp { margin: 0; }
  #submissionContactProfiles .profile-card { padding: 15px; margin: 0 0 20px; }
  #submissionContactProfiles .avatar { width: 200px; height: auto;}
  .socialContentBoxMain { padding: 15px 0; }
  .socialContentBox { width: 100%; padding: 15px; border-radius: 20px; }
  #intreactiveForm.form-container { padding: 30px 15px; border-radius: 20px; }
  #intreactiveForm .step { width: 100%; }
  .bmi-container, .bmi-container2 { border-radius: 20px; padding: 20px; }
  .bmi-container p { padding: 0 0 20px; }
  .bmi-container .leftbar, .bmi-container .bottombar { width: 100%; padding: 20px 0; }
  .bmi-container select { width: 49%; }
  .bmi-container input { width: 100%; }
   .bmi-container2 { border: none; }
   .bmi-container2 .row { font-size: 21px; }
   .bmi-container2 .row .cols1st input[type="range"] { width: 62%; }
   .bmi-container2 input[type="range"].w8 { width: 75%; }
   .quizBox, .countdownBox { border-radius: 20px; padding: 30px 15px; }
   .quizBox .quiz-box .options { width: 100%; }
   .quizBox .quiz-box .options label { font-size: 15px; }
   .countdownBox #clockdiv>div { width: 23%; }
   .countdownBox #clockdiv div>span { font-size: 24px; padding: 25px 15px; }
   .countdownBox .smalltext { font-size: 15px; }
   .gd-giveaway .gd-card, .gd-poll .gd-card { border-radius: 20px; padding: 15px; }
   .gd-giveaway .gd-header, .gd-poll .gd-header { padding: 0 0 20px; }
   .gd-giveaway .gd-body, .gd-poll .gd-body { padding: 20px 0; }
   .surveyBoxpage .question { width: 100%; margin: 20px 0; }
   .surveyBoxpage, .chartBoxpage, .campBoxpage { border-radius: 20px; padding: 25px 15px; }
   .tableBox1st { width: 360px; overflow: auto; }
   .campBoxpage .hero h1 { font-size: 32px; }
   .campBoxpage .hero p { padding: 0 10px 20px; }
   .campBoxpage .cards { width: 100%; grid-template-columns:repeat(auto-fit, minmax(350px, 1fr)); } 
   .campBoxpage .card { width: 100%; }

  /*infographic*/
  .infographicBox { width: 370px; border-radius: 20px; padding: 5px; }
  .infographicBox .innInfoBox { border-radius: 20px; padding: 15px 10px 15px; }
  .infographicBox .innInfoBox h2 { font-size: 25px; line-height: 1.2; }
  .infographicBox .innInfoBox h2 span { display: block; font-size: 30px; }
  .infographicBox .innInfoBox .leftside, .infographicBox .innInfoBox .rightside { width: 100%; margin: 0 0 80px; padding: 15px; border-radius: 0 0 15px 15px; border: solid 5px #b0dae8; }
  .infographicBox .innInfoBox .leftside h3, .infographicBox .innInfoBox .rightside h3 { width: calc(100% + 10px); left: 0;  border: solid 5px #b0dae8; border-radius: 10px 10px 0 0; margin: 0 -5px; border-bottom: 0; line-height: 46px; font-size: 24px; }
  .infographicBox .innInfoBox .smallB img { width: 90%; }
  .infographicBox .innInfoBox .rightside { margin: 0; }
  .infographicBox .innInfoBox .smappPopup { width: 93%; left: 10px; top: 15px; }
  .infographicBox .innInfoBox .smallB2 img { width: 65px; }
  .infographicBox .innInfoBox .smallB2 h4, .infographicBox .innInfoBox .list1st h4 { font-size: 16px; }
  .infographicBox .innInfoBox .badge1 { position: relative; left: 0; top: 20px; bottom: inherit; float: left; margin-bottom: 20px; }
  .infographicBox .innInfoBox .badge2 { position: relative; left: 0; bottom: inherit; float: left; }

  #cepLP1st .hero-container div:first-child, #cepLP2nd .hero div:first-child { display: none; }
  #cepLP1st .hero-container { grid-template-columns: inherit; }
  #cepLP1st .titleLP1st { font-size: 30px; }
  #cepLP1st .cardLp1 { text-align: center;}
  #cepLP1st .doctorLP1 {  grid-template-columns: inherit; gap: 0; }
  #cepLP1st .doctorLP1 h3 { padding-top: 30px;}
  #cepLP2nd .hero { background: #005b98; }
  #cepLP2nd .hero-wrap { gap: 0; }

  .gd-poll .gd-options { grid-template-columns: repeat(1,1fr); }

  /*templates*/
  #cepLP2nd .sectionLP2 { padding: 40px 5px; }
  #cepLP2nd .titleLP1st { font-size: 28px; }
  ul.newList { padding-left: 40px; }
  ul.newList li { width: 100%; }
  #cepLP2nd .sectionLP2.bluebg { padding: 20px 5px; }
  #cepLP2nd .conditions2nd { grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));}
  .column1stMap { width: 100%; padding: 10px; display: block; }
  .column1stMap iframe, .column1stMap .botTab { width: 100%; }
  #cepLP2nd .ctaLp1 { padding: 20px; }
  .formBoxNew.newOne input { width: 100%; margin-bottom: 5px; }
  #cepLP2nd .hero-wrap { display: block;}
  #cepLP2nd .hero-wrap div {padding: 10px; }
  #cepLP2nd .hero-wrap div.formBoxNew { padding: 20px 10px; }
  .formBoxNew.newTwo input[type=text] { width: 100%; }
  #cepLP2nd .hero h1 { width: 100% !important;}
}