@charset "utf-8";
/* CSS Document */

body {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0;
  background: #fff;
  text-align: center;
  font-family: 'Inter';
  font-weight: 400;
  color: #000;
}

div,
ul,
h1,
h2,
h3,
h4,
h5,
li,
p,
img,
form,
input,
textarea {
  margin: 0;
  padding: 0;
}

header,
section,
footer,
aside,
nav,
main,
article,
figure {
  display: block;
}

table,
tr,
td {
  border: 0;
}

a {
  outline: none;
  color: #333;
  text-decoration: none;
}

a:hover {
  outline: none;
  text-decoration: none;
}

img {
  border: none;
  height: auto;
  max-width: 100%;
}

li {
  list-style: none;
}

* {
  box-sizing: border-box;
}

.clearall {
  clear: both;
  font-size: 1px;
  line-height: 1px;
  height: 1px;
}

/*==============Fonts==============*/
@font-face {
  font-family: 'EB Garamond';
  src: url('EBGaramond-Medium.woff2') format('woff2'),
    url('EBGaramond-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/*-----------------------
     MAIN CSS START
------------------------*/
.container {
  width: 1170px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

/*=======TOP STRIP=======*/
.top_strip {
  float: left;
  width: 100%;
  padding: 10px 0 12px;
  background: #230d58;
}

.top_strip_text {
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  font-weight: 600;
}

.top_strip_text img {
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  margin: -3px 10px 0 0;
}

/*=======HEADER=======*/
.top_fix_bar {
  float: left;
  width: 100%;
  margin-bottom: 82px;
}

.header {
  float: left;
  width: 100%;
  padding: 10px 0;
  margin-top: -82px;
  top: 82px;
  height: 82px;
  position: relative;
  z-index: 2;
  background: #fff;
}

.fixed-nav .header {
  position: fixed;
  z-index: 11;
  -webkit-transition: margin .3s ease-out;
  transition: margin .3s ease-out;
  margin-top: 0;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, .1);
}

.logo {
  float: left;
  width: 225px;
}

.header_btn {
  float: right;
  width: 275px;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin-top: 5px;
  border-radius: 50px;
  background: #00b32d;
}

.header_btn img {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  margin: -3px 0 0 7px;
}

/*=====BANNER=====*/
.banner {
  float: left;
  width: 100%;
  padding: 50px 0 60px;
  background: #f9f8fd;
}

.banner_block {
  width: 100%;
  margin: 0 auto 0;

  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.hero_slide-div-outer {
  float: left;
  width: 100%;
}

.hero_image_slider {
  float: left;
  width: 100%;
  border: 1px solid #1d3619;
  border-radius: 12px;
  box-shadow: 2px 2px 0 1px rgba(0, 0, 0, 1);
}

.hero_image_slider_inner {
  float: left;
  width: 100%;
  position: relative;
  border-radius: 12px;
}

.hero_slide_img {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  position: relative;
}

.hero_thumb_slider {
  float: left;
  width: 100%;
  margin-top: 15px;
}

.hero_thumb_slider_inner {
  width: calc(100% - 8px) !important;
  cursor: pointer;
  border-radius: 15px;
  border: none;
  margin: 2px 0;
}

.hero_thumb_slider_img {
  max-width: 100%;
}

.banner_content {
  width: 45%;
  text-align: left;
  position: relative;
}

.banner_rated_text {
  font-size: 17px;
  line-height: 17px;
  color: #000;
  font-weight: 500;
}

.banner_rated_text img {
  display: inline-block;
  vertical-align: middle;
  width: 88px;
  margin: -5px 8px 0 0;
}

.banner_rated_text small:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 15px;
  margin: -4px 5px 0;
  background: #cccccc;
}

.banner_heading {
  font-size: 50px;
  line-height: 52px;
  color: #2f0b6d;
  font-weight: 500;
  font-family: 'EB Garamond';
  letter-spacing: -1.1px;
  margin-top: 8px;
  position: relative;
}

.sky-star {
  position: absolute;
  bottom: 42px;
  right: 72px;
  width: 62px;
}

.banner_text {
  font-size: 18px;
  line-height: 26px;
  color: #000;
  margin-top: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dad0f0;
}

.banner_points {
  float: left;
  width: 100%;
  margin-top: 25px;
}

.banner_points li {
  float: left;
  width: 100%;
  font-size: 18px;
  line-height: 25px;
  color: #000;
  font-weight: 500;
  margin-bottom: 12px;
  padding-bottom: 12px;
  padding-left: 42px;
  border-bottom: 1px solid #ede9f7;
  background: url(https://s3.amazonaws.com/subscribe-funnels-production/assets/e0035c3b-6e0c-455c-b751-84f607aa84fa/banner-bullet.webp) no-repeat;
  background-size: 27px;
  background-position: top 2px left;
}

.banner_points li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

/*============package==============*/
.prod-det_rgt-box {
  float: left;
  width: 100%;
  margin-top: 30px;
}

.bundle_header {
  font-size: 40px;
  line-height: 44px;
  color: #000;
  font-weight: bold;
  letter-spacing: 1px;
  font-family: 'Bebas Neue';
  text-align: center;
}

.selectBox {
  float: left;
  width: 100%;
  margin-top: 10px;
}


.switch_optBox {
  width: 100%;
  margin: 0 auto 0;
  padding: 6px 6px;
  border-radius: 8px;
  background: #f0e9f9;

  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.option_row {
  width: 48%;
  border-radius: 10px;
  font-size: 18px;
  line-height: 18px;
  color: #000;
  font-weight: 600;
  text-align: center;
  position: relative;
  cursor: pointer;
  padding: 20px 10px;
}

.option_row.active {
  background: #2f0b6d;
  color: #fff;
}

.prd-opt {
  float: left;
  width: 100%;
  background: #fff;
  border: 1px solid #c2c2c2;
  padding: 20px 20px;
  border-radius: 8px;
  cursor: pointer;
  margin-top: 30px;
  position: relative;
  -webkit-box-shadow: 3px 3px 8px 2px rgba(0, 0, 0, .1);
  box-shadow: 3px 3px 8px 2px rgba(0, 0, 0, .1);
}

.prd-opt.pkg3 {
  margin-top: 22px;
}

.prd-opt.active {
  border-color: #2f0b6d;
  outline: 1px solid #2f0b6d;
  background: #f0ecf8;
}

.prd-opt_nofuction {
  border: none;
  padding: 0;
  margin-top: 20px;
  min-height: auto;
}

.prd-opt_nofuction .prd-opt-btm {
  padding: 0;
}

.prd-opt_nofuction.active {
  background: #fff;
  box-shadow: none;
}

.prd-opt-top {
  width: 100%;
  margin: 0 auto 0;

  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  justify-content: space-between;
  align-items: center;
}

.pkg_most_strip {
  position: absolute;
  top: -13px;
  right: 21px;
  font-size: 11px;
  line-height: 11px;
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.5px;
  padding: 7px 12px 6px;
  border-radius: 50px;
  background: #2f0b6d;
  text-transform: uppercase;
}

.pkg_most_strip img {
  display: inline-block;
  vertical-align: middle;
  width: 11px;
  margin: -3px 5px 0 0;
}

.prd_pack {
  width: 45%;

  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  justify-content: flex-start;
  align-items: center;
}

.rad-opt {
  width: 26px;
  flex-shrink: 0;
}

.rad-opt input[type='radio'] {
  -webkit-appearance: none;
  position: absolute;
  left: 0;
  top: 0;
}

.rad-opt input[type='radio']+span {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid #efefef;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background: #ececec;
}

.rad-opt input[type='radio']+span:before {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.rad-opt input[type='radio']:checked+span {
  border-color: #230d58;
  background: #fff;
}

.rad-opt input[type='radio']:checked+span:before {
  background: #230d58;
}

.sel-prd-info {
  text-align: left;
  padding-left: 12px;
  position: relative;
}

.sel-prd-img {
  width: 98px;
  flex-shrink: 0;
}

.sel-prd-img img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.prd-qty {
  font-size: 20px;
  line-height: 24px;
  color: #230d58;
  font-weight: 600;
}

.prd_discount_strip {
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
  font-size: 12px;
  line-height: 12px;
  color: #2f0b6d;
  font-weight: 600;
  padding: 7px 12px 5px;
  text-transform: uppercase;
  border: 1px solid #f5ebd1;
  border-radius: 6px;
  background: #fff4d9;
}

.prd_billing_box {
  width: 42%;

  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  justify-content: space-between;
  align-items: center;
}

.prod-price {
  font-size: 20px;
  line-height: 24px;
  color: #230d58;
  font-weight: bold;
}

.prd-cut-price {
  font-size: 16px;
  line-height: 16px;
  color: #696969;
  margin-top: 6px;
}

.prd-cut-price span {
  position: relative;
}

.prd-cut-price span:before {
  content: '';
  position: absolute;
  top: 45%;
  left: -3px;
  right: -2px;
  height: 1px;
  background: #9c9c9c;
}

.sel-prd-prc {
  text-align: right;
  padding-left: 20px;
}

.shiping_cost {
  font-size: 11px;
  line-height: 12px;
  color: #de1b1b;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 10px;
}

.cart_btn_box {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-top: 35px;
}

.cart_btn_width {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: center;
}

.cart_common_btn {
  width: 100%;
  height: 72px;
  text-align: center;
  font-size: 22px;
  line-height: 72px;
  color: #fff;
  font-weight: bold;
  font-family: 'Inter';
  text-transform: uppercase;
  letter-spacing: 0.3px;
  border: none;
  border-radius: 50px;
  position: relative;
  cursor: pointer;
  background: #00b32d;
  -webkit-appearance: none;
  -webkit-box-shadow: 0 6px 7px 4px rgba(0, 0, 0, .15);
  box-shadow: 0 6px 7px 4px rgba(0, 0, 0, .15);
  display: inline-block;
}

.button-arrow {
  display: inline-block;
  vertical-align: middle;
  margin: -5px 0 0 15px;
  width: 12px;
}

.delivery_points {
  width: 100%;
  max-width: 475px;
  margin: 30px auto 0;
  text-align: center;

  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.delivery_points li {
  font-size: 13px;
  line-height: 18px;
  color: #000000;
  text-transform: uppercase;
}

.delivery_points li img {
  display: block;
  margin: 0 auto 15px;
  width: 38px;
}

.banner_faq_heading {
  font-size: 20px;
  line-height: 22px;
  color: #2f0b6d;
  font-weight: 600;
  margin-top: 40px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d3d3d3;
}

.banner__faq-box {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0 0 10px;
}

.banner__up-slide-dwn {
  float: left;
  width: 100%;
  border-bottom: 1px solid #d3d3d3;
}

.banner__faq-row {
  float: left;
  width: 100%;
}

.banner__accordion {
  float: left;
  width: 100%;
  text-align: left;
  background: url(https://s3.amazonaws.com/subscribe-funnels-production/assets/e0035c3b-6e0c-455c-b751-84f607aa84fa/plus.webp) no-repeat;
  background-position: 99.5% center !important;
  background-size: 12px !important;
  padding: 22px 30px 22px 0;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #000000;
  position: relative;
  cursor: pointer;
}

.banner__acdn-heading.banner__accordion-open {
  background: url(https://s3.amazonaws.com/subscribe-funnels-production/assets/e0035c3b-6e0c-455c-b751-84f607aa84fa/minus.webp) no-repeat;
}

.banner__acdn-content {
  float: left;
  width: 100%;
  text-align: left;
  padding: 0 30px 7px 0;
  margin-top: -10px;
}

.banner__acdn-para {
  font-size: 17px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 15px;
}

.banner_result_text {
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  font-weight: 600;
  margin-top: 25px;
}

.banner_videos_row {
  width: 100%;
  margin: 20px auto 0;

  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.banner_videos_col {
  width: 23.5%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #1c2149;
  cursor: pointer;
}

.banner_videos_col .ugc-poster {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  transition: all ease 0.5s;
}

.banner-poster {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner_videos_col:hover .banner-poster {
  opacity: 0.4;
}

.banner-play-button {
  position: absolute;
  width: 28px;
  top: 6px;
  right: 8px;
}

.banner_left {
  float: left;
  width: 48.72%;
  top: 90px;
  position: -webkit-sticky;
  position: sticky;
}

.hero_img {
  display: block;
  margin: 0 auto;
  width: 100%;
  border-radius: 10px;
}

.banner_review_box {
  float: left;
  width: 100%;
  text-align: left;
  margin-top: 30px;
  padding: 20px 25px 20px;
  border: 1px solid #f7f5fb;
  border-radius: 10px;
  background: #fff;
  column-gap: 20px;
}

.banner-review-star {
  display: block;
  width: 97px;
  margin: 0;
}

.banner_review_text {
  font-size: 18px;
  line-height: 24px;
  color: #000;
  margin-top: 20px;
}

.banner_review_verfy_box {
  width: 100%;
  margin-top: 30px;

  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.banner_review_num {
  width: 45px;
  height: 45px;
  font-size: 18px;
  line-height: 45px;
  color: #2f0b6d;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  border-radius: 50%;
  background: #e8e0f7;
}

.banner_review_verfy_cont {
  text-align: left;
  padding-left: 15px;
}

.banner_review_verfy_cont h3 {
  font-size: 18px;
  line-height: 22px;
  color: #220f46;
  font-weight: bold;
}

.banner_review_verfy_cont p {
  font-size: 14px;
  line-height: 16px;
  color: #000;
  margin-top: 5px;
}

.review-shild {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  margin: -3px 2px 0 0;
}

.common_button_box {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-top: 40px;
}

.common_button_width {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 500px;
  text-align: center;
}

.common_button {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 72px;
  text-align: center;
  font-size: 22px;
  line-height: 72px;
  color: #fff;
  font-weight: bold;
  font-family: 'Inter';
  text-transform: uppercase;
  letter-spacing: 0.3px;
  border: none;
  border-radius: 50px;
  position: relative;
  cursor: pointer;
  background: #00b32d;
  -webkit-appearance: none;
  -webkit-box-shadow: 0 6px 7px 4px rgba(0, 0, 0, .15);
  box-shadow: 0 6px 7px 4px rgba(0, 0, 0, .15);
}

.common_button img {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  margin: -3px 0 0 15px;
}

.button_stock {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  line-height: 16px;
  color: #000;
  padding-left: 19px;
  position: relative;
  margin-bottom: 10px;
}

.button_stock:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #3ad300;
  animation: breath 1.3s infinite;
}

@keyframes breath {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.button_stock.button_grnty {
  margin: 15px 0 0;
  padding: 0;
}

.button_stock.button_grnty:after {
  display: none;
}

.dollar {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  margin: -2px 8px 0 0;
}

.common_button_list {
  width: 100%;
  column-gap: 22px;
  margin: 15px auto 0;

  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  justify-content: center;
  align-items: center;
}

.common_button_list li {
  font-size: 15px;
  line-height: 16px;
  color: #000;
}

.common_button_list li img {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  margin: -2px 10px 0 0;
}


/*====brand_strip_scroll====*/
.brand_strip_scroll {
  float: left;
  width: 100%;
  padding: 25px 0 25px;
  border-bottom: 1px solid #f7e6fb;
  background: #fff;
}

.brand_heading {
  font-size: 17px;
  line-height: 17px;
  color: #000;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}

.brand_list {
  width: 100%;
  max-width: 960px;
  padding: 0 15px;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 15px auto 0;
  justify-content: space-between;
}

.brand_list li {
  display: inline-block;
  vertical-align: top;
}

.brand_list li img {
  display: block;
  margin: 0 auto 0;
  height: 59px;
  width: auto;
}

/*=====SECTION 1=====*/
.section1 {
  float: left;
  width: 100%;
  padding: 60px 0 0;
  position: relative;
  background: #fff;
}

.common_sub_heading {
  font-size: 18px;
  line-height: 20px;
  color: #2f0b6d;
  font-weight: 600;
  margin-bottom: 15px;
}

.common_heading {
  font-size: 45px;
  line-height: 50px;
  color: #2f0b6d;
  font-weight: 500;
  font-family: 'EB Garamond';
}

.black_color {
  color: #000 !important;
}

.common_text {
  font-size: 18px;
  line-height: 24px;
  color: #000;
  margin-top: 25px;
}

.s1_block {
  width: 100%;
  margin: 50px auto 0;

  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s1_left_box {
  width: 48.975%;
}

.graph {
  display: block;
  margin: 0 auto 0;
  width: 100%;
  border: 1px solid #e0e0e0;
}

.s1_cont {
  width: 45.5%;
  text-align: left;
}

.s1_box {
  float: left;
  width: 100%;
}

.s1_col {
  width: 100%;
  margin: 0 auto 18px;
  padding: 0 0 18px;
  position: relative;
  border-bottom: 1px solid #e0e0e0;

  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.s1-col-icon {
  width: 45px;
  flex-shrink: 0;
}

.s1_col_cont {
  padding-left: 15px;
  text-align: left;
}

.s1_col_heading {
  font-size: 22px;
  line-height: 24px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
}

.s1_col_text {
  font-size: 18px;
  line-height: 24px;
  color: #000;
  margin-top: 10px;
}

.s1_col:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.s1_sub_heading {
  font-size: 28px;
  line-height: 34px;
  color: #000;
  font-weight: bold;
  margin-top: 45px;
}

.s1-gummies {
  display: block;
  margin: 25px auto 0;
  width: 148px;
}

.s1-brand-logo {
  display: block;
  margin: 0 auto -51px;
  width: 104px;
  position: relative;
  z-index: 5;
}

/*=====SECTION 2=====*/
.section2 {
  float: left;
  width: 100%;
  padding: 80px 0 0;
  position: relative;
  background: #f9f8fd;
  overflow: hidden;
}

.sec2_botle {
  position: absolute;
  right: 10px;
  top: -60px;
  width: 500px;
}

.s2_block {
  width: 100%;
  margin: 0 auto 0;

  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.s2_content {
  width: 50%;
  text-align: left;
  padding-bottom: 70px;
}

.s2_points {
  margin-top: 40px;
}

.s2_points li {
  font-size: 18px;
  line-height: 26px;
  color: #000;
  font-weight: 500;
  margin-bottom: 15px;
  padding-bottom: 15px;
  padding-left: 35px;
  border-bottom: 1px solid #ede9f7;
  background: url(https://s3.amazonaws.com/subscribe-funnels-production/assets/e0035c3b-6e0c-455c-b751-84f607aa84fa/purple-bulllet.webp) no-repeat;
  background-size: 22px;
  background-position: left 3px;
}

.s2_points li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.s2_right {
  width: 47.27%;
  margin-top: 50px;
}

.s2_img_box {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  position: relative;
}

.s2_benifit_box {
  width: 100%;
  margin: 0 auto 0;

  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

.s2_benifit_col {
  width: 31.33%;
}

.s2_benifit_icon_box {
  width: 78px;
  height: 78px;
  margin: 0 auto 10px;
  border-radius: 50%;
  background: #efe8fb;

  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.s2-benifit-icon {
  display: block;
  margin: 0 auto 0;
  width: 58.98%;
}

.s2_benifit_col p {
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  font-weight: 600;
}

.s2-hand {
  display: block;
  margin: 0 auto 0;
  width: 500px;
}

.s2-product {
  width: 290px;
  float: right;
  margin: 20px -99px -20px -100px;
}

/*=====SECTION 3=====*/
.section3 {
  float: left;
  width: 100%;
  padding: 60px 0 70px;
  background: #fff;
}

.s3_box {
  width: 100%;
  margin: 45px auto 10px;
  row-gap: 30px;

  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s3_col {
  width: 48.7%;
  text-align: left;
  padding: 25px 20px 25px;
  border: 1px solid #d9ceed;
  border-radius: 9px;
  background: #fff;

  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.s3_col_cont {
  float: left;
  width: 100%;
  padding-right: 50px;
  position: relative;
}

.s3-col-icn {
  position: absolute;
  top: -10px;
  right: 0;
  width: 64px;
}

.s3_col_heading {
  font-size: 30px;
  line-height: 34px;
  color: #2f0b6d;
  font-weight: bold;
}

.s3_col_text {
  font-size: 18px;
  line-height: 26px;
  color: #000000;
  margin-top: 20px;
}

.s3_comparision_box {
  width: 100%;
  margin: 25px auto 0;

  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

.s3_comparision_col {
  width: 49.642%;
}

.s3-comparision-img {
  display: block;
  margin: 0 auto 0;
  width: 100%;
}

/*=====SECTION 4=====*/
.section4 {
  float: left;
  width: 100%;
  padding: 60px 0 70px;
  background: #f9f8fd;
}

.s4_block {
  width: 100%;
  margin: 45px auto 5px;

  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s4_left {
  width: 46.154%;
}

.s4-product {
  display: block;
  margin: 0 auto 0;
  width: 100%;
}

.s4_promise_strip {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 30px auto 0;
  position: relative;
}

.s4_promise_strip span {
  display: inline-block;
  vertical-align: top;
  font-size: 17px;
  line-height: 18px;
  color: #000;
  font-weight: 600;
  text-align: center;
  padding: 8px 25px 8px;
  border: 1px solid #e1deea;
  border-radius: 50px;
  position: relative;
  background: #f9f8fd;
}

.s4_promise_strip:before {
  content: '';
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  height: 1px;
  background: #e1deea;
}

.s4_promise_box {
  width: 100%;
  margin: 30px auto 0;
  row-gap: 35px;

  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s4_promise_col {
  width: 31.33%;
}

.s4-promise-icon {
  display: block;
  margin: 0 auto 8px;
  width: 68px;
}

.s4_promise_col p {
  font-size: 17px;
  line-height: 22px;
  color: #000;
  font-weight: 500;
}

.s4_content {
  width: 48%;
}

.s4_box {
  float: left;
  width: 100%;
}

.s4_col {
  width: 100%;
  padding: 30px 0 30px;
  border-bottom: 1px solid #edebf3;
  position: relative;

  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.s4_col:first-child {
  padding-top: 0;
}

.s4_col_cont {
  text-align: left;
}

.ingredient_name {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  column-gap: 12px;
}

.s4_col_heading {
  font-size: 22px;
  line-height: 26px;
  color: #000;
  font-weight: bold;
}

.s4_col_strip {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  line-height: 15px;
  color: #000;
  font-weight: bold;
  padding: 4px 10px;
  border: 1px solid #e2dbf2;
  border-radius: 50px;
  background: #ffffff;
}

.s4_col_text {
  font-size: 18px;
  line-height: 24px;
  color: #000;
  margin-top: 15px;
}

.s4-col-img {
  width: 145px;
  flex-shrink: 0;
}

/*=====SECTION 5=====*/
.section5 {
  float: left;
  width: 100%;
  padding: 60px 0 70px;
  background: #fff;
}

.s5_box {
  width: 100%;
  margin: 45px auto 10px;

  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s5_col {
  width: 31.454%;
  border: 2px solid #2f0b6d;
  border-radius: 10px;
  background: #f3f1fa;
  overflow: hidden;

  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.s5_col_header {
  float: left;
  width: 100%;
}

.s5-col-img {
  display: block;
  margin: 0 auto 0;
  width: 100%;
}

.s5_col_header_cont,
.s5_col_healing_box_otr {
  float: left;
  width: 100%;
  padding: 20px 15px 20px;
  text-align: left;
}

.s5_col_healing_box_otr {
  padding-top: 0 !important;
}

.s5_col_heading {
  font-size: 22px;
  line-height: 24px;
  color: #000;
}

.s5_col_strip {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  line-height: 16px;
  color: #2f0b6d;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 14px;
  padding: 5px 14px 6px;
  border: 1px solid #e2dbf2;
  border-radius: 5px;
  background: #ffffff;
}

.s5_col_text {
  font-size: 18px;
  line-height: 26px;
  color: #000;
  margin-top: 15px;
}

.s5_col_healing_box {
  width: 100%;
  margin: 0 auto 0;
  column-gap: 10px;
  padding: 14px 14px 14px;
  border: 1px solid #e2dbf2;
  border-radius: 8px;
  min-height: 90px;
  background: #ffffff;

  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.s5_col_healing_box h3 {
  font-size: 23px;
  line-height: 24px;
  color: #2f0b6d;
  font-weight: 400;
}

.s5_col_healing_box p {
  font-size: 15px;
  line-height: 20px;
  color: #000;
}

/*=====SECTION 6=====*/
.section6 {
  float: left;
  width: 100%;
  padding: 60px 0 70px;
  position: relative;
  background: #f9f8fd;
  overflow: hidden;
}

.timeline__mid {
  margin: 30px auto 0;
  width: 100%;
  max-width: 970px;

  display: flex;
  flex-direction: column;
}

.timeline__mid_row {
  width: 100%;
  position: relative;

  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 35px 0;
}

.timeline__mid_row.reverse {
  flex-direction: row-reverse;
}

.timeline__mid_row.timeline__entry_point:before {
  position: absolute;
  top: 60px;
  content: '';
  border-right: 3px solid #2f0b6d;
  left: 50%;
  bottom: 0;
  margin-left: -1px;
  height: var(--timeline-height-dynamic, 0px);
  z-index: 1;
  transition: height 0.3s ease-out;
}

.timeline__mid_row.timeline__entry_point:after {
  position: absolute;
  top: 60px;
  content: '';
  border-right: 3px solid #cebeeb;
  left: 50%;
  bottom: 0;
  margin-left: -1px;
  height: var(--timeline-height, 0px);
  z-index: 0;
}

.timeline__row_center_step {
  position: absolute;
  left: 50%;
  margin-left: -15px;
  border-radius: 50%;
  margin-top: 10px;
  z-index: 1;
  transform: scale(0.95);
  transition: all 0.3s ease-out;
  width: 30px;
  height: 30px;
  border: 8px solid #fff;
  box-shadow: 0 0 0 2px #cebeeb;
  display: inline-block;
  vertical-align: middle;
  background: #cebeeb;
}

.timeline__row_center_step.viewing {
  background: #2f0b6d;
  transform: scale(1);
  box-shadow: 0 0 0 2px #2f0b6d;
}

/*.timeline__row_center_step.viewing:before {
    content: '';
    position: absolute;
    left: 11px;
    top: 40%;
    width: 10px;
    height: 18px;
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg) translateY(-50%);
	}*/



.rad-opt input[type='radio']+span {}

.rad-opt input[type='radio']+span:before {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}


.timeline_mid_week_box {
  width: 43%;
  text-align: right;
  margin-top: 15px;
}

.timeline__mid_row.reverse .timeline_mid_week_box {
  text-align: left;
}

.week_heading {
  font-size: 24px;
  line-height: 26px;
  color: #000;
  font-weight: bold;
}

.calendar {
  display: inline-block;
  vertical-align: middle;
  margin: -6px 15px 0 0;
  width: 30px;
}

.timeline__row_content_box {
  width: 43%;
  border-radius: 10px;
  position: relative;
  background: #fff;
  border: 2px solid #ede8f8;
  padding: 20px 25px;
  text-align: left;
  opacity: 0;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transform: translateX(50px);
}

.timeline__mid_row.reverse .timeline__row_content_box {
  transform: translateX(-50px);
}

.timeline__row_content_box.viewing,
.timeline__mid_row.reverse .timeline__row_content_box.viewing {
  opacity: 1;
  transform: translateX(0);
}

/*.timeline__row_content_box:after {
    position: absolute;
    content: "";
    left:-15px;
    top:22px;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-right: 13px solid #2e0146;
	}
.timeline__mid_row.reverse .timeline__row_content_box:after{
	border-right:none;
	border-left: 13px solid #2e0146;
	left:auto;
	right:-15px;
	}*/
ul.timeline_row_list {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

ul.timeline_row_list li:first-child {
  margin-top: 0;
}

ul.timeline_row_list li {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: left;
  padding-left: 18px;
  position: relative;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #000;
  margin: 10px 0 0;
}

ul.timeline_row_list li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #44237c;
}

.s6-product-img {
  position: absolute;
}

.s6-product-img1 {
  top: 80px;
  left: -687px;
  width: 764px;
}

.s6-product-img2 {
  bottom: 0;
  right: -745px;
  width: 738px;
}

/*=====SECTION 7=====*/
.section7 {
  float: left;
  width: 100%;
  padding: 60px 0 70px;
  background: #fff;
}

.compare_box {
  width: 100%;
  max-width: 650px;
  margin: 30px auto 0;

  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.compare_col {
  width: 49.3%;
}

.compare-product {
  display: block;
  margin: 0 auto 10px;
  width: 166px;
}

.compare_list {
  float: left;
  width: 100%;
  border-radius: 10px;
  background: #2f0b6d;
}

.compare_list li {
  float: left;
  width: 100%;
  height: 150px;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  font-weight: 500;
  padding: 20px 20px 20px;
  border-bottom: 1px solid #b59cdf;
}

.compare-icon {
  display: block;
  margin: 0 auto 10px;
  width: 54px;
}

.compare_list li:last-child {
  border-bottom: none;
}

.compare_col2 .compare_list {
  background: #e9e9e9;
}

.compare_col2 .compare_list li {
  color: #000;
  border-color: #dbdbdb;
}

/*=====SECTION 8=====*/
.section8 {
  float: left;
  width: 100%;
  padding: 60px 0 70px;
  background: #f9f8fd;
  overflow: hidden;
}

.common_text.fs20 {
  font-size: 20px;
  line-height: 26px;
}

.s8_box {
  width: 100%;
  margin: 0 auto 0;
  position: relative;

  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s8-img {
  position: absolute;
  bottom: -253px;
  right: 0;
  width: 549px;
}

.s8_left {
  width: 49%;
}

.guarantee_box {
  float: left;
  width: 100%;
  padding: 35px 33px 40px;
  border: 1px solid #ebeaef;
  border-radius: 12px;
  background: #fff;
}

.guarantee-seal {
  display: block;
  margin: 0 auto 20px;
  width: 142px;
}

.guarantee_cont {
  text-align: left;
  padding-left: 15px;
}

.guarantee_cont h3 {
  font-size: 30px;
  line-height: 36px;
  color: #1a3d1f;
  font-family: 'Bebas Neue';
}

.guarantee_cont p {
  font-size: 18px;
  line-height: 26px;
  color: #000;
  font-weight: 500;
  margin-top: 12px;
}

/*=====SECTION 9=====*/
.section9 {
  float: left;
  width: 100%;
  padding: 60px 0 70px;
  background: #fff;
}

.rating_col {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-top: 30px;
}

.rating_col_heading {
  font-size: 40px;
  line-height: 42px;
  color: #2f0b6d;
  font-weight: 600;
}

.rating-star {
  display: block;
  margin: 10px auto 0;
  width: 164px;
}

.rating_text {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  margin-top: 15px;
}

.testimonial_box {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 40px auto 0;
  overflow: hidden;
}

.testimonial_row {
  width: 100%;
  padding: 0 10px 65px;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  position: relative;
}

.testimonial_column {
  border-radius: 10px;
  border: 1px solid #c6c2d6;
  overflow: hidden;
  position: relative;
  display: -webkit-flex;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
  padding-bottom: 25px;
}

.testimonial_column__cont {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  padding-bottom: 0px;
}

.testimonial_column_top {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  background: #ffffff;
  overflow: hidden;
}

.testimonial_image_column {
  width: 49.5%;
  position: relative;
}

.testimonial_image {
  display: block;
  margin: 0 auto 0;
  width: 100%;
}

.testimonial_column_bottom {
  width: 100%;
  text-align: left;
  padding: 25px 15px 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex: 1;
}

.testimonial_star {
  display: block !important;
  width: 97px;
}

.testimonial_paragrapgh {
  color: #000000;
  font-size: 17px;
  line-height: 25px;
  margin-top: 15px;
}

.testimonial_user_box {
  width: 100%;
  margin-top: 25px;
  padding: 0 15px;

  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.testimonial_user_name {
  font-size: 17px;
  line-height: 22px;
  color: #000000;
  font-weight: bold;
  text-align: left;
}

.testimonial_user_name span {
  font-size: 14px;
  color: #2f0b6d;
  font-weight: 400;
}

.testimonial_user_name2 span {
  color: #000;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0;
  background: #e8f5f6;
  padding: 5px 8px;
  border-radius: 4px;
}

.testimonial_tick {
  display: inline-block !important;
  vertical-align: middle;
  margin: -2px 4px 0;
  width: 13px;
}

.testi_strip {
  color: #000;
  font-size: 13px;
  line-height: 13px;
  border-radius: 5px;
  padding: 4px 10px 4px;
  background: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  position: absolute;
  bottom: 10px;
  left: 5px;
  text-align: center;
}

.review_box {
  width: 100%;
  margin: 55px auto 5px;
  row-gap: 30px;

  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.review_col {
  width: 48.6%;
  text-align: left;
  padding: 30px 30px 30px;
  border: 1px solid #ecdff2;
  border-radius: 10px;
  background: #fff;

  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.testi_user_div {
  column-gap: 12px;

  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.testi_user_num {
  width: 52px;
  height: 52px;
  font-size: 20px;
  line-height: 52px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  border-radius: 50%;
  background: #d4c9e8;
}

.review_col .testimonial_user_box {
  padding: 0;
}

/*=====SECTION 10=====*/
.section10 {
  float: left;
  width: 100%;
  padding: 60px 0 70px;
  background: #f9f8fd;
}

.faq-box {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 770px;
  margin: 25px 0 5px;
}

.up-slide-dwn {
  float: left;
  width: 100%;
  margin: 10px 0;
  padding: 0 25px;
  border: 1px solid #f9f8fa;
  border-radius: 10px;
  background: #fff;
}

.up-slide-dwn.active {
  -webkit-box-shadow: 0 0 8px 2px #e6e4ef;
  box-shadow: 0 0 8px 2px #e6e4ef;
}

.faq-row {
  float: left;
  width: 100%;
}

.accordion {
  float: left;
  width: 100%;
  text-align: left;
  background: url(https://s3.amazonaws.com/subscribe-funnels-production/assets/e0035c3b-6e0c-455c-b751-84f607aa84fa/close.webp) no-repeat;
  background-position: 99.5% center !important;
  background-size: 20px !important;
  padding: 28px 35px 28px 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
  position: relative;
  cursor: pointer;
}

.acdn-heading.accordion-open {
  background: url(https://s3.amazonaws.com/subscribe-funnels-production/assets/e0035c3b-6e0c-455c-b751-84f607aa84fa/open.webp) no-repeat;
}

.acdn-content {
  float: left;
  width: 100%;
  text-align: left;
  margin-top: -10px;
  padding: 15px 60px 10px 0;
  border-top: 1px solid #dddddd;
}

.acdn-para {
  font-size: 17px;
  line-height: 25px;
  color: #000000;
  margin-bottom: 15px;
}

.faq-row:last-child {}

/*-----------------------
         FOOTER
------------------------*/
.footer {
  float: left;
  width: 100%;
  padding: 40px 0;
  background: #fff;
}

.footer-logo {
  display: block;
  margin: 0 auto 25px;
  width: 127px;
}

.footer_text {
  font-size: 17px;
  line-height: 22px;
  color: #000000;
  margin-top: 25px;
}

.footer_text a {
  padding: 0 8px;
  color: #000;
}

.footer_box {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 970px;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  margin-top: 30px;
  padding: 15px 20px 15px;
  border: 1px solid #e2e2e2;
}

/*=========Media Query=========*/
.show-mob,
.show-tab {
  display: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.extrabold {
  font-weight: 800;
}

.semi_bold {
  font-weight: 600;
}

.medium {
  font-weight: 500;
}

.white_color {
  color: #fff !important;
}

.mrgT0 {
  margin-top: 0 !important;
}

.red_color {
  color: #ff0000;
}

.purple_color {
  color: #2f0b6d;
}


@media only screen and (max-width:1200px) {
  .container {
    width: 1004px;
  }

  .banner_content {
    width: 46%;
  }

  .banner_heading {
    font-size: 47px;
    line-height: 50px;
  }

  .sky-star {
    right: 36px;
  }

  .option_row {
    font-size: 17px;
    line-height: 17px;
  }

  .common_button_width {
    max-width: 480px;
  }

  .s2_benifit_icon_box {
    width: 68px;
    height: 68px;
  }

  .s2_benifit_col p {
    font-size: 16px;
    line-height: 20px;
  }


  .s5_col_healing_box {
    min-height: 110px;
  }

  .s8-img {
    width: 459px;
    bottom: -103px;
  }

  .s8_left {
    width: 53%;
  }
}


@media only screen and (max-width:1021px) {
  .container {
    width: 750px;
  }

  .show-desk {
    display: none;
  }

  .show-tab {
    display: block;
  }

  .banner_left {
    width: 44%;
  }

  .banner_review_box {
    padding: 20px 20px 20px;
  }

  .banner-review-star {
    width: 87px;
  }

  .banner_review_text {
    font-size: 17px;
    line-height: 23px;
    margin-top: 14px;
  }

  .banner_review_verfy_cont h3 {
    font-size: 17px;
    line-height: 21px;
  }

  .banner_review_verfy_cont p {
    font-size: 13px;
    line-height: 15px;
  }

  .review-shild {
    width: 12px;
  }

  .banner_content {
    width: 51.5%;
  }

  .banner_rated_text {
    font-size: 16px;
    line-height: 16px;
  }

  .banner_rated_text img {
    width: 76px;
  }

  .banner_heading {
    font-size: 37px;
    line-height: 42px;
  }

  .sky-star {
    right: 29px;
    bottom: 38px;
    width: 42px;
  }

  .banner_text {
    font-size: 17px;
    line-height: 25px;
  }

  .durability_points {
    width: 100%;
  }

  .durability_points li {
    padding: 0 18px;
  }

  .banner_points {
    width: 100%;
  }

  .banner_points li {
    margin-bottom: 12px;
    padding-bottom: 12px;
    padding-left: 33px;
    background-size: 20px;
    font-size: 17px;
    line-height: 23px;
  }

  .option_row {
    font-size: 14px;
    line-height: 16px;
    padding: 14px 10px;
  }

  .prd-opt {
    padding: 15px 15px;
    margin-top: 25px;
  }

  .prd-opt.pkg3 {
    margin-top: 16px;
  }

  .sel-prd-info {
    padding-left: 10px;
  }

  .prd-qty {
    font-size: 17px;
    line-height: 18px;
  }

  .prod-price {
    font-size: 19px;
    line-height: 20px;
  }

  .prd_discount_strip div {
    font-size: 9px;
    line-height: 11px;
  }

  .prd_discount_strip {}

  .sel-prd-img {
    width: 92px;
  }

  .sel-prd-prc {
    padding-left: 15px;
  }

  .shiping_cost {
    font-size: 9px;
    line-height: 9px;
  }

  .prd-per-bal-prc {
    font-size: 10px;
    line-height: 12px;
  }

  .pkg_most_strip {
    top: -11px;
    right: 20px;
    font-size: 8px;
    line-height: 9px;
    padding: 6px 12px 5px;
  }

  .banner__accordion {
    font-size: 17px;
    line-height: 21px;
  }

  .banner__acdn-para {
    font-size: 16px;
    line-height: 23px;
  }

  .brand_list li img {
    height: 49px;
  }

  .button_stock,
  .common_button_list li {
    font-size: 13px;
    line-height: 14px;
  }

  .button_stock:after {
    width: 8px;
    height: 8px;
  }

  .common_button_list li img {
    width: 17px;
    ,
    margin: -2px 7px 0 0;
  }

  .dollar {
    width: 14px;
  }

  .banner_faq_heading {
    font-size: 19px;
    line-height: 21px;
  }

  ul.scroll_brand_list li img {
    height: 33px;
  }

  .section1 {
    padding: 50px 0 0;
  }

  .common_sub_heading {
    font-size: 17px;
    line-height: 19px;
    margin-bottom: 12px;
  }

  .common_heading {
    font-size: 38px;
    line-height: 45px;
  }

  .common_text,
  .s1_col_text,
  .s2_points li,
  .s3_col_text,
  .s4_col_text,
  ul.timeline_row_list li,
  .compare_list li,
  .testimonial_paragrapgh {
    font-size: 17px;
    line-height: 24px;
  }

  .s1_block {
    max-width: 573px;
    margin: 45px auto 0;
    row-gap: 40px;
  }

  .s1_left_box {
    width: 100%;
  }

  .s1_cont {
    width: 100%;
  }

  .s1-col-icon {
    width: 40px;
  }

  .s1_col_heading {
    font-size: 21px;
    line-height: 23px;
  }

  .s1_sub_heading {
    font-size: 24px;
    line-height: 28px;
  }

  .s1-gummies {
    width: 138px;
  }

  .s1-brand-logo {
    margin: 0 auto -41px;
    width: 94px;
  }

  .section2 {
    padding: 70px 0 0;
  }

  .s2_right {
    width: 42%;
  }

  .s2_content {
    width: 54%;
  }

  .s2_benifit_icon_box {
    width: 58px;
    height: 58px;
  }

  .s2_benifit_col p {
    font-size: 14px;
    line-height: 18px;
  }

  .s2-product {
    margin: 60px -98px 0 -57px;
    width: 214px;
    position: relative;
    z-index: 2;
  }

  .s2_points li {
    padding-left: 37px;
    background-size: 26px;
  }

  .sec2_botle {
    right: 10px;
    top: 0px;
    width: 340px;
  }

  .section3 {
    padding: 50px 0 60px;
  }

  .s3_col_heading {
    font-size: 27px;
    line-height: 33px;
  }

  .s3_col_cont {
    padding-right: 35px;
  }

  .s3-col-icn {
    width: 54px;
  }

  .section4 {
    padding: 50px 0 60px;
  }

  .s4-promise-icon {
    width: 60px;
  }

  .s4_promise_col p {
    font-size: 15px;
    line-height: 20px;
  }

  .s4-col-img {
    width: 105px;
  }

  .s4_col_heading {
    font-size: 21px;
    line-height: 25px;
  }

  .section5 {
    padding: 50px 0 60px;
  }

  .s5_col_header_cont,
  .s5_col_healing_box_otr {
    padding: 16px 12px 20px;
  }

  .s5_col_heading {
    font-size: 19px;
    line-height: 24px;
  }

  .s5_col_strip {
    font-size: 12px;
    line-height: 13px;
  }

  .s5_col_text {
    font-size: 15px;
    line-height: 21px;
  }

  .s5_col_healing_box h3 {
    font-size: 15px;
    line-height: 16px;
  }

  .s5_col_healing_box p {
    font-size: 12px;
    line-height: 17px;
  }

  .s5_col_healing_box {
    min-height: 98px;
    padding: 14px 14px 14px;
    column-gap: 5px;
  }

  .section6 {
    padding: 50px 0 60px;
  }

  .timeline__row_content_box {
    padding: 20px 20px;
  }

  ul.timeline_row_list li:before {
    top: 9px;
    width: 6px;
    height: 6px;
  }

  .week_heading {
    font-size: 23px;
    line-height: 25px;
  }

  .calendar {
    width: 26px;
  }

  .s6-product-img1 {
    top: 220px;
    left: -113px;
    width: 274px;
  }

  .s6-product-img2 {
    bottom: 635px;
    right: -185px;
    width: 338px;
  }

  .section7 {
    padding: 50px 0 60px;
  }

  .s7_img_box {
    width: 45%;
  }

  .s7_content {
    width: 50%;
  }

  .guarantee_cont h3 {
    font-size: 28px;
    line-height: 34px;
  }

  .compare-icon {
    width: 49px;
  }

  .section8 {
    padding: 50px 0 60px;
  }

  .s8-img {
    width: 427px;
    bottom: -60px;
    right: -135px;
  }

  .s8_left {
    width: 59%;
  }

  .guarantee_box {
    padding: 30px 25px 35px;
  }

  .section9 {
    padding: 50px 0 60px;
  }

  .review_col {
    padding: 30px 25px 30px;
  }

  .testimonial_star {
    width: 82px;
  }

  .testimonial_user_name {
    font-size: 16px;
    line-height: 21px;
  }

  .testimonial_user_name span {
    font-size: 12px;
  }

  .testi_user_num {
    width: 42px;
    height: 42px;
    font-size: 17px;
    line-height: 42px;
  }

  .accordion {
    font-size: 17px;
    line-height: 23px;
  }

  .acdn-para {
    font-size: 16px;
    line-height: 24px;
  }
}

@media only screen and (max-width:767px) {
  .container {
    width: 100%;
    padding: 0 15px;
    max-width: 500px;
    box-sizing: border-box;
  }

  .show-mob {
    display: block;
  }

  .hide-mob {
    display: none;
  }

  .top_strip {
    padding: 8px 0 9px;
  }

  .top_strip_text {
    font-size: 12px;
    line-height: 12px;
  }

  .top_strip_text img {
    width: 15px;
    margin: -2px 5px 0 0;
  }

  .top_fix_bar {
    margin-bottom: 55px;
  }

  .header {
    height: 55px;
    margin-top: -55px;
    top: 55px;
    padding: 7px 0;
    box-shadow: none;
  }

  .fixed-nav .header {
    -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, .1);
  }

  .logo {
    width: 146px;
  }

  .header_btn {
    width: 134px;
    height: 35px;
    font-size: 12px;
    line-height: 35px;
    margin-top: 3px;
  }

  .header_btn img {
    width: 6px;
    margin: -3px 0 0 6px;
  }

  .banner {
    padding: 20px 0 35px;
  }

  .banner_block {
    flex-wrap: wrap;
    row-gap: 25px;
  }

  .banner_content {
    width: 100%;
  }

  .banner_rated_text small:before {
    height: 13px;
    margin: -4px 3px 0;
  }

  .banner_rated_text {
    font-size: 12px;
    line-height: 12px;
  }

  .banner_rated_text img {
    width: 70px;
    margin: -2px 6px 0 0;
  }

  .banner_heading {
    font-size: 33px;
    line-height: 36px;
    margin-top: 10px;
  }

  .sky-star {
    right: 19px;
    bottom: 33px;
    width: 52px;
  }

  .banner_text {
    font-size: 13px;
    line-height: 18px;
    margin-top: 12px;
    padding-bottom: 0;
    border-bottom: none;
  }

  .banner_points {
    max-width: 345px;
    margin-top: 20px;
  }

  .banner_points li {
    text-align: left;
    margin-bottom: 10px;
    padding-bottom: 9px;
    padding-left: 34px;
    background-size: 22px;
    font-size: 15px;
    line-height: 21px;
  }

  .sel-prd-img {
    width: 82px;
  }

  .hero_slide-div-outer {
    margin-top: 20px;
  }

  .prod-det_rgt-box {
    margin-top: 25px;
  }

  .option_row {
    width: 49.5%;
    font-size: 14px;
    line-height: 14px;
    padding: 12px 7px;
    border-radius: 6px;
  }

  .prd-qty {
    font-size: 18px;
    line-height: 18px;
  }

  .prd_discount_strip {
    margin-top: 8px;
    font-size: 9px;
    line-height: 9px;
    padding: 4px 10px 4px;
  }

  .prd_pack {
    width: 46%;
  }

  .prod-price {
    font-size: 16px;
    line-height: 16px;
  }

  .prd-cut-price {
    font-size: 12px;
    line-height: 12px;
    margin-top: 5px;
  }

  .switch_optBox {
    margin-bottom: 6px;
  }

  .pkg_most_strip {
    top: -9px;
    font-size: 8px;
    line-height: 8px;
    padding: 4px 9px 5px;
  }

  .prd_billing_box {
    width: 47%;
  }

  .rad-opt {
    width: 22px;
  }

  .rad-opt input[type='radio']+span {
    width: 22px;
    height: 22px;
  }

  .rad-opt input[type='radio']+span:before {
    width: 10px;
    height: 10px;
  }

  .sel-prd-info {
    padding-left: 7px;
  }

  .selectBox {
    margin-top: 15px;
  }

  .prd-opt {
    padding: 15px 12px;
    margin-top: 22px;
  }

  .prd-opt.pkg3 {
    margin-top: 13px;
  }

  .pkg_most_strip img {
    width: 8px;
    margin: -3px 4px 0 0;
  }

  .sel-prd-prc {
    padding-left: 6px;
  }

  .common_button_box {
    margin-top: 30px;
    text-align: center;
  }

  .common_button_width {
    max-width: 355px;
  }

  .button_stock {
    padding-left: 15px;
  }

  .button_stock:after {
    width: 7px;
    height: 7px;
  }

  .cart_btn_box {
    margin-top: 30px;
  }

  .cart_common_btn {
    height: 55px;
    font-size: 16px;
    line-height: 55px;
  }

  .button-arrow {
    margin: -5px 0 0 12px;
    width: 9px;
  }

  .common_button {
    height: 55px;
    font-size: 16px;
    line-height: 55px;
  }

  .common_button img {
    width: 10px;
    margin: -3px 0 0 10px;
  }

  .button_stock,
  .common_button_list li {
    font-size: 11px;
    line-height: 14px;
  }

  .common_button_list {
    column-gap: 10px;
  }

  .common_button_list li img {
    width: 14px;
    margin: -2px 3px 0 0;
  }

  .dollar {
    width: 13px;
  }

  .delivery_points {
    max-width: 360px;
    margin: 25px auto 0;
  }

  .delivery_points li {
    font-size: 9px;
    line-height: 13px;
  }

  .delivery_points li img {
    margin: 0 auto 10px;
    width: 33px;
  }

  .banner_review_box {
    margin-top: 25px;
  }

  .banner-review-star {
    width: 72px;
  }

  .banner_review_text {
    font-size: 14px;
    line-height: 19px;
    margin-top: 15px;
  }

  .banner_review_num {
    width: 34px;
    height: 34px;
    font-size: 14px;
    line-height: 34px;
  }

  .banner_review_verfy_cont h3 {
    font-size: 13px;
    line-height: 16px;
  }

  .banner_review_verfy_cont p {
    font-size: 11px;
    line-height: 13px;
  }

  .review-shild {
    width: 8px;
  }

  .banner_review_verfy_cont {
    padding-left: 10px;
  }

  .banner_review_verfy_box {
    margin-top: 25px;
  }

  .banner_faq_heading {
    font-size: 18px;
    line-height: 20px;
    margin-top: 25px;
    padding-bottom: 12px;
  }

  .banner__faq-box {
    margin: 10px 0 5px;
  }

  .banner__accordion {
    background-size: 10px !important;
    padding: 16px 20px 16px 0;
    font-size: 15px;
    line-height: 18px;
  }

  .banner__acdn-content {
    padding: 0 20px 4px 0;
    margin-top: -7px;
  }

  .banner__acdn-para {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 12px;
  }

  .banner_videos_row_otr {
    width: calc(100% + 30px);
    margin-left: -15px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding: 0 0 0 15px;
    box-sizing: border-box;
  }

  .banner_videos_row_otr::-webkit-scrollbar {
    display: none;
  }

  .banner_videos_row {
    margin: 15px auto 0;
    flex-wrap: nowrap;
    column-gap: 10px;
    padding-right: 15px;
  }

  .banner_result_text {
    font-size: 18px;
    line-height: 20px;
    margin-top: 20px;
  }

  .banner_videos_col {
    width: 27%;
    border-radius: 6px;
    flex-shrink: 0;
  }

  .banner-play-button {
    width: 22px;
    top: 7px;
    right: 6px;
  }


  .banner_left {
    width: 100%;
    position: static;
    text-align: left;
  }

  .package_slider_nav {
    display: none !important;
  }


  .brand_strip_scroller {
    float: left;
    width: 100%;
    margin: 20px auto 0;
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
  }

  ul.scroll_brand_list {
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
    animation: marquee-horizontal 20s linear infinite;
  }

  ul.scroll_brand_list li {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    position: relative;
  }

  ul.scroll_brand_list li img {
    display: block;
    margin: 0 auto 0;
    height: 32px;
    width: auto;
  }

  @keyframes marquee-horizontal {
    from {
      transform: translateX(0);
    }

    to {
      transform: translateX(-100%);
    }
  }

  .brand_strip_scroll {
    padding: 15px 0 20px;
  }

  .brand_heading {
    font-size: 13px;
    line-height: 13px;
  }

  .common_sub_heading {
    font-size: 15px;
    line-height: 16px;
    margin-bottom: 10px;
    position: relative;
    z-index: 5;
  }

  .common_heading {
    font-size: 33px;
    line-height: 39px;
    position: relative;
    z-index: 5;
  }

  .common_text {
    font-size: 15px;
    line-height: 21px;
    margin-top: 15px;
  }

  .s1_col_text,
  .s2_points li,
  .s3_col_text,
  .s4_col_text,
  ul.timeline_row_list li,
  .compare_list li,
  .testimonial_paragrapgh {
    font-size: 15px;
    line-height: 21px;
  }

  .section1 {
    padding: 30px 0 35px;
    text-align: left;
  }

  .s1_block {
    margin: 25px auto 0;
    row-gap: 25px;
  }

  .s1_col_heading {
    font-size: 18px;
    line-height: 18px;
  }

  .s1_sub_heading {
    font-size: 18px;
    line-height: 23px;
    text-align: center;
  }

  .s1-gummies {
    width: 98px;
  }

  .s1-brand-logo {
    margin: 0 auto -71px;
    width: 74px;
    z-index: 5;
  }

  .section2 {
    padding: 60px 0 35px;
    background: #fff;
    background: linear-gradient(180deg, rgba(249, 248, 253, 1) 30%, rgba(255, 255, 255, 1) 90%, rgba(249, 248, 253, 1) 95%);
  }

  .s2-logo {
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
  }

  .s2_block {
    flex-wrap: wrap;
  }

  .s2-product-mob {
    margin: 20px auto 0;
    width: 380px;
  }

  .s2_content {
    width: 100%;
    text-align: center;
  }

  .s2-product2-mob {
    margin: 25px auto 0 -15px;
    max-width: none;
    width: calc(100% + 30px);
  }

  .s2_points {
    margin-top: 15px;
  }

  .s2_points li {
    padding-left: 31px;
    background-size: 20px;
    text-align: left;
  }

  .section3 {
    padding: 30px 0 35px;
  }

  .s3_box {
    margin: 25px auto 5px;
    row-gap: 20px;
  }

  .s3_col {
    width: 100%;
    padding: 20px 15px 20px
  }

  .s3_col_cont {
    padding-right: 30px;
  }

  .s3-col-icn {
    width: 48px;
    right: -5px;
  }

  .s3_col_heading {
    font-size: 20px;
    line-height: 22px;
  }

  .s3_col_text {
    margin-top: 10px;
  }

  .s3_comparision_box {
    margin: 15px auto 0;
  }

  .section4 {
    padding: 30px 0 35px;
  }

  .s4_block {
    margin: 25px auto 5px;
    row-gap: 35px;
  }

  .s4_box {
    width: calc(100% + 30px);
    margin-left: -15px;
  }

  .s4_col {
    padding: 20px 15px;
  }

  .s4_left {
    width: 100%;
  }

  .s4_content {
    width: 100%;
  }

  .ingredient_name {
    column-gap: 9px;
  }

  .s4_col_heading {
    font-size: 19px;
    line-height: 23px;
  }

  .s4_col_strip {
    font-size: 11px;
    line-height: 11px;
    padding: 4px 8px;
  }

  .s4-col-img {
    width: 119px;
  }

  .s4_col_text {
    margin-top: 10px;
  }

  .s4_col:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }

  .s4_promise_strip {
    margin: 35px auto 0;
  }

  .s4_promise_strip:before {
    left: -15px;
    right: -15px;
  }

  .s4_promise_box {
    margin: 30px auto 0;
    row-gap: 25px;
  }

  .s4-promise-icon {
    width: 54px;
  }

  .s4_promise_strip span {
    font-size: 16px;
    line-height: 16px;
    padding: 6px 20px 7px;
  }

  .s4_promise_col p {
    font-size: 12px;
    line-height: 14px;
  }

  .section5 {
    padding: 30px 0 35px;
  }

  .s5_box {
    margin: 25px auto 5px;
    row-gap: 20px;
  }

  .s5_col {
    width: 100%;
  }

  .s5_col_heading {
    font-size: 20px;
    line-height: 24px;
  }

  .s5_col_strip {
    font-size: 12px;
    line-height: 13px;
    padding: 5px 14px 5px;
  }

  .s5_col_text {
    font-size: 15px;
    line-height: 21px;
    margin-top: 12px;
  }

  .s5_col_healing_box h3 {
    font-size: 20px;
    line-height: 20px;
  }

  .s5_col_healing_box p {
    font-size: 12px;
    line-height: 17px;
  }

  .s5_col_healing_box {
    align-items: center;
    min-height: auto;
    padding: 12px 15px 12px;
    column-gap: 10px;
  }

  .section6 {
    padding: 30px 0 35px;
  }

  .s6-product-img-mob {
    margin: 20px auto 0;
    width: 250px;
  }

  .s6-product-img {
    display: none;
  }

  .timeline__mid_row:first-child {
    margin-top: 0;
  }

  .timeline__mid {
    position: relative;
    margin-top: 20px;
  }

  .timeline__mid_row {
    padding: 0 0 0 43px;
    margin-top: 30px;
  }

  ul.timeline_row_list li {
    padding-left: 14px;
    font-size: 15px;
    line-height: 20px;
    margin: 6px 0 0;
  }

  ul.timeline_row_list li:before {
    top: 7px;
  }

  .timeline__mid_row.timeline__entry_point:before {
    top: 20px;
    left: 10px;
    border-right: 2px solid #2f0b6d;
  }

  .timeline__mid_row.timeline__entry_point:after {
    left: 10px;
    top: 25.2px;
    border-right: 2px solid #cebeeb;
  }

  .timeline__row_center_step {
    left: 0;
    margin: 0 0 0 0;
    width: 21px;
    height: 21px;
    z-index: 2;
    border: 6px solid #fff;
    top: 8px;
  }

  .timeline__row_center_step.viewing:before {
    left: 5px;
    top: 35%;
    width: 7px;
    height: 13px;
  }

  .timeline_mid_week_box {
    width: 100%;
    text-align: left;
    margin-top: 5px;
  }

  .timeline__row_content_box {
    width: 100%;
    margin-top: 15px;
    border: 2px solid #2f0147;
    padding: 15px 15px;
  }

  .timeline__row_content_box:after {
    display: none;
  }

  .week_heading {
    font-size: 20px;
    line-height: 24px;
  }

  .section7 {
    padding: 30px 0 35px;
  }

  .compare_box {
    margin: 25px auto 0;
  }

  .compare-product {
    margin: 0 auto 10px;
    width: 135px;
  }

  .compare_list li {
    font-size: 13px;
    line-height: 19px;
    height: 120px;
    padding: 15px 12px 15px;
  }

  .compare-icon {
    width: 40px;
    margin: 0 auto 6px;
  }

  .section8 {
    padding: 30px 0 0;
  }

  .s8_left {
    width: 100%;
  }

  .guarantee_box {
    padding: 0;
    border: none;
    background: none;
  }

  .s8-img {
    position: static;
    display: block;
    margin: 20px auto -250px;
    width: 287px;
  }

  .common_text.fs20 {
    font-size: 18px;
    line-height: 25px;
  }

  .section9 {
    padding: 30px 0 35px;
  }

  .rating_col_heading {
    font-size: 36px;
    line-height: 36px;
  }

  .rating-star {
    width: 114px;
  }

  .rating_text {
    font-size: 12px;
    line-height: 12px;
    margin-top: 10px;
  }

  .testimonial_box {
    margin: 25px auto 0;
  }

  .testimonial_star {
    width: 68px;
  }

  .testimonial_column_bottom {
    padding: 20px 15px 0;
  }

  .testimonial_user_name {
    font-size: 14px;
    line-height: 19px;
  }

  .testimonial_user_name2 span {
    font-size: 10px;
    line-height: 12px;
    padding: 4px 5px;
  }

  .testimonial_tick {
    margin: -2px 4px 0;
    width: 10px;
  }

  .testimonial_row {
    padding: 0 0 50px;
  }

  .review_box {
    margin: 30px auto 5px;
    row-gap: 20px;
  }

  .review_col {
    width: 100%;
    padding: 20px 20px 20px;
  }

  .testi_user_num {
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
  }

  .section10 {
    padding: 30px 0 35px;
  }

  .faq-box {
    margin: 20px 0 0;
  }

  .up-slide-dwn {
    margin: 5px 0;
    padding: 0 15px;
  }

  .accordion {
    background-size: 14px !important;
    padding: 15px 25px 15px 0;
    font-size: 16px;
    line-height: 24px;
  }

  .acdn-content {
    padding: 14px 10px 6px 0;
    margin-top: 0px;
  }

  .acdn-heading.accordion-open {
    padding-bottom: 16px;
  }

  .acdn-para {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 10px;
  }

  .footer {
    padding: 0 0 25px;
  }

  .footer-logo {
    margin: 25px auto 20px;
    width: 100px;
  }

  .footer_text {
    font-size: 15px;
    line-height: 18px;
    margin-top: 15px;
  }

  .footer_box {
    font-size: 14px;
    line-height: 18px;
    margin-top: 20px;
  }

  .footer_text a {
    padding: 0 4px;
    color: #000;
  }

  .align-center-mob {
    text-align: center;
  }

  #call-btn {
    background: #fff;
    padding: 15px 15px 15px;
    position: fixed;
    bottom: 0%;
    left: auto;
    z-index: 99;
    transition: bottom 1s;
    display: table;
    width: 100%;
    box-shadow: 0 -4px 6px 0 rgba(0, 0, 0, 0.1);
  }

  #call-btn .commonBtn {
    margin: 0 0 8px;
  }

}

@media only screen and (max-width:400px) {
  .common_heading {
    font-size: 31px;
    line-height: 36px;
  }
}

@media only screen and (max-width:380px) {
  .common_heading {
    letter-spacing: -0.44px;
  }

  .option_row {
    font-size: 13px;
  }
}

/*CSS FOR UGC MODAL*/
.ugc-modal {
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  cursor: pointer;

  display: flex;
  background-color: rgba(255, 255, 255, .42);
  justify-content: center;
  align-items: center;
  display: flex;
  opacity: 0;
  z-index: -9;
  transition: opacity .2s;
}

.ugc-modal.active {
  opacity: 1;
  z-index: 99;
}

.video-container {
  aspect-ratio: 9 / 16;
  width: 360px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  min-height: 640px;
  background: #000;
}

.ugc-close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 45px;
  height: 45px;
  background: #fff;
  border-radius: 50%;
  padding: 10px;
  z-index: 1;
}

.video-container iframe {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width:480px) {
  .video-container {
    width: 280px;
    min-height: 480px;
  }
}

/*+++++++++++++++++++SWIPPER*/
/**
 * Swiper 8.2.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 1, 2022
 */

@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #000;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical>.swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* CSS Mode */
.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered>.swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 35%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 0;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 0;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-lock {
  display: none;
}


.nav_row {
  position: relative;
  padding: 0 50px;
}

.nav_row .swiper-button-next,
.nav_row .swiper-button-prev {
  width: 41px;
  height: 41px;
  border: 1px solid #6b4ebb;
  border-radius: 50%;
  top: 53%;
  background: #fff;
}

.nav_row .swiper-button-next:after,
.nav_row .swiper-button-prev:after {
  font-size: 20px;
  color: #6b4ebb;
}



.mySwiper.swiper-autoheight .swiper-wrapper {
  align-items: unset;
}

.mySwiper .swiper-button-next,
.mySwiper .swiper-button-prev {
  width: 34px;
  height: 34px;
  border: 1px solid #2f0b6d;
  border-radius: 50%;
  top: auto;
  bottom: 0;
}

.mySwiper .swiper-button-prev {
  left: 40%;
}

.mySwiper .swiper-button-next {
  right: 40%;
  left: auto !important;
}

.mySwiper .swiper-button-next:after,
.mySwiper .swiper-button-prev:after {
  font-size: 17px;
  color: #2f0b6d;
}

.mySwiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 7px;
}

.mySwiper .swiper-pagination-bullet {
  background: #fff;
  border: 1px solid #2f0b6d;
  width: 12px;
  height: 12px;
  margin: 0 6px !important;
  opacity: 1;
}

.mySwiper .swiper-pagination-bullet-active {
  background: #2f0b6d;
}


:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination,
.swiper-pagination2 {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 1;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 11px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 11px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #f1faff);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  border: 1px solid #000;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical>.swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 6px);
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-vertical>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container>img,
.swiper-zoom-container>svg,
.swiper-zoom-container>canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode>.swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid>.swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column>.swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next+.swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}


.swiper-pagination-bullet {
  border: 1px solid #000;
}


/*===============*/

.swiper {
  width: 100%;
}

.mainSwiper .swiper-slide {}

.mainSwiper img {
  width: 100%;
  vertical-align: middle;
  object-fit: cover;
}

.thumbSwiper {
  margin-top: 10px;
}

.thumbSwiper .swiper-slide {
  cursor: pointer;
  border-radius: 8px;
  border: 2px solid #ebd6f9;
  overflow: hidden;
}

.thumbSwiper .swiper-slide-thumb-active {
  border: 2px solid #2f0b6d;
  border-radius: 8px;
  border-color: #000;
}

.thumbSwiper img {
  width: 100%;
  vertical-align: middle;
  object-fit: cover;
}

/*===========*/
.mySwiper.swiper-autoheight .swiper-wrapper {
  align-items: unset;
}

@media only screen and (max-width:1023px) {
  .nav_row {
    padding: 0 35px;
  }

  .nav_row .swiper-button-next,
  .nav_row .swiper-button-prev {
    width: 30px;
    height: 30px;
  }

  .slide-vdo {
    height: 344px;
  }

  .slide-vdo-thumb {
    height: 47px;
  }

  .mainSwiper .swiper-slide {
    border-radius: 0;
  }

  .nav_row .swiper-button-next,
  .nav_row .swiper-button-prev {
    top: 65%;
  }

  .nav_row .swiper-button-next {
    right: 0;
  }

  .nav_row .swiper-button-prev {
    left: 0;
  }

  .nav_row .swiper-button-next:after,
  .nav_row .swiper-button-prev:after {
    font-size: 16px;
  }



  .mySwiper .swiper-button-prev {
    left: 38%;
  }

  .mySwiper .swiper-button-next {
    right: 38%;
    left: auto !important;
  }
}

@media only screen and (max-width:767px) {
  .nav_row {
    padding: 0 40px;
  }

  .nav_row .swiper-button-next {
    right: 5px;
  }

  .nav_row .swiper-button-prev {
    left: 5px;
  }

  .mySwiper .swiper-button-next,
  .mySwiper .swiper-button-prev {
    width: 30px;
    height: 30px;
    border: 1px solid #2f0b6d;
    border-radius: 50%;
    top: auto;
    bottom: 0;
  }

  .mySwiper .swiper-button-prev {
    left: 25%;
  }

  .mySwiper .swiper-button-next {
    right: 25%;
    left: auto !important;
  }

  .mySwiper .swiper-button-next:after,
  .mySwiper .swiper-button-prev:after {
    font-size: 14px;
  }

  .mySwiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 4px !important;
  }

}