@charset "UTF-8";

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}

.topBluebar {
  min-height: 36px;
  background-color: var(--blue);
}

.hero {
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  background: var(--white);

  &.heroFb {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}

.heroZipForm {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;

  picture img {
    max-width: 411px;
    width: 100%;
  }
}

.hero h1 {
  margin: 0;
  padding: 0 0 20px 0;
  color: var(--primary-color);
  font-family: "Lexend Deca", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 52px;
  line-height: 48px;
  text-align: left;
}

.hero .subHeading {
  color: var(--primary-color);
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 28px;
}

.hero h1 span {
  display: block
}

.hero h2 {
  margin-bottom: 28px;
  color: var(--dark-gray);
  font-family: "Lexend Deca", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.192px;
  font-size: 24px;
  line-height: normal;
  text-align: left;
}

.hero p {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: var(--medium-700-gray);
  letter-spacing: -0.2px;
  margin: 0;
}

.hero:not(.heroEmail):not(.heroFb) {
  h2 {
    font-size: 24px;
    line-height: 28px;
  }
}

.heroFooter {
  margin-top: 24px;

  h4 {
    color: var(--primary-color);
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
  }

  ol {
    padding-left: 0;
    margin-bottom: 0;
    max-width: max-content;
    margin-left: auto;
    margin-right: auto;
    counter-reset: my-counter;
    list-style: none;
    transform: translateX(18px);
  }

  ol li {
    position: relative;
    padding-left: 4px;
    color: var(--medium-700-gray);
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.216px;

    &:not(:last-child) {
      margin-bottom: 6px;
    }

    &:before {
      content: counter(my-counter);
      counter-increment: my-counter;
      color: var(--white);
      position: absolute;
      background-color: var(--blue);
      width: 18px;
      height: 18px;
      border-radius: 50%;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      left: -20px;
      font-size: 13px;
      top: 5px;
      text-align: center;
    }
  }
}

.heroEmail {
  .img-fluid {
    max-width: 510px;
    margin-left: 90px;
    border-radius: 20px;
  }

  .floatingImg {
    position: absolute;
    bottom: 40px;
    right: 98%;
    pointer-events: none;

    img {
      max-width: 120px;
      width: auto;
      border-radius: 0;
    }
  }

  .zipContainer {
    .input-group {
      align-items: flex-start;
    }

    .textfield {
      margin-bottom: 0;
    }

    .btn {
      width: 230px;
    }
  }

  h1 {
    font-size: 52px;
  }
}

.zipContainer {
  display: block;
  padding: 1px;
  width: 100%;
  max-width: 536px;
}

.hero picture img {
  border-radius: 20px;
}

.textfield {
  padding: 16px 20px;
  color: var(--medium-gray);
  font-size: 20px;
  line-height: 32px;
  font-family: var(--primary-font);
  letter-spacing: -0.2px;
  font-weight: 400;
  border-color: var(--medium-gray);
  background: var(--white);
  border-radius: 10px;
  box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.15);
  margin-bottom: 12px;

  &::placeholder,
  &:focus {
    font-weight: 400;
    color: var(--medium-gray);
  }
}

.btn-default {
  color: var(--white);
  font-weight: 600;
  background-color: var(--secondary-color);
  line-height: 28px;
  padding-bottom: 20px;
  padding-top: 16px;
  letter-spacing: 0.192px;
  border-color: var(--secondary-color);
}

.medicare-option-help-info h2 {
  font-size: 20px;
  line-height: 24px;
  margin-top: 0;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--dark-gray);
}

.medicare-option-help-info {
  padding-top: 48px;
  padding-bottom: 48px;
}

.call-now-hero-section {
  position: relative;
  overflow: hidden;

  .container-xxl {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .call-now-img-container {
    position: absolute;
    right: 0;
    bottom: 0;
  }

  .call-now-img-container img {
    position: relative;
    z-index: 1;
  }

  .call-now-img-container::after {
    content: '';
    width: 834px;
    border-radius: 100%;
    background-color: var(--blue);
    height: 834px;
    display: block;
    position: absolute;
    z-index: -1;
    top: 112px;
    right: -220px;
  }

  .lsPhone {
    border-radius: 40px;
    margin-top: 24px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }

  h4 {
    font-size: 24px;
    line-height: 28px;
    color: var(--medium-gray);
    font-weight: 600;
    margin-bottom: 24px;
  }

  h1 {
    font-weight: 600;
    font-size: 52px;
    line-height: 52px;
    color: var(--dark-gray);
    margin-bottom: 24px;
    margin-top: 0;
  }

  .blue-box {
    background-color: var(--lighter-blue);
    border-radius: 8px;
    padding: 12px 24px;
    max-width: 550px;
    width: 100%;
    margin-left: auto;
    overflow: hidden;
    margin-right: auto;
  }
}

.call-now-hero-section .blue-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.call-now-hero-section .blue-box ul li {
  display: flex;
  flex-direction: column;
  line-height: 20px;
  align-items: center;
  font-weight: 600;
  color: var(--primary-color);
}

.call-now-hero-section .blue-box li:before {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  margin-bottom: 6px;
  color: var(--blue);
  font-weight: 900;
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
}

.call-now-agent-section {
  padding-top: 60px;

  h2 {
    font-size: 32px;
    line-height: 36px;
    color: var(--dark-gray);
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 0;
  }

  h5 {
    font-size: 24px;
    line-height: 28px;
    color: var(--medium-gray);
    font-weight: 600;
    margin-bottom: 22px;
  }

  ul {
    list-style: none;
    margin: 0 0 26px;
    padding: 0;
  }

  li:before {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro";
    margin-right: 6px;
    color: var(--green);
    font-weight: 900;
    font-size: 30px;
    display: inline-block;
    vertical-align: middle;
  }

  li {
    color: var(--dark-green);
    font-weight: 600;
    line-height: 20px;
  }

  li:not(:last-child) {
    margin-bottom: 20px;
  }
}

.call-now-agent-section .phone-btn {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  margin-top: 0;
  padding-top: 20px;
}

.call-now-agent-section .phone-btn::before {
  content: "\f095";
  font: var(--fa-font-solid); /* Specifies the font style (solid) */
  font-family: "Font Awesome 6 Pro";
  margin-right: 10px;
  color: var(--white);
  font-size: 22px;
  display: inline-block;
}

.licensed-agents-available {
  background-color: var(--light-green);
  overflow: hidden;
  border-radius: 40px;
  padding: 8px 12px;
  display: inline-block;
  margin-bottom: 10px;
  color: var(--dark-green);
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
}

.licensed-agents-available .pulse {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  vertical-align: middle;
  margin-right: 12px;
  transform-origin: center;
  position: relative;
  background-color: #94E193;
}

.licensed-agents-available .pulse::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--green);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.medicare-dual-cta {
  padding-top: 40px;
  padding-bottom: 40px;
}

.medicare-dual-cta h1 {
  font-weight: 600;
  font-size: 52px;
  line-height: 51px;
  margin-bottom: 35px;
}

.medicare-dual-cta .dual-cta-border {
  border: 1px solid var(--checkbox-bd-hover);
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  padding: 20px;
  text-align: center;
}

.dual-cta-border .icon {
  display: inline-block;
  height: 48px;
  max-height: 100%;
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
}

.dual-cta-border .icon svg {
  display: inline-block;
  height: 100%;
  width: 100%;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  fill: var(--blue);
}

.dual-cta-border svg path {
  fill: inherit;
}

.dual-cta-border .zipContainer {
  max-width: 230px;
  margin-left: auto;
  margin-right: auto;
}

.dual-cta-border .zipContainer .textfield {
  border: 2px solid var(--medium-gray);
  box-shadow: none;
  line-height: 1;
  padding-top: 18px;
  padding-bottom: 18px;
}

.dual-cta-border .zipContainer .textfield::placeholder,
.dual-cta-border .zipContainer .textfield:focus,
.dual-cta-border .zipContainer .textfield:active,
.dual-cta-border .zipContainer .textfield {
  font-size: 20px;
}

.dual-cta-border .zipContainer .textfield::placeholder {
  text-align: center;
}

.dual-cta-border .zipContainer .btn {
  border-radius: 10px;
  font-size: 20px;
  line-height: 24px;
}

.dual-cta-border p {
  color: var(--blue);
  margin-top: 12px;
  margin-bottom: 0;
}

.dual-cta-border h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 18px;
}

.dual-cta-border .lsPhone {
  font-size: 32px;
  line-height: 36px;
  text-decoration: none;
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
  margin-top: 10px;
}

.dual-cta-border .lsPhone:hover {
  text-decoration: underline;
}

.dual-cta-border .hours #hooContent,
.medicare-dual-cta2 .hours #hooContent {
  font-size: 16px !important;
}

.dual-cta-border .hours {
  font-weight: 600;
  line-height: 28px;
}

.medicare-dual-cta2 {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.medicare-dual-cta2 h1 {
  color: var(--white);
  font-size: 52px;
  line-height: 52px;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 600;
}

.medicare-dual-cta2 .hours {
  padding-left: 30px;
  padding-right: 30px;
}

.medicare-dual-cta2 .input-group .textfield {
  margin-bottom: 0;
  box-shadow: none;
}

.or-separator {
  position: relative;
  color: var(--white);
  background-color: var(--primary-color);
  border-radius: 100%;
  height: 45px;
  width: 45px;
  padding: 10px;
  font-weight: 600;
  display: block;
  line-height: 24px;
  margin: 10px auto 30px;
  text-transform: uppercase;
  text-align: center;
  z-index: 1;
}

.or-separator::after,
.or-separator::before {
  content: '\a0';
  position: absolute;
  top: 51%;
  width: var(--separator-width);
  height: 1px;
  background: #A0A0A0;
  z-index: -1;
}

.or-separator::after {
  right: calc(var(--separator-width) * -1);
}

.or-separator::before {
  left: calc(var(--separator-width) * -1);
}

.medicare-dual-cta2 h4 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 0;
}

.medicare-dual-cta-image {
  position: absolute;
  top: 0;
  overflow: hidden;
  height: 100%;
  left: 0;
  z-index: -1;
}

.medicare-dual-cta-image img {
  object-fit: cover;
  height: 100%;
}

.medicare-dual-cta2 .lsPhone {
  border: 2px solid var(--dark-gray);
  border-radius: 10px;
  overflow: hidden;
  padding: 16px 20px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
    .medicare-dual-cta2 .lsPhone:hover {
        background-color: var(--blue);
        border-color: var(--blue);
        color: var(--white);
    }
}

@media (hover: none) and (pointer: coarse) {
    .medicare-dual-cta2 .lsPhone:active {
        background-color: var(--blue);
        border-color: var(--blue);
        color: var(--white);
    }
}

    .medicare-dual-cta2 .lsPhone svg {
        width: 23px;
        margin-right: 10px;
    }

    @media (hover: hover) and (pointer: fine) {
        .btn-default.active,
        .btn-default:active,
        .btn-default:focus,
        .btn-default:hover {
            color: var(--white) !important;
            background-color: var(--dark-red) !important;
            border-color: var(--dark-red) !important;
        }
    }

    @media (hover: none) and (pointer: coarse) {
        .btn-default.active,
        .btn-default:active {
            color: #fff !important;
            background-color: var(--dark-red) !important;
            border-color: var(--dark-red) !important;
        }
    }

    @media (hover: none) and (pointer: coarse) {
        .btn-default:focus,
        .btn-default:hover {
            color: #fff !important;
            background-color: var(--secondary-color);
            border-color: var(--secondary-color);
        }
    }

    .btn-default.disabled.active,
    .btn-default.disabled:active,
    .btn-default.disabled:focus,
    .btn-default.disabled:hover,
    .btn-default[disabled].active,
    .btn-default[disabled]:active,
    .btn-default[disabled]:focus,
    .btn-default[disabled]:hover,
    fieldset[disabled] .btn-default.active,
    fieldset[disabled] .btn-default:active,
    fieldset[disabled] .btn-default:focus,
    fieldset[disabled] .btn-default:hover {
        background-color: var(--dark-red);
        border-color: var(--dark-red)
    }

    .card-disclaimer {
        color: #707070;
        font-family: "Lexend Deca", sans-serif;
        font-size: 16px;
        font-weight: 600;
    }

    .bullets {
        list-style: none;
        margin: 0;
        padding: 0;
        color: #00366f;
        font-family: "Lexend Deca", sans-serif;
        font-size: 20px;
        font-weight: 500;
    }

        .bullets li {
            padding: 0 0 25px 0;
        }

            .bullets li span {
                display: inline-block;
                width: 20px;
                text-align: center;
            }

    input {
        vertical-align: middle
    }

    .message {
        display: inline-flex;
        margin-bottom: 0;
        padding: 0;
        color: #dc3545;
        font-family: "Lexend Deca", sans-serif;
        font-size: 14px;
        font-weight: 500;
        text-align: left
    }

    #TrustedSiteBadge {
        display: none;
    }

    .medicare-simple .btn {
        width: 350px;
    }

    .medicare-simple h1,
    .medicare-simple .subHeading,
    .medicare-simple h4,
    .medicare-simple ol li {
        color: var(--dark-gray);
    }

    @media screen and (min-width: 1600px) {
        .medicare-dual-cta-image img {
            width: 90vw;
        }
    }

    @media (min-width:992px) and (max-width:1199px) {
        .hero h1 {
            font-size: 3em;
        }
    }

    @media screen and (min-width:992px) and (max-width:1023px) {
        .heroEmail .wow {
            max-width: 454px;
            margin-left: 0;
        }

        .heroEmail .floatingImg {
            display: none;
        }
    }

    @media (min-width:768px) and (max-width:991px) {
        .hero {
            margin-bottom: 0;
            padding-top: 50px;
            padding-bottom: 35px;
        }

            .hero h1 {
                font-size: 30px;
                line-height: 36px;
                margin-top: 20px;
            }

            .hero h2 {
                font-size: 1.25em;
            }

        .zipContainer {
            max-width: 100%;
        }

        .heroEmail {
            h1 {
      font-size: 40px;
      line-height: 48px;
    }

    .wow {
      margin-left: auto;
    }
  }

  .heroEmail .floatingImg {
    display: none;
  }

  .medicare-dual-cta-image img {
    object-fit: fill;
    height: 500px;
  }
}

@media screen and (max-width: 991px) {
  .medicare-dual-cta-image img {
    width: 100%;
    object-position: top;
  }
  
  .medicare-dual-cta-image {
    right: 0;
  }

  .medicare-dual-cta2 h1 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 65px;
    text-align: center;
  }

  .medicare-dual-cta2 h4 {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 15px;
  }
}

@media screen and (max-width:767px) {
  .hero {
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .heroEmail .floatingImg {
    display: none;
  }

  .hero h1 {
    margin-top: 20px;
    font-size: 36px;
    text-align: center;
    line-height: 40px;
    padding-bottom: 24px;
  }

  .medicare-option-help-info h2 {
    font-size: 16px;
    line-height: 20px;
  }

  .medicare-option-help-info {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .hero h1 span {
    display: inline
  }

  .hero h2 {
    font-size: 1.25em;
    text-align: center
  }

  .hero p {
    margin-bottom: 20px;
    text-align: center;
    font-size: 16px;
  }

  .hero:not(.heroEmail):not(.heroFb) h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
  }

  .zipContainer {
    display: block;
    margin: 0 auto;
    padding: 1px;
  }

  .textfield {
    margin-bottom: 15px;
    border-radius: 6px;
    font-size: 16px;
    line-height: 32px;
  }

  .btn-default {
    font-size: 20px;
    width: 100%;
    line-height: 24px;
    border-radius: 6px;
  }

  .message {
    text-align: center
  }

  #TrustedSiteBadge {
    display: block;
    margin: 0 auto;
    padding-left: 0;
    padding-bottom: 0;
    text-align: center;
  }

  .bullets {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #00366f;
    font-family: "Lexend Deca", sans-serif;
    font-size: 20px;
    font-weight: 500;
  }

  .bullets li {
    margin: 0 auto;
    padding: 0 0 35px 0;
    width: 75%;
    text-align: center;
  }

  .bullets li span {
    display: block;
    margin: 0 auto;
    width: 20px;
    text-align: center;
  }

  .bullets li span .fas {
    font-size: 28px;
  }

  .heroFooter {
    ol li {
      margin-left: 2rem;
    }

    ol {
      transform: none;
    }

    h4 {
      font-size: 20px;
      line-height: 24px;
    }
  }

  .heroEmail.hero {
    padding-bottom: 20px;

    h1 {
      font-size: 40px;
      line-height: 48px;
    }

    h2 {
      font-size: 20px;
      line-height: 24px;
      font-weight: 500;
      color: var(--medium-gray);
    }

    .input-group {
      flex-direction: column;

      #txtZip {
        width: 100%;
        margin-bottom: 12px;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
      }

      #btn1 {
        width: 100%;
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
        margin-left: 0;
      }
    }
  }

  .heroFb {
    h1 {
      margin-top: 0;
      padding-left: 10px;
      padding-right: 10px;
    }
  }

  .call-now-hero-section .container-xxl {
    padding-bottom: 60px;
    padding-top: 0;
  }

  .call-now-hero-section h1 {
    font-size: 36px;
    line-height: 40px;
  }

  .call-now-hero-section .lsPhone {
    font-size: 0;
    line-height: 1;
    padding-top: 20px;
    width: 100%;
  }

  .call-now-hero-section .lsPhone::before {
    content: "\f095";
    font: var(--fa-font-solid); /* Specifies the font style (solid) */
    font-family: "Font Awesome 6 Pro";
    margin-right: 10px;
    color: white;
    font-size: 20px;
    display: inline-block;
  }

  .call-now-hero-section .lsPhone::after {
    content: 'Call Now';
    font-size: 20px;
    display: inline-block;
    line-height: 1;
  }

  .call-now-hero-section h4 {
    margin-top: 24px;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 24px;
  }

  .call-now-hero-section .blue-box ul {
    display: block;
  }

  .call-now-hero-section .blue-box li:not(:last-child) {
    margin-bottom: 20px;
  }

  .call-now-hero-section .blue-box ul li {
    font-size: 14px;
    display: block;
    line-height: 1;
  }

  .call-now-hero-section .blue-box li:before {
    margin-right: 6px;
    margin-bottom: 0;
  }

  .licensed-agents-available {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%;
  }

  .call-now-agent-section h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .call-now-agent-section h5 {
    font-size: 16px;
    line-height: 20px;
  }

  .call-now-agent-section h2,
  h5,
  ul:not(.modal-links):not(.modal-body ul) {
    text-align: center;
  }

  .call-now-agent-section .phone-btn {
    font-size: 0;
    width: 100%;
  }

  .call-now-agent-section ul li {
    font-size: 14px;
    line-height: 1;
  }

  .medicare-dual-cta {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  
  .medicare-dual-cta h1 {
    font-size: 36px;
    line-height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 15px;
  }

  .medicare-dual-cta h4 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .medicare-dual-cta p {
    font-size: 14px;
  }

  .medicare-dual-cta .hours #hooContent {
    font-size: 15px !important;
  }

  .medicare-dual-cta .lsPhone {
    font-size: 0;
    background-color: var(--secondary-color);
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 250px;
    padding-top: 18px;
    padding-bottom: 18px;
    line-height: 1;
    margin-bottom: 10px;
    margin-top: 0;
  }
  
  .medicare-dual-cta .lsPhone::before {
    font-size: 20px;
    content: "\f095";
    font: var(--fa-font-solid); /* Specifies the font style (solid) */
  	font-family: "Font Awesome 6 Pro";
  	margin-right: 10px;
    color: white;
    font-size: 20px;
    line-height: 1;
  	display: inline-block;
  } 
  
  .medicare-dual-cta .lsPhone::after {
    line-height: 20px;
    content: 'Call Today!';
    color: white;
    font-size: 20px;
    display: inline-block;
    line-height: 1;
  }

  .medicare-dual-cta .hours {
    line-height: 24px;
  }

  .medicare-dual-cta2 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .medicare-dual-cta2 h4:first-child {
    margin-top: 30px;
  }

  .medicare-dual-cta2 .input-group .textfield,
  .medicare-dual-cta2 .input-group .textfield::placeholder,
  .medicare-dual-cta2 .input-group .textfield:focus,
  .medicare-dual-cta2 .input-group .textfield:active {
    font-size: 20px;
  }

  .medicare-dual-cta2 .btn {
    flex: 0;
  }

  .or-separator::after,
  .or-separator::before {
    width: var(--separator-width-mobile);
  }

  .or-separator::after {
    right: calc(var(--separator-width-mobile) * -1);
  }

  .or-separator::before {
    left: calc(var(--separator-width-mobile) * -1);
  }

  .medicare-dual-cta2 .lsPhone {
    font-size: 0;
  }

  .medicare-dual-cta2 .lsPhone::after {
    content: 'Call Now!';
    font-size: 16px;
    display: inline-block;
    line-height: 1;
  }

  .medicare-dual-cta2 #TrustedSiteBadge {
    display: none;
  }

  .medicare-simple .subHeading,
  .medicare-simple h4 {
    font-size: 28px;
    line-height: 36px;
  }
  
  .medicare-dual-cta-info {
    position: relative;
  }
  
  .medicare-dual-cta-info::before {
    content: '';
    width: calc(100% - 24px);
    margin-left: auto;
    margin-right: auto;
    height: 1px;
    background-color: #D6D6D6;
    display: block;
    position: absolute;
    top: -15px;
  }
}


@media (min-width:439px) and (max-width:639px) {
  .zipContainer {
    display: block;
    margin: 0 auto;
  }

  .zipContainer2 {
    width: 70%;
  }
}

@media screen and (max-width: 991px) {
  .medicare-simple .btn {
    margin-bottom: 23px;
  }
}

@media (min-width:320px) and (max-width:439px) {
  .zipContainer {
    display: block;
    margin: 0 auto;
  }
}

@media screen and (max-width: 414px) {
  .hero h2 {
    font-size: 1.25em
  }
}

@media screen and (max-width: 390px) {
  .hero h2 {
    font-size: 1.125em
  }

  .heroFb h1 {
    padding-left: 0;
    padding-right: 0;
  }
}

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

  .hero h2 {
    font-size: 1.125em
  }
}

@media screen and (max-width: 360px) {
  .mobile-menu li a {
    font-size: 13px;
  }

  .hero h2 {
    font-size: 1.125em
  }
}

@media screen and (max-width: 320px) {
  .mobile-menu li a {
    font-size: 11px;
  }

  .zipContainer {
    display: block;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .heroEmail {
    .floatingImg img {
      width: 90px;
    }

    .img-fluid:not(.wow) {
      margin-left: 0;
    }

    .wow.img-fluid {
      width: 70%;
      max-width: 454px;
      display: block;
      margin-left: auto;
    }
  }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .heroEmail .floatingImg {
    right: 83%;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .heroEmail .floatingImg {
    right: 85%;
  }
}

@media screen and (min-width: 1401px) and (max-width: 1440px) {
  .heroEmail .floatingImg {
    right: 100%;
  }
}