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;}
.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;}
.f26{font-size:26px;}
.f48{font-size:48px;}
.f45{font-size:45px;}
.f54{font-size:54px;line-height:1}
.f60{font-size:60px;}
.f72{font-size:72px;line-height:1}
.f100{font-size:100px;line-height:1}
.f120{font-size:120px;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;}
img{
	max-width:100%;
}
.dark-color{color:#282f32;}
.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;
}
.fw-500{font-weight:500;}
.sec2{
	background:url('../../assets/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;
}
.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;
}
.downsell3-page a.order_btn{max-width:420px;margin:10px auto 10px;}
.downsell3-page .card-img {
    max-width: 360px;
}
.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;
}
.d3_bottle_full_sec {
    max-width: 90%;
    display: block;
    margin: 0 auto;
}
.f40{
	font-size:40px;line-height:1.2;
}
.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;
}
.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;
}
.sec3 .col-lg-7 p , .text_col2 p{
	margin-bottom:35px !important;
}
.text_col2 p:last-child{
	margin-bottom:0px !important;
}
.dark_grey{
	color:#5b5b5b;
}
.dark-blue{color:#243239;}
.mob-view{display:none;}	
.desktop-view{display:block;}
.d2_bottle_full_sec{
	width:90%;margin:auto;
}
.d2_bottle_full_sec .grey-bg{padding:35px 40px 30px ;}
.d2_bottle_full_sec .order_btn  {
	font-size:36px;
}
.d2_bottle_full_sec .card-img{
	width:360px
}
.d2_bottle_full_sec .order_btn img {
    margin: 4px 0 0 15px;
    width: 34px;
}
.downsell3-page .part2 .col-lg-5 {
    padding-left: 50px;
}
.d3_bottle_full_sec .grey-bg {
    padding: 30px 20px;
}
@media only screen and (min-width:1440px){	
.container{max-width:1140px !important;}
}
@media screen and (max-width: 1080px) {
h5 {
    font-size: 26px;
}
.f68 {
    font-size: 64px;
}
a.order_btn {
    font-size: 25px;
}
h3 {
    font-size: 32px;
    color: #243239;
}
.f36 {
    font-size: 30px;
}
h2 {
    font-size: 42px;
}
h1{font-size:40px;}
.d2_bottle_full_sec .order_btn {
    font-size: 33px;
}
.f40 {
    font-size: 38px;
}
}

@media only screen and (max-width:991px){
	
	h1 {
    font-size: 35px;
}
.f45 {
    font-size: 38px;
}
.downsell3-page .sec3 h2 {
    font-size: 32px;
}
.downsell3-page a.order_btn {
    max-width: 350px;
}
.downsell3-page .card-img {
    max-width: 330px;
}
.downsell3-page .part2.row {
    flex-direction: column-reverse;
}
.d3_img1 {
    margin-bottom: 15px;
}
.downsell-1b-page h5 br {
    display: none;
}
.f72 {
    font-size: 52px;
}
.f120 {
    font-size: 90px;
}
.f40 {
    font-size: 30px;
}
.f36 {
    font-size: 29px;
}
.d3_bottle_full_sec .grey-bg {
    padding: 30px 10px;
}
.d3_bottle_full_sec {
    max-width: 100%;
}
.mob-view{display:block}	
.desktop-view{display:none;}	
/* 	.sec3 .col-lg-7 p:last-child {
    margin-bottom: 0px !important;
} */
.sec3 .col-lg-7 p {
    margin-bottom: 18px !important;
}
.f100 {
    font-size: 80px;
}
.f54 {
    font-size: 38px;
}
.mob-sec h3 {
    font-size: 28px;
}
.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;
}
.old-couple {
    margin-top: 20px;
}
.sec4 .row.part2 {
    flex-direction: column-reverse;
}
.downsell_guarantee{margin-bottom:20px;}
	.d2_bottle_full_sec .order_btn {
    font-size: 24px;
}
	.d2_bottle_full_sec .order_btn img {
    margin: 4px 0 0 8px;
    width: 25px;
}
.d2_bottle_full_sec {
    width: 100%;
}
.d2_bottle_full_sec .grey-bg {
    padding: 20px 12px 0px;
}
.downsell3-page .d3_bottle_full_sec h2 {
    font-size: 50px;
}
.downsell3-page .part2 .col-lg-5 {
    padding-left: 12px;
}
}

@media only screen and (max-width:767px){
	.downsell-1b-page .d1b_bottle {
    margin: 0 auto 10px;
    display: block;
}
.downsell3-page .sec3 h2 {
    font-size: 24px;
}
.downsell3-page .sec3 h3.f40 {
    font-size: 23px;
}
.downsell3-page .mob-sec h2 {
    font-size: 30px;
}
.downsell3-page .f45{font-size:36px !important;}
.downsell3-page .mob-sec h3 {
    font-size: 28px;
}

.downsell2-page .d2_bottle_full {
    max-width: 270px;
	margin-bottom:15px;
}
.d2_bottle_full_sec .card-img {
    width: 100%;
}
  p {
    margin-bottom: 20px !important;
}
.f72 {
    font-size: 42px;
}
.f120 {
    font-size: 80px;
}
.downsell-1b-page h5 br {
    display: block;
}
.downsell-1b-page h5 {
    font-size: 24px !important;
}
.downsell-1b-page  h3 {
    font-size: 28px !important;
}
.downsell-1b-page .save-price p{margin-bottom:10px !important;}
	h1 {
    font-size: 30px;
}
p{font-size:20px;}	
.f40 {
    font-size: 30px;
}
.f100 {
    font-size: 70px;
}
.f54 {
    font-size: 28px;
}
.mob-sec h3 {
    font-size: 22px;
}
h5 {
    font-size: 28px;
}
.benefit-sec ul li {
    font-size: 16px;
}
.mob-sec .gradient-sec p {
    font-size: 20px;
}
.grey-bg {
    padding: 12px 8px;
}
.downsell1-page h3{font-size:28px;}
h3 {
    font-size: 22px;
}
h2 {
    font-size: 28px;
}
br{display:none;}
.mob-sec .gradient-sec p br {
    display: block;
}
.downsell-1b-page .no_thanks.f14 {
    font-size: 14px;
    padding: 0 0px;
}
}

@media only screen and (max-width:570px){
	
	.logo {
    margin: 0 auto 15px;
    display: block;
}
h1 {
    font-size: 27px;
}
.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;
}
.d3_bottle_full_sec .grey-bg {
    padding: 20px 10px;
}

.downsell2-page a.order_btn{
    font-size: 23px;
}

	
}

@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;
}
.downsell3-page .d3_bottle_full_sec h2 {
    font-size: 40px;
}	

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;
}
.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:360px){
	
	.downsell-1b-page h1 {
    font-size: 24px;
}
.downsell3-page a.order_btn {
    font-size:23px;
}	
.f40 {
    font-size: 26px;
}
.downsell3-page .d3_bottle_full_sec h2 {
    font-size: 35px;
}
.f36 {
    font-size: 24px;
}
}

@media only screen and (max-width:330px){
	
	.benefit-sec {
    padding: 0 10px;
}
h5 {
    font-size: 21px;
}
.downsell2-page a.order_btn{
    font-size: 20px;
}
.downsell3-page a.order_btn {
    font-size: 19px;
}
h1 {
    font-size: 24px;
}	
.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;
}
}