*{
  box-sizing: border-box;
}

body{
  margin: 0px;
}

img{
  max-width: 100%;
}

:root {
  --primary: hsl(353deg 53% 31%);
  --secondary: #F37335;
}

.top-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 2;
  border-bottom: 1px solid hsl(0deg 0% 86% / 50%);
  background-color: #fff;
}

.header-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85px;
  height: 100%;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid hsl(0deg 0% 86% / 50%);
}

.header-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* margin-left: 20px; */
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  width: 100%;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.heading {
  margin-bottom: 20px;
  font-family: Vollkorn, serif;
  color: #42231b;
  font-weight: 400;
  letter-spacing: 5px;
}

.product-area {
  position: relative;
  z-index: 1;
  margin-top: 30px;
}

.product-area.none {
  display: none;
}

.side-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
  display: block;
  width: 100%;
  max-width: 325px;
  min-width: 280px;
  padding: 10px 10px 10px 15px;
  border-radius: 7px;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--primary), var(--secondary));
}

.site-nav-link,
.site-nav-link-logout,
.site-nav-home{
  display: block;
  margin-bottom: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  text-decoration: none;
}

.site-nav-link:hover,
.site-nav-home:hover,
.site-nav-link-logout:hover {
  color: #000;
}

.container {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.header-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.body {
  background-image: url(../images/61e7a14725810f2260fcf60d_bg_home_2_small\ 2.jpg);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

.dropdown-toggle {
  padding: 0px 50px 0px 0px;
}

.dropdown {
  font-size: 20px;
  line-height: 30px;
}

.icon {
  display: inline-block;
  width: 30px;
  font-family: 'Fa solid 900', sans-serif;
  color: #fdfafa;
  transition: all 300ms ease;
}

.icon.user {
  font-family: 'Fa 400', sans-serif;
}

.menu-arrow {
  display: inline-block;
  margin-left: 5px;
  }

.product-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 445px;
  min-height: 545px;
  margin-bottom: 30px;
  margin-left: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 7px;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--primary), var(--secondary));
}

.product-box.product-2 {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, var(--primary), var(--secondary));
}

.product-box.product-3 {
  background-image: radial-gradient(circle farthest-corner at 100% 50%, var(--primary), var(--secondary));
}

.product-box.product-4 {
  background-image: radial-gradient(circle farthest-corner at 0% 50%, var(--primary), var(--secondary));
}

.product-box.product-5 {
  background-image: radial-gradient(circle farthest-corner at 50% 0%, var(--primary), var(--secondary));
}

.product-box.product-6 {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--secondary), var(--primary));
}

.product-text {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 20px;
  line-height: 30px;
}

.button {
  padding: 13px 25px;
  border-radius: 7px;
  background-image: -webkit-gradient(45deg, hsla(0, 0%, 100%, 0) 72%, #ffffff), linear-gradient(45deg, #ffffff, #f47d34a6);
  background-image: linear-gradient(45deg, hsla(0, 0%, 100%, 0) 72%, #ffffff), linear-gradient(45deg, #ffffff, #f47d34a6);
  /*background-image: linear-gradient(45deg, hsla(0, 0%, 100%, 0) 72%, #fa72ff), linear-gradient(45deg, #9137ff, #f09);*/

  background-color: #fff;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin-top: 10px;
}

.button:hover {
  /*background-image: linear-gradient(135deg, hsla(0, 0%, 100%, 0) 72%, #fa72ff), linear-gradient(90deg, #9137ff, #f09)*/
  color: #f47a35;
}
.button.button-yello{
  background-image: -webkit-gradient(45deg, hsla(0, 0%, 100%, 0) 72%, #f47a35), linear-gradient(45deg, #f47a35, #f47d34a6);
  background-image: linear-gradient(45deg, hsla(0, 0%, 100%, 0) 72%, #f47a35), linear-gradient(45deg, #f47a35, #f47d34a6);
  padding: 20px 25px;
  color: #fff;
}
.button.button-yello:hover{
   color: #000;
}

.div-block-2 {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.product-heading {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 28px;
  text-align: center;
}

.image-2 {
  max-width: 92%;
  border-radius: 7px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-img-box {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.link {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/unlocked.png'), radial-gradient(circle farthest-corner at 50% 50%, var(--primary), var(--secondary));
  background-position: 50% 50%, 0px 0px;
  background-size: 25%, auto;
  background-repeat: no-repeat, repeat;
  opacity: 0;
}

.link.padlock {
  background-image: url('../images/padlock-2.png'), radial-gradient(circle farthest-corner at 50% 50%, var(--primary), var(--secondary));
  background-position: 50% 50%, 0px 0px;
  background-size: 25%, auto;
  background-repeat: no-repeat, repeat;
}
.link.download {
  background-image: url('../images/download.png'), radial-gradient(circle farthest-corner at 50% 50%, var(--primary), var(--secondary));
  background-position: 50% 50%, 0px 0px;
  background-size: 25%, auto;
  background-repeat: no-repeat, repeat;
}

.product-button-box {
  margin-top: auto;
  text-align: center;
}

.inner-link-box {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transition-property: none;
  transition-property: none;
}

.list {
  margin-bottom: 0px;
  margin-top: 0px;  
  padding-left: 25px;
  padding-top: 10px;

}


.site-nav-link:hover .icon,
.site-nav-home:hover .icon,
.site-nav-link-logout:hover .icon{
  color: #000;
}

.side-nav-innerlink {
  color: #fff;
  text-decoration: none;
  transition: all 300ms ease;
}

.side-nav-innerlink:hover{
  color: #000;
}

.free-resources {
  padding-top: 10px;
}

.list-item {
  font-size: 19px;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.my-detail {
  padding-top: 10px;
}

.about {
  padding-top: 10px;
}

.support {
  padding-top: 10px;
  padding-bottom: 10px;
}

.home {
  padding-top: 10px;
}

.menu-button {
  position: fixed;
  left: auto;
  bottom: auto;
  z-index: 4;
  display: none;
  width: 45px;
}

.toggle-span {
  width: 100%;
  height: 4px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.lock {
  display: inline-block;
  margin-left: 5px;
  font-family: 'Fa solid 900', sans-serif;
}

.product-detail {
  width: 100%;
  border-radius: 7px;
  background-image: url('../images/61e6936ce634434980e51fbc_texturebg.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.detail-text {
  padding: 20px;
  border-radius: 7px;
  background-color: rgba(252, 198, 186, 0.7);
  min-height: 325px;
}

.div-block-7 {
  padding-right: 15px;
  padding-left: 15px;
}

.detail-para {
  color: #000;
}

.member-detail {
  margin-top: 30px;
  padding-bottom: 20px;
}

.heading-3 {
  margin-bottom: 20px;
  font-size: 34px;
  line-height: 44px;
  text-align: center;
}

.heading-4 {
  margin-bottom: 20px;
  color: #000;
  font-size: 34px;
  line-height: 44px;
  text-align: center;
}

.heading-5 {
  margin-bottom: 20px;
  color: var(--secondary);
  font-size: 34px;
  line-height: 44px;
  text-align: center;
}

.text-span-9 {
  color: var(--secondary);
}

.heading-6 {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 50px;
  padding-left: 32px;
  margin-bottom: 20px;
  background-image: url(../images/heart-line-bg-new.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  color: var(--secondary);
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 1px;
  text-transform: none;
  text-shadow: 0 0 2px #ff2e22;
}

.div-block-9 {
  text-align: center;
}

.image-3 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.col {
  padding-right: 10px;
  padding-left: 10px;
}

.disclaimer-text {
  background-color: rgba(252, 198, 186);
  width: 100%;
  z-index: 2;
  position: relative;
  text-align: center;
  margin-top: auto;
}

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

.error-message {
  color: #f00;
  text-align: center;
  display: block;
  margin-top: 10px;
}

.disclaimer-text p {
  color: #000;
  margin: 0px;
  padding: 10px 0px;
}

.video-player{
  width: 100%;
}

.detail-text .plyr__progress input[type=range],
.detail-text .plyr__volume input[type=range]{
  color: var(--secondary);
}

.detail-text .plyr--video .plyr__control:hover,
.plyr--full-ui.plyr--video .plyr__control--overlaid{
  background-color: var(--secondary);
}

.flex-body{
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 71px);
}

/* ==============================================================================
// Popup-VSL-CSS
// ==============================================================================*/

.popup-vsl{
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 4;
  top: 10px;
  left: 0px;
  display: flex;
  align-items: center;
  overflow: auto;
}

.popup-vsl-contain{
  width: 55%;
  margin: 0 auto;
  background-color: #fff;
  padding-bottom: 25px;
}

.popup-form{
  min-width: 100%;
  max-width: 760px;
  margin: 0px auto;
}

.checkbox-contain{
  margin: 0px auto;
}

.checkbox-contain .lable-text{
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.checkbox-click{
  min-width: 20px;
  min-height: 20px;
}

.checkbox-contain .lable-text span{
  display: inline-block;
  margin-left: 10px;
  color: #000;
}

.check-button-contain{
  margin: 0px auto;
  text-align: center;
}

.popup-vsl .check-button-contain .disabled-button{
  cursor: not-allowed;
  background-color: #7d7a7b;
}

.popup-vsl .check-button-contain .check-button-visible{
  visibility: visible;
}

.check-button-contain .check-button{
  display: inline-block;
  margin: 10px auto 20px;
  padding: 15px 60px;
  background-color: #f47d34a6;
  border-radius: 10px;
  border: none;
  font-size: 20px;
  color: #fff;
  transition: background 0.5s;
  cursor: pointer;
  font-weight: bold;
}

.check-button-contain .check-button:hover{
  color: #42231b;
}

.popup-vsl-hide{
  display: none;
}

.popup-form form{
  width: 100%;
}

.popup-form select{
  background-color: var(--primary);
  color: #fff;
  padding: 12px;
  border: none;
  border-radius: 10px;
  margin: 4px 1px;
  font-size: 18px;
  width: 32%;
}

.country select{
  width: 98%;
}

.popup-form label {
  color: #000;
  font-size: 20px;
  margin-bottom: 5px;
  line-height: 30px;
  display: block;
  text-align: center;
}

.popup-form .tob{
  margin: 10px 0px;
}

.popup-vsl .popup-contain{
  max-width: 700px;
  margin: 0px auto;
  padding: 10px;
}


.countdownHolder{
  padding-top: 40px;
  max-width: 100%;
}
.countDays{  display:none !important; }
.countDiv0{  display:none !important; }
.countdownHolder .digit.static{
  box-shadow:1px 1px 1px rgba(4, 4, 4, 0.35);
  
  background-image: repeating-radial-gradient(circle farthest-corner at 50% 50%, var(--primary), var(--secondary) 81%, var(--secondary) 100%, var(--primary));
}
.countdownHolder .countDiv:before, .countdownHolder .countDiv:after{
  background-color: var(--secondary);
}

@media screen and (min-width: 1280px) {
  .container {
    max-width: 1140px;
  }

  .button {
    font-size: 20px;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1320px;
  }

  .product-box {
    min-height: 550px;
  }
}

@media screen and (max-width: 991px) {
  .side-nav {
    position: fixed;
    left: 0%;
    top: 70px;
    right: 0%;
    bottom: 0%;
    z-index: 3;
    max-width: 100%;
    border-radius: 0px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }

  .side-nav.menu-hide {
    -webkit-transform: translate(0px, -200%);
    -ms-transform: translate(0px, -200%);
    transform: translate(0px, -200%);
  }

  .popup-vsl-contain {
    width: 85%;
  }

  .div-block-6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .menu-button {
    left: auto;
    top: 15px;
    right: 4%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    padding: 4px 5px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    border-radius: 100%;
    background-color: var(--secondary);
    cursor: pointer;
  }

  .toggle-span {
    width: 70%;
    height: 2px;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: auto;
  }

  .heading{
    margin-left: 15px;
  }

  .heading-3 {
    font-size: 30px;
  }

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

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

@media screen and (max-width: 767px) {
  .header-logo {
    width: 70px;
    padding: 15px;
  }

  .header-text {
    margin-left: 10px;
  }

  .heading {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    letter-spacing: 4px;
  }

  .side-nav {
    top: 55px;
  }

  .product-box {
    margin-bottom: 15px;
    margin-left: 0px;
  }

  .menu-button {
    top: 10px;
  }

  .div-block-10 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-6 {
    font-size: 30px;
    line-height: 38px;
    padding-right: 0;
    padding-left: 0;
    margin: 0px;
  }

  .detail-para h2{
    font-size: 23px;
    text-align: center;
  }
}


@media screen and (max-width: 479px) {
  .top-header {
    height: 55px;
  }

  .header-logo {
    width: 56px;
  }

  .header-text {
    margin-left: 5px;
  }

  .heading {
    font-size: 13px;
    letter-spacing: 2px;
    text-align: center;
    width: 100%;
  }

  .product-area {
    margin-top: 50px;
  }

  .div-block {
    height: 55px;
  }

  .product-box {
    min-height: 100%;
  }

  .product-text {
    font-size: 18px;
    line-height: 28px;
  }

  .button {
    padding-right: 15px;
    padding-left: 15px;
  }

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

  .menu-button {
    top: 60px;
  }

  .detail-text {
    padding: 15px;
  }

  .detail-para {
    font-size: 19px;
    line-height: 28px;
  }

  .member-detail {
    margin-top: 50px;
  }

  .div-block-8 {
    max-width: 150px;
  }

  .heading-3 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 27px;
    line-height: 36px;
  }

  .heading-4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 27px;
    line-height: 36px;
  }

  .heading-5 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 27px;
    line-height: 36px;
  }

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

  .popup-vsl{
    top: 0;
  }

  .popup-form select{
    width: 70%;
    display: block;
    margin: 5px auto;
    text-align: center;
  }

  .popup-vsl-contain {
    width: 90%;
  }

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

  
}

@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.error-message{
  color: #f00;
}