/** Shopify CDN: Minification failed

Line 2469:0 Unexpected "}"

**/
.get-better-sleep-section{
  background:#F5F5F5;
  padding:60px 0;
}
.get-better-sleep-section h2{
  text-align: center;
  color: #391E71;
  font-size: 48px;
  line-height: 50px;
  max-width: 700px;
  margin: auto;
  margin-bottom:6rem;
}
.get-better-sleep-section img{
  margin-bottom:10px;
  width:75px;
  height:75px;
  object-fit:contain;
}
.get-better-sleep-section h3{
  font-size: 24px;
  margin-bottom: 10px;
}
.get-better-sleep-section p{
  font-size: 16px;
  letter-spacing: 0;
  max-width: 300px;
  margin: auto;
  color:#000;
}
.get-better-sleep-section .col-md-6 p,.get-better-sleep-section .col-md-12 p{
  max-width: 400px;
}
.get-better-sleep-section .row{
  margin-bottom:4rem;
}
.stars-container {
    display: flex;
}
.star {
    width: 19px;
    height: 18px;
}
.full-star path {
    fill: #FFC700;
}
.half-star path {
    fill: url(#half-fill);
}
.star-outline path {
    fill: none;
    stroke: #FFC700;
}
.get-sleep-testimonials-area{
  border-left: 7px solid #391E71;
  padding: 20px 20px 15px 50px;
}
.get-sleep-testimonials-area h5{
  font-size: 24px;
  margin-bottom: 10px;
  font-family: PPFraktionSans-Bold;
  letter-spacing: 0;
}
.stars-information-main{
  display: flex;
  align-items: center;
}
.stars-information-main p{
  margin: 0;
  margin-left: 10px;
  color: #391e71;
  font-weight: 600;
  font-size: 15px;
}
.natural-ingredients-area{
  background:#F5F5F5;
  padding:60px 0 40px;
}
.natural-ingredients-area h2{
  font-size: 38px;
  color: #301e4e;
  max-width: 400px;
  line-height: 40px;
  margin-bottom: 4rem;
}
.natural-ingredients-area h3{
  color: #301E4E;
  font-size: 28px;
}
.natural-ingredients-area p{
  color: #301e4e;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 28px;
}
.natural-ingredients-area .row .col-md-4:first-child,.natural-ingredients-area .row .col-md-6:first-child,.natural-ingredients-area .row .col-md-12:first-child{
  padding-left:0;
}
.natural-ingredients-area .col-md-4,.natural-ingredients-area .col-md-6,.natural-ingredients-area .col-md-12{
  position:relative;
  padding: 40px 35px;
}
.natural-ingredients-area .col-md-4:after,.natural-ingredients-area .col-md-6:after,.natural-ingredients-area .col-md-12:after{
  content: " ";
  background: #301e4e;
  height: 100%;
  width: 1px;
  position: absolute;
  right: 0px;
  top: 0;
}
.more-ingredients-area .col-md-12::after{
  display:none;
}
.natural-ingredients-area .row .col-md-4:last-child:after,.natural-ingredients-area .row .col-md-6:last-child:after,.natural-ingredients-area .row .col-md-12:last-child:after{
  display:none;
}
.natural-ingredients-area .col-md-4 img,.natural-ingredients-area .col-md-6 img,.natural-ingredients-area .col-md-12 img{
  width: 64px;
  height: 64px;
  margin-right: 30px;
}
.natural-ingredients-area .col-md-4 div,.natural-ingredients-area .col-md-6 div,.natural-ingredients-area .col-md-12 div{
  margin-bottom:4rem;
}
.view-ingredients-link{
  color:#301E4E;
  font-family: 'GT Planar Medium';
  font-size:20px;
  text-transform:lowercase;
  text-decoration:none;
  position:relative;
  transition: all .2s ease;
}
.view-ingredients-link::after{
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -2px;
  background: #391e71;
  position: absolute;
  opacity: 1;
  pointer-events: none;
}
.view-ingredients-link:hover::after{
  opacity: 0;
  animation: border_anim .4s ease forwards;
}
@keyframes border_anim {
	0%{
		width: 0%;
	}
	100%{
		width: 100%;
	}
}
.competitors-area{
  padding:70px 0;
}
.competitors-left-area h2{
  color:#301E4E;
  font-size:55px;
  line-height:58px;
  margin-bottom:4rem;
  letter-spacing:0px;
}
.competitors-left-area ul{
  list-style:none;
  padding-left:0;
}
.competitors-left-area li{
  color:#391E71;
  font-size:18px;
  font-family: PPFraktionSans-Bold;
  margin-bottom:20px;
  letter-spacing:0;
}
.competitors-left-area li img{
  width: 38px;
  height: 38px;
  margin-right: 20px;
}
.competitors-table-area th img{
  max-width:120px;
}
.competitors-table-area tr>th:first-child{
  background:transparent;
  border:none;
}
.competitors-table-area tr>th{
  border-top:1px solid #391E71;
}
.competitors-table-area tr>th:last-child{
  font-size: 20px;
  letter-spacing: 0;
  font-family: PPFraktionSans-Black;
  border-top-right-radius: 30px;
  border-right: 1px solid #391E71;
}
.competitors-table-area tr>td:first-child{
  text-align:left;
  font-size:18px;
  color:#000;
  font-family: PPFraktionSans-Black;
  letter-spacing:0;
}
.competitors-table-area {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px;
}
.competitors-table-area th,.competitors-table-area td {
    border-bottom: 1px solid #391E71;
    border-left: 1px solid #391E71;
    text-align: center;
    padding: 20px;
}
.competitors-table-area tbody tr:last-child td:first-child{
  border-bottom-left-radius: 30px;
}
.competitors-table-area tbody tr:last-child td:last-child{
  border-bottom-right-radius: 30px;
}
.competitors-table-area tbody tr:first-child td:first-child{
  border-top-left-radius: 30px;
  border-top: 1px solid #391E71;
}
.competitors-table-area tbody tr>td:last-child{
  border-right: 1px solid #391E71;
}
.competitors-table-area tr>th:nth-child(2){
  border-top-left-radius:30px;
}
.product-review-area{
  padding:0 0 40px;
  margin-right: -1rem;
  margin-left: -1rem;
}
.product-review-area h2{
  font-size:40px;
  margin-bottom:3rem;
  color:#382B4C;
  letter-spacing:0;
}
.product-review .innr-area img{
  width:100%;
  height:396px;
  object-fit:cover;
  border-radius:20px;
}
.name-and-star-area{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.name-and-star-area .full-star path{
  fill: #DB8267;
}
.name-and-star-area .star-outline path {
    stroke: #DB8267;
}
.name-and-star-area h6{
  text-transform:uppercase;
  font-family: 'GT Planar Medium';
  color:#353535;
  font-size:12px;
  letter-spacing:2px;
}
.product-review .innr-area p{
  color:#353535;
  font-size:13px;
  letter-spacing:0px;
  line-height:20px;
}
.more-ingredients-area .col-md-12{
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  transition: opacity 0.5s ease-out, height 0.5s ease-out;
  padding-top:20px;
}
.more-ingredients-area .col-md-12.open {
  opacity: 1;
  visibility: visible;
  height: auto;
}
.more-ingredients-area p{
  max-width:100%!important;
}

@media screen and (max-width: 1199px){
  .competitors-table-area tr>td:first-child{
    font-size:14px;
  }
  .natural-ingredients-area .col-md-4,.natural-ingredients-area .col-md-6,.natural-ingredients-area .col-md-12{
    padding: 25px 35px;
  }
  .giveaway-sec3 p{
    line-height: 24px;
  }
}
@media screen and (max-width: 992px) {
  .get-better-sleep-section h3{
    font-size: 20px;
  }
  .get-sleep-testimonials-area h5{
    font-size: 18px;
  }
  .get-better-sleep-section h2{
    font-size: 35px;
    max-width: 500px;
    line-height: 40px;
  }
  .competitors-left-area h2{
    font-size: 40px;
    line-height: 45px;
  }
  .competitors-table-area th img {
    max-width: 90px;
  }
  .competitors-table-area th, .competitors-table-area td{
    padding:15px;
  }
  .competitors-table-area tr>th:last-child{
    font-size:16px;
  }
  .competitors-table-area tr>td:first-child{
    font-size:10px;
  }
  .competitors-table-area tr td img{
    width:30px;
    height:30px;
  }
  .natural-ingredients-area .col-md-4 img,.natural-ingredients-area .col-md-6 img,.natural-ingredients-area .col-md-12 img{
    width: 50px;
    height: 50px;
    margin-right: 14px;
  }
  .natural-ingredients-area .row .col-md-4:first-child,.natural-ingredients-area .row .col-md-6:first-child,.natural-ingredients-area .row .col-md-12:first-child{
    padding-left:15px;
  }
  .natural-ingredients-area .col-md-4,.natural-ingredients-area .col-md-6,.natural-ingredients-area .col-md-12{
    padding: 15px 17px;
  }
  .natural-ingredients-area .col-md-4 div,.natural-ingredients-area .col-md-6 div,.natural-ingredients-area .col-md-12 div {
    margin-bottom: 2rem;
  }
  .natural-ingredients-area h3{
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .get-better-sleep-section h2{
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 4rem;
  }
  .get-better-sleep-section h3{
    font-size: 18px;
  }
  .get-better-sleep-section .col-md-4 p,.get-better-sleep-section .col-md-6 p,.get-better-sleep-section .col-md-12 p{
    display:none;
  }
  .get-sleep-testimonials-area{
    padding: 10px 0px 14px 20px;
    max-width: 90%;
    margin: auto;
  }
  .get-sleep-testimonials-area h5{
    font-size: 16px;
  }
  .stars-information-main p{
    font-size: 15px;
  }
  .get-better-sleep-section{
    padding: 40px 0;
  }
  .competitors-area {
    padding: 50px 0 60px;
  }
  .competitors-left-area h2{
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 3rem;
    text-align: center;
  }
  .competitors-left-area li img{
    width: 32px;
    height: 32px;
  }
  .competitors-left-area li{
    font-size: 18px;
    text-align: center;
  }
  .competitors-table-area tr td img{
    width:40px;
    height:40px;
  }
  .competitors-table-area th img {
    max-width: 80px;
  }
  .competitors-table-area th, .competitors-table-area td{
    padding:10px;
  }
  .competitors-table-area tr>td:first-child{
    font-size: 12px;
  }
  .competitors-table-area tr>th:last-child{
    font-size: 14px;
  }
  .competitors-table-area tr>th:nth-child(2){
    border-top-left-radius: 20px;
  }
  .competitors-table-area tr>th:last-child{
    border-top-right-radius: 20px;
  }
  .competitors-table-area tbody tr:last-child td:last-child{
    border-bottom-right-radius: 20px;
  }
  .competitors-table-area tbody tr:last-child td:first-child{
    border-bottom-left-radius: 20px;
  }
  .product-carousel-item {
        width:65%;
  }
  .product-review-area{
    padding: 0px 0 6rem;
  }
  .product-review-area h2{
    font-size: 32px;
    color: #391E71;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .natural-ingredients-area .col-md-4:after{
    display:none;
  }
  .natural-ingredients-area h2{
    color: #391e71;
    text-align: center;
    font-size: 32px;
    letter-spacing: 0;
    margin: 0 auto 4rem;
  }
  .natural-ingredients-area{
    padding: 40px 0 30px;
  }
  .natural-ingredients-area .col-md-4,.natural-ingredients-area .col-md-6,.natural-ingredients-area .col-md-12{
    padding: 0px 15px;
    text-align: center;
  }
  .natural-ingredients-area .col-md-4 div,.natural-ingredients-area .col-md-6 div,.natural-ingredients-area .col-md-12 div{
    justify-content: center;
    margin-bottom: 2rem;
    opacity: 0.50;
  }
  .natural-ingredients-area .col-md-4.open div,.natural-ingredients-area .col-md-6.open div,.natural-ingredients-area .col-md-12.open div{
    opacity: 1;
  }
  .natural-ingredients-area hr{
    margin: 4rem 0;
    opacity: 1;
    height: 0;
    border-top: 1px solid #391e71;
  }
  .natural-ingredients-area p{
    color: #391E71;
    max-width: 450px;
    margin:auto;
  }
  .natural-ingredients-area .col-md-4 p,.natural-ingredients-area .col-md-6 p,.natural-ingredients-area .col-md-12 p {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .natural-ingredients-area .col-md-4.open p,.natural-ingredients-area .col-md-6.open p,.natural-ingredients-area .col-md-12.open p {
    display: block;
    opacity: 1;
  }
  .more-ingredients-area{
    padding-top: 10px;
  }
  .more-ingredients-area .col-md-12{
    padding-top: 10px;
    text-align: center;
  }
  .natural-ingredients-area h3{
    color: #391E71;
  }
  .product-review{
    width: 100%;
    padding: 0 18%;
  }
  .star {
    width: 16px;
    height: 16px;
  }
  .product-review-area{
    padding:0 0 40px;
    margin-right: 0rem;
    margin-left: 0rem;
  }
  .competitors-left-area ul{
    margin-bottom: 4rem;
  }
  .section-template--16947822624960__related-products-padding{
    padding-top: 40px!important;
  }
  .get-better-sleep-section img{
    width: 66px;
    height: 66px;
  }
  .natural-ingredients-area .col-md-6:after{
    display:none;
  }
}
@media screen and (max-width: 576px){
  .natural-ingredients-area p{
    max-width: 350px;
  }
}

/* Contact Page Starts Here */

.contact-area{
  padding:8rem 0!important;
}
.contact-area .row .col-md-6:first-child{
  padding-right:35px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  align-self: flex-start;
}
.contact-area .row .col-md-6:last-child{
  padding-left:35px;
}
.contact-area-left img{
  border-radius: 30px;
  height: 670px;
  width: 100%;
  object-fit: cover;
}
.contact-area-right h2{
  font-size:55px;
  letter-spacing:0;
}
.contact-area-right p{
  font-size: 18px;
  color: #353535;
}
.contact-area .contact__fields .field__input,.contact-area .field .field__input{
  height: 55px;
}
.contact-area .field .text-area.field__input{
  height:200px!important;
}
.contact-area .field:after{
  border:none!important;
  box-shadow:none!important;
  border-radius: 50px!important;
  border: 1px solid #606060!important;
}
.contact-area .field.textarea-field::after{
  border-radius: 15px!important;
}
.contact-area .field__label{
  top: 16px;
  color: #606060;
  letter-spacing: 0;
  font-size: 15px;
}
.contact__button .button{
  background-color: transparent;
  padding: 0 6rem;
  border-radius: 50px;
  min-height: 40px;
  font-size: 18px;
  letter-spacing: 0.5px;
  font-family: PPFraktionSans-Medium;
  line-height: 18px;
  overflow:hidden;
  outline: 2px solid #391e71;
  outline-offset: -2px;
}
.contact__button .button:before,.contact__button .button:after{
  box-shadow:none;
}
.contact-area .contact__button .button:after{
  background: #391e71;
  transition: transform .3s cubic-bezier(.7,0,.2,1);
  transform-origin: 100% 50%;
  border-radius: 50px;
  
}
.contact-area .contact__button {
    margin-top: 0rem;
}
.contact-area .contact__button .button:hover:after{
  border-offset:0px!important;
  box-shadow:none!important;
  transform: scale3d(0, 1, 1);
  transform-origin: 0% 50%;
}
.contact-area .contact__button span{
  color:#fff;
  z-index:999;
}
.contact__button .button:hover span{
  color:#391e71;
}
@media screen and (max-width: 992px) {
  .contact-area {
    padding: 3rem 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .contact-area .row .col-md-6:first-child{
   display:none;
  }
  .contact-area {
    padding: 5rem 0 !important;
  }
  .contact-area .row .col-md-6:last-child{
    padding-left:30px;
    padding-right:30px;
  }
  .contact-area-right h2{
    text-align:center;
    line-height: 55px;
    margin-bottom: 30px;
  }
  .contact-area-right p{
    text-align:center;
    line-height: 21px;
    margin-bottom: 20px;
    font-size:14px;
  }
  .contact-area .contact__fields{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 1rem;
  }
  .contact-area .contact__fields .field__input, .contact-area .field .field__input {
    height: 36px;
    padding: 10px;
  }
  .contact-area .field__label {
    top: 11px;
    font-size: 12px;
  }
  .contact-area .field .text-area.field__input {
    height: 170px !important;
  }
  .contact-area .contact__button{
    text-align: center;
  }
}

/* Contact Page Starts End */

/* Powered By Plants Sections Starts Here */

.powered-by-plants-title{
  color: #382b4c;
  font-size: 48px;
  line-height: 54px;
  margin-bottom: 20px;
}
.powered-by-plants-desc{
  color: #382b4c;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 30px;
  max-width: 550px;
}
.features-list{
  display:flex;
  margin-bottom: 20px;
}
.list-inner{
  width:20%;
  padding:0 5px;
  text-align:center;
}
.list-inner-img{
  width: 65px;
  height: 65px;
  margin: auto;
  border: 1px solid #391E71;
  border-radius: 50%;
  padding: 12px 0;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.list-inner p{
  color: #382B4C;
  font-size: 14px;
  line-height: 17px;
  font-weight:600;
}
.list-inner-img svg,.list-inner-img img{
  width:35px;
  height:35px;
  object-fit:contain;
}
.powered-by-plants .all-btns{
  padding: 15px 45px;
}
.powered-by-plants .all-btns span{
  font-size:18px;
}
@media screen and (max-width: 1199px) {
  .powered-by-plants{
    padding:6rem 0;
  }
  .powered-by-plants-title{
    font-size: 40px;
    line-height: 48px;
  }
  .list-inner p{
    font-size: 11px;
    line-height: 15px;
  }
}
@media screen and (max-width: 992px) {
  .powered-by-plants-title{
    font-size: 30px;
    line-height: 41px;
  }
  .list-inner p {
      font-size: 8px;
      line-height: 11px;
  }
  .list-inner-img{
    width: 50px;
    height: 50px;
  }
  .list-inner-img svg, .list-inner-img img{
    width: 25px;
    height: 25px;
  }
  .powered-by-plants .all-btns span {
    font-size: 14px;
  }
  .powered-by-plants .all-btns {
    padding: 9px 23px;
  }
}
@media screen and (max-width: 767px) {
  .powered-by-plants{
    padding:6rem 0;
  }
  .powered-by-plants .row .col-md-6:first-child{
    order:2;
    text-align:center;
  }
  .powered-by-plants .row .col-md-6:first-child{
    order:1;
  }
  .powered-by-plants-title{
    font-size: 32px;
    line-height: 38px;
    max-width: 400px;
    margin: 0 auto 20px;
  }
  .powered-by-plants-desc{
    max-width: 350px;
    margin: 0 auto 30px;
  }
  .features-list{
    flex-wrap: wrap;
    justify-content: center;
  }
  .list-inner{
    width: 33.33%;
  }
  .list-inner p{
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
  }
  .powered-by-plants .all-btns {
    padding: 12px 30px;
  }
  .powered-by-plants .all-btns span {
    font-size: 16px;
  }
  .list-inner-img{
    width: 65px;
    height: 65px;
  }
  .list-inner-img svg, .list-inner-img img{
    width: 35px;
    height: 35px;
  }
}

/* Powered By Plants Sections Ends Here */

/* About Us Page Starts Here */

.about-page-wrapper {
  padding: 50px 0;
}
.about-page-wrapper .about-page-left {
  height: 100%;
}
.about-page-wrapper .about-page-left img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 30px;
}
.about-page-wrapper .about-page-right {
  padding-left: 40px;
  height: 100%;
  display: flex;
  align-items: center;
}
.about-page-wrapper .about-page-right h4 {
  color: #311F4F;
  font-family: GT Planar Medium;
  font-size: 40px;
  font-weight: 500;
  line-height: 46px;
  letter-spacing: -0.03em;
  text-transform: lowercase;
  margin-bottom: 20px;
}
.about-page-wrapper .about-page-right .about-page-desc {
  color: #3E3E3E;
  font-family: PPFraktionSans-Light;
  font-size: 16px;
  font-weight: 300;
  line-height: 23.78px;
  margin-bottom: 25px;
}
.about-page-wrapper .row.flex-row-reverse .about-page-right {
  padding-left: 0;
}
.about-page-sec2{
  padding:20px 0!important;
}
.about-page-sec2 h2{
  font-size: 50px;
  text-transform: lowercase;
  max-width: 550px;
  line-height: 50px;
  color: #311F4F;
}
.about-page-sec2 .about-icon-blocks{
  display: flex;
  max-width: 80%;
  margin-left: auto;
  align-items: center;
}
.about-page-sec2 .about-icon-blocks .block{
  width: 25%;
  text-align: center;
}
.about-page-sec2 .block svg{
  width: 75px;
  height: 75px;
  object-fit: contain;
}
.about-page-sec2 .about-page-desc{
  margin-bottom: 10px!important;
}
.about-page-sec2 .about-page-right{
  padding-left: 0px;
}
.about-page-sec3 h2{
  font-size:48px;
  text-transform:lowercase;
  color:#311F4F;
}
.about-page-sec3 h2{
  font-size: 42px;
  text-transform: lowercase;
  color: #311f4f;
  line-height: 46px;
  margin-bottom: 40px;
}
.about-page-sec3 .block{
  display:flex;
  margin-bottom: 25px;
}
.about-page-sec3 .block img{
  width: 48px;
  height: 48px;
}
.about-page-sec3 .block>div{
  padding-left:20px;
}
.about-page-sec3 .block h3{
  color: #382B4C;
  font-size: 20px;
  /* text-transform:capitalize; */
}
.about-page-sec3 .block p{
  color: #353535;
  font-size: 16px;
  font-family: PPFraktionSans-Light;
}
.about-page-sec3 .custom-blocks .block:last-child{
  margin-bottom:0;
}
.about-page-sec3 .about-page-right{
  padding-left: 40px;
}
.about-page-sec4{
  padding: 50px 0 60px;
}
.about-page-sec4 .about-page-right h4{
  font-size:48px;
}
.about-page-sec4 .custom-svg-blocks{
  display: flex;
  margin-bottom: 35px;
}
.about-page-sec4 .svg-block{
  text-align:center;
  width: 25%;
}
.about-page-sec4 .svg-container{
  width: 65px;
  height: 65px;
  border: 1px solid #391E71;
  border-radius: 50%;
  text-align: center;
  padding: 13px 0;
  margin: auto;
}
.about-page-sec4 .svg-container img{
  width:36px;
  height:36px;
  object-fit:contain;
}
.about-page-sec4 .svg-block p{
  color: #353535;
  max-width: 115px;
  font-size: 15px;
  line-height: 16px;
  margin: 10px auto 0;
  font-family: PPFraktionSans-Medium;
}
.about-page-sec4 .all-btns{
  padding: 12px 40px;
  text-decoration:none;
}
.about-page-sec4 .all-btns span{
  font-size: 20px;
}
.section-template--17014386524352__featured_collection_FHerAm-padding .page-width-desktop{
  padding:0!important;
}
.section-template--17014386524352__featured_collection_FHerAm-padding .page-width{
  max-width: 1240px !important;
  margin: 0 auto 3.5rem!important;
  padding: 0 1.5rem!important;
}

@media screen and (max-width: 1199px){
  .about-page-wrapper .about-page-right h4{
    font-size: 37px;
  }
  .about-page-sec3 h2{
    font-size: 37px;
    line-height: 40px;
    margin-bottom: 25px;
  }
  .about-page-sec4 .svg-block p{
    font-size: 14px;
    line-height: 16px;
  }
  .about-page-sec2 .block svg{
    width: 60px;
    height: 60px;
  }
  .about-page-sec2 h2{
    font-size: 40px;
    line-height: 45px;
  }
}
@media screen and (max-width: 991px) {
  .about-page-wrapper .about-page-right h4 {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 15px;
  }
  .about-page-wrapper .about-page-right .about-page-desc {
    margin-bottom: 0px;
  }
  .about-page-wrapper .about-page-right {
    display: block;
  }
  .about-page-wrapper .row.flex-row-reverse .about-page-left img {
    padding-top: 0;
    padding-bottom: 30px;
  }
  
  .about-page-wrapper .about-page-right h4{
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 10px;
  }
  .about-page-wrapper .about-page-right .about-page-desc{
    font-size: 16px;
    margin-bottom:0;
    line-height: 22px;
  }
  .about-page-wrapper .about-page-right{
    padding-left: 20px;
  }
  .about-page-sec2 h2{
    font-size: 40px;
    line-height: 44px;
  }
  .about-page-sec2 .block img{
    width: 50px;
    height: 50px;
  }
  .about-page-sec3.about-page-wrapper .row.flex-row-reverse .about-page-left img{
    padding-bottom: 0px;
  } 
  .about-page-sec2 .block svg{
    width: 50px;
    height: 50px;
  }
  .about-page-sec3{
    padding: 20px 0;
  }
  .about-page-sec3 h2{
    font-size: 31px;
    line-height: 35px;
    margin-bottom: 20px;
  }
  .about-page-sec3 .block {
    margin-bottom: 14px;
  }
  .about-page-sec3 .block p{
    line-height: 20px;
  }
  .about-page-sec4 {
    padding: 30px 0 30px;
  }
  .about-page-sec4 .about-page-desc{
    margin-bottom:15px!important;
  }
  .about-page-sec4 .svg-block p{
    font-size: 11px;
    line-height: 14px;
  }
  .about-page-sec4 .custom-svg-blocks{
    margin-bottom: 15px;
  }
  .about-page-sec4 .svg-container{
    width: 50px;
    height: 50px;
    padding: 7px 0;
  }
  .about-page-sec4 .svg-container img{
    width: 30px;
    height: 30px;
  }
  .about-page-sec4 .all-btns span {
    font-size: 17px;
  }
  .all-btns:before{
    padding: 9px 40px;
  }
}
@media screen and (max-width: 767px) {
  .about-page-wrapper {
    padding: 40px 0 20px;
  }
  .about-page-right {
    padding-top: 30px;
  }
  .about-page-wrapper .row.flex-row-reverse .about-page-right {
    padding-top: 0;
  }
  .about-page-wrapper .about-page-right{
    padding-left: 0px;
    padding-top:8px;
  }
  .about-page-wrapper .about-page-right h4{
    font-size: 31px;
    margin-bottom: 10px;
    line-height: 31px;
     margin-top: 20px;
  }
  .about-page-wrapper .about-page-right .about-page-desc{
    margin-bottom:0;
  }
  .about-page-sec2 h2{
    font-size: 32px;
    max-width: 100%;
    line-height: 30px;
    text-align: center;
    margin-bottom: 10px;
  }
  .about-page-sec2 .about-page-desc{
    text-align: center;
  }
  .about-page-sec2 .about-icon-blocks{
    max-width: 90%;
    margin: auto;
  }
  .about-page-sec2 .block img{
    width: 60px;
    height: 60px;
  }
  .about-page-wrapper .about-page-left img{
    border-radius:20px;
  }
  .about-page-sec3 h2{
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 25px;
    margin-top: 12px;
    letter-spacing: 0;
  }
  .about-page-sec3 .block p{
    color:#382B4C;
  }
  .about-page-sec4{
    padding: 30px 0 50px;
  }
  .about-page-sec4 .about-page-right h4{
    margin-top: 10px;
    margin-bottom: 15px;
    line-height: 33px;
  }
  .about-page-sec4 .about-page-desc {
    margin-bottom: 20px!important;
  }
  .about-page-sec4 .custom-svg-blocks{
    justify-content: center;
    margin-bottom:0;
  }
  .about-page-sec4 .svg-block{
    width: 33%;
  }
  .about-page-sec4 .all-btns{
    display:none;
  }
}  

/* About Us Page Ends Here */

/* Are You 21 Css */
.hero-wrapper{
  color: #311F4F;
}
#hero-img {
    position: absolute;
    right: -20%;
    top: 0;
    z-index: 1;
    object-fit: cover;
    object-position: right;
    min-width: 120%;
}
#hero-img-mob {
    position: absolute;
    right: 0%;
    top: 0;
    z-index: 1;
    object-fit: cover;
    object-position: right;
}
@media screen and (min-width:1500px){
  #hero-img{
    right: -10%;
    min-width: 115%;
  }
}

#hero{
  display: flex;
    align-items: center;
  position:relative;
  overflow:hidden;
}

#hero,#hero-img{
  height: 500px;
}
.heroContent p{
  font-size: 24px !important;
color: #311F4F;
      margin-bottom: 40px;
  font-family: ATC Arquette Regular;
}
.heroContent h1{
  font-size: 56px;
  color: #311F4F;
 font-family: ATC Arquette Bold;
}
.heroContent{
  max-width: 595px;
  position: relative;
  z-index: 2;
}
.hero-btn{
  display: flex;
  justify-content: space-between;
  width: 92%;
  margin-top: 30px;
}
.btn-epic,.btn-epic-dark {
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 260px;
  height: 52px;
  background: #E4E4D9;
  transform: translate3d(0px, 0%, 0px);
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.05em;
  transition-delay: 0.6s;
  overflow: hidden;
  display: inline-block;
  font-family: ATC Arquette Regular;
}
.btn-epic:before,.btn-epic-dark:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #311F4F;
  border-radius: 50% 50% 0 0;
  transform: translateY(100%) scaleY(0.5);
  transition: all 0.6s ease;
}
.btn-epic-dark:before {
  background: #E4E4D9;
}
.btn-epic:after,.btn-epic-dark:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #E4E4D9;
  border-radius: 0;
  transform: translateY(0) scaleY(1);
  transition: all 0.6s ease;
}
.btn-epic-dark:after {
  background: #311F4F;
}
.btn-epic div,.btn-epic-dark div {
  position: relative;
  top: 14px;
  width: 100%;
  height: 26px;
  text-transform: uppercase;
  overflow: hidden;
}
.btn-epic span,.btn-epic-dark span {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  text-align: center;
  transition: transform 0.5s ease;
  font-size: 16px;
}
.btn-epic span:first-child,.btn-epic-dark span:first-child {
  color: #fff;
  transform: translateY(24px);
}
.btn-epic-dark span:first-child {
  color: #311F4F;
}
.btn-epic span:last-child,.btn-epic-dark span:last-child {
  color: #311F4F;
  transform: translateY(0);
}
.btn-epic-dark span:last-child {
  color: #fff;
  transform: translateY(0);
}
.btn-epic:hover,.btn-epic-dark:hover {
  background: #311F4F;
  transition: background 0.2s linear;
  transition-delay: 0.6s;
}
.btn-epic:hover:after,.btn-epic-dark:hover:after {
  border-radius: 0 0 50% 50%;
  transform: translateY(-100%) scaleY(0.5);
  transition-delay: 0;
}
.btn-epic:hover:before,.btn-epic-dark:hover:before {
  border-radius: 0;
  transform: translateY(0) scaleY(1);
  transition-delay: 0;
}
.btn-epic:hover span:first-child,.btn-epic-dark:hover span:first-child {
  transform: translateY(0);
}
.btn-epic:hover span:last-child,.btn-epic-dark:hover span:last-child {
  transform: translateY(-24px);
}

#featured{
  background-color: #E4E4D9;
  padding:30px 0px ;
  color: #87877B;
}
#featured h3{
  font-size: 24px;
  letter-spacing: 2px !important;
  margin-bottom: 30px;
  color: #87877b !important;
  font-family: ATC Arquette Bold;
}
.fea-carousel .item {
  padding:0px 15px;
}
.featured-slider{
  max-width: 800px;
  margin: 0 auto;
  margin-top: 20px;
}
#med-diff{
  padding:60px 0px !important;
}
#med-diff h2{
  text-align: center;
  font-weight: bold;
  font-size: 44px;
  margin-bottom: 50px;
  color: #311F4F;
  font-family: ATC Arquette Bold;
}
.diff-wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  position: relative;
}
.diff-box{
  width: 48%;
  text-align: center;
  max-width: 510px;
}

.diff-box img{
  max-width: 40px;
  margin-bottom: 10px;
}
.diff-box h3{
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 10px;
  color: #311F4F;
  font-family: ATC Arquette Bold;
}
.diff-box p{
  margin-bottom: 0px;
   font-family: ATC Arquette;
}
.diff-box p span{
  font-weight:bold;
  font-style:italic;
  display:inline-block;
  line-height: 22px;
}
.diff-box p span span{
  font-weight: 500;
  font-style:normal
}

.diff-wrapper:after{
  background: #888482;
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
}
#health-box {
  background-color: #E4E4D9;
  padding: 30px 0px;
  color: #87877B;
  margin-top: 20px;
}
#med-diff{
  padding:40px 0px;
}
#brandSlider {
    background-color: #E4E4D9 !important;
    padding: 40px 0px !important;
}
.ftswiperslider img{
  height:50px;
  object-fit:contain;
}

@media screen and (min-width:992px) and (max-width: 1199px) {

    #hero{
        position: relative;
        
    }
    #hero:after{
        position: absolute;
    content: "";
    background-image: linear-gradient(to left, rgba(255,0,0,0), rgb(214 230 249));
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: 1;
    }


}

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

    #hero{
        position: relative;
        
    }
    #hero:after{
        position: absolute;
    content: "";
    background-image: linear-gradient(to left, rgba(255,0,0,0), rgb(214 230 249));
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: 1;
    }
    .heroContent h1{
      font-size: 40px;
    }
}

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

    #hero {
        align-items: flex-start;
    }
    .hero-wrapper {
        padding: 20px 0px;
        text-align: center;
    }
    .hero-btn {
        display: block;
        width: 100%;
    }
    .btn-epic span, .btn-epic-dark span {
        left: 0%;
    }
    .btn-epic-dark{
        margin-bottom: 10px;
    }
    #hero, #hero-img-mob {
        height: 900px;
    }
    #hero-img-mob {
        object-fit: cover;
        object-position: bottom;
        min-width: 100%;
    }
    .btn-epic, .btn-epic-dark {
        display: block;
    }
    .diff-box {
        width: 100%;
        max-width: 100%;
    }
    .diff-wrapper:after {
        width: 100%;
        height: 1px;
        left: unset;
        top: 50%;
        transform: translateY(-0%);
    }
    .diff-wrapper .diff-box:nth-child(1){
        margin-bottom: 80px;
    }
    .fea-carousel .item {
        padding: 0px 7px;
    }
    .heroContent h1{
      font-size: 35px;
    }
    .heroContent p{
      font-size: 20px !important;
    }
    .featured-slider{
      padding: 0 40px;
    }
    #featured h3{
      margin-bottom: 20px;
    }
    #brandSlider .container{
      padding:0 40px;
    }
}

@media screen and (min-width:576px) and (max-width: 767px) { 

    #hero{
        position: relative;
        
    }
    #hero:after{
        position: absolute;
    content: "";
    background-image: linear-gradient(to top, rgba(255,0,0,0), rgb(214 230 249));
    width: 100%;
    height: 500px;
    top: 0px;
    z-index: 1;
    }


}

@media screen and (min-width:481px) and (max-width: 575px) {

    #hero, #hero-img-mob {
        height: 800px;
    }

 }
 

@media screen and (min-width:320px) and (max-width: 480px) {
  
    #hero, #hero-img-mob {
        height: 800px;
    }

 }

/* Are You 21 Css */

/* Loyalty Rewards */
.loyalty-banner{
  position:relative;
  z-index:1;
  height:600px;
  padding: 80px 0 50px;
}
.overlay {
  display: block !important;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index:-1;
}
.loyalty-banner h1{
  color: #fff;
  font-size: 48px;
  letter-spacing: -2px;
  text-transform: lowercase;
  margin-bottom: 20px;
}
.loyalty-banner p{
  color: #fff;
  font-size: 18px;
}
.loyalty-bnr-btns a{
  text-decoration:none;
}
.loyalty-bnr-btns a:first-child{
   background: #fff;
  color: #391e71;
  font-family: PPFraktionSans-Bold;
  font-size: 18px;
  border-radius: 50px;
  padding: 13px 40px;
  display: inline-block;
  transition:all 0.2s linear
}
.loyalty-bnr-btns a:first-child svg{
  margin-left:5px;
  transition:all 0.2s linear
}
.loyalty-bnr-btns a:first-child:hover svg{
  transform:translateX(5px);
}
.loyalty-bnr-btns a:last-child{
  background: transparent;
  border:1px solid #fff;
  color: #fff;
  font-family: PPFraktionSans-Bold;
  font-size: 18px;
  border-radius: 50px;
  padding: 13px 50px;
  display: inline-block;
  transition:all 0.2s linear;
  margin-left:10px;
}
.loyalty-bnr-btns a:last-child:hover{
  background: #fff;
  color: #391e71;
}
.how-it-works{
  padding:60px 0;
  position:relative;
  z-index:0;
}
.how-it-works h2{
  text-align:center;
  font-size:48px;
  margin-bottom:40px;
  text-transform:lowercase;
  letter-spacing:-3px;
}
.how-it-works-column .row{
  margin-bottom:40px;
  position:relative;
  z-index:1;
}
.how-it-works-column .row:last-child{
  margin-bottom:0;
}
.how-it-works-column .row .col-md-6:first-child img{
  border-radius:30px;
  width:100%;
}
.how-it-works-column .row .col-md-6:last-child{
  padding-left:30px;
}
.how-it-works-column .row:nth-child(even) .col-md-6:last-child{
  padding-left:15px;
}
.how-it-works-column .row:nth-child(even) .col-md-6:first-child{
  padding-left:30px;
}
.how-it-works-column .row:nth-child(even){
  flex-direction: row-reverse;
}
.how-it-works-column .no{
  -webkit-text-stroke: 2px #391E71;
  font-size: 90px;
  color: #fff;
  font-family: 'GT Planar Medium';
  line-height: 90px;
  margin-bottom: 20px;
}
.how-it-works-column h3{
  color:#382B4C;
  font-size:44px;
  letter-spacing:-3px;
  margin-bottom:10px;
}
.how-it-works-column p{
  font-size:18px;
  color:#353535;
  letter-spacing:0;
}
.how-it-works-column .overlay{
  display:none!important;
}
.how-it-works-img{
  position:relative;
}
.packages-area{
  padding:20px 0 50px;
}
.package-table{
  display: flex;
  border:1px solid #391E71;
  border-radius: 30px;
}
.pck-col1{
  width:30%;
}
.pck-col2,.pck-col3,.pck-col4{
  width:23.33%;
}
.pck-col2{
  background-color:#F5F5F5
}
.pck-col3{
  background-color:#F6F2E6;
  color:#391E71;
}
.pck-col4{
  background-color:#391E71;
  color:#fff;
  border-radius: 0 30px 30px 0;
}
.pck-col4 .pck-hd:first-child{
  border-radius: 0 30px 0 0;
}
.pck-col4 .pck-hd:last-child{
  border-radius: 0 0px 30px 0;
}
.pck-hd h2{
  text-align:center;
  padding:15px 10px;
  font-size:35px;
  letter-spacing:-2px;
  text-transform:lowercase;
  margin-bottom:0;
}
.pck-col4 .pck-hd h2{
  color:#fff;
}
.pck-hd{
  border-right:1px solid #000;
  border-bottom:1px solid #391E71;
}
.pck-col4 .pck-hd{
  border-bottom:1px solid #fff;
}
.pck-hd p{
  margin-bottom: 0;
  padding: 15px 30px;
  font-family: 'GT Planar Medium';
  color: #391E71;
  font-size: 20px;
  line-height: 24px;
  text-transform:lowercase;
}
.pck-col4 p{
  color:#fff;
}
.pck-col2 .pck-hd ,.pck-col3 .pck-hd,.pck-col4 .pck-hd{
  text-align:center;
  justify-content: center;
  align-items: center;
  display: flex;
  padding:10px;
}
.pck-col1 .pck-hd:nth-child(1),.pck-col2 .pck-hd:nth-child(1),.pck-col3 .pck-hd:nth-child(1),.pck-col4 .pck-hd:nth-child(1){
  height:76px;
}
.pck-col1 .pck-hd:nth-child(2),.pck-col2 .pck-hd:nth-child(2),.pck-col3 .pck-hd:nth-child(2),.pck-col4 .pck-hd:nth-child(2){
  height:55px;
}
.pck-col1 .pck-hd:nth-child(3),.pck-col2 .pck-hd:nth-child(3),.pck-col3 .pck-hd:nth-child(3),.pck-col4 .pck-hd:nth-child(3){
  height:78px;
}
.pck-col1 .pck-hd:nth-child(4),.pck-col2 .pck-hd:nth-child(4),.pck-col3 .pck-hd:nth-child(4),.pck-col4 .pck-hd:nth-child(4){
  min-height: 55px;
}
.pck-col1 .pck-hd:nth-child(5),.pck-col2 .pck-hd:nth-child(5),.pck-col3 .pck-hd:nth-child(5),.pck-col4 .pck-hd:nth-child(5){
  min-height: 55px;
}
.pck-col1 .pck-hd:nth-child(6),.pck-col2 .pck-hd:nth-child(6),.pck-col3 .pck-hd:nth-child(6),.pck-col4 .pck-hd:nth-child(6){
  min-height: 79px;
}
.pck-col1 .pck-hd:nth-child(7),.pck-col2 .pck-hd:nth-child(7),.pck-col3 .pck-hd:nth-child(7),.pck-col4 .pck-hd:nth-child(7){
  min-height: 55px;
}
.pck-col1 .pck-hd:nth-child(8),.pck-col2 .pck-hd:nth-child(8),.pck-col3 .pck-hd:nth-child(8),.pck-col4 .pck-hd:nth-child(8){
  min-height: 55px;
}
.pck-col1 .pck-hd:nth-child(9),.pck-col2 .pck-hd:nth-child(9),.pck-col3 .pck-hd:nth-child(9),.pck-col4 .pck-hd:nth-child(9){
  min-height: 55px;
}
.pck-col1 .pck-hd:last-child,.pck-col2 .pck-hd:last-child,.pck-col3 .pck-hd:last-child,.pck-col4 .pck-hd:last-child{
  border-bottom:none;
}
@media screen and (max-width:1400px){
  .loyalty-banner{
    height: 500px;
  }
  .loyalty-banner h1{
    font-size: 40px;
  }
  .pck-hd p{
    padding: 15px 18px;
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width:1199px){
  .loyalty-banner{
   padding:50px 0;
  }
}
@media screen and (max-width:1024px){
  .loyalty-banner{
    height:450px;
    
  }
  .loyalty-banner h1{
    font-size: 37px;
  }
  .loyalty-banner p{
    font-size: 16px;
    line-height: 23px;
  }
  .pck-hd p{
    padding: 15px 15px;
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width:992px){
  .loyalty-banner h1 {
        font-size: 31px;
    }
  .how-it-works-column h3{
    font-size: 36px;
  }
  .pck-hd p{
    padding: 15px 10px;
    font-size: 12px;
  }
}
@media screen and (max-width:768px){
  .loyalty-banner{
    height:790px;
    padding: 50px 0 50px;
  }
  .loyalty-banner .col-md-6{
    max-width: 100%;
    width: 500px;
    margin: auto;
    text-align: center;
  }
  .loyalty-banner h1{
    font-size: 38px;
    line-height: 40px;
  }
  .loyalty-banner p{
    font-size: 15px;
    line-height: 22px;
  }
  .loyalty-bnr-btns a:first-child{
    font-size: 16px;
    padding: 10px 25px;
  }
  .loyalty-bnr-btns a:last-child{
    padding: 10px 36px;
    font-size: 16px;
  }
  
}
@media screen and (max-width:767px){
    .how-it-works{
    padding: 30px 0;
  }
  .how-it-works h2{
    font-size: 40px;
    margin-bottom: 30px;
  }
  .how-it-works-column .row .col-md-6:last-child{
    position:absolute;
    left:0;
    top:0;
    z-index: 1;
  }
  .how-it-works-column .row:nth-child(even){
    flex-direction: row;
  }
  .how-it-works-column .row .col-md-6{
    padding-left:15px;
    padding-right:15px;
  }
  .how-it-works-column .row .col-md-6:last-child,.how-it-works-column .row:nth-child(even) .col-md-6:first-child{
    padding-left:15px;
  }
  .how-it-works-column .row{
    margin-bottom: 30px;
  }
  .how-it-works-column .overlay{
    display:block!important;
    background: rgb(49,31,79);
    background: linear-gradient(180deg, rgba(49,31,79,1) 16%, rgba(57,30,113,0) 74%);
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:1;
    border-radius:30px;
  }
  .how-it-works-content{
    padding:20px;
    display:flex;
  }
  .how-it-works-column .no{
    -webkit-text-stroke: 2px #fff;
    font-size: 65px;
    color: transparent;
    margin-bottom: 0;
    line-height: 65px;
  }
  .how-it-works-column h3{
    color:#fff;
    font-size: 25px;
    letter-spacing: 0px;
    margin-bottom: 0px;
  }
  .how-it-works-column p{
    font-size: 16px;
    line-height: 22px;
    color: #fff;
  }
  .how-it-works-description{
    padding-left: 22px;
  }
  .package-table{
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-behavior: smooth;
    border-radius: 0;
    border: none;
    padding-bottom: 28px;
  }
  .pck-col1 {
    width: 100%;
    flex-basis: 56%;
    flex-grow: 0;
    flex-shrink: 0;
    border: 2px solid #391E71;
    border-radius: 30px;
    margin-right: 10px;
  }
  .pck-col2, .pck-col3, .pck-col4{
    width: 100%;
    flex-basis: 33%;
    flex-grow: 0;
    flex-shrink: 0;
    border: 2px solid #391E71;
    border-radius: 30px;
    margin-right: 10px;
  }
  .pck-hd{
    border-right:none;
  }
  .pck-hd h2{
    padding: 12px 10px;
    font-size: 28px;
  }
  .pck-hd p{
    padding: 15px 24px;
    font-size: 21px;
    line-height: 22px;
  }
  .pck-hd p br{
    display:none;
  }
  
  .package-table::-webkit-scrollbar {
    width: 0px;
    height:5px;
  }
  .package-table::-webkit-scrollbar-track {
    background: #E2E2E2!important;
  }
  .package-table::-webkit-scrollbar-thumb {
    background: #391E71!important;
    width:150px;
  }
  .pck-col1 .pck-hd:nth-child(4), .pck-col2 .pck-hd:nth-child(4), .pck-col3 .pck-hd:nth-child(4), .pck-col4 .pck-hd:nth-child(4) {
    min-height: 75px;
  }
  .pck-col1 .pck-hd:nth-child(5), .pck-col2 .pck-hd:nth-child(5), .pck-col3 .pck-hd:nth-child(5), .pck-col4 .pck-hd:nth-child(5) {
    min-height: 75px;
  }
  .pck-col1 .pck-hd:nth-child(7), .pck-col2 .pck-hd:nth-child(7), .pck-col3 .pck-hd:nth-child(7), .pck-col4 .pck-hd:nth-child(7) {
    min-height: 75px;
  }
}
@media screen and (max-width:575px){
  .loyalty-banner .col-md-6{
    width: 350px;
  }
  .pck-hd p{
    padding: 15px 10px;
        font-size: 15px;
        line-height: 22px;
  }
}
@media screen and (max-width:400px){
  .pck-hd p {
        padding: 10px 14px;
        font-size: 16px;
        line-height: 22px;
    }
    .pck-col1 .pck-hd:nth-child(3), .pck-col2 .pck-hd:nth-child(3), .pck-col3 .pck-hd:nth-child(3), .pck-col4 .pck-hd:nth-child(3){
      height: 87px;
    }
    .pck-col1 .pck-hd:nth-child(4), .pck-col2 .pck-hd:nth-child(4), .pck-col3 .pck-hd:nth-child(4), .pck-col4 .pck-hd:nth-child(4) {
        min-height: 65px;
    }
    .pck-col1 .pck-hd:nth-child(5), .pck-col2 .pck-hd:nth-child(5), .pck-col3 .pck-hd:nth-child(5), .pck-col4 .pck-hd:nth-child(5) {
        min-height: 65px;
    }
    .pck-col1 .pck-hd:nth-child(7), .pck-col2 .pck-hd:nth-child(7), .pck-col3 .pck-hd:nth-child(7), .pck-col4 .pck-hd:nth-child(7) {
      min-height: 66px;
    }
    .pck-col1 .pck-hd:nth-child(8), .pck-col2 .pck-hd:nth-child(8), .pck-col3 .pck-hd:nth-child(8), .pck-col4 .pck-hd:nth-child(8) {
        min-height: 45px;
    }
}
/* Loyalty Rewards */

/* Blog */
.blog-banner{
  position: relative;
  z-index: 0;
  /*height: 450px;
  padding-top: 50px;*/
}
.blog-banner .overlay{
  opacity:0.56;
}
.blog-banner-content{
 display: flex;
    align-items: flex-start;
    flex-direction: column;
    min-height: 400px;
    justify-content: center;
  padding-top:30px;
  padding-bottom:30px;
}
.blog-banner-content h1{
  color:#fff;
  /*filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.50));*/
  font-size:52px;
  letter-spacing:-2px;
  text-transform:lowercase;
}
.blog-banner-content p{
  font-family: PPFraktionSans-Medium;
  color: #fff;
  letter-spacing: 0;
  font-size: 18px;
  max-width: 575px;
  line-height: 26px;
  /*filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, .5));*/
}
.blog-categories-area{
  padding-top:60px;
  text-align:center;
}
.blog-small-description h2{
  letter-spacing: -3px;
  font-size: 48px;
  text-transform: lowercase;
  line-height: 48px;
  margin-bottom: 20px;
}
.blog-small-description p{
  color: #000;
  font-family: PPFraktionSans-Medium;
  max-width: 590px;
  margin: auto;
}
.blog-cat-selector{
  padding-top: 50px;
      overflow: hidden;
}
.blog-cat{
  list-style: none;
  display: flex;
  justify-content: space-between;
  padding-left:0px;
}
.blog-cat li{
  width:15%;
  margin-right:10px;
}
.blog-cat li:last-child{
  margin-right:0;
}
.blog-cat li a{
  background: #EEEDF1;
  width: 100%;
  display: block;
  border-radius: 50px;
  text-decoration: none;
  font-family: 'GT Planar Regular';
  color: #391E71;
  font-size: 18px;
  padding: 8px 10px;
}
.main-blog-list-wrapper{
  padding: 30px 0 60px;
}
@media screen and (max-width:768px){
   .blog-banner {
      height: 450px;
      background-position: right 35% bottom 45% !important;
  }
  /*.blog-banner-content{
    max-width: 90%;
  }*/
  .blog-banner-content h1{
    font-size: 40px;
    letter-spacing: -2px;
    margin-bottom: 15px;
    text-align:center;
  }
  .blog-banner-content p{
    font-size: 14px;
    line-height: 22px;
    text-align:center;
  }
  .blog-banner-content{
    min-height: 450px;
    align-items: center;
  }
  
}
/* Blog */

/* Supply Giveaway */
.giveaway-pencil-banner{
  background: #391E71;
  text-align: center;
  padding: 6px 0;
}
.giveaway-pencil-banner p{
  color:#fff;
  text-transform:uppercase;
  letter-spacing: 1px;
  margin-bottom:0;
}
.giveaway-pencil-banner span{
  font-family: PPFraktionSans-Medium;
}
.giveaway-banner{
  background:url('../png/group_10000042776033.png?v=1727792486') no-repeat center center / cover;
  padding: 30px 0;
}
.giveaway-logo{
  text-align:center;
}
.giveaway-logo img{
  filter: brightness(0) invert(1);
}
.giveaway-banner .col-md-6{
  padding-top:50px;
  text-align:center;
}
.giveaway-banner h2{
  font-size: 65px;
  color: #fff;
  line-height: 56px;
  text-transform: lowercase;
  margin-bottom: 40px;
}
.giveaway-banner h3{
  color: #fff;
  font-family: GT Planar Regular;
  font-size: 50px;
  text-transform: lowercase;
  line-height: 50px;
  margin-bottom: 40px;
}
.codeTxt{
  color:#FFF63B;
  text-transform:uppercase;
  font-size:20px;
  font-family: PPFraktionSans-Bold;
  letter-spacing: 1px;
  line-height: 20px;
  margin-bottom:40px;
}
.giveaway-banner form{
  max-width:400px;
  width:100%;
  margin:auto;
}
.giveaway-banner .form-group{
  margin-bottom:15px;
}
.giveaway-banner input,.giveaway-banner select{
  background-color: rgba(255, 255, 255, 0.20);
  border-radius: 50px;
  color: #fff;
  height: 50px;
  padding: 10px 15px;
  font-size:14px;
  font-family: PPFraktionSans-Light;
}
.giveaway-banner input::-webkit-input-placeholder {
  color: #fff;
  font-family: PPFraktionSans-Light;
}
.giveaway-banner input::-moz-placeholder { 
  color: #fff;
  font-family: PPFraktionSans-Light;
}
.giveaway-banner input:-ms-input-placeholder { 
  color: #fff;
  font-family: PPFraktionSans-Light;
}
.giveaway-banner input:-moz-placeholder {
  color: #fff;
  font-family: PPFraktionSans-Light;
}
.giveaway-banner select{
  text-align:center;
  background-image:url('../png/white-arrow1.png');
  background-repeat:no-repeat;
  background-position: 75% 22px;
  background-size: 12px;
}
.giveaway-banner button{
  background-color: #fff;
  color: #391E71;
  font-size: 20px;
  border-radius: 50px;
  font-family: PPFraktionSans-Bold;
  padding: 10px 10px;
  transition:all 0.2s linear;
}
.giveaway-banner button:hover{
  background-color:#391E71;
  color:#fff;
}
.smlTxt{
  color: #fff;
  padding-top: 50px;
}
.giveaway-sec2{
  background: #F5F5F5;
  padding:50px 0;
}
.giveaway-sec2 h2{
  font-size:48px;
  text-align:center;
  font-family: 'GT Planar Regular';
  letter-spacing:-2px;
  margin-bottom:20px;
}
.giveaway-sec2 p{
  text-align: center;
  font-family: 'PPFraktionSans-Medium';
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 28px;
}
.stepsNo{
  width: 60px;
  height: 60px;
  margin: 0 auto 10px;
  border: 1px solid #382B4C;
  border-radius: 50%;
  font-size: 25px;
  font-family: 'GT Planar Regular';
  color: #382B4C;
  line-height: 55px;
}
.enterNowbtn{
  background: #391E71;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 20px;
  font-family: PPFraktionSans-Medium;
  width: 100%;
  padding: 8px 10px;
  display: inline-block;
  margin-top: 50px;
  border-radius: 50px;
  max-width: 200px;
  transition:all 0.2s linear;
  border:2px solid #391E71;
}
.enterNowbtn:hover{
  background: #fff;
  color:#391E71;
}
.giveaway-sec3{
  padding: 80px 0;
}
.giveaway-sec3 .row .col-md-6 img{
  border-radius:30px;
}

.giveaway-sec3 ul{
  list-style:none;
  padding-left:0;
  margin-bottom:0;
}
.giveaway-sec3 li{
  display:flex;
}
.giveaway-sec3 li div{
  padding-left: 15px;
  margin-top: -5px;
}
.giveaway-sec3 li h3{
  font-size: 16px;
  line-height: 16px;
}
.giveaway-sec3 .enterNowbtn{
  margin-top:0;
}
.giveaway-sec4{
  padding: 30px 0 70px;
}
.giveaway-sec4 h3{
  text-transform: lowercase;
  font-size: 48px;
  letter-spacing: -2px;
  margin-top: 20px;
  line-height: 48px;
  margin-bottom: 20px;
}
.giveaway-sec4 p{
  color: #000;
  line-height: 24px;
}
.giveaway-sec5{
  background-color:#F5F5F5;
  padding:40px 0;
}
.giveaway-sec5 h2{
  text-transform: lowercase;
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 20px;
}
.giveaway-sec5 p,.giveaway-sec5 p a{
  color: #000;
  text-decoration:none;
}
@media screen and (max-width:1199px){
  .giveaway-banner h2{
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 20px;
  }
  .giveaway-banner h3{
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width:992px){
  .giveaway-banner h2{
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .giveaway-banner h3{
    font-size: 38px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .smlTxt{
    padding-top: 10px;
  }
  .giveaway-banner select{
    background-position: 80% 22px;
  }
  .giveaway-sec2 p br{
    display:none;
  }
  .giveaway-sec3 p{
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 19px;
  }
  
}
@media screen and (max-width:767px){
  .giveaway-pencil-banner p{
    letter-spacing: 0px;
  }
  .giveaway-banner{
    background:url('../png/group_100000427850da.png?v=1727792692') no-repeat bottom center / cover;
    padding: 30px 0 40rem;
  }
  .giveaway-logo img{
    max-width: 200px;
  }
  .giveaway-banner h2{
    font-size: 55px;
    margin-bottom: 30px;
    line-height:55px;
  }
  .giveaway-banner h3{
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 30px;
  }
  .codeTxt{
    font-size: 23px;
    line-height: 23px;
    margin-bottom: 30px;
  }
  .giveaway-banner form{
    max-width: 320px;
  }
  .giveaway-banner input, .giveaway-banner select{
    height:43px;
  }
  .giveaway-banner input{
    background-color:transparent;
  }
  .giveaway-banner select{
    background-position: 80% 19px;
    background-size: 11px;
  }
  .giveaway-banner .form-group{
    margin-bottom: 10px;
  }
  .giveaway-banner button{
    font-size: 16px;
    padding: 7px 10px;
  }
  .smlTxt{
    padding-top: 20px;
    line-height: 20px;
  }
  .giveaway-sec2 h2{
    font-size: 42px;
    line-height: 42px;
  }
  .giveaway-sec2 p br{
    display:none;
  }
  .giveaway-sec2 p
    font-size: 18px;
  }
  .giveaway-sec2 .col-md-6{
    margin-bottom:40px;
  }
  .giveaway-sec2 .row .col-md-6:last-child{
    margin-bottom:0;
  }
  .giveaway-sec2 .col-md-6 h3 span{
    display:inline;
  }
  .enterNowbtn{
    padding: 6px 10px;
  }
  
  .giveaway-sec3{
    padding: 50px 0;
  }
  .giveaway-sec3 .row .col-md-6 img{
    border-radius: 20px;
    margin-bottom: 30px;
  }
  .gvsec3next{
    padding-top:0;
  }
  
}
/* Supply Giveaway */

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1240px;
    }
}

.product__media-item.grid__item.slider__slide:not(:first-of-type) .product__media__custom-overlay {
   display: none;
}

.product__media__custom-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
  height: 93% !important;
}