body{width:100%;
background:#fff;}
h1, h2, h3, h4, h5, h6{font-family:'Montserrat';color:#001122;text-rendering: auto !important;line-height:1.2}
.small_caps{font-variant: small-caps;}
.manrope{font-family: 'Manrope';}
.red-txt{color:#d01818;}
.red-font{color:#f03636;}
.fw_300{font-weight: 300;}
.fw_500{font-weight: 500;}
.fw_600{font-weight: 600;}
.fw_700{font-weight: 700;}
.fw_800{font-weight: 800;}
.fw_900{font-weight: 900;}
.f_bold	{font-weight:bold;}
.blue-txt{color:#2aabd3;}
.lspace1{letter-spacing: 1.5px;}
.lspace2{letter-spacing: 2.5px;}
.f30{font-size:30px;}
.f36{font-size:36px;}
.f29{font-size:29px;}
.f24{font-size:24px;}
.f48{font-size:48px;}
.f58{font-size:58px;}
.f54{font-size:54px;line-height:1}
.f60{font-size:60px;}
.f100{font-size:100px;line-height:1}
u{ text-decoration-thickness: 2px;text-underline-offset: 7px;}
.dark_bg {
    background: #131627;
}
p{font-family:'Manrope';font-size:22px;color:#282f32;line-height:1.5;margin-bottom:35px;}
img{
	max-width:100%;
}
.grey_bg{
	background:#f5f5f5
}
h1{
	font-size:44px;
	color:#243239;
}
h2{
	font-size:48px;
	color:#243239;
}
h3{
	font-size:36px;
	color:#243239;
}
h4{
	font-size:30px;
	color:#243239;
}
h5{
	font-size:28px;
	color:#243239;
}
h6{
	font-size:23px;
	color:#243239;
}
.f18 {
    font-size: 18px;
}

header {
    box-shadow: 0 0 20px -2px rgb(0 119 155 / 25%);
	    z-index: 1;
    position: relative;
}
.f14{
	font-size:14px;
	color:#818181;
}
.grey_txt{
	color:#243239;
}
.footer {
    background: #f7f7f7;
}
.dark-blue-bg {
    background: #1f243c;
}
.white_text{
	color:#fff;
}
.dark_txt{
	color:#1f243c;
}
.barlow-med {
    font-family: 'Barlow';
    font-weight: 600;
}
ul.footer-list {
    padding-left: 0;
    text-align: center;
    margin-bottom: 0px;
	color: #d6dce7;
	line-height: 1;
}
ul.footer-list li {
    list-style: none;
    display: inline-block;
    margin: 0 25px;
	color: #d6dce7;
	line-height: 1;
	position:relative;
}
ul.footer-list li:before{
	content:'';
	position:absolute;
	width:1px;
	height:90%;
	background:#d6dce7;
	top:3px;left:-25px;
	border-right:2px solid #d6dce7;	
}
ul.footer-list li:first-child:before{
	display:none
}
ul.footer-list li a {
    text-decoration: none;
    color: #d6dce7;
    font-size: 17px;
    line-height: 1;
    font-family: 'Manrope';
	letter-spacing:1.5px;
	font-weight: 600;
}
.user_link {
    padding: 18px 0 15px;
}
.sec1{
	background:#39a3c4;
}
.sec2{
	background:url(../img/text_bg.jpg)no-repeat top left;
	background-size:cover;
}
.sec4 p{
	color:#fff;
	margin-bottom:30px;
}
.sec4 p:last-child , p:last-child{
	margin-bottom:0px !important;
}
.upsell-2-page .sec4 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    box-shadow: 0px 8px 16px rgb(36 50 57 / 31%);
}
.bottle-sec {
    background: #fff;
    box-shadow:0px 0px 4px rgb(50 47 44 / 28%);
    padding: 2px 4px 2px 2px;
    border-radius: 10px;
}
.center-bottle {
    max-width: 420px;
    margin-left: auto;
}
.center-bottle , .full-bottle {
    border-bottom: 5px solid #6524a2;
}
.grey-bg {
    background: #f7f7f7;
    border-radius: 10px;
    padding: 15px;
	padding-bottom:0;
    border: 2px solid #fff;
    overflow: hidden;
}
a.order_btn {
    width: 100%;
    font-size: 27px;
    font-weight: 800;
    padding: 11px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    margin:10px auto 25px;
    color: #2f2f2f;
    background: #f1c339;
    background: -moz-linear-gradient(top, #f4d63d 0%, #f1c339 100%);
    background: -webkit-linear-gradient(top, #f4d63d 0%,#f1c339 100%);
    background: linear-gradient(to bottom, #f4d63d 0%,#f1c339 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4d63d', endColorstr='#f1c339',GradientType=0 );
    font-family: 'Barlow';
    border-radius: 5px;
    border: 2px solid #d1b415;
    text-shadow: 0px 0.5px #fff;
}
.order_btn:hover {
    background: #f4d63d;
    background: -moz-linear-gradient(top, #f1c339 0%, #f4d63d 100%);
    background: -webkit-linear-gradient(top, #f1c339 0%,#f4d63d 100%);
    background: linear-gradient(to bottom, #f1c339 0%,#f4d63d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1c339', endColorstr='#f4d63d',GradientType=0 );
}
.order_btn img {
    margin: 2px 0 0 15px;
    width: 30px;
}
.gradient-sec p{
	line-height:1.2
}
.blue_txt{
color:#2aabd3;
}
.barlowc-txt {
    font-family: 'Barlow Condensed';
}
.f68{
	font-size:68px;
	line-height:1;
}
.f40{
	font-size:40px;line-height:1;
}
.navy-color {
	color:#062c38;
}
.grey_txt{
	color:#b0b0b0;
}
.save-price h3{
	line-height:1
}
.save-price .grey_txt p s{
	font-size:24px;
	font-weight:300
}
.benefit-sec {
    margin-top: 5px;
}
ul.offer-list {margin-bottom:35px;
    padding-left: 0;
}
ul.offer-list li {
    color: #dbe8ed;
    list-style: none;
    position: relative;
    font-size: 26px;
    font-family: 'Manrope';
    font-weight: 600;
    padding-bottom: 18px;
    padding-left: 30px;
}
ul.offer-list li:last-child{padding-bottom:0px;}
ul.offer-list li:before {
    position: absolute;
    content: '';
    background: url(../img/tick-mark.png) no-repeat top left;
    background-size: 100%;
    width: 20px;
    height: 20px;
    top: 10px;
    left: -5px;
}
.up1-img {
    position: absolute;
    right: 170px;
    top: 60px;
    max-width: 510px;
}
.benefit-sec {
    margin-top: 5px;
}
.benefit-sec ul {
	padding-left: 0px;
}
.benefit-sec ul li {
    list-style: none;
    position: relative;
    font-size: 20px;
    line-height: 1.5;
    padding-bottom: 5px;
    padding-left: 30px;
    color: #000;
    font-family: 'Manrope';
    font-weight: 700;
    text-transform: uppercase;
}
.benefit-sec ul li:before {
    position: absolute;
    content: '';
    background: url(../img/black_tick.jpg) no-repeat top left;
    background-size: 100%;
    width: 18px;
    height: 18px;
    top: 7px;
    left: 0px;
}
.full_btn{
	max-width:500px;
	margin:auto;
}
.full_btn a.order_btn {
	font-size:36px;margin-bottom:15px;
	margin-top:0;
}
.full_btn .card-img{
	width:auto;
}
.no_thanks
{
	color:#a0a0a0;
	font-size:17px;
	font-family:'Manrope';
	line-height:1.4;
	width: 100%;
    display: inline-block;
}
.no_thanks:hover{
	color:#000
}
.no_thanks u{
	text-decoration-thickness: 1px;text-underline-offset: 4px;
}
.no_thanks.f14 {
    font-size: 14px;
    padding: 0 45px;
}

.dark_grey{
	color:#5b5b5b;
}
.f70{font-size:70px;
line-height:1;}
.upsell-2-page .sec4 h2, .upsell-3-page .sec5 h2 {
    text-shadow: 3px 0 #fff;
}
.ingre-list{background:#f5f5f5;padding:30px 25px;}
.sec6 .col-lg-6 {
    padding-left: 8px;
    padding-right: 8px;
}
.blue-color{color:#282f32;}
.dark-blue{color:#243239;}
.mob-view{display:none;}	
.desktop-view{display:block;}
.blue-sec{background:#1b2038;}
.upsell-2-page .sec7 .col-lg-4{padding-left:10px;padding-right:10px;}
/* package-sec */

.package-sec, .package-sec-new{background: #fff;
    box-shadow: 0px 0px 4px rgb(50 47 44 / 30%);
    padding: 2px;
    border-radius: 10px;
	max-width:450px;
	display:block;
	margin:0 auto 0px;
	}
	.six-bottle-pack{border-bottom:5px solid #6524a2;}
	.three-bottle-pack{border-bottom:5px solid #292624;}
.grey-package{background:#f7f7f7;
	border-radius:10px;padding-bottom: 10px;
	border:2px solid #fff;overflow:hidden;}
.f44{font-size:44px;line-height:1;}
.gradient-package{background:url(../img/gradient-bg.png) no-repeat center center;
background-size:cover;
width:100%;
box-shadow:0px 0px 2px #182d64;}
.barlow-condensed{font-family: 'Barlow Condensed';}
.grey-gradient-bg, .blue-gradient-bg{background-repeat:no-repeat;
background-size:cover;
background-position:center center;
box-shadow:0px 0px 10px #000;}

label span.f14 {
    font-size: 14px;
    color: #062c38;
    font-weight: 400;
    text-transform: uppercase;
}
.f20{font-size:20px;line-height:1;}
.radio-sec {
    max-width: 270px;
    display: block;
    margin: 20px auto 0;
    width: 100%;
}
.cont{display: block;
  position: relative; 
  padding: 12px 12px 12px 40px;
  margin-bottom: 8px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size:20px;
  color:#062c38;
  font-weight:700;
  line-height:1;
  font-family:'Manrope';
  border:2px solid transparent;}

input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
label.cont.active {
    border: 2px solid #2aabd3;
    border-radius: 5px;
    padding: 12px 12px 12px 40px;
}
.checkmark {
    position: absolute;
    top: 11px;
    left: 12px;
    height: 22px;
    width: 22px;
    background-color: transparent;
    border-radius: 50%;
    border: 3px solid #2aabd3;
}
.cont:hover input ~ .checkmark {
  background-color: transparent;
}
.cont input:checked ~ .checkmark {
  background-color: transparent;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cont input:checked ~ .checkmark:after {
  display: block;
}
.cont .checkmark:after {
    top: 3.8px;
    left: 3.5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #2aabd3;
}

/* package-sec */
.vip-img {
    max-width: 200px;
}
.upsell-3-page .sec5 {background-position:center center;
background-repeat:no-repeat;
background-size:cover;
    box-shadow: 0px 0px 16px rgb(36 50 57 / 31%);
}
.dark-bg{background:#1d223a;}
.sec6 p{margin-bottom:25px;}
.sec6 p:last-child{margin-bottom:0px;}
.upsell-3-page .ingre-list{background:#fff;box-shadow:0px 0px 46px rgb(152 152 152 / 19%);padding:30px 20px;}
.light-bg{background:#f2fbff;}
@media only screen and (min-width:1440px){	
.container{max-width:1140px !important;}
}
@media screen and (max-width: 1080px) {
h5 {
    font-size: 26px;
}
.f48 {
    font-size: 40px;
}
.ingre-list {
    min-height: 445px;
}
.upsell-3-page .ingre-list{min-height:inherit;}
ul.offer-list {
    margin-bottom: 25px;
}

.f58 {
    font-size: 48px;
}
.up1-img {
    position: absolute;
    right: 65px;
    top: 90px;
    max-width: 450px;
}

a.order_btn {
    font-size: 25px;
}
h3 {
    font-size: 32px;
    color: #243239;
}
h2 {
    font-size: 42px;
}
h1{font-size:40px;}
}

@media only screen and (max-width:991px){
	.f70 {
    font-size: 60px;
    line-height: 1;
}
.sec8 p br{display:block;}
.vip-img {
    margin: 15px 0 0px 0;
}
.sec4 .row.part2 {
    flex-direction: column-reverse;
}
.up3-img1 {
    margin-bottom: 15px;
}
.up3-img4 {
    margin: 15px 0 15px;
}
.up3-seal {
    margin: 15px 0 0px;
}
.ingre-heading h5, .ingre-heading h6 {
    text-align: center;
}
.up3-img3 {
    margin: 15px 0 0px;
}
.upsell-3-page .sec4 p, p {
    margin-bottom: 20px;
}
	h1 {
    font-size: 35px;
}
.ingre-list {
    min-height: inherit;
    
}
.sec6 .col-lg-6 {
    padding-left: 12px;
    padding-right: 12px;
}
.sec6 .col-lg-6{margin-bottom: 15px;}
.sec6 .col-lg-6:last-child {

    margin-bottom: 0px;
}
.sec7 p br {
    display: none;
}
.sec7 p {
    font-size: 19px;
}
.package-sec .f36 {
    font-size: 30px;
}
.radio-sec {
    margin: 10px auto 20px;
}
.f30 {
    font-size: 24px;
}
.gradient-sec p br{display:none;}
.f36 {
    font-size: 30px;
}
.mob-view{display:block}	
.desktop-view{display:none;}	
	
.f100 {
    font-size: 80px;
}
.f54 {
    font-size: 38px;
}
.up1-img {
    position: inherit;
    right: 0;
    top: 0;
    max-width: 100%;
}
.f48 {
    font-size: 35px;
}
.f29 {
    font-size: 25px;
}
.f40 {
    font-size: 35px;
}
.benefit-sec ul li:before {
    top: 4px;
}
.benefit-sec ul li{font-size:16px;}
h5 {
    font-size: 21px;
}
.mob-sec .gradient-sec p{font-size:20px;}
h3 {
    font-size: 27px;
}
h2 {
    font-size: 33px;
}

}

@media only screen and (max-width:767px){
	.up2-imgs {
    width: 100%;
}
.upsell-3-page .ingre-sec {
    display: block !important;
}
.up3-ingre-img {
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto !important;
    display: block;
}
.f70 {
    font-size: 45px;
    line-height: 1;
}
.f44 {
    font-size: 40px;
}
p{font-size:20px;}	
.f40 {
    font-size: 30px;
}
.f100 {
    font-size: 70px;
}
.f54 {
    font-size: 28px;
}
.sec7 .col-md-4 {
    margin-bottom: 15px;
}
.sec7 .col-md-4:last-child {
    margin-bottom: 0px;
}
h1 {
    font-size: 30px;
}
 p {
    margin-bottom: 20px !important;
}
h5 {
    font-size: 28px;
}
.benefit-sec ul li {
    font-size: 16px;
}
.f58 {
    font-size: 40px;
}
ul.offer-list li {
    font-size: 24px;
}
.mob-sec .gradient-sec p {
    font-size: 20px;
}
.grey-bg {
    padding: 12px 8px;
}
h3 {
    font-size: 22px;
}
h2 {
    font-size: 28px;
}
br{display:none;}
.f48 {
    font-size: 30px;
}
.f29 {
    font-size: 21px;
}
.f36 {
    font-size: 26px;
}
}

@media only screen and (max-width:570px){
	section.sec4 {
    padding-left: 10px;
    padding-right: 10px;
}
	.logo {
    margin: 0 auto 15px;
    display: block;
}
h1 {
    font-size: 28px;
}
.benefit-sec {
    padding: 0 130px;
}
}

@media only screen and (max-width:480px){
	.benefit-sec {
    padding: 0 80px;
}
	.full_btn a.order_btn {
    font-size: 31px;
}
.f70 {
    font-size: 40px;
}
.f30 {
    font-size: 22px;
}
.f29 {
    font-size: 19px;
}
ul.offer-list li {
    font-size: 22px;
}
.ingre-list {
    padding: 20px 15px;
}
}

@media only screen and (max-width:450px){
	.benefit-sec ul li:before {
    top: -1px;
}
	.full_btn a.order_btn {
    font-size: 28px;
}
.benefit-sec ul li:before {
    top: 3px;
}
.benefit-sec {
    padding: 0 50px;
}
	

h2 {
    font-size: 25px;
}
ul.footer-list li {
    margin: 0 15px;
}
}
@media only screen and (max-width:410px){
	.downsell-1b-page h1 {
    font-size: 26px;
}
.f70 {
    font-size: 45px;
}
.f48 {
    font-size: 28px;
}
.full_btn a.order_btn {
    font-size: 24px;
}
h5 {
    font-size: 25px;
}
.no_thanks {
    font-size: 16px;
}
	.benefit-sec {
    padding: 0 30px;
}
}

@media only screen and (max-width:365px){
	
	
.f58 {
    font-size: 35px;
}	
ul.offer-list li {
    font-size: 20px;
}
.f70 {
    font-size: 40px;
}
}

@media only screen and (max-width:330px){
	
	.benefit-sec {
    padding: 0 10px;
}
h5 {
    font-size: 21px;
}
h1 {
    font-size: 25px;
}	
.f18 {
    font-size: 17px;
}
.order_btn img {
    width: 25px;
}
.full_btn a.order_btn {
    font-size: 20px;
}
h3 {
    font-size: 21px;
}
h2 {
    font-size: 23px;
}
ul.footer-list li:before {
    left: -12px;
}
ul.footer-list li {
    margin: 0 8px;
}
.f58 {
    font-size: 32px;
}
.f48 {
    font-size: 23px;
}
.f29 {
    font-size: 17px;
}
}