@import "./header.css";
@import "./cta-cards.css";
@import "./card-repeat-section.css";
@import "./smokefree-targets-mobile.css";
@import "./certificates-section.css";
@import "./challenge-boxes-section.css";
@import "./home-perlz-slider.css";
@import "./mobile-smokefree-targets.css";
@import "./countdown-banner.css";
@import "./fullwidth-image.css";
@import "./fullwidth-slider.css";
@import "./mobile-challenge-highlights.css";
@import "./usage-estimate.css";
@import "./social.css";
@import "./social-media-icons.css";
/* TypoGraphy */
/* ::-webkit-scrollbar {
	width: 0
} */
/* * {
	box-sizing: border-box;
}
:focus {
	outline: none !important;
	box-shadow: none;
	border-color: inherit;
}
textarea.form-control {
	resize: none;
	overflow: hidden;
}
html, body {
	width: 100%;
}
body {
	padding: 0;
	margin: 0;
	font-family: 'Helvetica Reg';
	font-weight: normal;
	background: #fff;
	overflow-x: hidden;
	font-size: 16px;
	color: #000;
}
img {
	max-width: 100%;
	image-rendering: -webkit-optimize-contrast;
}
a, a:hover {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px 0 20px;
	padding: 0px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #000;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover,h6 a:hover {
	color: #01a4ec;
}
h1 {
	font-family: 'Helvetica Bold';
	font-weight: bold;
	font-size: 98px;
	line-height: 84px;
	color: #000;
}
h2 {
	font-size: 45px;
	line-height: normal;
	color: #000;
	font-family: 'Helvetica Bold';
	font-weight: bold;
}
h3 {
	font-family: 'Helvetica Bold';
	font-weight: bold;
	font-size: 40px;
	line-height: 43px;
	color: #000000;
}
h4 {
	font-family: 'Helvetica Bold';
	font-weight: bold;
	font-size: 30px;
	line-height: 30px;
	color: #000000;
}
h5 {
	font-family: 'Helvetica Bold';
	font-weight: bold;
	font-size: 25px;
	line-height: 22px;
	color: #000000;
}
h6 {
	font-family: 'Helvetica Bold';
	font-weight: bold;
	font-size: 20px;
	line-height: normal;
	color: #585B5D;
}
p {
    font-size: 16px;
    color: #000;
    line-height: 22px;
}
p:last-child {
	margin-bottom: 0;
}
b, strong{
	font-family: 'Helvetica Bold';
	font-weight: bold;
}
ul {
	padding: 0px 0 20px 18px;
	margin: 0px;
}
ol {
	padding-bottom: 20px;
	padding-left: 15px;
}
ol li {
	position: relative;
	padding-left: 5px;
}
li {
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #1A1A1A;
}
li a {
	color: #01a4ec;
}
li a:hover {
	color: #1A1A1A;
}
a {
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	color: #03b1e7;
}
a:hover {
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	color: #1A1A1A;
}
button {
	padding: 0;
	background-color: transparent;
	border: none;
}
body.mobile-menu {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.btn {
    border: 1px solid #E6C82B;
    background: #E6C82B;
    color: black;
    padding: 5px 42px;
	min-width: 174px;
	min-height: 39px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    border-radius: 97px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 300ms ease-in;
    font-family: "Montserrat", sans-serif;
    line-height: normal;
}
.btn:hover {
    background: #3C485B !important;
    border-color: #3C485B !important;
    color: #fff !important;
}
.btn-orange {
    border: 1px solid #b4763f;
    background: #b4763f;
	color: #fff;
}
.btn-orange:hover {
	background: #fff;
	border-color: #000;
	color: #000;
}
.btn-blue {
    border-color: #3C485B;
    background: #3C485B;
	color: #fff;
}
.btn-blue:hover {
	background: #E6C82B !important;
	border-color: #E6C82B !important;
	color: #000 !important;
} */
/* ================== //  LANDING PAGE START // ================== */

.home-banner-section {
  height: auto;
  padding: 0;
  margin: 0;
  border-bottom: 5px #B4763F solid;
  /*border-top: 5px #B4763F solid;*/
}

.home-slider {
  margin: 0;
  padding: 0;
}

.slider-item {
  margin: 0;
  padding: 0;
  position: relative;
  display: block !important;
}

.home-banner-bg {
  margin: 0;
  padding: 0;
}

.home-banner-bg img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.slider-content-absolute {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  -webkit-ransform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.slider-content-absolute .container {
  padding: 0 62px;
}

.slider-row-warp {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.heading-slider {
  margin: 0;
  padding: 0;
}

.heading-slider h1,
.heading-slider h2,
.heading-slider h3,
.heading-slider h4,
.heading-slider h5 {
  font-size: 45px;
  line-height: 45px;
  margin: 0 0 5px;
}

.heading-slider p {
  font-size: 18px;
  line-height: normal;
  margin: 0 0 20px;
}

.banner-content {
  width: 41%;
}

.slider-product-img-rlt {
  margin-left: auto;
  width: 56%;
}

#slick-slide03 .heading-slider h2 {
  color: #fff;
}

#slick-slide03 .heading-slider p {
  color: #6d431e;
}


.banner-content .banner-btn .btn {
  padding: 5px 18px;
  min-width: 166px;
}

.slider-content-absolute.slider-4pending .container {
  padding-right: 30px;
  padding-left: 30px;
}

.slider-4pending .banner-content {
  width: 32%;
  padding: 0 0 0 20px;
}

.slider-4pending .slider-product-img-rlt {
  margin-left: auto;
  width: 46%;
}

.slider-6pending .banner-content {
  width: 32%;
  padding: 0 0 0 20px;
}

#slick-slide05 .slider-product-img-rlt {
  margin-left: auto;
  width: 44%;
}

.mix-and-match3or2 {
  width: 120px;
}

/* ================== //  LANDING PAGE END // ================== */


/** ================== // MEMBERSHIP SECTION CSS START// ================== **/
.membership-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}

.membership-col-left {
  width: 25%;
}

.membership-right-info {
  position: relative;
  z-index: 1;
}

.membership-col-right {
  padding: 15px;
  width: 75%;
  background: #F2F2F2;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media only screen and (min-width: 900px) {
  .membership-col-right {
    padding: 40px 60px 41px 50px;
  }
}

/* .membership-col-right::before {
    content: "";
    background-image: url(../images/membership-bg.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.membership-col-right::after {
    content: "";
    background: #F2F2F2;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.96;
    width: 100%;
    height: 100%;
} */
.membership-thumb {
  height: 100%;
  width: 100%;
}

.membership-thumb img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.membership-right-info h2 {
  font-family: 'Helvetica Reg';
  font-weight: 400;
  margin-bottom: 0.5em;
  font-size: 20px;
  line-height: 1.2em;
}

.membership-right-info p {
  line-height: 1.6;
}

.membership-right-info h5 {
  font-size: 16px;
  margin-bottom: 0.5em;
}

.membership-right-info ul {
  padding: 0px 0 0 1em;
  margin-top: 0;
}

.membership-right-info ul li {
  position: relative;
  margin: 0 0 0.5em 0;
  padding: 0;
  font-family: 'Helvetica Reg';
  font-weight: 400;
  line-height: 1.6;
  color: #000;
}

.membership-right-info .banner-btn {
  padding-top: 16px;
}

.membership-right-info .banner-btn .btn {
  font-size: 16px;
}

/** ================== // MEMBERSHIP SECTION CSS END// ================== **/

/** ================== // CERTIFICATES SECTION HTML START // ================== **/


/** ================== // CERTIFICATES SECTION HTML END // ================== **/


/* ================== //  TAKE THE CHALLENGE BOXES SECTION START  // ================== */
.challenge-boxes-section {
  margin: 0;
  padding: 11px 0;
  border-bottom: 5px #B4763F solid;
}

.challenge-boxes-section .container {
  max-width: 100%;
}

.challenge-boxes3-warp {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.challenge-boxes3-col-4 {
  margin: 0;
  padding: 0 5px;
  width: 33.33%;
}

.challenge-boxes3-col-bg-info {
  margin: 0;
  padding: 63px 30px 41px 20px;
  background: #F0E4D9;
  border-radius: 20px;
  height: 100%;
}

.challenge-boxes-flx-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 50px;
}

.challenge-boxes-flx-row:last-child {
  margin-bottom: 0;
}

.challenge-icon-lft {
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 40px;
  color: #B4763F;
}

.challenge-boxes3-col-bg-info .challenge-sllide_content {
  padding-left: 13px;
}

.challenge-boxes3-col-4:nth-child(2) .challenge-boxes3-col-bg-info {
  background: #B4763F;
}

.challenge-boxes3-col-4:nth-child(2) .challenge-boxes3-col-bg-info .challenge-sllide_content h3 {
  color: #fff;
}

.challenge-boxes3-col-4:nth-child(2) .challenge-boxes3-col-bg-info .challenge-sllide_content p {
  color: #fff;
}

.challenge-boxes3-col-4:nth-child(2) .challenge-boxes3-col-bg-info .challenge-icon-lft {
  background: #000;
}

.challenge-boxes3-col-4:nth-child(2) .challenge-boxes3-col-bg-info path {
  fill: #F0E4D9;
}

/* ================== //  TAKE THE CHALLENGE BOXES SECTION END  // ================== */

/* ================== //  DAYS CHALLENGE SECTION START // ================== */
.no-smoking-section {
  padding: 43px 26px 0;
  margin-bottom: 0;
  background: #fff;
}

.no-smoking-section.days-challenge-section .container {
  max-width: 100%;
}

.days-challenge-section .days-challenge-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.days-challenge-section .no-smoking-wrap {
  width: calc(100% - 293px);
  background: linear-gradient(90deg, #FFF 0%, #DEAD84 75%);
  padding: 21px 18px;
  justify-content: flex-end;
}

.days-challenge-wrap-inner {
  width: 293px;
  text-align: center;
}

.no-smoking-section.days-challenge-section::after {
  display: none;
}


.days-challenge-wrap-inner h3 {
  margin: 6px 0 0;
  color: #B4763F;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.days-challenge-wrap-inner h4 {
  margin: 0;
  color: #000;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.days-challenge-wrap-inner h5 {
  margin: 0;
  color: #B4763F;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.no-smoking-left h4 {
  color: #000;
  text-align: left;
  font-family: 'Helvetica Bold';
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: normal;
  text-transform: uppercase;
}

.days-challenge-section .no-smoking-left {
  width: 483px;
  margin-right: 0;
  text-align: left;
  padding-right: 40px;
}

.days-challenge-section .no-smoking-right {
  margin-top: 0;
}

/* ================== //  DAYS CHALLENGE SECTION START // ================== */

/** ================== //NO SMOKEFREE CSS START // ================== **/

.no-smoking-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  padding-right: 20px;
}

.no-smoking-right {
  width: 483px;
  text-align: right;
  margin-top: 2%;
}

.countdown {
  text-transform: uppercase;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.countdown>div {
  display: inline-block;
}

.countdown>div>span {
  display: block;
  text-align: center;
}

.countdown-container {
  margin: 0 10px 0 0;
  width: 25%;
  display: flex !important;
  flex-direction: column;
}

.countdown-container:last-child {
  margin: 0 0px 0 0;
}

.countdown-container .countdown-heading {
  font-size: 12px !important;
  text-transform: uppercase;
  margin: 10px 0px 0px;
  order: 2;
}

.countdown-container .countdown-value {
  font-size: 50px;
  color: #E8E6E6;
  background: linear-gradient(rgb(65 65 65), rgb(32 32 32));
  padding: 10px 10px;
  display: flex;
  justify-content: center;
  align-items: baseline;
  border-radius: 10px;
  position: relative;
  order: 1;
}

.countdown-container .countdown-value::after {
  content: "";
  background: #7676768a !important;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
}

/** ================== //NO SMOKEFREE  CSS END// ================== **/


/* ================== //  TAKE CHALLENGE SECTION CSS START // ================== */
.take-challenge-section {
  padding: 18px 0 28px;
  border-bottom: 5px solid #B4763F;
}

.take-challenge-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 55px;
}

.right-sidebar__background {
  background-image: url('../images/free-supporter-bg.png');
  background-repeat: repeat-y;
  background-position: top center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-size: 91%;
  z-index: 1;
}

.left-sidebar__background {
  background-image: url('../images/left-sidebar-background.png');
  background-repeat: repeat-y;
  background-position: top center;
  position: absolute;
  left: 0;
  top: 260px;
  bottom: 0;
  right: 0;
  background-size: 98%;
  z-index: 1;
}

.left-sidebar-info,
.right-sidebar-info__supporters {
  background-color: white;
  position: relative;
  z-index: 4;
  padding-bottom: 1rem;
}

.left-sidebar-info {
  padding-top: 141px;
}

@media only screen and (min-width) {
  .left-sidebar-info {
    padding-top: 150px;
  }
}

.left-sidebar-info .smokefree-target-card {
  position: fixed;
  top: 0;
  left: 17px;
  padding-top: 10px;
  background: white;
  background-image: url('../images/Camo-Background-Pattern.png');
}

.take-challenge-wrap .smokefree-target-card {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.take-challenge-wrap .smokefree-target-card h3 {
  font-family: 'Helvetica Bold';
  font-weight: bold;
  margin: 0 44px 0 0;
}

.take-challenge-wrap .take-challenge-btn {
  margin: 0 0 0 26px;
}

.take-challenge-wrap .smokefree-target-flag-card ul li {
  font-size: 20px;
}

.take-challenge-wrap .smokefree-target-flag-card ul li a img {
  width: 35px;
}

.take-challenge-wrap .smokefree-target-flag-card ul {
  column-gap: 30px;
}

.take-challenge-wrap .take-challenge-btn .btn {
  min-width: 251px;
}

/* ================== //  TAKE CHALLENGE SECTION CSS END // ================== */


/* ================== //  TAKE CHALLENGE SLIDER CSS START // ================== */

/* ================== //  TAKE CHALLENGE SLIDER CSS END // ================== */



/* ================== //  PRODUCT CARD SLIDER CSS START // ================== */
.bg-vanilla {
  background-color: #e4c98b;
}

.bg-bubble {
  background-color: #c22073;
}

.bg-mocha {
  background-color: #422615;
}

.bg-creamy {
  background-color: #975F38;
}

.product-card-slider {
  margin: 0 -10px;
  padding: 32px 0 17px;
}

@media only screen and (min-width: 1440px) {
  .product-card-slide {
    min-height: 483px;
  }
}

@media only screen and (min-width: 1700px) {
  .product-card-slide {
    min-height: 630px;
  }
}

.product-card-slider .slick-slide {
  padding: 0 10px;
}

.p-card-slide_header img {
  max-height: 59px;
  margin: 0 auto;
}

.p-card-slide_header {
  padding: 25px 0 22px;
}

.p-card-slide_info {
  margin: 0 -1px;
  position: relative;
  padding-top: 24px;
  padding-bottom: 20px;
  background: #000;
  background: linear-gradient(0deg, rgb(0 0 0 / 0%) 68%, rgb(255 255 255) 73%);
}

.match-badge {
  max-width: 88px;
  position: absolute;
  left: 48px;
  top: 24px;
}

.p-card-slide_info figure {
  margin: 0 auto 38px;
  padding: 0;
  max-width: 72%;
}

.p-card-slide_info h4 {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0;
  padding: 0 17px;
  font-size: 32px;
  line-height: 32px;
}

.p-card-slide_info ul {
  width: max-content;
  margin: 0 auto 24px;
  padding: 0;
}

.p-card-slide_info ul li {
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: normal;
}

.p-card-buy-btn {
  text-align: center;
}

.p-card-buy-btn .btn {
  min-width: 160px;
}

.product-card-slide {
  border-radius: 0 0 30px 30px;
  background: rgb(228, 201, 139);
}

/* ================== //  PRODUCT CARD SLIDER CSS END // ================== */


/* ================== //  FULL BANNER PRODUCT CSS START // ================== */
.full-banner-product-section {
  background: #40C106;
  /*background: linear-gradient(90deg, rgba(64, 193, 6, 1) 0%, rgba(56, 30, 20, 1) 50%, rgba(233, 3, 3, 1) 100%);*/
  background: linear-gradient(90deg, rgba(233, 3, 3, 1) 0%, rgba(56, 30, 20, 1) 30%, rgba(64, 193, 6, 1) 100%);
  border-radius: 30px;
  margin: 60px 0;
  position: relative;
}

.full-banner-product-section .container {
  max-width: 1155px;
}

.full-banner-product-section__button-left {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 90;
  max-width: 100px;
}

.full-banner-product-section__button-right {
  position: absolute;
  left: 245px;
  right: -34px;
  top: -38px;
  z-index: 90;
  max-width: 150px;
}

@media only screen and (min-width: 570px) {

  .full-banner-product-section__button-right {
    right: unset;
    left: 200px;
  }
}

@media only screen and (min-width: 850px) {
  .full-banner-product-section__button-right {
    right: -34px;
    max-width: 150px;
    left: unset;
  }
}

@media only screen and (min-width: 940px) {
  .full-banner-product-section__button-left {
    max-width: unset;
  }

  .full-banner-product-section__button-right {
    right: -34px;
  }
}


@media only screen and (min-width: 1530px) {
  .full-banner-product-section__button-right {
    right: -34px;
  }
}

@media only screen and (min-width: 2020px) {
  .full-banner-product-section__button-right {
    max-width: unset;
  }
}

.f-b-product-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}

.f-b-product_left {
  width: 565px;
  margin: -45px 0;
}

.f-b-product_right {
  width: 435px;
  position: relative;
}

.f-b-product_right h2 {
  text-transform: uppercase;
  color: #fff;
  letter-spacing: -1px;
  line-height: 1;
  margin: 0 0 10px;
}

.f-b-product_right p {
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  font-style: normal;
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
}

.f-b-product-btn .buy-btn {
  background-color: #fff;
  border-radius: 45px;
  color: #a71611;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-self: center;
  min-width: 160px;
  padding: 2px;
  gap: 12px;
  font-family: 'Helvetica Bold';
  font-weight: bold;
  font-size: 18px;
}

.f-b-product-btn .buy-btn .icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 2px solid #a71611;
  display: flex;
  align-items: center;
  justify-content: center;
}

.f-b-product-btn {
  text-align: left;
  width: max-content;
}

.absolute-img {
  position: absolute;
  bottom: -73px;
  width: 150px;
  right: 0;
  pointer-events: none;
}

/* ================== //  FULL BANNER PRODUCT CSS END // ================== */


/* ================== //  CARD REPEAT SECTION CSS START // ================== */

/* ================== //  CARD REPEAT SECTION CSS END // ================== */

/* ================== //  RED STRENGTH SECTION CSS START // ================== */
.red-strength-section {
  background-color: #DA0000;
  padding: 40px 0 15px;
}

.red-strength-wrapper h2 {
  color: #FFF;
  text-align: center;
  font-family: 'Helvetica';
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 45px;
  margin: 0 0 12px;
}

.visitstore-btn {
  text-align: center;
  margin: 15px 0 37px;
}

.visitstore-btn .btn {
  min-width: 174px;
}

.warning-text p {
  text-align: center;
  color: #000;
  font-family: 'Helvetica';
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  font-size: 15px;
}

.red-strength-slide {
  padding: 26px 17px;
}

@media only screen and (min-width: 760px) {
  .red-strength-slide {
    width: 33.3333%;
  }
}

.red-strength-line {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin: 0 0 5px;
}

.red-strength-line strong {
  width: 97px;
  color: #FFF;
  text-align: center;
  font-family: 'Helvetica Bold';
  font-style: normal;
  font-weight: bold;
  font-size: 11px;
  line-height: normal;
  text-transform: uppercase;
}

.red-strength-line .line {
  width: calc(100% - 97px);
  height: 9px;
  background-color: #fff;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

/* .red-strength-line .line::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #840000;
    z-index: 1;
    height: 100%;
    width: 20%;
    border-radius: 8px;
} */
.line-red {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #840000;
  border-radius: 8px;
}

.mg-heading {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px
}

.mg-heading .big-heading {
  color: #FFF;
  text-align: center;
  font-family: 'Helvetica Bold';
  font-size: 81.583px;
  font-style: normal;
  font-weight: bold;
  line-height: 1;
  width: 97px;
}

.mg-heading .big-heading strong {
  display: block;
  color: #FFF;
  font-size: 25.933px;
}

.red-strength-info {
  width: calc(100% - 97px);
}

.red-strength-info h3 {
  color: #FFF;
  font-family: 'Helvetica Bold';
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: normal;
  text-transform: uppercase;
  margin: 8px 0 2px;
}

.red-strength-info p {
  color: #FFF;
  font-style: normal;
  font-size: 13px;
  line-height: 13px;
}

/* ================== //  RED STRENGTH SECTION CSS END // ================== */


/* ================== //  ABOUT FOUNDER SECTION CSS START // ================== */
.about-founder_left {
  width: 25%;
}

.about-founder_right {
  width: 75%;
  padding-left: 34px;
  padding-right: 19px;
}

.about-founder-section {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  padding: 0;
}

@media only screen and (min-width: 760px) {
  .about-founder-section {
    padding: 40px 0;
  }
}

.about-founder_right p {
  color: #000;
  font-family: 'Helvetica';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
}

.about-founder-sign {
  width: 109px;
  margin-right: 16%;
}

@media only screen and (min-width: 760px) {
  .about-founder-sign {
    margin-right: 0;
  }
}

.about-founder-sign-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 110px;
}

@media only screen and (min-width: 940px) {
  .about-founder-sign-btn {
    justify-content: space-between;
  }
}

.learnmore-btn .btn {
  min-width: 188px;
}

.about-founder_left img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

/* ================== //  ABOUT FOUNDER SECTION CSS END // ================== */


/* ================== //  UNLOCK ENERGY SECTION CSS START // ================== */
.unlock-energy-section {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 754px;
  display: flex;
  align-items: center;
}

.unlock-energy-badge {
  position: absolute;
  top: 24px;
  left: 24px;
  width: 171px;
}

.unlock-energy-badge {
  position: absolute;
  top: 24px;
  left: 24px;
  width: 171px;
}

.unlock-energy-section .container {
  max-width: 100%;
  padding: 0 100px;
}

.unlock-energy_left h2 {
  color: #FFF;
  font-family: 'Helvetica Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 56.376px;
  line-height: 56.376px;
  text-transform: uppercase;
  margin: 0;
}

.unlock-energy_left {
  width: 54%;
}

.unlock-energy_left h3 {
  color: #FFF;
  font-family: 'Helvetica Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 42.282px;
  line-height: 56.376px;
  text-transform: uppercase;
  margin: 0 0 27px;
}

.unlock-energy-btn .btn {
  min-width: 306px;
  height: 68px;
  font-size: 25px;
  border-radius: 50px;
}

.unlock-energy_right {
  width: 46%;
}

.unlock-energy-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.unlock-energy-logo-row {
  position: absolute;
  bottom: 0;
  background: #000;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 0 20px;
}

.unlock-energy-logo img {
  max-height: 45px;
}

.unlock-energy-slider-fade-item {
  transform: scale(0.95);
  transition: 1s;
}

.slick-active .unlock-energy-slider-fade-item {
  transform: scale(1);
}

.perlz-bottom-slider-item.perlz-gredient-01 {
  background: #2E8246;
  background: linear-gradient(90deg, rgba(46, 130, 70, 1) 0%, rgba(166, 206, 166, 1) 100%);
}

.perlz-bottom-slider .slick-next {
  background-image: url(../images/arrow-right-white.png);
}

.perlz-bottom-slider .slick-prev {
  background-image: url(../images/arrow-left-white.png);
}

.perlz-bottom-slider-item.perlz-gredient-02 {
  background: #EC2D2E;
  background: linear-gradient(90deg, rgba(236, 45, 46, 1) 0%, rgba(228, 61, 139, 1) 100%);
}

/* ================== //  UNLOCK ENERGY SECTION CSS END // ================== */



/* ================== //  SOCIAL NETWORK SECTION CSS START // ================== */
.social-network-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0 51px;
  margin: 0 -5px;
}

.social-network-card figure {
  height: 513px;
  width: 100%;
  margin: 0;
  padding: 0;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  background-color: #F0E4D9;
}

.social-network-card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.social-network-card {
  width: 33.33%;
  padding: 0 5px;
}

.social-network-card figcaption {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
}

.social-network-card .btn.btn-radius {
  min-width: auto;
  padding-inline: 43px;
}

.social-network-card p {
  color: #FFF;
  text-align: center;
  font-family: 'Helvetica Bold';
  font-style: normal;
  font-size: 20px;
  font-weight: 700;
  line-height: 22.4px;
  margin: 0 0 10px;
}

.social-network-card:nth-child(2) p {
  color: #000;
}

.stubtober-title h3 {
  font-family: 'Helvetica Reg';
  font-weight: normal;
  border-bottom: 3px solid #000000;
  display: inline-block;
  padding-bottom: 11px;
  position: relative;
}

.stubtober-title h3::after {
  content: '';
  position: absolute;
  height: 9px;
  background-color: #b4763f;
  bottom: -6px;
  font-size: 0px;
  width: 45px;
  right: 22px;
  border-radius: 3px;
  z-index: 1;
}

/* ================== //  SOCIAL NETWORK SECTION CSS END // ================== */


/* ================== //  PERLZ SECTION CSS START // ================== */
.perlz-section {
  background-color: #000;
  padding: 20px 0 0;
  margin-bottom: 40px;
}

.perlz-top-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 55px 10px;
  border-bottom: 5px solid #B4763F;
}

.perlz-heading img {
  max-width: 80px;
  margin: 0 auto;
  display: block;
}

.perlz-heading h3 {
  text-transform: uppercase;
  color: #fff;
  font-family: 'Helvetica';
  font-weight: normal;
  font-size: 21px;
}

.perlz-heading h3 {
  text-transform: uppercase;
  color: #fff;
  font-family: 'Helvetica';
  font-weight: normal;
  font-size: 22px;
  line-height: 1;
  margin: 0 0 15px;
}

.perlz-center-heading {
  text-align: center;
}

.perlz-center-heading img {
  margin-bottom: 10px;
  max-width: 290px;
}

.perlz-center-heading p {
  color: #fff;
  font-style: italic;
  font-size: 20px;
}

.perlz-bottom-wrap {
  margin: 0;
  padding: 15px 120px 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.product-perlz-intro {
  color: white;
}

.product-perlz-intro__title {
  font-size: 50px;
  font-family: 'Helvetica Bold';
  font-weight: bold;
  color: white;
  line-height: 1em;
}

@media only screen and (min-width: 760px) {
  .product-perlz-intro__title {
    font-size: 90px;
  }
}

.perlz-bottom_left {
  width: 370px;
}

.perlz-bottom_left h3 {
  color: #fff;
  font-size: 75px;
  line-height: 72px;
  margin: 0 0 35px;
}

.perlz-bottom_left p {
  color: #fff;
  font-size: 19px;
  line-height: 26px;
}

.perlz-bottom_right {
  margin-left: 255px;
}

.perlz-bottom_right h4 {
  font-size: 44px;
  line-height: 1.2;
  color: #fff;
  margin: 0;
}

.perlz-gredient-01 .perlz-bottom_right h4:nth-child(1) {
  color: #2d8145;
}

.perlz-gredient-02 .perlz-bottom_right h4:nth-child(4) {
  color: #701b89;
}

.perlz__title-color-1 {
  background: #34874A;
  background: linear-gradient(90deg, rgba(52, 135, 74, 1) 0%, rgba(163, 205, 162, 1) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.perlz__title-color-2 {
  background: #3F4271;
  background: linear-gradient(90deg, rgba(63, 66, 113, 1) 0%, rgba(61, 179, 226, 1) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.perlz__title-color-3 {
  background: #FE5A30;
  background: linear-gradient(90deg, rgba(254, 90, 48, 1) 0%, rgba(254, 240, 93, 1) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.perlz__title-color-4 {
  background: #ED1D32;
  background: linear-gradient(90deg, rgba(237, 29, 50, 1) 0%, rgba(229, 45, 134, 1) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.perlz-btn-wrap {
  margin: 30px 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}

.perlz-btn-wrap .btn-grey {
  background-color: #3c485b;
  border-color: #3c485b;
  color: #fff;
  min-width: 170px;
}

.perlz-btn-wrap .btn-grey:hover {
  background-color: #E6C82B;
  border-color: #E6C82B;
  color: #000;
  min-width: 170px;
}

.punch-equal-energy-section .unlock-energy-logo-row {
  position: relative;
  bottom: 0;
}

.punch-equal-energy-section figure {
  margin: 0;
}

.punch-equal-energy-section img {
  width: 100%;
}

.product-perlz-img-figure img {
  max-height: 393px;
}

/* ================== //  PERLZ SECTION CSS END // ================== */

/** ================== // LATEST NEWS SECTION CSS  START // ================== **/

.letest-news-section {
  padding: 0 0px 25px;
  margin: auto;
  display: none;
}

@media only screen and (min-width: 760px) {
  .letest-news-section {

    display: block;
  }
}

.letest-news-section .container {
  max-width: 100%;
}

.heading {
  text-align: center;
  margin-bottom: 18px;
}

.heading h1,
.heading h2,
.heading h3,
.heading h4,
.heading h5 {
  text-align: center;
  font-family: 'Helvetica Reg';
  font-weight: 400;
  margin-bottom: 0px;
  font-size: 42px;
  line-height: normal;
}

.heading h1 strong,
.heading h2 strong,
.heading h3 strong,
.heading h4 strong,
.heading h5 strong {
  font-family: 'Helvetica Bold';
  font-weight: bold;
}

.letest-news-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0px -5px;
  border-top: 5px solid #B4763F;
  padding: 4rem 0;
}

.letest-news-col {
  width: 20%;
  padding: 0px 5px;
}

.letest-post {
  margin-bottom: 10px;
}

.latest-post-content {
  padding: 10px 0px;
}

.letest-post-title h5 {
  font-size: 17px;
  line-height: 1.1em;
  margin-bottom: 11px;
  min-height: 60px;
}

.letest-post-title h5 a:hover {
  color: #b4763f;
}

.post-meta-icon {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.post-meta-icon svg {
  width: 11px;
}

.post-meta-icon svg path {
  fill: #b4763f;
}

.post-meta-icon span {
  padding-left: 8px;
  color: #999999;
  font-size: 12px;
  font-family: 'Helvetica Reg';
  font-weight: normal;
}

.letest-news-inner-info {
  background: white;
}

.letest-news-inner-info p {
  font-size: 12px;
  color: #595959;
  line-height: 1.4em;
  margin: 5px 0px 10px;
}

.readmore-btn {
  color: #000000;
  font-size: 12px;
  line-height: normal;
  font-family: 'Helvetica Medium';
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: underline;
}

.readmore-btn:hover {
  text-decoration: underline;
}

/** ================== //LATEST NEWS SECTION  CSS  END// ================== **/

/** ================== // PARTNERS SECTION CSS START // ================== **/
.partners-section {
  padding: 25px 0 34px;
}

.heading.heading-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 35px;
}

.heading.heading-btn h2 {
  margin: 0;
}

.marquee-top #scroller {
  width: 10000%;
}

.marquee-top #scroller.ready>* {
  display: inline-block;
  float: left;
  overflow: hidden;

  webkit-animation-timing-function: linear;
  animation-timing-function: linear;

  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;

  -webkit-animation-delay: 1s;
  animation-delay: 1s;

  -webkit-animation-duration: 160s;
  animation-duration: 160s;

  -webkit-animation-name: marginator;
  animation-name: marginator;

  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.marquee-top #scroller:hover>* {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

@-webkit-keyframes marginator {
  0% {
    -webkit-transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }

  100% {
    -webkit-transform: translate(-100%, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
  }
}

@keyframes marginator {
  0% {
    -webkit-transform: translate(0%, 0);
    transform: translate(0, 0);

    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);

    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.marquee-top #scroller-wrapper {
  overflow: hidden;
}

.marquee-bottom {
  margin-top: 25px;
}

.marquee-bottom #scroller {
  width: 10000%;
}

.marquee-bottom #scroller.ready>* {
  display: inline-block;
  float: left;
  overflow: hidden;

  webkit-animation-timing-function: linear;
  animation-timing-function: linear;

  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;

  -webkit-animation-delay: 1s;
  animation-delay: 1s;

  -webkit-animation-duration: 160s;
  animation-duration: 160s;

  -webkit-animation-name: marginator2;
  animation-name: marginator2;

  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.marquee-bottom #scroller:hover>* {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

@-webkit-keyframes marginator2 {
  0% {
    -webkit-transform: translate(-100%, 0);
    -webkit-transform: translate3d(-100%, 0, 0);

  }

  100% {
    -webkit-transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@keyframes marginator2 {
  0% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);

    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);

  }

  100% {
    -webkit-transform: translate(0%, 0);
    transform: translate(0, 0);

    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.marquee-bottom #scroller-wrapper {
  overflow: hidden;
}

.client-logo-inner {
  display: flex !important;
  align-items: center;
}

.client-logo-item {
  margin: 0 10px;
  background: #F0E4D9;
  border-radius: 24px;
  width: 360px;
  height: 181px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
}

/** ================== // PARTNERS SECTION CSS END // ================== **/


.unlock-energy-slider {
  background: #000;
}

.unlock-energy-logo-section {
  background: #000;
}

.unlock-energy-logo-section .unlock-energy-logo-row {
  position: unset;
}

.unlock-energy-slide-item .unlock-energy-section {
  height: auto;
  padding-top: 110px;
  padding-bottom: 30px;
}

.perlz-pop-up-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3000;
  display: none;
  overflow: scroll;
  padding: 1rem;
}

.perlz-pop-up {
  background: black;
  color: white;
  padding: 2.5rem 2rem;
  border-radius: 20px;
  width: 98%;
  position: relative;
  margin: 0 auto;
}

.active.perlz-pop-up-wrap {
  display: block;
}

.perlz-pop-up h2,
.perlz-pop-up h3 {
  font-size: 1rem;
  line-height: 1.2;
}

@media only screen and (min-width: 760px) {
  .perlz-pop-up {
    max-width: 800px;
    padding: 4rem;
  }

  .perlz-pop-up h2 {
    font-size: 30px;
  }

  .perlz-pop-up h3 {
    font-size: 25px;
  }
}


.perlz-pop-up__close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  background: white;
  color: black;
  padding: 0.4em 0.4em;
  border-radius: 4px;
  font-size: 10px;
}

.perlz-pop-up h2,
.perlz-pop-up p,
.perlz-pop-up h3 {
  text-align: center;
  color: white;
}

.perlz-pop-up li {
  color: white;
}

.perlz-pop-up__video {
  width: 100%;
  height: auto;
}

/* home-slide.php */


.smokefree-target-flag-card__title {
  font-size: 16px;
  font-family: 'Helvetica Bold';
  text-align: center;
  display: block;
  margin-bottom: 0.4em;
}

@media only screen and (min-width: 760px) {
  .smokefree-target-flag-card__title {
    font-size: 20px;
    margin-right: 10px;
  }

  .show-mobile {
    display: none;
  }
}

.smokefree-target-flag-card {
  padding: 1rem;
}

@media only screen and (min-width: 760px) {
  .smokefree-target-flag-card {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.become-a-partner-btn-wrap {
  display: none;
}

@media only screen and (min-width: 760px) {
  .become-a-partner-btn-wrap {
    display: block;
    width: 280px;
    position: absolute;
    top: 12px;
    right: 0;
    bottom: 0;
    text-align: center;
  }
}

@media only screen and (min-width: 1800px) {
  .become-a-partner-btn-wrap {
    width: 330px;
    right: 0.5rem;
  }

}
