.mpopup {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto; }
  @media only screen and (max-width: 1024px) {
    .mpopup {
      padding-top: 0px; } }
  .mpopup .modal-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.65);
    background: linear-gradient(107deg, rgba(3, 61, 128, 0.65) 0%, rgba(38, 12, 59, 0.65) 100%); }
  .mpopup .modal-content {
    position: relative;
    background-color: #fff;
    margin: auto;
    padding: 0;
    width: 100%;
    max-width: 800px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    border-radius: 10px;
    z-index: 1;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 4px 4px 25px 0px rgba(0, 0, 0, 0.25); }
    @media only screen and (max-width: 1024px) {
      .mpopup .modal-content {
        width: 46%;
        max-width: unset; } }
    @media only screen and (max-width: 768px) {
      .mpopup .modal-content {
        width: 90%;
        max-width: unset; } }
    .mpopup .modal-content video {
      display: flex; }
  .mpopup .modal-header {
    background-color: #ffffff;
    color: #333; }
  .mpopup .modal-header h2 {
    font-size: 1.25rem;
    margin-top: 14px;
    margin-bottom: 14px; }
  .mpopup .modal-footer {
    background-color: #ffffff;
    color: #333;
    text-align: right; }
  .mpopup .close {
    color: #fff;
    float: right;
    font-size: 46px;
    position: absolute;
    top: -40px;
    right: 5px; }
    .mpopup .close::before {
      display: none; }
    @media only screen and (max-width: 374px) {
      .mpopup .close {
        top: 3px;
        right: 3px;
        z-index: 9999;
        filter: invert(1); } }
  .mpopup .close:hover, .mpopup .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.1);
    padding-left: 0; }
    .mpopup .close:hover img, .mpopup .close:focus img {
      margin-left: 1px; }
  .mpopup.video-mpopup {
    padding-top: 0px;
    background: rgba(0, 0, 0, 0.4); }
    .mpopup.video-mpopup .close:hover, .mpopup.video-mpopup .close:focus {
      border-radius: 0px;
      background: none;
      padding-left: 0; }
      .mpopup.video-mpopup .close:hover img, .mpopup.video-mpopup .close:focus img {
        margin-left: 0px; }
    .mpopup.video-mpopup .modal-content {
      height: auto; }
    @media only screen and (max-width: 1024px) {
      .mpopup.video-mpopup {
        padding-top: 0px; }
        .mpopup.video-mpopup .modal-content {
          width: 90%;
          height: auto; }
          .mpopup.video-mpopup .modal-content .iframe {
            display: flex;
            justify-content: center;
            align-items: center; } }

.popup-dtl {
  padding: 43px 20px; }
  ul.ticklist {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  @media only screen and (max-width: 1024px) {
    .popup-dtl {
      padding: 20px 20px 16px; } }
  @media only screen and (max-width: 320px) {
    .popup-dtl {
      padding: 8px 10px 8px; } }
  .popup-dtl .ticklist li {
    color: var(--Text-T1, #2D3236);
    font-family: 'Poppins', sans-serif;
    font-display: swap;
    font-size: 12px;
    font-style: italic;
    font-weight: 500;
    line-height: 17px;
    position: relative;
    padding-left: 18px;
    margin-bottom: 15px; }
    @media only screen and (max-width: 1024px) {
      .popup-dtl .ticklist li {
        color: var(--Text-T1, #2D3236);
        font-size: 8px;
        line-height: 12px;
        margin-bottom: 6px; } }
    .popup-dtl .ticklist li::before {
      content: '';
      position: absolute;
      top: 3px;
      left: 1px;
      width: 12px;
      height: 12px;
      background: url("https://site-assets.fitterfly.com/site-assets/images/site-1/pink-check-mark.svg") no-repeat center; }
      @media only screen and (max-width: 1024px) {
        .popup-dtl .ticklist li::before {
          top: 0px;
          left: 4px;
          background-size: 9px; } }
    .popup-dtl .ticklist li:first-child {
      margin-left: 30px; }
      @media only screen and (max-width: 1024px) {
        .popup-dtl .ticklist li:first-child {
          margin-left: 0px; } }
    .popup-dtl .ticklist li:nth-child(2) {
      margin-left: 60px; }
      @media only screen and (max-width: 1024px) {
        .popup-dtl .ticklist li:nth-child(2) {
          margin-left: 20px; } }
    .popup-dtl .ticklist li:nth-child(3) {
      margin-left: 90px; }
      @media only screen and (max-width: 1024px) {
        .popup-dtl .ticklist li:nth-child(3) {
          margin-left: 40px;
          margin-bottom: 0px; } }
    .popup-dtl .ticklist li:last-child {
      margin-bottom: 7px; }
  .popup-dtl .special-text {
    color: #2D3236;
    font-family: 'Poppins', sans-serif;
    font-display: swap;
    font-size: 12px;
    font-style: italic;
    font-weight: 500;
    line-height: 17px;
    display: flex;
    justify-content: end;
    padding-right: 30px; }
    @media only screen and (max-width: 1024px) {
      .popup-dtl .special-text {
        font-size: 9px;
        line-height: 12px;
        padding-right: 0px; } }

.form-header-block .form-intro-block {
  text-align: left;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--Line-Line, #D8E3FF); }
  @media only screen and (max-width: 1024px) {
    .form-header-block .form-intro-block {
      padding-bottom: 8px;
      text-align: center; } }
  .form-header-block .form-intro-block .h2-popup-head {
    font-size: 28px;
    line-height: 36px;
    background: var(--Text-Gradient-G3, linear-gradient(90deg, #181DBB 0%, #4AD0DC 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
    font-family: 'PoppinsSemiBold', sans-serif;
    font-display: swap;
    font-weight: 600; }
    @media only screen and (max-width: 1024px) {
      .form-header-block .form-intro-block .h2-popup-head {
        font-size: 22px;
        line-height: 29px;
        margin-bottom: 0; } }
    @media only screen and (max-width: 374px) {
      .form-header-block .form-intro-block .h2-popup-head {
        font-size: 16px;
        line-height: 20px; } }
  .form-header-block .form-intro-block h4 {
    color: var(--Text-T1, #2D3236);
    line-height: 26px;
    text-transform: capitalize; }
    @media only screen and (max-width: 1024px) {
      .form-header-block .form-intro-block h4 {
        font-size: 18px;
        font-style: normal;
        line-height: 30px; } }
    @media only screen and (max-width: 374px) {
      .form-header-block .form-intro-block h4 {
        font-size: 12px;
        line-height: 18px; } }
.form-header-block .form-intro-list .list-title {
  display: block;
  padding: 12px 0;
  color: var(--Text-T1, #2D3236);
  font-size: 12px;
  font-style: normal;
  font-family: 'InterMedium', sans-serif;
  font-weight: 500;
  line-height: 20px;
  text-align: center; }
  @media only screen and (max-width: 1024px) {
    .form-header-block .form-intro-list .list-title {
      padding: 10px 0;
      text-align: center; } }
  @media only screen and (max-width: 320px) {
    .form-header-block .form-intro-list .list-title {
      padding: 6px 0; } }
.form-header-block .form-intro-list .icon-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }
  .form-header-block .form-intro-list .icon-list .icon-item {
    flex-direction: column;
    border-right: 1px solid #D8E3FF;
    color: var(--FF-WebSite-Text-4, #204289);
    font-size: 11px;
    font-style: normal;
    font-family: 'InterMedium', sans-serif;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    padding: 0 12px; }
    @media only screen and (max-width: 1024px) {
      .form-header-block .form-intro-list .icon-list .icon-item {
        font-size: 10px;
        margin-bottom: 0px;
        padding: 0 8px; } }
    @media only screen and (max-width: 360px) {
      .form-header-block .form-intro-list .icon-list .icon-item {
        font-size: 8px; } }
    .form-header-block .form-intro-list .icon-list .icon-item:first-child {
      padding-left: 0; }
    .form-header-block .form-intro-list .icon-list .icon-item:last-child {
      padding-right: 0;
      border-right: none; }
      @media only screen and (max-width: 1024px) {
        .form-header-block .form-intro-list .icon-list .icon-item:last-child {
          border-right: none; } }
    .form-header-block .form-intro-list .icon-list .icon-item .icon {
      margin-right: 5px; }

.consent-msg .check-box-list {
  position: relative; }
  .consent-msg .check-box-list .checkbox-item {
    display: block;
    position: relative;
    margin-right: 18px;
    margin-bottom: 8px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 34px;
    color: var(--Text-T2, #6E7D9A);
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px; }
    @media only screen and (max-width: 1024px) {
      .consent-msg .check-box-list .checkbox-item {
        margin-right: 15px;
        margin-bottom: 8px; } }
    .consent-msg .check-box-list .checkbox-item .checkmark-box {
      position: absolute;
      top: 0;
      left: 0;
      height: 24px;
      width: 24px;
      border-radius: 5px;
      border: 1px solid #D8E3FF; }
      .consent-msg .check-box-list .checkbox-item .checkmark-box::after {
        content: "";
        position: absolute;
        display: none;
        left: 8px;
        top: 4px;
        width: 7px;
        height: 11px;
        border: solid #fff;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        border-radius: 1px; }
  .consent-msg .check-box-list .error-text {
    font-size: 12px;
    line-height: 12px;
    color: #d0021b;
    letter-spacing: -0.13px;
    font-style: normal;
    position: absolute; }
    @media only screen and (max-width: 1024px) {
      .consent-msg .check-box-list .error-text {
        font-size: 10px; } }
.consent-msg.active .check-box-list .checkbox-item .checkmark-box {
  background-color: #0767b1; }
  .consent-msg.active .check-box-list .checkbox-item .checkmark-box::after {
    display: block; }
.consent-msg.consent-error .check-box-list .error-text {
  display: block;
  bottom: -14px; }
.consent-msg.consent-error .check-box-list .checkmark-box {
  border: 1px solid #FF3F56; }

.form-popup .form-popup-content {
  height: 100%; }
.form-popup .form-image-sec {
  background: linear-gradient(154deg, #E3F3F9 0.74%, #D7F1FF 100%);
  position: relative;
  height: 100%;
  z-index: 4;
  border-radius: 10px 0 0 10px;
  overflow: hidden; }
  @media only screen and (max-width: 1024px) {
    .form-popup .form-image-sec {
      display: flex;
      justify-content: center;
      border-radius: 10px 10px 0 0; } }
  @media only screen and (max-width: 768px) {
    .form-popup .form-image-sec {
      justify-content: space-between; } }
  .form-popup .form-image-sec::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 380px;
    background: url("https://site-assets.fitterfly.com/site-assets/images/site-1/form-texture.svg") no-repeat center;
    background-size: cover;
    z-index: -1; }
    @media only screen and (max-width: 1024px) {
      .form-popup .form-image-sec::before {
        height: 131px;
        background: url("https://site-assets.fitterfly.com/site-assets/images/site-1/mob-texture.svg") no-repeat center;
        background-size: cover; } }
.form-popup .form-popup-block {
  height: 100%;
  padding: 30px 40px; }
  @media only screen and (max-width: 1024px) {
    .form-popup .form-popup-block {
      padding: 10px 20px; }
      .form-popup .form-popup-block .form-container .form-group {
        margin-bottom: 18px; } }
    @media only screen and (max-width: 1024px) and (max-width: 320px) {
      .form-popup .form-popup-block .form-container .form-group {
        margin-bottom: 16px; } }
  @media only screen and (max-width: 1024px) {
        .form-popup .form-popup-block .form-container .form-group:first-child {
          margin-top: 16px; }
        .form-popup .form-popup-block .form-container .form-group .form-field.error .error-text {
          bottom: -14px;
          font-size: 10px;
          line-height: 12px; } }
      @media only screen and (max-width: 1024px) and (max-width: 320px) {
        .form-popup .form-popup-block .form-container .form-group .form-field.error .error-text {
          bottom: -13px;
          font-size: 9px; } }

  @media only screen and (max-width: 374px) {
    .form-popup .form-popup-block {
      padding: 10px 10px; } }
  .form-popup .form-popup-block .thank-you {
    display: flex;
    flex-direction: column;
    height: 100%;
    flex: 1;
    justify-content: center; }
    .form-popup .form-popup-block .thank-you .form-header-block .form-intro-block {
      text-align: center; }
    .form-popup .form-popup-block .thank-you .form-thankyou-msg {
      text-align: center;
      margin-top: 25px;
      margin-bottom: 50px; }
      .form-popup .form-popup-block .thank-you .form-thankyou-msg .thankyou-msg-head {
        color: var(--Text-T1, #2D3236);
        text-align: center;
        font-size: 16px;
        font-family: 'InterMedium', sans-serif;
        font-weight: 500;
        line-height: 24px;
        display: block; }
      .form-popup .form-popup-block .thank-you .form-thankyou-msg .thankyou-msg {
        color: var(--Text-T2, #6E7D9A);
        text-align: center;
        font-size: 12px;
        font-family: 'InterMedium', sans-serif;
        font-weight: 500;
        line-height: 20px;
        display: block; }
.form-popup .form-image {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 24px; }
  .form-popup .form-image img {
    width: 302px;
    height: 211px; }
  @media only screen and (max-width: 1024px) {
    .form-popup .form-image {
      justify-content: center;
      align-items: center;
      margin-bottom: 0; }
      .form-popup .form-image img {
        width: 118px;
        height: 83px; } }
@media only screen and (max-width: 320px) {
  .form-popup .button-block .button, .form-popup .button-block .bdr-button, .form-popup .button-block .bdr-black {
    height: 40px; } }

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

.form-note-link {
  color: #6E7D9A;
  text-align: center;
  font-size: 8px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  text-decoration-line: underline;
  padding-top: 12px; }
  .form-note-link a {
    color: #6E7D9A; }

.form-card {
  padding: 40px 40px;
  width: 510px;
  height: auto;
  border-radius: 20px;
  background: var(--text-t-5, #FFF);
  box-shadow: 0px 0px 30px 0px rgba(55, 76, 180, 0.09); }
  @media only screen and (max-width: 1024px) {

.form-container .form-group {
  margin-bottom: 25px;
  /* radio button style */ }
  .form-container .form-group.mb0 {
    margin-bottom: 0; }
  .form-container .form-group:first-child {
    margin-top: 20px; }
  .form-container .form-group.mt0 {
    margin-top: 0; }
  .form-container .form-group .form-field {
    position: relative;
    width: 100%; }
    .form-container .form-group .form-field label, .form-container .form-group .form-field .label {
      color: var(--text-t-1, #2D3236);
      font-size: 12px;
      font-family: 'InterMedium', sans-serif;
      font-weight: 500;
      line-height: 22px;
      margin-bottom: 3px;
      display: inline-block; }
      .form-container .form-group .form-field label sup, .form-container .form-group .form-field .label sup {
        top: 0; }
    .form-container .form-group .form-field .strong-list-head {
      font-size: 14px;
      font-family: 'InterSemiBold', sans-serif;
      font-weight: 600;
      line-height: 24px;
      color: #2D3236;
      margin-bottom: 16px; }
    .form-container .form-group .form-field input, .form-container .form-group .form-field input[type="date"], .form-container .form-group .form-field textarea, .form-container .form-group .form-field select {
      font-size: 14px;
      font-weight: 400;
      line-height: 18px;
      height: 40px;
      padding: 10px 20px;
      display: block;
      width: 100%;
      background: #fff;
      border-radius: 10px;
      border: 1px solid var(--line-line, #D8E3FF); }
    .form-container .form-group .form-field textarea {
      height: 67px; }
    .form-container .form-group .form-field select.ng-empty {
      font-size: 11px;
      line-height: 11px;
      color: #6E7D9A; }
    .form-container .form-group .form-field .error-text {
      display: none; }
    .form-container .form-group .form-field.error input, .form-container .form-group .form-field.error input[type="date"], .form-container .form-group .form-field.error textarea {
      border: 1px solid #FF3F56; }
    .form-container .form-group .form-field.error .error-text {
      display: block;
      position: absolute;
      left: 0;
      bottom: -16px;
      font-size: 12px;
      line-height: 12px;
      color: #D0021B;
      letter-spacing: -0.13px; }
    .form-container .form-group .form-field.error .otp-boxes input {
      border: 1px solid #FF3F56; }
    .form-container .form-group .form-field.error .otp-boxes .error-text {
      display: block;
      position: absolute;
      bottom: -10px;
      right: 0;
      left: 0;
      text-align: center; }
    .form-container .form-group .form-field.error .checkbox-item .checkmark-box {
      border: 1px solid #FF3F56; }
    .form-container .form-group .form-field.error .select {
      border: 1px solid #FF3F56; }
    .form-container .form-group .form-field.error .radio-box .checkmark {
      border: 1px solid #FF3F56; }
    .form-container .form-group .form-field input:focus, .form-container .form-group .form-field select:focus, .form-container .form-group .form-field textarea:focus {
      border: 1px solid #6E7D9A; }
    .form-container .form-group .form-field input[type="date"]::-webkit-calendar-picker-indicator {
      background: none;
      color: rgba(0, 0, 0, 0);
      opacity: 0.9; }
    .form-container .form-group .form-field input[type="date"] {
      position: relative;
      z-index: 1; }
    .form-container .form-group .form-field select {
      appearance: none;
      touch-action: none;
      outline: none; }
    .form-container .form-group .form-field .select {
      position: relative;
      padding-right: 40px;
      background: url("https://site-assets.fitterfly.com/site-assets/images/site-1/down-arrow.svg") no-repeat top 8px right 12px;
      background-color: #fff; }
    .form-container .form-group .form-field .otp-boxes {
      display: flex;
      padding: 10px 15px;
      justify-content: center;
      align-items: center;
      gap: 10px;
      position: relative; }
      .form-container .form-group .form-field .otp-boxes input {
        border-radius: 10px;
        border: 1px solid #D8E3FF;
        background: #F9FBFF;
        max-width: 67px;
        color: #324E64;
        text-align: center;
        font-size: 20px;
        font-family: 'InterSemiBold', sans-serif;
        font-weight: 600;
        line-height: 26px;
        height: 46px;
        padding: 10px 20px; }
      .form-container .form-group .form-field .otp-boxes input:focus, .form-container .form-group .form-field .otp-boxes select:focus {
        border: 1px solid #6E7D9A; }
    .form-container .form-group .form-field .searchCity .custom-city-dropdown {
      position: absolute;
      width: 100%;
      top: 68px;
      height: 145px;
      z-index: 6; }
  }

}

/* Diabetes Prime blog popup shell overrides */
#DiabetesPrimeFormPopup {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
  z-index: 1000000!important;
}
#DiabetesPrimeFormPopup.is-open {
  display: flex !important;
}
#DiabetesPrimeFormPopup .modal-content {
  width: 100%;
  max-width: 800px;
  margin: auto;
  overflow: visible;
  background: transparent;
  box-shadow: none;
}
#DiabetesPrimeFormPopup .dp-close {
  position: absolute;
  top: -40px;
  right: 0;
  z-index: 2;
  float: none;
  cursor: pointer;
  line-height: 0;
  display: block;
  opacity: 1;
  @media only screen and (max-width: 374px) {
    top: 3px;
    right: 3px;
    z-index: 9999;
    filter: invert(1);
  }
}
#DiabetesPrimeFormPopup .dp-close:hover,
#DiabetesPrimeFormPopup .dp-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.1);
}
#DiabetesPrimeFormPopup .modal-body {
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 4px 4px 25px 0px rgba(0, 0, 0, 0.25);
}
#DiabetesPrimeFormPopup .form-popup-block .thank-you {
  display: none;
}
#DiabetesPrimeFormPopup .form-popup-block.is-thanks .profile-form {
  display: none;
}
#DiabetesPrimeFormPopup .form-popup-block.is-thanks .thank-you {
  display: flex;
}
#DiabetesPrimeFormPopup .form-container .form-group .form-field input {
  width: 100%;
  height: 48px;
  border: 1px solid #D8E3FF;
  border-radius: 8px;
  padding: 0 14px;
  font-size: 14px;
  outline: none;
  box-sizing: border-box;
}
#DiabetesPrimeFormPopup .form-container .form-group .form-field.error input {
  border-color: #FF3F56;
}
#DiabetesPrimeFormPopup .form-container .form-group .form-field .error-text {
  display: none;
  color: #d0021b;
  font-size: 12px;
  position: absolute;
  bottom: -16px;
  left: 0;
}
#DiabetesPrimeFormPopup .form-container .form-group .form-field.error .error-text {
  display: block;
}
#DiabetesPrimeFormPopup .form-container .form-group .form-field {
  position: relative;
}
#DiabetesPrimeFormPopup .consent-msg .check-box-list .error-text {
  display: none;
}
#DiabetesPrimeFormPopup .form-container .form-group .consent-msg .check-box-list .checkbox-item {
  margin-right: 0;
}
#DiabetesPrimeFormPopup .form-container .form-group .consent-msg .check-box-list .checkmark-box {
  top: -4px;
}
@media only screen and (max-width: 500px) {
  #DiabetesPrimeFormPopup .form-container .form-group .consent-msg .check-box-list .checkmark-box {
    top: 0;
  }
}
#DiabetesPrimeFormPopup .consent-msg.consent-error .check-box-list .error-text {
  display: block;
}
#DiabetesPrimeFormPopup .button-block .button {
  width: 100%;
  height: 48px;
  border: none;
  border-radius: 10px;
  background-image: linear-gradient(90deg, #DB0E7E 0.39%, #F841A5 103.94%);
  background-color: #DB0E7E;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}
#DiabetesPrimeFormPopup .button-block .button.loading {
  pointer-events: none;
  opacity: 0.7;
}
#DiabetesPrimeFormPopup .row.no-gutters {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
#DiabetesPrimeFormPopup .row.no-gutters > [class*="col-"] {
  padding: 0;
}
#DiabetesPrimeFormPopup .col-lg-5 {
  width: 41.666%;
}
#DiabetesPrimeFormPopup .col-lg-7 {
  width: 58.333%;
}
@media only screen and (max-width: 1024px) {
  #DiabetesPrimeFormPopup .col-lg-5,
  #DiabetesPrimeFormPopup .col-lg-7 {
    width: 100%;
  }
  #DiabetesPrimeFormPopup .row.no-gutters {
    flex-direction: column;
  }
}
