* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
@font-face {
  font-family: Mulish;
  src: url(../fonts/Mulish-VariableFont_wght.ttf);
  font-weight: 300;
}
@font-face {
  font-family: Bodoni;
  src: url(../fonts/Bodoni72-Bold.ttf);
  font-weight: 800;
}
html {
  font-size: 62.5%;
}
h3 {
  font-family: Mulish;
}
h1 {
  font-family: Bodoni;
}
.navbar {
  width: 100%;
  height: 80px;
  background-color: #d7063b;
  color: #fff;
  position: fixed;
  border-bottom: #ffffff 0.5px solid;
  display: none;

  z-index: 999;
}
.htu-link:hover{
  color: #000;
}
.nav-link {
  font-size: 20px;
  color: #fff !important;
  font-family: Mulish;
  transition: 1s;
  margin-right: 60px;
  cursor: pointer;
}
#mobile-contact{
  display: none;
}
.nav-link:hover {
  color: #f3eeea !important;
  border-bottom: #fff 1px solid;
}

.logo {
  width: 200px;
  margin-left: 100px;
}
#mobile-nav{
    display: none;
}
.mobile-container{
    display: none;
}

.placeholder-row {
  margin-top: 200px;
}
#loader-container{
  top: 50px;
  position: relative;
}
.placeholder-title-1 {
  position: relative;
  bottom: 30px;
  font-size: 25pt;
  font: 50pt;
  color: #d7063b;
  text-transform: uppercase;

}
.placeholder-title-2 {
  position: relative;
  bottom: 30px;
  z-index: 1;
  font-size: 69pt;
  font: 50pt;
  color: #d7063b;
}
.placeholder-flower-1 {
  position: relative;
  left: 10rem;
  top: -80px;
  max-width: 300px;
}
.placeholder-flower-2 {
  position: relative;
  left: -60%;
}
.placeholder-flower-2-front {
  position: absolute;
  z-index: 1;
  right:15rem;
  top: 2rem;
  max-width: 30rem;
}
.placeholder-zero{
    position: absolute;
    left: -37px;
    top: -15px;
    font-size: 17px;
    font-weight: 400;
    font-family: Mulish;
    color: #d7063b;
    
}
.placeholder-flower-2-back {
  max-width: 15rem;
  position: absolute;
  right: 10rem;
  top: -2rem;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #f3eeea;
  z-index: 6666;
  transition: all 0.4s ease;
  z-index: 999999;
}
.loader-page-container {
  position: relative;
  height: inherit;
}

.loader {
  position: absolute;
  top: 57%;
  left: 48%;
  transform: translate(-50%, -50%);
  transition: 0.4s;
}

.loader .loader_text {
  position: absolute;
  top: -35px;
  left: 101%;
  font-size: 17px;
  font-weight: 400;
  font-family: Mulish;
  color: #d7063b;
  margin: 20px auto;
  text-align: center;
}

.loader .loader_bar {
  position: relative;
  width: 600px;
  height: 1px;
  background: #edeef7;
  border-radius: 50px;
}

.loader_animate {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #d7063b;
  border-radius: 50px;
 
}

@keyframes fill {
  0% {
    width: 0%;
  }
  10% {
    width: 10%;
  }
  20% {
    width: 20%;
  }
  30% {
    width: 40%;
  }
  50% {
    width: 50%;
  }
  60% {
    width: 50%;
  }
  70% {
    width: 50%;
  }
  100% {
    width: 100%;
  }
}
/* placeholder page ends */
#sec-2 {
  height: 100vh;
  width: 100% !important;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #f3eeea;
  transition: background-color 1s;
  transition: 1s;
}
#sec-2::before{
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: url(../images/hearo2/Red\ Glow\ 1.png),
  url(../images/hearo2/White\ Glow\ 1.png),
  url(../images/hearo2/White\ Glow\ 2.png),
  url(../images/hearo2/Red\ Glow\ 2.png);
  background-size: 100% 100%;
background-repeat: no-repeat;
z-index: -20;
}
#sec-2::after {
  content: "";
  position: absolute;
  height: 100%;
  width: inherit;
  background-color: rgba(82, 3, 23, 0.85);
}
.btn{
  width: 123px !important;
    font-size: 15px;
    padding: 5px;
    font-family: Mulish;
    font-weight: bold;
    color: #ffff;
    -webkit-appearance: none;
  
}
.scrolling-dot {
  width: 100%;
  height: 90px;
  position: relative;
 top: 5em;
  z-index: 555;
}
.scroll-icon-text{
 
 
 font-size: 20px;
 color: #ffffff;
 font-family: Mulish ;
 font-weight: 300;
}

@keyframes wheel {
  to {
    opacity: 0;
    top: 60px;
  }
}

@-webkit-keyframes wheel {
  to {
    opacity: 0;
    top: 60px;
  }
}

.main-title {
  position: absolute;
  left: 11%;
  top: 40%;
}
.title-1 {
  font-family: Bodoni;
  position: relative;
  font-size: 10rem;
  color: #fff;
  z-index: 4;
  letter-spacing: 10;
}
.subtitle {
  position: relative;
  font-family: Mulish;
  font-size: 3rem;
  font-weight: 100;
  letter-spacing: 2px;
  color: #fff;
  z-index: 4;
}
.hero-b-title {
  font-family: Bodoni;
  font-weight: bold;
  font-size: 40px;
  color: #d7063b;
}
.dis-1 {
  font-family: Mulish;
  font-size: 17px;
  color: #d7063b;
}
.hero-subtitle {
  font-family: Mulish;
  font-weight: bold;
  font-size: 20px;
  color: #d7063b;
}
.hero-flowers-top {
  max-width: 900px;
  position: absolute;
  top: 0;
  z-index: 2;
}
.berry-1 {
  width: 200px;
  top: 10rem;
  left: -10px;
  z-index: 444;
}
.flwr-1 {
  width: 50rem;
  left: 100px;
  z-index: 4;
}
.flwr-2 {
  width: 45%;
  right: -10px;
  z-index: 4;
}
.bottel {
  position: absolute;
  max-width: 50rem;
  left: 5rem;
}
.sparkle-1 {
  left: 30rem;
  width: 30%;
}

.bottom-flowers {
  position: absolute;

  z-index: 3;
  bottom: 0;
  left: 0;
  right: 0;
}


.glow-1 {
  width: 38%;
  left: 0px;
  height: 195%;
  position: absolute;
  bottom: 56px;
  z-index: -1;
}
.sparkle-4 {
  position: absolute;
  width: 20%;
  top: -361px;
 
}
.flwr-4 {
  width: 30%;
  max-width: 500px;
  max-height: 500px;
}
.glow-2 {
  position: absolute;
  left: -150px;
  width: 105%;
  bottom: -20px;
  z-index: -1;
}
.sparkle-3 {
  position: absolute;
  width: 30%;
  bottom: 0;
  left: 30rem;
}
.flwr-3 {
  width: 30%;
  position: absolute;
  right: 0px;
  bottom: 0;
}
.glow-3 {
  position: absolute;
  right: 0;
  left: 60%;
  bottom: 0;
  width: 40%;
  z-index: -2;
}
.sparkle-2 {
  position: absolute;
  left: 60%;
  width: 38%;
  bottom: 0px;
  z-index: -1;
}
.leaf-1 {
  position: absolute;
  right: 0;
  width: 8%;
  bottom: 210px;
}
.flwr-9 {
  position: absolute;
  left: -190px;
  top: 0;
  width: 50rem;
  z-index: -2;
}
.flwr-5 {
  width: 50rem;
  position: absolute;
  right: 10%;
  top: -3%;
  z-index: -2;
}
.flwr-6 {
  width: 21rem;
  position: absolute;
  right: 0;
  left: 90%;
  top: 43%;
  z-index: -2;
}
.leaf-2 {
  position: absolute;
  z-index: -1;
  left: -33px;
  width: 16rem;
  bottom: 35rem;
}
.flwr-8 {
  position: absolute;
  z-index: -2;
  width: 30rem;
  bottom: -10px;
  left: 6%;
}
.flwr-7 {
  position: absolute;
  z-index: -2;
  width: 38rem;
  bottom: -158px;
  left: 62%;
}
.bottelAndDescrip-container {
  position: relative;
  bottom: 50px;
 
}
.bottel-container {
  position: relative;
  left: 30%;
}
.wj-top {
  position: absolute;
  width: 23.5em;
  left: 6px;
  z-index: -1;
  top: -2em;
}
.wj-bottom {
  position: absolute;
  width: 23em;
  z-index: -2;
  transition: 2ms;
}

.title {
  font-family: Bodoni;
  font-size: 3rem;
  color: #d7063b;
  text-align: left;
}

.discription-2-div {
  position: absolute;
  left: 42%;
  top: 0%;
  opacity: 0;
}

.discription-1-div {
  position: absolute;
  left: 42%;
  top: 30%;
  opacity: 1;
  z-index: 9999 !important;
}
 
 
.products-description{
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.products-description h5{
 padding-top: 10px;
}
.u-may-text-1{
  font-family: Mulish;
  font-weight: bold;
  color: #362f2d;
  font-size:17px;
}
.u-may-text-2{
  font-family: Mulish;
  font-size:17px;
  color: #362f2d;
}
.u-may-text-3{
  font-family: Mulish;
  font-size:15px;
  color: #362f2d;
}
.renwal-product{
  margin-top: 6px;
}
.btn {
  position: relative;
  z-index: 4;
  width: 90px;
  border-radius: 50px;
  -webkit-appearance:none;
  opacity: 1
}
 .subBtn{
   width: 50px !important;
 }
.jelly-drops-container {
  position: relative;
  top: 120px;
}
.jellysAndMessages-container {
  position: relative;
  left: -5rem;
  opacity: 0;
}
.left-and-right-messages {
  position: relative;
  top: 100px;
}

.left-description-messages {
  position: absolute;
  left: 20%;
  bottom: 50px;
  width: 25%;
  opacity: 0;
}
.right-description-messages {
  position: absolute;
  right: 0;
  left: 60%;
  bottom: -50px;
  opacity: 0;
  width: 25%;
}
.left-description-messages-2 {
  position: absolute;
  left: 20%;
  bottom: 50px;
  width: 100%;
  opacity: 0;
  width: 25%;
}
.right-description-message-2 {
  position: absolute;
  right: 0;
  left: 60%;
  bottom: -50px;
  opacity: 0;
  width: 25%;
}
.left-description-messages-3 {
  position: absolute;
  left: 20%;
  bottom: 50px;
  width: 100%;
  opacity: 0;
  width: 25%;
}
.right-description-message-3 {
  position: absolute;
  right: 0;
  left: 60%;
  bottom: -50px;
  opacity: 0;
  width: 25%;
}
.left-description-messages-title {
  font-size: 23px;
  font-family: Mulish;
  font-weight:700;

  color: #d7063b;
}
.font-23{
  font-size: 23px;
}
.how-2-use-btn{
  background-color: #ffff;
  color: #d7063b;
}
.left-description-messages-subtitle {
  font-size: 17px;
  font-family: Mulish;

  color: #d7063b;
}
.right-description-title {
  font-size: 23px;
  font-family: Mulish;
  font-weight: 700;

  color: #d7063b;
}
.right-description-subtitle {
  font-size: 17px;
  font-family: Mulish;

  color: #d7063b;
}
.jelly {
  position: absolute;
}
.j-img-1 {
  width: 2rem;
  bottom: 25rem;
  left: 10rem;
}
.j-img-2 {
  right: -7rem;
  bottom: 9rem;
  width: 7rem;
}
.j-img-3 {
  right: 0;
  bottom: 0rem;
  width: 7rem;
  left: 6rem;
}
.j-img-4 {
  left: 0rem;
  bottom: 3px;
  width: 2.5rem;
}
.j-img-5 {
  left: 9rem;
  bottom: -23px;
  width: 1.2rem;
}
.delivering-result-container {
  position: absolute;
  width: 60%;
  left: 20%;
  opacity: 0;
}
.delivering-result-title {
  color: #d7063b;
  font-size: 50px;
  text-align: center;
  font-family: Bodoni;
  font-weight: 900;
}
.delivering-result-subtitle {
  color: #d7063b;
  font-size: 25px;
  text-align: center;
  font-family: Mulish;
}
.skin-cells-container {
  position: relative;
  top: 200px;
  left: 10%;
  opacity: 0;
}
.cells-images {
  position: relative;
 
}
.skin-images {
  position: relative;
}
.cell-1 {
  position: absolute;
  width:60%;
  left: 25px;
  bottom: 10%;
  z-index: 2;
}
.cell-2 {
  position: absolute;
  width:60%;
  left: 25px;
  bottom: 10%;
  z-index: 2;
}
.skin-1 {
  position: absolute;
  width: 70%;
  z-index: 3;
}
.skin-2 {
  position: absolute;
  width: 70%;
  z-index: 1;
}
.skin-title {
  font-family: Mulish;
  font-weight: bold;
  font-size: 24px;
  color: #d7063b;
}
.skin-subtitle {
  font-family: Mulish;
 width: 70%;
  font-size: 17px;
  color: #d7063b;
}
.first-message {
  position: absolute;
}
.second-message {
  position: absolute;
}
.button-col {
  position: relative;
  left: 33%;
  bottom: -20em;
}
.mobile-how-to-use-slider{
  display: none;
}
#sec-3 {
  width: 100%;
  height: 100%;
  background-color: #f3eeea;
}
.benifits-container {
  padding-top: 100px;
  padding-bottom: 100px;
}
.benifet-title {
  font-family: Bodoni;
  font-weight: bold;
  font-size: 40px;
  color: #d7063b;
}
.benifet-subtitle {
  font-family: Mulish;
  width: 82%;
  font-size: 20px;
  color: #d7063b;
}
#sec-4 {
  position: relative;
  height: 100vh;
  width: 100%;
  font-size: 3rem;
  padding: 0%;
  background-image: url(../images/how-to-use/Background.png);
  margin-bottom: 0px;
  overflow: hidden;
}
.how-to-use {
  position: absolute;
  color: #fff;
  font-family: Bodoni;
  font-size: 50px;
  z-index: 444;
  top: 50%;
  left: 10%;
  overflow-x: hidden;
  font-weight: bold;
}
.frames {
  position: relative;
}
.flwres-frame {
  width: 80%;
  height: 450px;
  margin-top: 13.5%;
  position: absolute;
  left: 18.5em;
  /* transition: 0.5s; */
}
.girl-frame {
  width: 120%;
  margin-top: 20%;
  left: 20em;
  position: absolute;
 
}

.frame-top {
  width: 100%;
 
  position: absolute;
  display: block;
}

.how-to-use-messages {
  position: relative;
  left: 70%;
  top: 45%;
  width: 25%;
}
.step-1,
.step-2,
.step-3,
.step-4 {
  position: absolute;
  color: #fff;
}
.steps-title {
  font-family: Mulish;
  font-size: 24px;
  font-weight: bold;
}
.steps-des {
  font-family: Mulish;
  font-size: 19px;
}
.htu-link {
  color: #fff;
}
.mobile-htu-link{
  color: #ffff !important;

}
.mobile-htu-link:hover{
  color: #000;
}
.contact-container {
  position: relative;
  width: 100%;
  height: 195vh;
  background-image: url(../images/contact/Background.jpg);
  background-size: cover;
}
.form {
  position: relative;
  top: 45em;
  width: 56em;
}
.jump-start {
  position: absolute;
  color: #fff;
  font-family: Bodoni;
  font-weight: bold;
  font-size: 50px;
  top: 200px;
  width: 40%;
}
.contact-icon {
  position: absolute;
  width: 30px;
  margin-top: 12px;
}
.name-icon {
  width: 25px;
}
.phone-icon {
  width: 25px;
}
.tns-container {
  position: absolute;
  bottom: 20px;
}
.tnc {
  background-color: #f5f5f5;
  font-size: 12px;
  font-weight: 400;
 
  width: 70em;
  font-family: Mulish;
  color: #362f2d;
  border-radius: 20px;
  padding: 10px;
  display: none;
}
.tnc-title {
  font-family: Mulish;
  font-size: 17px;
  position: relative;
  top: 410px;
  right: 65%;
}
.tnc-click {
  color: #362f2d;
  text-decoration: none;
  cursor: pointer;
}
.tnc-close {
  position: relative;
  left: 95%;
  cursor: pointer;
}
.tnc-close:hover {
  color: #c7103f;
}
.red {
  color: #c7103f;
}
/* ------------------ */
#sec-5 {
  height: 100%;
  width: 100%;
  background-color: #f3eeea;
  padding-bottom: 50px;
 
}
.swiper-container {
  width: 100%;
  height: 50%;
  margin-top: 200px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.frist-swiper{
  width: 100%;
 
}
.image-of-vedio {
  display: block;
  position: relative;
  left: 50%;
  margin-top: 200px;
  transform: translate(-50%);
  width: 50%;
  height: 100%;
  object-fit: cover;
}
.arrow-pre {
  width: 100px;
  position: absolute;
  right: 89%;
  margin-top: 100px;
  cursor: pointer;
}
.arrow-next {
  width: 100px;
  position: absolute;
  left: 89%;
  margin-top: 100px;
  cursor: pointer;
}
.append-buttons {
  text-align: center;
  margin-top: 20px;
}

.append-buttons a {
  display: inline-block;
  border: 1px solid #007aff;
  color: #007aff;
  text-decoration: none;
  padding: 4px 10px;
  border-radius: 4px;
  margin: 0 10px;
  font-size: 13px;
}
#success-message {
  opacity: 0;
}

.col-xs-12.col-sm-12.col-md-12.col-lg-12 {
  padding: 0 20% 0 20%;
}

.form-label {
  padding-top: 30px;
  color: #e0d6ce !important;
}
#email::placeholder:focus {
  color: #362f2d;
}

.form-group .form-control {
  -webkit-box-shadow: none;
  border-bottom: 2px;
  border-style: none none solid none;
  border-radius: 0;
  border-color: #e0d6ce;
  font-size: 25px;
  font-family: Mulish;
}

.form-group .form-control:focus {
  box-shadow: none;
  border-width: 0 0 3px 0;
  border-color: #d7063b;
}
#name:valid,
#last-name:valid,
#conatct:valid,
#email:valid{
    box-shadow: none;
    border-width: 0 0 3px 0;
    border-color: #d7063b;
}
.form-check .form-check-input{
    margin-top: 7px;
}
 
.form-control {
  margin-left: 50px;
}
.form-group::placeholder{
    color: #e0d6ce;
}
.form-group::placeholder:focus{
    color: #d7063b;
}
.btn-mod.btn-large {
  height: auto;
  padding: 13px 52px;
  font-size: 15px;
}

.btn-mod.btn-border {
  color: #362f2d;
  border: 5px solid #362f2d;
  background: transparent;
}

.btn-mod,
a.btn-mod {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px 13px;
  color: #fff;
  background: #362f2d;
  border: 1px solid transparent;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
}

.btn-mod.btn-border:hover,
.btn-mod.btn-border:active,
.btn-mod.btn-border:focus,
.btn-mod.btn-border:active:focus {
  color: #fff;
  border-color: #362f2d;
  background: #362f2d;
  outline: none;
}

.check-container {
  position: absolute;
  width: 100%;
  right: 67%;
  margin-top: 150px;
}
.form-check-label {
  font-size: 17px;
  width: 173%;
  font-family: "Mulish";
}
.form-btn {
  position: absolute;
  z-index: 4;
  width: 90px;
  border-radius: 50px;
  background-color: #d7063b;
  color: #fff;
  font-family: "Mulish";
  font-size: 17px;
  width: 35%;
  top: 200%;

  left: 0%;
}
.accordion-container {
  position: relative;
  bottom: 150px;
}
.accordion-col {
  position: absolute;
}
.gif-icon {
  width: 400px;
}
.slider2 {
  margin-top: 0px;
  padding-top: 0px;
  height: 100vh;
  width: 100%;
}
.other-product {
  width: 200px;
  height: 276px;
}
.red-product {
  height: 269px;
  object-fit: contain;
}
.buy-now-btn {
  margin-top: 20px;
  background-color: #d7063b;
  color: #fff;
  width: 100px;
  height: auto;
  border-radius: 50px;
}
.u-may-also-title {
  position: relative;
  top: 60px;
  color: #d7063b;
  font-family: Bodoni;
  font-size: 40px;
  font-weight: bold;
  z-index: 5;
}
.they-using-it-title {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 150%);
  color: #d7063b;
  font-family: Bodoni;
  font-size: 40px;
  font-weight: bold;
}
#faq-section {
  position: relative;
  z-index: 15;
}
::placeholder {
  color: #e0d6ce !important
}
::-webkit-input-placeholder{
  color: #e0d6ce !important
}
#mce-EMAIL::placeholder {
 
  color: #000 !important;
}
footer {
  background-color: #f5f5f5;
  padding-top: 20px;
  padding-bottom: 0;
  margin-bottom: 0;
}
#footer-a {
  color: #000;
  text-decoration: none;
  font-weight: 500;
}
#desktop-footer h4 {
  color: #c7103f;
  font-family: Bodoni;
  font-weight: 600;
  font-size: 20px;
}
#desktop-footer a {
  font-family: Mulish;
  font-size: 17px;
  cursor: pointer;
}
#desktop-footer a:hover {
  color: #d7063b;
}
.banner-social-button {
  width: 50px;
  height: 50px;
  background-color: #464646;
  color: #fff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin: 10px;
}
.newsletter {
  border-radius: 25px 0px 0px 25px !important;
}
.btn-white {
  background-color: #c7103f !important;
  color: #fff;
  border-radius: 0px 25px 25px 0px !important;
}
.banner-social-button .fab {
  font-size: 30px;
}
#mc_embed_signup_scroll .form-control {
  margin: 0;
 
}
.mc-field-group{
    width: 75% !important;
    height: 30px;
}
@media only screen and (max-width: 500px) {
  .btn-mod.btn-large {
    padding: 6px 16px;
    font-size: 11px;
  }

  .form-title {
    font-size: 20px;
  }
}
 
@media only screen and (min-width: 500px) and (max-width: 1370px )  and (max-height:735px){
  .title-1{
    font-size: 9rem !important;
  }
  .wj-bottom, .wj-top {
  width: 21em;
  }
  .top-frame{
    height: 100vh;
  }
}
.section-faq-container {
  padding: 48px;
}

.section-faq-title {
  font-family: "Bodoni", sans-serif;
  font-weight: bold;
  margin-bottom: 20px;
  padding-top: 80px;
  margin-left: 25px;
  color: #cf063b;
  font-size: 36px;
  line-height: 1.2;
  text-align: left;
}

.faq-container {
  position: relative;
  margin-bottom: 16px;
  padding-top: 20px;
  padding-right: 14px;
  padding-left: 24px;
  padding-bottom: 20px;
  background-color: #ffffff;
  border-radius: 11px;
  overflow: hidden;
  cursor: pointer;
}

.faq-question-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.faq-question {
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  flex: 1;
  margin-right: 16px;
  color: #e60012;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.faq-answer-container {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.fa-plus {
  color: #c7103f;
  margin-right: 100px;

}
.fa-minus {
  color: #c7103f;
  margin-right: 100px;

}
 .ani{
    transform: rotate(180deg);
    transition: 200ms ease;
}
.faq-answer {
  font-family: "Mulish", sans-serif;
  font-weight: 300;
  width: 90%;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #575756;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.2;
}

.fa-angle-down {
  transform: rotate(0deg);
  transition: transform 150ms linear;
}

.faq-indicator-icon.active {
  transform: rotate(180deg);
}

.faq-decoration-icon {
  position: absolute;
  width: 85px;
  height: auto;
  top: -2px;
  right: -2px;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.4s ease-in;
}

.faq-decoration-icon.active {
  opacity: 1;
  transition: opacity 0.2s ease-out;
}
 #mce-EMAIL{
     width:100px ;
 }

 .mobile-tnc{
   display: none;
 }
 .mobile-footer{
   display: none;
 }
 .they-using-it-title-mobile{
   display: none;
 }
 .mySwiper{
  left: -86px;
}
 
/* -------------- */
@media screen and (max-width: 768px) {
  #sec-2 {
    overflow: hidden;
  }
}
@media screen and (max-width: 480px) {
  #mobile-contact{
    display: block;
  
  }
 
  .placeholder-row{
    margin-top: 130px;
 
  }
 
  #mobile-nav {
    display: block;
    position: fixed;
    top: 0;
  }
 
  #contact-desktop{
    display: none;
  }
  .loader_bar{
    left: 0;
  }
  .placeholder-title-container{
    transform: translate(8px, -28px);
  }
  .placeholder-title-1{
    font-size: 15px;
    top: -20px;
  }
  .placeholder-title-2{

    font-size: 34px;
  }
  .loader-page-container{
    padding-top: 150px;
  }
  .loader .loader_bar {
    width: 250px;
  }
  .placeholder-flower-1{
    width: 150px;
    left: -1rem;
    top: -80px;
  }
  .placeholder-flower-2-front {
    width: 150px;
    right: 2rem;
    top: 18px;
  }

#loader-container {

    top: 61px;
}
  .placeholder-flower-2-back{
    width: 100px;
    right: 0rem;
  }
  .they-using-it-title{
    display: none;
 
  }
  .they-using-it-title-mobile{
    position: relative;
    top: 100px;
    display: block;
    color: #d7063b;
    font-family: Bodoni;
    font-size: 35px;
    font-weight: bold;
  }
 
  #desktop-footer{display: none;}
  .wrapper{
    width:auto;
  }
  .slider {
    position: relative;
    margin-top: -70px;
    height: 120vh;
    width: 0px;
    background-color: #ffff;
    color: #c7103f;
    margin-left: -8px;
    right: 0px;
    left: 0;
    display: none;
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
 
 
  }
  .open{
    width: 78% !important;

    display: block;
  }
 
  .navbar {
    height: 50px;
  }
  .slider::before{
      content: "";
      width: 200%;
      height: 100%;
      background-color: #000000;
      opacity: 50%;
      position: absolute;
      z-index: -1;

  }
 
  #slider-open {
    position: absolute;
    top: 20px;
    margin-left: 13px;
    font-size: 21px;
    color: #f3eeea;
  }
  .logo {
    width: 120px;
    transform: translate(32%);
  }
  .slider-logo{
    width: 100px;
    transform: translate(50%);
  }
  .slider-ul {
    line-height: 2.5;
    text-align: left;
    list-style-type: none;
    margin-top: 24px;

  }
  .slider-link {
    color: #d7063b;
    text-decoration: none;
    font-size: 20px;
    line-height: 3;
    font-family: Mulish;
  }
  .slider-link::after{
    content:'';
    display:block;
    margin-top:5px;
    margin-left:15px;
    width:250px;  
    border-bottom: 2px solid #f3f3f3
  }
  .bodoni{
    font-family: Bodoni !important;
  }
  .mulish{
    font-family: Mulish !important;
  }
  .bold{
    font-weight: bold;
  }
  .slider-link .nav-item{
    border-bottom:1px #000 solid ;
  }
  .slider-header {
    background-color: #d7063b;
    height: 76px;
    padding-top: 30px;
  }
  #slider-close {
    margin-left: 13px;
    font-size: 21px;
    color: #f3eeea;
  }
  .mobile-container{
    display: block;
}
  #sec-2,
  #sec-4 {
    display: none;
  }
  #sec-5{
    height: 75vh;
  }
  .hearo-banner-mobile{
    width: 100%;
    height: 100vh;
      background-image: url(../images/mobile/01_HeroBanner.jpg);
      background-size: 100%;
      background-repeat: no-repeat;
      background-color: #F3EEEA;
    
  }
  .faq-question-container{
 
    width: 130%;
    align-items: flex-start;
  }
  .faq-question{
    font-size: 17px;
    font-weight:500;
  }
 
  .mobile-how-to-use-slider{
    display: block;
  }
  .mobile-hearo-title{
      color: #ffffff;
      font-family: Bodoni;
      font-size: 6em;
      text-align: center;
      line-height: 1;
      width: 75%;
  }
  .mobile-hearo-subtitel{
    color: #ffffff;
    font-family: Mulish;
    font-size: 18px;
    font-weight: 100;
    text-align: center;
    line-height: 1.5;
    width: 75%;
  }
  .sec-2-mobile{
    background-color: #F3EEEA;
  }
  .sec-2-mobile h1{
    text-align: center;
    color: #d7063b;
    font-family: Mulish;
    font-weight: bold;
    font-size: 30px;
  }
  .sec-2-mobile h3{
    text-align: center;
    color: #d7063b;
    font-family: Mulish;
    font-size: 15px;
  }
.sec-2-mobile-title{
  font-size: 17px !important;
}
.sec-moile-second-title{
  font-size: 18px !important;
  font-weight: bold;
}
  .sec-2-mobile p{
    text-align: center;
    color: #d7063b;
    font-family: Mulish;
    font-weight: 500;
    font-size: 15px;
  }
  .gif-icon{
    width: 250px !important;
  }
  .benifet-title{
    width: 75%;
    margin-top: 50px;
    font-size: 30px;
    text-align: center !important;
  }
  .benifet-subtitle{
    font-size: 15px;
    margin-bottom: 50px;
    text-align: center !important;
  }
  .flex-mobile{
    display: flex;
    flex-direction: column;
    justify-content: center !important;
    align-items: center !important;
    text-align: center;
  }
  .pin-spacer{
    display: none !important;
  }

  .mobile-how-to-use-slider .swiper-slide{
    background-color: #d7063b;
  }
  .arrow-right{
    position: absolute;
    left: 90%;
    top: 50%;
    color: #fff;
    font-size: 15px;
    z-index: 55555;
    
  }
  .arrow-left{
    position: absolute;
 
    top: 50%;
    color: #fff;
    font-size: 15px;
    z-index: 55555;
    
  }
  .arrow-img{
    width: 30px;
  }
    .mobile-how-to-use-slider{
    height: 100%;
    padding-top:50px ;
    padding-bottom: 50px;
    background-color: #d7063b;
    margin-top: 0;
  }
  .how-2-use-image{
    margin-top: 40px;
    margin-bottom: 40px;
    max-width: 250px;
    max-height: 250px;
  }
 
  .how-2-use-mobile-title{
    color: #fff;
    font-family: Bodoni;
    font-weight: bold;
    text-align: center;
    font-size: 45px;
  }
  .step-text-1{
    font-family: Mulish;
    font-weight: 900 !important;
    font-size: 21.5px;
    color: #fff;
  }
  .video-slide-mobile{
    margin-top: 50px;
    width: 70% !important;
 

  }

  .they-using-it-title {
 
    transform: translate(-38%, 220%);
    width: 100%;
  }
  .image-of-vedio{
    left: 50%;
    margin-top: 110px;
    transform: translate(-26%);
    width: 100%;
  }
  .how-2-use-mobile-d{
    width: 80%;
    font-size: 17px;
    font-family: Mulish;
    font-weight: 100;
    text-align: center;
    color: #fff;
  }
  .jump-start{
    color: #d7063b;
    font-size: 32px;
    top: 37%;
    width: 100%;
    left: 2%;
    z-index: 4;
    text-align: center;
  }
  .mobile-tnc{
    display: block;
    text-align: center;
     margin-top: 20%;
     transform: translate(10%);
  }
  .tnc{
    width: 95%;
    position: relative;
 
  }
  .swiper-button-next{
    opacity: 0;
  }
  .mobile-arrows-right .fa-arrow-right{
    color: #d7063b;
    opacity: 1;
  }
  .mobile-arrows-left{
    position: absolute;
    width: 40px;
    top: 38.5%;
    z-index: 2;
    left: 1%;
    color: #d7063b;
    opacity: 1;
    font-size: 15px;
  }
  .mobile-arrows-right{
    position: absolute;
    width: 40px;
    top: 38.5%;
    z-index: 2;
    right: 1%;
    color: #d7063b;
    opacity: 1;
    font-size: 15px;
  }
  .by-clicking{
    font-family: Mulish;
    font-size: 15px;
    color: #362f2d;
  }
  .tnc-title{
    display: none;
  }
  .tnc-pp{
    font-family: Mulish;
    font-weight: bold;
    font-size: 15px;
    color: #362f2d;
    text-decoration: underline;
  }
  .arrow-next {
    width: 100px;
    position: absolute;
    left: 62%;
    margin-top: 100px;
    cursor: pointer;
}
  .title-1 {
    font-size: 3rem;
  }
  .email-icon{
    margin-top: 30px;
  }
  .subtitle {
    font-size: 1rem;
    letter-spacing: 50pt;
  }
  .gif-icon {
    width: 100%;
  }
  .mobile-flex {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  .mobile-flex-md {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #mobile-contact{
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url(../images/mobile/20_FAQs.jpg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .jump-start-mobile{
    font-family: Bodoni;
    font-size: 30px;
    color: #d7063b;
    margin-top: 50px;
    text-align: center;
  }
  .m-contact-container {
    padding-top: 45rem;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
  }
  .form-mobile{
    width: 100%;
 
    padding-left: 5px;
    padding-right: 50px;
  }
  .contact-icon{
    width: 20px;
  }
  .form-mobile .form-control{
    font-size: 20px;
  }
  .form-check-label{
    font-size: 15px;
    text-align: center;
 
  }
  .tnc-mobile{
    background-color:  #f3f3f3;
    margin-top: 20px;
  padding: 10px;
  border-radius: 10px;
  font-family: Mulish;
  font-size: 12px;
  font-weight: 500;
  }
  .tnc-mobile h5{
    font-size: 13px;
    font-weight: 600;
  }
  #checkbox-1{display: none;}
  .check-container {
    position: unset;
    width: 66%;
    margin-top: 20px;
  }
  .form-btn {
    position: relative;
    width: 100%;
    left: 21px;
    top: 20px;
  }
  .accordion-container {
    position: unset;
  }
  .accordion-col {
    position: relative;
  }
  .mobile-footer{
    display: block;
    padding-left: 0px;
    padding-right: 5px;
 
 
    padding-bottom: 20px;
    background-color: #f5f5f5;
  }
  .mySwiper{
    margin-top: 10rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    left: 0;
  }
  .frist-swiper{
 
    width: 50%;
  }
  .footer-mobile.faq-container{
    background-color: transparent;
    padding: 0px 10px;
  }
  .mobile-footer-a {
  
      background-color: #c7103f;
      color: #fff;
      font-size: 15px;
      font-weight: 200;
      font-family: Mulish;
      padding: 18px;
      border-bottom: #fff solid 1px;
  }
  .li-footer-header {
    padding-top: 0px;
    font-size: 20px !important;
    float: right;
    background-color:  #f5f5f5 !important;
    color: #c7103f;
    font-family: Bodoni;
    font-weight: 600;

    
  }
 .mobile-footer .faq-question-container {
   width: 100%;
   justify-content: space-between;
 }
 .fa-angle-down,
 .fa-angle-up
 {
   color: #d7063b;
   font-size: 15px;
 }
.swiper-slide{
  margin-right: 0px;
}
}
@media screen and (max-width:350px) {
  .u-may-also-title{
    top: 28px;
  }
  .loader-page-container {
    padding-top: 97px;}
  .placeholder-zero{left: -12px;}
  
}
 
@media screen and (max-height: 740px) {
  .contact-container{
    height: 200vh;
  }
}
 
@media screen and (max-height: 1400px) {
  .girl-frame{
    left: 19em ;
  }
}
@media screen and (max-width: 1260px) {
  .title-1{
    font-size: 8rem;
  }
  .wj-bottom,.wj-top {
    width: 20em;
  }
  .u-may-also-title{
    top: 27px;
  }
  .girl-frame {
    left: 16em;
    width: 130%;
}
}
#video-popup-container {
  display: none;
  position: fixed;
  z-index: 996;
  width: 60%;
  left: 50%;
  margin-left: -30%;
  top: 20%;
  background-color: #fff;
}

#video-popup-close {
  cursor: pointer;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 998;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  text-align: center;
  font-size: 12px;
  background-color: rgb(0, 0, 0);
  line-height: 25px;
  color: rgb(255, 251, 251);
}

#video-popup-iframe-container {
  position: absolute;
  z-index: 997;
  width: 100%;
  padding-bottom: 56.25%;
  border: 2px solid #000;
  border-radius: 2px;
  background-color: #000;
}

#video-popup-iframe {
  z-index: 999;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
}

#video-popup-overlay {
  display: none;
  position: fixed;
  z-index: 995;
  top: 0;
  background-color: #000;
  opacity: 0.8;
  width: 100%;
  height: 100%;
}

#video-popup-close:hover {
  color: #de0023;
}
