@charset "utf-8";
/* CSS Document */
/*----------------
RESET CSS
-----------------*/
body {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0;
  background: #fff;
  color: #000000;
  text-align: center;
  font-family: "Manrope";
  font-weight: 400;
}
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: inherit;
  text-decoration: none;
}
img {
  border: none;
  height: auto;
  max-width: 100%;
}
li {
  list-style: none;
}
* {
  box-sizing: border-box;
}
.img-full {
  max-width: 100%;
}
.clearall {
  clear: both;
  font-size: 1px;
  line-height: 1px;
  height: 1px;
}

/*====Fonts====*/
@font-face {
  font-family: "Manrope";
  src:
    url("Manrope-ExtraBold.woff2") format("woff2"),
    url("Manrope-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src:
    url("Manrope-Bold.woff2") format("woff2"),
    url("Manrope-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src:
    url("Manrope-SemiBold.woff2") format("woff2"),
    url("Manrope-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src:
    url("Manrope-Medium.woff2") format("woff2"),
    url("Manrope-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src:
    url("Manrope-Regular.woff2") format("woff2"),
    url("Manrope-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/*=====MAIN CSS START=====*/
.container {
  width: 1170px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.top_strip {
  float: left;
  width: 100%;
  padding: 8px 0 7px;
  background: #064b6a;
}
.top_strip.fixed-nav {
  top: 0;
}
.sticky-header {
  float: left;
  width: 100%;
  height: 50px;
}

.banner_rating {
  font-size: 16px;
  line-height: 19px;
  color: #000;
  font-weight: 600;
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
}
.banner_rating img {
  display: inline-block;
  vertical-align: middle;
  width: 82px;
  margin: -4px 6px 0 0;
}

.strip_iner {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  column-gap: 15px;
}
.strip_cont {
  margin-top: -4px;
}
.strip_text {
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.strip_text span {
  font-weight: bold;
}

#clockdiv {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 4px;
  margin-top: -1px;
}
#clockdiv > div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 25px;
  height: 35px;
  background: #fff;
  padding: 0 0 2px;
  margin: 0 4px;
}
#clockdiv div > span {
  text-align: center;
  color: #000000;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
}
.smalltext2 {
  font-size: 8px;
  line-height: 8px;
  color: #000000;
  text-align: center;
  letter-spacing: 0.5px;
  font-weight: 400;
  text-transform: uppercase;
}
#clockdiv span.col {
  width: 5px;
  height: 35px;
  color: #000;
  font-size: 20px;
  line-height: 36px;
}

/*====header====*/
.top-fix-bar {
  float: left;
  width: 100%;
  margin-bottom: 77px;
}
.header {
  float: left;
  width: 100%;
  padding: 12px 0 12px;
  margin-top: -77px;
  top: 77px;
  height: 77px;
  position: relative;
  z-index: 2;
  background: #fff;
}
.fixed-nav .header {
  position: fixed;
  z-index: 11;
  -webkit-transition: margin 0.3s ease-out;
  transition: margin 0.3s ease-out;
  margin-top: 0;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
.logo {
  float: left;
  width: 266px;
}
.header_btn {
  float: right;
  width: 164px;
  height: 48px;
  font-size: 20px;
  line-height: 44px;
  color: #fff;
  font-weight: 600;
  margin-top: 2px;
  border-radius: 50px;
  background: #5fad2d;
}

/*====banner====*/
.banner {
  float: left;
  width: 100%;
  padding: 30px 0;
  background: #eef7f9;
}
.banner_block {
  width: 100%;
  text-align: center;

  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.banner_cont {
  width: 51%;
  text-align: left;
}
.banner_heading {
  font-size: 57px;
  line-height: 62px;
  color: #000;
  font-weight: 800;
}
.banner_heading span {
  color: #60ad2d;
}
ul.banner_point {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 390px;
  margin-top: 35px;
}
ul.banner_point li {
  width: 100%;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.2px;
  color: #000;
  text-align: left;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e1e1e1;
  column-gap: 10px;

  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}
ul.banner_point li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.bnr-point-icn {
  width: 34px;
}

.button_box {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin-top: 45px;
}
.banner .button_box {
  margin-top: 35px;
}
.button_width {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 450px;
  text-align: center;
}
.common_button {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 76px;
  color: #fff;
  font-size: 22px;
  line-height: 76px;
  font-weight: 800;
  text-transform: capitalize;
  border-radius: 50px;
  position: relative;
  text-align: center;
  background: #5fad2d;
}
.common-arrow {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  margin: -3px 0 0 12px;
}
.button_stock_text {
  font-size: 14px;
  line-height: 14px;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.3px;
  margin-top: 10px;
}
.dollar {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  margin: -3px 7px 0 0;
}
.ship_text {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;

  font-size: 14px;
  line-height: 16px;
  color: #000;
  font-weight: 500;
  margin-bottom: 10px;
  position: relative;
}
.ship_text:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin: 3px 6px 0 0;
  background: #16c60c;
  animation: breath 1.3s infinite;
}
@keyframes breath {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.balance_icon {
  width: 9px;
  margin: 0 6px;
  animation: rotate 2.5s ease-in-out forwards infinite;
}
.extra_bold {
  font-weight: 800;
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
.low-stock-row {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  width: 60px;
  height: 12px;
  margin: 0 10px;
}
.low-stock-indicater {
  width: 17%;
  height: 100%;
  background: #e6e6e6;
}
.low-stock-indicater.active > span {
  background: #ef2000;
  width: 100%;
  height: 100%;
  float: left;
}
.fade {
  animation: fade 1.2s ease infinite;
}
@keyframes fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
.ship_text span {
  color: #ff0000;
}
.banner_img_box {
  float: right;
  width: 40.55%;
}
.banner-img {
  display: block;
  margin: 0 auto 0;
  width: 100%;
}
.hero_image-warp {
  width: 100%;
  max-height: 560px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.hero_image-warp-col {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-direction: column;
  row-gap: 10px;
}
.hero_image-box {
  width: 100%;
  background: #c5e1eb;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
.hero_image-box img {
  width: 100%;
  vertical-align: bottom;
  object-fit: contain;
}
.hero_image-warp-col-1 .hero_image-box {
  height: 180px;
}
.hero_image-warp-col-2 .hero_image-box2 {
  height: 320px;
}
.hero_image-warp-col-2 .hero_image-box3 {
  height: 228px;
}

/*=====section1=====*/
.section1 {
  float: left;
  width: 100%;
  padding: 60px 0 10px;
  background: #fff;
}
.common_sub_heading {
  font-size: 18px;
  line-height: 20px;
  color: #5fad2d;
  font-weight: 800;
  margin-bottom: 10px;
}
.common_heading {
  font-size: 45px;
  line-height: 52px;
  color: #2c2927;
  font-weight: 800;
}
.common_text {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.3px;
  color: #000;
  margin-top: 20px;
}
.mrgT0 {
  margin-top: 0 !important;
}

.s1_block {
  width: 100%;
  margin: 45px auto 10px;

  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.s1_img_box {
  width: 50.6%;
}
.bef_aft_box {
  width: 100%;

  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.bef_aft_col {
  width: 49.7%;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.bef_aft_col p {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 17px;
  line-height: 17px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  padding: 7px 15px 8px;
  border-radius: 50px;
  background: #fff;
}
.bef-aft-img {
  display: block;
  margin: 0 auto 0;
  width: 100%;
}
.s1_cont {
  width: 46%;
}
.info-slider {
  width: 100%;
  padding: 32px 25px;
  text-align: center;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 0 7px 8px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 7px 8px 2px rgba(0, 0, 0, 0.2);

  display: flex;
  flex-direction: column;
  align-items: center;
}
.select_weight-top {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: center;
}
.select_weight-top h5 {
  font-size: 24px;
  line-height: 24px;
  color: #000;
  font-weight: 800;
}
.weight-count {
  display: inline-block;
  vertical-align: top;
  border-radius: 8px;
  font-size: 25px;
  line-height: 25px;
  color: #000;
  font-weight: 800;
  margin-top: 25px;
  padding: 10px 25px 12px;
  outline: none;
  border: 2px solid #d6e5ec;
  background: #f4fcff;
}
.calculate_row {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 400px;
  text-align: center;
  border-radius: 10px;
  padding: 15px 20px 18px;
  background: #064b6a;
  background: linear-gradient(
    125deg,
    rgba(6, 75, 106, 1) 15%,
    rgba(86, 163, 51, 1) 85%
  );
}
.calculate-col1 {
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  font-weight: 600;
}
.weight-value {
  font-size: 64px;
  line-height: 64px;
  color: #fff;
  font-weight: 600;
  margin-top: 10px;
}

/*=====section2=====*/
.section2 {
  float: left;
  width: 100%;
  padding: 60px 0 70px;
  background: #fff;
}

.s2_mid_box {
  width: 100%;
  margin: 45px auto 0;

  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.s2_mid_col {
  width: 48.47%;
}
.graph {
  display: block;
  margin: 0 auto 0;
  width: 467px;
}
.s2-prod {
  display: block;
  margin: 0 auto 0;
  width: 519px;
}

.science_box_row2 {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 25px auto 0;
}
.science_row2_col {
  width: 23.8%;
  text-align: left;
  border: 1px solid #b2c7d0;
  text-align: left;
  border-radius: 12px;
  padding: 15px 20px 20px;
}
.sci_row2_col_header {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 auto;
  width: 100%;
}
.sci_row2_col_header h3 {
  font-size: 35px;
  line-height: 35px;
  color: #000;
  font-weight: 800;
}
.sci_row2_col_iconBox {
  width: 40px;
}
.sci-row2-col-icon {
  display: block;
  margin: 0 auto;
  width: 44px;
}
.sci_row2_col_text {
  font-size: 17px;
  line-height: 24px;
  color: #000;
  margin-top: 17px;
}

/*====blue strip====*/
.blue_strip {
  float: left;
  width: 100%;
  padding: 24px 0;
  overflow: hidden;
  background: #eff6ff;

  display: flex;
  flex-wrap: nowrap;
}
.blue_strip_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 18s linear infinite;
}
.blue_strip_list li {
  font-size: 17px;
  line-height: 18px;
  color: #000;
  font-weight: 600;
  padding: 0 25px;
  position: relative;
  background: url(../images/blue-tick.webp) no-repeat;
  background-position: top 5px left;
  background-size: 14px;

  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes marquee-horizontal {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/*=====section3=====*/
.section3 {
  float: left;
  width: 100%;
  padding: 60px 0 70px;
  background: #fff;
}
.s3_mid_box {
  width: 100%;
  margin: 45px auto 0;

  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.s3_mid_col {
  width: 31.33%;
  text-align: left;
  padding: 22px 25px 30px;
  border-radius: 10px;
  position: relative;
  background: #eef7f9;
}
.s3_mid_num {
  position: absolute;
  top: 22px;
  left: 25px;
  width: 38px;
  height: 38px;
  font-size: 18px;
  line-height: 36px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  border-radius: 50%;
  background: #064b6a;
}
.s3-mid-img {
  display: block;
  margin: 0 auto 0;
  width: 294px;
}
.s3_mid_col h3 {
  font-size: 25px;
  line-height: 32px;
  color: #2c2927;
  font-weight: 800;
  margin-top: 15px;
}
.s3_mid_col p {
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0.3px;
  color: #000;
  font-weight: 500;
  margin-top: 12px;
}

/*=====section4=====*/
.section4 {
  float: left;
  width: 100%;
  padding: 60px 0 70px;
  overflow-x: clip;
  background: #eef7f9;
}

.s4_slider_width {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  margin-top: 45px;
}
.s4_slider {
  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;
}
.s4_slide {
  display: inline-block;
  vertical-align: middle;
  padding: 0 8px;
  white-space: nowrap;
}
.s4-slide-img {
  display: block;
  margin: 0 auto 0;
  width: 270px;
  border-radius: 15px;
}

.s4_box {
  float: left;
  width: 100%;
  margin: 60px auto 10px;

  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.s4_col {
  width: 25%;
  padding: 0 20px;
  position: relative;
}
.s4_col:before {
  content: "";
  position: absolute;
  top: 50px;
  bottom: 0;
  left: 0;
  width: 1px;
  background: #b9c6cb;
}
.s4_col:first-child:before {
  display: none;
}
.s4-col-icn {
  display: block;
  margin: 0 auto 0;
  width: 63px;
}
.s4_col h3 {
  font-size: 22px;
  line-height: 30px;
  color: #000;
  font-weight: 800;
  margin-top: 15px;
}
.s4_col p {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  margin-top: 12px;
}

/*=====section5=====*/
.section5 {
  float: left;
  width: 100%;
  padding: 60px 0 70px;
  background: #fff;
}

.hero_section_row {
  width: 100%;
  max-width: 860px;
  margin: 80px auto 0;

  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hero_package_box {
  width: 48%;
  border: 2px solid #064b6a;
  padding: 15px 0;
  border-radius: 20px;
  box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.1);
  position: relative;
  background: #fff;
}
.hero_pakge_box_strip {
  position: absolute;
  top: -36px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 15px;
  line-height: 18px;
  color: #fff;
  font-weight: bold;
  padding: 8px 18px 8px;
  border-radius: 7px 7px 0 0;
  background: #064b6a;
}
.hero_box_inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 12px 25px 0;
}
.hero_pakge_mob {
  width: 100%;

  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hero_box_left {
  text-align: left;
  width: 141px;
}
.hero_box_strip {
  width: 100%;
  padding: 0 15px 15px;
  border-bottom: 1px solid #bebebe;
  position: relative;

  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.hero_box_strip_cont {
  text-align: left;
}
.hero_prod_title {
  font-size: 24px;
  line-height: 24px;
  color: #064b6a;
  font-weight: 800;
}
.hero_prod_title sup {
  position: relative;
  line-height: 100%;
  font-size: 16px;
  right: 0;
  top: 0;
}
.hero_prod_sub_title {
  font-size: 18px;
  line-height: 24px;
  color: #000;
  font-weight: 700;
  margin-top: 5px;
}
.hero_stock {
  position: absolute;
  top: 0;
  right: 20px;
  font-size: 14px;
  line-height: 14px;
  color: #000;
  font-weight: 500;
  padding: 2px 9px 5px;
  border: 1px solid #064b6a;
  border-radius: 50px;
  background: #eef7f9;
}
.hero_stock p {
  position: relative;
}
.hero_stock p:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  margin: -2px 6px 0 0;
  border-radius: 50%;
  background: #65c927;
  animation: breath 1.3s infinite;
}
.hero_box_inr_row {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  width: 100%;
}
ul.hero_pakge_point {
  display: inline-block;
  vertical-align: top;
  margin-top: 12px;
}
ul.hero_pakge_point li {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: left;
  position: relative;
  padding-left: 15px;
  font-size: 15px;
  line-height: 18px;
  color: #000;
  font-weight: 600;
  margin: 4px 0;
}
ul.hero_pakge_point li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 6px;
  transform: translateY(-50%);
  height: 6px;
  border-radius: 50%;
  background: #064b6a;
}
.price_box {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 180px;
  text-align: left;
  margin-top: 23px;
  padding: 10px 20px 12px;
  background: #e2f2fa;
  border-radius: 10px;
}
.price_box_text {
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  font-weight: 800;
}
.price_box_amount {
  font-size: 39px;
  line-height: 40px;
  color: #000;
  font-weight: 800;
  margin-top: 3px;
}
ul.hero_pakge_list {
  display: -webkit-flex;
  display: flex;
  justify-content: start;
  align-items: center;
  width: 100%;
  margin: 12px auto 0;
}
ul.hero_pakge_list li {
  font-size: 13px;
  line-height: 14px;
  padding: 0 10px;
  border-right: 1px solid #000;
}
ul.hero_pakge_list li:first-child {
  padding-left: 0;
}
ul.hero_pakge_list li:last-child {
  border-right: none;
  padding-right: 0;
}

.hero_box_right {
  width: calc(100% - 141px);
  padding-left: 20px;
}
.hero_box_product {
  display: block;
  margin: 0 auto;
  width: 155px;
}
.hero_package2 {
  border: 2px solid #5fad2d;
}
.hero_package2 .hero_pakge_box_strip {
  background: #5fad2d;
}
.hero_package2 .hero_prod_title {
  color: #064b6a;
}
.hero_package2 .price_box {
  background: #edfde2;
}

.hero_package_box .button_box {
  margin-top: 12px;
}
.hero_package_box .button_width {
  max-width: 290px;
}
.hero_package_box .common_button {
  height: 50px;
  font-size: 17px;
  line-height: 48px;
}
.hero_package_box .button_stock_text {
  font-size: 12px;
  line-height: 12px;
}
.hero_package_box .dollar {
  width: 12px;
  margin: -3px 7px 0 0;
}

.s5_points {
  width: 100%;
  max-width: 840px;
  margin: 45px auto 0;

  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.s5_points li {
  width: 25%;
  padding: 0 20px;
  position: relative;
}
.s5-point-icn {
  display: block;
  margin: 0 auto 12px;
  width: 24px;
}
.s5_points li p {
  font-size: 18px;
  line-height: 24px;
  color: #000;
  font-weight: 600;
}
.s5_points li:before {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 0;
  left: 0;
  width: 1px;
  background: #b9c6cb;
}
.s5_points li:first-child:before {
  display: none;
}

/*=====section6=====*/
.section6 {
  float: left;
  width: 100%;
  padding: 60px 0 70px;
  background: #eef7f9;
}

.compare_box {
  width: 100%;
  max-width: 770px;
  margin: 90px auto 0;

  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.compare_col1 {
  width: 35%;
}
.compare_top {
  float: left;
  width: 100%;
  height: 150px;
  padding: 0 20px 20px;
}
.compare_list {
  float: left;
  width: 100%;
}
.compare_list li {
  width: 100%;
  height: 73px;
  font-size: 18px;
  line-height: 18px;
  color: #000;
  font-weight: bold;
  padding: 10px 25px;

  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  align-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.compare_col1 .compare_list li {
  text-align: left;

  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.compare_list li:nth-child(odd) {
  border: 1px solid #dae0e2;
  background: #e1eff1;
}
.compare_col2 {
  width: 29%;
  border-radius: 6px;
  background: #064b6a;
}
.compare_col2 .compare_list li:nth-child(odd) {
  border: none;
  background: #064b6a;
}
.compare-prod1 {
  display: block;
  margin: -54px auto -19px;
  width: 160px;
}
.compare_top h3 {
  font-size: 20px;
  line-height: 24px;
  color: #000;
  font-weight: bold;
}
.compare_col2 .compare_top h3 {
  color: #fff;
}
.compare-icon {
  display: block;
  margin: 0 auto 0;
  width: 38px;
}
.compare_list li p {
  font-size: 30px;
  line-height: 30px;
  color: #ee3241;
  font-weight: 800;
  position: relative;
  z-index: 1;
}
.compare_list li p:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 133px;
  height: 70px;
  background: url(../images/compare-shape2.webp) no-repeat;
  background-size: 100% !important;
  z-index: -1;
}
.compare_col3 {
  width: 36%;
}
.compare_col2 .compare_list li:last-child {
  height: 30px;
  padding: 0;
}
.compare_col2 .compare_list li p:before {
  background: url(../images/compare-shape1.webp) no-repeat;
}
.compare_col2 .compare_list li p {
  color: #84dd4b;
}
.compare-prod2 {
  display: block;
  margin: -18px auto 8px;
  width: 120px;
}

.guarnty_box {
  width: 100%;
  max-width: 770px;
  margin: 50px auto 0;
  padding: 30px 25px 40px 40px;
  border-radius: 12px;
  background: #064b6a;
  column-gap: 30px;

  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.guarnty-tick {
  width: 112px;
}
.guarnty_cont {
  text-align: left;
}
.guarnty_sub_heading {
  font-size: 18px;
  line-height: 18px;
  color: #7fd945;
  font-weight: bold;
}
.guarnty_heading {
  font-size: 40px;
  line-height: 44px;
  color: #fff;
  font-weight: 800;
  margin-top: 10px;
  letter-spacing: -1px;
}
.guarnty_text {
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  margin-top: 12px;
}
.white_color .dollar {
  filter: invert(1);
}
.guarnty_cont .button_box {
  margin-top: 30px;
}

/*=====section7=====*/
.section7 {
  float: left;
  width: 100%;
  padding: 60px 0 70px;
  overflow: hidden;
  background: #fff;
}
.s7-star {
  display: block;
  width: 182px;
  margin: 25px auto 0;
}
.rating_text {
  font-size: 18px;
  line-height: 26px;
  color: #000;
  font-weight: 500;
  margin-top: 10px;
}

.review_sec {
  width: 100%;
  margin: 40px auto 0;

  display: flex !important;
  display: -webkit-flex !important;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
}
.review_box {
  width: 31.874%;
  padding: 4px;
  border-radius: 15px;
  background: #fff;
  -webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
}
.rev__bef_aft_box {
  width: 100%;
  margin: 0 auto 20px;
  border-radius: 15px;
  overflow: hidden;

  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
}
.rev__bef_aft_col {
  width: 49.6%;
  position: relative;
}
.rev__bef_aft_col img {
  display: block;
  margin: 0 auto 0;
  width: 100%;
}
.rev__bef_aft_col div {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  padding: 5px 18px 6px;
  border-radius: 50px;
  background: #5fad2d;
}
.rev__bef_aft_col:first-child div {
  color: #000;
  background: #fff;
}
.review_box_cont {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 10px 25px 30px;
}
.review_box_cont h3 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 800;
}
.review-star {
  display: block;
  margin: 12px auto 0;
  width: 104px;
}
.review_box_cont p {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.3px;
  color: #000;
  margin-top: 13px;
}

/*=====section8=====*/
.section8 {
  float: left;
  width: 100%;
  padding: 60px 0 70px;
  background: #eef7f9;
}

.faq_section {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 770px;
  margin: 30px 0 15px;
}
.faq_slide_row {
  float: left;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  margin-top: 20px;
  padding: 0 20px;
  -webkit-box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.1);
}
.faq_slide_row.last {
  border-bottom: none;
}
.accordion {
  float: left;
  width: 100%;
  text-align: left;
  background: url(../images/close.webp) no-repeat;
  background-position: right 5px center !important;
  background-size: 19px !important;
  padding: 20px 25px 20px 60px;
  position: relative;
  cursor: pointer;
}
.acdn_heading.accordion_open {
  background: url(../images/open.webp) no-repeat;
  padding-bottom: 20px;
  border-bottom: 1px solid #969696;
}
.faq-img {
  position: absolute;
  left: 0;
  top: 50%;
  width: 42px;
  max-width: 100%;
  transform: translateY(-50%);
  border-radius: 50%;
  box-sizing: content-box;
}
.accordion p {
  font-size: 18px;
  line-height: 24px;
  color: #000;
  margin-bottom: 2px;
}
.accordion h3 {
  font-size: 18px;
  line-height: 26px;
  color: #000;
  font-weight: bold;
  font-style: italic;
}
.acdn_content {
  float: left;
  width: 100%;
  text-align: left;
  padding: 20px 30px 5px 50px;
  position: relative;
}
.acdn-rx-icn {
  position: absolute;
  top: 24px;
  left: 0;
  width: 32px;
}
.accordion.last,
.acdn_content.last {
  border-bottom: none;
}
.acdn_para {
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0.3px;
  color: #000000;
  margin-bottom: 20px;
}

/*=====Footer=====*/
.footer {
  float: left;
  width: 100%;
  padding: 40px 0;
  background: #fff;
}
.footer-logo {
  display: block;
  margin: 0 auto 25px;
  width: 216px;
}
.footer_text {
  font-size: 17px;
  line-height: 21px;
  color: #000;
  margin-top: 10px;
}
.footer_text a {
  padding: 0 8px;
}

/*=======Media Query========*/
.show-mob,
.show-tab {
  display: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.white_color {
  color: #fff;
}
/*CTA BUTTOM*/
a.common_button.btn_scorall {
  /* background: url(../images/ctaButton.png);
  font-size: 0 !important;
  background-repeat: no-repeat;
  min-height: 7rem;
  object-fit: fill;
  height: auto;
  border-radius: 0 !important;
  background-size: contain; */
}

a.common_button.btn_scorall img.common-arrow {
  /* display: none !important; */
}

@media only screen and (max-width: 1200px) {
  .container {
    width: 1004px;
  }

  .banner_block {
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .banner_cont {
    width: 54%;
  }
  .banner_heading {
    font-size: 52px;
    line-height: 58px;
  }
  .banner_img_box {
    width: 43%;
  }

  .hero_image-warp-col-1 .hero_image-box {
    height: 170px;
  }
  .hero_image-warp-col-2 .hero_image-box2 {
    height: 290px;
  }

  .info-slider {
    padding: 25px 25px;
  }
  .weight-count {
    font-size: 22px;
    line-height: 22px;
    margin-top: 23px;
    padding: 8px 22px 10px;
  }
  .weight-value {
    font-size: 57px;
    line-height: 57px;
  }

  .s4_col {
    padding: 0 19px;
  }
  .s4_col h3 {
    font-size: 20px;
  }

  .review_box_cont h3 {
    font-size: 18px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 1021px) {
  .container {
    width: 750px;
  }
  .show-desk {
    display: none;
  }
  .show-tab {
    display: block;
  }

  .logo {
    width: 206px;
    margin-top: 8px;
  }
  .banner_rating {
    font-size: 12px;
    line-height: 14px;
    top: 19px;
  }
  .banner_rating img {
    width: 58px;
  }
  .header_btn {
    width: 160px;
    height: 44px;
    font-size: 18px;
    line-height: 42px;
    margin-top: 4px;
  }

  .banner_cont {
    width: 53%;
  }
  .banner_heading {
    font-size: 38px;
    line-height: 46px;
  }
  ul.banner_point {
    max-width: 370px;
    margin-top: 25px;
  }
  ul.banner_point li {
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 7px;
    padding-bottom: 7px;
  }
  .banner_img_box {
    width: 44%;
  }
  .banner-img {
    margin: 8px auto 0;
  }

  .hero_image-warp-col-1 .hero_image-box {
    height: 133px;
  }
  .hero_image-warp-col-2 .hero_image-box2 {
    height: 220px;
  }
  .hero_image-warp-col-2 .hero_image-box3 {
    height: 190px;
  }

  .common_button {
    height: 66px;
    font-size: 19px;
    line-height: 66px;
  }
  .banner .button_box {
    margin-top: 25px;
  }

  .common_heading {
    font-size: 36px;
    line-height: 44px;
  }
  .common_text {
    font-size: 17px;
    line-height: 25px;
  }

  .section1 {
    padding: 50px 0 10px;
  }
  .s1_img_box {
    width: 51.5%;
  }
  .info-slider {
    padding: 22px 18px;
  }
  .select_weight-top h5 {
    font-size: 19px;
    line-height: 19px;
  }
  .weight-count {
    font-size: 19px;
    line-height: 19px;
    margin-top: 18px;
    padding: 8px 16px 9px;
  }
  .weight-value {
    font-size: 34px;
    line-height: 34px;
  }
  .calculate-col1 {
    font-size: 17px;
    line-height: 17px;
  }

  .section2 {
    padding: 50px 0 60px;
  }
  .science_row2_col {
    padding: 12px 12px 15px;
  }
  .sci_row2_col_header h3 {
    font-size: 28px;
    line-height: 28px;
  }
  .sci-row2-col-icon {
    width: 34px;
  }
  .sci_row2_col_text {
    font-size: 16px;
    line-height: 23px;
  }

  .blue_strip {
    padding: 20px 0;
  }

  .section3 {
    padding: 50px 0 60px;
  }
  .s3_mid_box {
    margin: 40px auto 0;
  }
  .s3_mid_col {
    width: 31.5%;
    padding: 15px 15px 25px;
  }
  .s3_mid_num {
    top: 15px;
    left: 15px;
    width: 28px;
    height: 28px;
    font-size: 14px;
    line-height: 28px;
  }
  .s3_mid_col h3 {
    font-size: 20px;
    line-height: 24px;
    margin-top: 20px;
  }
  .s3_mid_col p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
  }

  .section4 {
    padding: 50px 0 60px;
  }
  .s4_slider_width {
    margin-top: 35px;
  }
  .s4_slide {
    max-width: 230px;
  }

  .s4_box {
    margin: 50px auto 10px;
  }
  .s4_col {
    padding: 0 25px 25px;
    width: 50%;
  }
  .s4-col-icn {
    width: 50px;
  }
  .s4_col h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .s4_col:nth-child(n + 3) {
    padding-top: 25px;
    padding-bottom: 0;
  }
  .s4_col:before {
    top: 20px;
    bottom: 20px;
  }
  .s4_col:nth-child(n + 3):after {
    content: "";
    position: absolute;
    top: 0px;
    left: 20px;
    right: 20px;
    height: 1px;
    background: #b9c6cb;
  }
  .s4_col:nth-child(3n):before {
    display: none;
  }

  .section5 {
    padding: 50px 0 60px;
  }
  .hero_prod_title {
    font-size: 22px;
    line-height: 22px;
  }
  .hero_prod_title sup {
    font-size: 14px;
  }
  ul.hero_pakge_list li {
    font-size: 12px;
    line-height: 12px;
    padding: 0 8px;
  }
  .hero_stock {
    right: 15px;
    font-size: 13px;
    line-height: 13px;
    padding: 2px 9px 5px;
  }
  .hero_stock p:before {
    width: 7px;
    height: 7px;
  }
  .hero_box_inner {
    padding: 12px 18px 0;
  }
  .hero_box_left {
    width: 136px;
  }
  .hero_box_right {
    width: calc(100% - 136px);
  }
  ul.hero_pakge_point {
    margin-top: 9px;
  }
  ul.hero_pakge_point li {
    font-size: 14px;
    line-height: 17px;
  }
  .price_box_amount {
    font-size: 34px;
  }
  .s5-point-icn {
    margin: 0 auto 10px;
    width: 22px;
  }
  .s5_points li p {
    font-size: 17px;
    line-height: 24px;
  }

  .section6 {
    padding: 50px 0 60px;
  }
  .guarnty_sub_heading {
    font-size: 17px;
    line-height: 17px;
  }
  .guarnty_heading {
    font-size: 34px;
    line-height: 40px;
  }
  .guarnty_text {
    font-size: 17px;
    line-height: 25px;
  }

  .section7 {
    padding: 50px 0 60px;
  }
  .rev__bef_aft_box {
    margin: 0 auto 15px;
  }
  .rev__bef_aft_col div {
    font-size: 13px;
    line-height: 13px;
    padding: 5px 15px 6px;
  }
  .review_box_cont {
    padding: 10px 15px 30px;
  }
  .review_box_cont h3 {
    font-size: 19px;
    line-height: 26px;
  }
  .review-star {
    margin: 10px auto 0;
    width: 96px;
  }
  .review_box_cont p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 13px;
  }

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

@media only screen and (max-width: 767px) {
  .container {
    width: 100%;
    padding: 0 15px;
    max-width: 600px;
    box-sizing: border-box;
  }
  .show-mob {
    display: block;
  }
  .hide-mob {
    display: none;
  }
  /* p.banner_rating.hide-mob {
    display: block !important;
  } */

  .top_strip {
    padding: 8px 0 6px;
  }
  .strip_text {
    font-size: 12px;
    line-height: 17px;
    margin-top: 2px;
    letter-spacing: 0.4px;
  }
  .strip_text span {
    font-weight: 400;
  }
  #clockdiv > div {
    width: 23px;
    height: 33px;
  }

  .top-fix-bar {
    margin-bottom: 55px;
  }
  .header {
    margin-top: -55px;
    top: 55px;
    height: 55px;
    padding: 9px 0 9px;
  }
  .logo {
    width: 166px;
    margin-top: 3px;
  }
  .header_btn {
    width: 125px;
    height: 33px;
    font-size: 15px;
    line-height: 31px;
    margin-top: 2px;
  }

  .banner {
    padding: 20px 0 30px;
  }
  .banner_block {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .banner_cont {
    width: 100%;
    text-align: center;
  }
  .banner_rating {
    /*font-size: 14px;*/
    font-size: 11px;
    line-height: 14px;
    position: static;
    transform: none;
    margin-bottom: 8px;
    text-align: right;
    top: auto;
    left: auto;
  }
  .banner_heading {
    font-size: 28px;
    line-height: 40px;
  }
  ul.banner_point {
    max-width: 310px;
    margin-top: 25px;
  }
  ul.banner_point li {
    font-size: 14px;
    line-height: 18px;
    column-gap: 8px;
  }
  .bnr-point-icn {
    width: 27px;
  }
  .banner_img_box {
    width: calc(100% + 20px);
    margin-top: 25px;
    margin-left: -10px;
  }
  .banner-img-m {
    margin: 0 auto 0 -10px;
    width: calc(100% + 20px);
    max-width: none;
  }

  .hero_image-warp {
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 420px;
    margin: 0 auto;
  }
  .hero_image-warp-col-1 .hero_image-box {
    height: 100%;
  }
  .hero_image-box img {
    object-fit: cover;
    height: 100%;
  }

  .hero_image-warp-col-2 .hero_image-box2 {
    height: 170px;
  }
  .hero_image-warp-col-2 .hero_image-box4 {
    height: 100px;
  }

  .hero_image-warp-col-3 .hero_image-box3 {
    height: 130px;
  }
  .hero_image-warp-col-3 .hero_image-box5 {
    height: 140px;
  }

  .button_width {
    max-width: 345px;
  }
  .ship_text {
    font-size: 12px;
    line-height: 12px;
  }
  .ship_text:before {
    width: 6px;
    height: 6px;
  }
  .balance_icon {
    width: 8px;
    margin: 0 5px;
  }
  .low-stock-row {
    width: 54px;
    height: 10px;
    margin: 0 8px;
  }
  .common_button {
    height: 58px;
    font-size: 17px;
    line-height: 56px;
  }
  .common-arrow {
    width: 18px;
  }
  .button_stock_text {
    font-size: 12px;
    line-height: 12px;
  }
  .dollar {
    width: 12px;
  }

  .button_box {
    margin-top: 35px;
    text-align: center;
  }
  .common_sub_heading {
    font-size: 14px;
    line-height: 16px;
  }
  .common_heading {
    font-size: 30px;
    line-height: 38px;
  }
  .common_text {
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px;
  }

  .section1 {
    padding: 30px 0 10px;
  }
  .s1_block {
    margin: 25px auto 5px;
  }
  .s1_img_box {
    width: 100%;
  }
  .bef_aft_col {
    border-radius: 10px;
  }
  .bef_aft_col p {
    bottom: 12px;
    font-size: 10px;
    line-height: 10px;
    padding: 5px 12px 5px;
  }
  .s1_cont {
    width: 100%;
    margin-top: 30px;
  }
  .weight-count {
    font-size: 18px;
    line-height: 18px;
    padding: 6px 16px 8px;
    margin-top: 20px;
  }
  .select_weight-top h5 {
    font-size: 18px;
    line-height: 20px;
  }
  .info-slider {
    padding: 25px 25px;
  }
  .calculate-col1 {
    font-size: 16px;
    line-height: 20px;
  }
  .weight-value {
    font-size: 52px;
    line-height: 52px;
  }
  .rangebar {
    margin: 40px 0;
  }

  .section2 {
    padding: 25px 0 35px;
    text-align: left;
  }
  .s2-prod-m {
    margin: 0 auto 0;
    width: 352px;
  }
  .s2_mid_box {
    margin: 25px auto 0;
  }
  .s2_mid_col {
    width: 100%;
  }
  .science_box_row2 {
    row-gap: 8px;
  }
  .science_row2_col {
    width: 49%;
  }
  .sci_row2_col_text {
    font-size: 13px;
    line-height: 21px;
    letter-spacing: 0.3px;
    margin-top: 15px;
  }
  .blue_strip {
    padding: 12px 0;
  }
  .blue_strip_list li {
    font-size: 12px;
    line-height: 13px;
    padding: 0 20px;
    background-position: top 4px left;
    background-size: 11px;
  }

  .section3 {
    padding: 30px 0 35px;
  }
  .s3_mid_box {
    max-width: 390px;
    margin: 25px auto 0;
    row-gap: 20px;
    padding: 0 5px;
  }
  .s3_mid_col {
    width: 100%;
    padding: 20px 25px 30px;
  }
  .s3_mid_num {
    top: 20px;
    left: 25px;
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 28px;
  }
  .s3_mid_col h3 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 20px;
  }
  .s3_mid_col p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.3px;
    margin-top: 10px;
  }

  .section4 {
    padding: 30px 0 35px;
  }

  .s4_slider_width {
    margin-top: 25px;
  }
  .s4_slide {
    padding: 0 6px;
  }
  .s4_slider_width2 {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    margin-top: 10px;
  }
  .s4_slider2 {
    float: left;
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
    animation: marquee-horizontal4 20s linear infinite;
  }
  .s4_slide2 {
    display: inline-block;
    vertical-align: middle;
    padding: 0 6px;
    white-space: nowrap;
  }
  .s4-slide-img {
    width: 170px;
    border-radius: 10px;
  }

  @keyframes marquee-horizontal4 {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(100%);
    }
  }

  .s4_box {
    margin: 30px auto 0;
  }
  .s4_col {
    width: 100%;
    border-bottom: 1px solid #b9c6cb;
    padding: 0 !important;
    margin-bottom: 15px;
    padding-bottom: 15px !important;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
    column-gap: 15px;
  }
  .s4_col_cont {
    text-align: left;
    width: calc(100% - 55px);
  }
  .s4_col h3 {
    margin-top: 0;
  }
  .s4-col-icn {
    width: 40px;
    margin-top: 7px;
  }
  .s4_col p {
    margin-top: 9px;
  }
  .s4_col:before,
  .s4_col:nth-child(n + 3):after {
    display: none;
  }
  .s4_col:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0 !important;
  }

  .section5 {
    padding: 30px 0 35px;
  }
  .hero_package_box {
    width: 100%;
  }
  .hero_section_row {
    max-width: 390px;
    margin: 60px auto 0;
    row-gap: 60px;
  }
  .hero_prod_title {
    font-size: 24px;
    line-height: 24px;
  }
  .hero_prod_title sup {
    font-size: 15px;
  }
  ul.hero_pakge_list li {
    font-size: 11px;
    line-height: 12px;
    padding: 0 6px;
  }
  .hero_pakge_box_strip {
    top: -35px;
    font-size: 14px;
    line-height: 17px;
  }
  .hero_stock {
    font-size: 14px;
    line-height: 14px;
  }
  .hero_stock p:before {
    margin: -1px 6px 0 0;
  }
  .hero_box_inner {
    padding: 12px 15px 0;
  }
  .hero_box_right {
    padding-left: 10px;
  }
  .price_box_amount {
    font-size: 30px;
    line-height: 40px;
  }

  .s5_points {
    max-width: 390px;
    margin: 30px auto 0;
    row-gap: 25px;
  }
  .s5_points li {
    width: 50%;
    padding: 0 20px;
  }
  .s5_points li p {
    font-size: 14px;
    line-height: 19px;
  }
  .s5_points li:before {
    display: none;
  }

  .section6 {
    padding: 30px 0 35px;
  }
  .compare_box {
    width: calc(100% + 30px);
    margin: 50px auto 0 -15px;
  }
  .compare_col1 {
    width: 38%;
  }
  .compare_col2 {
    width: 28%;
  }
  .compare_col3 {
    width: 34%;
  }
  .compare_list li {
    height: 56px;
    font-size: 14px;
    line-height: 18px;
    padding: 10px 12px;
  }
  .compare_list li p {
    font-size: 24px;
    line-height: 24px;
  }
  .compare_list li p:before {
    width: 100px;
    height: 55px;
  }
  .compare-icon {
    width: 20px;
  }
  .compare_col2 .compare-icon {
    width: 28px;
  }
  .compare_col2 .compare_list li:last-child {
    height: 20px;
  }
  .compare_top {
    height: 100px;
    padding: 0 12px 12px;
  }
  .compare-prod1 {
    margin: -24px auto -8px;
    width: 81px;
  }
  .compare-prod2 {
    width: 70px;
    margin: -11px auto 8px;
  }
  .compare_top h3 {
    font-size: 14px;
    line-height: 18px;
  }
  .compare_col2 .compare_top h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .compare_col1 .compare_list li:nth-child(odd) {
    border-left: none;
  }
  .compare_col3 .compare_list li:nth-child(odd) {
    border-right: none;
  }

  .guarnty_box {
    margin: 30px auto 0;
    row-gap: 20px;
    padding: 20px 20px 30px 20px;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .guarnty_cont {
    text-align: center;
    width: 100%;
  }
  .guarnty_sub_heading {
    font-size: 14px;
    line-height: 14px;
  }
  .guarnty_heading {
    font-size: 27px;
    line-height: 32px;
  }
  .guarnty_text {
    font-size: 16px;
    line-height: 24px;
  }
  .common_button {
    height: 54px;
    font-size: 15px;
    line-height: 53px;
  }
  .common-arrow {
    width: 16px;
  }
  .guarnty-tick {
    width: 92px;
  }

  .section7 {
    padding: 30px 0 35px;
  }
  .s7-star {
    width: 152px;
  }
  .rating_text {
    font-size: 16px;
    line-height: 24px;
  }
  .review_sec {
    width: calc(100% + 30px);
    margin: 15px 0 0 -15px;
    justify-content: center;
  }
  .review_box {
    width: 100%;
    max-width: 310px;
    display: flex !important;
    flex-wrap: wrap;
    height: 100%;
  }
  .rev__bef_aft_col div {
    font-size: 14px;
    line-height: 14px;
  }
  .review_box_cont {
    padding: 5px 15px 25px;
  }
  .review_box_cont h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .review-star {
    width: 86px;
  }
  .review_box_cont p {
    letter-spacing: 0.3px;
    margin-top: 12px;
  }

  .section8 {
    padding: 30px 0 35px;
  }
  .faq_section {
    margin: 20px 0 0;
  }
  .faq_slide_row {
    padding: 0 10px;
    border-radius: 10px;
    border-width: 1px;
    margin-top: 10px;
  }
  .faq-img {
    width: 34px;
  }
  .accordion {
    padding: 15px 23px 15px 47px;
    background-size: 14px !important;
  }
  .acdn_heading.accordion_open {
    padding-bottom: 16px;
  }
  .accordion p {
    font-size: 15px;
    line-height: 20px;
  }
  .accordion h3 {
    font-size: 15px;
    line-height: 20px;
    margin-top: 3px;
  }
  .acdn_content {
    padding: 15px 5px 5px 40px;
  }
  .acdn_para {
    font-size: 16px;
    line-height: 22px;
  }
  .acdn-rx-icn {
    width: 25px;
  }
  .acdn_para {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.3px;
  }

  .footer {
    padding: 25px 0;
  }
  .footer-logo {
    margin: 0 auto 15px;
    width: 150px;
  }
  .footer_text {
    font-size: 11px;
    line-height: 15px;
    margin-top: 8px;
  }
  .footer_text a {
    padding: 0 3px;
  }
}

/** NEW STYLES ADDED HERE **/
.banner_cont {
  position: relative;
}

.legitscriptBox {
  position: absolute;
  top: 150px;
  right: 0;
}

@media screen and (min-width: 1200px) {
  .legitscriptBox img {
    width: 150px;
  }
  .legitscriptBox {
    top: 140px;
    right: -70px;
  }
}

@media screen and (min-width: 1021px) and (max-width: 1199px) {
  .legitscriptBox img {
    width: 120px;
  }
  .legitscriptBox {
    top: 150px;
    right: -10px;
  }
}

@media screen and (max-width: 1020px) {
  .legitscriptBox {
    width: 56px;
    top: 52px;
  }
}

@media screen and (max-width: 767px) {
  .legitscriptBox {
    position: static;
    margin-top: 1rem;
    text-align: center;
    width: auto;
  }
}
@media screen and (max-width: 400px) {
  .price_box_amount {
    font-size: 24px;
    line-height: 30px;
  }
}
.text-red {
  color: red !important;
}
.banner_heading {
  font-size: 41px !important;
  line-height: 54px !important;
}
@media (max-width: 1025px) {
  .banner_heading {
    font-size: 29px !important;
    line-height: 46px !important;
  }
}
@media (max-width: 767px) {
  .banner_heading {
    font-size: 24px !important;
    line-height: 38px !important;
  }
}
