@charset "utf-8";
/* CSS Document */

body {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0;
  background: #fff;
  color: #000;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: "Red Hat Display";
  font-weight: 500;
}

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

li {
  list-style: none;
}

* {
  box-sizing: border-box;
}

.clearall {
  clear: both;
  font-size: 1px;
  line-height: 1px;
  height: 1px;
}

/*-----------------------
FONTS
------------------------*/
@font-face {
  font-family: "Red Hat Display";
  src: url("RedHatDisplay-Bold.woff2") format("woff2"),
    url("RedHatDisplay-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Red Hat Display";
  src: url("RedHatDisplay-Black.woff2") format("woff2"),
    url("RedHatDisplay-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Red Hat Display";
  src: url("RedHatDisplay-ExtraBold.woff2") format("woff2"),
    url("RedHatDisplay-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Red Hat Display";
  src: url("RedHatDisplay-MediumItalic.woff2") format("woff2"),
    url("RedHatDisplay-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Red Hat Display";
  src: url("RedHatDisplay-Medium.woff2") format("woff2"),
    url("RedHatDisplay-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;
}

.overflow {
  overflow: hidden;
}

.hide-desk,
.show-tab {
  display: none;
}

/*-----------------------
HEADER
------------------------*/
.top-fix-bar {
  margin-bottom: 70px;
}

.header {
  height: 70px;
  background: #fff;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 12px 0;
  margin-top: -70px;
  top: 70px;
  position: relative;
}

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

.header__inner {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.header__inner__left {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

.logo {
  width: 166px;
}

ul.menu-list {
  margin: -3px 0 0 25px;
}

ul.menu-list li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 12px;
}

ul.menu-list li a {
  font-size: 15px;
  line-height: 20px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #000;
  text-transform: uppercase;
}

.header__button {
  width: 160px;
  height: 40px;
  font-size: 15px;
  line-height: 40px;
  color: #fff;
  font-weight: 800;
  background: #00af3a;
  border-radius: 100px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.header__button img {
  width: 26px;
  display: inline-block;
  vertical-align: middle;
  margin: -3px 0 0 3px;
}

.tadda {
  animation-name: tadda;
  -webkit-animation-name: tadda;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@keyframes tadda {
  0% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(8px);
  }

  100% {
    transform: translateX(0px);
  }
}

/*-----------------------
SECTION-1
------------------------*/
.section-1 {
  background: url(../images/section-1.jpg) center top no-repeat;
  background-size: cover;
}

.section-1__inner {
  width: 57.26%;
  text-align: left;
  padding: 40px 0;
}

.rating__text {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  letter-spacing: 0.3px;
}

.rating__text img {
  display: inline-block;
  vertical-align: middle;
  width: 72px;
  margin: -4px 8px 0 0;
}

.section-1__heading {
  font-size: 45px;
  line-height: 54px;
  font-weight: 900;
  margin-top: 10px;
  color: #24aaff;
}

.section-1__strip {
  border-radius: 10px 0 0 10px;
  background: rgb(240, 244, 246);
  background: linear-gradient(
    90deg,
    rgba(240, 244, 246, 1) 0%,
    rgba(240, 244, 246, 1) 75%,
    rgba(255, 255, 255, 0) 100%
  );
  padding: 15px 15px 15px 70px;
  position: relative;
  width: calc(100% - 50px);
  margin-top: 25px;
}

.section-1__strip:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  border: 1px solid #c2c2c2;
  border-right: 50px solid transparent;
  border-radius: 10px 0 0 10px;
}

.section-1__strip img {
  width: 40px;
  position: absolute;
  left: 15px;
  top: 20px;
}

.section-1__strip h3 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 900;
  text-transform: uppercase;
}

.section-1__strip p {
  font-size: 16px;
  line-height: 21px;
  margin-top: 5px;
}

ul.section-1__list {
  display: inline-block;
  vertical-align: top;
  margin-top: 15px;
}

ul.section-1__list li {
  font-size: 20px;
  line-height: 24px;
  font-weight: 800;
  margin-top: 12px;
  background: url(../images/sec1-list-tick.png) left 5px no-repeat;
  background-size: 20px;
  padding-left: 30px;
  text-align: left;
}

.section-1__product {
  position: absolute;
  right: 0;
  top: 40px;
  width: 57.26%;
  z-index: 1;
}

.section-1__product-img {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: -30px;
  z-index: 1;
}

.section-1__review {
  max-width: 430px;
  margin: 0 auto;
  width: 100%;
  position: absolute;
  right: 0;
  top: 570px;
  padding-left: 60px;
}

.section-1__review__face {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  border: 2px solid #fff;
}

.section-1__review__heading {
  font-size: 16px;
  line-height: 20px;
  font-weight: 900;
}

.section-1__review__text {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  font-style: italic;
  margin-top: 5px;
  letter-spacing: 0.3px;
}

.section-1__review__name {
  margin-top: 10px;
}

.section-1__review__name span {
  font-size: 16px;
  line-height: 20px;
  font-weight: 800;
}

.section-1__review__name small {
  font-size: 14px;
  line-height: 18px;
  color: #16b554;
}

.section-1__review__name img {
  width: 14px;
  display: inline-block;
  vertical-align: middle;
  margin: -3px 0 0 5px;
}

.section-1__seal {
  position: absolute;
  right: 250px;
  top: 380px;
  width: 122px;
}

.section__product__list {
  width: 190px;
  position: absolute;
  right: 0;
  top: 25px;
}

.section__product__list:before {
  content: "";
  position: absolute;
  left: -55px;
  top: 50%;
  width: 80px;
  border-top: 1px solid #111;
}

.section__product__list:after {
  content: "";
  position: absolute;
  left: 0;
  top: 33px;
  bottom: 32px;
  border-left: 1px solid #111;
}

.section__product__list li {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  padding: 6px 0 6px 17px;
  text-align: left;
}

.section__product__list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  border-top: 1px solid #111;
  width: 17px;
}

.section1-icon {
  width: 54px;
  height: 54px;
  border: 1px solid #111;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  padding-top: 7px;
  margin-right: 15px;
}

.section1-icon img {
  max-width: 36px;
}

.section__product__list li p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 800;
}

.button__box {
  display: inline-block;
  vertical-align: top;
  max-width: 397px;
  width: 100%;
  margin-top: 35px;
}

ul.button__list {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  max-width: 270px;
  margin: 0 auto;
  width: 100%;
}

ul.button__list li {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}

ul.button__list li img {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  margin: -3px 5px 0 0;
}

.common__button {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  height: 61px;
  background: #21a432;
  font-size: 24px;
  line-height: 61px;
  font-weight: 800;
  color: #fff;
  border-radius: 100px;
  text-align: center;
  margin-top: 10px;
}

.button__arrow {
  display: inline-block;
  vertical-align: middle;
  margin: -5px 0 0 8px;
}

.button__bottom__text {
  margin: 10px 0 -5px;
  text-align: center;
}

.button__bottom__text p {
  display: inline-block;
  vertical-align: top;
  padding: 0 5px;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
}

.button__text-1:before {
  display: inline-block;
  vertical-align: middle;
  margin: -3px 5px 0 0;
  width: 9px;
  height: 9px;
  background: #16b00e;
  border-radius: 50%;
  content: "";
  animation: fade 1s ease-in-out infinite;
}

.button_line {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.button_line:before {
  content: "";
  position: absolute;
  border-left: 1px solid #353535;
  top: 0;
  left: 0;
  height: 15px;
}

.low-text {
  color: #ef0000;
  font-size: 14px;
  line-height: 18px;
  font-weight: 900;
  display: inline-block;
  vertical-align: top;
  margin: -3px 0 0 2px;
  text-transform: uppercase;
}

.low-sign {
  display: inline-block;
  vertical-align: top;
}

.low-sign__inner {
  display: flex;
  justify-content: space-evenly;
  width: 60px;
  height: 15px;
  padding: 2px 0;
  position: relative;
}

.low-sign__inner span {
  width: 18%;
  height: 100%;
  background: #fff;
  border: 1px solid #d7d7d7;
  display: inline-block;
  vertical-align: top;
}

.low-sign__inner span.active {
  background: #fe0000;
  border: 1px solid transparent;
  animation: fade 1s ease-in-out infinite;
}

@keyframes fade {
  0% {
    opacity: 100%;
  }

  50% {
    opacity: 30%;
  }

  70% {
    opacity: 100%;
  }

  100% {
    opacity: 100%;
  }
}

/*-----------------------
DISCOUNT STRIP
------------------------*/
.discount__strip {
  background: #123b6b;
  padding: 10px 0;
}

.discount__strip p {
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.5px;
}

.discount__strip p span {
  color: #ffd83c;
  font-weight: bold;
  position: relative;
}

.discount__strip p span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 1px solid #ffd83c;
}

/*-----------------------
SECTION-2
------------------------*/
.section-2 {
  padding: 50px 0 60px;
}

.heading {
  font-size: 50px;
  line-height: 56px;
  font-weight: 900;
  color: #000;
}

.heading span {
  color: #24aaff;
}

.common__text--center {
  max-width: 670px;
  margin: auto;
  width: 100%;
}

.common__text {
  font-size: 18px;
  line-height: 28px;
  margin-top: 20px;
}

.common__text--mt-0 {
  margin-top: 0;
}

.section-2__inner {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  margin: 50px auto 0;
}

.section-2__box {
  width: 383px;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}

.section-2__box-img {
  max-width: 100%;
  background: #1c1c1c;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 50px;
}

.section-2__box__inner {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

ul.section-2__box__list--1 {
  width: 47%;
  background: #1c1c1c;
  border-radius: 0 0 30px 0;
}

.box__list__first {
  background: #2760a7;
  border-radius: 20px;
  margin: 20px 15px 15px;
  text-align: left;
  z-index: 1;
}

.section-2__box__list-icon1 {
  margin: 0 auto 15px;
  width: 60px;
}

ul.section-2__box__list--2 {
  width: 53%;
}

.box__list__second {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  text-align: left;
  position: relative;
  background: #1c1c1c;
  border-radius: 0 0 30px 0;
  z-index: 1;
}

.box__list__second:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 15px;
  background: url(../images/point-arrow.png) center top no-repeat;
}

.section-2__box__list-icon2 {
  width: 28px;
}

.box__list__third {
  width: 86%;
  margin: 0 auto;
  position: relative;
  background: #000;
  border-radius: 20px;
  margin-top: 15px;
  position: relative;
  text-align: center;
}

.box__list__third:before {
  content: "";
  position: absolute;
  left: -40px;
  top: -40px;
  width: 30px;
  height: 30px;
  border-radius: 60px 0 0 0;
  border-left: 26px solid #1c1c1c;
  border-top: 25px solid #1c1c1c;
}

.section-2__box__list-icon3 {
  margin: 0 auto 10px;
}

.section-2__box__list {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}

.section-2__box__list li {
  padding: 22px 18px;
}

.section-2__box__list li p {
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 1px;
  color: #fff;
  font-weight: 900;
}

.section-2__content {
  width: 40%;
  text-align: left;
}

/*-----------------------
SECTION-3
------------------------*/
.section-3 {
  padding: 50px 0 60px;
  background: url(../images/section-3.jpg) center top no-repeat;
  background-size: cover;
}

.features__inner {
  max-width: 970px;
  width: 100%;
  margin: 0 auto 15px;
}

.features__box {
  border: 1px solid #034a9d;
  box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.1);
  background: #fff;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  margin-top: 35px;
}

.features__content {
  padding: 30px;
  text-align: left;
  width: calc(100% - 355px);
  position: relative;
}

.feature__icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #2760a7;
  text-align: center;
  padding-top: 5px;
  box-shadow: 0px 0px 0px 5px #fff;
  -webkit-box-shadow: 0px 0px 0px 5px #fff;
  position: absolute;
  left: 30px;
  top: -30px;
}

.feature__icon img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
  width: 36px;
}

.features__content h3 {
  font-size: 30px;
  line-height: 34px;
  font-weight: bold;
  color: #121b40;
  position: relative;
}

.features__content h3:after {
  content: "";
  width: 64px;
  height: 4px;
  background: #e0e1e6;
  display: block;
  margin: 20px 0 0;
  border-radius: 10px;
}

.features__content p {
  font-size: 18px;
  line-height: 26px;
  margin-top: 15px;
}

.features__image {
  margin-left: 12px;
}

.features__image img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}

.section-3 .button__box {
  max-width: 550px;
}

/*-----------------------
SECTION-4
------------------------*/
.section-4 {
  padding: 50px 0 60px;
}

.how-to__inner {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: 0 10px 20px;
}

.how-to__box {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  width: 47.6%;
  box-shadow: 5px 0px 25px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 5px 0px 25px 2px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  overflow: hidden;
  margin-top: 50px;
}

.how-to__image {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}

.how-to__box__img {
  position: relative;
}

.how-to__box__img h3 {
  font-size: 36px;
  line-height: 43px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  left: 30px;
  bottom: 110px;
  text-align: left;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.9);
}

.how-to__box__img__strip {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 20px 10px 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.how-to__box__img__strip p {
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  letter-spacing: 0.8px;
  font-weight: bold;
  text-align: left;
}

.how-to__icon img {
  width: 60px;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

.how-to__box__content {
  padding: 0 30px 20px;
  background: #fff;
  text-align: left;
}

.how-to__box__content p {
  font-size: 18px;
  line-height: 26px;
  margin-top: 15px;
}

.section-4 .button__box {
  max-width: 550px;
}

/*-----------------------
SECTION-5
------------------------*/
.section-5 {
}

.money-back {
  border: 10px solid #000;
}

.money-back__top {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background: #2760a7;
  padding: 15px;
}

.money-back__seal {
  margin-right: 20px;
}

.money-back__heading {
  font-size: 93px;
  line-height: 95px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  width: calc(100% - 455px);
}

.money-back__heading span {
  font-size: 103px;
}

.money-back__seal img {
  max-width: 225px;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}

.money-back__content {
  padding: 20px 80px 40px;
}

.money-back__content p {
  font-size: 20px;
  line-height: 30px;
  margin-top: 20px;
}

.separator {
  padding: 0 10px;
}

/*-----------------------
SECTION-6
------------------------*/
.section-6 {
  padding: 50px 0 40px;
}

.review__inner {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

.review__box {
  padding: 0 15px;
  margin-top: 40px;
  display: flex;
  display: -webkit-flex;
}

.review__img {
  margin-right: 25px;
  max-width: 210px;
}

.review__img img {
  width: 100%;
  border-radius: 6px;
}

.review__content {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex: 1;
  width: calc(100% - 235px);
  text-align: left;
}

.review__star {
  width: 102px;
  display: block;
  margin: 0 0 15px;
}

.review__box__heading {
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
  margin-bottom: 12px;
}

.review__box__text {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 15px;
}

.review__name {
  margin-top: auto;
}

.review__name span {
  font-size: 18px;
  line-height: 20px;
}

.review__name img {
  width: 13px;
  display: inline-block;
  vertical-align: middle;
  margin: -5px 5px 0;
}

.review__name small {
  font-size: 14px;
  line-height: 18px;
  color: #37b72d;
  letter-spacing: 0.5px;
}

.review__bottom__heading {
  font-size: 45px;
  line-height: 50px;
  font-weight: 900;
  margin-top: 80px;
}

.review__bottom__sub-heading {
  font-size: 30px;
  line-height: 34px;
  font-weight: bold;
  margin-top: 15px;
}

/*-----------------------
SECTION-7
------------------------*/
.section-7 {
  padding: 50px 0 60px;
}

.offer__box {
  display: flex;
  display: -webkit-flex;
  border: 2px dashed #000;
  max-width: 1030px;
  margin: 0 auto;
}

.offer__box__content,
.offer__box__product {
  width: 50%;
}

.offer__box__content {
  background: #fdf5e6;
  padding: 40px 25px 55px;
}

.offer__box__product {
  padding: 20px;
}

.offer__box__heading {
  font-size: 42px;
  line-height: 50px;
  font-weight: 900;
}

.offer__box__sub-heading {
  font-size: 24px;
  line-height: 30px;
  margin-top: 6px;
}

ul.offer__list {
  display: inline-block;
  vertical-align: top;
  margin-top: 20px;
}

ul.offer__list li {
  font-size: 22px;
  line-height: 30px;
  background: url(../images/offer-tick.png) left top no-repeat;
  background-size: 26px;
  text-align: left;
  padding-left: 35px;
  margin-top: 15px;
}

ul.offer__list li.warn {
  color: #ff0000;
  font-weight: bold;
  background: url(../images/offer-warn.png) left top no-repeat;
  background-size: 26px;
}

.offer__product {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.offer__product__img {
  width: 260px;
}

.offer__product__seal {
  width: 120px;
}

/*-----------------------
SECTION-9
------------------------*/
.section-8 {
  padding: 50px 0 60px;
  background: #f3f7f9;
}

.faq-container {
  display: inline-block;
  vertical-align: top;
  max-width: 840px;
  width: 100%;
  margin: 10px 0 0;
  padding: 20px;
}

.up-slide-dwn {
  background: #f8fafc;
  border-radius: 10px;
  box-shadow: 1px 5px 15px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 5px 15px 1px rgba(0, 0, 0, 0.1);
  padding: 0 30px;
  margin: 20px 0 0;
}

.faq-innr {
}

.accordion {
  text-align: left;
  background: url(../images/close-btn.png) no-repeat right center;
  background-size: 14px;
  padding: 20px 20px 20px 0;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  color: #000;
  cursor: pointer;
  position: relative;
}

.acdn-heading.accordion-open {
  background: url(../images/open-btn.png) no-repeat right center;
  background-size: 14px;
}

.acdn-content {
  text-align: left;
  padding: 0 20px 0 0;
}

.acdn-para {
  font-size: 18px;
  line-height: 28px;
  color: #000;
  padding-bottom: 20px;
}

.up-slide-dwn:last-child {
  border-bottom: none;
}

/*-----------------------
FOOTER
------------------------*/
.footer {
  padding: 50px 0;
}

.footer__logo {
  display: block;
  margin: 0 auto 20px;
  width: 185px;
}

.footer__text {
  font-size: 15px;
  line-height: 22px;
  color: #000;
  margin-top: 5px;
}

.footer__text span {
  padding: 0 5px;
}

.footer__text a {
  color: #000;
}

.footer__disclaimer {
  max-width: 900px;
  margin: 20px auto 0;
  font-size: 15px;
  line-height: 23px;
  color: #2f2f2f;
  padding: 12px 30px;
  width: 100%;
  border: 1px solid #e8e8e8;
}

.green-top-banner {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  background: #acf4a1;
  text-align: center;
  padding: 15px 0;
}

.green-top-banner .promo-code {
  color: #fff;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  background-color: #000000;
  width: 120px;
  display: inline-block;
  border-radius: 8px;
}

/*-----------------------
MEDIA
------------------------*/
@media only screen and (max-width: 1180px) {
  .container {
    width: 1000px;
  }

  .section-1__heading {
    font-size: 38px;
    line-height: 46px;
  }

  .section-1__product-img {
    width: 430px;
  }

  .section-2__product {
    width: 280px;
  }

  .section-2__product img {
    max-width: 100%;
  }

  .money-back__heading {
    width: calc(100% - 275px);
  }

  .offer__box__heading {
    font-size: 40px;
    line-height: 48px;
  }

  .offer__box__sub-heading {
    font-size: 22px;
    line-height: 28px;
  }

  /*-----------------------
CONTACT
------------------------*/
  .phone__text {
    font-size: 36px;
    line-height: 36px;
  }

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

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

  .show-tab {
    display: block;
  }

  .hide-tab {
    display: none;
  }

  .header {
    padding: 15px 0;
  }

  .logo {
    width: 130px;
  }

  ul.menu-list li {
    padding: 0 5px;
  }

  ul.menu-list li a {
    font-size: 12px;
    line-height: 18px;
  }

  .header__button {
    width: 140px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
  }

  .rating__text img {
    width: 105px;
  }

  .rating__text {
    font-size: 14px;
    line-height: 18px;
  }

  .section-1__heading {
    font-size: 28px;
    line-height: 36px;
  }

  .section-1__product-img {
    width: 280px;
    top: 70px;
  }

  .section-1__seal {
    width: 100px;
  }

  ul.section-1__list li {
    font-size: 18px;
    line-height: 24px;
  }

  .section-1__review {
    max-width: 340px;
  }

  .heading {
    font-size: 38px;
    line-height: 46px;
  }

  .common__text {
    font-size: 16px;
    line-height: 26px;
    margin-top: 15px;
  }

  .button__box {
    margin-top: 25px;
  }

  .section-2 {
    padding: 40px 0 50px;
  }

  .section-2__inner {
    margin: 25px auto 0;
  }

  .section-2__content {
    width: 47%;
  }

  .section-3 {
    padding: 40px 0 50px;
  }

  .features__content {
    padding: 20px;
  }

  .features__content h3 {
    font-size: 24px;
    line-height: 30px;
  }

  .section-4 {
    padding: 40px 0 50px;
  }

  .how-to__box {
    margin-top: 35px;
  }

  .how-to__box__img h3 {
    font-size: 26px;
    line-height: 32px;
    left: 20px;
  }

  .how-to__box__img__strip {
    padding: 10px 10px 10px 20px;
  }

  .how-to__box__img__strip p {
    font-size: 19px;
    line-height: 27px;
  }

  .how-to__box__content {
    padding: 0 20px 20px;
  }

  .section-5 {
  }

  .money-back__heading {
    width: calc(100% - 175px);
    font-size: 68px;
    line-height: 72px;
  }

  .money-back__heading span {
    font-size: 75px;
  }

  .money-back__content {
    padding: 20px 30px 40px;
  }

  .section-6 {
    padding: 40px 0 20px;
  }

  .review__bottom__heading {
    font-size: 32px;
    line-height: 40px;
    margin-top: 50px;
  }

  .review__bottom__sub-heading {
    font-size: 22px;
    line-height: 30px;
    margin-top: 10px;
  }

  .section-7 {
    padding: 40px 0 50px;
  }

  .offer__box__content {
    width: 55%;
    padding: 25px 20px;
  }

  .offer__box__heading {
    font-size: 33px;
    line-height: 35px;
  }

  .offer__box__sub-heading {
    font-size: 19px;
    line-height: 27px;
  }

  ul.offer__list {
    margin-top: 10px;
  }

  ul.offer__list li {
    font-size: 17px;
    margin-top: 6px;
  }

  .offer__box__product {
    width: 45%;
  }

  .offer__product__img {
    width: 190px;
  }

  .section-8 {
    padding: 40px 0 50px;
  }

  /*-----------------------
CONTACT
------------------------*/
  .contact__heading {
    font-size: 44px;
    line-height: 50px;
  }

  .contact__box__heading {
    font-size: 17px;
    line-height: 25px;
    padding: 8px 0 8px 55px;
  }

  .contact__info__icon {
    width: 40px;
    height: 40px;
    padding-top: 10px;
  }

  .contact__info__icon img {
    max-width: 20px;
  }

  .phone__text {
    font-size: 32px;
    line-height: 34px;
  }

  .mail__text {
    font-size: 26px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .green-top-banner {
    padding: 9px 0;
  }
  .hide-mob {
    display: none;
  }

  .hide-desk {
    display: block;
  }

  .container {
    width: 100%;
    padding: 0 15px;
    max-width: 600px;
    box-sizing: border-box;
  }

  .discount__strip p {
    font-size: 16px;
    line-height: 20px;
  }

  .top-fix-bar {
    margin-bottom: 50px;
  }

  .header {
    height: 50px;
    top: 50px;
    margin-top: -50px;
    padding: 5px 0;
  }

  /*MOBILE MENU CSS*/
  .mob-mnu-ic {
    cursor: pointer;
    margin-top: 4px;
    z-index: 16;
  }

  .mob-mnu-ic button {
    outline: none;
    -webkit-appearance: none;
    background: none;
    padding: 0;
    cursor: pointer;
    border: none;
    margin: 0;
    display: inline-block;
    vertical-align: top;
  }

  .mob-mnu-ic span {
    color: #fff;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    margin-top: 4px;
    margin-right: 5px;
  }

  .bar1,
  .bar2,
  .bar3 {
    width: 30px;
    height: 3px;
    background-color: #1a1a1a;
    transition: 0.4s;
  }

  .bar2 {
    margin: 6px 0;
  }

  .dl-active .bar1 {
    -webkit-transform: rotate(-45deg) translate(-8.5px, 6px);
    transform: rotate(-45deg) translate(-8.5px, 6px);
    background: #1a1a1a;
  }

  .dl-active .bar2 {
    opacity: 0;
  }

  .dl-active .bar3 {
    -webkit-transform: rotate(45deg) translate(-7px, -4px);
    transform: rotate(45deg) translate(-7px, -4px);
    background: #1a1a1a;
  }

  .mobilemenu {
    left: 0;
    position: fixed;
    top: 50px;
    background: #fff;
    z-index: 12;
    right: 0;
    bottom: 0;
    overflow: scroll;
    display: none;
    border-top: 1px solid #ddd;
  }

  .mobilemenu li {
    float: left;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #ddd;
  }

  .mobilemenu li a {
    float: left;
    width: 100%;
    padding: 17px 20px;
    font-size: 17px;
    color: #000;
  }

  .section-1 {
    background: #f1f6f9;
  }

  .section-1__inner {
    padding: 20px 0 30px;
    width: 100%;
    text-align: center;
  }

  .rating__text {
    font-size: 13px;
    line-height: 15px;
  }

  .rating__text img {
    width: 75px;
  }

  .section-1__heading {
    font-size: 25px;
    line-height: 31px;
  }

  .section-1__strip {
    width: calc(100% + 30px);
    margin-left: -15px;
    background: #f0f4f6;
    text-align: left;
  }

  .section-1__strip:before {
    border-right: none;
    border-left: none;
    border-top: 1px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2;
    border-radius: 0px;
  }

  .section-1__strip h3 {
    font-size: 16px;
    line-height: 18px;
  }

  .section-1__strip p {
    font-size: 15px;
    line-height: 20px;
  }

  .section-1__product__mobile__box {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    width: 100%;
  }

  .section-1__product {
    position: static;
    width: 100%;
    margin-top: 15px;
  }

  .section-1__product__mobile {
    position: relative;
    width: calc(100% - 135px);
  }

  .section-1__product-img {
    position: static;
  }

  .section-1__seal {
    width: 70px;
    left: 10px;
    top: 20px;
  }

  .section__product__list {
    position: relative;
    top: 0;
    width: auto;
  }

  .section__product__list li {
    padding: 3px 0 3px 17px;
  }

  .section__product__list:after {
    top: 20px;
    bottom: 20px;
  }

  .section1-icon {
    width: 34px;
    height: 34px;
    margin-right: 8px;
  }

  .section1-icon img {
    width: 20px;
  }

  .section__product__list li p {
    font-size: 12px;
    line-height: 14px;
  }

  .section-1__review {
    position: relative;
    top: auto;
    text-align: left;
    background: #fff;
    padding: 15px 15px 15px 65px;
    border-radius: 8px;
    margin-top: 25px;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
  }

  .section-1__review__face {
    width: 42px;
    left: 15px;
    top: 15px;
  }

  .section-1__review__text {
    font-size: 14px;
    line-height: 19px;
  }

  ul.section-1__list li {
    font-size: 15px;
    line-height: 20px;
  }

  .common__button {
    font-size: 20px;
    font-weight: bold;
  }

  .button__bottom__text p {
    font-size: 13px;
    line-height: 13px;
  }

  .section-2 {
    padding: 25px 0 35px;
  }

  .heading {
    font-size: 26px;
    line-height: 32px;
  }

  .section-2__inner {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    text-align: left;
    margin: 25px auto 0;
  }

  .section-2__box {
    margin: 0 auto;
  }

  .section-2__content {
    width: 100%;
  }

  .section-2__box__list li {
    padding: 20px 18px;
  }

  .section-2__box__list li p {
    font-size: 17px;
    line-height: 22px;
  }

  .section-3 {
    padding: 30px 0 35px;
  }

  .features__inner {
    margin: 0 auto 5px;
    max-width: 343px;
  }

  .features__box {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    margin-top: 25px;
  }

  .features__content {
    width: 100%;
  }

  .features__image {
    margin: 0 auto;
  }

  .feature__icon {
    position: static;
    margin: -40px 0 15px;
  }

  .features__content h3 {
    font-size: 20px;
    line-height: 26px;
  }

  .features__content h3:after {
    margin: 15px 0 0;
  }

  .features__content p {
    font-size: 16px;
    line-height: 24px;
  }

  .section-3 .common__button {
    font-size: 15px;
  }

  .section-3 .button__arrow {
    width: 25px;
  }

  .section-4 {
    padding: 30px 0 35px;
  }

  .how-to__inner {
    padding: 0 0 10px;
    max-width: 450px;
    margin: 0 auto;
  }

  .how-to__box {
    width: 100%;
    margin-top: 25px;
    border-radius: 10px;
  }

  .how-to__box__content p {
    font-size: 16px;
    line-height: 25px;
  }

  .how-to__box__img__strip p {
    font-size: 18px;
    line-height: 26px;
  }

  .how-to__icon img {
    width: 40px;
  }

  .section-4 .common__button {
    font-size: 15px;
  }

  .section-4 .button__arrow {
    width: 25px;
  }

  .section-5 {
  }

  .money-back {
    border: 5px solid #000;
  }

  .money-back__seal {
    margin-right: 12px;
  }

  .money-back__heading {
    width: calc(100% - 85px);
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 0.5px;
  }

  .money-back__heading span {
    font-size: 34px;
  }

  .money-back__content {
    padding: 5px 10px 22px;
  }

  .money-back__content p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px;
  }

  .separator {
    padding: 0 5px;
  }

  .section-6 {
    padding: 30px 0 10px;
  }

  .review__inner {
    grid-template-columns: 1fr;
    max-width: 325px;
    width: 100%;
    margin: 0 auto;
  }

  .review__star {
    width: 90px;
    margin: 0 auto 15px;
  }

  .review__box {
    padding: 0;
    border: 1px solid #c2c2c2;
    overflow: hidden;
    border-radius: 6px;
    margin-top: 25px;
    flex-direction: column;
    -webkit-flex-direction: column;
  }

  .review__img {
    border-radius: 0px;
    margin: 0 auto;
    max-width: 328px;
    width: 100%;
  }

  .review__img img {
    border-radius: 6px 6px 0 0;
  }

  .review__content {
    padding: 20px 8px;
    width: 100%;
    text-align: center;
  }

  .review__box__heading {
    font-size: 18px;
  }

  .review__box__text {
    font-size: 16px;
    line-height: 24px;
  }

  .review__bottom__heading {
    font-size: 24px;
    line-height: 30px;
    margin-top: 35px;
  }

  .review__bottom__sub-heading {
    font-size: 16px;
    line-height: 22px;
    margin-top: 5px;
  }

  .section-7 {
    padding: 30px 0 35px;
  }

  .offer__box {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }

  .offer__box__content,
  .offer__box__product {
    width: 100%;
  }

  .offer__box__product {
    padding: 20px 30px 0;
  }

  .offer__product__seal {
    width: 90px;
  }

  .offer__box__content {
    padding: 20px 15px 25px;
  }

  .offer__box__heading {
    font-size: 26px;
    line-height: 30px;
  }

  .offer__box__sub-heading {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.2px;
  }

  ul.offer__list {
    margin-top: 0;
  }

  ul.offer__list li {
    font-size: 15px;
    line-height: 25px;
    margin-top: 6px;
    background-size: 22px;
    padding-left: 30px;
  }

  ul.offer__list li.warn {
    background-size: 22px;
  }

  .offer__box .button__bottom__text p {
    font-size: 11px;
  }

  .offer__box .low-text {
    font-size: 12px;
    line-height: 20px;
  }

  .section-8 {
    padding: 30px 0 35px;
  }

  .faq-container {
    padding: 8px;
    margin: 0;
  }

  .up-slide-dwn {
    padding: 0 15px;
    margin: 15px 0 0;
    border-radius: 6px;
    box-shadow: 1px 2px 8px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 2px 8px 1px rgba(0, 0, 0, 0.1);
  }

  .accordion {
    font-size: 18px;
    line-height: 26px;
    padding: 12px 20px 12px 0;
  }

  .acdn-para {
    font-size: 16px;
    line-height: 24px;
  }

  .footer {
    padding: 30px 0 180px 0;
  }

  .footer__logo {
    width: 170px;
  }

  .footer__text {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.3px;
  }

  .footer__disclaimer {
    font-size: 12px;
    line-height: 18px;
    padding: 10px;
  }

  .fixed-cta-mob {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: 12px;
    max-width: none;
    background: #ffffff;
    transition: opacity 0.16s;
  }

  .fixed-cta-mob.hidden {
    opacity: 0;
    pointer-events: none;
  }

  .fixed-cta-mob .common__button {
    max-width: 397px;
  }
}
