* {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0;
  color: #121212;background: #efeeee;
}

@font-face {
  font-family: "Georgia", sans-serif;
  src: url("/fonts/Georgia.woff2") format("woff2"), url("/fonts/Georgia.woff") format("woff"), url("/fonts/Georgia.eot") format("eot"), url("/fonts/Georgia.ttf") format("ttf"), url("/fonts/Georgia.svg") format("svg");
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}

.text-center {
  text-align: center;
}

.bold {
  font-weight: 600;
}

.yellow {
  color: #ffde00;
}

img {
  width: 100%;
}

h1 {
  font-size: 28px;
}

@media (min-width: 350px) {
  h1 {
    font-size: 18px;
    line-height: 27px;padding: 0 3px!important;
  }
}

@media (min-width: 767px) {
  h1 {
    font-size: 46px!important;
    line-height: 53px;
  }
}

@media (min-width: 350px) {
  .main-vid {
    padding: 20px 0 0 !important;
  }
  h1 {
    padding: 0 20px;
  }
}

@media (min-width: 767px) {
  .main-vid.hl3 h1 {
    font-size: 42px;
  }
}

h2 {
  font-size: 25px;
}

@media (min-width: 767px) {
  h2 {
    font-size: 36px;
  }
}

h3 {
  font-size: 22px;
}

@media (min-width: 767px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 18px;
}

@media (min-width: 767px) {
  h4 {
    font-size: 20px;
  }
}

p {
  font-size: 16px;
}

@media (min-width: 767px) {
  p {
    font-size: 18px;
  }
}

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

@media (min-width: 767px) {
  p.small {
    font-size: 16px;
  }
}

.italic {
  font-style: italic;
}

.button {
  display: block;
  margin: 10px auto;
  border-radius: 5px;
  background-color: #ff6b00;
  color: #fff;
  font-size: 18px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  max-width: 150px;
}

@media (min-width: 767px) {
  .button {
    max-width: 220px;
    font-size: 27px;
    margin: 30px auto;
  }
}

.button:hover {
  background-color: #905022;
  color: #fff;
}

header {
  background-image: url("images/bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px 0;
}

@media (min-width: 767px) {
  header {
    padding: 30px 0;
  }
}

header h1 {
  font-weight: 900;
}

header .mobile_video.fixed {
  position: fixed;
  top: -15px;
  left: 0;
  z-index: 1000;
  width: 100%;
}

.main {
  background-color: #efeeee;
}

.main .videos {
  padding-top: 20px;
}

@media (min-width: 767px) {
  .main .videos {
    padding-top: 40px;
  }
}

.main .videos .swiper {
  display: block;
  width: 100%;
}

@media (min-width: 767px) {
  .main .videos .swiper {
    display: none;
  }
}

.main .videos .swiper .videos-item {
  padding: 20px 40px;
}

.main .videos .swiper .videos-item p {
  font-size: 14px;
}

.main .videos .swiper .videos-item p.small {
  font-size: 13px;
}

.main .videos .swiper .swiper-button-prev {
  left: 0;
  top: 30%;
}

.main .videos .swiper .swiper-button-prev:after {
  font-size: 33px;
  color: #909fa8;
}

.main .videos .swiper .swiper-button-next {
  right: 0;
  top: 30%;
}

.main .videos .swiper .swiper-button-next:after {
  font-size: 33px;
  color: #909fa8;
}

.main .product-section {
  padding: 10px;
  border-width: 2px;
  border-color: white;
  border-style: solid;
  margin-top: 40px;
  background-color: white;
  box-shadow: 0 5px 29px 0 rgba(0, 3, 4, 0.04);
}

.main .product-section img {
  display: block;
  margin: 20px auto;
  max-width: 92%;
}

@media (min-width: 767px) {
  .main .product-section img {
    max-width: 50%;
    margin: 0 auto;
  }
}

.main .guarantee-section {
  padding: 20px;
  border-width: 2px;
  border-color: white;
  border-style: solid;
  margin-top: 25px;
  background-color: white;
  box-shadow: 0 5px 29px 0 rgba(0, 3, 4, 0.04);
}

@media (min-width: 767px) {
  .main .guarantee-section {
    padding: 30px 60px;
    margin-top: 43px;
  }
}

.main .guarantee-section img {
  display: block;
  max-width: 180px;
  margin: 10px auto;
}

@media (min-width: 767px) {
  .main .guarantee-section img {
    max-width: 100%;
    margin: 0;
  }
}

.main .alert-section {
  background-image: url("images/alert-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 0 0 0;
}

.main .alert-section h1 {
  color: #ab0000;
}

.main .alert-section h3 {
  max-width: 100%;
  margin: 20px auto 35px auto;
  text-align: center;
  font-weight: 400;
}



.main .alert-section img {
  max-width: 80px;
  display: block;
  margin: 20px auto;
}

.main .alert-section .red-line {
  background-image: none;
  background-color: #d12003;
  padding: 10px;
}

@media (min-width: 767px) {
  .main .alert-section .red-line {
    background-image: url("images/red.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
  }
}

.main .alert-section i {
  margin: 0 10px;
  color: #fff;
}

.main .alert-section h2 {
  color: #fff;
  font-size: 20px;
}

@media (min-width: 767px) {
  .main .alert-section h2 {
    font-size: 34px;
  }
}

.main .single-product a {
  border-radius: 5px;
  background-color: #ffcb17 !important;
  margin-top: 10px !important;
  font-family: 'Poppins', sans-serif;
  display: block;
  border-top: 2px solid #fdba00;
  border-right: 2px solid #e9ab00;
  border-bottom: 2px solid #7b4600;
  border-left: 2px solid #bc7704;
  background: url(images/btn-bg3.jpg) repeat-x;
  -webkit-box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
          box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  max-width: 250px;
  padding: 15px;
  color: #000 !important;
  text-decoration: none;
  margin: 10px auto;
  font-size: 22px !important;
  font-weight: 600 !important;
  text-shadow: 2px 2px 4px #ffffff;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main .guarantee-section h3 {
  line-height: 38px;
  font-weight: 300;
  text-align: center;
}

@media (min-width: 767px) {
  .main .guarantee-section h3 {
    line-height: 45px;
    text-align: left;
  }
}

.main .review-section {
  padding-top: 20px;
}

@media (min-width: 767px) {
  .main .review-section {
    padding-top: 40px;
  }
}

.main .review-section i {
  text-align: center;
  margin: 0 auto;
  color: #ffb91c;
  font-size: 20px;
}

.main .review-section-item {
  border-width: 2px;
  border-color: #cfcdd3;
  border-style: solid;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 20px;
  min-height: auto;
  background-color: white;
}

@media (min-width: 767px) {
  .main .review-section-item {
    min-height: 552px;
    padding: 30px;
  }
}

.main .review-section-item img {
  display: block;
  margin: 20px auto;
  max-width: 120px;
  border-radius: 50%;
}

@media (min-width: 767px) {
  .main .review-section-item img {
    max-width: 200px;
  }
}

.main .faq {
  padding-top: 10px;
}

.main .faq-item {
  border-width: 1px;
  border-color: #cfcdd3;
  border-style: solid;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 20px;
  background-color: white;
}

.main .faq-item h4 {
  font-weight: 600;
}

.main .faq-item p {
  margin: 0;
}


.main .alert-section h1 {
  color: #a01212;
}

.main .alert-section img {
  display: block;
  margin: 20px auto;
  max-width: 100px;
}

.main .alert-section h3 {
  max-width: 100%;
  margin: 20px auto;
  font-weight: 400;
}

@media (min-width: 767px) {
  .main .alert-section h3 {
    max-width: 50%;
  }
}

.main .bottles-section {
  padding-top: 40px;
}

.main .bottles-section-item {
  border-width: 2px;
  border-color: #cfcdd3;
  border-style: solid;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
  background-color: white;
}

@media (min-width: 767px) {
  .main .bottles-section-item {
    padding: 30px;
  }
}

.main .bottles-section-item .title {
  display: block;
  font-weight: 900;
  font-size: 40px;
  margin-bottom: 20px;
}

@media (min-width: 767px) {
  .main .bottles-section-item .title {
    font-size: 50px;
    margin-bottom: 10px;
  }
}

.main .bottles-section-item img {
  max-width: 120px;
  display: block;
  margin: 0;
}

@media (min-width: 767px) {
  .main .bottles-section-item img {
    max-width: 220px;
    margin: 20px auto;
  }
}

.main .bottles-section-item img.bottle1 {
  max-width: 60px;
}

@media (min-width: 767px) {
  .main .bottles-section-item img.bottle1 {
    max-width: 120px;
  }
}

.main .bottles-section-item h2 {
  font-size: 22px;
}

@media (min-width: 767px) {
  .main .bottles-section-item h2 {
    font-size: 32px;
  }
}

.main .bottles-section-item h3 {
  font-size: 18px;
  font-weight: 300;
}

@media (min-width: 767px) {
  .main .bottles-section-item h3 {
    font-size: 24px;
  }
}

.main .bottles-section-item .mobileView {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

@media (min-width: 767px) {
  .main .bottles-section-item .mobileView {
    display: none;
  }
}

footer {
  padding: 30px;
  text-align: center;
}

footer p {
  font-size: 12px;
}

footer img {
  max-width: 200px;
}

footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

footer ul li {
  position: relative;
  margin: 0 20px;
}

footer ul li:last-child:after {
  content: "";
  display: none !important;
}

footer ul li a {
  font-size: 12px;
  font-weight: 600;
  color: #006ddf;
  text-decoration: none;
}
@media (min-width: 767px) {
  .main .alert-section .red-line {
    background-image: url("images/red.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
  }
}

@media (min-width: 767px) {
  footer ul li a {
    font-size: 14px;
  }
}

footer ul li:after {
  content: "";
  display: block;
  background-color: #006ddf;
  width: 2px;
  height: 40%;
  position: absolute;
  top: 6px;
  right: -19px;
}

.exitPop{
  position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
  display: flex;
    align-items: center;  
  opacity:0;
  z-index:-1;
  transition:all ease 0.5s;
  }
.exitPop.is-active{
  z-index: 10000000000000000000000000000000;
  opacity:1;
  transition:all ease 0.5s;
  }
.pop-content{
  float:left;
  width:100%;
  max-height:100%;
  padding:40px 0;
  text-align:center;  
  overflow-y:auto;
  }
.popUp-box{
  display:inline-block;
  vertical-align:top;
  width:780px;
  max-width:96%;
  background:#fff;
  border-radius:12px;
  padding:20px;
  border:4px dashed #ff0000;
  position:relative;
  }
.close-pop{
  position:absolute;
  color: #515151;
  font-weight: 500;
  font-size:20px;
  cursor:pointer;
  right: 2px;
  top: 5px;
  width:30px;
  line-height:28px;
  height:30px;
  }
.close-pop:hover{
  opacity:0.8;
  }
.pop-head{
  float:left;
  width:100%;
  font-size:40px;
  line-height:40px;
  color:#ff0000;
  font-weight:bold;
  text-align:left;
  } 
.pop-gray{
  float:left;
  width:100%;
  max-width: 690px;
  text-align:left;
  background:#f6f6f6;
  border-radius:22px;
  position:relative;
  padding: 20px 240px 25px 20px;
  margin:20px 0;
  } 
.pop-para{
  float:left;
  width:100%;
  font-size:23px;
  line-height:32px;
  color:#030303;
  }
.pop-img{
  position:absolute;
  top: -77px;
  right:-40px;
  border-radius:50%;
  box-shadow:0 0 8px 2px rgba(0,0,0,0.2);
  padding:9px;
  width:250px;
  } 
a.pop-btn{
  float:left;
  width:100%;
  height:60px;
  background:#0d931c;
  border-radius:5px;
  font-size:25px;
  line-height:58px;
  color:#fff;
  font-weight:600;
  margin-top:10px;
  }
a.btn-orange{ background:#f08d00;}
@media (min-width: 767px) {
  footer ul li:after {
    height: 58%;
  }
}








footer p {
    font-size: 12px!important;
}