@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');

html, body{
    min-height:100vh;
     background-image: linear-gradient(#021C78, #01122C);
    background-size:cover;
    background-repeat:no-repeat;
}
h1, h2{
    font-family: "Bree Serif", serif;
    font-weight: 400;
    font-style: normal;
}
.navbar-brand{
    max-width: 175px;
}
a{
    text-decoration: none;
}
body, p, h4, h5{
    font-family: "Roboto", sans-serif;
    font-style: normal;
}
.navbar div img{
    max-width:160px;    
}
.questions-stage{
    padding:75px 0px;
}
.intersticial div{
    color:#fff;
}
.textalt{
    color:#E5BBF3  !important;
}
.textalt2{
    color:#8DA9C2 !important;
}
.pink{color:#ec00ff;}
.blue{color:#4e00ff;}
.stagepad{
    padding-top:70px;
    padding-bottom:70px;
}

.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;
    overflow: hidden;
    border-radius: 5px;
}
#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;
    background-color: transparent;
}
#card-master .card {
    border: 0;
    border-radius: 5px;
    overflow: hidden;
}

.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: #022251;
  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: #5399DA;
}
input:checked + label {
  background: #5399DA;
    color:#fff;
}

.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: 8px;
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:#5399DA;
    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 #51B3FA;
    border-radius: 100%;
    padding:30px;
}
.bmi h1{
    font-family:"Roboto", sans-serif;
    font-size:81px;
    font-weight:700;
}

.ftr{
    padding-top: 70px;
    font-size:12px;
    color:#676cbe;
}
.squares{
    border-top:1px solid #313d5a;
    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:#E5BBF3
}
.terms{
    font-size:12px;
}
.testimonial{
    background-color:#121C51;
    padding:2rem;
    font-style: italic;
    border:1px solid #103556;
    border-radius:20px;
    margin-bottom:10px;
}

.testimonial i{
    color:#FFB800
}
.testimonial p{
    font-style:italic;
    color:#ACD5FB;
}
.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;
}
.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) {
    
}
/*MD*/@media only screen and (max-width: 768px) {
    .radioselection2 label{
    font-size:18px;
    }
    #bmiCorrection h1, #bmiH1 {
        font-size: 45px;
    }
}
/*SM*/@media only screen and (max-width: 576px) {
    
    
}

.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;
}

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