body,
html {
  font-family: PPFraktionSans-Regular;
  line-height: 1.5;
}

p {
  font-family: PPFraktionSans-Light;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'GT Planar Medium';
  
}

.container {
  max-width: 1190px;
  padding: 0 15px;
  margin: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.lander-pencil-banner {
  background: #391E71;
  text-align: center;
  padding: 10px 0;
}

.lander-pencil-banner p,
.lander-pencil-banner marquee {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
  font-weight: 500;
}

.lander-pencil-banner marquee {
  display: none;
}

.order-nowbtn {
padding: 1rem 2.5rem;
  color: #fff;
  font-size: 1.2rem;
border-radius: 1.5625rem;
background: #28A745;
  text-decoration: none;
  border-width: 0;
  cursor: pointer;
  width: max-content;
  margin: 0 auto;
  height: 55px;
  font-weight: 600; 
  display: flex;
    align-items: center;
    justify-content: center;
}

.order-nowbtn:hover {
  background-color: #218838;
  color: #fff;
}

.order-nowbtn:active {
  background-color: #1e7e34!important;
    color: #fff!important;
}
p.btn-para {
    font-size: 1rem;
    display: inline-block;
    width: 100%;
}

.hero-banner {
  background: url('../../images/new-index/mob-hero-banner.jpg') no-repeat center center / cover;
  padding: 40px 0;
   margin: 0 auto;
}


.hero-logo img {
  max-width: 160px;
}

.hero-banner-content {
    max-width: 500px;
    text-align: center; 
    margin: 0 auto;
    display: table;
}

.hero-banner-content h1 {
    color: #000;
    letter-spacing: -2px;   
    margin: 20px 0 30px;
    text-align: center;   
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.hero-banner-content h1+p {
  color: #000;
  font-size: 24px;
  margin-bottom: 30px;
}

.steps {
  max-width: 490px;
  margin: 0 auto 30px;
  display: flex;
  justify-content: space-between;
}

.stepsCol {
  position: relative;
}

.stepsCol::after {
  content: " ";
  background: #fff;
  height: 1px;
  position: absolute;
}

.steps .stepsCol:first-child::after {
  left: 50%;
  top: 27%;
  width: 137px;
}

.steps .stepsCol:nth-child(2)::after {
  left: 62%;
  top: 27%;
  width: 137px;
}

.steps .stepsCol:last-child::after {
  display: none;
}

.stepsNo {
  width: 60px;
  height: 60px;
  margin: 0 auto 12px;
  border-radius: 50%;
  border: 0 solid #fff;
  background-color: #3d2d64;
  line-height: 57px;
  color: #fff;
  font-family: 'GT Planar Regular';
  font-size: 26px;
  position: relative;
  z-index: 9;
}

.steps h3 {
  color: #fff;
  font-size: 18px;
}

.hero-form {
  max-width: 350px;
  margin: auto;
}

.hero-form .form-group {
  margin-bottom: 10px;
}

.hero-form .form-control {
  width: 100%;
}

.hero-form select,
.hero-form input {
  border-radius: 50px;
  height: 55px;
  padding: 10px 20px;
  font-size: 14px;
  color: #000;
  font-family: PPFraktionSans-Regular;
  background-color: rgba(255, 255, 255, 0.20);
}

.hero-form select:focus,
.hero-form input:focus {
  border: 1px solid #fff;
  outline: none;
}

.hero-form select {
  background-position: right 16px center;
  background-size: 15px;
  filter: brightness(0) invert(1);
}

.hero-form select::-webkit-input-placeholder {
  color: #fff;
}

.hero-form select::-moz-placeholder {
  color: #fff;
}

.hero-form select:-ms-input-placeholder {
  color: #fff;
}

.hero-form select:-moz-placeholder {
  color: #fff;
}

.unlockBtn {
  width: 100%;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  font-family: PPFraktionSans-Bold;
  text-transform: uppercase;
  font-weight: bold;
  color: #391E71;
  font-size: 18px;
  padding: 12px 10px;
  transition: all 0.2s ease;
}

.unlockBtn:hover {
  background: #391E71;
  border: 1px solid #391E71;
  color: #fff;
}

.area-one {
  background: #F5F5F5;
  padding: 50px 0;
}

.area-one-content {
  width: 25%;
  padding: 0 15px;
  text-align: center;
}

.area-one-content h2 {
  color: #391E71;
  letter-spacing: 0;
  font-size: 22px;
  line-height: 26px;
  margin-top: 10px;
  letter-spacing: 0;
  margin-bottom: 8px;
  text-transform: lowercase;
}

.area-one-content p {
  color: #000;
  font-size: 14px;
}

.area-two {
  padding: 80px 0;
}

.area-two .row {
  align-items: center;
}

.area-two-col {
  width: 50%;
  padding: 0 15px;
}

.area-two .row .area-two-col img {
  border-radius: 30px;
}

.area-two .row .area-two-col:last-child {
  padding-left: 50px;
}

.area-two-col h2 {
  color: #391E71;
  font-size: 35px;
  letter-spacing: 0;
}

.area-two-content {
  display: flex;
}
.area-two-content svg{
  width: 25px;
  height: 25px;
}

.area-two-content div {
  padding-left: 15px;
  width: 100%;
}

.area-two-content h4 {
  color: #391E71;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 16px;
  margin-bottom: 10px;
}

.area-two-col p {
  margin-bottom: 25px;
  color: #000;
}

.area-three-heading {
  text-align: center;
  color: #391E71;
  font-size: 48px;
  letter-spacing: 0;
  margin-bottom: 40px;
}

.area-three-rev-content {

    width: 31%;   background: #f5f5f5;
    margin: 0.80rem;
    border-radius: 2rem;
}

.reviews-inner {
  background: #F5F5F5;
  border-radius: 30px;
  text-align: center;
  padding: 20px 45px;
}

.reviews-inner svg {
  margin-bottom: 15px;
}

.reviews-inner p {
  font-size: 18px;
  font-family: PPFraktionSans-Light;
}

.reviews-inner h3 {
  font-family: PPFraktionSans-Bold;
  font-weight: bold;
  font-size: 18px;
  text-transform: capitalize;
  letter-spacing: 0;
  color: #000;
}

.verified-text {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.verified-text svg {
  margin-bottom: 0;
}

.verified-text h5 {
  margin-bottom: 0;
  font-family: PPFraktionSans-Bold;
  text-transform: capitalize;
  letter-spacing: 0;
  margin-left: 10px;
  color: #0DA356;
  font-size: 20px;
  line-height: 20px;
}

.reviews-text {
  min-height: 180px;
}

.as-featured-in {
  padding: 60px 0 0;
}

.featuredIn h4 {
  color: #646462;
  font-family: PPFraktionSans-Bold;
  font-weight: bold;
}

.giveaway-sec2 .col-md-6 h3 {
  color: #382B4C;
  font-family: 'GT Planar Light';
  font-size: 20px;
}

.giveaway-sec2 .col-md-6 h3 span {
  display: block;
  font-family: 'GT Planar Regular';
}

.featuredIn {
  background: #fbfbf5;
  border-radius: 15px;
  padding: 24px;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 55px;
}

.featuredIn h4 {
  font-size: 16px;
  text-transform: uppercase;
}

.featured-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 80%;
  flex-wrap: wrap;
  margin: 20px auto 0;
}

.brand-tooltip {
  position: relative;
  display: inline-block;
  overflow: hidden;
  height: 50px;
  width: 24%;
  text-align: center;

}

.brand-tooltip * {
  transition: 0.4s;
}

.brand-tooltiptext {
  transform: translateY(400px);
  line-height: 1.2;
  padding: 0px 15px;
  display: table;
  color: #000;
  margin: 0 auto;
}

/* .brand-tooltip:hover img {
  transform: translateY(-80px);
}

.brand-tooltip:hover .brand-tooltiptext {
  transform: translateY(-40px);

}

.brand-tooltip:nth-child(2):hover .brand-tooltiptext {
  transform: translateY(-34px);
} */

.brand-tooltip img {
  max-width: 150px;
  object-fit: scale-down;
  height: 100%;
  width: 100%;
}

.accordion-main-wrapper-custom {
  padding: 20px 0;
}

.accordion-main-wrapper-custom h4 {
  color: #391E71;
  font-family: GT Planar Medium;
  font-size: 48px;
  font-weight: 500;
  line-height: 55.2px;
  letter-spacing: -0.03em;
  text-align: center;
  text-transform: lowercase;
  margin-bottom: 20px;
}

.accordion-main-wrapper-custom .page-width-inner {
  max-width: 80%;
  margin: 0 auto;
}

.accordion-main-wrapper-custom .page-width-inner .accordion-wrapper-custom {
  margin-bottom: 15px;
  border: 1.4px solid rgba(57, 30, 113, 1);
  border-radius: 10px;
  padding: 0 20px;
}

.accordion-main-wrapper-custom .page-width-inner .accordion-wrapper-custom:last-child {
  margin-bottom: 0;
}

.accordion-wrapper-custom .accordion-custom button {
  position: relative;
  display: block;
  width: 100%;
  padding: 1em 0;
  color: rgba(0, 0, 0, 1);
  border: none;
  background: none;
  outline: none;
  font-family: GT Planar Medium;
  font-size: 20px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: -0.05em;
  text-align: left;
}

.accordion-wrapper-custom .accordion-custom button:hover::after,
.accordion-wrapper-custom .accordion-custom button:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #03b5d2;
}

.accordion-wrapper-custom .accordion-custom button .accordion-title-custom {
  padding: 1em 1em 1em 0;
  text-transform: lowercase;
}

.accordion-wrapper-custom .accordion-custom button .icon-custom {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}

.accordion-wrapper-custom .accordion-custom button .icon-custom::before {
  display: block;
  position: absolute;
  content: '';
  top: 15px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}

.accordion-wrapper-custom .accordion-custom button .icon-custom::after {
  display: block;
  position: absolute;
  content: '';
  top: 11px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion-wrapper-custom .accordion-custom button[aria-expanded='true'] .icon-custom::after {
  width: 0;
}

.accordion-wrapper-custom .accordion-custom button[aria-expanded='true']+.accordion-content-custom {
  opacity: 1;
  max-height: max-content;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}

.accordion-wrapper-custom .accordion-custom .accordion-content-custom {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}

.accordion-wrapper-custom .accordion-custom .accordion-content-custom p {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.05em;
  text-align: left;
  margin-bottom: 1em;
}

.get-in-touch {
  background-color: rgba(251, 251, 245, 1);
  padding: 60px 0;
}

.get-in-touch-bottom .col-md-4 {
  width: 33.33%;
  padding: 0 15px;
}

.get-in-touch-title {
  color: rgba(56, 43, 76, 1);
  font-family: GT Planar Medium;
  font-size: 48px;
  font-weight: 500;
  line-height: 52.8px;
  letter-spacing: -0.03em;
  text-align: center;
  text-transform: lowercase;
  margin-bottom: 20px;
}

.get-in-touch-desc {
  color: rgba(53, 53, 53, 1);
  font-size: 16px;
  font-weight: 300;
  line-height: 23.78px;
  text-align: center;
}

.get-in-touch-bottom {
  margin-top: 100px;
}

.get-in-touch-box {
  background-color: rgba(242, 242, 235, 1);
  border-radius: 5px;
  position: relative;
  height: 220px;
  padding-top: 50px;
}

.get-in-touch-box .box-img {
  text-align: center;
  top: -60px;
  position: absolute;
  width: 100%;
}

.get-in-touch-box .box-img img {
  width: 100px;
}

.get-in-touch-box h5 {
  color: rgba(53, 53, 53, 1);
  font-family: GT Planar Medium;
  font-size: 24px;
  font-weight: 500;
  line-height: 26.4px;
  letter-spacing: -0.03em;
  text-align: center;
  margin-bottom: 10px;
}

.get-in-touch-box p {
  color: rgba(53, 53, 53, 1);
  font-size: 14px;
  font-weight: 300;
  line-height: 20.8px;
  text-align: center;
  margin-bottom: 18px;
  min-height: 45px;
}

.get-in-touch-box .box-link {
  text-align: center;
}

.get-in-touch-box a {
  background-color: rgba(57, 30, 113, 1);
  color: rgba(242, 242, 235, 1);
  text-decoration-line: none;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 15.4px;
  display: inline-block;
  padding: 11px 15px;
  max-width: 300px;
  width: 100%;
}

.get-in-touch-bottom .col-md-4 {
  padding: 0 30px;
}

.get-in-touch-bottom .col-md-4:first-child {
  padding-left: 0;
}

.get-in-touch-bottom .col-md-4:last-child {
  padding-right: 0;
}

.footer {
  border-top: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

.footer:not(.color-scheme-1) {
  border-top: none;
}

.footer__content-top {
  padding-bottom: 5rem;
  display: block;
}

.alternate-footer .row .col-md-6:last-child .subsc-text {
  margin-left: auto;
}

.alternate-footer .newsletter-form {
  margin-left: auto !important;
}

.alternate-footer hr {
  opacity: 1;
  margin: 10px 0;
  background: #767676;
}

.alternate-footer .after-subsc-form {
  margin: auto;
}

.btn.mb-4 {
    font-family: Poppins, sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.4;
    text-decoration: none solid rgb(255, 255, 255);
    text-align: center;
    background-color: rgb(31, 173, 50);
    background-repeat: repeat;
    color: rgb(255, 255, 255);
    height: 72px;
    width: 380px;
    border: 2px solid rgb(46, 44, 44);
    margin: 0px 0px 16px;
    padding: 18px;
    max-width: 100%;
    transform: none;
    transition: color 0.3s, background-color 0.3s, border-color 0.3s, outline-color 0.3s, text-decoration-color 0.3s, fill 0.3s, stroke 0.3s, --tw-gradient-from 0.3s, --tw-gradient-via 0.3s, --tw-gradient-to 0.3s;
    box-sizing: border-box;
    word-wrap: normal;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgb(46, 44, 44) 5px 5px 0px 0px;
    border-radius: 10px;
}

.btn.mb-4:hover {
    background-color: rgb(255 216 59);
    color: #000000;
}

i.icon.icon-arrow {
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMiAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyLjAwMSA1TDQuMDAwOTggMC4zODExOTdMNC4wMDA5OCA5LjYxODhMMTIuMDAxIDVaTTQuODAwOTggNUw0LjgwMDk4IDQuMkwwLjAwMDk3NjYzMiA0LjJMMC4wMDA5NzY1NjIgNUwwLjAwMDk3NjQ5MyA1LjhMNC44MDA5OCA1LjhMNC44MDA5OCA1WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==);
    font-size: 0.65rem;
    display: inline-flex;
    width: 1.2em;
    height: 1.6em;
    background: currentColor;
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
    line-height: 1.4;
}
button.btn.mb-4.mt-3 {
    margin: 0 auto;
    display: block;
}
 
@media screen and (max-width: 749px) {
     /* .btn.mb-4 {
        width: 100%;
    } */
  .footer .grid {
    display: block;
  }

  .footer-block.grid__item {
    padding: 0;
    margin: 4rem 0;
    width: 100%;
  }

  .footer-block.grid__item:first-child {
    margin-top: 0;
  }

  .footer__content-top {
    padding-bottom: 3rem;
    padding-left: calc(4rem / var(--font-body-scale));
    padding-right: calc(4rem / var(--font-body-scale));
  }
}

@media screen and (min-width: 750px) {
  .footer__content-top .grid {
    row-gap: 6rem;
    margin-bottom: 0;
  }
}

.footer__content-bottom {
  border-top: solid 0.1rem rgba(var(--color-foreground), 0.08);
  padding-top: 3rem;
}

.footer__content-bottom:only-child {
  border-top: 0;
}

.footer__content-bottom-wrapper {
  display: flex;
  width: 100%;
}

@media screen and (max-width: 749px) {
  .footer__content-bottom {
    flex-wrap: wrap;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    row-gap: 1.5rem;
  }

  .footer__content-bottom-wrapper {
    flex-wrap: wrap;
    row-gap: 1.5rem;
    justify-content: center;
  }

  .footer__content-bottom.scroll-trigger.animate--slide-in {
    animation: none;
    opacity: 1;
    transform: inherit;
  }
}

.footer__localization:empty+.footer__column--info {
  align-items: center;
}

@media screen and (max-width: 749px) {
  .footer__localization:empty+.footer__column {
    padding-top: 1.5rem;
  }
}

.footer__column {
  width: 100%;
  align-items: flex-end;
}

.footer__column--info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media screen and (min-width: 750px) {
  .footer__column--info {
    padding-left: 0;
    padding-right: 0;
    align-items: flex-end;
  }
}

.footer-block:only-child:last-child {
  text-align: center;
  max-width: 76rem;
  margin: 0 auto;
}

@media screen and (min-width: 750px) {
  .footer-block {
    display: block;
    margin-top: 0;
  }
}

.footer-block:empty {
  display: none;
}

.footer-block--newsletter {
  display: flex;
  align-items: flex-end;
  margin-top: 3rem;
  gap: 1rem;
}

.footer-block--newsletter:only-child {
  margin-top: 0;
}

@media screen and (max-width: 749px) {
  .footer-block.footer-block--menu:only-child {
    text-align: left;
  }
}

@media screen and (min-width: 750px) {
  .footer-block--newsletter {
    flex-wrap: nowrap;
    justify-content: center;
  }
}

.footer-block__heading {
  margin-bottom: 2rem;
  margin-top: 0;
  font-size: calc(var(--font-heading-scale) * 1.6rem);
}

@media screen and (min-width: 990px) {
  .footer-block__heading {
    font-size: calc(var(--font-heading-scale) * 1.8rem);
  }
}

.footer__list-social:empty,
.footer-block--newsletter:empty {
  display: none;
}

.footer__follow-on-shop {
  display: flex;
  text-align: center;
}

.footer__list-social.list-social:only-child {
  justify-content: center;
}

.footer-block__newsletter {
  text-align: center;
  flex-grow: 1;
}

.newsletter-form__field-wrapper {
  max-width: 36rem;
}

@media screen and (min-width: 750px) {

  /* Pushes other components to the right of the flexbox */
  .footer-block__newsletter:not(:only-child) {
    text-align: left;
    margin-right: auto;
  }

  .footer-block__newsletter:not(:only-child) .footer__newsletter {
    justify-content: flex-start;
    margin: 0;
  }

  .footer-block__newsletter:not(:only-child) .newsletter-form__message--success {
    left: auto;
  }

  .footer__follow-on-shop {
    margin-bottom: 0.4rem;
  }

  /* Follow on shop is the first button but it has siblings*/
  .footer__follow-on-shop:first-child:not(:last-child) {
    justify-content: flex-start;
    margin-right: auto;
    text-align: left;
  }

  /*
          All three components are present, email, Follow on Shop, and social icons.
          Moves the FoS button next to the social icons so they appear grouped together
        */
  .footer__follow-on-shop:not(:first-child):not(:last-child) {
    justify-content: flex-end;
    text-align: right;
  }
}

@media screen and (max-width: 749px) {

  /*
          On a small screen we want all the items to be centered
          because they will be stacked.
         */
  .footer-block--newsletter {
    display: flex;
    flex-direction: column;
    flex: 1 1 100%;
    align-items: center;
    gap: 3rem;
  }

  .footer__list-social.list-social,
  .footer__follow-on-shop,
  .footer-block__newsletter {
    display: flex;
    justify-content: center;
  }

  .footer-block__newsletter {
    flex-direction: column;
  }
}

@media screen and (min-width: 750px) {
  .footer-block__newsletter+.footer__list-social {
    margin-top: 0;
  }
}

.footer__localization {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  padding: 1rem 1rem 0;
}

.footer__localization:empty {
  display: none;
}

.footer__localization h2 {
  margin: 1rem 1rem 0.5rem;
  color: rgba(var(--color-foreground), 0.75);
}

@media screen and (min-width: 750px) {
  .footer__localization {
    padding: 0.4rem 0;
    justify-content: flex-start;
  }

  .footer__localization h2 {
    margin: 1rem 0 0;
  }
}

@media screen and (min-width: 750px) {
  .footer__payment {
    margin-top: 1.5rem;
  }
}

.footer__content-bottom-wrapper--center {
  justify-content: center;
}

.footer__copyright {
  text-align: center;
  margin-top: 1.5rem;
}

@media screen and (min-width: 750px) {
  .footer__content-bottom-wrapper:not(.footer__content-bottom-wrapper--center) .footer__copyright {
    text-align: right;
  }
}

@keyframes appear-down {
  0% {
    opacity: 0;
    margin-top: -1rem;
  }

  100% {
    opacity: 1;
    margin-top: 0;
  }
}

.footer-block__details-content {
  margin-bottom: 4rem;
}

@media screen and (min-width: 750px) {
  .footer-block__details-content {
    margin-bottom: 0;
  }

  .footer-block__details-content>p,
  .footer-block__details-content>li {
    padding: 0;
  }

  .footer-block:only-child li {
    display: inline;
  }

  .footer-block__details-content>li:not(:last-child) {
    margin-right: 1.5rem;
  }
}

.footer-block__details-content .list-menu__item--link,
.copyright__content a {
  color: rgba(var(--color-foreground), 0.75);
}

.footer-block__details-content .list-menu__item--active {
  transition: text-decoration-thickness var(--duration-short) ease;
  color: rgb(var(--color-foreground));
}

@media screen and (min-width: 750px) {

  .footer-block__details-content .list-menu__item--link:hover,
  .copyright__content a:hover {
    color: rgb(var(--color-foreground));
    text-decoration: underline;
    text-underline-offset: 0.3rem;
  }

  .footer-block__details-content .list-menu__item--active:hover {
    text-decoration-thickness: 0.2rem;
  }
}

@media screen and (max-width: 989px) {
  .footer-block__details-content .list-menu__item--link {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media screen and (min-width: 750px) {
  .footer-block__details-content .list-menu__item--link {
    display: inline-block;
    font-size: 1.4rem;
  }

  .footer-block__details-content> :first-child .list-menu__item--link {
    padding-top: 0;
  }
}

.footer-block-image {
  display: flex;
}

.footer-block-image.left {
  justify-content: flex-start;
}

.footer-block-image.center {
  justify-content: center;
}

.footer-block-image.right {
  justify-content: flex-end;
}

@media screen and (max-width: 749px) {

  .footer-block-image,
  .footer-block-image.left,
  .footer-block-image.center,
  .footer-block-image.right {
    justify-content: center;
  }
}

.footer-block__image-wrapper {
  margin-bottom: 2rem;
  overflow: hidden !important;
}

.footer-block__image-wrapper img {
  display: block;
  height: auto;
  max-width: 100%;
}

.footer-block__brand-info {
  text-align: left;
}

.footer-block:only-child .footer-block__brand-info {
  text-align: center;
}

.footer-block:only-child>.footer-block__brand-info>.footer-block__image-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.footer-block-image>img,
.footer-block__brand-info>img {
  height: auto;
}

.footer-block:only-child .footer-block__brand-info .footer__list-social.list-social {
  justify-content: center;
}

.footer-block__brand-info .footer__list-social.list-social {
  justify-content: flex-start;
  margin-left: -1.3rem;
  margin-right: -1.3rem;
}

.footer-block__details-content .placeholder-svg {
  max-width: 20rem;
}

.copyright__content {
  font-size: 1.1rem;
}

.copyright__content a {
  color: currentColor;
  text-decoration: none;
}

.policies {
  display: inline;
}

.policies li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.policies li::before {
  content: '\00B7';
  padding: 0 0.8rem;
}

.policies li a {
  padding: 0.6rem 0;
  display: block;
}

@media screen and (min-width: 750px) {
  .policies li a {
    padding: 0;
  }
}

@keyframes animateLocalization {
  0% {
    opacity: 0;
    transform: translateY(0);
  }

  100% {
    opacity: 1;
    transform: translateY(-1rem);
  }
}

/* check for flexbox gap in older Safari versions */
@supports not (inset: 10px) {
  @media screen and (max-width: 749px) {
    .footer .grid {
      margin-left: 0;
    }
  }

  @media screen and (min-width: 750px) {
    .footer__content-top .grid {
      margin-left: -3rem;
    }

    .footer__content-top .grid__item {
      padding-left: 3rem;
    }
  }
}


.sub-box {
  background: url(../../images/new-index/sub-bg.jpg) no-repeat no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 30px;
  padding: 32px 60px;
  margin: 40px 0;
}

.sub-box-wrapper {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  justify-content: space-between;
}

.sub-text h3 {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 15px;
}
.sub-text {
  color: #fff;
  width: calc(100% - 520px);
}
.sub-img {
  width: 200px;
}
.sub-icon {
  width: 150px;
}
.footer-menu {
  background-color: #7F5DA3;
  padding: 8px 0px;
} 

.ftr-menu-box {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    color: #fff;
    align-items: center;
    -webkit-align-items: center;
}
.fte-menu-links a {
  color: #fff;
  margin-right: 15px;
  text-decoration: none;
}


@media screen and (max-width:1240px) {
  .get-in-touch-box a {
    min-width: 210px;
    width: auto;
  }
}

@media screen and (max-width:1199px) {
  .area-one-content h2 {
    font-size: 20px;
  }

  .area-two {
    padding: 50px 0;
  }

  .area-two-next .area-two-col h2 {
    font-size: 30px;
  }

  .get-in-touch-box p {
    font-size: 13px;
    line-height: 19.8px;
  }
}

@media screen and (max-width:992px) {
  .hero-banner{
    max-width: 100%;
  }


   .area-one-content h2 br {
    display: none;
  }

  .area-one-content h2 {
    font-size: 16px;
    line-height: 22px;
  }

  .area-two {
    padding: 50px 0;
  }

  .area-two .row .area-two-col:last-child {
    padding-left: 30px;
  }

  .area-two-col h2 {
    font-size: 30px;
  }

  .reviews-inner {
    padding: 20px 25px;
  }

  .reviews-inner p {
    font-size: 15px;
  }

  .area-two-next .area-two-col h2 {
    font-size: 30px;
  }

  .get-in-touch-title {
    font-size: 40px;
    line-height: 44.8px;
  }

  .get-in-touch-desc br {
    display: none;
  }

  .get-in-touch-box a {
    font-size: 12px;
    line-height: 13.4px;
    padding: 10px 10px;
    min-width: 180px;
  }

  .get-in-touch-box p {
    font-size: 11px;
    line-height: 16.8px;
    min-height: 33px;

  }

  .get-in-touch-bottom .col-md-4 {
    padding: 0 20px;
  }

  .get-in-touch-bottom .col-md-4:first-child {
    padding-left: 20px;
  }

  .get-in-touch-bottom .col-md-4:last-child {
    padding-right: 20px;
  }
  .sub-box-wrapper{
      flex-direction: column;
  }
  .sub-text{
      width: 100%;
      margin: 20px 0;
  }
}

@media screen and (min-device-width: 992px) and (max-device-width: 1099.9px) {
  .subsc-text {
    font-size: 25px;
  }

  .subsc-form input[type=email] {
    max-width: 55%;
  }
   .area-three-rev-content {
    margin: 0.50rem;}
}
@media screen and (max-height: 430px) and (orientation: landscape) {
    .area-three-rev-content {
    margin: 0.40rem;}
    .sub-box-wrapper{
        flex-direction: column;
    }
    .sub-text {
    color: #fff;
    width: 100%;
    padding: 20px 0;
}
}
@media screen and (min-device-width: 768px) and (max-device-width: 991.9px) {
  .subsc-text {
    font-size: 19px;
    line-height: 26px;
  }

  .subsc-form {
    width: 90% !important;
    max-width: 90% !important;
  }

  .after-subsc-form {
    width: 90%;
    font-size: 13px;
  }

  .copyright {
    font-size: 13px;
  }

  .footer-menus h6 {
    min-height: 48px;
  }

  .subsc-form input[type=email] {
    max-width: 60%;
  }

  .subsc-form button {
    font-size: 12px;
    padding: 5px 18px;
  }
  .area-three-rev-content {
    margin: 0.50rem;}
}

@media only screen and (min-width: 768px) {
  .show-mob {
    display: none;
  }
}

@media screen and (max-width:767.5px) {
  .container {
    max-width: 100%;
  }

  .lander-pencil-banner p {
 font-size: 0.90rem;
  }

  .lpb-mob {
    display: block !important;
    font-size: 12px;
  }

  .lander-pencil-banner marquee {
    display: block;
  }

.hero-banner{
    padding: 40px 0;
} 

  .hero-logo img {
    max-width: 200px;
  }

  .hero-banner-content {
    max-width: 100%;
    margin: auto;
  }
  .hero-banner-content h1+p {
    font-size: 1.4rem;
  }


  .stepsNo {
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 39px;
    z-index: 9;
    position: relative;
  }

.order-nowbtn{
  font-size: 1.1rem;
  margin-bottom: 10px;
  width: 100%;
 }

  .steps {
    max-width: 428px;
    margin: 0 auto 15px;
  }

  .steps .stepsCol:first-child:after {
    left: 70%;
    top: 22%;
  }

  .steps .stepsCol:nth-child(2):after {
    left: 70%;
    top: 22%;
  }

  .hero-form select,
  .hero-form input {
    height: 40px;
    background-color: transparent;
    padding: 5px 20px;
  }

  .unlockBtn {
    font-size: 16px;
    padding: 8px 10px;
  }

  .area-one-content {
    width: 100%;
    margin-bottom: 30px;
  }

  .area-one .row .area-one-content:last-child {
    margin-bottom: 0;
  }

  .area-one {
    padding: 40px 0;
  }

  .area-one-content h2 br {
    display: block;
  }

  .area-one-content h2 {
    font-size: 20px;
  }

  .area-two-col {
    width: 100%;
    padding: 0 5px;
  }

  .area-two .row .area-two-col:last-child {
    padding-left: 5px;
    padding-top: 20px;
  }

  .area-two {
    padding: 40px 0 40px;
  }

  .area-two-col h2 {
    font-size: 25px;
  }

  .area-two-content h4 {
    margin-bottom: 5px;
  }

  .area-two-col p {
    margin-bottom: 20px;
    color: #000;
  }

  .area-three .row {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .area-three .row .area-three-rev-content:first-child {
    padding-left: 0;
  }

  .area-three .row .area-three-rev-content:last-child {
    padding-right: 0;
  }

  .area-three-rev-content {
    width: 80%;
    max-width: 100%;
    flex-basis: 80%;
    flex-grow: 0;
    flex-shrink: 0;
    padding: 0 10px;
    margin-bottom: 30px;
  }

  .area-three-heading {
        text-align: center;
        font-size: 25px;
        letter-spacing: 0;
        margin-bottom: 20px;
        text-transform: uppercase;
  }

  .reviews-inner {
    padding: 20px 25px;
  }

  .reviews-inner p,
  .reviews-inner h3,
  .verified-text h5 {
    font-size: 16px;
  }

  .area-three .row::-webkit-scrollbar {
    width: 10px;
    height: 5px;
  }

  .area-three .row::-webkit-scrollbar-track {
    background: #E2E2E2;
  }

  .area-three .row::-webkit-scrollbar-thumb {
    background: #391E71;
  }

  .area-three .row::-webkit-scrollbar-thumb:hover {
    background: #555;
  }

  .area-two-next .row {
    flex-direction: column-reverse;
  }

  .area-two-next .area-two-col h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 25px;
    text-transform: uppercase;
  }

 

  .featured-wrapper {
    max-width: 100%;
  }

  .brand-tooltip img {
    max-width: 100%;
    object-fit: contain;
    height: auto;
    margin: auto;
  }

  .accordion-main-wrapper-custom h4 {
   font-size: 25px;
   text-transform: uppercase;
  }

  .accordion-main-wrapper-custom .page-width-inner {
    max-width: 100%;
  }

  .accordion-main-wrapper-custom {
    padding: 0 0 40px;
  }

  .accordion-wrapper-custom .accordion-custom button {
    font-size: 17px;
   }

  .accordion-wrapper-custom .accordion-custom button .accordion-title-custom {
    padding: 0em 1em 0em 0;
    max-width: 550px;
    display: inline-block;
  }

  .get-in-touch-bottom .col-md-4 {
    width: 100%;
    padding: 0 5px;
  }

  .get-in-touch-title {
    font-size: 32px;
    line-height: 35.8px;
  }

  .get-in-touch-box p {
    font-size: 14px;
    line-height: 20.8px;
    min-height: auto;
  }

  .get-in-touch-box a {
    font-size: 14px;
    line-height: 15.4px;
    padding: 11px 15px;
    max-width: 300px;
    width: 100%;
  }

  .get-in-touch-bottom .col-md-4 {
    margin-bottom: 90px;
  }

  .get-in-touch-bottom .col-md-4:last-child {
    margin-bottom: 0;
  }

  .get-in-touch {
    padding: 50px 0 60px;
  }

  .get-in-touch-bottom .col-md-4 {
    padding: 0 15px;
  }

  .get-in-touch-bottom .col-md-4:first-child {
    padding-left: 15px;
  }

  .get-in-touch-bottom .col-md-4:last-child {
    padding-right: 15px;
  }

  .footer-logo {
    display: block;
    text-align: center;
  }

  .footer__list-social {
    justify-content: center !important;
    margin: 30px 0 30px;
  }
brand-tooltip {
  width: 35%;

}
  .subsc-text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
  }

  .subsc-form {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 40px !important;
  }

  .after-subsc-form {
    font-size: 13px;
    line-height: 19px;
    width: 90%;
  }

  .copyright {
    font-size: 13px;
  }

  .footer-menus h6 {
    font-size: 16px;
    line-height: 22px;
  }

  .mob-none {
    display: none;
  }

  .show-mob {
    display: block;
  }
  .sub-box {
    border-radius: 30px;
    padding: 32px 30px;
    text-align: center;
    margin-top: 0;
  }
  .sub-text {
    width: 100%;
}
.sub-icon {
  width: 100px;
  display: table;
  margin: 0 auto 20px;
}
.sub-img {
  width: 120px;
  display: table;
  margin: 20px auto 0px;
}
.ftr-menu-box{
  flex-direction: column;
}

 .area-one-content p {
    font-size: 1rem;
    margin-top: 20px;
}
.as-featured-in
 {
    padding: 40px 0 0;
}
.featuredIn {
    padding: 1rem; 
    margin-bottom: 30px;
}
}
@media screen and (max-wdith:416px){.btn.mb-4 {width:100%; margin: 0 auto;
    display: block;}}
@media screen and (max-width:576px) {
 .btn.mb-4 {width:100%;margin: 0 auto;display: block;}
  .steps .stepsCol:first-child:after {
    width: 84px;
    top: 16%;
  }

  .steps .stepsCol:nth-child(2):after {
    width: 84px;
    top: 16%;
  }


  .steps {
    max-width: 320px;
  }

  .accordion-wrapper-custom .accordion-custom button .accordion-title-custom {
    padding: 0em 1em 0em 0;
    max-width: 293px;
    display: inline-block;
  }
}

/* new accordion css */
.accordion-item-custom button {
  width: 100%;
  text-align: left;
  background: #f1f1f1;
  padding: 10px;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 16px;
  transition: background 0.3s ease-in-out;
}


.accordion-content-custom {
  display: none;
  padding: 10px 0px;
  background: #fff;
  border-top: none;
}

.icon-custom {
  float: right;
  transition: transform 0.3s ease;
}

button[aria-expanded="true"] .icon-custom {
  transform: rotate(180deg);
}
h1.big-txt{
font-size: 4.5rem;
    line-height: 1;
    text-transform: lowercase;
}
.product-img{
    height: 450px;
}
@media(max-width:767px){
  .hero-logo img {
    max-width: 150px;
}

.hero-banner-content h1 {
font-size: 2rem;
        line-height: 1.2;
        margin-bottom: 20px;
 }
 h1.big-txt{
    font-size: 3.10rem;;
    line-height: 1.1;
            text-transform: lowercase;
        margin-bottom: 10px;}
.hero-banner-content h1+p {
  font-size: 1rem;
  margin-bottom: 15px;
}
.steps h3 {
  color: #fff;
  font-size: 1rem;
}

.steps .stepsCol:first-child:after {
  width: 90px;
}
.steps .stepsCol:nth-child(2):after {
  width: 90px;
}
}

.pulse {
  animation-name: pulse;
  -webkit-animation-name: pulse;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@keyframes pulse {
  0% {
      transform: scale(0.9);
 }
  50% {
      transform: scale(1);
 }
  100% {
      transform: scale(0.9);
 }
}
@-webkit-keyframes pulse {
  0% {
      -webkit-transform: scale(0.95);
 }
  50% {
      -webkit-transform: scale(1);
 }
  100% {
      -webkit-transform: scale(0.95);
 }
}


