@font-face {
  font-family: "arial-narrow";
  font-weight: 400;
  src: url(../font/ARIALN.TTF);
}

@font-face {
  font-family: "Raleway-Bold";
  font-weight: 700;
  src: url(../font/Raleway-Bold.ttf);
}

@font-face {
  font-family: "Raleway-ExtraBold";
  font-weight: 800;
  src: url(../font/Raleway-ExtraBold.ttf);
}

@font-face {
  font-family: "Raleway-Regular";
  font-weight: 400;
  src: url(../font/Raleway-Regular.ttf);
}

body {
  color: #231f20;
  font-family: Raleway-Regular, Helvetica, sans-serif;
  font-size: 1.3rem;
  font-weight: normal;
}

p {}

a {}

strong {
  font-family: Raleway-Bold;
}

h1 {
  font-family: Raleway-Bold, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 28px;
  color: #000;
}

h2 {}

h3 {}

.page-section p span {
  text-decoration: line-through;
  text-decoration-color: #c80000;
}

.hero .sub img {
  width: 83px;
  display: inline-block;
  vertical-align: middle;
}

.hero .sub h3 {
  display: inline-block;
  color: #000;
}

.hero .star-rating {
  width: 175px;
  margin-bottom: 30px;
}

.hero__title {
  color: #000;
  font-size: 2.5rem;
  text-align: left;
  text-transform: uppercase;
  margin: 60px 0 5px;
}

.hero__title span {
  font-family: Raleway-ExtraBold;
  font-weight: 800;
  font-size: 3rem;
}

.hero__desc {
  padding-top: 40px;
  padding-bottom: 40px;
}

.page-section {
  padding: 0 0 60px;
}

.page-section__title {
  background-color: #ffeef1;
  font-family: Raleway-Bold;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  display: block;
  padding: 20px 0;
  border: 3px solid #f4afb7;
  border-radius: 40px;
  margin: 0 0 40px;
}

.page-section__tips {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-section__tips li {
  margin: 0 0 20px;
}

.page-section__tips h3 {
  font-family: Raleway-Bold;
}

.product-banner-pink-bg {
  width: 100%;
  margin: 0 0 40px;
}

.page-section__product-feature {
  list-style: none;
  margin: 0 0 50px;
  padding: 0;
}

.page-section__product-feature li {
  position: relative;
  padding-left: 45px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
}

.page-section__product-feature li:nth-child(odd) {
  background-color: #fce6e8;
}

.page-section__product-feature li .bullet {
  position: absolute;
  width: 25px;
  height: 25px;
  left: 10px;
  top: 17px;
}

.c2a-orange-btn {
  position: relative;
  font-family: Raleway-Bold;
  font-size: 22px;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #ffa139;
  color: #fff;
  text-align: center;
  display: block;
  padding: 13px 0;
  border-radius: 30px;
}

.c2a-orange-btn.lg {
  border-radius: 48px;
}

.c2a-orange-btn:hover {
  color: #000;
}

.c2a-orange-btn::before {
  background-image: url(../img/btn-top-arrow2.png);
  content: "";
  width: 80px;
  height: 52px;
  display: inline-block;
  position: absolute;
  top: -63%;
  left: 47%;
}

.c2a-orange-btn.lg::before {
  top: -41%;
}

.c2a-orange-btn span {
  text-decoration: line-through;
  text-decoration-color: #fe0000;
}

.money-back-info {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f4adb4+0,f19aa4+100 */
  background: #f4adb4;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f4adb4 0%, #f19aa4 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f4adb4 0%, #f19aa4 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f4adb4 0%, #f19aa4 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4adb4', endColorstr='#f19aa4', GradientType=0);
  /* IE6-9 */
  margin-bottom: 3rem;
}

.money-back-info h4 {
  font-family: Raleway-Bold;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 38px;
  text-align: center;
  letter-spacing: 0.2rem;
  color: #fff;
  padding: 30px 0;
}

.reviews__box {
  background-color: #fce6e8;
  text-align: center;
  border-radius: 40px;
  padding: 50px 70px;
  margin: 0 0 40px;
}

.reviews__box img {
  margin-bottom: 20px;
}

.reviews__box h4 {
  border-bottom: 1px solid #666;
  padding-bottom: 12px;
  color: #000;
}

.video-holder {
  margin: 0 0 40px;
}

footer {
  padding-bottom: 3rem;
}

footer h5 {
  font-size: 1.4rem;
  font-family: Raleway-Bold;
  font-weight: bold;
}

footer .logo {
  width: 140px;
  margin-bottom: 20px;
}

.social-icons {
  display: flex;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  justify-content: center;
}

.social-icons li img {
  width: 50px;
}

.social-icons li {
  padding: 0 12px;
}

#timer {
  font-family: Arial;
  text-align: center;
  margin-bottom: 40px;
  text-transform: uppercase;
}

#timer div {
  display: inline-block;
  line-height: 1;
  padding: 5px 20px 20px;
}

#timer span {
  display: block;
  font-size: 20px;
  color: #DA0000;
  border-top: 1px solid #DA0000;
  padding-top: 10px;
}

#timer #days1,
#timer #days2 {
  font-size: 100px;
  color: #DA0000;
}

#timer #hours1,
#timer #hours2 {
  font-size: 100px;
  color: #DA0000;
}

#timer #minutes1,
#timer #minutes2 {
  font-size: 100px;
  color: #DA0000;
}

#timer #seconds1,
#timer #seconds2 {
  font-size: 100px;
  color: #DA0000;
}

.ratings-overview h3,
.comments-list h4 {
  font-size: 20px;
  font-family: Raleway-Bold;
}

.ratings-overview h4 {
  font-size: 18px;
  font-weight: bold;
}

.ratings-overview p {
  font-size: 18px;
}

.ratings-overview>img {
  width: 135px;
  margin-bottom: 10px;
}

.ratings-list {
  list-style: none;
  padding: 0;
}

.ratings-list img {
  width: 135px;
  margin-right: 10px;
}

.ratings-list span {
  font-family: Raleway-Bold;
}

.ratings-list span.grey {
  color: #C4C4C4;
}

.comments-list .rating img {
  width: 135px;
  margin-bottom: 10px;
}

.comments-list p {
  font-size: 18px;
}

.customer-reviews {
  padding: 0 0 35px;
}

.review-post-box {
  background-color: #fce6e8;
  padding: 35px;
  border-radius: 30px;
  margin: 30px 0 40px;
}

.review-post-box h3 {
  font-family: Raleway-Bold;
  font-size: 20px;
  margin-bottom: 20px;
}

.review-post-box .form-control {
  margin-bottom: 20px;
}

.review-post-box .button {
  font-family: Raleway-Bold;
  background-color: #e09011;
  border: 1px solid #e09011;
  text-align: center;
  color: #fff;
  display: block;
  width: 100%;
  border-radius: 30px;
  padding: 8px 0;
}

.review-post-box .button:hover {
  background-color: #f3a217;
  border: 1px solid #f3a217;
}

.package-chart {
  margin-top: 55px;
}

.package-chart h3 {
  font-family: Raleway-Bold;
  font-size: 2.2rem;
}

.package-chart article {
  background-color: #e5e5e5;
  text-align: center;
  margin-top: 60px;
  position: relative;
  border-radius: 0 0 30px 30px;
}

.package-chart article .header {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b2b3b3+0,bec0c2+51,b2b3b3+100 */
  background: #b2b3b3;
  /* Old browsers */
  background: -moz-linear-gradient(top, #b2b3b3 0%, #bec0c2 51%, #b2b3b3 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #b2b3b3 0%, #bec0c2 51%, #b2b3b3 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #b2b3b3 0%, #bec0c2 51%, #b2b3b3 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b2b3b3', endColorstr='#b2b3b3', GradientType=0);
  /* IE6-9 */

  font-size: 1.6rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  border-radius: 38px;
  border: 3px solid #fff;
  position: absolute;
  width: 100%;
  top: -39px;
  padding: 16px 0;
  font-family: Raleway-Bold;
}

.package-chart article.gold .header {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d59d32+0,efaf48+51,d79e34+100 */
  background: #d59d32;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d59d32 0%, #efaf48 51%, #d79e34 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #d59d32 0%, #efaf48 51%, #d79e34 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #d59d32 0%, #efaf48 51%, #d79e34 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d59d32', endColorstr='#d79e34', GradientType=0);
  /* IE6-9 */

}

.package-chart article.black .header {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#090909+0,2d2d2d+51,090909+100 */
  background: #090909;
  /* Old browsers */
  background: -moz-linear-gradient(top, #090909 0%, #2d2d2d 51%, #090909 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #090909 0%, #2d2d2d 51%, #090909 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #090909 0%, #2d2d2d 51%, #090909 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#090909', endColorstr='#090909', GradientType=0);
  /* IE6-9 */

}

.package-chart article .benefits {
  list-style: none;
  margin: 0 45px;
  padding: 50px 0 20px;
}

.package-chart article .benefits li {
  border-bottom: 2px solid #bcbdbf;
  padding: 10px 0;
}

.package-chart article .benefits li:first-child,
.package-chart article .benefits li:last-child {
  font-family: Raleway-Bold;
}

.package-chart article .benefits li:last-child {
  border-bottom: none;
}

.package-chart article .price-hold {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f60000+0,c80000+100 */
  background: #f60000;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f60000 0%, #c80000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f60000 0%, #c80000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f60000 0%, #c80000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f60000', endColorstr='#c80000', GradientType=0);
  /* IE6-9 */
  color: #fff;
  font-size: 1.6rem;
  padding: 10px 0;
  border-radius: 0 0 30px 30px;
  cursor: pointer;
  border-top: 3px solid #fff;
}

.package-chart article .price-hold .name {
  font-family: Raleway-Bold;
}

.package-chart article .price-hold span {
  text-decoration: line-through;
}

@media (min-width:785px) and (max-width:990px) {
  .c2a-orange-btn.lg {
    border-radius: 30px;
  }

  .c2a-orange-btn::before {
    top: -41%;
    left: 45%;
  }

  .c2a-orange-btn.lg::before {
    top: -30%;
  }

  .page-section__title {
    font-size: 1.4rem;
  }

  .money-back-info h4 {
    font-size: 28px;
  }
}

@media (min-width:360px) and (max-width:745px) {

  .page-section {
    padding: 0 0 40px;
  }

  .hero__title {
    margin: 60px 0 28px;
  }

  .page-section__title {
    font-size: 1.4rem;
  }

  .money-back-info h4 {
    font-size: 28px;
  }

  .page-section__tips li:last-child {
    margin-bottom: 0;
  }

  .page-section__tips li img {
    margin-bottom: 20px;
  }

  .c2a-orange-btn {
    padding: 13px 15px;
  }

  .c2a-orange-btn.lg {
    border-radius: 30px;
  }

  .c2a-orange-btn::before {
    top: -30%;
    left: 40%;
  }

  .c2a-orange-btn.lg::before {
    top: -19%;
  }
}