@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*:not(i) {
  font-family: "Montserrat" !important;
}

.text {
  font-size: 20px !important;
  font-weight: 500 !important;
}

body {
  background: #ffffff;
}

.poll-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
  border: 1px solid #ccc;
  border-radius: 20px;
  border: 5px solid #e6e6e6;
  height: 520px;
  background-color: #ffffff;
}

.poll-step {
  display: none;
}

.stepper_container {
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.poll-step h3 {
  background-color: #0071bc;
  color: white;
  font-weight: 500 !important;
  display: flex;
  font-size: 22px;
  transform: scale(1.02);
  margin-top: -4px;
  padding: 32px 10px;
  border-radius: 20px 20px 0 0;
}

.poll-step label {
  display: block;
  margin: 10px 0 5px;
}

button[type="button"],
button[type="submit"] {
  background-color: #0071bc;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

button[type="button"]:hover,
button[type="submit"]:hover {
  background-color: #0071bc;
}

input[type="number"] {
  border: 1px solid #c0b9b9 !important;
  border-radius: 7px;
  font-size: 23px;
  font-weight: 200 !important;
}

label {
  font-weight: 500;
  font-size: 22px;
}

input:focus {
  outline: none !important;
  border: 1px solid #0071bc;
}

.first_step_container {
  display: flex;
}

.first_step_container .col-half {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.first_step_container .col-half label {
  display: inline-block;
  text-align: center;
}

.first_step_container .col-half input[type="radio"] {
  position: fixed;
  margin-left: -1000% !important;
  margin-top: -1000% !important;
}

.first_step_container .col-half input[type="radio"]:checked+label .text {
  color: #0071bc;
}

.first_step_container .col-half input[type="radio"]:checked+label .icon {
  background: #b1b1b1;
}

.first_step_container .col-half .icon {
  width: 210px;
  height: 210px;
  background-color: #e6e6e6;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.first_step_container .col-half .icon i {
  font-size: 95px;
  font-weight: bold;
}

.first_step_container .col-half .icon i.male {
  color: #ff7bac;
}

.first_step_container .col-half .icon i.female {
  color: #0071bc;
}

.step_dots .dot {
  width: 12px;
  height: 12px;
  background: #e6e6e6;
  border-radius: 50%;
}

.step_dots .dot.fill {
  background: #0071bc;
}

.step_dots {
  display: flex;
  width: 100%;
  position: absolute;
  bottom: 27px !important;
  right: 0;
  left: 0;
  margin: auto;
  gap: 6px;
  align-items: center;
  justify-content: center;
}

.second_step_container,
.seventh_step_container,
.third_step_container,
.fourth_step_container {
  display: flex;
  width: 100%;
  gap: 30px;
  justify-content: center;
}

.stepper_container input[type="number"] {
  width: 60%;
  height: 80px;
  font-size: 25px !important;
  text-align: center;
  outline: none;
}

.second_step_container label,
.seventh_step_container label,
.third_step_container label,
.fourth_step_container label {
  width: 120px;
  text-align: center;
  white-space: nowrap;
}

.second_step_container label:first-child,
.seventh_step_container label:first-child,
.third_step_container label:first-child,
.fourth_step_container label:first-child {
  text-align: right;
}

.second_step_container label:last-child,
.seventh_step_container label:last-child,
.third_step_container label:last-child,
.fourth_step_container label:last-child {
  text-align: left;
}

.fifth_step_container .col-half input[type="radio"],
.sixth_step_container .col-half input[type="radio"] {
  background: #e6e6e6;
  transform: scale(1.2);
  margin-bottom: 7px;
  appearance: none;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background-clip: content-box;
  border: 1px solid #000;
}

input[type="radio"]:checked {
  background-clip: content-box;
  border: 1px solid #0070bb !important;
  appearance: none;
  background: #0070bb !important;
  padding: 4px;
}

.fifth_step_container,
.sixth_step_container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.fifth_step_container .col-half,
.sixth_step_container .col-half {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.button_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
}

.button_container button {
  border-radius: 50%;
  padding: 18px 20px;
}

.button_container .next_button {
  margin-left: auto;
}

.step_box_content {
  height: 350px !important;
}

/* ------ loader styles ----- */

.loader_container {
  margin-bottom: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader {
  position: relative;
  margin-right: 16px;
  width: 80px;
  transform: scale(1.5);
  height: 80px;
}

.loader .dot {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  position: absolute;
  animation: dotAnimation 1.2s infinite ease-in-out;
}

.loader .dot:nth-child(1) {
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #c2ddef;
  animation-delay: -1.1s;
}

.loader .dot:nth-child(2) {
  top: 14%;
  left: 78%;
  transform: translate(-50%, -50%);
  background-color: #9cc7e5;
  animation-delay: -1s;
}

.loader .dot:nth-child(3) {
  top: 36%;
  left: 95%;
  transform: translate(-50%, -50%);
  background-color: #78b3db;
  animation-delay: -0.9s;
}

.loader .dot:nth-child(4) {
  top: 64%;
  left: 95%;
  transform: translate(-50%, -50%);
  background-color: #5ca4d4;
  animation-delay: -0.8s;
}

.loader .dot:nth-child(5) {
  top: 86%;
  left: 78%;
  transform: translate(-50%, -50%);
  background-color: #3990ca;
  animation-delay: -0.7s;
}

.loader .dot:nth-child(6) {
  top: 97%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #1f81c3;
  animation-delay: -0.6s;
}

.loader .dot:nth-child(7) {
  top: 86%;
  left: 22%;
  transform: translate(-50%, -50%);
  background-color: #0070bb;
  animation-delay: -0.5s;
}

.loader .dot:nth-child(8) {
  top: 64%;
  left: 5%;
  transform: translate(-50%, -50%);
  background-color: #0070bb;
  animation-delay: -0.4s;
}

.loader .dot:nth-child(9) {
  top: 36%;
  left: 5%;
  transform: translate(-50%, -50%);
  background-color: #0070bb;
  animation-delay: -0.3s;
}

.loader .dot:nth-child(10) {
  top: 14%;
  left: 22%;
  transform: translate(-50%, -50%);
  background-color: #0070bb;
  animation-delay: -0.2s;
}

.loader .dot:nth-child(11) {
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #e3eff8;
  animation-delay: -0.1s;
}

.loader .dot:nth-child(12) {
  top: 14%;
  left: 78%;
  transform: translate(-50%, -50%);
  background-color: #d4e7f4;
  animation-delay: 0s;
}

@keyframes dotAnimation {

  0%,
  20% {
    transform: scale(1);
  }

  50%,
  60% {
    transform: scale(1.2);
  }

  70%,
  100% {
    transform: scale(1);
  }
}

/*----product page styles----*/



@media (min-width: 605px) {
  .graph_preview a {
    padding: 8px 30px;
    width: 188px !important;
    }
}
.contents h2 {
  font-size: 45px !important;
  margin-bottom: 0 !important;
}

.graph_preview a span, .product_button i {
font-size: 15px !important;
}
.graph_preview .col-half:first-child {
  display: flex !important;
  flex-direction: column  !important;
  width:60%;
}

.graph_preview .col-half:last-child {
  width: 40%;
  min-height: 369px;
  height: 100% !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.row.graph_preview {
  margin-top: -41px !important;
}


.graph .col-half p {
  z-index: 9999 !important;
  font-size: 14px;
  line-height: 22px;
  height: 45px;
  margin-top: 26px;
}

.contents {
  /* text-align: center; */
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
}


.graph_preview .img-fluid {
  /* height: 160px !important; */
  min-height: 338px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.graph_preview img {
  transform: scale(1.2);
}
.graph_preview .col-half p {
  margin-top: 25px !important;
}
.graph_preview .col-half p.desc {
  margin-top: 0px !important;
}
#resultGraph {
  height: auto !important;
  width: 100% !important;
}
/* } */

@media (max-width:898px){
  .contents h2 {
    font-size: 25px !important;
    margin-bottom: 0 !important;
}
}

.product_preview {
  width: 100%;
  overflow: hidden;
}

.product_preview .row {
  display: flex;
  align-items: center;
  justify-content: center;
}

.product_preview img {
  width: 90%;
  /* height: 150px; */
}

.product_preview .img-fluid {
  width: 100%;
  /* height: 100%; */
  position: relative;
}

.product_preview .col-half {
  width: 45%;
}

.product_preview .col-half:first-child {
  margin-left: auto;
}

.product_preview .col-half:last-child {
  margin-right: auto;
}

.product_preview .content_area {
  display: flex;
  flex-direction: column;
  padding-left: 13%;
}

.product_preview .content_area h2 {
  font-weight: 600;
}

.product_preview .content_area button {
  padding: 10px 0px;
  width: 96%;
  margin-top: 6px;
  background-color: #8cc63f;
}

.product_preview .content_area button span {
  font-size: 17px;
  font-weight: 600;
}

.product_preview .content_area a {
  font-weight: 600;
  font-size: 11px;
  text-decoration: none;
  color: #0070bb;
  margin-top: 6px;
}

/* ----graph-tab-styles---- */
.graph_preview {
  display: flex;
  align-items: center;
  justify-content: center;
}

.graph_preview .col-half {
  width: 50%;
  margin-bottom: 26px;
}

.graph_preview img {
  width: 90%;
  margin-top: 1px;
  /* margin-left: -36px; */
}

.graph_preview .title {
  font-size: 29px !important;
  text-align: center !important;
  font-weight: 600 !important;
}

.graph_preview .img-fluid {
  /* width: 72%; */
  margin: auto;
  overflow: hidden !important;
  position: relative;
}

.graph_preview .col-half p {
  /* margin-top: -13px; */
  z-index: 9999 !important;
  font-size: 15px;
  /* margin-left: 23px; */
}

.graph_preview .col-half p.desc {
  text-align: center;
  margin-left: -51px;
}

.graph_preview button {
  padding: 6px 0px;
  width: 61%;
  margin-top: 6px;
  margin-left: 61px;
  background-color: #8cc63f;
}

.graph_preview .contents .parg {
  display: none !important;
}

.graph_preview button span {
  font-size: 17px;
  font-weight: 600;
}

.product_button i {
  font-size: 20px;
}

.fifth_step_container label,
.sixth_step_container label {
  text-align: center !important;
}

/* .poll-container {
  max-width: 600px !important;
  width: 100% !important;
} */

input[type="number"] {
  font-size: 20px !important;
  font-weight: 400 !important;
}

.poll-container #weight-goal-poll-form h3 {
  color: #fff !important;
}

/* .poll-container #weight-goal-poll-form .poll-step .row {
  margin-top: -24px !important;
} */

.graph_preview .title {
  margin: 0 !important;
}

/* .poll-container #weight-goal-poll-form .poll-step .row {
  margin-top: -28px !important;
} */

.graph_preview .col-half p.desc {
  text-align: center;
  margin-left: -45px !important;
  margin-bottom: 0 !important;
}

.graph_preview img {
  width: 90% !important;
  margin-top: 7px !important;
}

.graph_preview .col-half {
  margin-bottom: 18px !important;
  margin-left: -17px;
}
.contents h2{
  text-align: left;
  font-weight: 600;
}
.poll-container .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.graph p{
  margin-top: -64px !important;
}
.graph_preview .col-half p {
  z-index: 9999 !important;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
}
/* -----Responsive------ */
@media (max-width:767px){
  .graph_preview {
    display: flex;
    flex-direction: column;
}
.graph p{
  margin-top: 0px !important;
}
#resultGraph {
  height: auto !important;
  width: 100% !important;
  max-height: 211px !important;
}
.top_description {
  padding: 9px !important;
}
.contents {
  justify-content: flex-start !important;
}

.graph_preview .img-fluid{
  min-height: 160px !important;
}
.graph_preview .col-half:first-child {
  width: 100% !important;
  
}
.graph_preview img{
  transform: scale(1) !important;
}
.graph_preview .col-half:last-child {
  width: 100% !important;
}
.graph_preview .col-half:first-child {
  display: flex;
  flex-direction: column;
  padding-top: 17px !important;
}
.graph_preview .contents .parg {
  display: block !important;
  margin-top: 10px !important;
}
.graph p{
  display: none !important;
}
.graph_preview .col-half p {
  margin-top: 0px !important;
  line-height: 15px !important;
  font-size: 13px !important;
}
.poll-step h3 {
  padding: 19px 21px !important;
}
.poll-container {
  height: 600px !important;
}
.step_dots{
  bottom: 13px !important;
}
}
@media only screen and (max-width: 716px) {
  .graph_preview .col-half {
    margin-bottom: 18px !important;
    margin-left: 0 !important;
  }
  .graph_preview .col-half {
    margin-bottom: 10px !important;
  }
  .first_step_container .col-half .icon {
    width: 150px;
    height: 150px;
    background-color: #e6e6e6;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }
  
  .first_step_container .col-half .icon i {
    font-size: 60px;
    font-weight: bold;
  }
  label {
    font-size: 20px;
  }
  .button_container button{
    padding: 14px 16px !important;
  }
}

@media (min-width: 600px) {
  .poll-container {
    max-width: 1000px !important;
    width: 100% !important;
    /* height: 430px !important; */
  }
  /* .poll-step { */
    /* padding: 20px; */
  /* } */
  .poll-step h3 {
    margin-top: -23px;
    transform: scale(1.01);
  }
  .poll-container #weight-goal-poll-form .poll-step .row {
    padding: 22px !important;
  }
  .poll-container #weight-goal-poll-form .poll-step .row {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
  }
  .graph_preview .col-half {
    margin-bottom: 15px !important;
    margin-left: -12px;
    margin-right: 12px;
  }
}
@media (max-width: 605px) {
  .stepper_container input[type="number"] {
    width: 221px;
    height: 59px;
  }

  .sixth_step_container,
  .fifth_step_container {
    font-size: 15px;
  }

  .graph_preview {
    flex-direction: column;
  }

  .graph_preview .col-half {
    width: 100% !important;
  }

  .graph_preview .col-half:first-child {
    display: flex;
    padding-top: 10px !important;
  }

  .graph_preview .img-fluid {
    width: 26%;
  }

  .graph_preview .contents {
    width: 63%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }

  .graph_preview .contents .parg {
    display: block !important;
    font-size: 10px !important;
  }

  .graph_preview .graph p {
    display: none !important;
  }

  .graph_preview .contents .desc {
    display: none !important;
  }

  .graph_preview .contents button {
    display: flex;
    width: 129px !important;
    align-items: center !important;
    justify-content: center !important;
  }

  /* #resultGraph {
    height: 129px !important;
  } */

  .graph_preview .contents button span {
    font-size: 13px !important;
  }

  .product_button i {
    font-size: 14px !important;
  }

  .graph_preview .contents .title,
  .graph_preview .contents .desc,
  .graph_preview .contents button {
    margin-left: 0 !important;
    text-align: left !important;
  }

  .graph_preview .contents .title {
    font-size: 20px !important;
    font-weight: 700 !important;
  }

  .step_dots .dot {
    width: 8px !important;
    height: 8px !important;
  }

  .graph_preview .col-half:first-child {
    display: flex;
    padding-top: 17px !important;
  }

  .graph_preview a {
    padding: 0px 17px !important;
    margin-left: 0px;
  }

  /* .graph_preview .img-fluid {
    transform: scale(1) !important;
    width: 32%;
    z-index: 1;
    margin-top: 10px;
  } */
  .post-content p{
    margin-bottom: 9px !important;
  }
  .graph_preview .contents .parg {
    display: block !important;
    /* padding: 7px 0px 0px 18px; */
    font-size: 11px !important;
    margin-bottom: 4px;
    line-height: 16px !important;
    font-weight: 400;
  }
  .graph_preview .col-half p{
    font-size: 11px !important;
  }

  .graph_preview a {
    margin-left: 0px !important;
  }

  .graph_preview a span {
    font-size: 13px;
    color: #fff;
    font-weight: 600;
  }

  .product_button i {
    font-size: 13px !important;
  }
  .poll-container #weight-goal-poll-form h3 {
    font-size: 17px;
}
.graph_preview .img-fluid {
  min-height: 126px !important;
}
.contents h2 {
  font-size: 20px !important;
}

}

@media (max-width: 544px) {
  .sixth_step_container .col-half:first-child {
    padding-top: 20px !important;
  }
  .top_description {
    padding: 20px;
    margin-top: 10px;
    padding-bottom: 0 !important;
    padding-top: 30px;
}
.top_description p{
   line-height: 15px !important;
} 
}

@media (max-width: 540px) {
  .stepper_container input[type="number"] {
    width: 178px;
    height: 59px;
  }
}

@media (max-width: 492px) {
  .first_step_container label .icon {
    width: 100px !important;
    height: 100px !important;
  }

  .first_step_container .col-half .icon i {
    font-size: 52px;
  }

  .poll-step label {
    margin: 0 0 !important;
  }

  .button_container button {
    padding: 7px 9px !important;
  }

  .step_box_content {
    height: 270px !important;
  }

  .poll-step h3 {
    font-size: 15px !important;
  }

  .stepper_container input[type="number"] {
    width: 50% !important;
    height: 52px !important;
  }

  label {
    font-size: 14px !important;
  }

  .fifth_step_container .col-half input[type="radio"],
  .sixth_step_container .col-half input[type="radio"] {
    transform: scale(1) !important;
  }

  .second_step_container,
  .seventh_step_container,
  .third_step_container,
  .fourth_step_container {
    gap: 13px !important;
  }
  .poll-container{
    height: 450px !important;
  }
}

@media (max-width: 455px) {
  .sixth_step_container .col-half:nth-child(4) {
    padding-top: 20px !important;
  }
}

@media (max-width: 440px) {
  .fifth_step_container .col-half:nth-child(3) {
    padding-top: 20px !important;
  }

  .second_step_container,
  .seventh_step_container,
  .third_step_container,
  .fourth_step_container {
    display: flex;
    width: 100%;
    gap: 9px;
    justify-content: center;
  }

  .col-half {
    padding: 1px 10px;
  }
}

@media (max-width: 438px) {
  .fifth_step_container .col-half:first-child {
    padding-top: 20px !important;
  }

  .graph_preview img {
    width: 121% !important;
    margin-top: 1px;
  }
}

@media (max-width: 412px) {
  .sixth_step_container .col-half:nth-child(4) {
    padding-top: 0px !important;
  }

  .second_step_container input,
  .seventh_step_container input,
  .third_step_container input,
  .fourth_step_container input {
    width: 50% !important;
  }

  .second_step_container label,
  .seventh_step_container label,
  .third_step_container label,
  .fourth_step_container label {
    width: auto;
    text-align: center;
    white-space: nowrap;
  }

  .poll-step h3 {
    font-size: 13px !important;
  }
}

@media (max-width: 387px) {

  .second_step_container label:first-child,
  .seventh_step_container label:first-child,
  .third_step_container label:first-child,
  .fourth_step_container label:first-child {
    padding-left: 10px !important;
  }

  .second_step_container label:last-child,
  .seventh_step_container label:last-child,
  .third_step_container label:last-child,
  .fourth_step_container label:last-child {
    padding-right: 10px !important;
  }
}

@media (max-width: 363px) {
  .fifth_step_container .col-half:first-child {
    padding-top: 0px !important;
  }
}

@media (max-width: 344px) {
  .fifth_step_container .col-half:nth-child(3) {
    padding-top: 0px !important;
  }

  .poll-step h3 {
    font-size: 11px !important;
  }
}


.top_description {
  padding: 20px;
  margin-top: 25px;
  padding-bottom: 0 !important;
  padding-top: 30px;
}
.graph_preview a {
  padding: 5px 20px;
  text-decoration: none !important;
  /* margin-left: 51px; */
  /* width: 160px !important; */
  border-radius: 4px;
  background-color: #0070bb !important;
}

.graph_preview a span {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
}

.product_button i {
  font-size: 17px !important;
  color: #fff !important;
}

.contents {
  text-align: center;
}
.contents h2,
.contents p{
  text-align: left;
}
.graph_preview .col-half p.desc {
  text-align: left;
  margin-left: 0px !important;
}
.result_content{
  display: flex;
  flex-direction: row-reverse;
}
/* .result_content div {
  width: 50%;
} */
.result_content .contents {
  width: 60%;
}
.result_content{
  overflow: hidden !important;
}
.result_content .img-fluid{
  width: 40%;
}

@media (max-width: 485px) {
  #resultGraph {
      height: 157px !important;
      width: auto !important;
      max-width: 100% I !important;
  }
}
@media (max-width: 400px) {
  #resultGraph {
      height: auto !important;
      width: 100% !important;      
      max-width: 100% I !important;
  }
  .img-fluid img{
    transform: scale(1.05) !important;
  }
  .graph_preview .img-fluid {
    transform: scale(1);
    z-index: 1;
    margin-top: 10px;
    width: 37%;
  }
  
}







/* @media (min-width: 735px) {
  .graph_preview .col-half p {
      margin-top: 2px !important;
      line-height: 26px !important;
  }
} */
@media (min-width: 358px) {
  .graph_preview a span,
  .product_button i{
    font-size:12px !important;
  }
}