@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');


.fraunces {
  font-family: "Fraunces", serif;
}

.inter {
  font-family: "Inter", sans-serif;
}

.crimson-text-regular {
  font-family: "Crimson Text", serif;
}

.nunito {
  font-family: "Nunito", sans-serif;
}

.font-16 {
  font-size: 16px;
}

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

.font-20 {
  font-size: 20px;
}

.font-21 {
  font-size: 21px;
}

.font-24 {
  font-size: 24px;
}

.font-26 {
  font-size: 26px;
}

.font-28 {
  font-size: 28px;
}

.font-32 {
  font-size: 32px;
}

.font-36 {
  font-size: 36px;
}

.font-40 {
  font-size: 40px;
}

.font-50 {
  font-size: 50px;
}

.font-64 {
  font-size: 64px;
}

.lh_29 {
  line-height: 29px;
}

.lh_32 {
  line-height: 32px;
}

.lh_52 {
  line-height: 52px;
}

.color-2D2A4A {
  color: #2D2A4A;
}

.color-3C3C3C {
  color: #3C3C3C;
}

.color-56147C {
  color: #56147C;
}

.light {
  font-weight: 300;
}

.medium {
  font-weight: 500;
}

.semi {
  font-weight: 600;
}


.vsl_body {
  background-color: rgba(255, 255, 255, 1);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #2D2A4A;
}

.w-626 {
  width: 626px;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.w-720 {
  max-width: 720px;
  padding-left: 25px;
  padding-right: 25px;
  margin: 0 auto;
}

.yellow_btn {
  background: linear-gradient(180deg, #E9A42A -26.67%, #F2C875 100%);
  border: 2px solid rgba(218, 153, 29, 1);
  font-size: 22px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0;
  padding: 22px 25px;
  border-radius: 120px;
  color: #2D2A4A;
  font-family: "Inter", sans-serif;
  display: inline-block;
  min-height: 88px;
  min-width: 440px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s ease;
  position: relative;
}

.yellow_btn:hover {
  background: linear-gradient(180deg, #F2C875 -26.67%, #E9A42A 100%);
  color: #2D2A4A;
  transform: scale(0.98);
}


/************************************************* vsl video ******************************************/

.video_gredientbg {
  background-color: #E9A42A;
  background-image: linear-gradient(180deg, #ffdb92 -26.67%, #d79c35 100%);
  width: 100%;
  height: 280px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
  position: relative;
}

.vsl_video {
  margin-top: -284px;
  position: relative;
}

.video_small_width {
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.video_small_width .video_text {
  display: none;
}

.video_text {
  background-color: white;
  width: 100%;
  position: relative;
  padding: 0;
  min-height: 26px;
}

.video_title {
  display: none;
}

.video_title h1 {
  font-size: 30px;
  color: #FFFFFF;
  font-weight: 700;
  text-align: center;
  margin: 29px 0 20px;
  font-family: "Fraunces", serif;
}

.video_small_width .video_title {
  display: block;
}

.video_text a {
  text-decoration: none;
  display: block;
}

.video_text a img {
  margin: 4px auto 0;
  max-height: 18px;
  display: block;
}

/************************************************* vsl video text ******************************************/

.video_description_content {
  margin-top: 25px;
}

.video_description_content p {
  font-size: 14px;
  margin-bottom: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  font-family: "Nunito", sans-serif;
}

/************************************************* vsl payment ******************************************/

.vsl_payment {
  padding: 80px 0 40px;
}

.light_bg {
  background-color: rgba(240, 240, 240, 0.4);
  border: 1px solid rgba(154, 154, 154, 0.1);
  border-radius: 36px;
}

.vsl_payment_content {
  padding: 49px 40px 41px;
  text-align: center;
}

.vsl_payment_btn {
  min-height: 108px;
  min-width: 470px;
}

.vsl_payment_btn>span {
  font-size: 32px;
  font-weight: 700;
  display: block;
  margin-top: 14px;
}

.vsl_payment_btn span.inner_span {
  font-size: 22px;
  font-weight: 500;
  text-decoration: line-through red;
}

.yellow_btn_shadow {
  width: fit-content;
  margin: 0 auto 28px;
  position: relative;
}

.yellow_btn_shadow::before {
  content: '';
  background: #E9A42A;
  border-radius: 165px;
  position: absolute;
  top: 41px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 75%;
  box-sizing: content-box;
  opacity: 0.8;
  filter: blur(20px);
}

.gurantee_text {
  font-size: 20px;
  color: #2D2A4A;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 11px;
  margin-bottom: 0;
}

.secure_paymentdiv {
  padding: 35px 0 0;
}

.secure_payment_method {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 48.56%, rgba(255, 255, 255, 0) 100%);
  padding: 6px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 44px;
  margin-top: 20px;
}

.axis_bank {
  width: 56px;
}

.visa_icon {
  width: 56px;
}

.paypal_icon {
  width: 36px;
}

.gpay_icon {
  width: 56px;
}

.apay_icon {
  width: 56px;
}

.american_express {
  width: 32px;
}

.vsl_paymentsec_note {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 48.56%, rgba(255, 255, 255, 0) 100%);
  font-size: 21px;
  line-height: 36px;
  color: #2D2A4A;
  font-weight: 300;
  padding: 15px 0px;
}

.vsl_paymentsec_note span {
  color: #56147C;
  font-weight: 600;
  font-size: 22px;
  font-style: italic;
}

/************************************************* review sec ******************************************/

.review_box_shadow {
  position: relative;
  margin: 0 35px;
}

.review_box_shadow::after {
  content: '';
  background-color: rgba(226, 223, 223, 1);
  width: 90%;
  height: 94%;
  position: absolute;
  top: 38px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 58%;
  filter: blur(15px);
}

.review_box {
  background-color: rgba(244, 244, 244, 1);
  border: 1px solid rgba(154, 154, 154, 0.4);
  border-radius: 36px;
  padding: 32px 31px 28px 29px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.review_box:before {
  content: '';
  background-image: url('../images/quote-img.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 177px;
  height: 143px;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 30px 0 0;
}

.review_head {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
  margin-bottom: 18px;
}

.review_profileimg {
  width: 89px;
  height: 89px;
  border-radius: 16px;
  position: relative;
}

.review_profileimg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  border-radius: 16px;
}

.review_username h6 {
  font-size: 24px;
  color: #2D2A4A;
  font-weight: 600;
  font-family: "Fraunces", serif;
  margin-bottom: 12px;
}

.review_username img {
  width: 125px;
}

.review_likediv {
  background-color: #FAFAFF;
  border: 1px solid #E8E8E8;
  border-radius: 31px;
  width: 98px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  padding: 1px 12px;
  position: absolute;
  right: 74px;
  bottom: -19px;
  transform: rotate(-2.74deg);
  z-index: 4;
}

.review_likediv span {
  font-size: 28px;
  font-weight: 500;
  color: #111111;
}

.review_box .font-21 {
  font-size: 18px;
}

/************************************************* gurantee sec ******************************************/

.gurantee_sec {
  padding: 60px 0 40px;
}

.gurantee_sec_content {
  background-color: rgba(240, 240, 240, 0.4);
  border: 1px solid rgba(154, 154, 154, 0.4);
  border-radius: 36px;
  padding: 50px 26px;
  text-align: center;
}

.gurantee_sec_toptext {
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
  color: #2D2A4A;
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 26px 20px;
  margin-bottom: 0;
}

.gurantee_sec_toptext a:hover {
  color: #56147C;
}

.gurantee_sec_btmtext {
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  font-style: italic;
  color: #2D2A4A;
  padding: 0px 10px;
  margin-bottom: 0;
}

.gurantee_sec_content img {
  width: 24%;
}

/************************************************* relationship pattern ******************************************/

.relationship_pattern_content {
  padding: 36px 30px 40px;
}

.relationship_pattern .font-40 {
  font-size: 30px;
}

.relationship_pattern_boxshadow {
  position: relative;
  width: fit-content;
  margin: 45px auto 0;
}

.relationship_pattern_boxshadow::before {
  content: '';
  background-color: #9A9A9A;
  position: absolute;
  bottom: -69px;
  left: 50%;
  transform: translateX(-50%) rotate(2.1deg);
  width: 60%;
  height: 265px;
  opacity: 35%;
  filter: blur(60px);
}

.relationship_pattern_box {
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 42px 40px;
  position: relative;
  z-index: 1;
}

.relationship_pattern_img {
  border: 1px solid #6545AC;
  border-radius: 50%;
  padding: 6px;
  margin: 0 auto 26px;
  width: fit-content;
}

.relationship_pattern_img img {
  width: 165px;
}

.relationship_pattern_box_title {
  font-size: 18px;
  font-weight: 600;
  color: #2D2A4A;
  margin: 36px 0 15px;
  text-align: center;
}

/************************************************* chart report ******************************************/

.chart_report {
  padding: 54px 0 66px;
}

.chart_report .font-28 {
  font-size: 22px;
}

.chart_report_content {
  padding: 44px 0;
}

.chart_report_row {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 35px;
  padding: 0 30px;
  margin: 48px 0 0;
}

.chart_report_textcol ul {
  padding-left: 16px;
}

.chart_report_textcol ul li {
  font-size: 16px;
  line-height: 27px;
  color: #2D2A4A;
  font-weight: 300;
  margin-bottom: 20px;
}

.chart_report_textcol ul li:last-child {
  margin-bottom: 0;
}

.chart_report_textcol ul li span {
  font-weight: 600;
  color: #56147C;
}

.chart_report_imgcol {
  background-color: rgba(235, 235, 235, 0.4);
  border: 1px solid rgba(154, 154, 154, 0.1);
  border-radius: 24px;
  padding-top: 30px;
  width: 100%;
  flex-shrink: 0;
}

.order_sm_1 {
  order: 1;
}

.chart_report_imgcol img {
  display: block;
  margin: 0 0 0 auto;
}

.row_2 .chart_report_imgcol img {
  margin: 0 auto 0 0;
}

.row_3 .chart_report_imgcol {
  padding-top: 0px;
  padding-bottom: 25px;
}

/************************************************* horoscope payment ******************************************/

.horoscope_payment_content {
  padding: 50px 0 40px;
}

.horoscope_payment_title {
  font-size: 21px;
}

.horoscope_payment .font-28 {
  font-size: 21px;
}

.horoscope_payment .yellow_btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.horoscope_payment_title {
  margin: 40px auto 24px;
}

.horoscope_payment_text {
  font-size: 16px;
  line-height: 28px;
  color: #2D2A4A;
  text-align: center;
  margin: 16px 14px 0;
}

.horoscope_payment_headline {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 48.56%, rgba(255, 255, 255, 0) 100%);
  font-size: 18px;
  font-weight: 700;
  color: #56147C;
  padding: 20px 20px;
  text-align: center;
  margin: 36px 0;
}

/************************************************* unlock sec ******************************************/

.unlock_sec {
  padding: 60px 0;
}

.unlock_sec_content {
  padding: 60px 0 45px;
}

.unlock_sec_text {
  margin: 22px 14px 0;
}

.unlock_sec_content .horoscope_payment_title {
  margin: 41px 20px 34px;
  line-height: 30px;
}

.unlock_sec_ul {
  text-align: left;
}

.unlock_sec_ul li {
  font-size: 16px;
  line-height: 26px;
  color: #2D2A4A;
  width: fit-content;
  margin: 0 auto 12px;
}

.testimonial_sec .font-50 {
  font-size: 29px;
}

.unlock_sec_content .yellow_btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

/************************************************* unlock fullreport ******************************************/

.unlock_fullreport_content {
  background-color: rgba(250, 250, 255, 0.6);
  border: 1px solid rgba(154, 154, 154, 0.2);
  border-radius: 36px;
  padding: 54px 0 56px;
}

.unlock_fullreport .yellow_btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

/************************************************* testimonial sec ******************************************/

.testimonial_sec {
  padding: 60px 0;
}

.testimonial_sec .font-50 {
  font-size: 37px;
}

.testimonial_slide {
  background-color: rgba(250, 250, 250, 1);
  border: 1px solid rgba(154, 154, 154, 0.4);
  border-radius: 36px;
  padding: 36px 14px 36px 28px;
  position: relative;
}

.testimonial_slide::before {
  content: '';
  background-image: url('../images/testimonial-quote.png');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  width: 135px;
  height: 87px;
  border-radius: 0 36px 0 0;
}

.tistimonial_head {
  margin-bottom: 20px;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 12px;
}

.testimonial_head_img {
  width: 70px;
  height: 70px;
  position: relative;
}

.testimonial_head_img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  border-radius: 12px;
}

.testimonial_head_text h6 {
  font-size: 25px;
  font-weight: 700;
  color: #2D2A4A;
  margin-bottom: 10px;
  font-family: "Crimson Text", serif;
}

.testimonial_head_text img {
  width: 110px;
}

.testimonial_text {
  font-size: 18px;
  line-height: 29px;
  color: #2D2A4A;
  margin-bottom: 0;
}

.testimonial_slider .slick-slide {
  transition: transform 0.3s ease;
  transform: scale(0.9);
  position: relative;
}

.testimonial_slider .slick-active.slick-center.slick-slide::before {
  content: '';
  background-color: #2D2A4A;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 36px;
  box-sizing: content-box;
  top: 16px;
  opacity: 58%;
  filter: blur(20px);
}

.testimonial_slider .slick-active.slick-center {
  transform: scale(1);
  opacity: 1;
  z-index: 2;
}

.testimonial_slider .slick-center .testimonial_slide {
  opacity: 1;
  z-index: 2;
  background-color: rgba(45, 42, 74, 1);
}

.testimonial_slider .slick-center .testimonial_slide::before {
  background-image: url('../images/testimonial-active-quote.png');
}

.testimonial_slider .slick-center .testimonial_slide .testimonial_text {
  color: #FFFFFF;
}

.testimonial_slider .slick-center .testimonial_slide .testimonial_head_text h6 {
  color: #FFFFFF;
}

.testimonial_slider .slick-slide {
  margin-right: 20px;
}

.testimonial_slider .slick-dots li button:before {
  width: 20px;
  height: 8px;
  background: rgba(45, 42, 74, 1);
  border-radius: 10px;
  opacity: 0.4;
  content: '';
}

.testimonial_slider .slick-dots li.slick-active button:before {
  opacity: 1;
  background: rgba(45, 42, 74, 1);
  width: 35px;
}

.testimonial_slider .slick-dots li {
  height: 20px;
  margin: 0 4px;
}

.testimonial_slider .slick-dots li.slick-active {
  width: 35px;
}

.testimonial_slider .slick-dots li button {
  padding: 0;
  height: 8px;
}

.testimonial_slider .slick-dots {
  bottom: -60px;
}

.testimonial_slider .slick-track {
  display: flex !important;
  align-items: center;
  padding-bottom: 51px;
  padding-top: 45px;
}

.testimonial_slider .slick-slide>div {
  display: flex;
  width: 100%;
}

.testimonial_slider .review_likediv {
  position: relative;
  margin: 1px -56px -50px auto;
}

.testimonial_slider .slick-dotted.slick-slider {
  margin-bottom: 0px;
}


/************************************************* discount sec ******************************************/

.discount_sec {
  padding-bottom: 187px;
}

.discount_content {
  padding: 40px 8px 0;
}

.discount_textdiv {
  margin: 0 12px;
}

.discount_textdiv p,
.discount_content h6 span {
  font-size: 16px;
  line-height: 18px;
  color: #2D2A4A;
  margin-bottom: 20px;
  text-align: center;
}

.discount_content h6 span {
  font-size: 16px;
}

.discount_textdiv .font-24 {
  font-size: 18px;
}

.discount_sec_imgdiv {
  text-align: center;
}

.discount_sec_imgdiv img {
  margin: -44px auto -120px;
}

/************************************************* payment modal ******************************************/

.paymentModal h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: rgb(15, 15, 15);
  margin-bottom: 10px;
  text-align: center;

  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.paymentModal .modal-content {
  border-radius: 20px;
}

.secure-text {
  font-size: 14px;
  line-height: 28px;
  color: rgb(15, 15, 15);
  text-align: center;
}

.secure-div {
  justify-content: center;
}

.secure-div img {
  width: 30px;
  height: 30px;
}

.secure-brand img {
  padding-left: 60px;
  padding-right: 60px;
  width: 100%;
}

.company-address p {
  font-size: 14px;
  line-height: 28px;
  color: rgb(15, 15, 15);
  text-align: center;
}

/************************************************** responsive *************************************************/

@media (max-width: 1699.98px) {
  .yellow_btn {
    font-size: 20px;
    padding: 20px 25px;
    min-height: 85px;
    min-width: 390px;
  }

  .vsl_payment_btn {
    min-height: 106px;
    min-width: 440px;
  }

  .vsl_payment_btn>span {
    font-size: 28px;
    margin-top: 12px;
  }

  .vsl_payment_btn span.inner_span {
    font-size: 20px;
  }

  .yellow_btn_shadow {
    margin: 0 auto 26px;
  }

  .yellow_btn_shadow::before {
    height: 70%;
  }

  .gurantee_text {
    font-size: 19px;
  }

  .secure_paymentdiv {
    padding: 30px 0 0;
  }

  .secure_paymentdiv .font-26 {
    font-size: 22px;
  }

  .review_box {
    padding: 32px 30px 38px 30px;
  }

  .review_profileimg {
    width: 79px;
    height: 79px;
  }

  .review_username h6 {
    font-size: 22px;
    margin-bottom: 8px;
  }

  .review_username img {
    width: 110px;
  }

  .review_head {
    margin-bottom: 22px;
  }

  .review_box::before {
    width: 147px;
    height: 123px;
  }

  .gurantee_sec {
    padding: 50px 0 40px;
  }

  .gurantee_sec_toptext {
    padding: 18px 113px;
  }

  .gurantee_sec_btmtext {
    font-size: 18px;
    line-height: 32px;
  }

  .gurantee_sec_content {
    padding: 40px 26px;
  }

  .font-40 {
    font-size: 36px;
  }

  .relationship_pattern_img img {
    width: 145px;
  }

  .lh_52 {
    line-height: 40px;
  }

  .font-50 {
    font-size: 42px;
  }

  .relationship_pattern_img {
    margin: 0 auto 18px;
  }

  .relationship_pattern_box_title {
    margin: 30px 0 15px;
  }

  .relationship_pattern_boxshadow {
    margin: 35px auto 0;
  }

  .relationship_pattern_content {
    padding: 36px 30px 40px;
  }

  .font-28 {
    font-size: 26px;
  }

  .chart_report_row {
    margin: 55px 0 0;
    padding: 0 40px;
    gap: 40px;
  }

  .horoscope_payment_headline {
    font-size: 22px;
  }

  .horoscope_payment_text {
    margin: 14px 12px 0;
  }

  .unlock_sec_content {
    padding: 60px 0 47px;
  }

  .unlock_img {
    width: 61%;
  }

  .unlock_fullreport_content {
    padding: 54px 0 56px;
  }

  .testimonial_slide {
    padding: 34px 14px 46px 26px;
  }

  .review_likediv span {
    font-size: 24px;
  }

  .testimonial_slider .slick-active.slick-center.slick-slide::before {
    top: 13px;
    filter: blur(18px);
  }

  .testimonial_slider .slick-track {
    padding-top: 36px;
  }

  .discount_sec {
    padding-bottom: 170px;
  }

  .mb_45 {
    margin-bottom: 34px;
  }
}

@media (max-width: 1399.98px) {
  .vsl_payment_content {
    padding: 36px 40px 36px;
  }

  .yellow_btn {
    font-size: 16px;
    padding: 18px 25px;
    min-height: 74px;
    min-width: 360px;
  }

  .yellow_btn_shadow::before {
    height: 54%;
  }

  .vsl_payment_btn {
    min-height: 88px;
    min-width: 364px;
  }

  .vsl_payment_btn>span {
    font-size: 22px;
    margin-top: 5px;
  }

  .vsl_payment_btn span.inner_span {
    font-size: 16px;
  }

  .yellow_btn_shadow {
    margin: 0 auto 20px;
  }

  .vsl_payment_content .yellow_btn_shadow::before {
    height: 65%;
  }

  .gurantee_text {
    font-size: 16px;
    gap: 9px;
  }

  .gurantee_text img {
    width: 24px;
    height: 24px;
  }

  .secure_paymentdiv .font-26 {
    font-size: 20px;
  }

  .secure_paymentdiv {
    padding: 30px 0 0;
  }

  .axis_bank {
    width: 46px;
  }

  .visa_icon {
    width: 46px;
  }

  .paypal_icon {
    width: 28px;
  }

  .gpay_icon {
    width: 46px;
  }

  .apay_icon {
    width: 46px;
  }

  .secure_payment_method {
    gap: 36px;
    margin-top: 14px;
  }

  .vsl_paymentsec_img {
    width: 65%;
    margin: -20px auto;
  }

  .vsl_paymentsec_note span {
    font-size: 20px;
  }

  .vsl_paymentsec_note {
    font-size: 18px;
    line-height: 30px;
  }

  .review_profileimg {
    width: 69px;
    height: 69px;
  }

  .review_username h6 {
    font-size: 20px;
    margin-bottom: 4px;
  }

  .review_username img {
    width: 102px;
  }

  .review_head {
    margin-bottom: 12px;
    gap: 18px;
  }

  .review_box {
    padding: 26px 28px 28px 24px;
  }

  .review_box .font-21 {
    font-size: 18px;
  }

  .review_likediv span {
    font-size: 20px;
  }

  .review_likediv {
    min-width: 92px;
  }

  .review_box::before {
    width: 117px;
    height: 93px;
  }

  .gurantee_sec {
    padding: 40px 0 40px;
  }

  .gurantee_sec_toptext {
    font-size: 18px;
    padding: 18px 32px;
    line-height: 30px;
  }

  .gurantee_sec_btmtext {
    padding: 0px 10px;
  }

  .gurantee_sec_content {
    padding: 34px 26px;
  }

  .font-40 {
    font-size: 32px;
  }

  .relationship_pattern_boxshadow {
    margin: 26px auto 0;
  }

  .relationship_pattern_box .font-18 {
    font-size: 16px;
  }

  .relationship_pattern_img img {
    width: 125px;
  }

  .font-50 {
    font-size: 36px;
  }

  .lh_52 {
    line-height: 36px;
  }

  .relationship_pattern_box_title {
    margin: 28px 0 15px;
  }

  .relationship_pattern_content {
    padding: 36px 30px 40px;
  }

  .font-28 {
    font-size: 22px;
  }

  .chart_report_textcol ul li {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .chart_report_row {
    margin: 50px 0 0;
    padding: 0 30px;
    gap: 32px;
  }

  .chart_report_imgcol {
    padding-top: 60px;
  }

  .chart_report_content {
    padding: 44px 0;
  }

  .chart_report {
    padding: 50px 0 60px;
  }

  .horoscope_payment_text {
    margin: 12px 12px 0;
    font-size: 16px;
    line-height: 30px;
  }

  .horoscope_payment_title {
    margin: 42px auto 30px;
  }

  .horoscope_payment_headline {
    font-size: 20px;
    margin: 32px 0;
  }

  .unlock_sec .font-18 {
    font-size: 16px;
  }

  .unlock_sec .lh_32 {
    line-height: 30px;
  }

  .unlock_sec_text {
    margin: 14px 14px 0;
  }

  .unlock_img {
    width: 56%;
  }

  .unlock_sec_ul li {
    font-size: 16px;
    line-height: 35px;
  }

  .unlock_sec_content {
    padding: 50px 0 47px;
  }

  .unlock_fullreport_content {
    padding: 46px 0 50px;
  }

  .testimonial_head_text h6 {
    font-size: 21px;
    margin-bottom: 3px;
  }

  .testimonial_head_text img {
    width: 95px;
  }

  .testimonial_slider .review_likediv {
    margin: 1px -56px -38px auto;
  }

  .testimonial_text {
    font-size: 16px;
    line-height: 26px;
  }

  .tistimonial_head {
    margin-bottom: 20px;
  }

  .testimonial_head_img {
    width: 60px;
    height: 60px;
  }

  .testimonial_slide {
    padding: 28px 14px 34px 23px;
  }

  .discount_textdiv p,
  .discount_content h6 span {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 12px;
  }

  .discount_content {
    padding: 30px 4px 0;
  }

  .discount_textdiv .font-24 {
    font-size: 18px;
  }

  .mb_45 {
    margin-bottom: 25px;
  }
}

@media (max-width: 1199.98px) {
  .vsl_paymentsec_note {
    font-size: 16px;
    padding: 20px 14px;
  }

  .vsl_paymentsec_note span {
    font-size: 18px;
  }

  .vsl_payment_content {
    padding: 33px 20px 33px;
  }

  .review_box_shadow {
    margin: 0 25px;
  }

  .review_box .font-21 {
    font-size: 18px;
  }

  .review_box {
    padding: 25px 28px 32px 24px;
  }

  .gurantee_sec_content {
    padding: 34px 30px;
  }

  .gurantee_sec_toptext {
    font-size: 16px;
    padding: 18px 15px;
    line-height: 28px;
  }

  .gurantee_sec_btmtext {
    padding: 0px 0px;
  }

  .gurantee_sec_btmtext {
    font-size: 16px;
    line-height: 30px;
  }

  .font-40 {
    font-size: 30px;
  }

  .relationship_pattern_content {
    padding: 22px 20px 40px;
  }

  .relationship_pattern_img img {
    width: 115px;
  }

  .font-50 {
    font-size: 32px;
  }

  .lh_52 {
    line-height: 32px;
  }

  .relationship_pattern_box {
    padding: 32px 30px;
  }

  .font-28 {
    font-size: 20px;
  }

  .chart_report_row {
    margin: 40px 0 0;
    padding: 0 15px;
    gap: 20px;
    align-items: start;
  }

  .chart_report_textcol ul li {
    font-size: 15px;
    margin-bottom: 18px;
  }

  .chart_report_imgcol {
    padding-top: 40px;
  }

  .chart_report_content {
    padding: 40px 0;
  }

  .horoscope_payment_headline {
    font-size: 18px;
    margin: 30px 0;
  }

  .horoscope_payment_text {
    margin: 12px 15px 0;
  }

  .unlock_sec_content .horoscope_payment_title {
    margin: 36px 14px 32px;
  }

  .unlock_sec_text {
    margin: 12px 14px 0;
  }

  .unlock_img {
    width: 60%;
  }

  .unlock_sec_content {
    padding: 40px 0 40px;
  }

  .testimonial_slide {
    padding: 30px 12px 40px 21px;
  }

  .testimonial_head_text h6 {
    font-size: 22px;
    margin-bottom: 8px;
  }

  .testimonial_head_text img {
    width: 96px;
  }

  .testimonial_slide::before {
    width: 105px;
    height: 67px;
  }

  .discount_textdiv .font-24 {
    font-size: 18px;
  }

  .discount_sec_imgdiv img {
    margin: -17px auto -86px;
    width: 70%;
  }

  .discount_sec {
    padding-bottom: 150px;
  }

}

@media (max-width: 991.98px) {

  .vsl_payment_btn>span {
    margin-top: 3px;
  }

  .yellow_btn {
    padding: 16px 22px;
  }

  .vsl_payment_btn {
    min-height: 70px;
    min-width: 344px;
  }

  .axis_bank {
    width: 36px;
  }

  .visa_icon {
    width: 36px;
  }

  .paypal_icon {
    width: 25px;
  }

  .gpay_icon {
    width: 38px;
  }

  .apay_icon {
    width: 38px;
  }

  .secure_payment_method {
    gap: 28px;
    margin-top: 12px;
  }
}

@media (max-width: 512.98px) {
  .video_title h1 {
    font-size: 22px;
    margin: 19px 0 20px;
  }

  .timer-box .labels {
    font-size: 11px;
    padding: 0 0px;
  }

  .vsl_payment {
    padding: 30px 0 40px;
  }

  .yellow_btn {
    padding: 14px 20px;
    font-size: 15px;
    min-width: 100%;
    min-height: 65px;
  }

  .vsl_video_description.w-720 {
    padding: 0 14px;
  }

  .w-720 {
    padding: 0 0px;
  }

  .yellow_btn_shadow {
    width: 90%;
  }

  .unlock_sec_ul li {
    font-size: 14px;
    line-height: 26px;
  }

  .vsl_payment_btn span.inner_span {
    font-size: 14px;
  }

  .vsl_payment_btn>span {
    font-size: 20px;
    margin-top: 1px;
  }

  .yellow_btn_shadow {
    margin: 0 auto 16px;
  }

  .vsl_payment_content .yellow_btn_shadow::before {
    height: 56%;
  }

  .axis_bank {
    width: 34px;
  }

  .visa_icon {
    width: 34px;
  }

  .paypal_icon {
    width: 23px;
  }

  .american_express {
    width: 30px;
  }

  .secure_payment_method {
    gap: 23px;
  }

  .secure_paymentdiv .font-26 {
    font-size: 18px;
  }

  .vsl_paymentsec_img {
    width: 100%;
    margin: 0px auto;
  }

  .vsl_paymentsec_note {
    font-size: 15px;
    padding: 16px 0px;
    line-height: 26px;
  }

  .vsl_paymentsec_note span {
    font-size: 16px;
  }

  .vsl_payment_content {
    padding: 30px 18px 30px;
  }

  .review_box_shadow {
    margin: 0 0px;
  }

  .review_profileimg {
    width: 59px;
    height: 59px;
  }

  .review_username h6 {
    font-size: 18px;
    margin-bottom: 2px;
  }

  .review_username img {
    width: 90px;
  }

  .review_box .font-21 {
    font-size: 16px;
  }

  .review_box .lh-29 {
    font-size: 26px;
  }

  .review_head {
    margin-bottom: 14px;
    gap: 16px;
  }

  .review_box::before {
    width: 97px;
    height: 83px;
  }

  .review_likediv {
    bottom: -11px;
    right: 43px;
  }

  .gurantee_sec {
    padding: 30px 0 40px;
  }

  .gurantee_sec_content {
    padding: 16px 12px;
  }

  .gurantee_sec_content img {
    width: 45%;
  }

  .gurantee_sec_btmtext {
    font-size: 15px;
    line-height: 28px;
  }

  .font-40 {
    font-size: 26px;
  }

  .relationship_pattern_content {
    padding: 22px 12px 30px;
  }

  .relationship_pattern_img img {
    width: 100px;
  }

  .font-50 {
    font-size: 30px;
  }

  .lh_52 {
    line-height: 26px;
  }

  .relationship_pattern_box {
    padding: 30px 16px;
  }

  .relationship_pattern_boxshadow::before {
    bottom: -24px;
    left: 50%;
    width: 65%;
    height: 85px;
    filter: blur(40px);
  }

  .chart_report_content h6 {
    padding: 0 12px;
    font-size: 18px;
  }

  .chart_report_row {
    flex-direction: column;
    margin: 28px 0 0;
    padding: 0 12px;
    gap: 16px;
  }

  .chart_report_imgcol {
    padding-top: 34px;
    width: 100%;
  }

  .chart_report_content {
    padding: 30px 0;
  }

  .chart_report {
    padding: 40px 0 40px;
  }

  .horoscope_payment_title {
    margin: 35px auto 24px;
  }

  .horoscope_payment_headline {
    font-size: 16px;
    margin: 24px 0;
    padding: 22px 18px;
  }

  .horoscope_payment_content {
    padding: 35px 0 35px;
  }

  .unlock_sec {
    padding: 50px 0;
  }

  .unlock_sec_text {
    margin: 12px 12px 0;
  }

  .unlock_img {
    width: 100%;
  }

  .unlock_sec {
    padding: 40px 0;
  }

  .unlock_fullreport_content {
    padding: 36px 0 40px;
  }

  .testimonial_sec {
    padding: 50px 0 80px;
  }

  .testimonial_slider .slick-track {
    padding-top: 20px;
    padding-bottom: 33px;
  }

  .testimonial_slider .slick-active.slick-center.slick-slide::before {
    opacity: 45%;
    top: 12px;
    filter: blur(12px);
  }

  .testimonial_slider .review_likediv {
    margin: 1px -17px -47px auto;
  }

  .discount_content {
    padding: 28px 6px 0;
  }

  .discount_sec_imgdiv img {
    margin: -7px auto -64px;
    width: 100%;
  }

  .discount_sec {
    padding-bottom: 120px;
  }

  .unlock_fullreport_content {
    padding: 36px 0 20px;
  }
  .order_sm_1 {
    order: 1;
  }
}

@media (max-width: 380.98px) {
  .timer-box {
    padding: 7px 12px;
    margin-left: 6px;
  }

  #seconds {
    margin-left: 1px;
  }

  #minutes {
    margin-right: 1px;
  }

  .timer-box {
    padding: 7px 12px;
    margin-left: 6px;
  }

  .header_btn {
    min-width: 132px !important;
    font-size: 13px !important;
    padding: 9px 18px !important;
  }

  .review_box {
    padding: 18px 12px 30px 20px;
  }

  .review_profileimg {
    width: 55px;
    height: 55px;
  }

  .review_username h6 {
    font-size: 17px;
    margin-bottom: 1px;
  }

  .review_head {
    margin-bottom: 12px;
    gap: 13px;
  }

  .review_box .font-21 {
    font-size: 14px;
  }

  .review_box .lh_29 {
    line-height: 24px;
  }

  .review_username img {
    width: 80px;
  }

  .review_box::before {
    width: 77px;
    height: 63px;
  }

  .relationship_pattern_box .font-18 {
    font-size: 15px;
  }
}