@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

.bebas-neue-regular {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}


:root {
    --brand-blue: #002C77;
    --brand-light: #e9f0ff;
    --accent: #ff8a00;
    --muted: #6c757d;
    --bg: #fff;

}

* {
    box-sizing: border-box
}

html,
body {
    height: 100%;
    background: hsla(208, 87%, 97%, 1);
    background: linear-gradient(0deg, hsla(208, 87%, 97%, 1) 0%, hsla(0, 0%, 100%, 1) 100%);
    background: -moz-linear-gradient(0deg, hsla(208, 87%, 97%, 1) 0%, hsla(0, 0%, 100%, 1) 100%);
    background: -webkit-linear-gradient(0deg, hsla(208, 87%, 97%, 1) 0%, hsla(0, 0%, 100%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#F1F8FE", endColorstr="#FFFFFF", GradientType=1 );
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #222;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

/* Top info bar */
.bg-primary {
    background: var(--brand-blue) !important
}

.bg-primary a {
    opacity: .95
}

.bg-primary a:hover {
    opacity: 1
}

.bg-primary .btn {
    background: var(--accent);
    border: none
}

/* Navbar */
.navbar {
    padding: .6rem 0
}

.navbar .navbar-brand img {
    height: 64px;
    object-fit: contain;
    width: 247px;
}

.navbar .navbar-brand div {
    line-height: 1
}

.navbar .nav-link {
    color: #002C77;
    font-size: 18px;
    font-weight: 600;
    padding: 16px 24px !important;
}

.navbar .nav-item {
    margin-right: 27px;
}

.navbar .nav-item:last-child {
    margin-right: 0px;
}

.navbar .nav-link:hover {
    color: var(--brand-blue);
    text-decoration: none
}

.btn-warning {
    background: var(--accent);
    border: none;
    color: #fff
}

/* Hero */
.hero-bg {
    background: linear-gradient(180deg, #ffffff 0%, #f3f7ff 100%)
}

h1 {
    font-weight: 700
}

.display-2 {
    font-size: 3.2rem
}

@media(min-width:992px) {
    .display-2 {
        font-size: 3.8rem
    }
}

.text-primary {
    color: var(--brand-blue) !important
}

.text-warning {
    color: var(--accent) !important
}

.lead {
    color: #2b3b59
}

/* Quote */
.fst-italic {
    font-size: 1.05rem;
    color: #51607a
}

/* Cards */
.card {
    border-radius: 12px
}

.card-body {
    padding: 1.5rem
}

.shadow-sm {
    box-shadow: 0 6px 18px rgba(38, 45, 58, 0.06)
}

/* Alert */
.alert-warning {
    background: #fff4e6;
    border-left: 6px solid var(--accent);
    color: #5a4b22
}

/* CTA */
.btn-lg {
    padding: 0.9rem 1.6rem
}

/* Footer */
footer.bg-dark {
    background: linear-gradient(180deg, #002C77, #1D468C);
}

footer .opacity-75 {
    opacity: .85
}

footer a {
    text-decoration: none
}

footer a:hover {
    opacity: 1
}

.home_smfont{font-size: 16px;line-height: 24px;color: #314657;font-weight: 400;}

.thirty-days{
    font-size: 28px;font-weight: 800;color: #fff;margin-bottom: 0;
}

/* Responsive tweaks */
@media(max-width:767.98px) {


    .tab-sec{
        padding: 40px 0;
    }
    .navbar .navbar-brand img {
        height: 36px
    }

    .display-2 {
        font-size: 2rem
    }

    .hero-content {
        padding-top: 2rem
    }

    section.py-5.bg-light {
        padding-top: 2.5rem
    }
}

/* Small utilities */
.small {
    font-size: .85rem
}

.text-grey {
    color: var(--muted)
}

/* Accessibility focus */
a:focus,
button:focus {
    outline: 3px solid rgba(0, 61, 165, 0.15);
    outline-offset: 2px
}

/* Misc */
.container {
    max-width: 90% !important;
}

.toptext,
.top-bar-right a {
    margin-bottom: 0;
    font-family: Raleway;
    font-weight: 600;
    font-size: 16px;
    line-height: 20.72px;
}

.top-bar-right {
    align-items: center;
}

.top-bar-right a {
    margin-left: 30px;
}

.top-bar-right a:first-child {
    margin-left: 0;
}

.topbar-btn {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 28px !important;
    text-align: center;
    vertical-align: middle;
    background: #EF5F17;
    color: #fff;
    text-decoration: none;
    padding: 12.5px 22px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    margin-top: -1rem !important;
}

.hero-sec h1 {
    font-size: 80px;
    line-height: 80px;
    font-weight: 400;
    color: #002D74;
    font-family: "Bebas Neue", sans-serif;
}

.banner-content {
    font-size: 20px;
    line-height: 32px;
    color: #314657;
}

.inner-div .title {
    font-size: 22px;
        line-height: 30px;
    color: white;
    font-weight: 700;
}

.inner-div+.bottom-content {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #FFFFFFBA;
}

.btn-orange {
    border-radius: 12px;
    padding: 14px 20px;
    text-decoration: none;
    background-color: #EF5F17;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    /* display: inline-block; */
    display: inline-flex;
    gap: 10px;
    align-items: center;
}

.bottom-content-sec p,
.bottom-content-sec li,
.bottom-content-sec h4,
.bottom-content-sec h3 {
    font-size: 20px;
    line-height: 40px;
    color: #324755;
}

.bottom-content-sec h3 {
    color: #EF5F17;
    font-weight: 700;
}

.bottom-content-sec h4 {
    color: #002C77;
    font-weight: 700;
}

.mb-neg {
    margin-top: 28px;
}

.dark {
    color: #324755;
    font-weight: 700;
}

.bottom-content-sec p a,
.bottom-span p a {
    color: #EF5F17;
    font-weight: 700;
    text-decoration: none;
}

.bottom-content-sec p span,
.bottom-span p {
    font-size: 16px;
    line-height: 24px !important;
}

.bottom-span p {
    color: #002C77;
}

.bottom-span {
    margin-top: 90px;
}

.imp-title {
    font-weight: 700 !important;
    font-size: 24px;
    line-height: 32px;
    color: #002C77;
    border-bottom: 2px solid #DCDCDC;
    margin-bottom: 14px;
    padding-bottom: 12px;
}

.sub-important {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #EF5F17;
    margin-bottom: 15px;
}

.alert p {
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    color: #324755;
}

.alert {
    position: fixed;
    bottom: 0;
    background: var(--bg);
    ;
}

footer p.title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 35px;
    display: block;
    word-break: break-word;
}

footer .menu a {
    font-size: 18px;
    font-weight: 600;
    display: block;
    opacity: 1 !important;
}

footer .menu li {
    opacity: 1 !important;
}

footer .custom-menu-class li {
    opacity: 1 !important;
}

footer li {
    font-size: 20px;
    font-weight: 400;
    display: block;
    opacity: 0.7;
    color: #fff;
    margin-bottom: 20px;
}

.copy p {
    font-size: 18px !important;
}

.btn-orange svg {
    vertical-align: initial;
    /* margin-left: 15px; */
    width: 8px;
}

/* Alert fixed -> in-flow toggle styles */
#site-alert {
    transition: all 0.2s ease;
    border-radius: 12px;
    background-color: transparent !important;
    margin-top: 30px;
}

#site-alert.fixed {
    position: fixed;
    width: 90%;
    max-width: 100%;
    z-index: 9999;
    transform: translateY(225px);
    left: 5%;
    box-shadow: 0 4px 18px 0 rgba(59,59,59,0.25);
    background-color: #fff !important;
    padding: 15px 30px;
}

#site-alert.fixed .imp-title {
    display: block;
}

.imp-title {
    display: none;
}

#site-alert.in-flow {
    position: static;
    width: auto;
    max-width: none;
    box-shadow: none;
}

/* spacer keeps page flow when the alert is fixed */
#alert-spacer {
    height: 0;
}

@media (max-width: 768px) {
    
    .top-bar-right a {
        margin: 0 !important;
        display: block;
        border-radius: 12px !important;
        text-align: center;
        margin-bottom: 7px !important;
    }

    .navbar .navbar-brand img {
        height: auto;
        width: 200px;
    }

    p.toptext {
        width: 100%;
        text-align: center;
    }

    .top-bar-right {
        align-items: center;
        width: 100%;
    }

    .inner-div .title {
        font-size: 16px;
        color: white;
        font-weight: 700;
    }

    .col-lg-4 {
        margin-bottom: 30px;
    }

    .mb-neg {
        margin-top: 0;
    }

    .dosing-content+h2 {
        font-size: 20px !important;
    }

    p.dosing-italic {
        font-size: 24px !important;
    }

    .col-lg-6 .col-lg-6 {
        margin-bottom: 30px;
    }

    .col-lg-6 .col-lg-6:last-child {
        margin-bottom: 0px;
    }

    .bottom-content-sec p,
    .bottom-content-sec li,
    .bottom-content-sec h4,
    .bottom-content-sec h3,
    .copy p,
    footer li {
        font-size: 14px !important;
        line-height: 22px;
    }

    .alert p {
        font-weight: 700;
        font-size: 12px;
        line-height: 22px;
        color: #324755;
    }

    .imp-title {
        font-size: 18px;
    }

    #site-alert.fixed {
        transform: translateY(0px) !important;
    }

}


.hyper-sec .hero-subtitle {
    color: #EF5F17;
    font-family: 'Raleway';
    font-weight: 800;
    font-size: 24px;
    margin-bottom: 30px;
}

.hyper-sec h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 124%;
    letter-spacing: 0%;
    color: #002C77;
}

.hyper-sec p {
    font-weight: 400;
    font-size: 24px;
    line-height: 146%;
    margin-bottom: 0 !important;
    color: #314657;
}

.hyper-sec .right-text {
    font-family: Raleway;
    font-weight: 600;
    font-style: Italic;
    font-size: 28px;
    line-height: 142%;
    vertical-align: middle;
    color: #314657;
}

.hyper-sec {
    padding: 100px 0 !important;
}

.img-content-sec .inner-div {
    border-radius: 20px;
}

.img-content-sec .inner-div .title {
    font-size: 40px;
    color: white;
    font-weight: 600;
    line-height: 1.2;
    padding-left: 160px;
    word-break: break-word;
    
}

.img-content-sec .inner-div svg {
    position: absolute;
    margin-top: 10px;
}

.img-content-sec p.bottom-content {
    border-top: 1px solid #B2B2B2;
    font-weight: 400;
    font-size: 28px;
    line-height: 48px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #fff;
    padding-top: 22px;
    margin-top: 35px;
    margin-bottom: 0 !important;
}

.image-item {
    border: 1px solid #A6A6A6;
    border-radius: 16px;
}

.image-item h3 {
    color: #314657;
    font-size: 36px;
    line-height: 63px;
    font-weight: 700;
}

.image-item h3 span {
    color: #EF5F17;
}

.image-item p {
    font-size: 28px;
    line-height: 38px;
    font-weight: 400;
    color: #314657;
    margin-bottom: 0 !important;
}

section.image-box {
    /* margin-top: -70px; */
    position: relative;
}

.blue-box {
    font-size: 24px;
    color: #fff;
    font-weight: 800;
    display: flex;
    border-radius: 12px;
    padding: 16px 70px 16px 20px;
    background: linear-gradient(180.13deg, #002C77 0.11%, #1D468C 154.85%);
    width: 100%;
    align-items: center;
    gap: 8px;
}

.inc-sec {
    padding: 100px 0;
}

.inner-boxes {
    box-shadow: 0px 4.19px 18.83px 0px #AEAEAE40;
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #EBEBEB;
}

.table-col tr td {
    width: 33.3%;
}

.banner-subtitle {
    margin-bottom: 30px;
}


@media(max-width:1655px) {
    
    .navbar .nav-item {
        margin-right: 5px;
    }

    .navbar .nav-item a {
        font-size: 16px;
        padding: 6px 10px !important;
    }
}

@media(max-width:1300px) {
    footer p.title{
        margin-bottom: 20px;
    }
    .col-12.copy{
            margin-top: 30px !important;
    }

    .navbar .navbar-brand img {
        width: 130px;
    }

    .navbar .nav-item {
        margin-right: 10px;
    }

    .navbar .nav-item a {
        font-size: 13px !important;
        padding: 16px 10px !important;
    }
}


@media(max-width:991px) {
   

    .img-content-sec .inner-div .title {
        font-size: 22px;
    }

    .image-item h3 {
        font-size: 26px;
        line-height: normal;
    }

    .img-content-sec p.bottom-content {
        font-size: 18px;
        line-height: normal;
    }

    .hyper-sec h1 {
        font-size: 30px
    }

    .image-item p {
        font-size: 18px;
        line-height: normal;
        ;

    }

    footer a img {
        max-width: 230px !important;
    }

    .hero-sec .title {
        font-size: 30px !important;
    }

    .hero-sec .banner-content span {
        font-size: 18px !important;
    }

    .hero-sec .blue-box {
        padding: 10px !important;
        font-size: 16px !important
    }

    .hero-sec .inner-boxes ul {
        font-size: 16px !important;
    }

    .counter-sec p.mb-3 {
        font-size: 28px !important
    }

    .counter-sec p {
        font-size: 24px !important
    }

    .counter-sec .inner-boxes {
        /* text-align: center; */
        
    }

    .counter-sec .inner-text {
        padding: 0px !important;
    }

    .counter-sec .three-col-box {
        text-align: center !important;
    }

}

.dosing-sec {
    padding-top: 50px;
}

.hero-sec svg {
    position: relative;
    top: -7px;
}

.blue-div {
    max-width: 514px;
    border-left: 1px solid rgb(210 210 210 / 38%);
    padding-left: 43px;
}

.blue-div.first {
    border-left: none;
    padding-left: 0px;
}

.dark li {
    font-size: 20px;
    line-height: 32px;
}

.blue-div .btn-orange:hover {
    color: #002C77;
    background-color: #fff;
}

.blue-div .btn-orange:hover svg path {
    fill: #002C77;
}
.image-box .btn-orange:hover{
    background-color: #002C77;
    color: #fff;
}


footer {
    padding-top: 90px;
    padding-bottom: 60px;
}

.copy {
    margin-top: 62px !important;
}

.navbar .nav-item:hover {
    background-color: #e2f0ff;
    border-radius: 8px;
}

.topbar-btn:hover {
    background-color: #fff;
    color: #002c77;
}

.top-bar-right a i {
    margin-left: 5px;
}

.box p strong {
    color: #EF5F17;
}

.box p svg {
    position: absolute;
    margin-left: -30px;
    margin-top: 5px;
}

.alert {
    background-color: #fff !important;
}

.study-hero {
    padding: 70px 0 !important;
}

.inc-sec li {
    margin-bottom: 10px;
}

.inc-sec li:last-child {
    margin-bottom: 0px;
}

.text-12 {
    font-weight: 400;
    font-size: 12px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #FFFFFFBA;
    margin: 24px 0 0 !important;
}

.icon-b {
    background-image: linear-gradient(180.13deg, #002C77 0.11%, #1D468C 154.85%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    padding: 18px 20px;
    border: 2px solid #FED34C;
}

.icon-b svg {
    margin-right: 10px !important;
}

.thirty-days {
    font-size: 28px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 0;
}

.thirty-days span {
    font-size: 20px;
    font-weight: 400;
    color: #BADAFE;
    display: block;
    letter-spacing: 3px;
}

.imp-title a img {
    top: -6px;
}

.img-content-sec img.img-fluid.rounded {
    position: relative;
    /* top: -40px;
    left: -30px; */
    z-index: 0;
}
.counter-sec .inner-boxes img{
    position: absolute;
    right: 0;
    bottom: 0;
}
.counter-sec .inner-boxes{
    min-height: 347px;
    padding: 50px;
}

.table-col td{
    padding: 12px;
}

footer .navbar-brand img {
    margin-top: -20px;
}

/*a.back-to-top {
    position: absolute;
    right: 5%;
    top: -65px;
}
*/

@media(min-width:1200px) {
    footer .main-footer-menu {
        margin-left: 55px;
    }
}

@media(max-width:1200px) {
    .inc-sec,
    .hyper-sec{
        padding: 50px 0 !important;
    }
    .banner-subtitle {
        margin-bottom: 10px;
    }
    .bottom-span {
        margin-top: 50px;
    }
    .study-hero {
        padding: 50px 0 !important;
    }
}

@media(max-width:992px) {
    
    header a.topbar-btn{
        margin-top:10px !important
    }
}

.copay-content {
    position: fixed;
    top: calc(50% - 32.5px);
    background: #002C77;
    padding: 12px 15px;
    border-radius: 10px 0 0px 10px;
    right: 0;
    z-index: 9;
}

.copay-content a {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    text-decoration: none;
    display: inline-block;
}
.copay-text {
    margin-left: 10px;
}
.copay-content .copay-arrow {
    margin-left: 22px;
}

.dosing-italic  {
    font-family: "Raleway", sans-serif;
}

.dosing-content{
    color: #EF5F17;font-size: 24px;font-weight: 800;line-height: 32px;letter-spacing: 2px;
}

.dosing-h2{
    font-size: 44px;font-weight: 700;color: #002C77;
}
.dosing-italic{
    color: #314657;font-size: 48px;font-weight: 500;font-style: italic;margin-bottom: 37px;
}


/* Disciosures Template start */
section.disclosures {
      padding: 100px 0;
      background: #fff;
      background-image: url('<?php echo get_stylesheet_directory_uri().'/src/discolsure-bg.png';?>');
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      margin-bottom: 100px;
   }

   .disclosures h4 {
      color: #EF5F17;
      font-family: "Raleway", sans-serif;
      font-size: 24px;
      line-height: 32px;
      font-weight: 800;
      margin-bottom: 40px;
      text-transform: uppercase;
   }

   .button {
      background: #EF5F17;
      color: #fff;
      text-decoration: none;
      padding: 14px 20px;
      border-radius: 10px;
      display: inline-block;
      font-size: 18px;
      line-height: 28px;
      font-weight: 600;
   }
   .button.button-download {
      padding: 14px 40px 14px 20px;
      background-image: url('<?php echo get_stylesheet_directory_uri().'/src/download.svg';?>');
      background-size: auto;
      background-repeat: no-repeat;
      background-position: 90% center;
   }

   .disclosures_cardItem {
      box-shadow: 0 2.94px 2.94px 0 rgba(0,0,0,0.25);
      border-radius: 15px;
      background: #fff; 
      overflow: hidden;
      width: 100%;
   }
   
   .disclosures_cardItem_cta {
      padding: 30px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap:10px;
   }

   .disclosures_cardItem_cta h5 {
      font-size: 20px;
      line-height: 23px;
      font-weight: 700;
      color: #002C77;
      width: 40%;
   }

   .disclosures_cards {
      display: grid;
      gap: 24px;
      margin-top: 72px;
      justify-content: space-between;
      grid-template-columns: repeat(4, 1fr);
   }

   .disclosures_cardItem img {
      max-height: 290px;
      width: 100%;
      object-fit: cover;
   }

   @media(max-width:1650px) {
      .disclosures_cards {
         grid-template-columns: repeat(3, 1fr);
      }
   }
   @media(max-width:1250px) {
      .disclosures_cards {
         grid-template-columns: repeat(2, 1fr);
      }
      .disclosures_cardItem_cta{
            padding: 20px;
      }
   }
   @media(max-width:768px) {
      .disclosures_cards {
         grid-template-columns: repeat(1, 1fr);
      }
      .dark li {
        font-size: 14px;
        line-height: 22px;
    }
    .sub-important{
        font-size: 16px;
        line-height: 22px;
    }
    .bottom-span p{
        font-size: 12px;
         line-height: 22px;
    }

    .image-box {
        margin-bottom: 0 !important;
    }
    .ref{
        font-size: 12px;
         line-height: 22px;
         margin: 0;
    }

    .img-content-sec .inner-div .title{
        font-size: 16px;
    }
    .img-content-sec .inner-div .title{
        padding-left: 110px;
    }
    .img-content-sec .inner-div img{
            margin-top: 0 !important;
    max-width: 100px;
    }
    .img-content-sec p.bottom-content{
        font-size: 12px;
    }

   }
/* Disciosures Template end */


@media screen and (min-width: 1440px) {
    .container {
        padding: 0;
    }
}



@media(max-width:1655px) {
  .hero-sec h1{
        font-size:55px!important;
      }
}

@media(max-width:1200px) {
    .card-section-retail{
        flex-wrap: wrap;
        justify-content: center;
    }
    .card-retail{
        flex: 0 0 48% !important;
        gap:15px !important;
    }
    .top-bar-right{
        display: none;
    }
}

@media(max-width:991px) {
  .hero-sec h1{
    font-size:45px;
  }
}

@media(max-width:767.98px) {
    .image-item{
        padding: 12px !important;
        display: inline-flex;
        gap: 12px;
    }
    .image-item img{
        max-width: 100px;
    }
    .image-item h3{
        font-size: 16px;
    }
    .image-item p{
        font-size: 12px;
    }
    .hyper-sec h1{
        font-size: 20px;
        line-height: 30px;
    }
    .hyper-sec p,
    .hyper-sec .right-text{
        font-size: 16px;
    }

    .hyper-sec .right-text {
        margin-bottom: 30px;
    }

    .thirty-days{
        font-size: 20px;
    }
    .thirty-days span{
        font-size: 17px;
    }

    .hyper-sec p,
    .inner-div+.bottom-content{
        font-size: 12px;
        line-height: 22px;
    }

    .home_smfont{
        font-size: 10px;
        line-height: 20px;
    }
    .btn-orange {
        font-size: 14px;
    }
    .card-section-retail{
        max-width: 500px;
        margin: 0 auto 0 0;
    }
    .card-retail{
        flex: 0 0 100% !important;
    }
    .hero-sec svg {
        width: 40px;
    }

    .hero-sec h1 {
        font-size: 44px !important;
        line-height: 55px;
        margin-bottom: 10px !important;
    }

    
    .hero-sec {
        text-align: center;
    }
    .banner-content{
            font-size: 12px;
    line-height: 22px;
    }
    .hero-sec .col-lg-6:nth-child(2){
            margin-top: 20px;
    }

    .blue-div.first{
        border: 0;
        padding: 0;
    }

    .blue-div{
        max-width: 100%;
        border-left:0;
        border-top: 1px solid rgb(210 210 210 / 38%);
        padding-left: 0;
        padding-top: 20px;
    }
    .blue-div .mb-neg{
        margin: 0;
    }
    .inner-div .title{
        line-height: 34px;
    }
    .dosing-sec {
        padding-top: 0;
    }
    .dosing-content{
        font-size: 16px;
        line-height: 25px;
    }
    .dosing-h2 {
        font-size: 30px;
        line-height: 34px;
    }
    .dosing-italic{
        font-size: 30px;
        line-height: 34px;
    }
    .dosing-gap{
        gap:30px;
    }
    .copay-content a{
        display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    line-height: 24px;
    }
    .copay-text,
    .copay-content .copay-arrow{
        margin: 0;
    }
    .copay-content a img {
        width: 28px;
    }
    .copay-content .copay-arrow img {
        width: 8px;
    }
    .bottom-span {
        margin-top: 30px;
    }
    p#content-block {
        margin: 0;
    }
    
    ul#menu-footer {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
            border-bottom: 1px solid rgb(255 255 255 / 30%);
    padding-bottom: 20px;
    }
    ul#menu-footer li {
        width: calc(50% - 10px);
        margin: 0;
    }
    .footer-col {
        width: 50%;
    }

}

@media(max-width:480px) {
    .footer-col {
        width: 100%;
    }
}

@media(max-width:1600px) and (min-width: 992px) {
    footer li, footer .menu a, footer p.title {
        font-size: 16px;
    }
}

@media(max-width:1500px) and (min-width: 992px) {
    .footer-col {
        max-width: 200px;
    }
    footer .navbar-brand img {
        max-width: 190px;
    }
    footer .main-footer-menu {
        margin-left: 40px;
    }
    .topbar-btn, .toptext, .top-bar-right a {
        font-size: 14px !important;
    }
}

@media(max-width:1200px) and (min-width: 992px){
    .footer-col {
        max-width: 172px;
    }
    footer .navbar-brand img {
        max-width: 100%;
    }
    footer .main-footer-menu {
        margin-left: 30px;
    }
}

/* New Style */


.blue-stats-section {
    background-color: #002C77;
}
.blue-stat-card {
    background-color: #0D3B8B;
    border-radius: 8px;
    height: 100%;
    display:flex;
    flex-direction: column;
    gap: 10px;
    padding:24px;
}
.blue-stat-badge {
    background-color: #EF5F17;
    border-radius: 8px;
    min-width: 110px;
    text-align: center;
    padding:10px;
}
.blue-stat-badge h3{
    font-size:34px;
    font-weight:bold;
    margin:0;
    line-height:1;
}
.blue-stat-badge span{
    font-size:22px;
}
.blue-stat-title {
    font-size: 20px;
    font-weight: 400;
    margin-bottom:0;
}

.blue-stat-link{
gap: 10px;
display: flex;
align-items: center;
}
.blue-stat-link a{
    font-size:18px;
    
}

.saving_support{
        display: flex;
    flex-direction: column;
    gap: 40px;
}
.saving_support h3{
    color: #EF5F17;
    font-size: 24px;
    font-weight: 800;
    line-height: 32px;
    letter-spacing: 2px;
    font-family: "Raleway", sans-serif;
    margin: 0;
}
.saving_support_inner{
display: flex;
    gap: 20px;
    align-items: center;
}
.saving_support_inner img{}
.saving_support_inner h4{ 
    font-weight: 700;
    color: #002D74;
    font-size: 40px;
}
.saving_support_inner h4 span{color: #EF5F17;font-family: "Raleway", sans-serif; font-weight: 800;
    line-height: 50px;
    margin: 0;}
.hover_color{
        text-transform: capitalize;
}
.hover_color:hover{
        background-color: #002C77;
    color: #fff;
}

.hypertension_section2{
    background: #002C77;
background: linear-gradient(180deg, rgba(0, 44, 119, 1) 0%, rgba(47, 97, 181, 1) 100%);
border-radius: 20px;
overflow: hidden;
}

.hypertension3_subheading{
    color: #314657;
    font-style: italic;
    font-size: 32px;
    font-weight: 600;
}

.hypertension3_blk{
    padding: 30px;
}

.hypertension3_blk_img{
        display: flex;
    align-items: center;
    gap: 20px;
    background: #002C77;
    background: linear-gradient(180deg, rgba(0, 44, 119, 1) 0%, rgba(47, 97, 181, 1) 100%);
    border-radius: 20px;
    padding: 15px;
        margin-bottom: 15px;
}
.hypertension3_blk_img h3{
    color:white;
    margin: 0;
}
.hypertension3_blk_img h3 span{
    color:white;
    font-size: 28px;
    font-weight: 400;
}

.endpoint_sec2{}
.endpoint_sec2 h2{
    font-size: 40px;
    font-weight: 700;
    color: #093c7c;
    margin-bottom: 30px;
}
.endpoint_sec2 img.mx-auto{
    margin: 40px 0;
}
.endpoint_sec2 p{
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 34px;
}

.endpoint_sec2 ul{
    color: #314657;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.endpoint_sec3 h2{
    font-size: 40px;
    font-weight: 700;
    color: #093c7c;
    margin-bottom: 30px;
}
.endpoint_sec3_blk{

    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}
.endpoint_sec3_blk1{
        display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #F3F4F6;
  border-radius: 20px;
  padding: 30px;
  gap:15px;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
      justify-content: center;
    text-align: center;
}
.endpoint_sec3_blk1 img{}
.endpoint_sec3_blk1 p{
    margin:0;
    font-size:20px;
    color:#364153;
        line-height: 28px;
}

@media(max-width:1000px) {
    .endpoint_sec3_blk{
            grid-template-columns: repeat(3, 1fr);
    }
}

@media(max-width:991px) {
    .dosing-gap{
        gap:30px;
    }
    
}

@media(max-width:768px) {
    .endpoint_sec3_blk{
            grid-template-columns: repeat(2, 1fr);
    }
    .endpoint_sec2 h2,
    .endpoint_sec3 h2{
        font-size: 30px;
    }
}

@media(max-width:480px) {
    .endpoint_sec3_blk{
            grid-template-columns: repeat(1, 1fr);
    }
}