body,
html {
  scroll-behavior: smooth;
}

ul li{
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-decoration: &bull;
}

.fill:hover, .fill:focus {
   box-shadow: inset 0 0 0 2em var(--hover);
}
.fill {
   --color: #a972cb;
   --hover: #cb72aa;
}
.move-nav:hover .nav-size{
  filter:blur(1px);
  opacity:.5;
  transform: scale(.98);
  box-shadow:none;
}
.move-nav:hover .nav-size:hover{
  transform:scale(1);
  filter:blur(0px);
  opacity:1;
  /*box-shadow:0 8px 20px 0px rgba(0,0,0,0.125*/);
}

@-moz-document url-prefix() {
  #form-index {
    margin-top: -20px;
  }
}


/*figur transp*/
figure.snip1206 {
  font-family: 'Raleway', Arial, sans-serif;
  color: #fff;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 220px;
  max-width: 310px;
  max-height: 220px;
  width: 100%;
  color: #000000;
  text-align: center;
}
figure.snip1206 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
figure.snip1206 img {
  opacity: 1;
  width: 60%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.snip1206:after {
  background: #ffffff;
  width: 115%;
  height: 115%;
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  opacity: 0.90;
  -webkit-transform: skew(-45deg) scaleX(0);
  transform: skew(-45deg) scaleX(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
figure.snip1206 figcaption {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
figure.snip1206 h2,
figure.snip1206 p {
  margin: 0;
  width: 100%;
  opacity: 0;
}
figure.snip1206 h2 {
  padding: 0 30px;
  display: inline-block;
  font-weight: 400;
  text-transform: uppercase;
}
figure.snip1206 p {
  padding: 0 50px;
  font-size: 1em;
  font-weight: 500;
}
figure.snip1206 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
figure.snip1206:hover:after,
figure.snip1206.hover:after {
  -webkit-transform: skew(-45deg) scaleX(1);
  transform: skew(-45deg) scaleX(1);
  transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
figure.snip1206:hover figcaption h2,
figure.snip1206.hover figcaption h2,
figure.snip1206:hover figcaption p,
figure.snip1206.hover figcaption p {
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
figure.snip1206:hover figcaption h2,
figure.snip1206.hover figcaption h2 {
  opacity: 1;
}
figure.snip1206:hover figcaption p,
figure.snip1206.hover figcaption p {
  opacity: 0.7;
}
/*endfigur transp*/


.shake-btn {
  /* Start the shake animation and make the animation last for 0.5 seconds */
  animation: shake 0.5s;

  /* When the animation is finished, start again */
  animation-iteration-count: infinite;
}

* {box-sizing: border-box;}

.img-zoom-container {
  position: relative;
}

.img-zoom-lens {
  position: absolute;
  border: 1px solid #d4d4d4;
  /*set the size of the lens:*/
  width: 40px;
  height: 40px;
}

.img-zoom-result {
  border: 1px solid #d4d4d4;
  /*set the size of the result div:*/
  width: 300px;
  height: 300px;
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}
.shake-btn:hover {
  /* Start the shake animation and make the animation last for 0.5 seconds */
  animation: shake 8s;

  /* When the animation is finished, start again */
  animation-iteration-count: infinite;
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

.button-green-mob{

  padding: 20px 50px;
  background: #11e011;
  color: white;
  font-size: 25px;
  text-decoration: none;
  border-radius: 6px;

}
.button-green-mob:hover{
  color: white;
text-decoration: none;
}

.button-green{

  padding: 20px 200px;
  background: #11e011;
  color: white;
  font-size: 50px;
  text-decoration: none;
  border-radius: 6px;
  transition-duration: 900ms;
}
.button-green:hover{
  padding: 25px 210px;
  background: #00be00;
  color: white;
  font-size: 50px;
  text-decoration: none;
  border-radius: 6px;
}

.btn-margin{
  margin-top: 40px;
  margin-bottom: 40px;
}

.h2-mob{
  font-size: 35px;
}

.mob-margin{
  margin-top: 20px;
  margin-bottom: 20px;
}

.photo {

  object-fit: cover;

  box-shadow: 4px 4px 4px 0 rgba(0,0,0,.4);

  transition: all .5s;

}

.photo:hover {
  box-shadow: 1px 1px 1px 0 rgba(0,0,0,0);
}
.text-right{
  text-align: right;
}

.color-blue{
  color: #3da0ec;
}

.color-white{
  color: white;

}
.color-black{
  color: black;

}
.nav-size{
 padding: 10px 12px;
    font-size: 20px;

  transition-duration: 500ms;
}

.mob-nav-size{
  font-size: 15px;
  transition-duration: 300ms;
}
.mob-nav-size:hover{
  font-size: 22px;
}
.mob-width-text{
  width: 95%;
  margin-left: 10px;
}
.br{
  border: 0px solid red;
}
.li-size{
  font-size: 20px;
  margin-top: 10px;
}
.move-nav{
  background: ;
  padding-left:800px ;
  padding-top: 10px;padding-bottom: 10px;
  display: inline-block;
}
.logo-move{
  margin-left: 20px;
  margin-top: 10px;
}
.about-move{
  padding-top: 60px;
  padding-left: 100px;
  padding-bottom: 100px;
  font-weight: bold;
}
.p-about{
  width: 650px;
  padding-left: 50px;
}
.p-just{
  text-align: justify;
}
.how-move-sec{
  padding-top: 50px;
  padding-bottom: 50px;
}
.icon1-move{
  padding-left: 70px;
  padding-top: 50px;
}
.p-width{
  width: 400px;
}
.center{
  text-align: center;
}
.left{
  text-align: left;
}
.right{
  text-align: right;
}
.margin-rev{
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
  margin-top: 50px;
  margin-bottom: 40px;
}
.padding{
  padding-top: 20px;
  padding-bottom: 20px;
}
.btn_move_s1{
  margin-top: 100px;
}
.btn_yellow{
  padding: 35px 100px;
  background: linear-gradient(#f5ed30 0%, #facc39 90%);
  font-size: 35px;
  border-radius: 40px;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 3px 3px 4px grey;
  transition-duration: 700ms;
}
.btn_yellow:hover{
  text-decoration: none;
  color: #000;
  box-shadow: 1px 1px 2px grey;
}
.pos_rel{
  position: relative;
}

.hide{
  position: fixed;
  left: 0;
  top: -400px;
  right: 0;
}

.d-show{
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
}
.move-nav-s1{
  display: inline-block;
  margin-left: 350px;
}
.nav-size-s1{
  padding: 10px 20px;
  font-size: 22px;
  transition-duration: 300ms;
}
.nav-size-s1:hover{
  text-decoration: none;
  color: #000;
}
.h2_s1{
  font-size: 50px;
  color: #fff;
  text-shadow: 3px 3px 5px #000;
  margin-top: 30px;
}
.pic_s1{
  margin-top: 350px;
  padding-bottom: 80px;
  width: 55%;
}
.price_s1_pic{
  margin-top: 50px;
}
.margin_s2{
  margin-top: -100px;
}

.width_ingred_s2{
  max-width: 450px;
  margin: 0 auto;
  margin-top: 10px;
  font-size: 20px;
}
.center_s2{
  text-align: center;
}
.color_green{
  color: #0bab9f;
}
.header_text_size{
  font-size: 50px;
  font-weight: bold;
}
.h2_s2{
  padding-top: 100px;
  margin-bottom: 50px;
}
.h2_s2v2{
  padding-top: 70px;
  margin-bottom: 0px;
}
table tr td p{
  font-size: 18px;
  text-align: justify;
  margin-left: 5px;
  margin-right: 15px;
}
.width_img_td{
  width: 15%;
}
.width_p_td{
  width: 85%;
}
.p_s2{
  max-width: 1100px;
  margin: 0 auto;
  font-size: 20px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
}
.p_v2_s2{
  max-width: 600px;
  font-size: 20px;
  margin-top: 10px;

}
.pic_s2v2{
  /*margin-top: 50px;*/
}
.btn_move_s2{
  margin-top: 50px;
  padding-bottom: 130px;
}
.s2_table_move{
  margin-top: 50px;
}
.width_text_s3{
  max-width: 700px;
  font-size: 20px;
  border-left: 10px solid #00a79d;
  padding-left: 15px;
  margin-left: -150px;
  text-align: justify;
  margin-top:30px;
}
.pic_s3{
  margin-right: -200px;
  width: 450px;
}
.h2_s3{
  padding-top: 40px;
  padding-bottom: 50px;
}
.p_move_s3{
  margin-top: 100px;
  /*padding-bottom: 300px;*/
}
.s3_move_top{
  margin-top: 10px;
}
.h2_s4{
  font-size: 50px;
  text-align: center;
  font-weight: bold;
  background: #eaeaea;
  padding-top: 30px;
   padding-bottom: 30px;
}
.p_s4{
  font-size: 35px;
 max-width:450px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.pic_s4{
  width: 350px;
  padding-bottom: 20px;
  margin-left:40px;
}
.s4_move_top{
  margin-top: -15px;
}
.p_s4v2{
  max-width: 600px;
  margin: 0 auto;
  font-size: 25px;
  text-align: left;
}
.h2_s5{
  font-size: 50px;
  text-align: center;
  margin-top: 100px;
  font-weight: bold;
}
.p_s5{
  font-size: 20px;
  margin-bottom: 1px;
}
.div_s5{
  text-align: justify;
  margin-top: 10px;
}
.pic_s5{
  margin-top: 30px;
}
.p_s7{
  max-width: 320px;
  margin: 0 auto;
  font-size: 20px;
}
.logo_footer{
  margin-top: -350px;
  width: 500px;
}
.footer_link{
    display: block;
    color: #fff;
    font-size: 18px;

  }
  .footer_link:hover{
    color: #fff;
    font-size: 18px;
  }
  .h3_footer{
    font-size: 26px;
    color: #fff;
  }
  .footer_width{
    max-width: 1500px;
    margin: 0 auto;
    margin-top: -60px;
  }
  .container_s6{
    max-width: 1500px;
    margin: 0 auto;
  }
  .div_s6{
    margin-top: 80px;
    text-align:left;
  }
  .div_s6v2{
    margin-top: 1px;
  }
  .div_s6 img{
    width: 75px;
    margin-right: 20px;

  }
  .div_s6 h3{
    padding-top: 30px;
    font-weight: bold;
  }
  .div_s6 p{
    font-size: 20px;
  }
  .btn_s6{
    margin-top: 420px;

  }
  .section6_move{
    margin-top: 50px;
  }
  .old_p{
    color: #000;
    font-size: 40px;
    transform: rotate(350deg);
    margin-top: -300px;
  }
  .new_p{
     color: red;
    font-size: 56px;
    transform: rotate(350deg);
    font-weight: bold;
     }
  .pic_price,.old_p,.new_p{
      position: relative;
  }
  .btn_header{
    border:1px solid white;
    background: linear-gradient(#f5ed30 0%, #facc39 90%)!important;
    box-shadow: 3px 3px 4px grey;
    border-radius: 40px!important;
    color: #000!important;
    margin-top: -7px;
    font-size: 20px;
  }
  .h2_reviews{
    font-size: 50px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0px;
  margin-top:30px;

  }
  .width_s2_col{
      max-width:1500px;
      margin:0 auto;
      margin-bottom:70px;
  }

  .disclamer_style{
      max-width:1200px;
      margin:0 auto;
      text-align:center;
      background:#17A6A0;
      margin-top:30px;
      margin-bottom:-20px;
  }
  .disclamer_style h3{
      font-size:17px;
      color:#fff;
  }
  .disclamer_style p{
      font-size:15px;
      color:#fff;
  }
  .vm_move{
      padding-top: 70px;
      margin-bottom: 20px;
  }
   .pic_s1 {
    margin-top: 360px;
    padding-bottom: 60px;
    width: 55%;
}

.btn_move_s6{
    margin-top:80px;
    text-align:left;
}

.bg-1{
  background-image: url(../images/BG_11.png);
  background-position: right;
    background-repeat: no-repeat;
    background-size: cover;


}

.bg-2{
  background-image: url(../images/BG_2.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-3{
   background-image: url(../images/BG_3.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-4{
   background-image: url(../images/BG_4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
.bg-5{
   background-image: url(../images/120.jpg);
   background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.fancy-link2{

      text-decoration: none;
      /*color: rgb(129, 192, 106);*/
      position: relative;
    }

.fancy-link2:hover{

      text-decoration: none;
      /*color: rgb(129, 192, 106);*/

    }
.fancy-link {

      text-decoration: none;
      /*color: rgb(129, 192, 106);*/
      position: relative;
    }

.fancy-link:hover {

      text-decoration: none;
      /*color: rgb(129, 192, 106);*/

    }
.fancy-link::after{
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 5px;
      background: #00a79d;

      transform: scaleX(0);
      transform-origin: right;

      transition: transform 500ms ease-in;
    }

.fancy-link:hover::after{
       transform: scaleX(1);
       transform-origin: left;

    }

.fancy-link2::after{
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 2px;
      background: rgb(129, 192, 106);

      transform: scaleX(0);
    /*  transform-origin: left;*/

      transition: transform 700ms ease-in;
    }

.fancy-link2:hover::after{
       transform: scaleX(0.6);
      /* transform-origin: right;*/
    }

.nav-size-mob{
  padding: 8px 8px;
  font-size: 15px;

}

.nav-size-mob1{
  padding: 10px 28px;
  font-size: 15px;
}
.about-mob{
  padding-top: 30px;

}
.clearfix::after{
  content: "";
  display: block;
  clear: both;
}
.faq-margin{
  margin-top: 40px;
}
.pack-img{

  padding-bottom: 85px;
}
.footer-p-size{
  text-align: center;
  margin-top: 20px;
  font-size: 15px;
}
.foote-h3-size{
  text-align: center;
  margin-top: 20px;
  border-bottom: 1px solid #8c8c8c;
  color: #f04f50;
}
.p-size{
  line-height: 2;
  margin-top: 30px;
  font-size: 20px;
  padding-bottom: 30px;
  text-align: justify;
}
.p-size-2{
  line-height: 2;
  margin-top: 35px;
  font-size: 30px;
  padding-bottom: 30px;
  text-align: justify;
}
.p-size-rev{
  line-height: 1.5;
  margin-top: 25px;
  font-size: 20px;
  padding-bottom: 30px;
  text-align: justify;
 width: 98%;

}
.img-rev{
  border-radius: 50%;
  margin-right: 10px;
}
.color-rev-name{
  color: #ef6a1b;
}
.mob-p-size{
  font-size: 20px;
  margin-left: 10px;
  width: 95%;
  text-align: justify;
}
.center{
  text-align: center;
}
.bgcolor-grey{
  background: #c9c8c2;
}
.zoom {
 /* padding: 50px;
  background-color: green;*/
  transition: transform .2s; /* Animation */
 /* width: 200px;
  height: 200px;*/
 /* margin: 0 auto;*/
}

.zoom:hover {
  transform: scale(1.02); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}


.zoom-ingred {
 /* padding: 50px;
  background-color: green;*/
  transition: transform .2s; /* Animation */
 /* width: 200px;
  height: 200px;*/
 /* margin: 0 auto;*/
}
.zoom-ingred:hover {
  transform: scale(1.07); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.zoom-faq {
 /* padding: 50px;
  background-color: green;*/
  transition: transform .2s; /* Animation */
 /* width: 200px;
  height: 200px;*/
 /* margin: 0 auto;*/
}
.zoom-faq:hover {
  transform: scale(1.01); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.blob{
  background:#7dc1f2;
  color: white;
  /*border-radius: 50%;*/
  margin-top :;
 padding: 10px 70px;

  box-shadow: #7dc1f2;
  transform: scale(1);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
.cube-grey{
  width: 400px;
  padding: 40px 30px;
  margin: 0 auto;
}
.dec-none{
  list-style-type: none;
}
.p-move-left{
  margin-left:200px;
}
.move-min{
  margin-top: -40px;
}
.h2-size{
  padding: 20px 20px;
   margin-top: 10px;
   text-align: center;
   font-size: 50px;
}



nav a{
  text-decoration: none;
}
nav a:hover{
  color: black;
  text-decoration: none;
}
.rotate{
  -ms-transform: rotate(90deg); /* IE 9 */
  transform: rotate(90deg); /* Standard syntax */
}
.navbar-bg,
.who-are-we-bg {
  background: #ff4a7d;
  background: -moz-linear-gradient(90deg, #ff4a7d 0%, #ff4ea3 25%, #ff4a7d 60%);
  background: -webkit-linear-gradient(
    90deg,
    #ff4a7d 0%,
    #ff4ea3 25%,
    #ff4a7d 60%
  );
  background: linear-gradient(90deg, #ff4a7d 0%, #ff4ea3 25%, #ff4a7d 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff4a7d",endColorstr="#ff4a7d",GradientType=1);
}

.hero-bg {
  background: #f4f3f8;
  background: -moz-linear-gradient(180deg, #f4f3f8 0%, #e1e0e7 100%);
  background: -webkit-linear-gradient(180deg, #f4f3f8 0%, #e1e0e7 100%);
  background: linear-gradient(180deg, #f4f3f8 0%, #e1e0e7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4f3f8",endColorstr="#e1e0e7",GradientType=1);
}

.bg-grey-gradient {
  background: #8e9295;
  background: -moz-linear-gradient(
    180deg,
    #8e9295 0%,
    #7d8895 50%,
    #dddee0 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    #8e9295 0%,
    #7d8895 50%,
    #dddee0 100%
  );
  background: linear-gradient(180deg, #8e9295 0%, #7d8895 50%, #dddee0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8e9295",endColorstr="#dddee0",GradientType=1);
}

.bg-grey,
.counter__heading {
  background-color: #f1f0f6;
}
.bgcolor-gray{
  background:#edecf2;
}

.bg-white {
  background-color: #fff;
}

.bg-pink,
.bg-pink:focus,
.bg-pink:hover,
.bg-pink:active {
  background-color: #ff4a7d;
}

.bg-pink-gradient {
  background: #fde8ee;
  background: linear-gradient(180deg, #fde8ee 0%, #f8a5bb 50%, #fde8ed 100%);
}

.bg-dark-pink-gradient {
  background: #ff4c7f;
  background: -moz-linear-gradient(
    180deg,
    #ff4c7f 0%,
    #ff0235 50%,
    #ff4b7e 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    #ff4c7f 0%,
    #ff0235 50%,
    #ff4b7e 100%
  );
  background: linear-gradient(180deg, #ff4c7f 0%, #ff0235 50%, #ff4b7e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff4c7f",endColorstr="#ff4b7e",GradientType=1);
}

.text-dark-grey {
  color: #858585;
}
.text-pink {
  color: #ff4fa4;
}
.text-gold {
  color: #ffc114;
}
.text-black {
  color: #000000 !important;
}
.text-white {
  color: #ffffff;
}

body {
  font-family: "Ebrima";
}

.btn {
  border-radius: 0;
  padding: 0.27rem 1.75rem;
}
.btn,
.btn:hover {
  color: #ffffff;
}
.btn:focus {
  box-shadow: none;
}

.navbar .nav-link {
  color:#00A79D;
}

.section-header {
  font-size: 30px;
  color: #ffffff;
  padding: 10px 50px;
  text-align: center;
}

.counter {
  position: relative;
}
.counter__heading {
  word-spacing: -1px;
  transform: scale(0.75, 1.05);
  padding: 0 5px;
  z-index: 1;
  font-size: 20px;
}
.counter::after {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  border-bottom: 1px solid black;
  width: 100%;
}
.counter__time {
  display: flex;
  justify-content: center;
}
.counter__time__digits {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 5px;
  font-size: 24px;
}
.counter__time__digits span {
  font-size: 20px;
  color: #d00000;
  text-transform: uppercase;
}
.counter__bracket {
  color: #d00000;
  font-size: 28px;
  font-weight: 700;
  transform: scaleY(1.75);
  position: relative;
  top: 5px;
}
.counter__bracket:first-of-type {
  right: 30px;
}
.counter__bracket:last-of-type {
  left: 30px;
}

.hero__modal {
  flex: 1;
  position: relative;
}
.hero__modal img {
  width: 500px;
  max-width: 448px;
  transform: translateX(-100px);
  height: 100%;
  position: absolute;
}

@media (max-width: 1850px){
    .move-nav-s1{
  margin-left: 300px;
}
     .move-nav{
    padding-left:300px ;
  }
}

@media (max-width: 1700px){
  .old_p{
    color: #000;
    font-size: 40px;
    transform: rotate(350deg);
    margin-top: -260px;
  }
  .new_p{
     color: red;
    font-size: 55px;
    transform: rotate(350deg);
     }
  .footer_width{
    max-width: auto;
    margin: 0 auto;
    margin-top: -20px;
  }
  .p_s4{
  font-size: 30px;

  margin-top: 20px;
  margin-bottom: 20px;
}

  .s3_move_top{
  margin-top: 1px;
}
  .p_move_s3{
  margin-top: 50px;
  padding-bottom: 1px;
}
  .width_text_s3{
  max-width: 700px;
  font-size: 20px;
  border-left: 10px solid #00a79d;
  padding-left: 15px;
  margin-left: -1px;
}
.pic_s3{
  margin-right: 1px;
}
  .pic_s1 {
    margin-top: 400px;
    padding-bottom:50px;
    width: 55%;
}
  .h2_s1{
  font-size:50px;
  color: #fff;
  text-shadow: 3px 3px 5px #000;
  margin-top: 30px;
}
  .price_s1_pic{
    width: 300px;
  }
  .move-nav-s1{
  display: inline-block;
  margin-left: 80px;
}
  .move-nav{
    padding-left:350px ;
  }
    .small-pic{
      width:280px;
    }
    .dnone1{
      display: none;
    }
}

@media (max-width: 1600px){
    .move-nav-s1{
    display: inline-block;
    margin-left: 1px;
  }
}

@media (max-width: 1500px){
   .move-nav{
    padding-left:300px ;
  }
   .div_s6{
    margin-top: 10px;
    text-align:left;
  }
  .div_s6v2{
    margin-top: 1px;
  }
  .div_s6 img{
    width: 75px;
    margin-right: 20px;
  }
  .div_s6 h3{
    padding-top: 20px;
    font-weight: bold;
  }
  .div_s6 p{
    font-size: 20px;
  }
  .bg-4{
   background-image: url(../images/BG_4_small.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
}
  .h2_s3{
  padding-top: 20px;
  padding-bottom: 20px;
}
  .pic_s1 {
    margin-top: 400px;
    padding-bottom: 50px;
    width: 65%;
}
  .logo_width{
    width: 200px;
  }
}

@media (max-width: 1400px){

  .logo_footer{
  margin-top: -340px;
  width: 500px;
}

  .move-nav-s1{
    display: inline-block;
    margin-left: 100px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .logo_dnone{
    display: none;
  }
  .small-pic5{
    width: 85%;
  }
  .move-nav{
    padding-left:350px ;
  }
  .nav-size{
  padding: 10px 10px;
  font-size: 15px;
  font-weight: bold;
}
}
@media (max-width: 1300px){
    .btn_move_s6{
    margin-top:30px;
    text-align:center;
    margin-bottom: 20px;
}
  .btn_s6{
  display: none;
  }
  .bg-2{
  background-image: url(../images/BG_2_small.png);
    background-repeat: no-repeat;
    background-size: cover;
}
  .nav-size-s1{
  padding: 10px 15px;
  font-size: 22px;
  transition-duration: 300ms;
}
  .move-nav-s1{
    display: inline-block;
    margin-left: 50px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}




@media (max-width: 1000px){

  .p_move_s3{
  margin-top: 1px;
}
  .pic_s2v2{
  margin-top: 20px;
}
.btn_move_s2{
  margin-top: 20px;
  padding-bottom: 20px;
}
.s2_table_move{
  margin-top: 20px;
}
  .pic_s2v2{
    width: 70%;
  }
  .bg-1{
  background-image: url(../images/BG_1.png);
  background-position: left;
    background-repeat: no-repeat;
    background-size: cover;


}
  .pic_s1 {
    margin-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    margin-top: 300px;
}
.btn_yellow {
    padding: 35px 80px;
    background: linear-gradient(#f5ed30 0%, #facc39 90%);
    font-size: 35px;
    border-radius: 40px;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 3px 3px 4px grey;
    transition-duration: 700ms;
}
/*.h2_s1{*/
/*  margin-right: -400px;*/
/*}*/
}


@media (max-width: 1050px){
    .pic_s4{
  margin-left:0px;
}
  .bg-2{
  background:#f5f5f5;
    margin-top: 50px;
}
    .p_s4{
  font-size: 30px;

  margin-top: 20px;
  margin-bottom: 20px;
}
  .h2-size{
  padding: 20px 20px;
   margin-top: 10px;
   text-align: center;
   font-size: 30px;
}

  .small-pic-mob{
    width: 100%;
  }
}
@media (max-width: 1220px){
    .btn_yellow {
    padding: 30px 50px;

    }
    
}
@media (max-width: 1205px){

  .move-nav{
    padding-left:200px ;
  }

   .div_s6{
    margin-top: 1px;
    text-align:left;
  }
  .div_s6v2{
    margin-top: 1px;
  }
  .div_s6 img{
    width: 70px;
    margin-right: 15px;
  }
  .div_s6 h3{
    padding-top: 1px;
    font-weight: bold;
  }
  .div_s6 p{
    font-size: 25px;
  }

   .logo_footer{
  margin-top: -300px;
  width: 400px;
}

   .nav-size-s1{
  padding: 10px 12px;
  font-size: 20px;
  transition-duration: 300ms;
}
  .move-nav-s1{
    display: inline-block;
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .pack-img{
  padding-top:100px;
  padding-bottom: 85px;


}
}

@media (max-width: 1050px){
  .move-nav{
    padding-left:100px ;
  }
   .nav-size-s1{
  padding: 18px 10px;
  font-size: 18px;
}
  .move-nav-s1{
    display: inline-block;
    margin-left: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
    .tablet-move{
      margin-top: 50px;
    }
    .icon-move-mob{
      text-align: center;
    }
    .p-width{
    width: 100%;
  }
    .move-left{
      margin-left: 10px;
    }
    .move-left1{
      margin-left: -80px;
    }
    .dnone3{
      display: none;
    }
    .small-pic{
      width:130px;
    }

}
@media (max-width: 900px){
    .btn_yellow {
    padding: 35px 60px;

    }

    .logo_footer{
    margin-top: -300px;
    width: 300px;
  }
}



@media (max-width: 935px) {
  .move-nav{
    padding-left:20px ;
  }
  .nav-size-s1{
  padding: 10px 10px;
  font-size: 15px;
}
  .move-nav-s1{
    display: inline-block;
    margin-left: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

}
@media (max-width: 835px){
  .nav-size-s1{
  padding: 10px 10px;
  font-size: 12px;
}

}

@media (max-width: 855px){
  .nav-size {
    padding: 8px 8px;
    font-size: 12px;
    font-weight: bold;
  }
  .move-nav{
    padding-left:50px ;
  }
}


@media (max-width: 660px) {
  .who-we-are img {
    max-height: 250px;
  }
}

.wow-touch-about .section-header {
  background-color: #545659;
}

.ingredients .ingredient-item {
  position: relative;
}
.ingredients .ingredient-item img {
  max-width: 80%;
  display: block;
  margin: 0 auto;
  max-height: 200px;
}
.ingredients .ingredient-item .plus-icon::after {
  content: "+";
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #ff0149;
  width: 40px;
  height: 30px;
  text-align: center;
  font-size: 18px;
  border-radius: 50px;
  color: #ffffff;
}


.use-wow-touch .section-header {
  background-color: #571a31;
}

.reviews .section-header {
  background-color: #999999;
}
.reviews .review__comment {
  font-family: "InkFree";
  margin-top: 20px;
  max-width: 500px;
  text-align: center;
  font-size: 24px;
}
.reviews .slider {
  position: relative;
}
.reviews .arrows {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.reviews .arrows .arrow-left,
.reviews .arrows .arrow-right {
  position: absolute;
  cursor: pointer;
  font-size: 36px;
  pointer-events: all;
  z-index: 10;
}
.reviews .arrows .arrow-left {
  left: 0;
}
.reviews .arrows .arrow-right {
  right: 0;
}

.course-duration .week-index {
  position: absolute;
  top: -10px;
  left: -10px;
  padding: 5px 15px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  border-radius: 50px;
  background-color: #ff0149;
}

.footer {
  padding: 20px 0;
}
.footer__links,
.footer__link {
  color: #dc915d;
}
.footer__link {
  /* margin-left: 5px;
  margin-right: 5px; */
}
.footer__link:hover {
  text-decoration: none;
}

.step .w-90 {
  width: 90%;
  margin: 0 auto;
}
.step .line-through {
  text-decoration: line-through #000000 solid;
}
.step .side-img,
.step .decoration-img {
  position: fixed;
  width: 100%;
  left: 0;
  z-index: -1;
}
.step .side-img {
  height: 100%;
}
.step .side-img img {
  height: 100vh;
  transform: translateX(-40%);
}
.step .decoration-img {
  bottom: 0;
}
.step .decoration-img img {
  max-height: 100px;
  width: 100%;
  object-position: center;
  object-fit: cover;
}
.step .brand .logo {
  font-size: 36px;
  color: #ffffff;
  font-weight: 900;
}
.step .brand .logo span {
  color: #fa5fab;
}
.step .main-content {
  margin-left: 30px;
  background-color: rgba(0, 0, 0, 0.8);
  min-height: 90vh;
  margin-top: 2vh;
  flex: 1;
}
.step .main-content p {
  color: #ff4a7d;
  font-size: 14px;
}
.step .main-content .card-img {
  display: flex;
  flex-direction: column;
}
.step .main-content .card-img img {
  max-height: 100px;
}
.step .main-content .card-img img.fix-width {
  max-width: 70px;
}
.step .main-content .card-img a {
  color: red;
  background-color: transparent;
}
.step .main-content .card-text {
  font-size: 22px;
  font-weight: 700;
}
.step .main-content .card-text p {
  margin: 0;
}
.step textarea.font-control,
.step textarea.font-control::placeholder {
  color: #ffffff !important;
}
.step .feature__icon img {
  height: 50px;
  margin-top: 20px;
}
.step .feature__text {
  margin-top: 25px;
}
.step .feature__text h5,
.step .feature__text p {
  color: white;
}

.sticky-button {
    /* padding: 20px 0; */
    /* background-color: #b3d4f7; */
    position: sticky;
    top: 0;
    z-index: 2;
}

.sticky-order-button{
  display: none;
}

@media (min-width:992px) {

  .sticky-button .sticky-navbar{
    display: none;
  }

  .sticky-button .sticky-order-button{
    display: block;
  }
}

.alert_message {
    background-color: #ff4278;
    border: 3px dashed #fff;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 5px;
    margin-top: 10px!important;
    color: black !important;
}
.checkbox{
  top:0px;
  right:15px;
}

.backGrey2 {
    border: 2px solid #bad7f9;
    padding: 10px 5px 5px 5px;
    border-radius: 10px;
}



@media (max-width:766px){
    .mob_pic_move{
        margin-top:-30px;
    }
    .margin-rev{
  margin-top: 0px;
  margin-bottom: 40px;
}
     .vm_move{
      padding-top: 0px;
      margin-bottom: 0px;
  }

      .width_s2_col{
      margin-bottom:0px;
  }
    .decor_pic{
        margin-top: -20px;
    height: 70px
    }
    .decor_picv2{
        height: 70px
    }
    .margin_mob{
        margin-top:10px!important;
        margin-bottom:10px;
    }
    /*.mar_top{*/
    /*    margin-top:20px!important;*/
    /*}*/
    .pic_s3 {
    width: 330px;
}
     .pic_s2v2{
  margin-top: 0px;
}
    .width_pic_s1_mob{
        width:270px;
        margin-top:275px;
    }
    .img_footer{
        height:auto;
    }
  .premium,.money{
    width: 120px;
    margin-bottom: 0px;
    margin-top: 0px;
  }
   .h3_footer_m{
    margin-top: 30px;
  }
  .mabile_margin{
    margin-bottom: 0px;
  }
   .h2_reviews{
    font-size: 30px;
  text-align: center;
  margin-top:-15px;
  }

  .background_mob{
    background: #f5f5f5;
  }
  .bg-4 {
   background-image: none;
}
  .bg-3,.bg-5 {
    background:#f5f5f5;

}
  .bg-2{

    margin-top: 0px;
}
  .height_sec_mob{
    background-image: url(../images/BG_21.png);
    background-position:bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
  }
  .btn_yellow {
    padding: 20px 100px;
    background: linear-gradient(#f5ed30 0%, #facc39 90%);
    font-size: 30px;
    border-radius: 40px;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 3px 3px 4px grey;
    transition-duration: 700ms;

}
  .btn_move_mob{
    margin-top: 100px;
    padding-bottom: 135px;
  }
  .pic_price{
    margin-top: -170px;
  }
  .old_p {
    color: #000;
    font-size: 25px;
    transform: rotate(350deg);
    margin-top: -145px;
    margin-left: 10px;
    width: 95%;
}
.new_p {
    color: red;
    font-size: 35px;
    transform: rotate(350deg);
    margin-top: -20px;
    margin-left: 20px;
    width: 95%;
}
  /*.h2_s2{
    margin-top: 100px;
  }*/

  .price_s1_pic{
    width: 170px;
  }

  .section6_move{
    margin-top: 20px;
  }

   .logo_footer{
   display: none;
  }
  .p_s7{
  max-width: 100%;
  margin: 0 auto;
  font-size: 18px;
}
  .p_s5_just{
    text-align: justify!important;
  }
  .pic_s5{
  margin-top: 1px;
  max-width: 150px;
}
  .div_s5{
  text-align: justify;
  margin-top: 0px;
}
  .p_s5{
    font-size: 18px;
    text-align: center;
  }
  .h2_s5{
  font-size: 26px;
  text-align: center;
  margin-top: 20px;
}
  .width_s{
    width: 300px;
    margin-top: 0px;
  }
  .p_s4v2{
  max-width: auto;
  margin: 0 auto;
  font-size: 20px;
  text-align: justify;
}
  .center_s4_mob{
    text-align: center;
  }
  .pic_s4 {
    width: 300px;
    padding-bottom: 1px;
}
  .p_s4 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

  .h2_s4{
  font-size: 30px;
  padding-top: 0px;
   padding-bottom: 25px;
   background: #f5f5f5;
}

.p_v2_s2{
  font-size: 18px;
}

  .h2_s3{
  padding-top: 1px;
  padding-bottom: 1px;
  margin-top:-5px;
  font-size: 35px;
}
  .width_text_s3{
    font-size: 18px;
    margin-top:5px;
  }

  .header_text_size{
  font-size: 26px;
  font-weight: bold;
}

  .h2_s2{
  padding-top: 1px;
  margin-bottom: 10px;
}
.p_s2{
  max-width: auto;
  margin: 0 auto;
  font-size: 18px;
  text-align: justify;
  margin-top: 10px;
  margin-bottom: 20px;
}

  .dnone{
  display: none;
}

}
@media (max-width:500px){

    .width_pic_s1_mob {
    width: 270px;
    margin-top: 215px;
}
    .left_mob{
        text-align:left;
    }
    .right_mob{
        text-align:right;
        padding-right:10px;
    }
    .btn_move_mob {
    margin-top: 1px;
    padding-bottom: 180px;
}
  .pic_price{
    margin-top: -170px;
  }
  .old_p {
    color: #000;
    font-size: 25px;
    transform: rotate(350deg);
   margin-top: -125px;
    margin-left: -1px;
    width: 90%;

}
.new_p {
    color: red;
    font-size: 35px;
    transform: rotate(350deg);
    margin-top: -20px;
    width: 90%;
    margin-left: 12px;
    font-weight:bold;
}


  .price_s1_pic{
    width: 170px;
  }
}
@media (max-width:450px){
   .btn_move_mob {
    margin-top: 1px;
    padding-bottom: 55px;
}
}


@media (max-width:425px){
  .div_s6 img{
    margin-left:20%;
  }
  .div_s6 h3,.div_s6 p{
    font-size: 20px;
  }

    .width_img_td{
    width: 25%;
  }
  .width_p_td{
    width: 75%;
  }
}
@media (max-width:425px){
  .footer_width{
    max-width: auto;
    margin: 0 auto;
    margin-top: 10px;
  }
}

@media (max-width:400px){
  .logo_widt_mob{
    width: 110px;
  }
  .btn_yellow {
    padding: 20px 50px;
    background: linear-gradient(#f5ed30 0%, #facc39 90%);
    font-size: 30px;
    border-radius: 40px;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 3px 3px 4px grey;
    transition-duration: 700ms;
}

}

@media (max-width:380px){
  .div_s6 img{
    margin-left:15%;
  }
}
@media (max-width:360px){

    .logo_widt_mob{
    width: 90px;
    margin-left: -10px;
  }
}

@media (max-width:350px){

  .pic_price{
    margin-top: -160px;
  }
  .old_p {
    color: #000;
    font-size: 20px;
    transform: rotate(350deg);
    margin-top: -123px;
}
.new_p {
    color: red;
    font-size: 30px;
    transform: rotate(350deg);
    margin-top: -20px;
}


  .price_s1_pic{
    width: 150px;
  }
}


@media (max-width:330px){

.new_p {
   width: 88%;
}
  .logo_widt_mob{
    width: 90px;
    margin-left: -20px;
  }
  .btn_move_mob{
    margin-top: 1px;
  }
  .div_s6 img{
    margin-left:10%;
  }
}
 

/************************************/
/***** 	   01. General css		 ****/
/************************************/

body{
	font-size: 16px;
	font-family: 'Rubik', sans-serif;
	-webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6{
	margin-top:0;
	font-weight: 500;
}

img{
	max-width: 100%;
}

a:hover{
	text-decoration: none;
	outline: 0;
}

a:focus{
	text-decoration: none;
	outline: 0;
}

.preloader{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	background: #0672b6;
	z-index: 9999;
}

.loader{
	display: inline-block;
	width: 30px;
	height: 30px;
	position: relative;
	border: 4px solid #Fff;
	top: calc(50% - 15px);
	animation: loader 2s infinite ease;
}

.loader-inner{
	vertical-align: top;
	display: inline-block;
	width: 100%;
	background-color: #fff;
	animation: loader-inner 2s infinite ease-in;
}







.size_11 {
	font-size: 11px;
}

.btn-custom{
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	padding: 10px 30px;
	text-align: center;
	color: #ff2938;
	background: #fff;
	border: 2px solid #fff;
	border-radius: 26px;
	transition: all 0.3s;
}

.btn-custom:hover{
	background: none;
	color: #fff;
}

.customers_image {
	margin: 0 auto 60px;
	display:block;
}
.mob {
	display: none !important;
}
/************************************/
/***** 02. Navigation area css  *****/
/************************************/







/************************************/
/*****   03. Slider area css    *****/
/************************************/







.btn-booknow{
	display: inline-block;
	background:linear-gradient(#f5ed30 0%, #facc39 90%);
	color: #000;
	font-size: 20px;
	font-weight: 500;
	padding: 10px 30px 8px;
	/*border: 2px solid #ff0e17;*/
	box-shadow: 3px 3px 4px grey;
	border-radius: 20px; 
	margin-top: 20px;
	transition: all 700ms ease-in-out;
	text-align:center;
 	border: none;
	position: relative;
}

.btn-booknow:hover,.btn-booknow:active,.btn-booknow:focus{
	background: linear-gradient(#f5ed30 0%, #facc39 90%);
	color: #000;
	border-radius: 20px;
	box-shadow: 1px 1px 2px grey;
}

.btn-booknow:focus{
    border:none;
}


/****************************************/
/***** 06. Related Product area css *****/
/****************************************/
.boxes {
	display: flex;
	justify-content: center;

}

.anchor {
	display: block;
    position: relative;
    top: -87px;
    visibility: hidden;
}
.related-product{
	padding: 80px 0;
	 
}

.related-single{
	margin-bottom: 80px;
}

.related-product-info{
	padding-top: 30px;
}

.related-product-info h3{
	font-size: 35px;
	color: #464646;
	font-weight: 700;
	margin-bottom: 1em;
}

.related-product-info p{
	font-size: 14px;
	color: #818282;
	font-weight: 300;
	margin-bottom: 1.5em;
}

.related-product-info .btn-booknow{
	margin-top: 10px;
	z-index: 2;
}


/****************************************/
/*****   07. Testimonial area css   *****/
/****************************************/



/****************************************/
/*****     08. Product area css     *****/
/****************************************/

.old_price {
	color: #000 !important;
	text-decoration:line-through;
}

.new_price {
	color:red !important;
	font-size: 30px !important;
	font-weight: bold;
}

.products {
	/*background:#f2f6f6;*/
	padding:20px 0;
}

.row.no-gutters {
   margin-right: 0;
   margin-left: 0;
}

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
   padding-right: 0;
   padding-left: 0;
}

.products .container-fluid{
	padding-left: 0;
	padding-right: 0;
}


.product-single{
	position: relative;
	margin: 0 10px;
	text-align:center;
	background: #fff;
	border-radius: 20px ;
	border: 5px solid #c3e6f7;
	
}


.section-title {
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 60px;
    margin-top:50px;
    background: url(../images/blue-divider.png) no-repeat bottom center;
}

.section-title h2 {
    font-size: 50px;
    color: #464646;
    font-weight: 700;
    margin-bottom: 0;
}

.selectedBox, .product-single:hover  {
	/*-webkit-box-shadow: 13px 13px 12px -8px rgba(8,126,181,0.41);
	-moz-box-shadow: 13px 13px 12px -8px rgba(8,126,181,0.41);
	box-shadow: 13px 13px 12px -8px rgba(8,126,181,0.41);*/
	background:#fff;
	transition: all 0.4s ;
	border-radius: 20px;
	cursor:pointer;
	border:5px solid #0b8d81;
}

.save { 
	padding: 9px;
	border-radius: 13px 13px 0 0;
	color: #fff;
	background:  #60bb9c;
	font-size: 20px;
	/*margin-top:-1px;*/
	/*background: -moz-linear-gradient(top, #01a2e0 0%, #105888 100%);
	background: -webkit-linear-gradient(top, #01a2e0 0%,#105888 100%);
	background: linear-gradient(to bottom, #01a2e0 0%,#105888 100%);*/
	margin-left: -5px;
	margin-top: -5px;
	margin-right: -5px;
	border-bottom:5px solid #c3e6f7;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01a2e0', endColorstr='#105888',GradientType=0 );
	transition: all 0.4s ;
}

.save:hover{
	background:#eebc77;

}

.selectedBox .save,.product-single:hover .save{ 
	margin-top:-1px;
	border-radius: 13px 13px 0 0;
	color: #fff;
	background:  #16a79e;
	font-size: 20px;
	/*background: -moz-linear-gradient(top, #01a2e0 0%, #105888 100%);
	background: -webkit-linear-gradient(top, #01a2e0 0%,#105888 100%);
	background: linear-gradient(to bottom, #01a2e0 0%,#105888 100%);*/
	margin-left: -5px;
	margin-top: -5px;
	margin-right: -5px;
	border-bottom:5px solid #0b8e80;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01a2e0', endColorstr='#105888',GradientType=0 );
}


.product-image{
	position: relative;
	max-width:360px;
	display:block;
	margin:0 auto;
}

.product-image img{
	width: 90%;
	border-radius: 15px;
}

.best-pic{
    position: absolute;
    top:46px;
    right:0;
    z-index:20;
    width:150px;
    
}



.product-info {
 
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px;
	transition: all 0.3s ease-in-out;
	text-align: center;
	 
	border-radius: 0 0 20px 20px;
	
}
.product-info h3{
	color: #000;
	font-size: 26px;
	margin-bottom: 4px;
}
.product-info h4{
	color: #000;
	font-size: 30px;
	margin-bottom: 4px;
}

.product-info p{
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 0;

}

.product-info p span{
	color: #ffc600;
}

.product-info .btn-booknow{

    font-size: 20px;
    margin-top: 8px;
 	
}


.btn-booknow:first-letter {
	text-transform:uppercase;
}


.product-single:hover .product-info, .selectedBox .product-info {
	padding-top: 50px;
}



.price_hide{
	display: none;
}

.price_hide_two{
	display: block;
}

/************************************/
/*****    12. Media Screens     *****/
/************************************/

@media only screen and (max-width: 1200px){
	.navbar-default .navbar-nav>li>a:after{
		padding: 0 12px 0 14px;
	}

	nav.navbar.bootsnav ul.nav > li > a{
	font-size: 14px;
	}
	
	nav.navbar.bootsnav.sticky-header .navbar-brand,
	nav.navbar.bootsnav .navbar-brand{
		padding-left: 15px;
		padding-right: 15px;
	}
	
	nav.navbar.bootsnav .navbar-toggle{
		right: 15px;
	}
	
	nav.navbar.bootsnav .navbar-collapse{
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media only screen and (max-width: 991px){

	.section-title h2 {
    font-size: 46px;
}
	
	.ways_box {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.ways_box img {
	max-width: 80px;
}
.ways_box p {
	    width: 100%;
	max-width: 200px;
    padding: 0 5px;
    font-size: 14px;
    line-height: 1;

	 
}
.padding div.col-md-6:first-child, .padding div.col-md-6:last-child  {
	padding:0 !important;
}

	
	
	.mob  {
		display: block !important;
	}
	.desk {
		display: none;
	}
	.header-bullets  {
		height: auto;
		max-width: 380px;
		margin: 0 auto;
		text-align: left;
	}
	
	.customers_image {
		max-width: 640px;
		margin: 0 auto 20px;
		width: 100%;
	}
	
	 
	

	
	
	
	
}

/* Mobile Layout */
@media only screen and (max-width: 767px){
	
	.section-title h2 {
    font-size: 33px;
}
	
	
	.slider-image{
		text-align: center;
		 
	}
	
	.slider-image img {
		max-width:40%;
	}
	
	
	
	.second_head {
		font-size:18px !important;
	}
	
	
	
	.banner{
		padding: 60px 0 60px;
	}
	
	
	
	.aboutus,
	.related-product,
	.testimonial,
	.contactus,
	footer{
		padding: 60px 0;
	}
	
	.aboutus .section-title {
		text-align:center;
		background: url(../images/blue-divider.png) no-repeat bottom center;
	}
	
	
	.features{
		padding: 60px 0 30px;
	}
	
	.about-image{
		text-align: center;
	}
	
	.features-image{
		margin-bottom: 40px;
	}
	
	.feature-single{
		margin-bottom: 30px;
	}
	
	.feature-single h3{
		font-size: 60px;
	}
	
	.related-product-info{
		margin-bottom: 40px;
	}
	
	.related-product-image{
		text-align: center;
	}
	
	.related-product-info h3{
		font-size: 24px;
	}
	
	.product-single {
		margin: 20px 10px;
}
}

/* Small Mobile Layout */

@media only screen and (max-width: 850px){
    .best-pic{
        width:70px;
    }
}

@media only screen and (max-width: 767px){
    
    .best-pic {
    position: absolute;
    top: 47px;
    right: 0;
    z-index: 20;
    width: 80px;
}
    
    .product-info h3 {
		font-size: 20px;
		min-height: 70px;
	}
	.product-info h4{
	color: #000;
	font-size: 15px;
	margin-bottom: 4px;
}
}
	
@media only screen and (max-width: 640px) {	
	
	
	.product-info .btn-booknow{
	padding: 6px 20px 5px;
    font-size:16px;
    margin-top: 8px;
 	
}
	
	.product-single:hover .product-info, .selectedBox .product-info {
		padding-top:10px !important;
	}
	.product-info p {
		font-size: 16px;
	}
	
}

@media only screen and (max-width: 554px){
    .best-pic {
    position: absolute;
    top: 76px;
    right: 0;
    z-index: 20;
    width: 80px;
}
}



@media only screen and (max-width: 480px) {
	
	
	.product-single {
		margin: 20px 5px;
	}
	.product-info a {
		font-size: 17px !important;
		font-weight: bold;
	}
}

@media only screen and (max-width: 424px){

	.price_hide{
	display: inline-block;
	}

	.price_hide_two{
	display: none;
	}
    
    .section-title{
        margin-top:1px;
        margin-bottom:1px;
        
    }
    
    .section-title h2{
        font-size:25px;
    }
   
    
    .product-info a {
		font-size: 15px !important;
	}
    
     .boxes {
			display:block;
			justify-content: center;

				}


	.col_6{
			width: 50%;
			float: left;
			}
    
    
   .container-form{
      padding-left: 2px; 
     padding-right: 2px;
   }
    
    .best-pic{
         top:39px;
        right:0;
        width:100px;
    }
    
    .product-info, .product-info h3, .product-info p,  .save {
		font-size: 15px !important;
	}
	
	
	
	.product-info h4{
	color: #000;
	font-size: 13px;
	margin-bottom: 8px;
}
}

@media only screen and (max-width: 415px) {
    
    .best-pic{
         top:28px;
        right:0;
        width:70px;
    }
    
    figure {
    padding-top: 5px;
}
    
    .product-image img {
            width: 70%;
            border-radius: 15px;
    }
    
    .product-single {
		margin: 10px 5px;
	}
    
    .product-info .btn-booknow {
    
    margin-top: 1px;
    }



	
	
	.product-info, .product-info h3, .product-info p, .save {
		font-size: 18px !important;
		/*margin-top: 1px;*/
	}
	
	  .save {
    font-size: 17px !important;
    margin-bottom: 1px;
    padding-top:2px;
    padding-bottom:2px;
}
	
	
	.product-info h3 {
		min-height: 25px;
	}
	

	

	.product-info .btn-booknow {
		padding: 10px 30px ;
	}
}

@media only screen and (max-width: 370px) {
    
    .product-info .btn-booknow {
		padding: 10px 20px ;
	}
	 
	
	.product-info, .product-info h3, .product-info p,  .save {
		font-size: 15px !important;
	}
	
	.product-info h4{
	color: #000;
	font-size: 13px;
	margin-bottom: 4px;
}
	
	.product-info a {
		font-size: 15px !important;
	}
	
	 
}

@media only screen and (max-width: 371px){
    .best-pic{
         top:24px;
       right:0;
        width:70px;
    }
}


@media only screen and (max-width: 330px){
   .product-info .btn-booknow {
		padding: 10px 5px ;
	} 
}



@media only screen and (max-width: 320px){
    
    figure {
    margin-top: 5px;
}
    .product-image img {
            width: 70%;
            border-radius: 15px;
    }
    
    
    .best-pic{
         top:24px;
        right:0;
        width:70px;
    }
    
    
    	
	.product-info, .product-info h3, .product-info p,  .save {
		font-size: 15px !important;
	}
	
	
	.product-info h4{
	color: #000;
	font-size: 11px;
	margin-bottom: 4px;
}
	
	.product-info a {
		font-size: 11px !important;
	}
    
}

@media only screen and (max-width: 319px){
    .best-pic{
         top:25px;
        right:0;
        width:50px;
    }
}

ul {/* list-style: none; */text-align: left;}
.orderform {
    overflow: visible;
    position: relative;
    max-width: 300px;
    width: 95%;
    margin:0 auto;
}
.orderform label, .form-index label {
    color: #000;
    display:block;
    font-weight: bold;
    font-size: 17px;
    text-align:left;
    font-size: 14px;
}
.orderform input, .orderform select, #form-index input, #form-index select, textarea {
    height: 40px;
    border: 1px solid #1F9DD3;
    font-weight: normal;
    font-size: 16px;
    line-height: 12px;
    padding: 0 10px;
    width: 100%;
    margin: 0 auto;
    display: block;
    resize: none;
}
textarea {height: 50px;}
.orderform #shipping_areacode {
    width: 40px !important;
    float:left;
    /*margin:0 10px 0 0;*/
}
.orderform input:focus, #form-index input:focus {
    box-shadow: 0 0 5px red;
    -webkit-box-shadow: 0 0 5px red;
    -moz-box-shadow: 0 0 5px red;
    border:1px solid red;
}

.orderform input[name="shipping_phone"] {max-width: 216px;float: right;}
#form-index2 #shipping_phone2 {max-width: 230px;}
.orderform select {
    width:98%;
    height: 40px;
}
#form {visibility: hidden;}
.orderform br {clear:both;}
.tip {
    position:absolute !important;
    width: 150px;
}
.toolTip {
    background: red;
    border: thin solid red;
    color: #fff;
    left: 0px;
    margin-top: 28px;
    padding: 5px;
    position: absolute;
    text-align: center;
    width: 150px;
    z-index: 10;
    border-radius: 4px;
    font-weight: bold;
    font-size: 11px;
}
.toolTipArrow {
    border-color: transparent transparent red transparent;
    border-style: solid;
    border-width: 11px;
    height:0px;
    width:0px;
    position:absolute;
    top:-20px;
    left:20px;
    display:block;
    content:"\00a0";
}
.toolTipArrow:before {
    border-color: transparent transparent red transparent;
    position:absolute;
    top:-11px;
    left:-12px;
    border-style: solid;
    border-width: 12px;
    height:0px;
    width:0px;
    display:block;
    content:"\00a0";
}
.red {
    color: red;
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: bold;
}
.wrapper {    
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 10px;
    text-align: center;
    position: relative;
}

.section_11 {
   /* background: #32463a;*/
   /* background: -moz-linear-gradient(left, #ff6016 0%, #ede47b 53%, #ff6016 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #ff6016), color-stop(53%, #ede47b), color-stop(100%, #ff6016));
    background: -webkit-linear-gradient(left, #ff6016 0%, #ede47b 53%, #ff6016 100%);
    background: -o-linear-gradient(left, #ff6016 0%, #ede47b 53%, #ff6016 100%);
    background: -ms-linear-gradient(left, #ff6016 0%, #ede47b 53%, #ff6016 100%);
    background: linear-gradient(to right, #ff6016 0%, #ede47b 53%, #ff6016 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6016', endColorstr='#ff6016', GradientType=1 );*/
    /*background-image: url(../img/bgr3.jpg);*/
}
.section_11 h2 {text-shadow: 1px 1px 3px rgb(237, 216, 114);}
.fire {background: url("../img/fire.png") center top;}

.productBox, .formBox, .box {
    display: inline-block;
    vertical-align: middle;
}
.box {width: 49%;}
.section_01 .box {
    width: 25%;
    text-align: right;
}
.productBox {
    position: relative;
    margin-right: 90px;
}

.formBox {
    width: 100%;
    max-width: 280px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 8px;
    margin-bottom: 10px;
    padding: 10px 0;
    -webkit-box-shadow: 0px 1px 8px 0px rgb(232, 128, 48);
    -moz-box-shadow:    0px 1px 8px 0px rgb(232, 128, 48);
    box-shadow:         0px 1px 8px 0px rgb(232, 128, 48);
}
.formBox h3 {padding: 0;}
.formBox h4 {padding: 0;}
.button , .orderform button {
	font-weight: 700;
	margin: 10px auto;
	font-size: 21px;
	color: #FFFFFF !important;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	padding: 10px;
	cursor:pointer;
	text-transform:uppercase;
	background-color: #F00;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	min-width: 210px;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 3px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 3px 5px 0px rgba(50, 50, 50, 0.75);
    border: none;
}
.button:hover , .orderform button:hover {
    box-shadow: none;
    background-color: #c90101;    
}


.section_11 .wrapper {padding-bottom: 50px;}
.section_11 .box {min-width: 300px;}
.section_11 .product {vertical-align: middle;}
.section_11 .formBox {
    background-color: transparent;
    box-shadow: none;
    max-width: 300px;
    margin: 0 auto;
}
.content {
    background-color:#e3f7ee;
    -webkit-box-shadow: 0px 1px 8px 0px rgb(232, 128, 48);
    -moz-box-shadow: 0px 1px 8px 0px rgb(232, 128, 48);
    box-shadow: 0px 1px 8px 0px rgb(232, 128, 48);
    border-radius: 8px;
}

/*/////////////////////////////////////// CONTDONWN ///////////////////////////////////////*/
.countdown_box {
	width: auto;
	margin: 5px 0;
	text-align: center;
}
.order-countdown-hours, .order-countdown-minutes, .order-countdown-seconds {
	background-color: #ff0000;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 30px;
	font-weight: 900;
	padding: 5px;
	text-align: center;
	margin: 0;
}
.left-block-btn{
    width:75%;
}
.nnpercent{
        font-size: 14px;
}
.new-button-s1 {
    display: block;
    margin: 5px auto 5px;
    border: none;
    background: red;
    font-size: 27px;
    color: #fff;
    max-width: 80%;
    border-radius: 15px;
    padding: 10px;
    font-weight: bold;
    box-shadow: 0px 0px 10px #000;
    transition: 0.3s;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
}
.time {
	margin: 0 auto;
	font-size: 11px;
	font-weight: 900;
	text-align: center;
	line-height: 10px;
}
.time span {margin: 0 15px;}
.countbox {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.countbox:hover, .countbox:focus {
    text-decoration: none;
    color: #000;
}
.toend {
    text-align: center;
    font-weight: 900;
    font-size: 14px;
    line-height: 12px;
}
/*/////////////////////////////////////// END CONTDONWN ///////////////////////////////////////*/
/*//////////////////////////////////////////////// PRICES ////////////////////////////////////////////////////*/
.prices {
    width: 95%;
    max-width: 300px;
    padding: 5px;
    display: table;
    margin: 0 auto;
    text-align: center;
}
.prices .red {
	color: red;
	font-weight: bold;
	text-decoration: line-through;
	margin-bottom: 10px;
    font-size: 18px;
}
.prices .green {
	color: red;
	font-weight: bold;
	font-size: 30px;
}
.prices .al-cost-promo {
  font-size: 22px;
}
.prices p {
	margin: 0 auto;
	line-height: 1.4em;
}
/*///////////////////////////////////////// END PRICES /////////////////////////////////////////*/


@media screen and (max-width: 1000px) {
    .section_02 .wrapper div {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    min-width: 160px;
    margin: 10px;
    position: relative;
}
   
}
@media screen and (max-width:973px) {
    .productBox {margin-right: 65px;}
}
@media screen and (max-width:941px) {
    .productBox {margin-right: 0;margin-top: 10px;margin-left: 25px;}
}
@media screen and (max-width:938px) {
    .section_04 .box {width: 60%;}
}
@media screen and (max-width:934px) {
    .section_01 .stamp {width: 80px;}
}
@media screen and (max-width:856px) {
    .section_03 .box:nth-child(2) {margin-right: 20%;}
    .section_03 .box:nth-child(3) {margin-left: 20%;}
}
@media screen and (max-width: 781px) {
    .arrow-right {right: 4%;}
    .arrow-left {left: 4%;}
    .arrow {
        background-size: 40px;
        top: 254px;
        width: 42px;
    }
}
@media screen and (max-width: 769px) {
    .section_11 .box {min-width: 100%;}
    .section_01 .box {width: 50%;}
    .section_01 h1, .section_01 h2 {width: 100%;padding-left: 0;}
    .section_01 h1, .section_01 h2 {text-align: center;}
    .section_01 h1 {
        line-height: normal;
        font-size: 21px;
    }
    .section_01 h2 {
        font-size: 18px;
        padding: 0;
        background: rgba(255,96,22,0);
        background: -moz-linear-gradient(left, rgba(255,96,22,0) 0%, rgba(255,96,22,1) 15%, rgba(255,96,22,1) 23%, rgba(255,96,22,1) 77%, rgba(255,96,22,1) 85%, rgba(255,96,22,0) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,96,22,0)), color-stop(15%, rgba(255,96,22,1)), color-stop(23%, rgba(255,96,22,1)), color-stop(77%, rgba(255,96,22,1)), color-stop(85%, rgba(255,96,22,1)), color-stop(100%, rgba(255,96,22,0)));
        background: -webkit-linear-gradient(left, rgba(255,96,22,0) 0%, rgba(255,96,22,1) 15%, rgba(255,96,22,1) 23%, rgba(255,96,22,1) 77%, rgba(255,96,22,1) 85%, rgba(255,96,22,0) 100%);
        background: -o-linear-gradient(left, rgba(255,96,22,0) 0%, rgba(255,96,22,1) 15%, rgba(255,96,22,1) 23%, rgba(255,96,22,1) 77%, rgba(255,96,22,1) 85%, rgba(255,96,22,0) 100%);
        background: -ms-linear-gradient(left, rgba(255,96,22,0) 0%, rgba(255,96,22,1) 15%, rgba(255,96,22,1) 23%, rgba(255,96,22,1) 77%, rgba(255,96,22,1) 85%, rgba(255,96,22,0) 100%);
        background: linear-gradient(to right, rgba(255,96,22,0) 0%, rgba(255,96,22,1) 15%, rgba(255,96,22,1) 23%, rgba(255,96,22,1) 77%, rgba(255,96,22,1) 85%, rgba(255,96,22,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6016', endColorstr='#ff6016', GradientType=1 );
    }
    .section_01 .wrapper {
        background-position: 302px 82px;
        background-size: 136px;
    }
}
@media screen and (max-width: 732px) {
    .section_01 .wrapper {
    display: flex;
    flex-direction: column;
    background: none;
}
    .left-block-btn{
        order:3;
            width:auto;
    }
    ul{
        padding-left:20px;
    }
    .a{
        order:2
    }
    .c{
        order:1
    }
    .header ul {display: none;}
    .header img {
        float: none;
        height: 25px;
        margin: 0;
    }
    .header {height: 35px;}
}
@media screen and (max-width:728px) {
    .section_03 .box:nth-child(2) {margin-right: 10%;}
    .section_03 .box:nth-child(3) {margin-left: 10%;}
}
@media screen and (max-width:696px) {
    .section_04 h2 {
        font-size: 27px;
        line-height: normal;
    }
}
@media screen and (max-width:633px) {
    .section_07 .box, .section_07 h2 {width: 100%;}
    .section_07 h2 {
        text-align: center;
        font-weight: bold;
        color: #fff;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
    }
}
@media screen and (max-width: 584px) {
    .section_09 .box {width: 100%;}
    .section_09 .box div, .section_09 .box img {
        display: inline-block;
        vertical-align: middle;
    }
    .section_09 .box div {
        text-align: left;
        margin-left: 10px;
    }
    .section_09 .box img {}
}
@media screen and (max-width: 576px) {
    .section_05 .box {width: 100%;}
    .section_05 img {height: 250px;}
    .section_05 .box img {height: inherit;}
    .productBox {width: 225px;}
}
@media screen and (max-width: 569px) {
    .section_04 .box img {display: none;}
}
@media screen and (max-width:550px) {
    .section_03 .box:nth-child(2) {margin: -8px 0;}
    .section_03 .box:nth-child(3) {margin-left: 0;}
    .section_03 .box {width: 100%;}
}
@media screen and (max-width:504px) {
    .section_06 .box {
        width: 45%;
        max-width: inherit;
    }
    .section_06 img {width: 100%;}
    .section_06 p {
        font-size: 18px;
        padding: 5px 0;
        line-height: 17px;
    }
}
@media screen and (max-width: 494px) {
    .section_04 .box {width: 100%;}
}
@media screen and (max-width: 482px) {
    h2, .section_04 h2 {
        font-size: 20px;
        line-height: normal;
    }
    h3 {
        font-size: 16px;
        line-height: normal;
    }
    .section_02 img {
        width: 100px;
        display: inline-block;
        vertical-align: middle;
    }
    .section_02 .wrapper div {
        display: block;
        width: 100%;
        margin: 0;
        padding: 10px;
        text-align: left;
    }
    .section_02 h3 {
        top: 40px;
        left: 25px;
        font-size: 29px;
        display: table-column;
        width: 73px;
        text-align: center;
        line-height: 19px;
    }
    .section_02 div:nth-child(6) h3 {top: 29px;}
    .section_02 div:nth-child(6) h3 span {font-size: 18px;}
    .section_02 p {
        width: 59%;
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px;
    }
}
@media screen and (max-width: 477px) {
    .section_01 .wrapper {
        display: flex;
        flex-direction: column;        
    }
    .productBox {margin: 0 auto;}
    .section_01 .box {
        width: 100%;
        text-align: center;
    }
    .formBox {margin: 0 auto;}
}
@media screen and (max-width: 461px) {
    .section_07 .inBox {width: 100%;}
}
@media screen and (max-width: 446px) {
    .section_09 .box div {width: 63%;}
}
@media screen and (max-width: 441px) {
    .section_07 .wrapper {background-size: cover;}
}
@media screen and (max-width: 410px) {
    .section_06 p {font-size: 16px;}
}
@media screen and (max-width: 325px){
    #form-index2 #shipping_phone2 {
        max-width: 210px;
    }
}
.flex-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  }
  form .input-wrapper label {
    display: none;
    pointer-events: none;
  }
  
  form .input-wrapper {
    width: 100%;
    position: relative;
    margin-bottom: 5px;
  }
  
  form .input-wrapper .error {
    border: 1px solid red!important;
    padding-top: 6px!important;
  }
  
  form .input-wrapper .error+label {
    width: 100%;
    height: 100%;
    color: red;
    display: block !important;
    font-size: 11px;
    line-height: 17px;
    position: absolute;
    top: 0;
    left: 10px;
    text-align: left;
    font-weight: 400;
  }
  
  form .input-wrapper .error+label:before,
  form .input-wrapper .error+label:after {
    content: "";
    position: absolute;
    right: 30px;
    top: 50%;
    width: 3px;
    height: 21px;
    background-color: red
  }
  
  form .input-wrapper .error+label:before {
    -webkit-transform: translate(0, -50%) rotate(135deg);
    transform: translate(0, -50%) rotate(135deg)
  }
  
  form .input-wrapper .error+label:after {
    -webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg)
  }
  input[name="areacode"] {
    max-width: 52px!important;
      margin-right: 10px!important;
      padding: 5px!important;
  }
