@font-face {
    font-family: 'Gotham';
    src: url('../font/Gotham-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../font/Gotham-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../font/Gotham-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../font/Gotham-Black.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../font/Gotham-BookItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../font/Gotham-Bold_1.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../font/Gotham-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../font/Gotham-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../font/Gotham-XLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../font/Gotham-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../font/Gotham-BookItalic_1.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../font/Gotham-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../font/Gotham-Light_1.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../font/-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../font/Gotham-UltraItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../font/Gotham-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../font/Gotham-Medium_1.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../font/Gotham-XLightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
.nppage {
  font-family: 'Gotham' !important;
}
.cust-powderbanner {
  position: relative;
  background: url(../images/new-powders/powder-banner.webp);
  background-position: center;
  background-size: cover;
  padding: 150px 0px 80px;
}
.cust-powderbanner:before {
    content: "";
    position: center;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    top: 0;
}
.cust-npheader {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    z-index: 8;
}
.cust-npbannercontents {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  align-items: center;
}
.cust-npbannercontentscols {
  padding: 0 15px;
  width: 50%;
} 
.cust-powderbanner .home-container {
    position: relative;
    z-index: 8;
	background-position: center;
}
.cust-npbannercontentscols.inner-home-banner-sec {
    display: block;
	background-position: center;
}
.cust-npbannercontentscols.inner-home-banner-sec  .home-banner-left {
    text-align: left;
}
.cust-npbannercontentscols.inner-home-banner-sec .home-banner-left h1 {
    font-size: 60px;
    line-height: 71px;
    margin-bottom: 20px;
    font-family: 'Gotham' !important;
    font-weight: 600;
}
.cust-npbannercontentscols.inner-home-banner-sec .home-banner-left span {
    padding: 0;
    font-weight: 700;
}
.cust-npbannercontentscols.inner-home-banner-sec .home-banner-left a {
    padding: 15px 80px;
    margin-top: 28px;
    font-weight: 700;
}
.cust-npbannercontentscols.inner-home-banner-sec .home-banner-left a:hover {
    background: #2d449c !important;
}
.cust-npcustomer {
  background: #E5F1FC;
}
.cust-npsecpad {
  padding: 80px 0px;
}
.cust-npsectitle {
  font-size: 40px;
  line-height: 51px;
  font-weight: 700;
  color: #333333;
  font-family: 'Gotham' !important;
}
.nppage h1, .nppage h2, .nppage h3, .nppage h4, .nppage h5, .nppage h6, .nppage p {
    font-family: 'Gotham' !important;
}
.cust-nptextcenter {
  text-align: center;
}
.cust-npproducts {
  display: flex;
  flex-wrap: wrap;
}
.cust-npproductsleft {
  width: 88px;
  margin-right: 8px;
}
.cust-npproductsleft {
  width: 88px;
  margin-right: 8px;
}
.cust-npproductsslider .flexslider .flex-control-thumbs {
    width: 100%;
    margin-top: 20px;
}
.cust-npproductsslider .flexslider .flex-control-thumbs li img {
    border-radius: 12px;
}
.cust-npproductsslider .thumbnails-slider {
    width: 110px;
    margin-right: 20px;
}
.cust-npproductsslider .thumbnails-slider img {
    border-radius: 12px;
    width: 100% !important;
    height: auto !important;
}
.cust-npproductsslider .slick-slide img {
    border-radius: 12px;
    position: relative;
}
.cust-npproductsslider .slick-list .slick-slide div {
  padding-left: 20px;
  position: relative;
  padding-bottom: 20px;
}
.cust-npproductsslider .slick-arrow {
    background: #000 !important;
    height: 28px;
    width: 28px;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.cust-npproductsslider .slick-arrow .slick-prev-icon:before {
    content: "\f104";
    font: normal normal normal 26px/1 FontAwesome;
}
.cust-npproductsslider .slick-arrow .slick-next-icon:before {
    content: "\f105";
    font: normal normal normal 26px/1 FontAwesome;
}
.thumbnails-slider button.slick-prev {
    margin: 0 auto;
    left: 0;
    right: 0;
}
.cust-npprodcontents {
    align-items: flex-start;
}
.cust-npproductsslider .slick-arrow span {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0px;
}
.cust-npproductsslider .thumbnails-slider .slick-arrow .slick-prev-icon {
    left: 2px;
}
.cust-npproductsslider .thumbnails-slider .slick-next span {
    top: 2px;
    left: 2px;
}
.thumbnails-slider button.slick-next {
    margin: 0 auto;
    left: 0;
    right: 0;
}
.cust-npproductsslider .slick-arrow span {
    color: #fff !important;
}
.cust-npproductsslider .slick-list .slick-slide div:before {
    background: #002BDC;
    content: "";
    width: 90%;
    height: 96%;
    bottom: 0;
    position: absolute;
    left: 0;
    border-radius: 24px;
}
.cust-npproductsslider .thumbnails-slider .slick-list .slick-slide div:before {
   display: none;
}
.cust-npproductsslider .thumbnails-slider .slick-list .slick-slide div {
  padding-left: 0;
  padding-bottom: 0px;
}
.cust-npproductsslider .thumbnails-slider .thumbnail-button {
    background: none;
    padding: 0;
}
.cust-npproductsslider .flex-direction-nav a:before {
    font-size: 17px;
    color: #fff;
}
.cust-npproductsslider .flex-direction-nav a {
    font-size: 0;
}
.cust-npproductsslider .flex-direction-nav .flex-prev {
    left: 0;
    top: 40%;
}
.cust-npproductsslider .flex-direction-nav .flex-next {
    right: 0;
    top: 40%;
}
.cust-npproductsslider .flexslider {
    margin-bottom: 0;
}
.cust-npproductsslider .flex-direction-nav a {
    background: #8cc641;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
}
.cust-npproductprice .cust-npproductrat {
    float: right;
    margin-top: 6px;
}
.cust-npproductprice .cust-npproductpriceleft {
  float: left;
}
.cust-npproductpriceleft {
  font-size: 24px;
  font-weight: 700;
  color: #233D8A;
}
.cust-npproductcontent {
    padding-left: 60px;
}
.cust-npproductrat i {
    color: #74BC1F;
    font-size: 17px;
}
.cust-npproductrat span {
    margin-right: 4px;
}
.cust-npproductrat .cust-npproductrattext {
    margin-left: 8px;
    color: #333;
    font-weight: 400;
}
.cust-pdpara {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.cust-npproductcontent li {
  list-style: none;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 11px;
}
.cust-npproductcontent li:before {
    background: url(../images/new-powders/thicks.webp);
    width: 18px;
    height: 18px;
    content: "";
    display: inline-block;
    margin-right: 11px;
    position: relative;
    top: 4px;
}
.cust-np-btn-green {
    display: inline-block !important;
    background: #74BC1F !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 26px !important;
    padding: 15px 40px !important;
    font-family: 'Gotham' !important;
    color: #fff !important;
    width: auto !important;
}
.cust-np-btn-green:hover {
      background: #2d449c !important;
      color: #fff !important;
}
.btn.cust-np-buy-buttons {
  margin-top: 35px !important;
}
.cust-npcrazys {
  background: #FAFAFA;
}
.cust-crazycontent {
  display: flex;
  flex-wrap: wrap;
  margin: 60px -15px 0px;
}
.cust-crazycontentcols {
  width: 25%;
  padding: 0 15px;
}
.cust-crazycontent h4 {
  color: #111653;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  margin-top: 28px;
}
.cust-npblends {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  justify-content: center;
}
.cust-npblendscols {
  width: 33.33%;
  padding: 0 15px;
}
.cust-npblendbox {
  box-shadow: 0 5px 10px 0px rgba(0,0,0,0.18);
  background: #fff;
  border-radius: 8px;
}
.cust-npblendboxcont {
  padding: 28px 28px;
}
.cust-npblendbox h4 {
  color: #333;
  font-size: 20px;
  line-height: 31px;
  font-weight: 700;
  margin: 15px 0px 15px;
}
.cust-npblendboxprices {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.cust-np-buy-buttonsfull {
  display: block !important;
}
.cust-npblends .cust-np-btn-green {
    border-radius: 0;
}
.cust-npblendbox .btn {
    border-radius: 0 0 8px 8px;
}
.cust-nplistings {
  padding-top: 80px;
}
.cust-npbannercontentscolsimages {
    padding-left: 20px;
    padding-bottom: 20px;
    position: relative;
}
.cust-npbannercontentscolsimages img {
    position: relative;
}
.cust-npbannercontentscolsimages:before {
    background: #002BDC;
    content: "";
    width: 90%;
    height: 96%;
    bottom: 0;
    position: absolute;
    left: 0;
    border-radius: 24px;
}
.cust-nplistingscont h4 {
  color: #74BC1F;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}
.cust-nplistingscont {
    padding-left: 150px;
}
.cust-nplistingscont .cust-npsectitle {
    font-size: 28px;
    line-height: 33px;
    margin-bottom: 20px;
}
.cust-nplistingscontleft {
  padding-right: 150px;
  padding-left: 15px;
}
.cust-npbannercontentscolsimagesright {
    padding-left: 0;
    padding-right: 20px;
}
.cust-npbannercontentscolsimagesright:before {
    left: auto;
    right: 0;
}
.cust-testisliders .flex-control-paging {
    display: none;
}
.carousel.cust-custslider {
    background: none;
    border: none;
    box-shadow: none;
}
.cust-testisliders {
    margin-top: 60px;
}
.cust-testi-slider-box {
    background: #fff;
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.18);
    padding: 28px 28px 15px;
    text-align: center;
    min-height: 367px;
}
.cust-testi-slider-box .cust-npproductrat i {
    font-size: 20px;
}
.cust-testi-slider-box .cust-npproductrat {
    margin-bottom: 20px;
}
.cust-testi-slider-box .cust-pdpara {
    margin-bottom: 20px;
}
.cust-testisliders .flex-direction-nav a:before {
    font-size: 24px;
    color: #111653;
}
.cust-testisliders .flex-direction-nav a {
    font-size: 0px;
}
.cust-npblendbox h5 {
    font-size: 17px;
    color: #333;
    font-weight: 700;
    margin-bottom: 15px;
}
.cust-hkbanner {
    background: url(../images/hiking/banner.webp);
    background-size: cover;
    padding: 0px 0px 0px;
	background-position: center;
}
.cust-cybanner {
    background: url(../images/cycling/banner.webp);
    background-size: cover;
    padding: 0px 0px 0px;
	background-position: center;
    padding-top: 15px;
}
.cust-ccylbanner {
    background: url(../images/cycling/banner.webp);
    background-size: cover;
    padding: 0px 0px 0px;
	background-position: center;
}
.cust-cybanner:before {
    display: none;;
}
.cust-cybanner .inner-home-banner-sec .home-banner-left  p {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.5px;
    text-shadow: 0 5px 10px rgba(0,0,0,0.5);
}
.cust-cybanner .cust-npbannercontentscols.inner-home-banner-sec .home-banner-left h1 {
    text-shadow: 0 5px 10px rgba(0,0,0,0.5);
}
a.cust-sq-cy-shopbutton {
    background: #74BC1F !important;
    padding: 13px 80px !important;
    width: 304px;
    text-align: center;
}
.cust-cybanner .cust-npbannerimages {
    float: right;
}
.cust-cybanner .home-banner-left {
    margin-top: 40px;
}
.cust-cy-mb-bannerimages {
    display: none;
}
.cust-spbanner {
    background: url(../images/sports/banner.webp);
    background-size: cover;
    background-position: center;
}
.cust-cspsbanner {
    background: url(../images/csports/banner.webp);
    background-size: cover;
    background-position: center;
}
.cust-gfbanner {
    background: url(../images/golf/banner.webp);
    background-size: cover;
    background-position: bottom;
}
.cust-cglfbanner {
    background: url(../images/golf/banner.webp);
    background-size: cover;
    background-position: bottom;
}
.cust-gfbanner .home-banner-left, .cust-rnbanner .home-banner-left, .cust-hkbanner .home-banner-left {
    margin-top: 60px;
}
.cust-rnbanner {
    background: url(../images/running/banner.webp);
    background-size: cover;
    background-position: top;
}
.cust-crunbanner {
    background: url(../images/crunning/banner.webp);
    background-size: cover;
    background-position: top;
}
.cust-hkbanner {
    background: url(../images/hiking/banner.webp);
    background-size: cover;
    background-position: center;
}
.cust-vslbanner {
    padding: 40px 0px;
}
.cust-vslbanner-sub-heads {
    font-size: 2.6rem;
    color: #8dc742;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 0;
}
.cust-vsl-banner-titles {
    font-size: 60px;
    line-height: 71px;
    font-weight: 700;
}
.cust-vslrun-text-border {
    padding: 15px;
    border: 1px solid #74BC1F;
    margin-bottom: 15px;
}
.cust-vslrun-text-border p {
    margin-bottom: 0;
}
.cust-vsl-ribbon-sec {
    background: linear-gradient(90deg, rgba(36, 42, 112, 1) 0%, rgba(20, 24, 77, 1) 100%);
    padding: 40px 0px;
    float: left;
}
.cust-vsl-ribbon-cont {
    display: flex;
}
.cust-vsl-ribbon-cont {
    display: flex;
    align-items: center;
    justify-content: center;
}
.cust-vsl-ribbon-image {
    min-width: 130px;
    margin-right: 28px;
}
.cust-vsl-ribbon-texts h2 {
    font-size: 31px;
    line-height: 44px;
    margin-bottom: 0;
}
.cust-vsl-mg-sect {
    padding: 60px 0px;
}
.satisf-top-padi{
    padding-top:10px !important;
}
.cust-vsl-faq-cont .card .card-header button:after {
    font-family: 'FontAwesome';  
    content: "\f106";
    float: right; 
}
.cust-vsl-faq-cont .card .card-header button.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f107"; 
}
.cust-vsl-faq-cont .card {
    margin-bottom: 20px;
}
.cust-vsl-faq-cont .card {
    border: none;
    background: none;
}
.cust-vsl-faq-cont .card .card-header {
    margin: 0;
    padding: 0;
}
.cust-vsl-faq-cont .card .card-header button {
    background: #fff;
    width: 100%;
    text-align: left;
    padding: 15px 24px 15px 15px !important;
    color: #333;
    font-weight: 700;
    font-size: 20px;
}
.cust-vsl-faq-cont .card .card-header button:hover, .cust-vsl-faq-cont .card .card-header button:focus {
    text-decoration: none;
    outline: none;
}
.cust-vsl-faq-cont {
    margin-top: 48px;
}
.cust-vsl-faq-cont .card .card-body {
    padding: 15px 15px 0px !important;
}
.cust-vsl-mg-middles {
    display: flex;
    margin-top: 35px;
    max-width: 990px;
    margin: 40px auto 40px;
    align-items: center;
}
.cust-vsl-mg-middleslogo {
    width: 200px;
    min-width: 200px;
    margin-right: 28px;
}
.cust-vsl-mg-middles p {
    margin: 0;
    font-size: 18px;
    line-height: 27px;
}
.cust-vsl-banner-video {
    margin-top: 28px;
}
.cust-vsl-pack-image {
    max-height: 211px;
}
.cust-vsl-pack-dis {
    color: #74BC1F;
    font-size: 18px;
    line-height: 21px;
}
.cust-vsl-clientimagefull {
    margin: 28px 0px;
}
.cust-vsl-cr-sec {
    display: flex;
    margin-bottom: 35px;
}
.cust-vsl-cr-secimage img {
    width: 68px;
    border-radius: 10px;
    border: 3px solid #74BC1F;
    min-width: 68px;
    margin-right: 20px;
    height: 68px;
}
.cust-vsl-product-cont h4 {
    font-size: 31px;
    line-height: 37px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 28px;
}
.cust-vsl-product-cont .cust-npblendboxprices {
    font-size: 66px;
    margin-top: 15px;
    line-height: 75px;
}
.cust-vsl-product-cont .cust-vsl-pack-dis {
    font-size: 22px;
    font-weight: 600;
    margin-top: 28px;
    line-height: 28px;
}

.cust-vsl-product-button {
    font-size: 28px !important;
    line-height: 42px !important;
    height: auto !important;
    padding: 15px 15px;
}
.cust-vsl-cr-names {
    color: #74BC1F;
    font-size: 31px;
    font-weight: 600;
    line-height: 44px;
}
.cust-vsl-cr-sectcont .cust-pdpara {
    margin-top: 8px;
    font-size: 20px;
    line-height: 40px;
}
.cust-vsl-sect-row {
    display: flex;
    flex-wrap: wrap;
}
.cust-vsl-sect-colsleft {
    width: 66.66%;
    margin-right: 40px;
    padding-left: 0;
}
.cust-vsl-sect-colsrights {
    width: calc(33.33% - 40px);
}
.for-prod-height{
    height:211px;
  }
  .for-mar-top-abs{
    margin-top:120px;
  }
  .for-prod-flex{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .underline-free-ship{
    color:#74bc1f;
  }
  .mar-bot-freeship{
    margin-bottom:22px !important;
  }
.cust-nplistingscont .cust-npsectitle {
    font-size: 48px;
    line-height: 55px;
}
.cust-vsl-sec-para {
    font-size: 20px;
    line-height: 31px;
}
.cust-vsl-safe-sec {
    background: linear-gradient(90deg, rgba(36, 42, 112, 1) 0%, rgba(20, 24, 77, 1) 100%);
}
.cust-nplistingscont .cust-vsl-sec-subhead {
    font-size: 32px;
    line-height: 44px;
    color: #8dc741;
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
}
.cust-vsl-safe-sec  .innr-lasting-com-cheek-secn span {
    text-transform: capitalize;
    font-size: 26px;
}
.cust-vsl-safe-sec .innr-lasting-com-cheek-secn h2 {
    padding: 0;
    margin: 15px 0px;
}
.cust-vsl-safe-row {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}
.cust-vsl-safe-colleft {
    width: 480px;
}
.cust-vsl-safe-colrights {
    width: calc(100% - 480px);
    padding-left: 48px;
}
.cust-vsl-blue-ribbon  {
    background: linear-gradient(90deg, rgba(36, 42, 112, 1) 0%, rgba(20, 24, 77, 1) 100%);
    padding: 28px 0px 28px;
}
.cust-vsl-blue-ribbonvectors {
    background: linear-gradient(90deg, rgba(36, 42, 112, 1) 0%, rgba(20, 24, 77, 1) 100%);
    position: relative;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    height: 45px;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    border-top: none !important;
}
.cust-vsl-cc-logos {
    max-width: 220px;
    margin: 15px auto 0px;
}
.cust-vsl-blue-ribbon h2 {
    margin: 0;
}
.cust-vsl-mbs-bottom {
    display: flex;
    justify-content: center;
}
.cust-vsl-mbs-bottom ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.cust-vsl-mbs-bottom ul li {
    list-style: none;
    margin-right: 20px;
}
/* .cust-vsl-mbs-bottom ul li .cust-vsl-mbs-logo {
    width: 150px;
    height: 150px;
    border-radius: 50%;
} */
.cust-vsl-safe-topimages {
    margin-top: 20px;
}
.cust-vsl-safe-topimages .cust-vsl-sect-rightimages {
    max-width: 280px;
}
.cust-crun-packages-cont .cust-npblendboxcont.cust-nptextcenter {
    min-height: 655px;
}
.cust-npblendbox {
    height: 100%;
    position: relative;
}
.cust-npblendbox .btn.cust-np-btn-green {
    position: absolute;
    bottom: 0;
    width: 100% !important;
}
.cust-npblendbox {
    padding-bottom: 60px;
}
.cust-vsl1sec2 .cust-vsl-sect-colsleft {
    width: 50%;
}
.cust-vsl1sec2 .cust-vsl-sect-colsrights {
    width: calc(50% - 40px);
    text-align: right;
}
.cust-vsl-sec2row2 {
    margin-top: 60px;
}
.cust-vsl1sec2 .cust-vsl-sec2row2 .cust-vsl-sect-colsrights {
    text-align: left;
}
.cust-vsl1sec2 .cust-vsl-sec2row2 .cust-nplistingscont {
    margin-right: 0;
    margin-left: 40px;
    text-align: right;
}
.cust-vsl1-sec2-reftexts a {
    color: #8DC742;
    word-wrap: break-word;
}
.cust-vsl1-sec2-reftexts {
    color: #8DC742;
    font-size: 18px;
    line-height: 23px;
}
.pulse-padi{
    padding-top:8px !important;
    border:solid 3px #2d449c;
    border-radius: 8px;
}
.pulse-padi:hover{
    border:solid 3px #8DC742;
}
.pulsing {
    transform: scale(1);
    animation: pulsing 1s infinite;
  }
  
   @keyframes pulsing{
    0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0,0,0,.7);
  }
  70% {
    transform: scale(1.034);
    box-shadow: 0 0 0 10px transparent;
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 transparent;
  }
   }
   .the-cta {
    position: fixed;
    background: 0 0;
    bottom: 69px;
    z-index: 98;
    width: 100%;
    text-align: center;
    cursor: pointer;
    }
    .yellow-button-cta {
      background: #74BC1F;
      border: 4px solid #00f;
      padding: 10px 20px;
      text-align: center;
      font-size: 25px;
      border-radius: 8px;
      margin: 10px 0;
      display: inline-block;
      color:#fff !important;
    }
    .yellow-button-cta:hover{
      background: #0000ff;
      border: 4px solid #74BC1F;
    }
    .front{
        border:solid 2px #8cc641;
      }
      .check-mark-list{
        text-align: left;
        margin-top: 10px;
        list-style: none;
      }
      .check-mark-list li{
        list-style: none;
        font-size: 18px;
        font-weight: 500;
        padding-left:5px
      }
      .check-mark-list ul{
        padding-left:15px;
      }
      .check-mark-list li::marker{
        content: "\f058";
      font-family: 'Fontawesome';
      color: #74bc1f;
      padding-right: 5px;
      }
      .box1{
        padding:41px 10px;
      }
      .custHvrFlip .box1 p{
        line-height: 91px;;
      }
      .front{
        display: flex;
        align-items: center;
      }
      .cust-vsl-cr-names span {
        font-size: 0.8em;
      }
      .centered-strikethrough {
        position: relative;
        display: inline-block;
      }
    
      .centered-strikethrough::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        border-top: 4px solid red;
        transform: translateY(-50%);
      }
      .cust-npblendboxprices.centered-strikethrough {
        margin-bottom: 0;
        font-size: 40px;
        line-height: 40px;
      }
      .cust-npblendboxprices.centered-strikethrough + .cust-npblendboxprices {
        margin-top: 0;
        line-height: 60px;
      }
      .vsl-parasize{
        font-size: 24px !important;
    }
    .for-prod-marbot{
        margin-bottom:65px !important;
    }
    .land-why-it{
        padding-bottom:40px;
    }
    .vsl-best-val{
        background-color: #00ff;
        color: #fff;
        padding: 18px 10px;
        position: absolute;
        right: 7px;
        top: 95px;
        transform: rotate(-21deg);
        border-radius: 50px;
        font-weight: 600;
        line-height: 20px;
        border: solid 1px #000;
    }
    .vsl-most-val{
        background-color: #ff0000;
        padding: 4px;
        font-size: 20px;
        font-weight: 500;
        border-radius: 10px;
        color: #fff;
        margin-top: 20px;
        margin-bottom: 8px;
    }
    .pro-backg-cen{
        background-color: #fcf9b6;
    }
    
@media screen and (max-width: 1366px) {
  .nppage .home-container {
      padding: 0 30px;
  }
  .cust-testisliders {
      padding: 0 40px;
  }
   .cust-testisliders .flex-direction-nav .flex-prev {
      left: 0;
  }
   .cust-testisliders .flex-direction-nav .flex-next {
      right: 0;
  }
  .cust-testi-slider-box {
    min-height: 420px;
}
}
@media screen and (max-width: 1199px) {
  .cust-npbannercontentscols.inner-home-banner-sec .home-banner-left h1 {
      font-size: 51px;
      line-height: 66px;
  }
  .cust-npsectitle {
      font-size: 35px;
  }
  .cust-npsecpad {
      padding: 60px 0px;
  }
  .cust-testisliders {
      margin-top: 40px;
  }
  .cust-nplistingscont {
      padding-left: 40px;
  }
  .cust-nplistingscontleft {
      padding-right: 40px;
      padding-left: 15px;
  }
  .cust-npproductsslider .main-image-slider {
        width: 80%;
   }
}
@media screen and (max-width: 1025px) {
    .box1{
        padding-top:0px !important;
        padding-bottom:0px !important
      }
      .innr-land-why-it .land-cheek-head {
        text-align: right !important; 
      }
}
@media screen and (max-width: 991px) {
    .cust-for-prowid{
        width:50% !important;
      }
  .cust-npbannercontentscols {
      width: 100%;
  }
  .cust-npbannerimages {
      margin: 0 auto;
      display: block;
      margin-bottom: 20px;
      max-height: 400px;
  }
  .cust-npbannercontentscols.inner-home-banner-sec  .home-banner-left {
      text-align: center;
  }
  .cust-npbannercontentscols.inner-home-banner-sec .home-banner-left h1 br,  .cust-npbannercontentscols.inner-home-banner-sec .home-banner-left span br {
      display: none;
  }
  .cust-testi-slider-box {
      min-height: 0;
  }
  .cust-npproductcontent {
      margin-top: 35px;
      padding-left: 15px;
  }
  .cust-crazycontentcols {
      width: 50%;
      margin-bottom: 20px;
  }
  .cust-crazycontent {
      margin-top: 40px;
  }
  .btn.cust-np-buy-buttons {
      margin-top: 20px !important;
  }
  .cust-npblendscols {
      width: 50%;
      margin-bottom: 28px;
  }
  .cust-npblends {
      justify-content: center;
  }
  .cust-nplistings {
      padding-top: 40px;
  }
  .cust-nplistingscont {
      margin-top: 28px;
      padding: 0 15px;
  }
  .cust-nplistingsbottom {
      flex-direction: column-reverse;
  }
  .cust-cybanner .inner-home-banner-sec {
      margin-top: 121px;
  }
  .cust-cybanner .cust-npbannerimages {
        float: none;
        margin-bottom: 40px;
    }
    .cust-cybanner .cust-npbannerimages {
        float: none;
    }
   .cust-cy-dp-bannerimages {
        display: none;
   }
   .cust-cy-mb-bannerimages {
        display: block;
        margin-top: 28px;
        margin-bottom: 0;
    }
    .cust-vslbanner-sub-heads {
        font-size: 2em;
    }
    .cust-vsl-banner-titles {
        font-size: 51px;
        line-height: 66px;
    }
    .cust-vsl-banner-titles br {
        display: none;
    }
    .cust-vsl-banner-video {
        max-width: 100%;
        height: 350px;
    }
    .cust-vsl-safe-colleft, .cust-vsl-sect-colsleft {
        width: 100%;
        margin-bottom: 20px;
    }
    .cust-vsl-safe-colrights, .cust-vsl-sect-colsrights {
        padding-left: 0;
        width: 100%;
    }
    .cust-vsl1sec2 .cust-vsl-sect-colsleft {
        width: 100%;
        padding: 0;
    }
    .cust-vsl1sec2 .cust-vsl-sect-colsrights, .cust-vsl1sec2 .cust-vsl-sec2row2 .cust-vsl-sect-colsrights {
        width: 100%;
        text-align: center;
    }
    .cust-vsl1sec2 .cust-vsl-sec2row2 .cust-nplistingscont {
        margin-left: 0;
    }
    .cust-vsl-sec2row2 {
        flex-direction: column-reverse;
    }
    .for-center-img-ab{
        text-align: center;
    }
    .cust-for-prowid{
        width:50%;
      }
}

@media screen and (max-width: 810px) {
    .innr-land-why-it-sec{
        margin-top:122px !important;
    }
}

@media screen and (max-width: 767px) {
  .cust-npbannercontentscols.inner-home-banner-sec .home-banner-left h1 {
      font-size: 40px;
      line-height: 48px;
  }
  .cust-npproductcontent {
      margin-top: 0px;
  }
  .cust-cybanner .cust-npbannerimages {
      margin-bottom: 0;
  }   
  .cust-npbannercontentscols.inner-home-banner-sec .home-banner-left a, .btn.cust-np-buy-buttons {
      padding: 11px 28px !important;
      font-size: 15px !important;
  }
  .cust-npsecpad {
      padding: 40px 0px;
  }
  .cust-npsectitle {
      font-size: 28px;
      line-height: 35px;
  }
  .cust-npproductsslider .flexslider {
      display: block;
  }
  .cust-npproductsslider .flexslider .flex-viewport {
      width: 100% !important;
      margin-left: 0;
  }
  .cust-npproductsslider .flexslider .flex-control-thumbs {
      width: 100%;
      margin-top: 20px;
  }
  .cust-npproductsslider .flexslider .flex-control-thumbs li {
      width: 25%;
      padding: 0 8px;
  }
  .cust-npproductsslider .main-image-slider {
      width: calc(100% - 110px);
  }
  .cust-npproductsslider .thumbnails-slider .slick-list {
      height: auto !important;
  }
  .main-image-slider button.slick-prev {
        left: 10px;
        top: 90px;
  }
  .main-image-slider button.slick-next {
        right: 10px;
        top: 90px;
    }
    /* .cust-npproductsslider .thumbnails-slider .slick-list .slick-track {
        height: 280px !important;
        overflow-y: auto;
    } */
  .cust-npproductsslider .thumbnails-slider {
        height: 350px;
    }
  .cust-npproductsslider .main-image-slider {
      height: auto;
  }
  .cust-cybanner .inner-home-banner-sec {
        margin-top: 110px;
  }
  .cust-cybanner .home-banner-left {
        margin-top: 0;
   }
   .cust-cybanner .cust-npheader {
        display: block;
    }
    .cust-vslbanner-sub-heads {
        font-size: 28px;
        line-height: 40px;
    }
    .cust-vsl-banner-titles {
        font-size: 40px;
        line-height: 55px;
    }
    .cust-vsl-ribbon-cont {
        display: block;
    }
    .cust-vsl-ribbon-image {
        max-width: 200px;
        margin-bottom: 15px;
    }
    .cust-vsl-ribbon-texts h2 {
        font-size: 26px;
        line-height: 35px;
    }
    .cust-vsl-mg-middles {
        display: block;
        padding: 0px;
    }
    .cust-vsl-mg-sect {
        padding: 35px 0px;
    }
    .cust-vsl-mg-middleslogo {
        min-width: inherit;
        max-width: 200px;
        width: auto;
        margin: 0 auto 15px;
    }
    .cust-vsl-faq-cont .card .card-header button {
        white-space: normal;
        font-size: 18px;
        line-height: 25px;
    }
    .cust-vsl-faq-cont .card .card-header button:after {
        position: absolute;
        right: 15px;
        top: 17px;
    }
    .cust-vsl-product-cont .cust-npblendboxprices {
        font-size: 40px;
        line-height: 48px;
    }
    .cust-vsl-product-button {
        font-size: 28px !important;
        padding: 11px 15px !important;
    }
    .cust-vsl-cr-sec {
        display: block;
    }
    .cust-vsl-cr-secimage {
        margin-bottom: 15px;
    }
    .cust-vsl-cr-sectcont .cust-pdpara {
        font-size: 15px;
        line-height: 28px;
    }
    .cust-vsl-cr-sec {
        margin-bottom: 20px;
    }
    .cust-vsl-product-cont h4 {
        font-size: 24px !important;
        line-height: 31px !important;
    }
    .cust-vsl-product-cont .cust-npblendboxprices {
        font-size: 35px;
        line-height: 41px;
    }
    .cust-vsl-safe-colleft, .cust-vsl-sect-colsleft {
        padding: 0;
        margin-top: 0;
        margin-right: 0;
    }
    .cust-vsl-safe-row {
        margin-top: 15px;
    }
    .cust-vsl-mbs-bottom ul {
        display: block;
        text-align: center;
    }
    .cust-vsl-mbs-bottom ul li {
        margin: 0 0 15px;
    }
    .cust-vsl-mg-middles p {
        text-align: center;
    }
    .cust-nplistingscont .cust-npsectitle {
        font-size: 40px;
        line-height: 48px;
    }
    .cust-nplistingscont .cust-vsl-sec-subhead {
        font-size: 28px;
        line-height: 35px;
    }
    .cust-vsl-sec-para {
        font-size: 16px;
        line-height: 25px;
    }
    /* .cust-vsl-sect-rightimages {
        width: 100%;
    } */
    .cust-vsl1-work-sect .innr-land-why-it .main-land-why-it.main-land-whyvsls-it {
        padding-bottom: 40px;
    }
    .cust-vslbanner .home-container {
        padding: 0;
    }
    .cust-vslbanner .cust-vslbanner-sub-heads, .cust-vslbanner .cust-vsl-banner-titles {
        padding: 0 30px;
    }
    .cust-vsl-ribbon-image {
        max-width: 100%;
        margin-bottom: 15px;
        text-align: center;
    }
    .cust-vsl-ribbon-image img {
        max-width: 200px;
    }
    .cust-vsl1sec2 .cust-vsl-sec2row2 .cust-nplistingscont {
        text-align: left;
    }
    #Sweat_Odor_Free.cust-vsl1-work-sect {
        padding-top: 40px;
    }
    .vsl-parasize{
        font-size: 20px !important ;
    }
    .card p, .cust-pdpara{
        font-size: 15px !important;
      }
}
@media screen and (max-width: 710px) {
    .for-resp-vsl2{
        margin-top:40px !important
    }
}

@media screen and (max-width: 610px) {
    .cust-crazycontentcols.cust-nptextcenter{
        width:50% !important;
    }
}
@media screen and (max-width: 550px) {
    .yellow-button-cta{
        font-size:18px;
      }
}
@media screen and (max-width: 400px) {
    .yellow-button-cta{
        font-size:16px;
      }
}

@media screen and (max-width: 480px) {
  .cust-npbannercontentscols.inner-home-banner-sec .home-banner-left h1 {
      font-size: 28px;
      line-height: 35px;
  }
  .cust-npsecpad{
    padding-top:10px !important;
  }
  .cust-crazycontentcols.cust-nptextcenter{
    width:100% !important;
  }
  #firstSec{
    margin-top:40px;
  }
  
  .cust-npsectitle {
      font-size: 24px;
      line-height: 31px;
  }
  .cust-pdpara, .cust-npproductcontent li {
      font-size: 15px;
      line-height: 22px;
  }
  .cust-npproductprice .cust-npproductrat {
      width: 100%;
      margin-top: 0;
      margin-bottom: 20px;
  }
  .cust-crazycontentcols {
      width: 100%;
  }
  .cust-crazycontent h4 {
      font-size: 20px;
  }
  .cust-npblendscols {
      width: 100%;
  }
  .cust-nplistingscont .cust-npsectitle {
      font-size: 24px;
      line-height: 28px;
  }
  .cust-npbannerimages {
      max-height: 280px;
  }
  .cust-vsl-banner-titles {
    font-size: 28px;
    line-height: 35px;
    margin-top: 11px;
  }
  .cust-vsl-banner-video {
        max-width: 100%;
        height: auto;
    }
    .cust-nplistingscont .cust-npsectitle.cust-vsl-sec-title {
        font-size: 28px;
        line-height: 40px;
    }
    .cust-nplistingscont .cust-vsl-sec-subhead {
        font-size: 28px;
        line-height: 40px;
    }
    .cust-vsl1sec2 .cust-vsl-sect-colsleft {
        width: 100%;
        padding: 0;
        margin-right: 0;
    }
    
}

.thumbnail-button{
    height:auto !important;
  }
  @media screen and (max-width:  767px) {
   
    .slick-track{
      height:570px !important;
    }
    .cust-npproductsslider .thumbnails-slider .slick-list{
    height:430px !important;
  }
  .cust-npproductsslider .thumbnails-slider{
    height:490px !important;
  }
  .cust-npproductsslider .thumbnails-slider .slick-list{
      height:430px !important;
    }
    .cust-npproductsslider .thumbnails-slider .slick-list .slick-track{
      overflow:hidden;
    }
    .thumbnails-slider .slick-active{
      width:103px !important;
    }
    .cust-npproductsslider{
      width:100% !important;
    }
    .cust-npproductcontent{
      width:100% !important;
    }
    .vsl-fontsize{
        font-size: 28px !important;
    }
    .vsl-logo-mobi{
        width:50%;
        float:left;
    }
    .li-mar-top{
        margin-top:25px !important;
    }
    
  }
  
  @media screen and (max-width:  550px) {
  .cust-npproductsslider .thumbnails-slider .slick-list{
    height:275px !important;
  }
  .cust-npproductsslider .thumbnails-slider{
    height:335px !important;
  }
  .thumbnails-slider .slick-active {
    width: 60px !important;
    height: 60px !important;
    margin-bottom:8px;
  }
  .thumbnails-slider .slick-slide {
    width: 60px !important;
    height: 60px !important;
  }
  .cust-npproductsslider .thumbnails-slider{
    width:65px !important;
  }
  .cust-npproductsslider{
    height:394px;
  }
  
  }
  @media screen and (max-width:  450px) {
  .main-image-slider{
    margin-top:50px;
  }
  }
  
  @media screen and (max-width:  850px) and (min-width: 768px) {
  .main-image-slider{
    margin-top:98px;
  }
  .cust-npproductsslider .thumbnails-slider{
    height:440px !important;
  }
  .cust-npproductsslider .thumbnails-slider .slick-list{
   height:368px !important;      
  }
  }
  @media screen and (max-width:  990px) and (min-width: 768px) {
    .thumbnails-slider .slick-active {
        width: 75px !important;
        height: 75px !important;
        margin-bottom:8px;
      }
      .thumbnails-slider .slick-slide {
        width: 75px !important;
        height: 75px !important;
      }
    
  }
  @media screen and (max-width:  1320px) and (min-width: 991px) {
    .thumbnails-slider .slick-active {
        width: 100px !important;
        height: 100px !important;
        margin-bottom:8px;
      }
      .thumbnails-slider .slick-slide {
        width: 100px !important;
        height: 100px !important;
      }
        
  }
  
  