@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body { overflow-x: hidden;  background-color:#f7f0eb;}
h1, h2{
    font-family: "Bree Serif", serif;
    font-weight: 400;
    font-style: normal;
}
.bluebg-grad{
    background-image: linear-gradient(#021C78, #01122C);
}
.offsetbg{
    background-color:#f8f8f7;
}
.bannerbar{
    background-color: #0e1134;
    text-align: center;
    padding:10px;
    color:#ffffff;
}

.product-select {
    position: relative;
    text-align: center;
    background-color:#fff;
    font-size:12px;
}
.product-select input {
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}
.product-price{
    padding:20px 0 20px 0;
}
#semadose{
    border:1px solid #ccc;
}
.product-select {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #fff; /* Optional for better visuals */
    border: 1px solid #ddd; /* Optional */
    border-radius: 8px;
    padding: 16px; /* Adjust padding as needed */
    height: 100%; /* Ensures equal height within a grid row */
    transition: all 0.3s ease-in-out; /* Optional for hover effects */
}

.product-select img {
    max-width: 100%;
    height: auto;
    margin-bottom: 8px; /* Space between the image and the text */
}

.product-name {
    font-size: 0.9rem; /* Adjust font size */
    line-height: 1.2; /* Adjust line height for better spacing */
    word-wrap: break-word; /* Prevent long words from overflowing */
}

.product-select:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Optional hover effect */
}
.selected{
    border:4px solid #0e1134;
}
.small2{font-size:11px;}
.dropdown-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-outline-secondary{
    color:#0e1134;
    --bs-btn-color: #0e1134;
    background-color:#fff;
}

.dropdown-item:hover {
    background-color: #f8f9fa;
}

.dropdown-menu {
    max-height: 200px;
    overflow-y: auto;
    border-radius: 0.375rem;
}

#prescriptionDropdown {
    border-radius: 0.375rem;
    padding: 10px 15px;
}
.navbar-brand{
    max-width: 175px;
}
a{
    text-decoration: none;
}
body, p, h4, h5{
    font-family: "Poppins", sans-serif;
    font-style: normal;
}
.navbar div img{
    max-width:160px;
}
.questions-stage{
    padding:75px 0px;
}
.intersticial div{
    color:#000;
}
.textalt{
    color:#E5BBF3  !important;
}
.textalt2{
    color:#8DA9C2 !important;
}
.textalt3{
    color:#ced8f8;
}
.pink{color:#ec00ff;}
.blue{color:#4e00ff;}
.stagepad{
    padding-top:70px;
    padding-bottom:70px;
}
.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: var(--bs-progress-bar-color);
    text-align: center;
    white-space: nowrap;
    background: linear-gradient(to right, #c4b5fd, #8adafd);
    transition: var(--bs-progress-bar-transition);
  }
.progress-container {
    padding: 20px 20px 0;
    background-color: #fff;
}

.progressnotice{
    color:#666;
    font-size:12px;
    font-style: italic;
    margin-bottom:5px;
}
.questions-stage h1{
    padding:25px 0 12px 0;
}
#card-master {
    display: flex;
    justify-content: start;
    flex-direction: row;
    align-items: start;
    gap: 20px;
   

}
#card-master > div:first-of-type .previous,#card-master > div:last-of-type .next {
    display:none;
    opacity:0;
    visibility:hidden;
    pointer-events:none;
}

.card {
    min-width: 100%;
    margin-left: 0;
    transition: margin ease 1s;
}
#card-master .card {
    border: 0;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

.card-body {
    padding: 0 3rem 1rem 3rem;
    background-color: #fff;
}
.intersticial {
    background-color: transparent !important;
    border: 0;
}

#bmiCorrection,#generalWarning {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    background-image: linear-gradient(#021C78, #01122C);
    max-width: 100%;
}

.radioselection label {
    justify-content: center;
    align-items: center;
    text-align:center;
    background: #51B3FA;
    color: white;
    border-radius: 10px;
    margin: 0 10px 0 0;
    cursor: pointer;
    padding:40px 20px;
    font-size:25px;
    margin-bottom:25px;
}
.radioselection label:hover, .radioselection label:checked {
    background: #7985f9;
}
input:checked + label {
    background: #5399DA;
    color:#fff;
}
.coupon-box {
    background: #edf7ed;
    border: 2px dashed #3abc2c;
    padding: 15px;
    border-radius: 10px;
    text-align: left;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    font-weight: bold;
    color: #377e43;
    margin-top: 10px;
}


.discount-amount {
    font-size: 16px;
    font-weight: bold;
    color: #3abc2c;
}
.radioselection2 label {
    justify-content: center;
    align-items: center;
    text-align:center;
    background: #fff;
    color: 000;
    border-radius: 50px;
    margin: 0 10px 0 0;
    cursor: pointer;
    padding:20px 40px;
    font-size:25px;
    margin-bottom:25px;
    border:3px solid #cce9fc !important;
}
.radioselection2 label:hover, .radioselection label:checked {
    background: #5399DA;
    color:#fff;
}


input[type="radio"],input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}
#ccForm input[type="checkbox"] {
    opacity: 1;
    position: relative;
}
input[type="text"],input[type="tel"], input[type="email"]{
    border:3px solid #cce9fc !important;
    border-radius:10px;
    font-size:18px;
}
.xtrabig{
    font-size:55px;
    text-align: center;
    font-weight:700
}
.qnav{
    margin-top:50px;
    color:#ccc;
}
.ctaBtn1{
    padding: 15px 32px;
    border-radius: 20px;
    background: #51B3FA;
    font-family: "Bree Serif", serif;
    font-weight: 400;
    font-style: normal;
    color:#fff;
    font-size:32px;
    box-shadow: none;
    text-decoration:none;
}
.ctaBtn1:hover{
    background-color:#63b9f8;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color:#fff;

}
.spacer{
    height:25px;
}
select {
    border:3px solid #cce9fc !important;
}
.bmi{
    border:3px solid #7985f9;
    border-radius: 100%;
    padding:30px;
}
.bmi h1{
    font-family:"Roboto", sans-serif;
    font-size:81px;
    font-weight:700;
}
.borderbox{
    padding:2em;
    border:1px solid #7985f9;
    border-radius:40px;
}
.ftr{
    padding-top: 70px;
    font-size:12px;
    color:#676cbe;
}
.squares{

    padding-top:50px;
    margin-top:30px;
}
.sq1{
    background-color:#5399DA;
    border-radius: 50px;
    padding:30px 40px;
    margin:5px;
}
.sq1 i{
    font-size:50px;
    color:#ACD5FB;
}
.sq2{
    background-color:#FFB800;
    border-radius: 50px;
    padding:30px 40px;
    margin:5px;
}
.sq2 i{
    font-size:50px;
    color:#FFF1CD;
}
.sq3{
    background-color:#D37AD4;
    border-radius: 50px;
    padding:30px 40px;
    margin:5px;
}
.sq3 i{
    font-size:50px;
    color:#F5B1F6;
}
.sq4{
    background-color:#8490FA;
    border-radius: 50px;
    padding:30px 40px;
    margin:5px;
}
.sq4 i{
    font-size:50px;
    color:#BBC2FF;
}
.sq4 i{
    font-size:50px;
    color:#BBC2FF;
}
.sq5{
    border:1px solid #8490FA;
    border-radius: 50px;
    padding:30px 40px;
    margin:5px;
}
.sq5 i{
    font-size:50px;
    color:#BBC2FF;
}
.sq5 i{
    font-size:50px;
    color:#BBC2FF;
}


.calculatingalert {
    display: none;
}
.goals h1{
    font-family: "Roboto", sans-serif;
    font-weight:700;
}
.goal-start{
    text-align: left;
}
.goal-end{
    text-align: right;
}
.dktxt{
    color:#000 !important;
}
.inversebg{
    background-color:#fff;
    border-radius: 30px;
    overflow: hidden;
}
.inversebg div{
    color:#000 !important;
    margin-bottom:15px;
    font-weight:600;
}
.inversebg div i{
    font-size:25px;
    margin-right:15px;
    color:#51B3FA;
}
.inversebg hr {
    border-color: #000;
}
.icopk{
    color:#D37AD4 !important;
}
.inversehdr{
    background-color:#fee692;
    color:#000 !important;
    text-align: center;
}
.inverseinner{
    padding:2rem;
}
.rating-wht i{
    color:#FFB800;
}
#timer{
    font-weight:700;
    border:1px solid #D37AD4;
    padding:5px;
}
.stats-item{
    border:1px solid #0094FF;
    border-radius:30px;
    padding:10px;
    margin:0 5px;
}
.stats-item h1{
    color:#4e00ff
}
.terms{
    font-size:12px;
}
.testimonial{

    padding:2rem;
    font-style: italic;
    margin-bottom:10px;
}

.testimonial i{
    color:#FFB800
}
.testimonial p{
    font-style:italic;
    color:#666666;
}
.starsrow{
    padding:10px 0;
}
.productcard{
    background-color:#fff;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom:20px;
}
.productcard h1{
    background-color:#fff;
    border-radius: 30px;
    overflow: hidden;
}
.productcard div{
    color:#000 !important;
    margin-bottom:15px;

}
.productcard div i{
    font-size:25px;
    margin-right:15px;
    color:#51B3FA;
}
.productcard sup, .stats-item sup{
    font-size:21px;
}

.productcardhdr{
    background-color:#fee692;
    color:#000 !important;
    text-align: center;
}
.productcardhdr2{
    background-color:#F817FD;
    color:#fff !important;
    text-align: center;
}
.pcinner{
    padding:1rem 2rem;
}
.note{
    font-size:12px;
    color:#666;
}
.productcard ul {
    list-style: none;

    padding-left: 0;
}
.productcard ul li {
    position: relative;
    padding-left: 1.5em;  /* space to preserve indentation on wrap */
}
.productcard svg{
    fill:#5399DA;
}
.productcard ul li:before {
    content: '';  /* placeholder for the SVG */
    position: absolute;
    left: 0;  /* place the SVG at the start of the padding */
    width: 1em;
    height: 1em;
    color:#5399DA;
    fill:#5399DA;
    background: url("data:image/svg+xml;utf8,<?xml version='1.0' encoding='utf-8'?><svg width='18' height='18' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'><path d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z'/></svg>") no-repeat;
}
.was{
    text-decoration: line-through;
    font-size:16px;
    color:#F817FD;
}
/*LG*/@media only screen and (max-width: 992px) {
    .btn-lg{
        font-size:14px;
    }
    .dropdown-menu{
        font-size:14px;
    }
}
/*MD*/@media only screen and (max-width: 768px) {
    .radioselection2 label{
        font-size:18px;
    }
    #bmiCorrection h1, #bmiH1 {
        font-size: 45px;
    }
    .btn-lg{
        font-size:14px;
    }
    .dropdown-menu{
        font-size:14px;
    }
    .sticky-mobile {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        background-color: #002366; /* Dark blue background */
        color: white; /* White text for contrast */
        padding: 15px 10px;
        box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2); /* Add shadow for depth */
        z-index: 999; /* Ensure it stays above other elements */
    }
}
/*SM*/@media only screen and (max-width: 576px) {
    .card-body {
        padding: 1rem;
        background-color: #fff;
    }
    .sq5{
        border:1px solid #8490FA;
        border-radius: 50px;
        padding:10px 10px;
        margin:5px;
    }
}

.pulse,.pulse+label {
    position: relative;
    animation: animate 3s linear infinite
}

@keyframes animate {
    0% {
        box-shadow: 0 0 0 0 rgb(255, 109, 74, 0.7), 0 0 0 0 rgb(255, 109, 74, 0.7)
    }
    40% {
        box-shadow: 0 0 0 10px rgb(255, 109, 74, 0), 0 0 0 0 rgb(255, 109, 74, 0.7)
    }
    80% {
        box-shadow: 0 0 0 10px rgb(255, 109, 74, 0), 0 0 0 7px rgb(255, 109, 74, 0)
    }
    100% {
        box-shadow: 0 0 0 0 rgb(255, 109, 74, 0), 0 0 0 7px rgb(255, 109, 74, 0)
    }
}
a[href*="legitscript"] {
    display: inline-block;
    text-align:center;
    padding:10px 0;
}
.footer-badge {
    display:block;
    margin:40px auto;
    text-align:center;
}

.footer-badge img {
    border-radius: 10px;
}
.deactivate-link, deactivate-link a {
    pointer-events: none;
}
.hidden-select-box {
    display: grid;
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr;
    gap: 10px;
    margin: -10px 0 25px !important;
}
.hidden-select-box input {
    position: relative;
    grid-row: 1;
    grid-column: 1;
    opacity: 0;
    z-index: 10;
}
.hidden-select-box button {
    background-color:transparent;
    padding:0;
    color: #000;
    grid-row: 1;
    grid-column: 1;
    font-size: 18px;
}
.hidden-select-box .hidden-select {
    display: none;
}
.hidden-select-box input:checked ~ .hidden-select {
    display: block;
}
.hidden-select-box select {
    border: 0 !important;
    padding: 10px;
    width: 100%;
    border-radius: 8px;
}
.footer a{
    color:#7985f9;
}
.footer a:hover{
    color:#fff;
}
.footer{
    color:#000;
    font-size:12px;
}
.fineprint{
    font-size:12px;
    color:#666;
}

@media (max-width:768px) {
    .questions-stage {
        padding: 0;
    }
    .questions-stage .pre-card {
        margin: 30px 10px 0;
    }
    #featureLogos {
        margin-top: 25px !important;
    }
}